Pull request #43557 updated Started by user Sebastiaan van Stijn Rebuilds build #7 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials) Loading trusted files from base branch master at c9d04033d443e359e73e5da58a6b46ec1b8f2373 rather than ce3e2d1955539d6045965312a1249a381f4a2838 Obtained Jenkinsfile from c9d04033d443e359e73e5da58a6b46ec1b8f2373 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-43557@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-05-19T09:34:47.435Z] Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353 [Pipeline] milestone [2022-05-19T09:34:47.441Z] Trying to pass milestone 7 [Pipeline] milestone [2022-05-19T09:34:47.531Z] Trying to pass milestone 8 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (DCO-check) [Pipeline] node [2022-05-19T09:35:02.716Z] Still waiting to schedule task [2022-05-19T09:35:02.716Z] Waiting for next available executor on ‘amd64&&ubuntu-1804&&overlay2’ [2022-05-19T09:36:04.319Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0523020d8946c1c02) in /home/ubuntu/workspace/moby_PR-43557 [Pipeline] { [Pipeline] checkout [2022-05-19T09:36:04.465Z] The recommended git tool is: git [2022-05-19T09:36:07.115Z] using credential docker-jenkins-github-credentials [2022-05-19T09:36:07.124Z] Cloning the remote Git repository [2022-05-19T09:36:07.124Z] Cloning with configured refspecs honoured and without tags [2022-05-19T09:36:06.467Z] Cloning repository https://github.com/moby/moby.git [2022-05-19T09:36:07.259Z] > git init /home/ubuntu/workspace/moby_PR-43557 # timeout=10 [2022-05-19T09:36:07.688Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-05-19T09:36:07.688Z] > git --version # timeout=10 [2022-05-19T09:36:07.727Z] > git --version # 'git version 2.17.1' [2022-05-19T09:36:07.727Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-05-19T09:36:07.729Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43557/head:refs/remotes/origin/PR-43557 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-05-19T09:36:28.929Z] Fetching without tags [2022-05-19T09:36:29.142Z] Merging remotes/origin/master commit c9d04033d443e359e73e5da58a6b46ec1b8f2373 into PR head commit ce3e2d1955539d6045965312a1249a381f4a2838 [2022-05-19T09:36:28.846Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-05-19T09:36:28.858Z] > git config --add remote.origin.fetch +refs/pull/43557/head:refs/remotes/origin/PR-43557 # timeout=10 [2022-05-19T09:36:28.880Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-05-19T09:36:28.900Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-05-19T09:36:28.933Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-05-19T09:36:28.933Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-05-19T09:36:28.957Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43557/head:refs/remotes/origin/PR-43557 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-05-19T09:36:29.151Z] > git config core.sparsecheckout # timeout=10 [2022-05-19T09:36:29.170Z] > git checkout -f ce3e2d1955539d6045965312a1249a381f4a2838 # timeout=10 [2022-05-19T09:36:29.957Z] > git remote # timeout=10 [2022-05-19T09:36:29.987Z] > git config --get remote.origin.url # timeout=10 [2022-05-19T09:36:30.010Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-05-19T09:36:30.012Z] > git merge c9d04033d443e359e73e5da58a6b46ec1b8f2373 # timeout=10 [2022-05-19T09:36:31.155Z] Merge succeeded, producing 3b14628856379a5f90a79e7f2df696248d4c28eb [2022-05-19T09:36:31.155Z] Checking out Revision 3b14628856379a5f90a79e7f2df696248d4c28eb (PR-43557) [2022-05-19T09:36:31.135Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-05-19T09:36:31.158Z] > git config core.sparsecheckout # timeout=10 [2022-05-19T09:36:31.172Z] > git checkout -f 3b14628856379a5f90a79e7f2df696248d4c28eb # timeout=10 [2022-05-19T09:36:35.054Z] Commit message: "Merge commit 'c9d04033d443e359e73e5da58a6b46ec1b8f2373' into HEAD" [2022-05-19T09:36:35.081Z] First time build. Skipping changelog. [2022-05-19T09:36:35.057Z] > git rev-list --no-walk 066cb30e238872509bb7f481de7932c8d47ced67 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-05-19T09:36:36.147Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43557:/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 && git config --system --add safe.directory /workspace && cd /workspace && hack/validate/dco [2022-05-19T09:36:42.764Z] Unable to find image 'alpine:latest' locally [2022-05-19T09:36:42.764Z] latest: Pulling from library/alpine [2022-05-19T09:36:42.764Z] df9b9388f04a: Pulling fs layer [2022-05-19T09:36:42.764Z] df9b9388f04a: Verifying Checksum [2022-05-19T09:36:42.764Z] df9b9388f04a: Download complete [2022-05-19T09:36:42.764Z] df9b9388f04a: Pull complete [2022-05-19T09:36:42.764Z] Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454 [2022-05-19T09:36:42.764Z] Status: Downloaded newer image for alpine:latest [2022-05-19T09:36:50.920Z] 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) [Pipeline] node [Pipeline] node [Pipeline] node [Pipeline] node [Pipeline] node [Pipeline] node [Pipeline] node [Pipeline] node Stage "s390x" skipped due to when conditional Stage "s390x integration-cli" skipped due to when conditional Stage "ppc64le" skipped due to when conditional Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] stage [Pipeline] { (Print info) [Pipeline] stage [Pipeline] { (Print info) [Pipeline] stage [Pipeline] { (Print info) [2022-05-19T09:36:51.231Z] Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-0e9359a586d4e8208) in /home/ubuntu/workspace/moby_PR-43557 [Pipeline] stage [Pipeline] { (Print info) Stage "s390x" skipped due to when conditional [Pipeline] } Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } [Pipeline] { [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] checkout [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Build dev image) [2022-05-19T09:36:51.338Z] The recommended git tool is: git [Pipeline] stage [Pipeline] { (Build dev image) [2022-05-19T09:36:51.349Z] using credential docker-jenkins-github-credentials [2022-05-19T09:36:51.356Z] Running on EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-0a1b3b01d52294fe8) in /home/ubuntu/workspace/moby_PR-43557 Stage "s390x" skipped due to when conditional [Pipeline] } Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } [2022-05-19T09:36:51.359Z] Cloning the remote Git repository [2022-05-19T09:36:51.359Z] Cloning with configured refspecs honoured and without tags [Pipeline] { [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] stage [Pipeline] { (Integration-cli tests) [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] stage [Pipeline] { (Integration-cli tests) [Pipeline] checkout Stage "s390x" skipped due to when conditional [Pipeline] } Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [2022-05-19T09:36:51.547Z] The recommended git tool is: git [Pipeline] } [Pipeline] } [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } Stage "s390x" skipped due to when conditional [Pipeline] } Stage "ppc64le" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] // stage [2022-05-19T09:36:51.364Z] Cloning repository https://github.com/moby/moby.git [2022-05-19T09:36:51.364Z] > git init /home/ubuntu/workspace/moby_PR-43557 # timeout=10 [2022-05-19T09:36:51.375Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-05-19T09:36:51.375Z] > git --version # timeout=10 [2022-05-19T09:36:51.380Z] > git --version # 'git version 2.25.1' [2022-05-19T09:36:51.380Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-05-19T09:36:51.381Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43557/head:refs/remotes/origin/PR-43557 +refs/heads/master:refs/remotes/origin/master # timeout=10 [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [2022-05-19T09:36:52.800Z] Running on azwin-2-db4f50 in d:\jenkins\workspace\moby_PR-43557 [Pipeline] { [Pipeline] ws [2022-05-19T09:36:52.814Z] Running in d:\gopath\src\github.com\docker\docker [Pipeline] { [Pipeline] checkout [2022-05-19T09:36:52.859Z] Running on azwin-2-1c18f0 in d:\jenkins\workspace\moby_PR-43557 [Pipeline] { [Pipeline] ws [2022-05-19T09:36:52.875Z] Running in d:\gopath\src\github.com\docker\docker [Pipeline] { [Pipeline] checkout [2022-05-19T09:36:53.573Z] The recommended git tool is: git [2022-05-19T09:36:53.671Z] using credential docker-jenkins-github-credentials [2022-05-19T09:36:53.680Z] Cloning the remote Git repository [2022-05-19T09:36:53.680Z] Cloning with configured refspecs honoured and without tags [2022-05-19T09:36:53.753Z] The recommended git tool is: git [2022-05-19T09:36:53.700Z] Cloning repository https://github.com/moby/moby.git [2022-05-19T09:36:53.752Z] > git init /home/ubuntu/workspace/moby_PR-43557 # timeout=10 [2022-05-19T09:36:54.005Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-05-19T09:36:54.006Z] > git --version # timeout=10 [2022-05-19T09:36:54.017Z] > git --version # 'git version 2.25.1' [2022-05-19T09:36:54.017Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-05-19T09:36:54.019Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43557/head:refs/remotes/origin/PR-43557 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-05-19T09:37:03.598Z] Fetching without tags [2022-05-19T09:37:03.829Z] Merging remotes/origin/master commit c9d04033d443e359e73e5da58a6b46ec1b8f2373 into PR head commit ce3e2d1955539d6045965312a1249a381f4a2838 [2022-05-19T09:37:03.573Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-05-19T09:37:03.578Z] > git config --add remote.origin.fetch +refs/pull/43557/head:refs/remotes/origin/PR-43557 # timeout=10 [2022-05-19T09:37:03.583Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-05-19T09:37:03.595Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-05-19T09:37:03.608Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-05-19T09:37:03.608Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-05-19T09:37:03.608Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43557/head:refs/remotes/origin/PR-43557 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-05-19T09:37:03.834Z] > git config core.sparsecheckout # timeout=10 [2022-05-19T09:37:03.839Z] > git checkout -f ce3e2d1955539d6045965312a1249a381f4a2838 # timeout=10 [2022-05-19T09:37:05.262Z] Merge succeeded, producing c96cfe37a4e86f40c7da756c97e7071aeab55413 [2022-05-19T09:37:05.262Z] Checking out Revision c96cfe37a4e86f40c7da756c97e7071aeab55413 (PR-43557) [2022-05-19T09:37:05.329Z] Commit message: "Merge commit 'c9d04033d443e359e73e5da58a6b46ec1b8f2373' into HEAD" [2022-05-19T09:37:05.342Z] First time build. Skipping changelog. [2022-05-19T09:37:04.372Z] > git remote # timeout=10 [2022-05-19T09:37:04.380Z] > git config --get remote.origin.url # timeout=10 [2022-05-19T09:37:04.387Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-05-19T09:37:04.387Z] > git merge c9d04033d443e359e73e5da58a6b46ec1b8f2373 # timeout=10 [2022-05-19T09:37:05.257Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-05-19T09:37:05.267Z] > git config core.sparsecheckout # timeout=10 [2022-05-19T09:37:05.272Z] > git checkout -f c96cfe37a4e86f40c7da756c97e7071aeab55413 # timeout=10 [2022-05-19T09:37:05.334Z] > git rev-list --no-walk 066cb30e238872509bb7f481de7932c8d47ced67 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-05-19T09:37:06.044Z] + docker version [2022-05-19T09:37:06.044Z] Client: Docker Engine - Community [2022-05-19T09:37:06.044Z] Version: 20.10.14 [2022-05-19T09:37:06.044Z] API version: 1.41 [2022-05-19T09:37:06.044Z] Go version: go1.16.15 [2022-05-19T09:37:06.044Z] Git commit: a224086 [2022-05-19T09:37:06.044Z] Built: Thu Mar 24 01:47:20 2022 [2022-05-19T09:37:06.044Z] OS/Arch: linux/arm64 [2022-05-19T09:37:06.044Z] Context: default [2022-05-19T09:37:06.044Z] Experimental: true [2022-05-19T09:37:06.044Z] [2022-05-19T09:37:06.044Z] Server: Docker Engine - Community [2022-05-19T09:37:06.044Z] Engine: [2022-05-19T09:37:06.044Z] Version: 20.10.14 [2022-05-19T09:37:06.044Z] API version: 1.41 (minimum version 1.12) [2022-05-19T09:37:06.044Z] Go version: go1.16.15 [2022-05-19T09:37:06.044Z] Git commit: 87a90dc [2022-05-19T09:37:06.044Z] Built: Thu Mar 24 01:45:39 2022 [2022-05-19T09:37:06.044Z] OS/Arch: linux/arm64 [2022-05-19T09:37:06.044Z] Experimental: true [2022-05-19T09:37:06.044Z] containerd: [2022-05-19T09:37:06.044Z] Version: 1.5.11 [2022-05-19T09:37:06.044Z] GitCommit: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-05-19T09:37:06.044Z] runc: [2022-05-19T09:37:06.044Z] Version: 1.0.3 [2022-05-19T09:37:06.044Z] GitCommit: v1.0.3-0-gf46b6ba [2022-05-19T09:37:06.044Z] docker-init: [2022-05-19T09:37:06.044Z] Version: 0.19.0 [2022-05-19T09:37:06.044Z] GitCommit: de40ad0 [Pipeline] sh [2022-05-19T09:37:06.207Z] Still waiting to schedule task [2022-05-19T09:37:06.208Z] ‘EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0d74edb949e592fce)’ is offline [2022-05-19T09:37:06.208Z] ‘EC2 (managed-agents) - ubuntu-1804-overlay2-big (i-0eb23d4c5b73addac)’ is offline [2022-05-19T09:37:06.208Z] ‘EC2 (managed-agents) - ubuntu-1804-overlay2-mem (i-0f8aab3c2dc3d5e8b)’ is offline [2022-05-19T09:37:06.208Z] ‘azwin-2-fae700’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-05-19T09:37:06.208Z] ‘ppc64le-ubuntu-11’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-05-19T09:37:06.208Z] ‘ppc64le-ubuntu-12’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-05-19T09:37:06.208Z] ‘ppc64le-ubuntu-13’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-05-19T09:37:06.208Z] ‘ppc64le-ubuntu-14’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-05-19T09:37:06.208Z] ‘ppc64le-ubuntu-15’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-05-19T09:37:06.208Z] ‘ppc64le-ubuntu-16’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-05-19T09:37:06.208Z] ‘ppc64le-ubuntu-17’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-05-19T09:37:06.208Z] ‘ppc64le-ubuntu-18’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-05-19T09:37:06.208Z] ‘ppc64le-ubuntu-19’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-05-19T09:37:06.208Z] ‘ppc64le-ubuntu-20’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-05-19T09:37:06.208Z] ‘ppc64le-ubuntu-21’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-05-19T09:37:06.208Z] ‘ppc64le-ubuntu-22’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-05-19T09:37:06.208Z] ‘ppc64le-ubuntu-23’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-05-19T09:37:06.208Z] ‘ppc64le-ubuntu-24’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-05-19T09:37:06.208Z] ‘ppc64le-ubuntu-25’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-05-19T09:37:06.208Z] ‘ppc64le-ubuntu-26’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-05-19T09:37:06.208Z] ‘ppc64le-ubuntu-27’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-05-19T09:37:06.208Z] ‘ppc64le-ubuntu-28’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-05-19T09:37:06.208Z] ‘ppc64le-ubuntu-31’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-05-19T09:37:06.208Z] ‘ppc64le-ubuntu-32’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-05-19T09:37:06.208Z] ‘ppc64le-ubuntu-33’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-05-19T09:37:06.208Z] ‘ppc64le-ubuntu-34’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-05-19T09:37:06.208Z] ‘s390x-ubuntu-01’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-05-19T09:37:06.208Z] ‘s390x-ubuntu-02’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-05-19T09:37:06.208Z] ‘s390x-ubuntu-03’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-05-19T09:37:06.208Z] ‘s390x-ubuntu-04’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-05-19T09:37:06.208Z] ‘s390x-ubuntu-05’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-05-19T09:37:06.208Z] ‘s390x-ubuntu-06’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-05-19T09:37:06.208Z] ‘s390x-ubuntu-13’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-05-19T09:37:06.208Z] ‘s390x-ubuntu-14’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-05-19T09:37:06.208Z] ‘s390x-ubuntu-15’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-05-19T09:37:06.208Z] ‘s390x-ubuntu-16’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-05-19T09:37:06.208Z] ‘s390x-ubuntu-25’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-05-19T09:37:06.208Z] ‘s390x-ubuntu-26’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-05-19T09:37:06.208Z] ‘s390x-ubuntu-29’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-05-19T09:37:06.208Z] ‘s390x-ubuntu-30’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-05-19T09:37:06.208Z] Still waiting to schedule task [2022-05-19T09:37:06.208Z] ‘EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0d74edb949e592fce)’ is offline [2022-05-19T09:37:06.209Z] ‘EC2 (managed-agents) - ubuntu-1804-overlay2-big (i-0eb23d4c5b73addac)’ is offline [2022-05-19T09:37:06.209Z] ‘EC2 (managed-agents) - ubuntu-1804-overlay2-mem (i-0f8aab3c2dc3d5e8b)’ is offline [2022-05-19T09:37:06.209Z] ‘azwin-2-fae700’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-05-19T09:37:06.209Z] ‘ppc64le-ubuntu-11’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-05-19T09:37:06.209Z] ‘ppc64le-ubuntu-12’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-05-19T09:37:06.209Z] ‘ppc64le-ubuntu-13’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-05-19T09:37:06.209Z] ‘ppc64le-ubuntu-14’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-05-19T09:37:06.209Z] ‘ppc64le-ubuntu-15’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-05-19T09:37:06.209Z] ‘ppc64le-ubuntu-16’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-05-19T09:37:06.209Z] ‘ppc64le-ubuntu-17’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-05-19T09:37:06.209Z] ‘ppc64le-ubuntu-18’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-05-19T09:37:06.209Z] ‘ppc64le-ubuntu-19’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-05-19T09:37:06.209Z] ‘ppc64le-ubuntu-20’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-05-19T09:37:06.209Z] ‘ppc64le-ubuntu-21’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-05-19T09:37:06.209Z] ‘ppc64le-ubuntu-22’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-05-19T09:37:06.209Z] ‘ppc64le-ubuntu-23’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-05-19T09:37:06.209Z] ‘ppc64le-ubuntu-24’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-05-19T09:37:06.209Z] ‘ppc64le-ubuntu-25’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-05-19T09:37:06.209Z] ‘ppc64le-ubuntu-26’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-05-19T09:37:06.209Z] ‘ppc64le-ubuntu-27’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-05-19T09:37:06.209Z] ‘ppc64le-ubuntu-28’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-05-19T09:37:06.209Z] ‘ppc64le-ubuntu-31’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-05-19T09:37:06.209Z] ‘ppc64le-ubuntu-32’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-05-19T09:37:06.209Z] ‘ppc64le-ubuntu-33’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-05-19T09:37:06.209Z] ‘ppc64le-ubuntu-34’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-05-19T09:37:06.209Z] ‘s390x-ubuntu-01’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-05-19T09:37:06.209Z] ‘s390x-ubuntu-02’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-05-19T09:37:06.209Z] ‘s390x-ubuntu-03’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-05-19T09:37:06.209Z] ‘s390x-ubuntu-04’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-05-19T09:37:06.209Z] ‘s390x-ubuntu-05’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-05-19T09:37:06.209Z] ‘s390x-ubuntu-06’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-05-19T09:37:06.209Z] ‘s390x-ubuntu-13’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-05-19T09:37:06.209Z] ‘s390x-ubuntu-14’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-05-19T09:37:06.209Z] ‘s390x-ubuntu-15’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-05-19T09:37:06.209Z] ‘s390x-ubuntu-16’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-05-19T09:37:06.209Z] ‘s390x-ubuntu-25’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-05-19T09:37:06.209Z] ‘s390x-ubuntu-26’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-05-19T09:37:06.209Z] ‘s390x-ubuntu-29’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-05-19T09:37:06.209Z] ‘s390x-ubuntu-30’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-05-19T09:37:06.209Z] Still waiting to schedule task [2022-05-19T09:37:06.210Z] ‘EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0d74edb949e592fce)’ is offline [2022-05-19T09:37:06.210Z] ‘EC2 (managed-agents) - ubuntu-1804-overlay2-big (i-0eb23d4c5b73addac)’ is offline [2022-05-19T09:37:06.210Z] ‘EC2 (managed-agents) - ubuntu-1804-overlay2-mem (i-0f8aab3c2dc3d5e8b)’ is offline [2022-05-19T09:37:06.210Z] ‘azwin-2-fae700’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-05-19T09:37:06.210Z] ‘ppc64le-ubuntu-11’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-05-19T09:37:06.210Z] ‘ppc64le-ubuntu-12’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-05-19T09:37:06.210Z] ‘ppc64le-ubuntu-13’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-05-19T09:37:06.210Z] ‘ppc64le-ubuntu-14’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-05-19T09:37:06.210Z] ‘ppc64le-ubuntu-15’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-05-19T09:37:06.210Z] ‘ppc64le-ubuntu-16’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-05-19T09:37:06.210Z] ‘ppc64le-ubuntu-17’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-05-19T09:37:06.210Z] ‘ppc64le-ubuntu-18’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-05-19T09:37:06.210Z] ‘ppc64le-ubuntu-19’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-05-19T09:37:06.210Z] ‘ppc64le-ubuntu-20’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-05-19T09:37:06.210Z] ‘ppc64le-ubuntu-21’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-05-19T09:37:06.210Z] ‘ppc64le-ubuntu-22’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-05-19T09:37:06.210Z] ‘ppc64le-ubuntu-23’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-05-19T09:37:06.210Z] ‘ppc64le-ubuntu-24’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-05-19T09:37:06.210Z] ‘ppc64le-ubuntu-25’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-05-19T09:37:06.210Z] ‘ppc64le-ubuntu-26’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-05-19T09:37:06.210Z] ‘ppc64le-ubuntu-27’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-05-19T09:37:06.210Z] ‘ppc64le-ubuntu-28’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-05-19T09:37:06.210Z] ‘ppc64le-ubuntu-31’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-05-19T09:37:06.210Z] ‘ppc64le-ubuntu-32’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-05-19T09:37:06.210Z] ‘ppc64le-ubuntu-33’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-05-19T09:37:06.210Z] ‘ppc64le-ubuntu-34’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-05-19T09:37:06.210Z] ‘s390x-ubuntu-01’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-05-19T09:37:06.210Z] ‘s390x-ubuntu-02’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-05-19T09:37:06.210Z] ‘s390x-ubuntu-03’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-05-19T09:37:06.210Z] ‘s390x-ubuntu-04’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-05-19T09:37:06.210Z] ‘s390x-ubuntu-05’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-05-19T09:37:06.210Z] ‘s390x-ubuntu-06’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-05-19T09:37:06.210Z] ‘s390x-ubuntu-13’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-05-19T09:37:06.210Z] ‘s390x-ubuntu-14’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-05-19T09:37:06.210Z] ‘s390x-ubuntu-15’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-05-19T09:37:06.210Z] ‘s390x-ubuntu-16’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-05-19T09:37:06.210Z] ‘s390x-ubuntu-25’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-05-19T09:37:06.210Z] ‘s390x-ubuntu-26’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-05-19T09:37:06.210Z] ‘s390x-ubuntu-29’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-05-19T09:37:06.210Z] ‘s390x-ubuntu-30’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-05-19T09:37:06.218Z] Still waiting to schedule task [2022-05-19T09:37:06.219Z] Waiting for next available executor on ‘windows-2022’ [2022-05-19T09:37:06.332Z] + docker info [2022-05-19T09:37:06.903Z] Client: [2022-05-19T09:37:06.903Z] Context: default [2022-05-19T09:37:06.903Z] Debug Mode: false [2022-05-19T09:37:06.903Z] Plugins: [2022-05-19T09:37:06.903Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2022-05-19T09:37:06.903Z] buildx: Docker Buildx (Docker Inc., v0.8.1-docker) [2022-05-19T09:37:06.903Z] [2022-05-19T09:37:06.903Z] Server: [2022-05-19T09:37:06.903Z] Containers: 0 [2022-05-19T09:37:06.903Z] Running: 0 [2022-05-19T09:37:06.903Z] Paused: 0 [2022-05-19T09:37:06.903Z] Stopped: 0 [2022-05-19T09:37:06.903Z] Images: 2 [2022-05-19T09:37:06.903Z] Server Version: 20.10.14 [2022-05-19T09:37:06.903Z] Storage Driver: overlay2 [2022-05-19T09:37:06.903Z] Backing Filesystem: extfs [2022-05-19T09:37:06.903Z] Supports d_type: true [2022-05-19T09:37:06.903Z] Native Overlay Diff: true [2022-05-19T09:37:06.903Z] userxattr: false [2022-05-19T09:37:06.903Z] Logging Driver: json-file [2022-05-19T09:37:06.903Z] Cgroup Driver: cgroupfs [2022-05-19T09:37:06.903Z] Cgroup Version: 1 [2022-05-19T09:37:06.903Z] Plugins: [2022-05-19T09:37:06.903Z] Volume: local [2022-05-19T09:37:06.903Z] Network: bridge host ipvlan macvlan null overlay [2022-05-19T09:37:06.903Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-05-19T09:37:06.903Z] Swarm: inactive [2022-05-19T09:37:06.903Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2022-05-19T09:37:06.903Z] Default Runtime: runc [2022-05-19T09:37:06.903Z] Init Binary: docker-init [2022-05-19T09:37:06.903Z] containerd version: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-05-19T09:37:06.903Z] runc version: v1.0.3-0-gf46b6ba [2022-05-19T09:37:06.903Z] init version: de40ad0 [2022-05-19T09:37:06.903Z] Security Options: [2022-05-19T09:37:06.903Z] apparmor [2022-05-19T09:37:06.903Z] seccomp [2022-05-19T09:37:06.903Z] Profile: default [2022-05-19T09:37:06.903Z] Kernel Version: 5.13.0-1021-aws [2022-05-19T09:37:06.903Z] Operating System: Ubuntu 20.04.4 LTS [2022-05-19T09:37:06.903Z] OSType: linux [2022-05-19T09:37:06.903Z] Architecture: aarch64 [2022-05-19T09:37:06.903Z] CPUs: 2 [2022-05-19T09:37:06.903Z] Total Memory: 7.562GiB [2022-05-19T09:37:06.903Z] Name: ip-10-100-56-91 [2022-05-19T09:37:06.903Z] ID: LVRX:CKHA:X5KA:JEHN:2DHR:HCQN:INVL:FYLI:K73M:VAGR:C6AR:CZXQ [2022-05-19T09:37:06.903Z] Docker Root Dir: /var/lib/docker [2022-05-19T09:37:06.903Z] Debug Mode: false [2022-05-19T09:37:06.903Z] Registry: https://index.docker.io/v1/ [2022-05-19T09:37:06.903Z] Labels: [2022-05-19T09:37:06.903Z] Experimental: true [2022-05-19T09:37:06.903Z] Insecure Registries: [2022-05-19T09:37:06.903Z] 127.0.0.0/8 [2022-05-19T09:37:06.903Z] Live Restore Enabled: true [2022-05-19T09:37:06.903Z] [Pipeline] sh [2022-05-19T09:37:07.192Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-05-19T09:37:07.192Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-05-19T09:37:07.192Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-43557/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh [2022-05-19T09:37:07.192Z] + bash /home/ubuntu/workspace/moby_PR-43557/check-config.sh [2022-05-19T09:37:07.192Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2022-05-19T09:37:07.192Z] info: reading kernel config from /boot/config-5.13.0-1021-aws ... [2022-05-19T09:37:07.192Z] [2022-05-19T09:37:07.192Z] Generally Necessary: [2022-05-19T09:37:07.192Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2022-05-19T09:37:07.192Z] - apparmor: enabled and tools installed [2022-05-19T09:37:07.192Z] - CONFIG_NAMESPACES: enabled [2022-05-19T09:37:07.192Z] - CONFIG_NET_NS: enabled [2022-05-19T09:37:07.192Z] - CONFIG_PID_NS: enabled [2022-05-19T09:37:07.192Z] - CONFIG_IPC_NS: enabled [2022-05-19T09:37:07.192Z] - CONFIG_UTS_NS: enabled [2022-05-19T09:37:07.192Z] - CONFIG_CGROUPS: enabled [2022-05-19T09:37:07.192Z] - CONFIG_CGROUP_CPUACCT: enabled [2022-05-19T09:37:07.454Z] - CONFIG_CGROUP_DEVICE: enabled [2022-05-19T09:37:07.454Z] - CONFIG_CGROUP_FREEZER: enabled [2022-05-19T09:37:07.454Z] - CONFIG_CGROUP_SCHED: enabled [2022-05-19T09:37:07.454Z] - CONFIG_CPUSETS: enabled [2022-05-19T09:37:07.454Z] - CONFIG_MEMCG: enabled [2022-05-19T09:37:07.454Z] - CONFIG_KEYS: enabled [2022-05-19T09:37:07.454Z] - CONFIG_VETH: enabled (as module) [2022-05-19T09:37:07.454Z] - CONFIG_BRIDGE: enabled (as module) [2022-05-19T09:37:07.454Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2022-05-19T09:37:07.454Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2022-05-19T09:37:07.454Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2022-05-19T09:37:07.454Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2022-05-19T09:37:07.454Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2022-05-19T09:37:07.454Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2022-05-19T09:37:07.454Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2022-05-19T09:37:07.454Z] - CONFIG_IP_NF_NAT: enabled (as module) [2022-05-19T09:37:07.454Z] - CONFIG_NF_NAT: enabled (as module) [2022-05-19T09:37:07.454Z] - CONFIG_POSIX_MQUEUE: enabled [2022-05-19T09:37:07.454Z] - CONFIG_CGROUP_BPF: enabled [2022-05-19T09:37:07.454Z] [2022-05-19T09:37:07.454Z] Optional Features: [2022-05-19T09:37:07.454Z] - CONFIG_USER_NS: enabled [2022-05-19T09:37:07.454Z] - CONFIG_SECCOMP: enabled [2022-05-19T09:37:07.454Z] - CONFIG_SECCOMP_FILTER: enabled [2022-05-19T09:37:07.454Z] - CONFIG_CGROUP_PIDS: enabled [2022-05-19T09:37:07.454Z] - CONFIG_MEMCG_SWAP: enabled [2022-05-19T09:37:07.454Z] (cgroup swap accounting is currently enabled) [2022-05-19T09:37:07.454Z] - CONFIG_BLK_CGROUP: enabled [2022-05-19T09:37:07.454Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2022-05-19T09:37:07.454Z] - CONFIG_CGROUP_PERF: enabled [2022-05-19T09:37:07.454Z] - CONFIG_CGROUP_HUGETLB: enabled [2022-05-19T09:37:07.454Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2022-05-19T09:37:07.454Z] - CONFIG_CGROUP_NET_PRIO: enabled [2022-05-19T09:37:07.454Z] - CONFIG_CFS_BANDWIDTH: enabled [2022-05-19T09:37:07.454Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2022-05-19T09:37:07.454Z] - CONFIG_RT_GROUP_SCHED: missing [2022-05-19T09:37:07.454Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2022-05-19T09:37:07.454Z] - CONFIG_IP_VS: enabled (as module) [2022-05-19T09:37:07.715Z] - CONFIG_IP_VS_NFCT: enabled [2022-05-19T09:37:07.715Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2022-05-19T09:37:07.715Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2022-05-19T09:37:07.715Z] - CONFIG_IP_VS_RR: enabled (as module) [2022-05-19T09:37:07.715Z] - CONFIG_SECURITY_SELINUX: enabled [2022-05-19T09:37:07.715Z] - CONFIG_SECURITY_APPARMOR: enabled [2022-05-19T09:37:07.715Z] - CONFIG_EXT4_FS: enabled [2022-05-19T09:37:07.715Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2022-05-19T09:37:07.715Z] - CONFIG_EXT4_FS_SECURITY: enabled [2022-05-19T09:37:07.715Z] - Network Drivers: [2022-05-19T09:37:07.715Z] - "overlay": [2022-05-19T09:37:07.715Z] - CONFIG_VXLAN: enabled (as module) [2022-05-19T09:37:07.715Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2022-05-19T09:37:07.715Z] Optional (for encrypted networks): [2022-05-19T09:37:07.715Z] - CONFIG_CRYPTO: enabled [2022-05-19T09:37:07.715Z] - CONFIG_CRYPTO_AEAD: enabled [2022-05-19T09:37:07.715Z] - CONFIG_CRYPTO_GCM: enabled [2022-05-19T09:37:07.715Z] - CONFIG_CRYPTO_SEQIV: enabled [2022-05-19T09:37:07.715Z] - CONFIG_CRYPTO_GHASH: enabled [2022-05-19T09:37:07.715Z] - CONFIG_XFRM: enabled [2022-05-19T09:37:07.715Z] - CONFIG_XFRM_USER: enabled (as module) [2022-05-19T09:37:07.715Z] - CONFIG_XFRM_ALGO: enabled (as module) [2022-05-19T09:37:07.715Z] - CONFIG_INET_ESP: enabled (as module) [2022-05-19T09:37:07.715Z] - "ipvlan": [2022-05-19T09:37:07.715Z] - CONFIG_IPVLAN: enabled (as module) [2022-05-19T09:37:07.715Z] - "macvlan": [2022-05-19T09:37:07.715Z] - CONFIG_MACVLAN: enabled (as module) [2022-05-19T09:37:07.715Z] - CONFIG_DUMMY: enabled (as module) [2022-05-19T09:37:07.715Z] - "ftp,tftp client in container": [2022-05-19T09:37:07.715Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2022-05-19T09:37:07.715Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2022-05-19T09:37:07.715Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2022-05-19T09:37:07.715Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2022-05-19T09:37:07.715Z] - Storage Drivers: [2022-05-19T09:37:07.715Z] - "aufs": [2022-05-19T09:37:07.715Z] - CONFIG_AUFS_FS: enabled (as module) [2022-05-19T09:37:07.715Z] - "btrfs": [2022-05-19T09:37:07.715Z] - CONFIG_BTRFS_FS: enabled (as module) [2022-05-19T09:37:07.715Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2022-05-19T09:37:07.715Z] - "devicemapper": [2022-05-19T09:37:07.976Z] - CONFIG_BLK_DEV_DM: enabled [2022-05-19T09:37:07.976Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2022-05-19T09:37:07.976Z] - "overlay": [2022-05-19T09:37:07.976Z] - CONFIG_OVERLAY_FS: enabled (as module) [2022-05-19T09:37:07.976Z] - "zfs": [2022-05-19T09:37:07.976Z] - /dev/zfs: present [2022-05-19T09:37:07.976Z] - zfs command: missing [2022-05-19T09:37:07.976Z] - zpool command: missing [2022-05-19T09:37:07.976Z] [2022-05-19T09:37:07.976Z] Limits: [2022-05-19T09:37:07.976Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2022-05-19T09:37:07.976Z] [2022-05-19T09:37:07.976Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2022-05-19T09:37:08.315Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:c96cfe37a4e86f40c7da756c97e7071aeab55413 . [2022-05-19T09:37:08.576Z] #1 [internal] load build definition from Dockerfile [2022-05-19T09:37:08.576Z] #1 sha256:8021c04b1913236b3b2e85c30dd17084a744562aa97ff8e40909a211aaf36ba2 [2022-05-19T09:37:08.576Z] #1 transferring dockerfile: 17.93kB done [2022-05-19T09:37:08.576Z] #1 DONE 0.0s [2022-05-19T09:37:08.576Z] [2022-05-19T09:37:08.576Z] #2 [internal] load .dockerignore [2022-05-19T09:37:08.576Z] #2 sha256:63dc1cf8b91d0eadedf32dce76a4cf7b3c93ac2bab9a3216fc94e0034b701054 [2022-05-19T09:37:08.576Z] #2 transferring context: 145B done [2022-05-19T09:37:08.576Z] #2 DONE 0.0s [2022-05-19T09:37:08.576Z] [2022-05-19T09:37:08.576Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2022-05-19T09:37:08.576Z] #3 sha256:dce28476d87f47c3617032ad33fa3273456c6cd0abd6b99e8084cf1b55d7403a [2022-05-19T09:37:08.576Z] #3 DONE 0.1s [2022-05-19T09:37:08.576Z] [2022-05-19T09:37:08.576Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 [2022-05-19T09:37:08.576Z] #4 sha256:82ed3dfaff7605887f2a56b987ae4ec9f4b421075ec74e97e6cf038f82f8f120 [2022-05-19T09:37:08.576Z] #4 CACHED [2022-05-19T09:37:08.836Z] [2022-05-19T09:37:08.836Z] #5 [internal] load build definition from Dockerfile [2022-05-19T09:37:08.836Z] #5 sha256:5435377fe6ca28bc1a12d89dcb96213411fcdbcbcfd1dae4d605f1d6b12b8707 [2022-05-19T09:37:08.836Z] #5 DONE 0.0s [2022-05-19T09:37:08.836Z] [2022-05-19T09:37:08.836Z] #6 [internal] load .dockerignore [2022-05-19T09:37:08.836Z] #6 sha256:032d979be8cc162980280f1df5371fb7ba447bedabbe8ee28583957548e0bd9c [2022-05-19T09:37:08.836Z] #6 DONE 0.0s [2022-05-19T09:37:08.836Z] [2022-05-19T09:37:08.836Z] #8 [internal] load metadata for docker.io/library/golang:1.18.2-bullseye [2022-05-19T09:37:08.836Z] #8 sha256:e691baf9396323b72b84b107c0a92b7fed5ca921dac8752ea8836d3780215aee [2022-05-19T09:37:08.836Z] #8 DONE 0.1s [2022-05-19T09:37:08.836Z] [2022-05-19T09:37:08.836Z] #10 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-05-19T09:37:08.836Z] #10 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-05-19T09:37:09.097Z] #10 DONE 0.1s [2022-05-19T09:37:09.097Z] [2022-05-19T09:37:09.097Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-05-19T09:37:09.097Z] #9 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-05-19T09:37:09.097Z] #9 DONE 0.1s [2022-05-19T09:37:09.097Z] [2022-05-19T09:37:09.097Z] #7 [internal] load metadata for docker.io/library/debian:bullseye [2022-05-19T09:37:09.097Z] #7 sha256:6d9fd31165915ffec207af44d888d4ad2b51a327ff941d94598791b75383e1d9 [2022-05-19T09:37:09.097Z] #7 DONE 0.1s [2022-05-19T09:37:09.365Z] [2022-05-19T09:37:09.365Z] #73 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-05-19T09:37:09.365Z] #73 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-05-19T09:37:09.365Z] #73 DONE 0.0s [2022-05-19T09:37:09.365Z] [2022-05-19T09:37:09.365Z] #71 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-05-19T09:37:09.365Z] #71 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-05-19T09:37:09.365Z] #71 DONE 0.0s [2022-05-19T09:37:09.365Z] [2022-05-19T09:37:09.365Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.2-bullseye@sha256:a966d36a1bdf8769ebfd18eaf1b2cdfc86dfda1a2c61791ccd36ed8237e43a69 [2022-05-19T09:37:09.365Z] #11 sha256:c17823beee4315a8cee5c0954598d192d8ecaf1cf55395a82db4f9737d54f5fd [2022-05-19T09:37:09.365Z] #11 DONE 0.0s [2022-05-19T09:37:09.365Z] [2022-05-19T09:37:09.365Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:6137c67e2009e881526386c42ba99b3657e4f92f546814a33d35b14e60579777 [2022-05-19T09:37:09.365Z] #28 sha256:8d721f2d561506b5b3aa93cdfc09b616a14735d8d7174bbcb349ccd3ac21ebaa [2022-05-19T09:37:09.365Z] #28 DONE 0.0s [2022-05-19T09:37:09.365Z] [2022-05-19T09:37:09.365Z] #24 [internal] load build context [2022-05-19T09:37:09.365Z] #24 sha256:73199619f6eef41621177eb1feb7b0fda758b63eb1b2bb4e009202830331fe07 [2022-05-19T09:37:09.949Z] #24 ... [2022-05-19T09:37:09.949Z] [2022-05-19T09:37:09.949Z] #49 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-05-19T09:37:09.949Z] #49 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-05-19T09:37:09.949Z] #49 DONE 0.7s [2022-05-19T09:37:09.949Z] [2022-05-19T09:37:09.949Z] #24 [internal] load build context [2022-05-19T09:37:09.949Z] #24 sha256:73199619f6eef41621177eb1feb7b0fda758b63eb1b2bb4e009202830331fe07 [2022-05-19T09:37:10.530Z] #24 transferring context: 61.19MB 1.1s done [2022-05-19T09:37:10.530Z] #24 DONE 1.3s [2022-05-19T09:37:10.530Z] [2022-05-19T09:37:10.530Z] #63 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer / [2022-05-19T09:37:10.530Z] #63 sha256:05b457ede71387b60598ce266adce3370dec685c0ce2978bee97c07ce77f5fa2 [2022-05-19T09:37:10.530Z] #63 CACHED [2022-05-19T09:37:10.530Z] [2022-05-19T09:37:10.530Z] #60 [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-05-19T09:37:10.530Z] #60 sha256:8c4209fe9583658238e8f74a4996dea24a0582986d5fb09856f8bcfcd809268a [2022-05-19T09:37:10.530Z] #60 CACHED [2022-05-19T09:37:10.530Z] [2022-05-19T09:37:10.530Z] #65 [dev-systemd-false 23/26] COPY --from=containerd /build/ /usr/local/bin/ [2022-05-19T09:37:10.530Z] #65 sha256:1618329138e1a83799201b8963d0bd7107799c5d7b5ef4f8eefc437485b97ba2 [2022-05-19T09:37:10.530Z] #65 CACHED [2022-05-19T09:37:10.530Z] [2022-05-19T09:37:10.530Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-05-19T09:37:10.530Z] #33 sha256:e6193f719e5c48cc1d1c6abc7a33d617864720822502462db55bab606afdef98 [2022-05-19T09:37:10.530Z] #33 CACHED [2022-05-19T09:37:10.530Z] [2022-05-19T09:37:10.530Z] #61 [dev-systemd-false 22/26] COPY --from=runc /build/ /usr/local/bin/ [2022-05-19T09:37:10.530Z] #61 sha256:29e2174a8889d10ab0f36d726bc2f0622abfd219cba72c8444c1cc43acd19e19 [2022-05-19T09:37:10.530Z] #61 CACHED [2022-05-19T09:37:10.530Z] [2022-05-19T09:37:10.530Z] #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-05-19T09:37:10.530Z] #31 sha256:b1f5b689403c5bdf7356cef7c37b7f10359ab08b4c224c37d2be2416dd948221 [2022-05-19T09:37:10.530Z] #31 CACHED [2022-05-19T09:37:10.530Z] [2022-05-19T09:37:10.530Z] #47 [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-05-19T09:37:10.530Z] #47 sha256:ea17d344860653ef009fc9b2ee95cb00a783e40062f95f368cce8498b9bf8e73 [2022-05-19T09:37:10.530Z] #47 CACHED [2022-05-19T09:37:10.530Z] [2022-05-19T09:37:10.530Z] #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-05-19T09:37:10.530Z] #29 sha256:d7d60c790e56dec5401acf917bfe11cff6c2e03c9742add06751d9192c5ba7e4 [2022-05-19T09:37:10.530Z] #29 CACHED [2022-05-19T09:37:10.530Z] [2022-05-19T09:37:10.530Z] #40 [gowinres 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/tc-hib/go-winres@v0.2.3" && /build/go-winres --help [2022-05-19T09:37:10.530Z] #40 sha256:7b30a2714620fa7e240d23d5cd79a699ccb090e1d0c8d746686b88d721d328e5 [2022-05-19T09:37:10.530Z] #40 CACHED [2022-05-19T09:37:10.530Z] [2022-05-19T09:37:10.530Z] #48 [dev-systemd-false 17/26] COPY --from=registry /build/ /usr/local/bin/ [2022-05-19T09:37:10.530Z] #48 sha256:3ae9fb92fbfe36ec56af43a0a9a06ef8d634f14a77da1f7c98b31de24bef63a5 [2022-05-19T09:37:10.530Z] #48 CACHED [2022-05-19T09:37:10.530Z] [2022-05-19T09:37:10.530Z] #52 [dev-systemd-false 18/26] COPY --from=criu /build/ /usr/local/bin/ [2022-05-19T09:37:10.530Z] #52 sha256:c040b5dceb241eeb8eee973e1866945811d37fefb8c16c8fc14180d3e2ddcf32 [2022-05-19T09:37:10.530Z] #52 CACHED [2022-05-19T09:37:10.530Z] [2022-05-19T09:37:10.530Z] #16 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2022-05-19T09:37:10.530Z] #16 sha256:cddff0b1a41f8042373a388be567b6755dfa47c288a62b4f8765f7bce22a56f0 [2022-05-19T09:37:10.530Z] #16 CACHED [2022-05-19T09:37:10.530Z] [2022-05-19T09:37:10.530Z] #57 [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-05-19T09:37:10.530Z] #57 sha256:401c0122933c017a61a97555462d320a2445f9c0d027720a10a599dc935e4cc4 [2022-05-19T09:37:10.530Z] #57 CACHED [2022-05-19T09:37:10.530Z] [2022-05-19T09:37:10.530Z] #45 [dev-systemd-false 16/26] COPY --from=tini /build/ /usr/local/bin/ [2022-05-19T09:37:10.530Z] #45 sha256:96a6b46a88acb8b1c77feff453d2f9ebe6fb837c7c187529423efb74221a3d66 [2022-05-19T09:37:10.530Z] #45 CACHED [2022-05-19T09:37:10.530Z] [2022-05-19T09:37:10.530Z] #68 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build [2022-05-19T09:37:10.530Z] #68 sha256:dedf6b436c658459e2256e5e560fe5a364417d5ca2420af464e2cadf127a00be [2022-05-19T09:37:10.530Z] #68 CACHED [2022-05-19T09:37:10.530Z] [2022-05-19T09:37:10.530Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-05-19T09:37:10.530Z] #12 sha256:c0bb29d9b3462febc988bbcbbd2458012374fee38992a4a82f9e1a19150f6ff9 [2022-05-19T09:37:10.530Z] #12 CACHED [2022-05-19T09:37:10.530Z] [2022-05-19T09:37:10.530Z] #55 [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-05-19T09:37:10.530Z] #55 sha256:e374d1522f5d9c874a1bdd0ffb6eda4ed761c9a1e53e0259625a85dc3c837cec [2022-05-19T09:37:10.530Z] #55 CACHED [2022-05-19T09:37:10.530Z] [2022-05-19T09:37:10.530Z] #20 [dev-systemd-false 6/26] RUN ldconfig [2022-05-19T09:37:10.530Z] #20 sha256:419a6cb0d09529d3cc0de1f3e165e33742904f4d507cc538365435686264ae60 [2022-05-19T09:37:10.530Z] #20 CACHED [2022-05-19T09:37:10.530Z] [2022-05-19T09:37:10.530Z] #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-05-19T09:37:10.530Z] #34 sha256:7a88afd923b19d050d9dd0e227619d715a737b594582b3ac5f00c781d01ccb0f [2022-05-19T09:37:10.530Z] #34 CACHED [2022-05-19T09:37:10.530Z] [2022-05-19T09:37:10.530Z] #64 [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-05-19T09:37:10.530Z] #64 sha256:78126e507f0633abce141f3fe4dd6a2e18425397966c51ead75421d2d6d405d7 [2022-05-19T09:37:10.530Z] #64 CACHED [2022-05-19T09:37:10.530Z] [2022-05-19T09:37:10.530Z] #51 [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-05-19T09:37:10.530Z] #51 sha256:ef6ac9d7240bf36f699b67185c35ddf409b8ef787eb890ebf1f4bc92ea5901df [2022-05-19T09:37:10.530Z] #51 CACHED [2022-05-19T09:37:10.530Z] [2022-05-19T09:37:10.530Z] #23 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.26.1 [2022-05-19T09:37:10.530Z] #23 sha256:43d19c47b8e0948fc1e6c05117d4b377cecf363f0adb1b8bcd2779c4fe8c1d90 [2022-05-19T09:37:10.530Z] #23 CACHED [2022-05-19T09:37:10.530Z] [2022-05-19T09:37:10.530Z] #44 [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-05-19T09:37:10.530Z] #44 sha256:3216f900e35a1b977ec3ecef208cd86e478021364e215a8a88d2ac6a85a90bc2 [2022-05-19T09:37:10.530Z] #44 CACHED [2022-05-19T09:37:10.530Z] [2022-05-19T09:37:10.530Z] #69 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-05-19T09:37:10.530Z] #69 sha256:9936c4ddcc1fca60245663fbdf920d3d3f4adbb94716b684d54b9a4fd3eaecc9 [2022-05-19T09:37:10.530Z] #69 CACHED [2022-05-19T09:37:10.530Z] [2022-05-19T09:37:10.530Z] #35 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/bin/ [2022-05-19T09:37:10.530Z] #35 sha256:6011fcbf2686809394065e9b09e02ceb46912a68e525f948d1c8f4f80c099d8f [2022-05-19T09:37:10.530Z] #35 CACHED [2022-05-19T09:37:10.530Z] [2022-05-19T09:37:10.530Z] #32 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images [2022-05-19T09:37:10.530Z] #32 sha256:6bc014296d72f84a5a4538f540a5f4350a49af1cceb3b2a4b4ba95218efcc34c [2022-05-19T09:37:10.530Z] #32 CACHED [2022-05-19T09:37:10.530Z] [2022-05-19T09:37:10.530Z] #58 [dev-systemd-false 21/26] COPY --from=shfmt /build/ /usr/local/bin/ [2022-05-19T09:37:10.530Z] #58 sha256:d651a8f2d30c0990444854bafc0c960c1a770e2b68aa6650752df0ec504c00f2 [2022-05-19T09:37:10.530Z] #58 CACHED [2022-05-19T09:37:10.530Z] [2022-05-19T09:37:10.530Z] #62 [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-05-19T09:37:10.530Z] #62 sha256:01abd27d0e3628417a5d68af6b3c69f6ed863a1dbee23e93216f48ae70a78673 [2022-05-19T09:37:10.530Z] #62 CACHED [2022-05-19T09:37:10.530Z] [2022-05-19T09:37:10.530Z] #27 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/cli [2022-05-19T09:37:10.530Z] #27 sha256:8ec944213807faafb9202de6593460cae2f78346a2da8f6fbb584a088b287eb1 [2022-05-19T09:37:10.530Z] #27 CACHED [2022-05-19T09:37:10.530Z] [2022-05-19T09:37:10.530Z] #43 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2022-05-19T09:37:10.530Z] #43 sha256:5d072d16e1fd19a4cea94a180d081e52dfc726deb8b5d439df78a7a5ed8c3b30 [2022-05-19T09:37:10.530Z] #43 CACHED [2022-05-19T09:37:10.530Z] [2022-05-19T09:37:10.530Z] #19 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-05-19T09:37:10.530Z] #19 sha256:f13ca9b3dc5f79702ae6103113604fb4f09c28b552f564ac163a964ab7cd6d0c [2022-05-19T09:37:10.530Z] #19 CACHED [2022-05-19T09:37:10.530Z] [2022-05-19T09:37:10.530Z] #56 [dev-systemd-false 20/26] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-05-19T09:37:10.530Z] #56 sha256:7658ddb724906d539487a11d2f791c1192225a9f71b226bf823630c6c3b61d98 [2022-05-19T09:37:10.530Z] #56 CACHED [2022-05-19T09:37:10.530Z] [2022-05-19T09:37:10.530Z] #17 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-05-19T09:37:10.530Z] #17 sha256:8cfc23673e2891053a5de098a28948053a6a927e58f6be711a61030e8de63d18 [2022-05-19T09:37:10.530Z] #17 CACHED [2022-05-19T09:37:10.530Z] [2022-05-19T09:37:10.530Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-05-19T09:37:10.530Z] #25 sha256:ad265b0fb741c4340a32f615c208cf7d9bc50b1cb61e9c6cb38c33bf32d15aae [2022-05-19T09:37:10.530Z] #25 CACHED [2022-05-19T09:37:10.530Z] [2022-05-19T09:37:10.530Z] #36 [delve 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/go-delve/delve/cmd/dlv@v1.8.1" && /build/dlv --help [2022-05-19T09:37:10.530Z] #36 sha256:6b2313603dfe49978567da61e390dda24037664d5523a7909bc7a7339587e0ce [2022-05-19T09:37:10.530Z] #36 CACHED [2022-05-19T09:37:10.530Z] [2022-05-19T09:37:10.530Z] #46 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-05-19T09:37:10.530Z] #46 sha256:35e4b51c0602ec7817a4044cf39d53405f4c82eede6b08b129ed08bde0def469 [2022-05-19T09:37:10.530Z] #46 CACHED [2022-05-19T09:37:10.530Z] [2022-05-19T09:37:10.530Z] #72 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-05-19T09:37:10.530Z] #72 sha256:99eb965b5318dc0ce9d71a22280a9be9dfb5920da56425940fa51d60891053ef [2022-05-19T09:37:10.530Z] #72 CACHED [2022-05-19T09:37:10.530Z] [2022-05-19T09:37:10.530Z] #74 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-05-19T09:37:10.530Z] #74 sha256:b49b59bfc5c6eb145c6a024e010cf4a3618a6b2ef592b80b68c17cd8c3cdcb08 [2022-05-19T09:37:10.530Z] #74 CACHED [2022-05-19T09:37:10.530Z] [2022-05-19T09:37:10.530Z] #70 [dev-systemd-false 24/26] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-05-19T09:37:10.530Z] #70 sha256:c4e588727f129b78f123ba6ab37c691dbdc3d95bd97668708d8451667d76dae1 [2022-05-19T09:37:10.530Z] #70 CACHED [2022-05-19T09:37:10.530Z] [2022-05-19T09:37:10.530Z] #30 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-05-19T09:37:10.530Z] #30 sha256:ab415503d267e32e52068589c15b95c43df36cb7d6ca3827dcdc5fd43d304fcb [2022-05-19T09:37:10.530Z] #30 CACHED [2022-05-19T09:37:10.530Z] [2022-05-19T09:37:10.530Z] #21 [dev-systemd-false 7/26] 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-05-19T09:37:10.530Z] #21 sha256:0d551b6de23a7dfa5dcf72febbe107504f20a7906bbab0031ad219e4b67dedb4 [2022-05-19T09:37:10.530Z] #21 CACHED [2022-05-19T09:37:10.530Z] [2022-05-19T09:37:10.530Z] #15 [dev-systemd-false 1/26] RUN groupadd -r docker [2022-05-19T09:37:10.530Z] #15 sha256:6a66e61461d37e1fe91bfb93d186ca475e1d8978d399d6c704c5125017bb2621 [2022-05-19T09:37:10.530Z] #15 CACHED [2022-05-19T09:37:10.530Z] [2022-05-19T09:37:10.530Z] #50 [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-05-19T09:37:10.530Z] #50 sha256:460930cc7c0779da8266c4012b9c715b8eccb654fe742b92a6092516e5832e7d [2022-05-19T09:37:10.530Z] #50 CACHED [2022-05-19T09:37:10.530Z] [2022-05-19T09:37:10.530Z] #37 [dev-systemd-false 13/26] COPY --from=delve /build/ /usr/local/bin/ [2022-05-19T09:37:10.530Z] #37 sha256:ea5b52f867679d6960875f033bcfa8dfd4c546eee9b29db6fb758bb2653ade5f [2022-05-19T09:37:10.530Z] #37 CACHED [2022-05-19T09:37:10.530Z] [2022-05-19T09:37:10.530Z] #59 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2022-05-19T09:37:10.530Z] #59 sha256:966b7c043c2b2352dd85d5e8d506b06f0f4480cd2504cfb61a318308e1aca297 [2022-05-19T09:37:10.530Z] #59 CACHED [2022-05-19T09:37:10.530Z] [2022-05-19T09:37:10.530Z] #38 [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-05-19T09:37:10.530Z] #38 sha256:0f2d46394127e6f4f819a3b9c5aac2f26a64b2dcd4e56b64057e76d18f8893c8 [2022-05-19T09:37:10.530Z] #38 CACHED [2022-05-19T09:37:10.530Z] [2022-05-19T09:37:10.530Z] #22 [dev-systemd-false 8/26] 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-05-19T09:37:10.530Z] #22 sha256:989ba02d31fff8765a4796cdbe86c36670561540782a03ecc3296119ababa2e6 [2022-05-19T09:37:10.530Z] #22 CACHED [2022-05-19T09:37:10.530Z] [2022-05-19T09:37:10.530Z] #75 [dev-systemd-false 25/26] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-05-19T09:37:10.530Z] #75 sha256:33cd6e83ea98e8b7b8c746fc349e1c3d11e10dbcc714ccbd106d0436ff036674 [2022-05-19T09:37:10.530Z] #75 CACHED [2022-05-19T09:37:10.530Z] [2022-05-19T09:37:10.530Z] #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-05-19T09:37:10.530Z] #26 sha256:8fd5b45c3f5facde3756c66ad50b1fb71e7cd2fbedba685bfe39379ef14c4a93 [2022-05-19T09:37:10.530Z] #26 CACHED [2022-05-19T09:37:10.530Z] [2022-05-19T09:37:10.530Z] #54 [dev-systemd-false 19/26] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-05-19T09:37:10.530Z] #54 sha256:ff8399696cf1b26b61b94cbb10a3ecfa4e9743e20db4ba8da3cd50d00bc97b25 [2022-05-19T09:37:10.530Z] #54 CACHED [2022-05-19T09:37:10.530Z] [2022-05-19T09:37:10.530Z] #53 [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-05-19T09:37:10.530Z] #53 sha256:9c273d3996b34d71fe6b78c250b2f5e18f56a35b7161b89f974801da62b108af [2022-05-19T09:37:10.530Z] #53 CACHED [2022-05-19T09:37:10.530Z] [2022-05-19T09:37:10.530Z] #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-05-19T09:37:10.530Z] #14 sha256:1814ce1b347c49e7e044a51e83e0461b30acc268ef03d354b7ca22ce5814fb21 [2022-05-19T09:37:10.530Z] #14 CACHED [2022-05-19T09:37:10.530Z] [2022-05-19T09:37:10.530Z] #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-05-19T09:37:10.530Z] #13 sha256:f8174d9f7fa48fc49299d67fdc13a640baaeb11c0e9d1d6f196645fd87485deb [2022-05-19T09:37:10.530Z] #13 CACHED [2022-05-19T09:37:10.530Z] [2022-05-19T09:37:10.530Z] #67 [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-05-19T09:37:10.530Z] #67 sha256:9b5462f45386a04efb442babfeb2a209a926eb309aeea807cf39a9c25d5432f7 [2022-05-19T09:37:10.530Z] #67 CACHED [2022-05-19T09:37:10.530Z] [2022-05-19T09:37:10.530Z] #39 [dev-systemd-false 14/26] COPY --from=tomll /build/ /usr/local/bin/ [2022-05-19T09:37:10.530Z] #39 sha256:0cd2935f34cfd970b6e79ea1cc2081d4fd574d2782a47daf997cb34f939b3e76 [2022-05-19T09:37:10.530Z] #39 CACHED [2022-05-19T09:37:10.530Z] [2022-05-19T09:37:10.530Z] #42 [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-05-19T09:37:10.530Z] #42 sha256:581a71b3316d514c558708f660a6c18fecfe076e009b32a1acc9d60fbd4c89b6 [2022-05-19T09:37:10.530Z] #42 CACHED [2022-05-19T09:37:10.530Z] [2022-05-19T09:37:10.530Z] #66 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2022-05-19T09:37:10.530Z] #66 sha256:e28ff10d195f3ca25b6fe26f9c4997c7ad5abc3138ed68d36e16141d56426e30 [2022-05-19T09:37:10.530Z] #66 CACHED [2022-05-19T09:37:10.530Z] [2022-05-19T09:37:10.530Z] #18 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-05-19T09:37:10.530Z] #18 sha256:2a502440bd509d7e9c441e6ac8600a5fde708d0176014326ed483f81815f0445 [2022-05-19T09:37:10.530Z] #18 CACHED [2022-05-19T09:37:10.530Z] [2022-05-19T09:37:10.531Z] #41 [dev-systemd-false 15/26] COPY --from=gowinres /build/ /usr/local/bin/ [2022-05-19T09:37:10.531Z] #41 sha256:42858a21e10d07d0b9efe541a1213963521f3795ea29bb6a9373384c27f9ec56 [2022-05-19T09:37:10.531Z] #41 CACHED [2022-05-19T09:37:10.531Z] [2022-05-19T09:37:10.531Z] #76 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2022-05-19T09:37:10.531Z] #76 sha256:4bd4e9d4f242982368d54864c13a39e7e53531b6efe4973e255ea4db0334579c [2022-05-19T09:37:10.531Z] #76 CACHED [2022-05-19T09:37:10.531Z] [2022-05-19T09:37:10.531Z] #77 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-05-19T09:37:10.531Z] #77 sha256:ee3baa733845dd979cb23fb6fba76ee5f490e46dd4d9239506d044fbc7107fb9 [2022-05-19T09:37:11.039Z] Fetching without tags [2022-05-19T09:37:11.235Z] Merging remotes/origin/master commit c9d04033d443e359e73e5da58a6b46ec1b8f2373 into PR head commit ce3e2d1955539d6045965312a1249a381f4a2838 [2022-05-19T09:37:10.996Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-05-19T09:37:11.005Z] > git config --add remote.origin.fetch +refs/pull/43557/head:refs/remotes/origin/PR-43557 # timeout=10 [2022-05-19T09:37:11.014Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-05-19T09:37:11.029Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-05-19T09:37:11.042Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-05-19T09:37:11.042Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-05-19T09:37:11.043Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43557/head:refs/remotes/origin/PR-43557 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-05-19T09:37:11.242Z] > git config core.sparsecheckout # timeout=10 [2022-05-19T09:37:11.251Z] > git checkout -f ce3e2d1955539d6045965312a1249a381f4a2838 # timeout=10 [2022-05-19T09:37:11.474Z] #77 DONE 1.1s [2022-05-19T09:37:11.474Z] [2022-05-19T09:37:11.474Z] #78 exporting to image [2022-05-19T09:37:11.474Z] #78 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2022-05-19T09:37:11.474Z] #78 exporting layers [2022-05-19T09:37:12.425Z] #78 exporting layers 0.9s done [2022-05-19T09:37:12.425Z] #78 writing image sha256:2fab41189400c75d191faef57e3e3b32bc6eebac65b55905810e939b5bab9653 done [2022-05-19T09:37:12.425Z] #78 naming to docker.io/library/docker:c96cfe37a4e86f40c7da756c97e7071aeab55413 done [2022-05-19T09:37:12.425Z] #78 DONE 1.0s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2022-05-19T09:37:12.730Z] Merge succeeded, producing eb9263b44eac3e9bd50515c0177ddc18da06530d [2022-05-19T09:37:12.730Z] Checking out Revision eb9263b44eac3e9bd50515c0177ddc18da06530d (PR-43557) [2022-05-19T09:37:12.763Z] + sudo modprobe ip6table_filter [Pipeline] sh [2022-05-19T09:37:13.050Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43557/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr8 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=c96cfe37a4e86f40c7da756c97e7071aeab55413 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:c96cfe37a4e86f40c7da756c97e7071aeab55413 hack/test/unit [2022-05-19T09:37:13.311Z] + BUILDFLAGS=(-tags 'netgo libdm_no_deferred_remove') [2022-05-19T09:37:13.311Z] + TESTFLAGS+=' -test.timeout=5m' [2022-05-19T09:37:13.311Z] + TESTDIRS=./... [2022-05-19T09:37:13.311Z] + exclude_paths='/vendor/|/integration' [2022-05-19T09:37:13.311Z] ++ go list ./... [2022-05-19T09:37:13.311Z] ++ grep -vE '(/vendor/|/integration)' [2022-05-19T09:37:11.851Z] > git remote # timeout=10 [2022-05-19T09:37:11.865Z] > git config --get remote.origin.url # timeout=10 [2022-05-19T09:37:11.874Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-05-19T09:37:11.875Z] > git merge c9d04033d443e359e73e5da58a6b46ec1b8f2373 # timeout=10 [2022-05-19T09:37:12.722Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-05-19T09:37:12.732Z] > git config core.sparsecheckout # timeout=10 [2022-05-19T09:37:12.739Z] > git checkout -f eb9263b44eac3e9bd50515c0177ddc18da06530d # timeout=10 [2022-05-19T09:37:14.256Z] + pkg_list='github.com/docker/docker/api [2022-05-19T09:37:14.256Z] github.com/docker/docker/api/server [2022-05-19T09:37:14.256Z] github.com/docker/docker/api/server/backend/build [2022-05-19T09:37:14.256Z] github.com/docker/docker/api/server/httpstatus [2022-05-19T09:37:14.256Z] github.com/docker/docker/api/server/httputils [2022-05-19T09:37:14.256Z] github.com/docker/docker/api/server/middleware [2022-05-19T09:37:14.256Z] github.com/docker/docker/api/server/router [2022-05-19T09:37:14.256Z] github.com/docker/docker/api/server/router/build [2022-05-19T09:37:14.256Z] github.com/docker/docker/api/server/router/checkpoint [2022-05-19T09:37:14.256Z] github.com/docker/docker/api/server/router/container [2022-05-19T09:37:14.256Z] github.com/docker/docker/api/server/router/debug [2022-05-19T09:37:14.256Z] github.com/docker/docker/api/server/router/distribution [2022-05-19T09:37:14.256Z] github.com/docker/docker/api/server/router/grpc [2022-05-19T09:37:14.256Z] github.com/docker/docker/api/server/router/image [2022-05-19T09:37:14.256Z] github.com/docker/docker/api/server/router/network [2022-05-19T09:37:14.256Z] github.com/docker/docker/api/server/router/plugin [2022-05-19T09:37:14.256Z] github.com/docker/docker/api/server/router/session [2022-05-19T09:37:14.256Z] github.com/docker/docker/api/server/router/swarm [2022-05-19T09:37:14.256Z] github.com/docker/docker/api/server/router/system [2022-05-19T09:37:14.256Z] github.com/docker/docker/api/server/router/volume [2022-05-19T09:37:14.256Z] github.com/docker/docker/api/types [2022-05-19T09:37:14.256Z] github.com/docker/docker/api/types/backend [2022-05-19T09:37:14.256Z] github.com/docker/docker/api/types/blkiodev [2022-05-19T09:37:14.256Z] github.com/docker/docker/api/types/container [2022-05-19T09:37:14.256Z] github.com/docker/docker/api/types/events [2022-05-19T09:37:14.256Z] github.com/docker/docker/api/types/filters [2022-05-19T09:37:14.256Z] github.com/docker/docker/api/types/image [2022-05-19T09:37:14.256Z] github.com/docker/docker/api/types/mount [2022-05-19T09:37:14.256Z] github.com/docker/docker/api/types/network [2022-05-19T09:37:14.256Z] github.com/docker/docker/api/types/plugins/logdriver [2022-05-19T09:37:14.256Z] github.com/docker/docker/api/types/registry [2022-05-19T09:37:14.256Z] github.com/docker/docker/api/types/strslice [2022-05-19T09:37:14.256Z] github.com/docker/docker/api/types/swarm [2022-05-19T09:37:14.256Z] github.com/docker/docker/api/types/swarm/runtime [2022-05-19T09:37:14.256Z] github.com/docker/docker/api/types/time [2022-05-19T09:37:14.256Z] github.com/docker/docker/api/types/versions [2022-05-19T09:37:14.256Z] github.com/docker/docker/api/types/versions/v1p19 [2022-05-19T09:37:14.256Z] github.com/docker/docker/api/types/versions/v1p20 [2022-05-19T09:37:14.256Z] github.com/docker/docker/api/types/volume [2022-05-19T09:37:14.256Z] github.com/docker/docker/builder [2022-05-19T09:37:14.256Z] github.com/docker/docker/builder/builder-next [2022-05-19T09:37:14.256Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-05-19T09:37:14.256Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-05-19T09:37:14.256Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-05-19T09:37:14.256Z] github.com/docker/docker/builder/builder-next/exporter [2022-05-19T09:37:14.256Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-05-19T09:37:14.256Z] github.com/docker/docker/builder/builder-next/worker [2022-05-19T09:37:14.256Z] github.com/docker/docker/builder/dockerfile [2022-05-19T09:37:14.256Z] github.com/docker/docker/builder/remotecontext [2022-05-19T09:37:14.256Z] github.com/docker/docker/builder/remotecontext/git [2022-05-19T09:37:14.256Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-05-19T09:37:14.256Z] github.com/docker/docker/cli [2022-05-19T09:37:14.256Z] github.com/docker/docker/cli/config [2022-05-19T09:37:14.256Z] github.com/docker/docker/cli/debug [2022-05-19T09:37:14.256Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-05-19T09:37:14.256Z] github.com/docker/docker/cli/winresources/dockerd [2022-05-19T09:37:14.256Z] github.com/docker/docker/client [2022-05-19T09:37:14.256Z] github.com/docker/docker/cmd/docker-proxy [2022-05-19T09:37:14.256Z] github.com/docker/docker/cmd/dockerd [2022-05-19T09:37:14.256Z] github.com/docker/docker/cmd/dockerd/trap [2022-05-19T09:37:14.256Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-05-19T09:37:14.256Z] github.com/docker/docker/container [2022-05-19T09:37:14.256Z] github.com/docker/docker/container/stream [2022-05-19T09:37:14.256Z] github.com/docker/docker/contrib/apparmor [2022-05-19T09:37:14.256Z] github.com/docker/docker/contrib/docker-device-tool [2022-05-19T09:37:14.256Z] github.com/docker/docker/contrib/httpserver [2022-05-19T09:37:14.256Z] github.com/docker/docker/daemon [2022-05-19T09:37:14.256Z] github.com/docker/docker/daemon/cluster [2022-05-19T09:37:14.256Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-05-19T09:37:14.256Z] github.com/docker/docker/daemon/cluster/convert [2022-05-19T09:37:14.256Z] github.com/docker/docker/daemon/cluster/executor [2022-05-19T09:37:14.256Z] github.com/docker/docker/daemon/cluster/executor/container [2022-05-19T09:37:14.256Z] github.com/docker/docker/daemon/cluster/provider [2022-05-19T09:37:14.256Z] github.com/docker/docker/daemon/config [2022-05-19T09:37:14.256Z] github.com/docker/docker/daemon/events [2022-05-19T09:37:14.256Z] github.com/docker/docker/daemon/events/testutils [2022-05-19T09:37:14.256Z] github.com/docker/docker/daemon/exec [2022-05-19T09:37:14.256Z] github.com/docker/docker/daemon/graphdriver [2022-05-19T09:37:14.256Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-05-19T09:37:14.256Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-05-19T09:37:14.256Z] github.com/docker/docker/daemon/graphdriver/copy [2022-05-19T09:37:14.256Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-05-19T09:37:14.256Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-05-19T09:37:14.256Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-05-19T09:37:14.256Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-05-19T09:37:14.256Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-05-19T09:37:14.256Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-05-19T09:37:14.256Z] github.com/docker/docker/daemon/graphdriver/register [2022-05-19T09:37:14.256Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-05-19T09:37:14.256Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-05-19T09:37:14.256Z] github.com/docker/docker/daemon/images [2022-05-19T09:37:14.256Z] github.com/docker/docker/daemon/initlayer [2022-05-19T09:37:14.256Z] github.com/docker/docker/daemon/links [2022-05-19T09:37:14.256Z] github.com/docker/docker/daemon/listeners [2022-05-19T09:37:14.256Z] github.com/docker/docker/daemon/logger [2022-05-19T09:37:14.256Z] github.com/docker/docker/daemon/logger/awslogs [2022-05-19T09:37:14.256Z] github.com/docker/docker/daemon/logger/fluentd [2022-05-19T09:37:14.256Z] github.com/docker/docker/daemon/logger/gcplogs [2022-05-19T09:37:14.256Z] github.com/docker/docker/daemon/logger/gelf [2022-05-19T09:37:14.256Z] github.com/docker/docker/daemon/logger/journald [2022-05-19T09:37:14.256Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-05-19T09:37:14.256Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-05-19T09:37:14.256Z] github.com/docker/docker/daemon/logger/local [2022-05-19T09:37:14.256Z] github.com/docker/docker/daemon/logger/logentries [2022-05-19T09:37:14.256Z] github.com/docker/docker/daemon/logger/loggerutils [2022-05-19T09:37:14.256Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-05-19T09:37:14.256Z] github.com/docker/docker/daemon/logger/splunk [2022-05-19T09:37:14.256Z] github.com/docker/docker/daemon/logger/syslog [2022-05-19T09:37:14.256Z] github.com/docker/docker/daemon/logger/templates [2022-05-19T09:37:14.256Z] github.com/docker/docker/daemon/names [2022-05-19T09:37:14.256Z] github.com/docker/docker/daemon/network [2022-05-19T09:37:14.256Z] github.com/docker/docker/daemon/stats [2022-05-19T09:37:14.256Z] github.com/docker/docker/distribution [2022-05-19T09:37:14.256Z] github.com/docker/docker/distribution/metadata [2022-05-19T09:37:14.256Z] github.com/docker/docker/distribution/utils [2022-05-19T09:37:14.256Z] github.com/docker/docker/distribution/xfer [2022-05-19T09:37:14.256Z] github.com/docker/docker/dockerversion [2022-05-19T09:37:14.256Z] github.com/docker/docker/errdefs [2022-05-19T09:37:14.256Z] github.com/docker/docker/image [2022-05-19T09:37:14.256Z] github.com/docker/docker/image/cache [2022-05-19T09:37:14.256Z] github.com/docker/docker/image/tarexport [2022-05-19T09:37:14.256Z] github.com/docker/docker/image/v1 [2022-05-19T09:37:14.256Z] github.com/docker/docker/internal/test/suite [2022-05-19T09:37:14.256Z] github.com/docker/docker/layer [2022-05-19T09:37:14.256Z] github.com/docker/docker/libcontainerd [2022-05-19T09:37:14.256Z] github.com/docker/docker/libcontainerd/queue [2022-05-19T09:37:14.256Z] github.com/docker/docker/libcontainerd/remote [2022-05-19T09:37:14.256Z] github.com/docker/docker/libcontainerd/supervisor [2022-05-19T09:37:14.256Z] github.com/docker/docker/libcontainerd/types [2022-05-19T09:37:14.256Z] github.com/docker/docker/libnetwork [2022-05-19T09:37:14.256Z] github.com/docker/docker/libnetwork/bitseq [2022-05-19T09:37:14.256Z] github.com/docker/docker/libnetwork/cluster [2022-05-19T09:37:14.256Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-05-19T09:37:14.256Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-05-19T09:37:14.256Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-05-19T09:37:14.256Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-05-19T09:37:14.256Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-05-19T09:37:14.256Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-05-19T09:37:14.256Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-05-19T09:37:14.256Z] github.com/docker/docker/libnetwork/config [2022-05-19T09:37:14.256Z] github.com/docker/docker/libnetwork/datastore [2022-05-19T09:37:14.256Z] github.com/docker/docker/libnetwork/diagnostic [2022-05-19T09:37:14.256Z] github.com/docker/docker/libnetwork/discoverapi [2022-05-19T09:37:14.256Z] github.com/docker/docker/libnetwork/driverapi [2022-05-19T09:37:14.256Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-05-19T09:37:14.256Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-05-19T09:37:14.256Z] github.com/docker/docker/libnetwork/drivers/host [2022-05-19T09:37:14.256Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-05-19T09:37:14.256Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-05-19T09:37:14.256Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-05-19T09:37:14.256Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-05-19T09:37:14.257Z] github.com/docker/docker/libnetwork/drivers/null [2022-05-19T09:37:14.257Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-05-19T09:37:14.257Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-05-19T09:37:14.257Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-05-19T09:37:14.257Z] github.com/docker/docker/libnetwork/drivers/remote [2022-05-19T09:37:14.257Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-05-19T09:37:14.257Z] github.com/docker/docker/libnetwork/drivers/windows [2022-05-19T09:37:14.257Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-05-19T09:37:14.257Z] github.com/docker/docker/libnetwork/drvregistry [2022-05-19T09:37:14.257Z] github.com/docker/docker/libnetwork/etchosts [2022-05-19T09:37:14.257Z] github.com/docker/docker/libnetwork/idm [2022-05-19T09:37:14.257Z] github.com/docker/docker/libnetwork/internal/caller [2022-05-19T09:37:14.257Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-05-19T09:37:14.257Z] github.com/docker/docker/libnetwork/ipam [2022-05-19T09:37:14.257Z] github.com/docker/docker/libnetwork/ipamapi [2022-05-19T09:37:14.257Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-05-19T09:37:14.257Z] github.com/docker/docker/libnetwork/ipams/null [2022-05-19T09:37:14.257Z] github.com/docker/docker/libnetwork/ipams/remote [2022-05-19T09:37:14.257Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-05-19T09:37:14.257Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-05-19T09:37:14.257Z] github.com/docker/docker/libnetwork/ipamutils [2022-05-19T09:37:14.257Z] github.com/docker/docker/libnetwork/iptables [2022-05-19T09:37:14.257Z] github.com/docker/docker/libnetwork/netlabel [2022-05-19T09:37:14.257Z] github.com/docker/docker/libnetwork/netutils [2022-05-19T09:37:14.257Z] github.com/docker/docker/libnetwork/networkdb [2022-05-19T09:37:14.257Z] github.com/docker/docker/libnetwork/ns [2022-05-19T09:37:14.257Z] github.com/docker/docker/libnetwork/options [2022-05-19T09:37:14.257Z] github.com/docker/docker/libnetwork/osl [2022-05-19T09:37:14.257Z] github.com/docker/docker/libnetwork/osl/kernel [2022-05-19T09:37:14.257Z] github.com/docker/docker/libnetwork/portallocator [2022-05-19T09:37:14.257Z] github.com/docker/docker/libnetwork/portmapper [2022-05-19T09:37:14.257Z] github.com/docker/docker/libnetwork/resolvconf [2022-05-19T09:37:14.257Z] github.com/docker/docker/libnetwork/testutils [2022-05-19T09:37:14.257Z] github.com/docker/docker/libnetwork/types [2022-05-19T09:37:14.257Z] github.com/docker/docker/oci [2022-05-19T09:37:14.257Z] github.com/docker/docker/oci/caps [2022-05-19T09:37:14.257Z] github.com/docker/docker/opts [2022-05-19T09:37:14.257Z] github.com/docker/docker/pkg/aaparser [2022-05-19T09:37:14.257Z] github.com/docker/docker/pkg/archive [2022-05-19T09:37:14.257Z] github.com/docker/docker/pkg/authorization [2022-05-19T09:37:14.257Z] github.com/docker/docker/pkg/broadcaster [2022-05-19T09:37:14.257Z] github.com/docker/docker/pkg/capabilities [2022-05-19T09:37:14.257Z] github.com/docker/docker/pkg/chrootarchive [2022-05-19T09:37:14.257Z] github.com/docker/docker/pkg/containerfs [2022-05-19T09:37:14.257Z] github.com/docker/docker/pkg/devicemapper [2022-05-19T09:37:14.257Z] github.com/docker/docker/pkg/directory [2022-05-19T09:37:14.257Z] github.com/docker/docker/pkg/dmesg [2022-05-19T09:37:14.257Z] github.com/docker/docker/pkg/filenotify [2022-05-19T09:37:14.257Z] github.com/docker/docker/pkg/fileutils [2022-05-19T09:37:14.257Z] github.com/docker/docker/pkg/fsutils [2022-05-19T09:37:14.257Z] github.com/docker/docker/pkg/homedir [2022-05-19T09:37:14.257Z] github.com/docker/docker/pkg/idtools [2022-05-19T09:37:14.257Z] github.com/docker/docker/pkg/ioutils [2022-05-19T09:37:14.257Z] github.com/docker/docker/pkg/jsonmessage [2022-05-19T09:37:14.257Z] github.com/docker/docker/pkg/longpath [2022-05-19T09:37:14.257Z] github.com/docker/docker/pkg/loopback [2022-05-19T09:37:14.257Z] github.com/docker/docker/pkg/namesgenerator [2022-05-19T09:37:14.257Z] github.com/docker/docker/pkg/parsers [2022-05-19T09:37:14.257Z] github.com/docker/docker/pkg/parsers/kernel [2022-05-19T09:37:14.257Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-05-19T09:37:14.257Z] github.com/docker/docker/pkg/pidfile [2022-05-19T09:37:14.257Z] github.com/docker/docker/pkg/platform [2022-05-19T09:37:14.257Z] github.com/docker/docker/pkg/plugingetter [2022-05-19T09:37:14.257Z] github.com/docker/docker/pkg/plugins [2022-05-19T09:37:14.257Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-05-19T09:37:14.257Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-05-19T09:37:14.257Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-05-19T09:37:14.257Z] github.com/docker/docker/pkg/plugins/transport [2022-05-19T09:37:14.257Z] github.com/docker/docker/pkg/pools [2022-05-19T09:37:14.257Z] github.com/docker/docker/pkg/progress [2022-05-19T09:37:14.257Z] github.com/docker/docker/pkg/pubsub [2022-05-19T09:37:14.257Z] github.com/docker/docker/pkg/reexec [2022-05-19T09:37:14.257Z] github.com/docker/docker/pkg/signal [2022-05-19T09:37:14.257Z] github.com/docker/docker/pkg/stack [2022-05-19T09:37:14.257Z] github.com/docker/docker/pkg/stdcopy [2022-05-19T09:37:14.257Z] github.com/docker/docker/pkg/streamformatter [2022-05-19T09:37:14.257Z] github.com/docker/docker/pkg/stringid [2022-05-19T09:37:14.257Z] github.com/docker/docker/pkg/sysinfo [2022-05-19T09:37:14.257Z] github.com/docker/docker/pkg/system [2022-05-19T09:37:14.257Z] github.com/docker/docker/pkg/tailfile [2022-05-19T09:37:14.257Z] github.com/docker/docker/pkg/tarsum [2022-05-19T09:37:14.257Z] github.com/docker/docker/pkg/truncindex [2022-05-19T09:37:14.257Z] github.com/docker/docker/pkg/urlutil [2022-05-19T09:37:14.257Z] github.com/docker/docker/pkg/useragent [2022-05-19T09:37:14.257Z] github.com/docker/docker/plugin [2022-05-19T09:37:14.257Z] github.com/docker/docker/plugin/executor/containerd [2022-05-19T09:37:14.257Z] github.com/docker/docker/plugin/v2 [2022-05-19T09:37:14.257Z] github.com/docker/docker/profiles/apparmor [2022-05-19T09:37:14.257Z] github.com/docker/docker/profiles/seccomp [2022-05-19T09:37:14.257Z] github.com/docker/docker/quota [2022-05-19T09:37:14.257Z] github.com/docker/docker/reference [2022-05-19T09:37:14.257Z] github.com/docker/docker/registry [2022-05-19T09:37:14.257Z] github.com/docker/docker/registry/resumable [2022-05-19T09:37:14.257Z] github.com/docker/docker/restartmanager [2022-05-19T09:37:14.257Z] github.com/docker/docker/rootless [2022-05-19T09:37:14.257Z] github.com/docker/docker/rootless/specconv [2022-05-19T09:37:14.257Z] github.com/docker/docker/runconfig [2022-05-19T09:37:14.257Z] github.com/docker/docker/runconfig/opts [2022-05-19T09:37:14.257Z] github.com/docker/docker/testutil [2022-05-19T09:37:14.257Z] github.com/docker/docker/testutil/daemon [2022-05-19T09:37:14.257Z] github.com/docker/docker/testutil/environment [2022-05-19T09:37:14.257Z] github.com/docker/docker/testutil/fakecontext [2022-05-19T09:37:14.257Z] github.com/docker/docker/testutil/fakegit [2022-05-19T09:37:14.257Z] github.com/docker/docker/testutil/fakestorage [2022-05-19T09:37:14.257Z] github.com/docker/docker/testutil/fixtures/load [2022-05-19T09:37:14.257Z] github.com/docker/docker/testutil/fixtures/plugin [2022-05-19T09:37:14.257Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-05-19T09:37:14.257Z] github.com/docker/docker/testutil/registry [2022-05-19T09:37:14.257Z] github.com/docker/docker/testutil/request [2022-05-19T09:37:14.257Z] github.com/docker/docker/volume [2022-05-19T09:37:14.257Z] github.com/docker/docker/volume/drivers [2022-05-19T09:37:14.257Z] github.com/docker/docker/volume/local [2022-05-19T09:37:14.257Z] github.com/docker/docker/volume/mounts [2022-05-19T09:37:14.257Z] github.com/docker/docker/volume/service [2022-05-19T09:37:14.257Z] github.com/docker/docker/volume/service/opts [2022-05-19T09:37:14.257Z] github.com/docker/docker/volume/testutils' [2022-05-19T09:37:14.257Z] ++ grep --fixed-strings -v /libnetwork [2022-05-19T09:37:14.257Z] ++ echo 'github.com/docker/docker/api [2022-05-19T09:37:14.257Z] github.com/docker/docker/api/server [2022-05-19T09:37:14.257Z] github.com/docker/docker/api/server/backend/build [2022-05-19T09:37:14.257Z] github.com/docker/docker/api/server/httpstatus [2022-05-19T09:37:14.257Z] github.com/docker/docker/api/server/httputils [2022-05-19T09:37:14.257Z] github.com/docker/docker/api/server/middleware [2022-05-19T09:37:14.257Z] github.com/docker/docker/api/server/router [2022-05-19T09:37:14.257Z] github.com/docker/docker/api/server/router/build [2022-05-19T09:37:14.257Z] github.com/docker/docker/api/server/router/checkpoint [2022-05-19T09:37:14.257Z] github.com/docker/docker/api/server/router/container [2022-05-19T09:37:14.257Z] github.com/docker/docker/api/server/router/debug [2022-05-19T09:37:14.257Z] github.com/docker/docker/api/server/router/distribution [2022-05-19T09:37:14.257Z] github.com/docker/docker/api/server/router/grpc [2022-05-19T09:37:14.257Z] github.com/docker/docker/api/server/router/image [2022-05-19T09:37:14.257Z] github.com/docker/docker/api/server/router/network [2022-05-19T09:37:14.257Z] github.com/docker/docker/api/server/router/plugin [2022-05-19T09:37:14.257Z] github.com/docker/docker/api/server/router/session [2022-05-19T09:37:14.257Z] github.com/docker/docker/api/server/router/swarm [2022-05-19T09:37:14.257Z] github.com/docker/docker/api/server/router/system [2022-05-19T09:37:14.257Z] github.com/docker/docker/api/server/router/volume [2022-05-19T09:37:14.257Z] github.com/docker/docker/api/types [2022-05-19T09:37:14.257Z] github.com/docker/docker/api/types/backend [2022-05-19T09:37:14.257Z] github.com/docker/docker/api/types/blkiodev [2022-05-19T09:37:14.257Z] github.com/docker/docker/api/types/container [2022-05-19T09:37:14.257Z] github.com/docker/docker/api/types/events [2022-05-19T09:37:14.257Z] github.com/docker/docker/api/types/filters [2022-05-19T09:37:14.257Z] github.com/docker/docker/api/types/image [2022-05-19T09:37:14.257Z] github.com/docker/docker/api/types/mount [2022-05-19T09:37:14.257Z] github.com/docker/docker/api/types/network [2022-05-19T09:37:14.257Z] github.com/docker/docker/api/types/plugins/logdriver [2022-05-19T09:37:14.257Z] github.com/docker/docker/api/types/registry [2022-05-19T09:37:14.257Z] github.com/docker/docker/api/types/strslice [2022-05-19T09:37:14.257Z] github.com/docker/docker/api/types/swarm [2022-05-19T09:37:14.257Z] github.com/docker/docker/api/types/swarm/runtime [2022-05-19T09:37:14.257Z] github.com/docker/docker/api/types/time [2022-05-19T09:37:14.257Z] github.com/docker/docker/api/types/versions [2022-05-19T09:37:14.257Z] github.com/docker/docker/api/types/versions/v1p19 [2022-05-19T09:37:14.257Z] github.com/docker/docker/api/types/versions/v1p20 [2022-05-19T09:37:14.257Z] github.com/docker/docker/api/types/volume [2022-05-19T09:37:14.257Z] github.com/docker/docker/builder [2022-05-19T09:37:14.257Z] github.com/docker/docker/builder/builder-next [2022-05-19T09:37:14.257Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-05-19T09:37:14.257Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-05-19T09:37:14.257Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-05-19T09:37:14.257Z] github.com/docker/docker/builder/builder-next/exporter [2022-05-19T09:37:14.257Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-05-19T09:37:14.257Z] github.com/docker/docker/builder/builder-next/worker [2022-05-19T09:37:14.257Z] github.com/docker/docker/builder/dockerfile [2022-05-19T09:37:14.257Z] github.com/docker/docker/builder/remotecontext [2022-05-19T09:37:14.257Z] github.com/docker/docker/builder/remotecontext/git [2022-05-19T09:37:14.257Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-05-19T09:37:14.257Z] github.com/docker/docker/cli [2022-05-19T09:37:14.257Z] github.com/docker/docker/cli/config [2022-05-19T09:37:14.257Z] github.com/docker/docker/cli/debug [2022-05-19T09:37:14.257Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-05-19T09:37:14.257Z] github.com/docker/docker/cli/winresources/dockerd [2022-05-19T09:37:14.257Z] github.com/docker/docker/client [2022-05-19T09:37:14.257Z] github.com/docker/docker/cmd/docker-proxy [2022-05-19T09:37:14.257Z] github.com/docker/docker/cmd/dockerd [2022-05-19T09:37:14.257Z] github.com/docker/docker/cmd/dockerd/trap [2022-05-19T09:37:14.257Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-05-19T09:37:14.257Z] github.com/docker/docker/container [2022-05-19T09:37:14.257Z] github.com/docker/docker/container/stream [2022-05-19T09:37:14.257Z] github.com/docker/docker/contrib/apparmor [2022-05-19T09:37:14.257Z] github.com/docker/docker/contrib/docker-device-tool [2022-05-19T09:37:14.257Z] github.com/docker/docker/contrib/httpserver [2022-05-19T09:37:14.257Z] github.com/docker/docker/daemon [2022-05-19T09:37:14.257Z] github.com/docker/docker/daemon/cluster [2022-05-19T09:37:14.257Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-05-19T09:37:14.257Z] github.com/docker/docker/daemon/cluster/convert [2022-05-19T09:37:14.257Z] github.com/docker/docker/daemon/cluster/executor [2022-05-19T09:37:14.257Z] github.com/docker/docker/daemon/cluster/executor/container [2022-05-19T09:37:14.257Z] github.com/docker/docker/daemon/cluster/provider [2022-05-19T09:37:14.257Z] github.com/docker/docker/daemon/config [2022-05-19T09:37:14.257Z] github.com/docker/docker/daemon/events [2022-05-19T09:37:14.257Z] github.com/docker/docker/daemon/events/testutils [2022-05-19T09:37:14.257Z] github.com/docker/docker/daemon/exec [2022-05-19T09:37:14.257Z] github.com/docker/docker/daemon/graphdriver [2022-05-19T09:37:14.257Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-05-19T09:37:14.257Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-05-19T09:37:14.257Z] github.com/docker/docker/daemon/graphdriver/copy [2022-05-19T09:37:14.257Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-05-19T09:37:14.257Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-05-19T09:37:14.257Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-05-19T09:37:14.257Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-05-19T09:37:14.257Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-05-19T09:37:14.257Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-05-19T09:37:14.257Z] github.com/docker/docker/daemon/graphdriver/register [2022-05-19T09:37:14.257Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-05-19T09:37:14.257Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-05-19T09:37:14.257Z] github.com/docker/docker/daemon/images [2022-05-19T09:37:14.257Z] github.com/docker/docker/daemon/initlayer [2022-05-19T09:37:14.257Z] github.com/docker/docker/daemon/links [2022-05-19T09:37:14.257Z] github.com/docker/docker/daemon/listeners [2022-05-19T09:37:14.257Z] github.com/docker/docker/daemon/logger [2022-05-19T09:37:14.257Z] github.com/docker/docker/daemon/logger/awslogs [2022-05-19T09:37:14.257Z] github.com/docker/docker/daemon/logger/fluentd [2022-05-19T09:37:14.257Z] github.com/docker/docker/daemon/logger/gcplogs [2022-05-19T09:37:14.257Z] github.com/docker/docker/daemon/logger/gelf [2022-05-19T09:37:14.257Z] github.com/docker/docker/daemon/logger/journald [2022-05-19T09:37:14.257Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-05-19T09:37:14.257Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-05-19T09:37:14.257Z] github.com/docker/docker/daemon/logger/local [2022-05-19T09:37:14.257Z] github.com/docker/docker/daemon/logger/logentries [2022-05-19T09:37:14.257Z] github.com/docker/docker/daemon/logger/loggerutils [2022-05-19T09:37:14.257Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-05-19T09:37:14.257Z] github.com/docker/docker/daemon/logger/splunk [2022-05-19T09:37:14.257Z] github.com/docker/docker/daemon/logger/syslog [2022-05-19T09:37:14.257Z] github.com/docker/docker/daemon/logger/templates [2022-05-19T09:37:14.257Z] github.com/docker/docker/daemon/names [2022-05-19T09:37:14.257Z] github.com/docker/docker/daemon/network [2022-05-19T09:37:14.257Z] github.com/docker/docker/daemon/stats [2022-05-19T09:37:14.257Z] github.com/docker/docker/distribution [2022-05-19T09:37:14.257Z] github.com/docker/docker/distribution/metadata [2022-05-19T09:37:14.257Z] github.com/docker/docker/distribution/utils [2022-05-19T09:37:14.257Z] github.com/docker/docker/distribution/xfer [2022-05-19T09:37:14.257Z] github.com/docker/docker/dockerversion [2022-05-19T09:37:14.257Z] github.com/docker/docker/errdefs [2022-05-19T09:37:14.257Z] github.com/docker/docker/image [2022-05-19T09:37:14.257Z] github.com/docker/docker/image/cache [2022-05-19T09:37:14.257Z] github.com/docker/docker/image/tarexport [2022-05-19T09:37:14.257Z] github.com/docker/docker/image/v1 [2022-05-19T09:37:14.257Z] github.com/docker/docker/internal/test/suite [2022-05-19T09:37:14.257Z] github.com/docker/docker/layer [2022-05-19T09:37:14.257Z] github.com/docker/docker/libcontainerd [2022-05-19T09:37:14.257Z] github.com/docker/docker/libcontainerd/queue [2022-05-19T09:37:14.257Z] github.com/docker/docker/libcontainerd/remote [2022-05-19T09:37:14.257Z] github.com/docker/docker/libcontainerd/supervisor [2022-05-19T09:37:14.257Z] github.com/docker/docker/libcontainerd/types [2022-05-19T09:37:14.257Z] github.com/docker/docker/libnetwork [2022-05-19T09:37:14.257Z] github.com/docker/docker/libnetwork/bitseq [2022-05-19T09:37:14.257Z] github.com/docker/docker/libnetwork/cluster [2022-05-19T09:37:14.257Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-05-19T09:37:14.257Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-05-19T09:37:14.257Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-05-19T09:37:14.257Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-05-19T09:37:14.257Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-05-19T09:37:14.257Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-05-19T09:37:14.257Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-05-19T09:37:14.257Z] github.com/docker/docker/libnetwork/config [2022-05-19T09:37:14.257Z] github.com/docker/docker/libnetwork/datastore [2022-05-19T09:37:14.257Z] github.com/docker/docker/libnetwork/diagnostic [2022-05-19T09:37:14.257Z] github.com/docker/docker/libnetwork/discoverapi [2022-05-19T09:37:14.257Z] github.com/docker/docker/libnetwork/driverapi [2022-05-19T09:37:14.257Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-05-19T09:37:14.257Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-05-19T09:37:14.257Z] github.com/docker/docker/libnetwork/drivers/host [2022-05-19T09:37:14.257Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-05-19T09:37:14.257Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-05-19T09:37:14.257Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-05-19T09:37:14.257Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-05-19T09:37:14.257Z] github.com/docker/docker/libnetwork/drivers/null [2022-05-19T09:37:14.257Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-05-19T09:37:14.257Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-05-19T09:37:14.257Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-05-19T09:37:14.257Z] github.com/docker/docker/libnetwork/drivers/remote [2022-05-19T09:37:14.257Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-05-19T09:37:14.257Z] github.com/docker/docker/libnetwork/drivers/windows [2022-05-19T09:37:14.257Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-05-19T09:37:14.257Z] github.com/docker/docker/libnetwork/drvregistry [2022-05-19T09:37:14.257Z] github.com/docker/docker/libnetwork/etchosts [2022-05-19T09:37:14.257Z] github.com/docker/docker/libnetwork/idm [2022-05-19T09:37:14.257Z] github.com/docker/docker/libnetwork/internal/caller [2022-05-19T09:37:14.257Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-05-19T09:37:14.257Z] github.com/docker/docker/libnetwork/ipam [2022-05-19T09:37:14.257Z] github.com/docker/docker/libnetwork/ipamapi [2022-05-19T09:37:14.257Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-05-19T09:37:14.257Z] github.com/docker/docker/libnetwork/ipams/null [2022-05-19T09:37:14.257Z] github.com/docker/docker/libnetwork/ipams/remote [2022-05-19T09:37:14.257Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-05-19T09:37:14.257Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-05-19T09:37:14.257Z] github.com/docker/docker/libnetwork/ipamutils [2022-05-19T09:37:14.257Z] github.com/docker/docker/libnetwork/iptables [2022-05-19T09:37:14.257Z] github.com/docker/docker/libnetwork/netlabel [2022-05-19T09:37:14.257Z] github.com/docker/docker/libnetwork/netutils [2022-05-19T09:37:14.257Z] github.com/docker/docker/libnetwork/networkdb [2022-05-19T09:37:14.257Z] github.com/docker/docker/libnetwork/ns [2022-05-19T09:37:14.257Z] github.com/docker/docker/libnetwork/options [2022-05-19T09:37:14.257Z] github.com/docker/docker/libnetwork/osl [2022-05-19T09:37:14.257Z] github.com/docker/docker/libnetwork/osl/kernel [2022-05-19T09:37:14.257Z] github.com/docker/docker/libnetwork/portallocator [2022-05-19T09:37:14.257Z] github.com/docker/docker/libnetwork/portmapper [2022-05-19T09:37:14.257Z] github.com/docker/docker/libnetwork/resolvconf [2022-05-19T09:37:14.257Z] github.com/docker/docker/libnetwork/testutils [2022-05-19T09:37:14.257Z] github.com/docker/docker/libnetwork/types [2022-05-19T09:37:14.257Z] github.com/docker/docker/oci [2022-05-19T09:37:14.257Z] github.com/docker/docker/oci/caps [2022-05-19T09:37:14.257Z] github.com/docker/docker/opts [2022-05-19T09:37:14.257Z] github.com/docker/docker/pkg/aaparser [2022-05-19T09:37:14.257Z] github.com/docker/docker/pkg/archive [2022-05-19T09:37:14.257Z] github.com/docker/docker/pkg/authorization [2022-05-19T09:37:14.257Z] github.com/docker/docker/pkg/broadcaster [2022-05-19T09:37:14.257Z] github.com/docker/docker/pkg/capabilities [2022-05-19T09:37:14.257Z] github.com/docker/docker/pkg/chrootarchive [2022-05-19T09:37:14.257Z] github.com/docker/docker/pkg/containerfs [2022-05-19T09:37:14.257Z] github.com/docker/docker/pkg/devicemapper [2022-05-19T09:37:14.257Z] github.com/docker/docker/pkg/directory [2022-05-19T09:37:14.257Z] github.com/docker/docker/pkg/dmesg [2022-05-19T09:37:14.257Z] github.com/docker/docker/pkg/filenotify [2022-05-19T09:37:14.257Z] github.com/docker/docker/pkg/fileutils [2022-05-19T09:37:14.257Z] github.com/docker/docker/pkg/fsutils [2022-05-19T09:37:14.257Z] github.com/docker/docker/pkg/homedir [2022-05-19T09:37:14.257Z] github.com/docker/docker/pkg/idtools [2022-05-19T09:37:14.257Z] github.com/docker/docker/pkg/ioutils [2022-05-19T09:37:14.257Z] github.com/docker/docker/pkg/jsonmessage [2022-05-19T09:37:14.257Z] github.com/docker/docker/pkg/longpath [2022-05-19T09:37:14.257Z] github.com/docker/docker/pkg/loopback [2022-05-19T09:37:14.257Z] github.com/docker/docker/pkg/namesgenerator [2022-05-19T09:37:14.257Z] github.com/docker/docker/pkg/parsers [2022-05-19T09:37:14.257Z] github.com/docker/docker/pkg/parsers/kernel [2022-05-19T09:37:14.257Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-05-19T09:37:14.257Z] github.com/docker/docker/pkg/pidfile [2022-05-19T09:37:14.257Z] github.com/docker/docker/pkg/platform [2022-05-19T09:37:14.257Z] github.com/docker/docker/pkg/plugingetter [2022-05-19T09:37:14.257Z] github.com/docker/docker/pkg/plugins [2022-05-19T09:37:14.257Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-05-19T09:37:14.257Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-05-19T09:37:14.257Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-05-19T09:37:14.258Z] github.com/docker/docker/pkg/plugins/transport [2022-05-19T09:37:14.258Z] github.com/docker/docker/pkg/pools [2022-05-19T09:37:14.258Z] github.com/docker/docker/pkg/progress [2022-05-19T09:37:14.258Z] github.com/docker/docker/pkg/pubsub [2022-05-19T09:37:14.258Z] github.com/docker/docker/pkg/reexec [2022-05-19T09:37:14.258Z] github.com/docker/docker/pkg/signal [2022-05-19T09:37:14.258Z] github.com/docker/docker/pkg/stack [2022-05-19T09:37:14.258Z] github.com/docker/docker/pkg/stdcopy [2022-05-19T09:37:14.258Z] github.com/docker/docker/pkg/streamformatter [2022-05-19T09:37:14.258Z] github.com/docker/docker/pkg/stringid [2022-05-19T09:37:14.258Z] github.com/docker/docker/pkg/sysinfo [2022-05-19T09:37:14.258Z] github.com/docker/docker/pkg/system [2022-05-19T09:37:14.258Z] github.com/docker/docker/pkg/tailfile [2022-05-19T09:37:14.258Z] github.com/docker/docker/pkg/tarsum [2022-05-19T09:37:14.258Z] github.com/docker/docker/pkg/truncindex [2022-05-19T09:37:14.258Z] github.com/docker/docker/pkg/urlutil [2022-05-19T09:37:14.258Z] github.com/docker/docker/pkg/useragent [2022-05-19T09:37:14.258Z] github.com/docker/docker/plugin [2022-05-19T09:37:14.258Z] github.com/docker/docker/plugin/executor/containerd [2022-05-19T09:37:14.258Z] github.com/docker/docker/plugin/v2 [2022-05-19T09:37:14.258Z] github.com/docker/docker/profiles/apparmor [2022-05-19T09:37:14.258Z] github.com/docker/docker/profiles/seccomp [2022-05-19T09:37:14.258Z] github.com/docker/docker/quota [2022-05-19T09:37:14.258Z] github.com/docker/docker/reference [2022-05-19T09:37:14.258Z] github.com/docker/docker/registry [2022-05-19T09:37:14.258Z] github.com/docker/docker/registry/resumable [2022-05-19T09:37:14.258Z] github.com/docker/docker/restartmanager [2022-05-19T09:37:14.258Z] github.com/docker/docker/rootless [2022-05-19T09:37:14.258Z] github.com/docker/docker/rootless/specconv [2022-05-19T09:37:14.258Z] github.com/docker/docker/runconfig [2022-05-19T09:37:14.258Z] github.com/docker/docker/runconfig/opts [2022-05-19T09:37:14.258Z] github.com/docker/docker/testutil [2022-05-19T09:37:14.258Z] github.com/docker/docker/testutil/daemon [2022-05-19T09:37:14.258Z] github.com/docker/docker/testutil/environment [2022-05-19T09:37:14.258Z] github.com/docker/docker/testutil/fakecontext [2022-05-19T09:37:14.258Z] github.com/docker/docker/testutil/fakegit [2022-05-19T09:37:14.258Z] github.com/docker/docker/testutil/fakestorage [2022-05-19T09:37:14.258Z] github.com/docker/docker/testutil/fixtures/load [2022-05-19T09:37:14.258Z] github.com/docker/docker/testutil/fixtures/plugin [2022-05-19T09:37:14.258Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-05-19T09:37:14.258Z] github.com/docker/docker/testutil/registry [2022-05-19T09:37:14.258Z] github.com/docker/docker/testutil/request [2022-05-19T09:37:14.258Z] github.com/docker/docker/volume [2022-05-19T09:37:14.258Z] github.com/docker/docker/volume/drivers [2022-05-19T09:37:14.258Z] github.com/docker/docker/volume/local [2022-05-19T09:37:14.258Z] github.com/docker/docker/volume/mounts [2022-05-19T09:37:14.258Z] github.com/docker/docker/volume/service [2022-05-19T09:37:14.258Z] github.com/docker/docker/volume/service/opts [2022-05-19T09:37:14.258Z] github.com/docker/docker/volume/testutils' [2022-05-19T09:37:14.258Z] + base_pkg_list='github.com/docker/docker/api [2022-05-19T09:37:14.258Z] github.com/docker/docker/api/server [2022-05-19T09:37:14.258Z] github.com/docker/docker/api/server/backend/build [2022-05-19T09:37:14.258Z] github.com/docker/docker/api/server/httpstatus [2022-05-19T09:37:14.258Z] github.com/docker/docker/api/server/httputils [2022-05-19T09:37:14.258Z] github.com/docker/docker/api/server/middleware [2022-05-19T09:37:14.258Z] github.com/docker/docker/api/server/router [2022-05-19T09:37:14.258Z] github.com/docker/docker/api/server/router/build [2022-05-19T09:37:14.258Z] github.com/docker/docker/api/server/router/checkpoint [2022-05-19T09:37:14.258Z] github.com/docker/docker/api/server/router/container [2022-05-19T09:37:14.258Z] github.com/docker/docker/api/server/router/debug [2022-05-19T09:37:14.258Z] github.com/docker/docker/api/server/router/distribution [2022-05-19T09:37:14.258Z] github.com/docker/docker/api/server/router/grpc [2022-05-19T09:37:14.258Z] github.com/docker/docker/api/server/router/image [2022-05-19T09:37:14.258Z] github.com/docker/docker/api/server/router/network [2022-05-19T09:37:14.258Z] github.com/docker/docker/api/server/router/plugin [2022-05-19T09:37:14.258Z] github.com/docker/docker/api/server/router/session [2022-05-19T09:37:14.258Z] github.com/docker/docker/api/server/router/swarm [2022-05-19T09:37:14.258Z] github.com/docker/docker/api/server/router/system [2022-05-19T09:37:14.258Z] github.com/docker/docker/api/server/router/volume [2022-05-19T09:37:14.258Z] github.com/docker/docker/api/types [2022-05-19T09:37:14.258Z] github.com/docker/docker/api/types/backend [2022-05-19T09:37:14.258Z] github.com/docker/docker/api/types/blkiodev [2022-05-19T09:37:14.258Z] github.com/docker/docker/api/types/container [2022-05-19T09:37:14.258Z] github.com/docker/docker/api/types/events [2022-05-19T09:37:14.258Z] github.com/docker/docker/api/types/filters [2022-05-19T09:37:14.258Z] github.com/docker/docker/api/types/image [2022-05-19T09:37:14.258Z] github.com/docker/docker/api/types/mount [2022-05-19T09:37:14.258Z] github.com/docker/docker/api/types/network [2022-05-19T09:37:14.258Z] github.com/docker/docker/api/types/plugins/logdriver [2022-05-19T09:37:14.258Z] github.com/docker/docker/api/types/registry [2022-05-19T09:37:14.258Z] github.com/docker/docker/api/types/strslice [2022-05-19T09:37:14.258Z] github.com/docker/docker/api/types/swarm [2022-05-19T09:37:14.258Z] github.com/docker/docker/api/types/swarm/runtime [2022-05-19T09:37:14.258Z] github.com/docker/docker/api/types/time [2022-05-19T09:37:14.258Z] github.com/docker/docker/api/types/versions [2022-05-19T09:37:14.258Z] github.com/docker/docker/api/types/versions/v1p19 [2022-05-19T09:37:14.258Z] github.com/docker/docker/api/types/versions/v1p20 [2022-05-19T09:37:14.258Z] github.com/docker/docker/api/types/volume [2022-05-19T09:37:14.258Z] github.com/docker/docker/builder [2022-05-19T09:37:14.258Z] github.com/docker/docker/builder/builder-next [2022-05-19T09:37:14.258Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-05-19T09:37:14.258Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-05-19T09:37:14.258Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-05-19T09:37:14.258Z] github.com/docker/docker/builder/builder-next/exporter [2022-05-19T09:37:14.258Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-05-19T09:37:14.258Z] github.com/docker/docker/builder/builder-next/worker [2022-05-19T09:37:14.258Z] github.com/docker/docker/builder/dockerfile [2022-05-19T09:37:14.258Z] github.com/docker/docker/builder/remotecontext [2022-05-19T09:37:14.258Z] github.com/docker/docker/builder/remotecontext/git [2022-05-19T09:37:14.258Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-05-19T09:37:14.258Z] github.com/docker/docker/cli [2022-05-19T09:37:14.258Z] github.com/docker/docker/cli/config [2022-05-19T09:37:14.258Z] github.com/docker/docker/cli/debug [2022-05-19T09:37:14.258Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-05-19T09:37:14.258Z] github.com/docker/docker/cli/winresources/dockerd [2022-05-19T09:37:14.258Z] github.com/docker/docker/client [2022-05-19T09:37:14.258Z] github.com/docker/docker/cmd/docker-proxy [2022-05-19T09:37:14.258Z] github.com/docker/docker/cmd/dockerd [2022-05-19T09:37:14.258Z] github.com/docker/docker/cmd/dockerd/trap [2022-05-19T09:37:14.258Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-05-19T09:37:14.258Z] github.com/docker/docker/container [2022-05-19T09:37:14.258Z] github.com/docker/docker/container/stream [2022-05-19T09:37:14.258Z] github.com/docker/docker/contrib/apparmor [2022-05-19T09:37:14.258Z] github.com/docker/docker/contrib/docker-device-tool [2022-05-19T09:37:14.258Z] github.com/docker/docker/contrib/httpserver [2022-05-19T09:37:14.258Z] github.com/docker/docker/daemon [2022-05-19T09:37:14.258Z] github.com/docker/docker/daemon/cluster [2022-05-19T09:37:14.258Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-05-19T09:37:14.258Z] github.com/docker/docker/daemon/cluster/convert [2022-05-19T09:37:14.258Z] github.com/docker/docker/daemon/cluster/executor [2022-05-19T09:37:14.258Z] github.com/docker/docker/daemon/cluster/executor/container [2022-05-19T09:37:14.258Z] github.com/docker/docker/daemon/cluster/provider [2022-05-19T09:37:14.258Z] github.com/docker/docker/daemon/config [2022-05-19T09:37:14.258Z] github.com/docker/docker/daemon/events [2022-05-19T09:37:14.258Z] github.com/docker/docker/daemon/events/testutils [2022-05-19T09:37:14.258Z] github.com/docker/docker/daemon/exec [2022-05-19T09:37:14.258Z] github.com/docker/docker/daemon/graphdriver [2022-05-19T09:37:14.258Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-05-19T09:37:14.258Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-05-19T09:37:14.258Z] github.com/docker/docker/daemon/graphdriver/copy [2022-05-19T09:37:14.258Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-05-19T09:37:14.258Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-05-19T09:37:14.258Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-05-19T09:37:14.258Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-05-19T09:37:14.258Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-05-19T09:37:14.258Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-05-19T09:37:14.258Z] github.com/docker/docker/daemon/graphdriver/register [2022-05-19T09:37:14.258Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-05-19T09:37:14.258Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-05-19T09:37:14.258Z] github.com/docker/docker/daemon/images [2022-05-19T09:37:14.258Z] github.com/docker/docker/daemon/initlayer [2022-05-19T09:37:14.258Z] github.com/docker/docker/daemon/links [2022-05-19T09:37:14.258Z] github.com/docker/docker/daemon/listeners [2022-05-19T09:37:14.258Z] github.com/docker/docker/daemon/logger [2022-05-19T09:37:14.258Z] github.com/docker/docker/daemon/logger/awslogs [2022-05-19T09:37:14.258Z] github.com/docker/docker/daemon/logger/fluentd [2022-05-19T09:37:14.258Z] github.com/docker/docker/daemon/logger/gcplogs [2022-05-19T09:37:14.258Z] github.com/docker/docker/daemon/logger/gelf [2022-05-19T09:37:14.258Z] github.com/docker/docker/daemon/logger/journald [2022-05-19T09:37:14.258Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-05-19T09:37:14.258Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-05-19T09:37:14.258Z] github.com/docker/docker/daemon/logger/local [2022-05-19T09:37:14.258Z] github.com/docker/docker/daemon/logger/logentries [2022-05-19T09:37:14.258Z] github.com/docker/docker/daemon/logger/loggerutils [2022-05-19T09:37:14.258Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-05-19T09:37:14.258Z] github.com/docker/docker/daemon/logger/splunk [2022-05-19T09:37:14.258Z] github.com/docker/docker/daemon/logger/syslog [2022-05-19T09:37:14.258Z] github.com/docker/docker/daemon/logger/templates [2022-05-19T09:37:14.258Z] github.com/docker/docker/daemon/names [2022-05-19T09:37:14.258Z] github.com/docker/docker/daemon/network [2022-05-19T09:37:14.258Z] github.com/docker/docker/daemon/stats [2022-05-19T09:37:14.258Z] github.com/docker/docker/distribution [2022-05-19T09:37:14.258Z] github.com/docker/docker/distribution/metadata [2022-05-19T09:37:14.258Z] github.com/docker/docker/distribution/utils [2022-05-19T09:37:14.258Z] github.com/docker/docker/distribution/xfer [2022-05-19T09:37:14.258Z] github.com/docker/docker/dockerversion [2022-05-19T09:37:14.258Z] github.com/docker/docker/errdefs [2022-05-19T09:37:14.258Z] github.com/docker/docker/image [2022-05-19T09:37:14.258Z] github.com/docker/docker/image/cache [2022-05-19T09:37:14.258Z] github.com/docker/docker/image/tarexport [2022-05-19T09:37:14.258Z] github.com/docker/docker/image/v1 [2022-05-19T09:37:14.258Z] github.com/docker/docker/internal/test/suite [2022-05-19T09:37:14.258Z] github.com/docker/docker/layer [2022-05-19T09:37:14.258Z] github.com/docker/docker/libcontainerd [2022-05-19T09:37:14.258Z] github.com/docker/docker/libcontainerd/queue [2022-05-19T09:37:14.258Z] github.com/docker/docker/libcontainerd/remote [2022-05-19T09:37:14.258Z] github.com/docker/docker/libcontainerd/supervisor [2022-05-19T09:37:14.258Z] github.com/docker/docker/libcontainerd/types [2022-05-19T09:37:14.258Z] github.com/docker/docker/oci [2022-05-19T09:37:14.258Z] github.com/docker/docker/oci/caps [2022-05-19T09:37:14.258Z] github.com/docker/docker/opts [2022-05-19T09:37:14.258Z] github.com/docker/docker/pkg/aaparser [2022-05-19T09:37:14.258Z] github.com/docker/docker/pkg/archive [2022-05-19T09:37:14.258Z] github.com/docker/docker/pkg/authorization [2022-05-19T09:37:14.258Z] github.com/docker/docker/pkg/broadcaster [2022-05-19T09:37:14.258Z] github.com/docker/docker/pkg/capabilities [2022-05-19T09:37:14.258Z] github.com/docker/docker/pkg/chrootarchive [2022-05-19T09:37:14.258Z] github.com/docker/docker/pkg/containerfs [2022-05-19T09:37:14.258Z] github.com/docker/docker/pkg/devicemapper [2022-05-19T09:37:14.258Z] github.com/docker/docker/pkg/directory [2022-05-19T09:37:14.258Z] github.com/docker/docker/pkg/dmesg [2022-05-19T09:37:14.258Z] github.com/docker/docker/pkg/filenotify [2022-05-19T09:37:14.258Z] github.com/docker/docker/pkg/fileutils [2022-05-19T09:37:14.258Z] github.com/docker/docker/pkg/fsutils [2022-05-19T09:37:14.258Z] github.com/docker/docker/pkg/homedir [2022-05-19T09:37:14.258Z] github.com/docker/docker/pkg/idtools [2022-05-19T09:37:14.258Z] github.com/docker/docker/pkg/ioutils [2022-05-19T09:37:14.258Z] github.com/docker/docker/pkg/jsonmessage [2022-05-19T09:37:14.258Z] github.com/docker/docker/pkg/longpath [2022-05-19T09:37:14.258Z] github.com/docker/docker/pkg/loopback [2022-05-19T09:37:14.258Z] github.com/docker/docker/pkg/namesgenerator [2022-05-19T09:37:14.258Z] github.com/docker/docker/pkg/parsers [2022-05-19T09:37:14.258Z] github.com/docker/docker/pkg/parsers/kernel [2022-05-19T09:37:14.258Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-05-19T09:37:14.258Z] github.com/docker/docker/pkg/pidfile [2022-05-19T09:37:14.258Z] github.com/docker/docker/pkg/platform [2022-05-19T09:37:14.258Z] github.com/docker/docker/pkg/plugingetter [2022-05-19T09:37:14.258Z] github.com/docker/docker/pkg/plugins [2022-05-19T09:37:14.258Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-05-19T09:37:14.258Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-05-19T09:37:14.258Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-05-19T09:37:14.258Z] github.com/docker/docker/pkg/plugins/transport [2022-05-19T09:37:14.258Z] github.com/docker/docker/pkg/pools [2022-05-19T09:37:14.258Z] github.com/docker/docker/pkg/progress [2022-05-19T09:37:14.258Z] github.com/docker/docker/pkg/pubsub [2022-05-19T09:37:14.258Z] github.com/docker/docker/pkg/reexec [2022-05-19T09:37:14.258Z] github.com/docker/docker/pkg/signal [2022-05-19T09:37:14.258Z] github.com/docker/docker/pkg/stack [2022-05-19T09:37:14.258Z] github.com/docker/docker/pkg/stdcopy [2022-05-19T09:37:14.258Z] github.com/docker/docker/pkg/streamformatter [2022-05-19T09:37:14.258Z] github.com/docker/docker/pkg/stringid [2022-05-19T09:37:14.258Z] github.com/docker/docker/pkg/sysinfo [2022-05-19T09:37:14.258Z] github.com/docker/docker/pkg/system [2022-05-19T09:37:14.258Z] github.com/docker/docker/pkg/tailfile [2022-05-19T09:37:14.258Z] github.com/docker/docker/pkg/tarsum [2022-05-19T09:37:14.258Z] github.com/docker/docker/pkg/truncindex [2022-05-19T09:37:14.258Z] github.com/docker/docker/pkg/urlutil [2022-05-19T09:37:14.258Z] github.com/docker/docker/pkg/useragent [2022-05-19T09:37:14.258Z] github.com/docker/docker/plugin [2022-05-19T09:37:14.258Z] github.com/docker/docker/plugin/executor/containerd [2022-05-19T09:37:14.258Z] github.com/docker/docker/plugin/v2 [2022-05-19T09:37:14.258Z] github.com/docker/docker/profiles/apparmor [2022-05-19T09:37:14.258Z] github.com/docker/docker/profiles/seccomp [2022-05-19T09:37:14.258Z] github.com/docker/docker/quota [2022-05-19T09:37:14.258Z] github.com/docker/docker/reference [2022-05-19T09:37:14.258Z] github.com/docker/docker/registry [2022-05-19T09:37:14.258Z] github.com/docker/docker/registry/resumable [2022-05-19T09:37:14.258Z] github.com/docker/docker/restartmanager [2022-05-19T09:37:14.258Z] github.com/docker/docker/rootless [2022-05-19T09:37:14.258Z] github.com/docker/docker/rootless/specconv [2022-05-19T09:37:14.258Z] github.com/docker/docker/runconfig [2022-05-19T09:37:14.258Z] github.com/docker/docker/runconfig/opts [2022-05-19T09:37:14.258Z] github.com/docker/docker/testutil [2022-05-19T09:37:14.258Z] github.com/docker/docker/testutil/daemon [2022-05-19T09:37:14.258Z] github.com/docker/docker/testutil/environment [2022-05-19T09:37:14.258Z] github.com/docker/docker/testutil/fakecontext [2022-05-19T09:37:14.258Z] github.com/docker/docker/testutil/fakegit [2022-05-19T09:37:14.258Z] github.com/docker/docker/testutil/fakestorage [2022-05-19T09:37:14.258Z] github.com/docker/docker/testutil/fixtures/load [2022-05-19T09:37:14.258Z] github.com/docker/docker/testutil/fixtures/plugin [2022-05-19T09:37:14.258Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-05-19T09:37:14.258Z] github.com/docker/docker/testutil/registry [2022-05-19T09:37:14.258Z] github.com/docker/docker/testutil/request [2022-05-19T09:37:14.258Z] github.com/docker/docker/volume [2022-05-19T09:37:14.258Z] github.com/docker/docker/volume/drivers [2022-05-19T09:37:14.258Z] github.com/docker/docker/volume/local [2022-05-19T09:37:14.258Z] github.com/docker/docker/volume/mounts [2022-05-19T09:37:14.258Z] github.com/docker/docker/volume/service [2022-05-19T09:37:14.258Z] github.com/docker/docker/volume/service/opts [2022-05-19T09:37:14.258Z] github.com/docker/docker/volume/testutils' [2022-05-19T09:37:14.258Z] ++ grep --fixed-strings /libnetwork [2022-05-19T09:37:14.258Z] ++ echo 'github.com/docker/docker/api [2022-05-19T09:37:14.258Z] github.com/docker/docker/api/server [2022-05-19T09:37:14.258Z] github.com/docker/docker/api/server/backend/build [2022-05-19T09:37:14.258Z] github.com/docker/docker/api/server/httpstatus [2022-05-19T09:37:14.258Z] github.com/docker/docker/api/server/httputils [2022-05-19T09:37:14.258Z] github.com/docker/docker/api/server/middleware [2022-05-19T09:37:14.258Z] github.com/docker/docker/api/server/router [2022-05-19T09:37:14.258Z] github.com/docker/docker/api/server/router/build [2022-05-19T09:37:14.258Z] github.com/docker/docker/api/server/router/checkpoint [2022-05-19T09:37:14.258Z] github.com/docker/docker/api/server/router/container [2022-05-19T09:37:14.258Z] github.com/docker/docker/api/server/router/debug [2022-05-19T09:37:14.258Z] github.com/docker/docker/api/server/router/distribution [2022-05-19T09:37:14.258Z] github.com/docker/docker/api/server/router/grpc [2022-05-19T09:37:14.258Z] github.com/docker/docker/api/server/router/image [2022-05-19T09:37:14.258Z] github.com/docker/docker/api/server/router/network [2022-05-19T09:37:14.258Z] github.com/docker/docker/api/server/router/plugin [2022-05-19T09:37:14.258Z] github.com/docker/docker/api/server/router/session [2022-05-19T09:37:14.258Z] github.com/docker/docker/api/server/router/swarm [2022-05-19T09:37:14.258Z] github.com/docker/docker/api/server/router/system [2022-05-19T09:37:14.258Z] github.com/docker/docker/api/server/router/volume [2022-05-19T09:37:14.258Z] github.com/docker/docker/api/types [2022-05-19T09:37:14.258Z] github.com/docker/docker/api/types/backend [2022-05-19T09:37:14.258Z] github.com/docker/docker/api/types/blkiodev [2022-05-19T09:37:14.258Z] github.com/docker/docker/api/types/container [2022-05-19T09:37:14.258Z] github.com/docker/docker/api/types/events [2022-05-19T09:37:14.258Z] github.com/docker/docker/api/types/filters [2022-05-19T09:37:14.258Z] github.com/docker/docker/api/types/image [2022-05-19T09:37:14.258Z] github.com/docker/docker/api/types/mount [2022-05-19T09:37:14.258Z] github.com/docker/docker/api/types/network [2022-05-19T09:37:14.258Z] github.com/docker/docker/api/types/plugins/logdriver [2022-05-19T09:37:14.258Z] github.com/docker/docker/api/types/registry [2022-05-19T09:37:14.258Z] github.com/docker/docker/api/types/strslice [2022-05-19T09:37:14.258Z] github.com/docker/docker/api/types/swarm [2022-05-19T09:37:14.258Z] github.com/docker/docker/api/types/swarm/runtime [2022-05-19T09:37:14.258Z] github.com/docker/docker/api/types/time [2022-05-19T09:37:14.258Z] github.com/docker/docker/api/types/versions [2022-05-19T09:37:14.258Z] github.com/docker/docker/api/types/versions/v1p19 [2022-05-19T09:37:14.258Z] github.com/docker/docker/api/types/versions/v1p20 [2022-05-19T09:37:14.258Z] github.com/docker/docker/api/types/volume [2022-05-19T09:37:14.258Z] github.com/docker/docker/builder [2022-05-19T09:37:14.258Z] github.com/docker/docker/builder/builder-next [2022-05-19T09:37:14.258Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-05-19T09:37:14.258Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-05-19T09:37:14.258Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-05-19T09:37:14.258Z] github.com/docker/docker/builder/builder-next/exporter [2022-05-19T09:37:14.258Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-05-19T09:37:14.258Z] github.com/docker/docker/builder/builder-next/worker [2022-05-19T09:37:14.258Z] github.com/docker/docker/builder/dockerfile [2022-05-19T09:37:14.258Z] github.com/docker/docker/builder/remotecontext [2022-05-19T09:37:14.258Z] github.com/docker/docker/builder/remotecontext/git [2022-05-19T09:37:14.258Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-05-19T09:37:14.258Z] github.com/docker/docker/cli [2022-05-19T09:37:14.258Z] github.com/docker/docker/cli/config [2022-05-19T09:37:14.258Z] github.com/docker/docker/cli/debug [2022-05-19T09:37:14.258Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-05-19T09:37:14.258Z] github.com/docker/docker/cli/winresources/dockerd [2022-05-19T09:37:14.258Z] github.com/docker/docker/client [2022-05-19T09:37:14.258Z] github.com/docker/docker/cmd/docker-proxy [2022-05-19T09:37:14.258Z] github.com/docker/docker/cmd/dockerd [2022-05-19T09:37:14.258Z] github.com/docker/docker/cmd/dockerd/trap [2022-05-19T09:37:14.258Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-05-19T09:37:14.258Z] github.com/docker/docker/container [2022-05-19T09:37:14.259Z] github.com/docker/docker/container/stream [2022-05-19T09:37:14.259Z] github.com/docker/docker/contrib/apparmor [2022-05-19T09:37:14.259Z] github.com/docker/docker/contrib/docker-device-tool [2022-05-19T09:37:14.259Z] github.com/docker/docker/contrib/httpserver [2022-05-19T09:37:14.259Z] github.com/docker/docker/daemon [2022-05-19T09:37:14.259Z] github.com/docker/docker/daemon/cluster [2022-05-19T09:37:14.259Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-05-19T09:37:14.259Z] github.com/docker/docker/daemon/cluster/convert [2022-05-19T09:37:14.259Z] github.com/docker/docker/daemon/cluster/executor [2022-05-19T09:37:14.259Z] github.com/docker/docker/daemon/cluster/executor/container [2022-05-19T09:37:14.259Z] github.com/docker/docker/daemon/cluster/provider [2022-05-19T09:37:14.259Z] github.com/docker/docker/daemon/config [2022-05-19T09:37:14.259Z] github.com/docker/docker/daemon/events [2022-05-19T09:37:14.259Z] github.com/docker/docker/daemon/events/testutils [2022-05-19T09:37:14.259Z] github.com/docker/docker/daemon/exec [2022-05-19T09:37:14.259Z] github.com/docker/docker/daemon/graphdriver [2022-05-19T09:37:14.259Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-05-19T09:37:14.259Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-05-19T09:37:14.259Z] github.com/docker/docker/daemon/graphdriver/copy [2022-05-19T09:37:14.259Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-05-19T09:37:14.259Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-05-19T09:37:14.259Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-05-19T09:37:14.259Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-05-19T09:37:14.259Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-05-19T09:37:14.259Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-05-19T09:37:14.259Z] github.com/docker/docker/daemon/graphdriver/register [2022-05-19T09:37:14.259Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-05-19T09:37:14.259Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-05-19T09:37:14.259Z] github.com/docker/docker/daemon/images [2022-05-19T09:37:14.259Z] github.com/docker/docker/daemon/initlayer [2022-05-19T09:37:14.259Z] github.com/docker/docker/daemon/links [2022-05-19T09:37:14.259Z] github.com/docker/docker/daemon/listeners [2022-05-19T09:37:14.259Z] github.com/docker/docker/daemon/logger [2022-05-19T09:37:14.259Z] github.com/docker/docker/daemon/logger/awslogs [2022-05-19T09:37:14.259Z] github.com/docker/docker/daemon/logger/fluentd [2022-05-19T09:37:14.259Z] github.com/docker/docker/daemon/logger/gcplogs [2022-05-19T09:37:14.259Z] github.com/docker/docker/daemon/logger/gelf [2022-05-19T09:37:14.259Z] github.com/docker/docker/daemon/logger/journald [2022-05-19T09:37:14.259Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-05-19T09:37:14.259Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-05-19T09:37:14.259Z] github.com/docker/docker/daemon/logger/local [2022-05-19T09:37:14.259Z] github.com/docker/docker/daemon/logger/logentries [2022-05-19T09:37:14.259Z] github.com/docker/docker/daemon/logger/loggerutils [2022-05-19T09:37:14.259Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-05-19T09:37:14.259Z] github.com/docker/docker/daemon/logger/splunk [2022-05-19T09:37:14.259Z] github.com/docker/docker/daemon/logger/syslog [2022-05-19T09:37:14.259Z] github.com/docker/docker/daemon/logger/templates [2022-05-19T09:37:14.259Z] github.com/docker/docker/daemon/names [2022-05-19T09:37:14.259Z] github.com/docker/docker/daemon/network [2022-05-19T09:37:14.259Z] github.com/docker/docker/daemon/stats [2022-05-19T09:37:14.259Z] github.com/docker/docker/distribution [2022-05-19T09:37:14.259Z] github.com/docker/docker/distribution/metadata [2022-05-19T09:37:14.259Z] github.com/docker/docker/distribution/utils [2022-05-19T09:37:14.259Z] github.com/docker/docker/distribution/xfer [2022-05-19T09:37:14.259Z] github.com/docker/docker/dockerversion [2022-05-19T09:37:14.259Z] github.com/docker/docker/errdefs [2022-05-19T09:37:14.259Z] github.com/docker/docker/image [2022-05-19T09:37:14.259Z] github.com/docker/docker/image/cache [2022-05-19T09:37:14.259Z] github.com/docker/docker/image/tarexport [2022-05-19T09:37:14.259Z] github.com/docker/docker/image/v1 [2022-05-19T09:37:14.259Z] github.com/docker/docker/internal/test/suite [2022-05-19T09:37:14.259Z] github.com/docker/docker/layer [2022-05-19T09:37:14.259Z] github.com/docker/docker/libcontainerd [2022-05-19T09:37:14.259Z] github.com/docker/docker/libcontainerd/queue [2022-05-19T09:37:14.259Z] github.com/docker/docker/libcontainerd/remote [2022-05-19T09:37:14.259Z] github.com/docker/docker/libcontainerd/supervisor [2022-05-19T09:37:14.259Z] github.com/docker/docker/libcontainerd/types [2022-05-19T09:37:14.259Z] github.com/docker/docker/libnetwork [2022-05-19T09:37:14.259Z] github.com/docker/docker/libnetwork/bitseq [2022-05-19T09:37:14.259Z] github.com/docker/docker/libnetwork/cluster [2022-05-19T09:37:14.259Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-05-19T09:37:14.259Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-05-19T09:37:14.259Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-05-19T09:37:14.259Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-05-19T09:37:14.259Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-05-19T09:37:14.259Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-05-19T09:37:14.259Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-05-19T09:37:14.259Z] github.com/docker/docker/libnetwork/config [2022-05-19T09:37:14.259Z] github.com/docker/docker/libnetwork/datastore [2022-05-19T09:37:14.259Z] github.com/docker/docker/libnetwork/diagnostic [2022-05-19T09:37:14.259Z] github.com/docker/docker/libnetwork/discoverapi [2022-05-19T09:37:14.259Z] github.com/docker/docker/libnetwork/driverapi [2022-05-19T09:37:14.259Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-05-19T09:37:14.259Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-05-19T09:37:14.259Z] github.com/docker/docker/libnetwork/drivers/host [2022-05-19T09:37:14.259Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-05-19T09:37:14.259Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-05-19T09:37:14.259Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-05-19T09:37:14.259Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-05-19T09:37:14.259Z] github.com/docker/docker/libnetwork/drivers/null [2022-05-19T09:37:14.259Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-05-19T09:37:14.259Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-05-19T09:37:14.259Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-05-19T09:37:14.259Z] github.com/docker/docker/libnetwork/drivers/remote [2022-05-19T09:37:14.259Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-05-19T09:37:14.259Z] github.com/docker/docker/libnetwork/drivers/windows [2022-05-19T09:37:14.259Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-05-19T09:37:14.259Z] github.com/docker/docker/libnetwork/drvregistry [2022-05-19T09:37:14.259Z] github.com/docker/docker/libnetwork/etchosts [2022-05-19T09:37:14.259Z] github.com/docker/docker/libnetwork/idm [2022-05-19T09:37:14.259Z] github.com/docker/docker/libnetwork/internal/caller [2022-05-19T09:37:14.259Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-05-19T09:37:14.259Z] github.com/docker/docker/libnetwork/ipam [2022-05-19T09:37:14.259Z] github.com/docker/docker/libnetwork/ipamapi [2022-05-19T09:37:14.259Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-05-19T09:37:14.259Z] github.com/docker/docker/libnetwork/ipams/null [2022-05-19T09:37:14.259Z] github.com/docker/docker/libnetwork/ipams/remote [2022-05-19T09:37:14.259Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-05-19T09:37:14.259Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-05-19T09:37:14.259Z] github.com/docker/docker/libnetwork/ipamutils [2022-05-19T09:37:14.259Z] github.com/docker/docker/libnetwork/iptables [2022-05-19T09:37:14.259Z] github.com/docker/docker/libnetwork/netlabel [2022-05-19T09:37:14.259Z] github.com/docker/docker/libnetwork/netutils [2022-05-19T09:37:14.259Z] github.com/docker/docker/libnetwork/networkdb [2022-05-19T09:37:14.259Z] github.com/docker/docker/libnetwork/ns [2022-05-19T09:37:14.259Z] github.com/docker/docker/libnetwork/options [2022-05-19T09:37:14.259Z] github.com/docker/docker/libnetwork/osl [2022-05-19T09:37:14.259Z] github.com/docker/docker/libnetwork/osl/kernel [2022-05-19T09:37:14.259Z] github.com/docker/docker/libnetwork/portallocator [2022-05-19T09:37:14.259Z] github.com/docker/docker/libnetwork/portmapper [2022-05-19T09:37:14.259Z] github.com/docker/docker/libnetwork/resolvconf [2022-05-19T09:37:14.259Z] github.com/docker/docker/libnetwork/testutils [2022-05-19T09:37:14.259Z] github.com/docker/docker/libnetwork/types [2022-05-19T09:37:14.259Z] github.com/docker/docker/oci [2022-05-19T09:37:14.259Z] github.com/docker/docker/oci/caps [2022-05-19T09:37:14.259Z] github.com/docker/docker/opts [2022-05-19T09:37:14.259Z] github.com/docker/docker/pkg/aaparser [2022-05-19T09:37:14.259Z] github.com/docker/docker/pkg/archive [2022-05-19T09:37:14.259Z] github.com/docker/docker/pkg/authorization [2022-05-19T09:37:14.259Z] github.com/docker/docker/pkg/broadcaster [2022-05-19T09:37:14.259Z] github.com/docker/docker/pkg/capabilities [2022-05-19T09:37:14.259Z] github.com/docker/docker/pkg/chrootarchive [2022-05-19T09:37:14.259Z] github.com/docker/docker/pkg/containerfs [2022-05-19T09:37:14.259Z] github.com/docker/docker/pkg/devicemapper [2022-05-19T09:37:14.259Z] github.com/docker/docker/pkg/directory [2022-05-19T09:37:14.259Z] github.com/docker/docker/pkg/dmesg [2022-05-19T09:37:14.259Z] github.com/docker/docker/pkg/filenotify [2022-05-19T09:37:14.259Z] github.com/docker/docker/pkg/fileutils [2022-05-19T09:37:14.259Z] github.com/docker/docker/pkg/fsutils [2022-05-19T09:37:14.259Z] github.com/docker/docker/pkg/homedir [2022-05-19T09:37:14.259Z] github.com/docker/docker/pkg/idtools [2022-05-19T09:37:14.259Z] github.com/docker/docker/pkg/ioutils [2022-05-19T09:37:14.259Z] github.com/docker/docker/pkg/jsonmessage [2022-05-19T09:37:14.259Z] github.com/docker/docker/pkg/longpath [2022-05-19T09:37:14.259Z] github.com/docker/docker/pkg/loopback [2022-05-19T09:37:14.259Z] github.com/docker/docker/pkg/namesgenerator [2022-05-19T09:37:14.259Z] github.com/docker/docker/pkg/parsers [2022-05-19T09:37:14.259Z] github.com/docker/docker/pkg/parsers/kernel [2022-05-19T09:37:14.259Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-05-19T09:37:14.259Z] github.com/docker/docker/pkg/pidfile [2022-05-19T09:37:14.259Z] github.com/docker/docker/pkg/platform [2022-05-19T09:37:14.259Z] github.com/docker/docker/pkg/plugingetter [2022-05-19T09:37:14.259Z] github.com/docker/docker/pkg/plugins [2022-05-19T09:37:14.259Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-05-19T09:37:14.259Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-05-19T09:37:14.259Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-05-19T09:37:14.259Z] github.com/docker/docker/pkg/plugins/transport [2022-05-19T09:37:14.259Z] github.com/docker/docker/pkg/pools [2022-05-19T09:37:14.259Z] github.com/docker/docker/pkg/progress [2022-05-19T09:37:14.259Z] github.com/docker/docker/pkg/pubsub [2022-05-19T09:37:14.259Z] github.com/docker/docker/pkg/reexec [2022-05-19T09:37:14.259Z] github.com/docker/docker/pkg/signal [2022-05-19T09:37:14.259Z] github.com/docker/docker/pkg/stack [2022-05-19T09:37:14.259Z] github.com/docker/docker/pkg/stdcopy [2022-05-19T09:37:14.259Z] github.com/docker/docker/pkg/streamformatter [2022-05-19T09:37:14.259Z] github.com/docker/docker/pkg/stringid [2022-05-19T09:37:14.259Z] github.com/docker/docker/pkg/sysinfo [2022-05-19T09:37:14.259Z] github.com/docker/docker/pkg/system [2022-05-19T09:37:14.259Z] github.com/docker/docker/pkg/tailfile [2022-05-19T09:37:14.259Z] github.com/docker/docker/pkg/tarsum [2022-05-19T09:37:14.259Z] github.com/docker/docker/pkg/truncindex [2022-05-19T09:37:14.259Z] github.com/docker/docker/pkg/urlutil [2022-05-19T09:37:14.259Z] github.com/docker/docker/pkg/useragent [2022-05-19T09:37:14.259Z] github.com/docker/docker/plugin [2022-05-19T09:37:14.259Z] github.com/docker/docker/plugin/executor/containerd [2022-05-19T09:37:14.259Z] github.com/docker/docker/plugin/v2 [2022-05-19T09:37:14.259Z] github.com/docker/docker/profiles/apparmor [2022-05-19T09:37:14.259Z] github.com/docker/docker/profiles/seccomp [2022-05-19T09:37:14.259Z] github.com/docker/docker/quota [2022-05-19T09:37:14.259Z] github.com/docker/docker/reference [2022-05-19T09:37:14.259Z] github.com/docker/docker/registry [2022-05-19T09:37:14.259Z] github.com/docker/docker/registry/resumable [2022-05-19T09:37:14.259Z] github.com/docker/docker/restartmanager [2022-05-19T09:37:14.259Z] github.com/docker/docker/rootless [2022-05-19T09:37:14.259Z] github.com/docker/docker/rootless/specconv [2022-05-19T09:37:14.259Z] github.com/docker/docker/runconfig [2022-05-19T09:37:14.259Z] github.com/docker/docker/runconfig/opts [2022-05-19T09:37:14.259Z] github.com/docker/docker/testutil [2022-05-19T09:37:14.259Z] github.com/docker/docker/testutil/daemon [2022-05-19T09:37:14.259Z] github.com/docker/docker/testutil/environment [2022-05-19T09:37:14.259Z] github.com/docker/docker/testutil/fakecontext [2022-05-19T09:37:14.259Z] github.com/docker/docker/testutil/fakegit [2022-05-19T09:37:14.259Z] github.com/docker/docker/testutil/fakestorage [2022-05-19T09:37:14.259Z] github.com/docker/docker/testutil/fixtures/load [2022-05-19T09:37:14.259Z] github.com/docker/docker/testutil/fixtures/plugin [2022-05-19T09:37:14.259Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-05-19T09:37:14.259Z] github.com/docker/docker/testutil/registry [2022-05-19T09:37:14.259Z] github.com/docker/docker/testutil/request [2022-05-19T09:37:14.259Z] github.com/docker/docker/volume [2022-05-19T09:37:14.259Z] github.com/docker/docker/volume/drivers [2022-05-19T09:37:14.259Z] github.com/docker/docker/volume/local [2022-05-19T09:37:14.259Z] github.com/docker/docker/volume/mounts [2022-05-19T09:37:14.259Z] github.com/docker/docker/volume/service [2022-05-19T09:37:14.259Z] github.com/docker/docker/volume/service/opts [2022-05-19T09:37:14.259Z] github.com/docker/docker/volume/testutils' [2022-05-19T09:37:14.259Z] + libnetwork_pkg_list='github.com/docker/docker/libnetwork [2022-05-19T09:37:14.259Z] github.com/docker/docker/libnetwork/bitseq [2022-05-19T09:37:14.259Z] github.com/docker/docker/libnetwork/cluster [2022-05-19T09:37:14.259Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-05-19T09:37:14.259Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-05-19T09:37:14.259Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-05-19T09:37:14.259Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-05-19T09:37:14.259Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-05-19T09:37:14.259Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-05-19T09:37:14.259Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-05-19T09:37:14.259Z] github.com/docker/docker/libnetwork/config [2022-05-19T09:37:14.259Z] github.com/docker/docker/libnetwork/datastore [2022-05-19T09:37:14.259Z] github.com/docker/docker/libnetwork/diagnostic [2022-05-19T09:37:14.259Z] github.com/docker/docker/libnetwork/discoverapi [2022-05-19T09:37:14.259Z] github.com/docker/docker/libnetwork/driverapi [2022-05-19T09:37:14.259Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-05-19T09:37:14.259Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-05-19T09:37:14.259Z] github.com/docker/docker/libnetwork/drivers/host [2022-05-19T09:37:14.259Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-05-19T09:37:14.259Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-05-19T09:37:14.259Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-05-19T09:37:14.259Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-05-19T09:37:14.259Z] github.com/docker/docker/libnetwork/drivers/null [2022-05-19T09:37:14.259Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-05-19T09:37:14.259Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-05-19T09:37:14.259Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-05-19T09:37:14.259Z] github.com/docker/docker/libnetwork/drivers/remote [2022-05-19T09:37:14.259Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-05-19T09:37:14.259Z] github.com/docker/docker/libnetwork/drivers/windows [2022-05-19T09:37:14.259Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-05-19T09:37:14.259Z] github.com/docker/docker/libnetwork/drvregistry [2022-05-19T09:37:14.259Z] github.com/docker/docker/libnetwork/etchosts [2022-05-19T09:37:14.259Z] github.com/docker/docker/libnetwork/idm [2022-05-19T09:37:14.259Z] github.com/docker/docker/libnetwork/internal/caller [2022-05-19T09:37:14.259Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-05-19T09:37:14.259Z] github.com/docker/docker/libnetwork/ipam [2022-05-19T09:37:14.259Z] github.com/docker/docker/libnetwork/ipamapi [2022-05-19T09:37:14.259Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-05-19T09:37:14.259Z] github.com/docker/docker/libnetwork/ipams/null [2022-05-19T09:37:14.259Z] github.com/docker/docker/libnetwork/ipams/remote [2022-05-19T09:37:14.259Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-05-19T09:37:14.259Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-05-19T09:37:14.259Z] github.com/docker/docker/libnetwork/ipamutils [2022-05-19T09:37:14.259Z] github.com/docker/docker/libnetwork/iptables [2022-05-19T09:37:14.259Z] github.com/docker/docker/libnetwork/netlabel [2022-05-19T09:37:14.259Z] github.com/docker/docker/libnetwork/netutils [2022-05-19T09:37:14.259Z] github.com/docker/docker/libnetwork/networkdb [2022-05-19T09:37:14.259Z] github.com/docker/docker/libnetwork/ns [2022-05-19T09:37:14.259Z] github.com/docker/docker/libnetwork/options [2022-05-19T09:37:14.259Z] github.com/docker/docker/libnetwork/osl [2022-05-19T09:37:14.259Z] github.com/docker/docker/libnetwork/osl/kernel [2022-05-19T09:37:14.259Z] github.com/docker/docker/libnetwork/portallocator [2022-05-19T09:37:14.259Z] github.com/docker/docker/libnetwork/portmapper [2022-05-19T09:37:14.259Z] github.com/docker/docker/libnetwork/resolvconf [2022-05-19T09:37:14.259Z] github.com/docker/docker/libnetwork/testutils [2022-05-19T09:37:14.259Z] github.com/docker/docker/libnetwork/types' [2022-05-19T09:37:14.259Z] + echo 'github.com/docker/docker/libnetwork [2022-05-19T09:37:14.259Z] github.com/docker/docker/libnetwork/bitseq [2022-05-19T09:37:14.259Z] github.com/docker/docker/libnetwork/cluster [2022-05-19T09:37:14.259Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-05-19T09:37:14.259Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-05-19T09:37:14.259Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-05-19T09:37:14.259Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-05-19T09:37:14.259Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-05-19T09:37:14.259Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-05-19T09:37:14.259Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-05-19T09:37:14.259Z] github.com/docker/docker/libnetwork/config [2022-05-19T09:37:14.259Z] github.com/docker/docker/libnetwork/datastore [2022-05-19T09:37:14.259Z] github.com/docker/docker/libnetwork/diagnostic [2022-05-19T09:37:14.259Z] github.com/docker/docker/libnetwork/discoverapi [2022-05-19T09:37:14.259Z] github.com/docker/docker/libnetwork/driverapi [2022-05-19T09:37:14.259Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-05-19T09:37:14.259Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-05-19T09:37:14.259Z] github.com/docker/docker/libnetwork/drivers/host [2022-05-19T09:37:14.259Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-05-19T09:37:14.259Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-05-19T09:37:14.259Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-05-19T09:37:14.259Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-05-19T09:37:14.259Z] github.com/docker/docker/libnetwork/drivers/null [2022-05-19T09:37:14.259Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-05-19T09:37:14.259Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-05-19T09:37:14.259Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-05-19T09:37:14.259Z] github.com/docker/docker/libnetwork/drivers/remote [2022-05-19T09:37:14.259Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-05-19T09:37:14.259Z] github.com/docker/docker/libnetwork/drivers/windows [2022-05-19T09:37:14.260Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-05-19T09:37:14.260Z] github.com/docker/docker/libnetwork/drvregistry [2022-05-19T09:37:14.260Z] github.com/docker/docker/libnetwork/etchosts [2022-05-19T09:37:14.260Z] github.com/docker/docker/libnetwork/idm [2022-05-19T09:37:14.260Z] github.com/docker/docker/libnetwork/internal/caller [2022-05-19T09:37:14.260Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-05-19T09:37:14.260Z] github.com/docker/docker/libnetwork/ipam [2022-05-19T09:37:14.260Z] github.com/docker/docker/libnetwork/ipamapi [2022-05-19T09:37:14.260Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-05-19T09:37:14.260Z] github.com/docker/docker/libnetwork/ipams/null [2022-05-19T09:37:14.260Z] github.com/docker/docker/libnetwork/ipams/remote [2022-05-19T09:37:14.260Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-05-19T09:37:14.260Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-05-19T09:37:14.260Z] github.com/docker/docker/libnetwork/ipamutils [2022-05-19T09:37:14.260Z] github.com/docker/docker/libnetwork/iptables [2022-05-19T09:37:14.260Z] github.com/docker/docker/libnetwork/netlabel [2022-05-19T09:37:14.260Z] github.com/docker/docker/libnetwork/netutils [2022-05-19T09:37:14.260Z] github.com/docker/docker/libnetwork/networkdb [2022-05-19T09:37:14.260Z] github.com/docker/docker/libnetwork/ns [2022-05-19T09:37:14.260Z] github.com/docker/docker/libnetwork/options [2022-05-19T09:37:14.260Z] github.com/docker/docker/libnetwork/osl [2022-05-19T09:37:14.260Z] github.com/docker/docker/libnetwork/osl/kernel [2022-05-19T09:37:14.260Z] github.com/docker/docker/libnetwork/portallocator [2022-05-19T09:37:14.260Z] github.com/docker/docker/libnetwork/portmapper [2022-05-19T09:37:14.260Z] github.com/docker/docker/libnetwork/resolvconf [2022-05-19T09:37:14.260Z] github.com/docker/docker/libnetwork/testutils [2022-05-19T09:37:14.260Z] github.com/docker/docker/libnetwork/types' [2022-05-19T09:37:14.260Z] + grep --fixed-strings libnetwork/drivers/bridge [2022-05-19T09:37:14.260Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-05-19T09:37:14.260Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-05-19T09:37:14.260Z] + type docker-proxy [2022-05-19T09:37:14.260Z] hack/test/unit: line 25: type: docker-proxy: not found [2022-05-19T09:37:14.260Z] + hack/make.sh binary-proxy install-proxy [2022-05-19T09:37:14.260Z] [2022-05-19T09:37:14.260Z] Removing bundles/ [2022-05-19T09:37:14.260Z] [2022-05-19T09:37:14.260Z] ---> Making bundle: binary-proxy (in bundles/binary-proxy) [2022-05-19T09:37:14.260Z] Building: bundles/binary-proxy/docker-proxy-dev [2022-05-19T09:37:14.260Z] GOOS="" GOARCH="" GOARM="" [2022-05-19T09:37:16.450Z] Commit message: "Merge commit 'c9d04033d443e359e73e5da58a6b46ec1b8f2373' into HEAD" [2022-05-19T09:37:16.467Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-05-19T09:37:17.413Z] + docker version [2022-05-19T09:37:16.453Z] > git rev-list --no-walk 066cb30e238872509bb7f481de7932c8d47ced67 # timeout=10 [2022-05-19T09:37:18.941Z] using credential docker-jenkins-github-credentials [2022-05-19T09:37:19.024Z] Cloning the remote Git repository [2022-05-19T09:37:19.024Z] Cloning with configured refspecs honoured and without tags [2022-05-19T09:37:19.405Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0523020d8946c1c02) in /home/ubuntu/workspace/moby_PR-43557 [Pipeline] { [Pipeline] checkout [2022-05-19T09:37:19.432Z] The recommended git tool is: git [2022-05-19T09:37:19.449Z] using credential docker-jenkins-github-credentials [2022-05-19T09:37:19.479Z] Fetching changes from the remote Git repository [2022-05-19T09:37:19.508Z] Fetching without tags [2022-05-19T09:37:19.229Z] Cloning repository https://github.com/moby/moby.git [2022-05-19T09:37:19.768Z] using credential docker-jenkins-github-credentials [2022-05-19T09:37:19.851Z] Cloning the remote Git repository [2022-05-19T09:37:19.851Z] Cloning with configured refspecs honoured and without tags [2022-05-19T09:37:19.459Z] > git rev-parse --resolve-git-dir /home/ubuntu/workspace/moby_PR-43557/.git # timeout=10 [2022-05-19T09:37:19.482Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-05-19T09:37:19.519Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-05-19T09:37:19.519Z] > git --version # timeout=10 [2022-05-19T09:37:19.535Z] > git --version # 'git version 2.17.1' [2022-05-19T09:37:19.535Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-05-19T09:37:19.536Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43557/head:refs/remotes/origin/PR-43557 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-05-19T09:37:20.818Z] Merging remotes/origin/master commit c9d04033d443e359e73e5da58a6b46ec1b8f2373 into PR head commit ce3e2d1955539d6045965312a1249a381f4a2838 [2022-05-19T09:37:20.853Z] Created binary: bundles/binary-proxy/docker-proxy-dev [2022-05-19T09:37:20.853Z] [2022-05-19T09:37:20.853Z] ---> Making bundle: install-proxy (in bundles/install-proxy) [2022-05-19T09:37:20.853Z] Installing docker-proxy to /usr/local/bin/ [2022-05-19T09:37:20.853Z] [2022-05-19T09:37:20.853Z] + mkdir -p bundles [2022-05-19T09:37:20.853Z] + '[' -n 'github.com/docker/docker/api [2022-05-19T09:37:20.853Z] github.com/docker/docker/api/server [2022-05-19T09:37:20.853Z] github.com/docker/docker/api/server/backend/build [2022-05-19T09:37:20.853Z] github.com/docker/docker/api/server/httpstatus [2022-05-19T09:37:20.853Z] github.com/docker/docker/api/server/httputils [2022-05-19T09:37:20.853Z] github.com/docker/docker/api/server/middleware [2022-05-19T09:37:20.853Z] github.com/docker/docker/api/server/router [2022-05-19T09:37:20.853Z] github.com/docker/docker/api/server/router/build [2022-05-19T09:37:20.853Z] github.com/docker/docker/api/server/router/checkpoint [2022-05-19T09:37:20.853Z] github.com/docker/docker/api/server/router/container [2022-05-19T09:37:20.853Z] github.com/docker/docker/api/server/router/debug [2022-05-19T09:37:20.853Z] github.com/docker/docker/api/server/router/distribution [2022-05-19T09:37:20.853Z] github.com/docker/docker/api/server/router/grpc [2022-05-19T09:37:20.853Z] github.com/docker/docker/api/server/router/image [2022-05-19T09:37:20.853Z] github.com/docker/docker/api/server/router/network [2022-05-19T09:37:20.853Z] github.com/docker/docker/api/server/router/plugin [2022-05-19T09:37:20.853Z] github.com/docker/docker/api/server/router/session [2022-05-19T09:37:20.853Z] github.com/docker/docker/api/server/router/swarm [2022-05-19T09:37:20.853Z] github.com/docker/docker/api/server/router/system [2022-05-19T09:37:20.853Z] github.com/docker/docker/api/server/router/volume [2022-05-19T09:37:20.853Z] github.com/docker/docker/api/types [2022-05-19T09:37:20.853Z] github.com/docker/docker/api/types/backend [2022-05-19T09:37:20.853Z] github.com/docker/docker/api/types/blkiodev [2022-05-19T09:37:20.853Z] github.com/docker/docker/api/types/container [2022-05-19T09:37:20.853Z] github.com/docker/docker/api/types/events [2022-05-19T09:37:20.853Z] github.com/docker/docker/api/types/filters [2022-05-19T09:37:20.853Z] github.com/docker/docker/api/types/image [2022-05-19T09:37:20.853Z] github.com/docker/docker/api/types/mount [2022-05-19T09:37:20.853Z] github.com/docker/docker/api/types/network [2022-05-19T09:37:20.853Z] github.com/docker/docker/api/types/plugins/logdriver [2022-05-19T09:37:20.853Z] github.com/docker/docker/api/types/registry [2022-05-19T09:37:20.853Z] github.com/docker/docker/api/types/strslice [2022-05-19T09:37:20.853Z] github.com/docker/docker/api/types/swarm [2022-05-19T09:37:20.853Z] github.com/docker/docker/api/types/swarm/runtime [2022-05-19T09:37:20.853Z] github.com/docker/docker/api/types/time [2022-05-19T09:37:20.853Z] github.com/docker/docker/api/types/versions [2022-05-19T09:37:20.853Z] github.com/docker/docker/api/types/versions/v1p19 [2022-05-19T09:37:20.853Z] github.com/docker/docker/api/types/versions/v1p20 [2022-05-19T09:37:20.853Z] github.com/docker/docker/api/types/volume [2022-05-19T09:37:20.853Z] github.com/docker/docker/builder [2022-05-19T09:37:20.853Z] github.com/docker/docker/builder/builder-next [2022-05-19T09:37:20.853Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-05-19T09:37:20.853Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-05-19T09:37:20.853Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-05-19T09:37:20.853Z] github.com/docker/docker/builder/builder-next/exporter [2022-05-19T09:37:20.853Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-05-19T09:37:20.853Z] github.com/docker/docker/builder/builder-next/worker [2022-05-19T09:37:20.853Z] github.com/docker/docker/builder/dockerfile [2022-05-19T09:37:20.853Z] github.com/docker/docker/builder/remotecontext [2022-05-19T09:37:20.853Z] github.com/docker/docker/builder/remotecontext/git [2022-05-19T09:37:20.853Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-05-19T09:37:20.853Z] github.com/docker/docker/cli [2022-05-19T09:37:20.853Z] github.com/docker/docker/cli/config [2022-05-19T09:37:20.853Z] github.com/docker/docker/cli/debug [2022-05-19T09:37:20.853Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-05-19T09:37:20.853Z] github.com/docker/docker/cli/winresources/dockerd [2022-05-19T09:37:20.853Z] github.com/docker/docker/client [2022-05-19T09:37:20.853Z] github.com/docker/docker/cmd/docker-proxy [2022-05-19T09:37:20.853Z] github.com/docker/docker/cmd/dockerd [2022-05-19T09:37:20.853Z] github.com/docker/docker/cmd/dockerd/trap [2022-05-19T09:37:20.853Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-05-19T09:37:20.853Z] github.com/docker/docker/container [2022-05-19T09:37:20.853Z] github.com/docker/docker/container/stream [2022-05-19T09:37:20.853Z] github.com/docker/docker/contrib/apparmor [2022-05-19T09:37:20.853Z] github.com/docker/docker/contrib/docker-device-tool [2022-05-19T09:37:20.853Z] github.com/docker/docker/contrib/httpserver [2022-05-19T09:37:20.853Z] github.com/docker/docker/daemon [2022-05-19T09:37:20.853Z] github.com/docker/docker/daemon/cluster [2022-05-19T09:37:20.853Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-05-19T09:37:20.853Z] github.com/docker/docker/daemon/cluster/convert [2022-05-19T09:37:20.853Z] github.com/docker/docker/daemon/cluster/executor [2022-05-19T09:37:20.853Z] github.com/docker/docker/daemon/cluster/executor/container [2022-05-19T09:37:20.853Z] github.com/docker/docker/daemon/cluster/provider [2022-05-19T09:37:20.853Z] github.com/docker/docker/daemon/config [2022-05-19T09:37:20.853Z] github.com/docker/docker/daemon/events [2022-05-19T09:37:20.853Z] github.com/docker/docker/daemon/events/testutils [2022-05-19T09:37:20.853Z] github.com/docker/docker/daemon/exec [2022-05-19T09:37:20.853Z] github.com/docker/docker/daemon/graphdriver [2022-05-19T09:37:20.853Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-05-19T09:37:20.853Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-05-19T09:37:20.853Z] github.com/docker/docker/daemon/graphdriver/copy [2022-05-19T09:37:20.853Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-05-19T09:37:20.853Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-05-19T09:37:20.853Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-05-19T09:37:20.853Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-05-19T09:37:20.853Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-05-19T09:37:20.853Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-05-19T09:37:20.853Z] github.com/docker/docker/daemon/graphdriver/register [2022-05-19T09:37:20.853Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-05-19T09:37:20.853Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-05-19T09:37:20.853Z] github.com/docker/docker/daemon/images [2022-05-19T09:37:20.853Z] github.com/docker/docker/daemon/initlayer [2022-05-19T09:37:20.853Z] github.com/docker/docker/daemon/links [2022-05-19T09:37:20.853Z] github.com/docker/docker/daemon/listeners [2022-05-19T09:37:20.853Z] github.com/docker/docker/daemon/logger [2022-05-19T09:37:20.853Z] github.com/docker/docker/daemon/logger/awslogs [2022-05-19T09:37:20.853Z] github.com/docker/docker/daemon/logger/fluentd [2022-05-19T09:37:20.853Z] github.com/docker/docker/daemon/logger/gcplogs [2022-05-19T09:37:20.853Z] github.com/docker/docker/daemon/logger/gelf [2022-05-19T09:37:20.853Z] github.com/docker/docker/daemon/logger/journald [2022-05-19T09:37:20.853Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-05-19T09:37:20.853Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-05-19T09:37:20.853Z] github.com/docker/docker/daemon/logger/local [2022-05-19T09:37:20.853Z] github.com/docker/docker/daemon/logger/logentries [2022-05-19T09:37:20.853Z] github.com/docker/docker/daemon/logger/loggerutils [2022-05-19T09:37:20.853Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-05-19T09:37:20.853Z] github.com/docker/docker/daemon/logger/splunk [2022-05-19T09:37:20.853Z] github.com/docker/docker/daemon/logger/syslog [2022-05-19T09:37:20.853Z] github.com/docker/docker/daemon/logger/templates [2022-05-19T09:37:20.853Z] github.com/docker/docker/daemon/names [2022-05-19T09:37:20.853Z] github.com/docker/docker/daemon/network [2022-05-19T09:37:20.853Z] github.com/docker/docker/daemon/stats [2022-05-19T09:37:20.853Z] github.com/docker/docker/distribution [2022-05-19T09:37:20.853Z] github.com/docker/docker/distribution/metadata [2022-05-19T09:37:20.853Z] github.com/docker/docker/distribution/utils [2022-05-19T09:37:20.853Z] github.com/docker/docker/distribution/xfer [2022-05-19T09:37:20.853Z] github.com/docker/docker/dockerversion [2022-05-19T09:37:20.853Z] github.com/docker/docker/errdefs [2022-05-19T09:37:20.853Z] github.com/docker/docker/image [2022-05-19T09:37:20.853Z] github.com/docker/docker/image/cache [2022-05-19T09:37:20.853Z] github.com/docker/docker/image/tarexport [2022-05-19T09:37:20.853Z] github.com/docker/docker/image/v1 [2022-05-19T09:37:20.853Z] github.com/docker/docker/internal/test/suite [2022-05-19T09:37:20.853Z] github.com/docker/docker/layer [2022-05-19T09:37:20.853Z] github.com/docker/docker/libcontainerd [2022-05-19T09:37:20.853Z] github.com/docker/docker/libcontainerd/queue [2022-05-19T09:37:20.853Z] github.com/docker/docker/libcontainerd/remote [2022-05-19T09:37:20.853Z] github.com/docker/docker/libcontainerd/supervisor [2022-05-19T09:37:20.853Z] github.com/docker/docker/libcontainerd/types [2022-05-19T09:37:20.853Z] github.com/docker/docker/oci [2022-05-19T09:37:20.853Z] github.com/docker/docker/oci/caps [2022-05-19T09:37:20.853Z] github.com/docker/docker/opts [2022-05-19T09:37:20.853Z] github.com/docker/docker/pkg/aaparser [2022-05-19T09:37:20.853Z] github.com/docker/docker/pkg/archive [2022-05-19T09:37:20.853Z] github.com/docker/docker/pkg/authorization [2022-05-19T09:37:20.853Z] github.com/docker/docker/pkg/broadcaster [2022-05-19T09:37:20.853Z] github.com/docker/docker/pkg/capabilities [2022-05-19T09:37:20.853Z] github.com/docker/docker/pkg/chrootarchive [2022-05-19T09:37:20.853Z] github.com/docker/docker/pkg/containerfs [2022-05-19T09:37:20.853Z] github.com/docker/docker/pkg/devicemapper [2022-05-19T09:37:20.853Z] github.com/docker/docker/pkg/directory [2022-05-19T09:37:20.853Z] github.com/docker/docker/pkg/dmesg [2022-05-19T09:37:20.853Z] github.com/docker/docker/pkg/filenotify [2022-05-19T09:37:20.853Z] github.com/docker/docker/pkg/fileutils [2022-05-19T09:37:20.853Z] github.com/docker/docker/pkg/fsutils [2022-05-19T09:37:20.853Z] github.com/docker/docker/pkg/homedir [2022-05-19T09:37:20.853Z] github.com/docker/docker/pkg/idtools [2022-05-19T09:37:20.853Z] github.com/docker/docker/pkg/ioutils [2022-05-19T09:37:20.853Z] github.com/docker/docker/pkg/jsonmessage [2022-05-19T09:37:20.853Z] github.com/docker/docker/pkg/longpath [2022-05-19T09:37:20.853Z] github.com/docker/docker/pkg/loopback [2022-05-19T09:37:20.853Z] github.com/docker/docker/pkg/namesgenerator [2022-05-19T09:37:20.853Z] github.com/docker/docker/pkg/parsers [2022-05-19T09:37:20.853Z] github.com/docker/docker/pkg/parsers/kernel [2022-05-19T09:37:20.853Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-05-19T09:37:20.853Z] github.com/docker/docker/pkg/pidfile [2022-05-19T09:37:20.853Z] github.com/docker/docker/pkg/platform [2022-05-19T09:37:20.853Z] github.com/docker/docker/pkg/plugingetter [2022-05-19T09:37:20.853Z] github.com/docker/docker/pkg/plugins [2022-05-19T09:37:20.853Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-05-19T09:37:20.853Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-05-19T09:37:20.853Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-05-19T09:37:20.853Z] github.com/docker/docker/pkg/plugins/transport [2022-05-19T09:37:20.853Z] github.com/docker/docker/pkg/pools [2022-05-19T09:37:20.853Z] github.com/docker/docker/pkg/progress [2022-05-19T09:37:20.853Z] github.com/docker/docker/pkg/pubsub [2022-05-19T09:37:20.853Z] github.com/docker/docker/pkg/reexec [2022-05-19T09:37:20.853Z] github.com/docker/docker/pkg/signal [2022-05-19T09:37:20.853Z] github.com/docker/docker/pkg/stack [2022-05-19T09:37:20.853Z] github.com/docker/docker/pkg/stdcopy [2022-05-19T09:37:20.853Z] github.com/docker/docker/pkg/streamformatter [2022-05-19T09:37:20.853Z] github.com/docker/docker/pkg/stringid [2022-05-19T09:37:20.853Z] github.com/docker/docker/pkg/sysinfo [2022-05-19T09:37:20.853Z] github.com/docker/docker/pkg/system [2022-05-19T09:37:20.853Z] github.com/docker/docker/pkg/tailfile [2022-05-19T09:37:20.853Z] github.com/docker/docker/pkg/tarsum [2022-05-19T09:37:20.853Z] github.com/docker/docker/pkg/truncindex [2022-05-19T09:37:20.853Z] github.com/docker/docker/pkg/urlutil [2022-05-19T09:37:20.853Z] github.com/docker/docker/pkg/useragent [2022-05-19T09:37:20.853Z] github.com/docker/docker/plugin [2022-05-19T09:37:20.853Z] github.com/docker/docker/plugin/executor/containerd [2022-05-19T09:37:20.853Z] github.com/docker/docker/plugin/v2 [2022-05-19T09:37:20.853Z] github.com/docker/docker/profiles/apparmor [2022-05-19T09:37:20.853Z] github.com/docker/docker/profiles/seccomp [2022-05-19T09:37:20.853Z] github.com/docker/docker/quota [2022-05-19T09:37:20.853Z] github.com/docker/docker/reference [2022-05-19T09:37:20.853Z] github.com/docker/docker/registry [2022-05-19T09:37:20.853Z] github.com/docker/docker/registry/resumable [2022-05-19T09:37:20.853Z] github.com/docker/docker/restartmanager [2022-05-19T09:37:20.853Z] github.com/docker/docker/rootless [2022-05-19T09:37:20.853Z] github.com/docker/docker/rootless/specconv [2022-05-19T09:37:20.853Z] github.com/docker/docker/runconfig [2022-05-19T09:37:20.853Z] github.com/docker/docker/runconfig/opts [2022-05-19T09:37:20.853Z] github.com/docker/docker/testutil [2022-05-19T09:37:20.853Z] github.com/docker/docker/testutil/daemon [2022-05-19T09:37:20.853Z] github.com/docker/docker/testutil/environment [2022-05-19T09:37:20.853Z] github.com/docker/docker/testutil/fakecontext [2022-05-19T09:37:20.853Z] github.com/docker/docker/testutil/fakegit [2022-05-19T09:37:20.853Z] github.com/docker/docker/testutil/fakestorage [2022-05-19T09:37:20.853Z] github.com/docker/docker/testutil/fixtures/load [2022-05-19T09:37:20.853Z] github.com/docker/docker/testutil/fixtures/plugin [2022-05-19T09:37:20.853Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-05-19T09:37:20.853Z] github.com/docker/docker/testutil/registry [2022-05-19T09:37:20.853Z] github.com/docker/docker/testutil/request [2022-05-19T09:37:20.853Z] github.com/docker/docker/volume [2022-05-19T09:37:20.853Z] github.com/docker/docker/volume/drivers [2022-05-19T09:37:20.853Z] github.com/docker/docker/volume/local [2022-05-19T09:37:20.853Z] github.com/docker/docker/volume/mounts [2022-05-19T09:37:20.853Z] github.com/docker/docker/volume/service [2022-05-19T09:37:20.853Z] github.com/docker/docker/volume/service/opts [2022-05-19T09:37:20.853Z] github.com/docker/docker/volume/testutils' ']' [2022-05-19T09:37:20.854Z] + gotestsum --format=standard-quiet --jsonfile=bundles/go-test-report.json --junitfile=bundles/junit-report.xml -- -tags 'netgo 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/httpstatus 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/builder/remotecontext/urlutil github.com/docker/docker/cli github.com/docker/docker/cli/config github.com/docker/docker/cli/debug github.com/docker/docker/cli/winresources/docker-proxy github.com/docker/docker/cli/winresources/dockerd 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-05-19T09:37:20.854Z] ? github.com/docker/docker/api [no test files] [2022-05-19T09:37:21.303Z] Merge succeeded, producing 0e0a9bc1232efa07bc98be8e826f0ae8fe7a8dd9 [2022-05-19T09:37:21.303Z] Checking out Revision 0e0a9bc1232efa07bc98be8e826f0ae8fe7a8dd9 (PR-43557) [2022-05-19T09:37:20.821Z] > git config core.sparsecheckout # timeout=10 [2022-05-19T09:37:20.828Z] > git checkout -f ce3e2d1955539d6045965312a1249a381f4a2838 # timeout=10 [2022-05-19T09:37:20.930Z] > git remote # timeout=10 [2022-05-19T09:37:20.938Z] > git config --get remote.origin.url # timeout=10 [2022-05-19T09:37:20.943Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-05-19T09:37:20.944Z] > git merge c9d04033d443e359e73e5da58a6b46ec1b8f2373 # timeout=10 [2022-05-19T09:37:21.294Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-05-19T09:37:21.308Z] > git config core.sparsecheckout # timeout=10 [2022-05-19T09:37:21.327Z] > git checkout -f 0e0a9bc1232efa07bc98be8e826f0ae8fe7a8dd9 # timeout=10 [2022-05-19T09:37:21.500Z] Commit message: "Merge commit 'c9d04033d443e359e73e5da58a6b46ec1b8f2373' into HEAD" [2022-05-19T09:37:21.519Z] First time build. Skipping changelog. [2022-05-19T09:37:19.640Z] > git init d:\gopath\src\github.com\docker\docker # timeout=10 [2022-05-19T09:37:20.581Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-05-19T09:37:20.581Z] > git --version # timeout=10 [2022-05-19T09:37:20.626Z] > git --version # 'git version 2.24.1.windows.2' [2022-05-19T09:37:20.627Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-05-19T09:37:20.631Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43557/head:refs/remotes/origin/PR-43557 +refs/heads/master:refs/remotes/origin/master # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-05-19T09:37:20.054Z] Cloning repository https://github.com/moby/moby.git [2022-05-19T09:37:20.476Z] > git init d:\gopath\src\github.com\docker\docker # timeout=10 [2022-05-19T09:37:21.388Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-05-19T09:37:21.388Z] > git --version # timeout=10 [2022-05-19T09:37:21.444Z] > git --version # 'git version 2.24.1.windows.2' [2022-05-19T09:37:21.444Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-05-19T09:37:21.448Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43557/head:refs/remotes/origin/PR-43557 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-05-19T09:37:22.128Z] + [ PR != PR ] [2022-05-19T09:37:22.128Z] + [ master != master ] [2022-05-19T09:37:22.128Z] + [ false = true ] [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-05-19T09:37:22.522Z] + docker version [2022-05-19T09:37:22.522Z] Client: Docker Engine - Community [2022-05-19T09:37:22.522Z] Version: 20.10.14 [2022-05-19T09:37:22.522Z] API version: 1.41 [2022-05-19T09:37:22.522Z] Go version: go1.16.15 [2022-05-19T09:37:22.522Z] Git commit: a224086 [2022-05-19T09:37:22.522Z] Built: Thu Mar 24 01:47:57 2022 [2022-05-19T09:37:22.522Z] OS/Arch: linux/amd64 [2022-05-19T09:37:22.522Z] Context: default [2022-05-19T09:37:22.522Z] Experimental: true [2022-05-19T09:37:22.522Z] [2022-05-19T09:37:22.522Z] Server: Docker Engine - Community [2022-05-19T09:37:22.522Z] Engine: [2022-05-19T09:37:22.522Z] Version: 20.10.14 [2022-05-19T09:37:22.522Z] API version: 1.41 (minimum version 1.12) [2022-05-19T09:37:22.522Z] Go version: go1.16.15 [2022-05-19T09:37:22.522Z] Git commit: 87a90dc [2022-05-19T09:37:22.522Z] Built: Thu Mar 24 01:45:46 2022 [2022-05-19T09:37:22.522Z] OS/Arch: linux/amd64 [2022-05-19T09:37:22.522Z] Experimental: true [2022-05-19T09:37:22.522Z] containerd: [2022-05-19T09:37:22.522Z] Version: 1.5.11 [2022-05-19T09:37:22.522Z] GitCommit: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-05-19T09:37:22.522Z] runc: [2022-05-19T09:37:22.522Z] Version: 1.0.3 [2022-05-19T09:37:22.522Z] GitCommit: v1.0.3-0-gf46b6ba [2022-05-19T09:37:22.522Z] docker-init: [2022-05-19T09:37:22.523Z] Version: 0.19.0 [2022-05-19T09:37:22.523Z] GitCommit: de40ad0 [Pipeline] sh [2022-05-19T09:37:21.503Z] > git rev-list --no-walk 066cb30e238872509bb7f481de7932c8d47ced67 # timeout=10 [2022-05-19T09:37:22.998Z] + docker info [2022-05-19T09:37:23.749Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2-big (i-0eb23d4c5b73addac) in /home/ubuntu/workspace/moby_PR-43557 [Pipeline] { [Pipeline] checkout [2022-05-19T09:37:24.043Z] The recommended git tool is: git [2022-05-19T09:37:25.287Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0d74edb949e592fce) in /home/ubuntu/workspace/moby_PR-43557 [Pipeline] { [Pipeline] checkout [2022-05-19T09:37:25.564Z] Client: Docker Engine - Community [2022-05-19T09:37:25.564Z] Version: 20.10.14 [2022-05-19T09:37:25.564Z] API version: 1.41 [2022-05-19T09:37:25.564Z] Go version: go1.16.15 [2022-05-19T09:37:25.564Z] Git commit: a224086 [2022-05-19T09:37:25.564Z] Built: Thu Mar 24 01:48:02 2022 [2022-05-19T09:37:25.564Z] OS/Arch: linux/amd64 [2022-05-19T09:37:25.564Z] Context: default [2022-05-19T09:37:25.564Z] Experimental: true [2022-05-19T09:37:25.564Z] [2022-05-19T09:37:25.564Z] Server: Docker Engine - Community [2022-05-19T09:37:25.564Z] Engine: [2022-05-19T09:37:25.564Z] Version: 20.10.14 [2022-05-19T09:37:25.564Z] API version: 1.41 (minimum version 1.12) [2022-05-19T09:37:25.564Z] Go version: go1.16.15 [2022-05-19T09:37:25.564Z] Git commit: 87a90dc [2022-05-19T09:37:25.564Z] Built: Thu Mar 24 01:45:53 2022 [2022-05-19T09:37:25.564Z] OS/Arch: linux/amd64 [2022-05-19T09:37:25.564Z] Experimental: true [2022-05-19T09:37:25.564Z] containerd: [2022-05-19T09:37:25.564Z] Version: 1.5.11 [2022-05-19T09:37:25.564Z] GitCommit: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-05-19T09:37:25.564Z] runc: [2022-05-19T09:37:25.564Z] Version: 1.0.3 [2022-05-19T09:37:25.564Z] GitCommit: v1.0.3-0-gf46b6ba [2022-05-19T09:37:25.564Z] docker-init: [2022-05-19T09:37:25.564Z] Version: 0.19.0 [2022-05-19T09:37:25.564Z] GitCommit: de40ad0 [Pipeline] sh [2022-05-19T09:37:25.626Z] The recommended git tool is: git [2022-05-19T09:37:25.733Z] using credential docker-jenkins-github-credentials [2022-05-19T09:37:25.742Z] Cloning the remote Git repository [2022-05-19T09:37:25.743Z] Cloning with configured refspecs honoured and without tags [2022-05-19T09:37:25.884Z] + docker info [2022-05-19T09:37:24.825Z] Cloning repository https://github.com/moby/moby.git [2022-05-19T09:37:24.881Z] > git init /home/ubuntu/workspace/moby_PR-43557 # timeout=10 [2022-05-19T09:37:25.137Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-05-19T09:37:25.137Z] > git --version # timeout=10 [2022-05-19T09:37:25.140Z] > git --version # 'git version 2.17.1' [2022-05-19T09:37:25.141Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-05-19T09:37:25.142Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43557/head:refs/remotes/origin/PR-43557 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-05-19T09:37:28.046Z] using credential docker-jenkins-github-credentials [2022-05-19T09:37:28.058Z] Cloning the remote Git repository [2022-05-19T09:37:28.058Z] Cloning with configured refspecs honoured and without tags [2022-05-19T09:37:28.107Z] Cloning repository https://github.com/moby/moby.git [2022-05-19T09:37:28.159Z] > git init /home/ubuntu/workspace/moby_PR-43557 # timeout=10 [2022-05-19T09:37:28.440Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-05-19T09:37:28.441Z] > git --version # timeout=10 [2022-05-19T09:37:28.456Z] > git --version # 'git version 2.17.1' [2022-05-19T09:37:28.457Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-05-19T09:37:28.458Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43557/head:refs/remotes/origin/PR-43557 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-05-19T09:37:35.521Z] Running on azwin-2-fae700 in d:\jenkins\workspace\moby_PR-43557 [Pipeline] { [Pipeline] ws [2022-05-19T09:37:35.535Z] Running in d:\gopath\src\github.com\docker\docker [Pipeline] { [Pipeline] checkout [2022-05-19T09:37:35.773Z] ok github.com/docker/docker/api/server 0.006s coverage: 7.9% of statements [2022-05-19T09:37:37.836Z] The recommended git tool is: git [2022-05-19T09:37:38.375Z] Fetching without tags [2022-05-19T09:37:38.936Z] Fetching without tags [2022-05-19T09:37:39.107Z] Merging remotes/origin/master commit c9d04033d443e359e73e5da58a6b46ec1b8f2373 into PR head commit ce3e2d1955539d6045965312a1249a381f4a2838 [2022-05-19T09:37:39.108Z] Merging remotes/origin/master commit c9d04033d443e359e73e5da58a6b46ec1b8f2373 into PR head commit ce3e2d1955539d6045965312a1249a381f4a2838 [2022-05-19T09:37:38.920Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-05-19T09:37:38.923Z] > git config --add remote.origin.fetch +refs/pull/43557/head:refs/remotes/origin/PR-43557 # timeout=10 [2022-05-19T09:37:38.927Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-05-19T09:37:38.933Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-05-19T09:37:38.940Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-05-19T09:37:38.940Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-05-19T09:37:38.940Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43557/head:refs/remotes/origin/PR-43557 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-05-19T09:37:39.114Z] > git config core.sparsecheckout # timeout=10 [2022-05-19T09:37:39.117Z] > git checkout -f ce3e2d1955539d6045965312a1249a381f4a2838 # timeout=10 [2022-05-19T09:37:39.701Z] > git remote # timeout=10 [2022-05-19T09:37:39.705Z] > git config --get remote.origin.url # timeout=10 [2022-05-19T09:37:39.707Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-05-19T09:37:39.724Z] > git merge c9d04033d443e359e73e5da58a6b46ec1b8f2373 # timeout=10 [2022-05-19T09:37:38.014Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-05-19T09:37:38.109Z] > git config --add remote.origin.fetch +refs/pull/43557/head:refs/remotes/origin/PR-43557 # timeout=10 [2022-05-19T09:37:38.162Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-05-19T09:37:38.288Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-05-19T09:37:38.415Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-05-19T09:37:38.415Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-05-19T09:37:38.418Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43557/head:refs/remotes/origin/PR-43557 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-05-19T09:37:39.220Z] > git config core.sparsecheckout # timeout=10 [2022-05-19T09:37:39.266Z] > git checkout -f ce3e2d1955539d6045965312a1249a381f4a2838 # timeout=10 [2022-05-19T09:37:40.451Z] Merge succeeded, producing 16ab31a22be7359eb5b7d4ff8c1161f17e84453b [2022-05-19T09:37:40.452Z] Checking out Revision 16ab31a22be7359eb5b7d4ff8c1161f17e84453b (PR-43557) [2022-05-19T09:37:40.826Z] Fetching without tags [2022-05-19T09:37:41.254Z] Client: [2022-05-19T09:37:41.254Z] Context: default [2022-05-19T09:37:41.254Z] Debug Mode: false [2022-05-19T09:37:41.254Z] Plugins: [2022-05-19T09:37:41.254Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2022-05-19T09:37:41.254Z] buildx: Docker Buildx (Docker Inc., v0.8.1-docker) [2022-05-19T09:37:41.254Z] compose: Docker Compose (Docker Inc., v2.4.1) [2022-05-19T09:37:41.254Z] scan: Docker Scan (Docker Inc., v0.17.0) [2022-05-19T09:37:41.254Z] [2022-05-19T09:37:41.254Z] Server: [2022-05-19T09:37:41.254Z] Containers: 0 [2022-05-19T09:37:41.254Z] Running: 0 [2022-05-19T09:37:41.254Z] Paused: 0 [2022-05-19T09:37:41.254Z] Stopped: 0 [2022-05-19T09:37:41.254Z] Images: 1 [2022-05-19T09:37:41.254Z] Server Version: 20.10.14 [2022-05-19T09:37:41.254Z] Storage Driver: overlay2 [2022-05-19T09:37:41.254Z] Backing Filesystem: extfs [2022-05-19T09:37:41.254Z] Supports d_type: true [2022-05-19T09:37:41.254Z] Native Overlay Diff: true [2022-05-19T09:37:41.254Z] userxattr: false [2022-05-19T09:37:41.254Z] Logging Driver: json-file [2022-05-19T09:37:41.254Z] Cgroup Driver: cgroupfs [2022-05-19T09:37:41.254Z] Cgroup Version: 1 [2022-05-19T09:37:41.254Z] Plugins: [2022-05-19T09:37:41.254Z] Volume: local [2022-05-19T09:37:41.254Z] Network: bridge host ipvlan macvlan null overlay [2022-05-19T09:37:41.254Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-05-19T09:37:41.254Z] Swarm: inactive [2022-05-19T09:37:41.254Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2022-05-19T09:37:41.254Z] Default Runtime: runc [2022-05-19T09:37:41.254Z] Init Binary: docker-init [2022-05-19T09:37:41.254Z] containerd version: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-05-19T09:37:41.254Z] runc version: v1.0.3-0-gf46b6ba [2022-05-19T09:37:41.254Z] init version: de40ad0 [2022-05-19T09:37:41.254Z] Security Options: [2022-05-19T09:37:41.254Z] apparmor [2022-05-19T09:37:41.254Z] seccomp [2022-05-19T09:37:41.254Z] Profile: default [2022-05-19T09:37:41.254Z] Kernel Version: 5.4.0-1071-aws [2022-05-19T09:37:41.254Z] Operating System: Ubuntu 18.04.6 LTS [2022-05-19T09:37:41.254Z] OSType: linux [2022-05-19T09:37:41.254Z] Architecture: x86_64 [2022-05-19T09:37:41.254Z] CPUs: 2 [2022-05-19T09:37:41.254Z] Total Memory: 7.565GiB [2022-05-19T09:37:41.254Z] Name: ip-10-100-35-194 [2022-05-19T09:37:41.254Z] ID: ONCX:MW46:2H33:HIY4:EEUI:IR6Y:XJIK:4AKR:PRKS:I4A7:QBPF:SHJW [2022-05-19T09:37:41.254Z] Docker Root Dir: /var/lib/docker [2022-05-19T09:37:41.254Z] Debug Mode: false [2022-05-19T09:37:41.254Z] Registry: https://index.docker.io/v1/ [2022-05-19T09:37:41.254Z] Labels: [2022-05-19T09:37:41.254Z] Experimental: true [2022-05-19T09:37:41.254Z] Insecure Registries: [2022-05-19T09:37:41.254Z] 127.0.0.0/8 [2022-05-19T09:37:41.254Z] Live Restore Enabled: true [2022-05-19T09:37:41.254Z] [2022-05-19T09:37:41.254Z] WARNING: No swap limit support [Pipeline] sh [2022-05-19T09:37:41.577Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-05-19T09:37:41.577Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-05-19T09:37:41.577Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-43557/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh [2022-05-19T09:37:41.577Z] + bash /home/ubuntu/workspace/moby_PR-43557/check-config.sh [2022-05-19T09:37:41.577Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2022-05-19T09:37:41.577Z] info: reading kernel config from /boot/config-5.4.0-1071-aws ... [2022-05-19T09:37:41.577Z] [2022-05-19T09:37:41.577Z] Generally Necessary: [2022-05-19T09:37:41.577Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2022-05-19T09:37:41.577Z] - apparmor: enabled and tools installed [2022-05-19T09:37:41.577Z] - CONFIG_NAMESPACES: enabled [2022-05-19T09:37:41.577Z] - CONFIG_NET_NS: enabled [2022-05-19T09:37:41.577Z] - CONFIG_PID_NS: enabled [2022-05-19T09:37:41.577Z] - CONFIG_IPC_NS: enabled [2022-05-19T09:37:41.577Z] - CONFIG_UTS_NS: enabled [2022-05-19T09:37:41.577Z] - CONFIG_CGROUPS: enabled [2022-05-19T09:37:41.577Z] - CONFIG_CGROUP_CPUACCT: enabled [2022-05-19T09:37:41.577Z] - CONFIG_CGROUP_DEVICE: enabled [2022-05-19T09:37:41.577Z] - CONFIG_CGROUP_FREEZER: enabled [2022-05-19T09:37:41.577Z] - CONFIG_CGROUP_SCHED: enabled [2022-05-19T09:37:41.577Z] - CONFIG_CPUSETS: enabled [2022-05-19T09:37:41.577Z] - CONFIG_MEMCG: enabled [2022-05-19T09:37:41.577Z] - CONFIG_KEYS: enabled [2022-05-19T09:37:41.577Z] - CONFIG_VETH: enabled (as module) [2022-05-19T09:37:41.577Z] - CONFIG_BRIDGE: enabled (as module) [2022-05-19T09:37:41.598Z] Merging remotes/origin/master commit c9d04033d443e359e73e5da58a6b46ec1b8f2373 into PR head commit ce3e2d1955539d6045965312a1249a381f4a2838 [2022-05-19T09:37:41.840Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2022-05-19T09:37:41.840Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2022-05-19T09:37:41.840Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2022-05-19T09:37:41.840Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2022-05-19T09:37:41.840Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2022-05-19T09:37:41.840Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2022-05-19T09:37:41.840Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2022-05-19T09:37:41.840Z] - CONFIG_IP_NF_NAT: enabled (as module) [2022-05-19T09:37:41.840Z] - CONFIG_NF_NAT: enabled (as module) [2022-05-19T09:37:41.840Z] - CONFIG_POSIX_MQUEUE: enabled [2022-05-19T09:37:41.840Z] - CONFIG_CGROUP_BPF: enabled [2022-05-19T09:37:41.840Z] [2022-05-19T09:37:41.840Z] Optional Features: [2022-05-19T09:37:41.840Z] - CONFIG_USER_NS: enabled [2022-05-19T09:37:41.840Z] - CONFIG_SECCOMP: enabled [2022-05-19T09:37:41.840Z] - CONFIG_SECCOMP_FILTER: enabled [2022-05-19T09:37:41.840Z] - CONFIG_CGROUP_PIDS: enabled [2022-05-19T09:37:41.840Z] - CONFIG_MEMCG_SWAP: enabled [2022-05-19T09:37:41.840Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2022-05-19T09:37:41.840Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2022-05-19T09:37:41.840Z] - CONFIG_BLK_CGROUP: enabled [2022-05-19T09:37:41.840Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2022-05-19T09:37:41.840Z] - CONFIG_CGROUP_PERF: enabled [2022-05-19T09:37:41.840Z] - CONFIG_CGROUP_HUGETLB: enabled [2022-05-19T09:37:41.840Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2022-05-19T09:37:40.448Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-05-19T09:37:40.454Z] > git config core.sparsecheckout # timeout=10 [2022-05-19T09:37:40.457Z] > git checkout -f 16ab31a22be7359eb5b7d4ff8c1161f17e84453b # timeout=10 [2022-05-19T09:37:42.133Z] - CONFIG_CGROUP_NET_PRIO: enabled [2022-05-19T09:37:42.133Z] - CONFIG_CFS_BANDWIDTH: enabled [2022-05-19T09:37:42.133Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2022-05-19T09:37:42.133Z] - CONFIG_RT_GROUP_SCHED: missing [2022-05-19T09:37:42.133Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2022-05-19T09:37:42.133Z] - CONFIG_IP_VS: enabled (as module) [2022-05-19T09:37:42.133Z] - CONFIG_IP_VS_NFCT: enabled [2022-05-19T09:37:42.133Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2022-05-19T09:37:42.133Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2022-05-19T09:37:42.133Z] - CONFIG_IP_VS_RR: enabled (as module) [2022-05-19T09:37:42.133Z] - CONFIG_SECURITY_SELINUX: enabled [2022-05-19T09:37:42.133Z] - CONFIG_SECURITY_APPARMOR: enabled [2022-05-19T09:37:42.133Z] - CONFIG_EXT4_FS: enabled [2022-05-19T09:37:42.133Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2022-05-19T09:37:42.133Z] - CONFIG_EXT4_FS_SECURITY: enabled [2022-05-19T09:37:42.133Z] - Network Drivers: [2022-05-19T09:37:42.133Z] - "overlay": [2022-05-19T09:37:42.133Z] - CONFIG_VXLAN: enabled (as module) [2022-05-19T09:37:42.133Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2022-05-19T09:37:42.133Z] Optional (for encrypted networks): [2022-05-19T09:37:42.133Z] - CONFIG_CRYPTO: enabled [2022-05-19T09:37:42.133Z] - CONFIG_CRYPTO_AEAD: enabled [2022-05-19T09:37:42.133Z] - CONFIG_CRYPTO_GCM: enabled [2022-05-19T09:37:42.133Z] - CONFIG_CRYPTO_SEQIV: enabled [2022-05-19T09:37:42.133Z] - CONFIG_CRYPTO_GHASH: enabled [2022-05-19T09:37:42.133Z] - CONFIG_XFRM: enabled [2022-05-19T09:37:42.133Z] - CONFIG_XFRM_USER: enabled (as module) [2022-05-19T09:37:42.133Z] - CONFIG_XFRM_ALGO: enabled (as module) [2022-05-19T09:37:42.133Z] - CONFIG_INET_ESP: enabled (as module) [2022-05-19T09:37:42.133Z] - "ipvlan": [2022-05-19T09:37:42.133Z] - CONFIG_IPVLAN: enabled (as module) [2022-05-19T09:37:42.133Z] - "macvlan": [2022-05-19T09:37:42.133Z] - CONFIG_MACVLAN: enabled (as module) [2022-05-19T09:37:42.133Z] - CONFIG_DUMMY: enabled (as module) [2022-05-19T09:37:42.133Z] - "ftp,tftp client in container": [2022-05-19T09:37:42.398Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2022-05-19T09:37:42.398Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2022-05-19T09:37:42.398Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2022-05-19T09:37:42.398Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2022-05-19T09:37:42.398Z] - Storage Drivers: [2022-05-19T09:37:42.398Z] - "aufs": [2022-05-19T09:37:42.398Z] - CONFIG_AUFS_FS: enabled (as module) [2022-05-19T09:37:42.398Z] - "btrfs": [2022-05-19T09:37:42.398Z] - CONFIG_BTRFS_FS: enabled (as module) [2022-05-19T09:37:42.398Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2022-05-19T09:37:42.398Z] - "devicemapper": [2022-05-19T09:37:42.398Z] - CONFIG_BLK_DEV_DM: enabled [2022-05-19T09:37:42.398Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2022-05-19T09:37:42.398Z] - "overlay": [2022-05-19T09:37:42.398Z] - CONFIG_OVERLAY_FS: enabled (as module) [2022-05-19T09:37:42.398Z] - "zfs": [2022-05-19T09:37:42.398Z] - /dev/zfs: present [2022-05-19T09:37:42.398Z] - zfs command: missing [2022-05-19T09:37:42.398Z] - zpool command: missing [2022-05-19T09:37:42.398Z] [2022-05-19T09:37:42.398Z] Limits: [2022-05-19T09:37:42.398Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2022-05-19T09:37:42.398Z] [2022-05-19T09:37:42.398Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2022-05-19T09:37:42.754Z] + docker build --force-rm --build-arg APT_MIRROR --build-arg CROSS=true -t docker:0e0a9bc1232efa07bc98be8e826f0ae8fe7a8dd9 . [2022-05-19T09:37:43.014Z] #1 [internal] load build definition from Dockerfile [2022-05-19T09:37:43.015Z] #1 sha256:c8259c5b1f9a63d00940899cb3262a791474ff08ecac3aeb7c75de94be44332d [2022-05-19T09:37:43.015Z] #1 transferring dockerfile: 17.93kB done [2022-05-19T09:37:43.015Z] #1 DONE 0.1s [2022-05-19T09:37:43.015Z] [2022-05-19T09:37:43.015Z] #2 [internal] load .dockerignore [2022-05-19T09:37:43.015Z] #2 sha256:04c759789b053116bda15cf2160519e7e83bbe228d09985059a1ed5ec92afbae [2022-05-19T09:37:43.015Z] #2 transferring context: 145B done [2022-05-19T09:37:43.015Z] #2 DONE 0.1s [2022-05-19T09:37:43.015Z] [2022-05-19T09:37:43.015Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2022-05-19T09:37:43.015Z] #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653 [2022-05-19T09:37:43.276Z] #3 DONE 0.3s [2022-05-19T09:37:43.364Z] Merge succeeded, producing 5771492202ac285e0d66c5475d023074f14d5ac2 [2022-05-19T09:37:43.364Z] Checking out Revision 5771492202ac285e0d66c5475d023074f14d5ac2 (PR-43557) [2022-05-19T09:37:42.555Z] > git remote # timeout=10 [2022-05-19T09:37:42.640Z] > git config --get remote.origin.url # timeout=10 [2022-05-19T09:37:42.688Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-05-19T09:37:42.690Z] > git merge c9d04033d443e359e73e5da58a6b46ec1b8f2373 # timeout=10 [2022-05-19T09:37:43.265Z] > git rev-parse "HEAD^{commit}" # timeout=10 [2022-05-19T09:37:43.402Z] > git config core.sparsecheckout # timeout=10 [2022-05-19T09:37:43.460Z] > git checkout -f 5771492202ac285e0d66c5475d023074f14d5ac2 # timeout=10 [2022-05-19T09:37:43.548Z] [2022-05-19T09:37:43.548Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 [2022-05-19T09:37:43.548Z] #4 sha256:7862c1373501a4a9cd96ccd04641bb1d96c86d034546e74fe74585e3dd12f952 [2022-05-19T09:37:43.548Z] #4 resolve docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 done [2022-05-19T09:37:43.548Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 4.19MB / 9.67MB 0.1s [2022-05-19T09:37:43.548Z] #4 sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 2.00kB / 2.00kB done [2022-05-19T09:37:43.548Z] #4 sha256:93f32bd6dd9004897fed4703191f48924975081860667932a4df35ba567d7426 528B / 528B done [2022-05-19T09:37:43.548Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.2s done [2022-05-19T09:37:43.548Z] #4 sha256:e532695ddd93ca7c85a816c67afdb352e91052fab7ac19a675088f80915779a7 1.21kB / 1.21kB done [2022-05-19T09:37:43.548Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 [2022-05-19T09:37:40.476Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-05-19T09:37:40.541Z] > git config --add remote.origin.fetch +refs/pull/43557/head:refs/remotes/origin/PR-43557 # timeout=10 [2022-05-19T09:37:40.598Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-05-19T09:37:40.731Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-05-19T09:37:40.866Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-05-19T09:37:40.866Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-05-19T09:37:40.869Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43557/head:refs/remotes/origin/PR-43557 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-05-19T09:37:41.712Z] > git config core.sparsecheckout # timeout=10 [2022-05-19T09:37:41.775Z] > git checkout -f ce3e2d1955539d6045965312a1249a381f4a2838 # timeout=10 [2022-05-19T09:37:44.002Z] Commit message: "Merge commit 'c9d04033d443e359e73e5da58a6b46ec1b8f2373' into HEAD" [2022-05-19T09:37:44.009Z] First time build. Skipping changelog. [2022-05-19T09:37:44.121Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 0.4s done [2022-05-19T09:37:44.121Z] #4 DONE 0.7s [2022-05-19T09:37:44.121Z] [2022-05-19T09:37:44.121Z] #6 [internal] load .dockerignore [2022-05-19T09:37:44.121Z] #6 sha256:608355e7a5987ceceafa7b80616a3c4c6e5457fd14ba995a41e13939560c990b [2022-05-19T09:37:44.121Z] #6 DONE 0.0s [2022-05-19T09:37:44.121Z] [2022-05-19T09:37:44.121Z] #5 [internal] load build definition from Dockerfile [2022-05-19T09:37:44.121Z] #5 sha256:f826f08e39b9cfdffed0eecc8b30f78c3123d9b3b8f712032d2f891e38e740c4 [2022-05-19T09:37:44.121Z] #5 DONE 0.0s [2022-05-19T09:37:44.121Z] [2022-05-19T09:37:44.121Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-05-19T09:37:44.121Z] #8 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-05-19T09:37:44.793Z] + docker version [2022-05-19T09:37:45.064Z] #8 DONE 0.7s [2022-05-19T09:37:45.064Z] [2022-05-19T09:37:45.064Z] #10 [internal] load metadata for docker.io/library/debian:bullseye [2022-05-19T09:37:45.064Z] #10 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e [2022-05-19T09:37:45.064Z] #10 DONE 0.6s [2022-05-19T09:37:45.064Z] [2022-05-19T09:37:45.064Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-05-19T09:37:45.064Z] #9 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-05-19T09:37:45.064Z] #9 DONE 0.7s [2022-05-19T09:37:45.064Z] [2022-05-19T09:37:45.064Z] #7 [internal] load metadata for docker.io/library/golang:1.18.2-bullseye [2022-05-19T09:37:45.064Z] #7 sha256:bda913637dfc96ae7398e978f5558b8bc08d10fc6fc8d03587819401a102d0a2 [2022-05-19T09:37:45.064Z] #7 DONE 0.7s [2022-05-19T09:37:44.005Z] > git rev-list --no-walk 066cb30e238872509bb7f481de7932c8d47ced67 # timeout=10 [2022-05-19T09:37:46.008Z] [2022-05-19T09:37:46.008Z] #78 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-05-19T09:37:46.008Z] #78 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-05-19T09:37:46.008Z] #78 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done [2022-05-19T09:37:46.270Z] #78 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-05-19T09:37:46.270Z] #78 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done [2022-05-19T09:37:46.270Z] #78 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done [2022-05-19T09:37:46.270Z] #78 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 0B / 9.86MB 0.1s [2022-05-19T09:37:46.352Z] Merge succeeded, producing 5bf13500c9ac905f33d89b8a497c458b575480aa [2022-05-19T09:37:46.353Z] Checking out Revision 5bf13500c9ac905f33d89b8a497c458b575480aa (PR-43557) [2022-05-19T09:37:46.532Z] #78 ... [2022-05-19T09:37:46.532Z] [2022-05-19T09:37:46.532Z] #56 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-05-19T09:37:46.532Z] #56 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-05-19T09:37:46.532Z] #56 DONE 0.0s [2022-05-19T09:37:46.532Z] [2022-05-19T09:37:46.532Z] #78 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-05-19T09:37:46.532Z] #78 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-05-19T09:37:46.532Z] #78 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 2.10MB / 9.86MB 0.3s [2022-05-19T09:37:46.532Z] #78 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 7.83MB / 9.86MB 0.4s [2022-05-19T09:37:46.793Z] #78 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.44MB / 9.86MB 0.5s [2022-05-19T09:37:46.793Z] #78 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 0.6s done [2022-05-19T09:37:46.793Z] #78 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 [2022-05-19T09:37:45.481Z] > git remote # timeout=10 [2022-05-19T09:37:45.586Z] > git config --get remote.origin.url # timeout=10 [2022-05-19T09:37:45.641Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-05-19T09:37:45.643Z] > git merge c9d04033d443e359e73e5da58a6b46ec1b8f2373 # timeout=10 [2022-05-19T09:37:46.247Z] > git rev-parse "HEAD^{commit}" # timeout=10 [2022-05-19T09:37:46.390Z] > git config core.sparsecheckout # timeout=10 [2022-05-19T09:37:46.446Z] > git checkout -f 5bf13500c9ac905f33d89b8a497c458b575480aa # timeout=10 [2022-05-19T09:37:47.820Z] Client: [2022-05-19T09:37:47.820Z] Context: default [2022-05-19T09:37:47.820Z] Debug Mode: false [2022-05-19T09:37:47.820Z] Plugins: [2022-05-19T09:37:47.820Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2022-05-19T09:37:47.820Z] buildx: Docker Buildx (Docker Inc., v0.8.1-docker) [2022-05-19T09:37:47.820Z] compose: Docker Compose (Docker Inc., v2.4.1) [2022-05-19T09:37:47.820Z] scan: Docker Scan (Docker Inc., v0.17.0) [2022-05-19T09:37:47.820Z] [2022-05-19T09:37:47.820Z] Server: [2022-05-19T09:37:47.820Z] Containers: 0 [2022-05-19T09:37:47.820Z] Running: 0 [2022-05-19T09:37:47.820Z] Paused: 0 [2022-05-19T09:37:47.820Z] Stopped: 0 [2022-05-19T09:37:47.820Z] Images: 0 [2022-05-19T09:37:47.820Z] Server Version: 20.10.14 [2022-05-19T09:37:47.820Z] Storage Driver: overlay2 [2022-05-19T09:37:47.820Z] Backing Filesystem: extfs [2022-05-19T09:37:47.820Z] Supports d_type: true [2022-05-19T09:37:47.820Z] Native Overlay Diff: true [2022-05-19T09:37:47.820Z] userxattr: false [2022-05-19T09:37:47.820Z] Logging Driver: json-file [2022-05-19T09:37:47.820Z] Cgroup Driver: systemd [2022-05-19T09:37:47.820Z] Cgroup Version: 2 [2022-05-19T09:37:47.820Z] Plugins: [2022-05-19T09:37:47.820Z] Volume: local [2022-05-19T09:37:47.820Z] Network: bridge host ipvlan macvlan null overlay [2022-05-19T09:37:47.820Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-05-19T09:37:47.820Z] Swarm: inactive [2022-05-19T09:37:47.821Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2022-05-19T09:37:47.821Z] Default Runtime: runc [2022-05-19T09:37:47.821Z] Init Binary: docker-init [2022-05-19T09:37:47.821Z] containerd version: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-05-19T09:37:47.821Z] runc version: v1.0.3-0-gf46b6ba [2022-05-19T09:37:47.821Z] init version: de40ad0 [2022-05-19T09:37:47.821Z] Security Options: [2022-05-19T09:37:47.821Z] apparmor [2022-05-19T09:37:47.821Z] seccomp [2022-05-19T09:37:47.821Z] Profile: default [2022-05-19T09:37:47.821Z] cgroupns [2022-05-19T09:37:47.821Z] Kernel Version: 5.13.0-1021-aws [2022-05-19T09:37:47.821Z] Operating System: Ubuntu 20.04.4 LTS [2022-05-19T09:37:47.821Z] OSType: linux [2022-05-19T09:37:47.821Z] Architecture: x86_64 [2022-05-19T09:37:47.821Z] CPUs: 2 [2022-05-19T09:37:47.821Z] Total Memory: 7.559GiB [2022-05-19T09:37:47.821Z] Name: ip-10-100-115-185 [2022-05-19T09:37:47.821Z] ID: MWBM:O2DR:UIIW:N5FR:BUIP:XRQ4:PN4R:3HFS:VMDL:OFU6:ZREW:HRLK [2022-05-19T09:37:47.821Z] Docker Root Dir: /var/lib/docker [2022-05-19T09:37:47.821Z] Debug Mode: false [2022-05-19T09:37:47.821Z] Registry: https://index.docker.io/v1/ [2022-05-19T09:37:47.821Z] Labels: [2022-05-19T09:37:47.821Z] Experimental: true [2022-05-19T09:37:47.821Z] Insecure Registries: [2022-05-19T09:37:47.821Z] 127.0.0.0/8 [2022-05-19T09:37:47.821Z] Live Restore Enabled: true [2022-05-19T09:37:47.821Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2022-05-19T09:37:48.151Z] + docker build --force-rm --build-arg APT_MIRROR --build-arg SYSTEMD=true -t docker:eb9263b44eac3e9bd50515c0177ddc18da06530d . [2022-05-19T09:37:48.411Z] #2 [internal] load .dockerignore [2022-05-19T09:37:48.411Z] #2 sha256:c666b9b569f28663772f98ea0f60db8ca50ad6683e974c4f8011a27e2cbf1c62 [2022-05-19T09:37:48.411Z] #2 transferring context: 145B done [2022-05-19T09:37:48.411Z] #2 DONE 0.1s [2022-05-19T09:37:48.411Z] [2022-05-19T09:37:48.411Z] #1 [internal] load build definition from Dockerfile [2022-05-19T09:37:48.411Z] #1 sha256:98e50b6df4612782b6d8a985adfc6c4b54dbbb4d9e03be6b1f6790acc5e9af10 [2022-05-19T09:37:48.411Z] #1 transferring dockerfile: 17.93kB done [2022-05-19T09:37:48.411Z] #1 DONE 0.2s [2022-05-19T09:37:48.411Z] [2022-05-19T09:37:48.411Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2022-05-19T09:37:48.411Z] #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653 [2022-05-19T09:37:48.980Z] #3 DONE 0.3s [2022-05-19T09:37:48.980Z] [2022-05-19T09:37:48.980Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 [2022-05-19T09:37:48.980Z] #4 sha256:7862c1373501a4a9cd96ccd04641bb1d96c86d034546e74fe74585e3dd12f952 [2022-05-19T09:37:48.980Z] #4 resolve docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 done [2022-05-19T09:37:48.980Z] #4 sha256:93f32bd6dd9004897fed4703191f48924975081860667932a4df35ba567d7426 528B / 528B done [2022-05-19T09:37:48.980Z] #4 sha256:e532695ddd93ca7c85a816c67afdb352e91052fab7ac19a675088f80915779a7 1.21kB / 1.21kB done [2022-05-19T09:37:48.980Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 2.10MB / 9.67MB 0.1s [2022-05-19T09:37:48.980Z] #4 sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 2.00kB / 2.00kB done [2022-05-19T09:37:48.980Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.2s [2022-05-19T09:37:48.980Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.2s done [2022-05-19T09:37:49.239Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 0.1s [2022-05-19T09:37:49.500Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 0.2s done [2022-05-19T09:37:49.500Z] #4 DONE 0.6s [2022-05-19T09:37:49.759Z] [2022-05-19T09:37:49.759Z] #6 [internal] load .dockerignore [2022-05-19T09:37:49.759Z] #6 sha256:23f610939848f0567f12e3b67f4a18aec8173146c84374a014fe056afee48dcd [2022-05-19T09:37:49.759Z] #6 DONE 0.0s [2022-05-19T09:37:49.759Z] [2022-05-19T09:37:49.759Z] #5 [internal] load build definition from Dockerfile [2022-05-19T09:37:49.759Z] #5 sha256:00cb42e5cecb705dbebcf6950873bfb268883f0a6b23cbff47a57ac21e38647e [2022-05-19T09:37:49.759Z] #5 DONE 0.0s [2022-05-19T09:37:49.759Z] [2022-05-19T09:37:49.759Z] #10 [internal] load metadata for docker.io/library/golang:1.18.2-bullseye [2022-05-19T09:37:49.759Z] #10 sha256:bda913637dfc96ae7398e978f5558b8bc08d10fc6fc8d03587819401a102d0a2 [2022-05-19T09:37:50.067Z] Client: Docker Engine - Community [2022-05-19T09:37:50.067Z] Version: 20.10.14 [2022-05-19T09:37:50.067Z] API version: 1.41 [2022-05-19T09:37:50.067Z] Go version: go1.16.15 [2022-05-19T09:37:50.067Z] Git commit: a224086 [2022-05-19T09:37:50.067Z] Built: Thu Mar 24 01:47:57 2022 [2022-05-19T09:37:50.067Z] OS/Arch: linux/amd64 [2022-05-19T09:37:50.067Z] Context: default [2022-05-19T09:37:50.067Z] Experimental: true [2022-05-19T09:37:50.067Z] [2022-05-19T09:37:50.067Z] Server: Docker Engine - Community [2022-05-19T09:37:50.067Z] Engine: [2022-05-19T09:37:50.067Z] Version: 20.10.14 [2022-05-19T09:37:50.067Z] API version: 1.41 (minimum version 1.12) [2022-05-19T09:37:50.067Z] Go version: go1.16.15 [2022-05-19T09:37:50.067Z] Git commit: 87a90dc [2022-05-19T09:37:50.067Z] Built: Thu Mar 24 01:45:46 2022 [2022-05-19T09:37:50.067Z] OS/Arch: linux/amd64 [2022-05-19T09:37:50.067Z] Experimental: true [2022-05-19T09:37:50.067Z] containerd: [2022-05-19T09:37:50.067Z] Version: 1.5.11 [2022-05-19T09:37:50.067Z] GitCommit: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-05-19T09:37:50.067Z] runc: [2022-05-19T09:37:50.067Z] Version: 1.0.3 [2022-05-19T09:37:50.067Z] GitCommit: v1.0.3-0-gf46b6ba [2022-05-19T09:37:50.067Z] docker-init: [2022-05-19T09:37:50.067Z] Version: 0.19.0 [2022-05-19T09:37:50.067Z] GitCommit: de40ad0 [Pipeline] sh [2022-05-19T09:37:50.329Z] #10 DONE 0.6s [2022-05-19T09:37:50.329Z] [2022-05-19T09:37:50.329Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-05-19T09:37:50.329Z] #7 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-05-19T09:37:50.329Z] #7 DONE 0.6s [2022-05-19T09:37:50.329Z] [2022-05-19T09:37:50.329Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-05-19T09:37:50.329Z] #8 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-05-19T09:37:50.329Z] #8 DONE 0.6s [2022-05-19T09:37:50.329Z] [2022-05-19T09:37:50.329Z] #9 [internal] load metadata for docker.io/library/debian:bullseye [2022-05-19T09:37:50.329Z] #9 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e [2022-05-19T09:37:50.329Z] #9 DONE 0.6s [2022-05-19T09:37:50.372Z] + docker info [2022-05-19T09:37:50.590Z] [2022-05-19T09:37:50.590Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:6137c67e2009e881526386c42ba99b3657e4f92f546814a33d35b14e60579777 [2022-05-19T09:37:50.590Z] #28 sha256:7c4be5aae40e15ff58ab956b21209722acec95128fd98f7d1ee6ae271b42511e [2022-05-19T09:37:50.590Z] #28 resolve docker.io/library/debian:bullseye@sha256:6137c67e2009e881526386c42ba99b3657e4f92f546814a33d35b14e60579777 0.1s done [2022-05-19T09:37:50.853Z] #28 sha256:6137c67e2009e881526386c42ba99b3657e4f92f546814a33d35b14e60579777 1.85kB / 1.85kB done [2022-05-19T09:37:50.853Z] #28 sha256:da1a55850480753941bb8aff55935742562aca344adac8544799e6551b4fe802 529B / 529B done [2022-05-19T09:37:50.853Z] #28 sha256:c4905f2a4f97c2c59ee2b37ed16b02a184e0f1f3a378072b6ffa9e94bcb9e431 1.46kB / 1.46kB done [2022-05-19T09:37:51.114Z] #28 sha256:67e8aa6c8bbc76b1f2bccb3864b0887671833b8667dc1f6c965fcb0eac7e6402 1.05MB / 54.95MB 0.2s [2022-05-19T09:37:51.379Z] #28 sha256:67e8aa6c8bbc76b1f2bccb3864b0887671833b8667dc1f6c965fcb0eac7e6402 8.39MB / 54.95MB 0.3s [2022-05-19T09:37:51.379Z] #28 sha256:67e8aa6c8bbc76b1f2bccb3864b0887671833b8667dc1f6c965fcb0eac7e6402 18.87MB / 54.95MB 0.4s [2022-05-19T09:37:51.639Z] #28 sha256:67e8aa6c8bbc76b1f2bccb3864b0887671833b8667dc1f6c965fcb0eac7e6402 25.17MB / 54.95MB 0.5s [2022-05-19T09:37:51.639Z] #28 sha256:67e8aa6c8bbc76b1f2bccb3864b0887671833b8667dc1f6c965fcb0eac7e6402 28.31MB / 54.95MB 0.6s [2022-05-19T09:37:51.639Z] #28 sha256:67e8aa6c8bbc76b1f2bccb3864b0887671833b8667dc1f6c965fcb0eac7e6402 32.51MB / 54.95MB 0.7s [2022-05-19T09:37:51.926Z] #28 sha256:67e8aa6c8bbc76b1f2bccb3864b0887671833b8667dc1f6c965fcb0eac7e6402 39.85MB / 54.95MB 0.9s [2022-05-19T09:37:52.092Z] #78 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 5.1s [2022-05-19T09:37:52.187Z] #28 sha256:67e8aa6c8bbc76b1f2bccb3864b0887671833b8667dc1f6c965fcb0eac7e6402 46.14MB / 54.95MB 1.1s [2022-05-19T09:37:52.187Z] #28 sha256:67e8aa6c8bbc76b1f2bccb3864b0887671833b8667dc1f6c965fcb0eac7e6402 54.95MB / 54.95MB 1.2s [2022-05-19T09:37:52.354Z] #78 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 5.4s done [2022-05-19T09:37:52.354Z] #78 ... [2022-05-19T09:37:52.354Z] [2022-05-19T09:37:52.354Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.2-bullseye@sha256:a966d36a1bdf8769ebfd18eaf1b2cdfc86dfda1a2c61791ccd36ed8237e43a69 [2022-05-19T09:37:52.354Z] #11 sha256:7df3a1c8e8568958516166eeafce9654eaa9d0594d4f96f498d28228ba93e58d [2022-05-19T09:37:52.354Z] #11 resolve docker.io/library/golang:1.18.2-bullseye@sha256:a966d36a1bdf8769ebfd18eaf1b2cdfc86dfda1a2c61791ccd36ed8237e43a69 0.2s done [2022-05-19T09:37:52.354Z] #11 sha256:a966d36a1bdf8769ebfd18eaf1b2cdfc86dfda1a2c61791ccd36ed8237e43a69 1.86kB / 1.86kB done [2022-05-19T09:37:52.354Z] #11 sha256:a9d1f28367890615df70c45ba54ea69a8e95e202517e7114942c2f0449ce1de9 1.80kB / 1.80kB done [2022-05-19T09:37:52.354Z] #11 sha256:7d1902a99d63c7f43a7549a661ce718b563707c0faad5862444423759935f2d6 7.10kB / 7.10kB done [2022-05-19T09:37:52.354Z] #11 sha256:67e8aa6c8bbc76b1f2bccb3864b0887671833b8667dc1f6c965fcb0eac7e6402 54.95MB / 54.95MB 1.7s done [2022-05-19T09:37:52.354Z] #11 sha256:627e6c1e105548ea4a08354eea581f137cf368d91aeb0ad47dcb706fca54fd8b 5.16MB / 5.16MB 0.7s done [2022-05-19T09:37:52.354Z] #11 sha256:0670968926f6461e3135c82ba2c0ad3ebdedc0d0f41b18bda4a1e41104b8be8a 10.88MB / 10.88MB 1.1s done [2022-05-19T09:37:52.354Z] #11 sha256:5a8b0e20be4b4a332bc3d90b9903a5f3c0664b440fd9f1d2a1db0d4b7e6e826b 54.58MB / 54.58MB 3.6s done [2022-05-19T09:37:52.354Z] #11 sha256:10f766b17f5384d63134264ec3a98043d9c8e94795eb1462133ceb2985648921 85.85MB / 85.85MB 4.6s done [2022-05-19T09:37:52.355Z] #11 sha256:21e7497335c1360d6ed9fbe8a27c64abd3a481f4ccc311067ec1c3d7705bb6af 134.22MB / 141.73MB 5.9s [2022-05-19T09:37:52.355Z] #11 sha256:1e452e64228de9a5b7a3c92a199940ee0822ac729805e29e8b15897287aa0470 156B / 156B 3.7s done [2022-05-19T09:37:52.355Z] #11 extracting sha256:67e8aa6c8bbc76b1f2bccb3864b0887671833b8667dc1f6c965fcb0eac7e6402 2.5s [2022-05-19T09:37:52.618Z] #11 ... [2022-05-19T09:37:52.618Z] [2022-05-19T09:37:52.618Z] #78 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-05-19T09:37:52.618Z] #78 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-05-19T09:37:52.618Z] #78 DONE 6.5s [2022-05-19T09:37:52.618Z] [2022-05-19T09:37:52.618Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.2-bullseye@sha256:a966d36a1bdf8769ebfd18eaf1b2cdfc86dfda1a2c61791ccd36ed8237e43a69 [2022-05-19T09:37:52.618Z] #11 sha256:7df3a1c8e8568958516166eeafce9654eaa9d0594d4f96f498d28228ba93e58d [2022-05-19T09:37:52.618Z] #11 ... [2022-05-19T09:37:52.618Z] [2022-05-19T09:37:52.618Z] #31 [internal] load build context [2022-05-19T09:37:52.618Z] #31 sha256:203c8cf5f684622dd5549a71b24279598713be3c668d668bda2729dfad71f93f [2022-05-19T09:37:52.618Z] #31 transferring context: 46.69MB 6.6s [2022-05-19T09:37:52.787Z] #28 ... [2022-05-19T09:37:52.787Z] [2022-05-19T09:37:52.787Z] #49 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-05-19T09:37:52.787Z] #49 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-05-19T09:37:52.787Z] #49 DONE 2.2s [2022-05-19T09:37:52.787Z] [2022-05-19T09:37:52.787Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:6137c67e2009e881526386c42ba99b3657e4f92f546814a33d35b14e60579777 [2022-05-19T09:37:52.787Z] #28 sha256:7c4be5aae40e15ff58ab956b21209722acec95128fd98f7d1ee6ae271b42511e [2022-05-19T09:37:52.787Z] #28 ... [2022-05-19T09:37:52.787Z] [2022-05-19T09:37:52.787Z] #49 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-05-19T09:37:52.787Z] #49 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-05-19T09:37:52.787Z] #49 DONE 0.0s [2022-05-19T09:37:52.787Z] [2022-05-19T09:37:52.787Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:6137c67e2009e881526386c42ba99b3657e4f92f546814a33d35b14e60579777 [2022-05-19T09:37:52.787Z] #28 sha256:7c4be5aae40e15ff58ab956b21209722acec95128fd98f7d1ee6ae271b42511e [2022-05-19T09:37:52.787Z] #28 sha256:67e8aa6c8bbc76b1f2bccb3864b0887671833b8667dc1f6c965fcb0eac7e6402 54.95MB / 54.95MB 1.8s done [2022-05-19T09:37:52.881Z] #31 ... [2022-05-19T09:37:52.882Z] [2022-05-19T09:37:52.882Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.2-bullseye@sha256:a966d36a1bdf8769ebfd18eaf1b2cdfc86dfda1a2c61791ccd36ed8237e43a69 [2022-05-19T09:37:52.882Z] #11 sha256:7df3a1c8e8568958516166eeafce9654eaa9d0594d4f96f498d28228ba93e58d [2022-05-19T09:37:52.882Z] #11 sha256:21e7497335c1360d6ed9fbe8a27c64abd3a481f4ccc311067ec1c3d7705bb6af 141.73MB / 141.73MB 6.4s [2022-05-19T09:37:53.745Z] #28 extracting sha256:67e8aa6c8bbc76b1f2bccb3864b0887671833b8667dc1f6c965fcb0eac7e6402 0.5s [2022-05-19T09:37:53.805Z] Fetching without tags [2022-05-19T09:37:53.682Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-05-19T09:37:53.689Z] > git config --add remote.origin.fetch +refs/pull/43557/head:refs/remotes/origin/PR-43557 # timeout=10 [2022-05-19T09:37:53.723Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-05-19T09:37:53.763Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-05-19T09:37:53.805Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-05-19T09:37:53.806Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-05-19T09:37:53.806Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43557/head:refs/remotes/origin/PR-43557 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-05-19T09:37:54.080Z] Merging remotes/origin/master commit c9d04033d443e359e73e5da58a6b46ec1b8f2373 into PR head commit ce3e2d1955539d6045965312a1249a381f4a2838 [2022-05-19T09:37:54.275Z] #11 ... [2022-05-19T09:37:54.275Z] [2022-05-19T09:37:54.275Z] #31 [internal] load build context [2022-05-19T09:37:54.275Z] #31 sha256:203c8cf5f684622dd5549a71b24279598713be3c668d668bda2729dfad71f93f [2022-05-19T09:37:54.275Z] #31 transferring context: 61.19MB 7.8s done [2022-05-19T09:37:54.275Z] #31 DONE 8.0s [2022-05-19T09:37:54.275Z] [2022-05-19T09:37:54.275Z] #80 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-05-19T09:37:54.275Z] #80 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-05-19T09:37:54.275Z] #80 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.2s done [2022-05-19T09:37:54.275Z] #80 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-05-19T09:37:54.275Z] #80 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done [2022-05-19T09:37:54.275Z] #80 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done [2022-05-19T09:37:54.275Z] #80 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 0.9s done [2022-05-19T09:37:54.275Z] #80 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 5.6s done [2022-05-19T09:37:54.275Z] #80 DONE 7.8s [2022-05-19T09:37:54.275Z] [2022-05-19T09:37:54.275Z] #35 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:6137c67e2009e881526386c42ba99b3657e4f92f546814a33d35b14e60579777 [2022-05-19T09:37:54.275Z] #35 sha256:7c4be5aae40e15ff58ab956b21209722acec95128fd98f7d1ee6ae271b42511e [2022-05-19T09:37:54.275Z] #35 resolve docker.io/library/debian:bullseye@sha256:6137c67e2009e881526386c42ba99b3657e4f92f546814a33d35b14e60579777 0.0s done [2022-05-19T09:37:54.275Z] #35 sha256:da1a55850480753941bb8aff55935742562aca344adac8544799e6551b4fe802 529B / 529B done [2022-05-19T09:37:54.275Z] #35 sha256:6137c67e2009e881526386c42ba99b3657e4f92f546814a33d35b14e60579777 1.85kB / 1.85kB done [2022-05-19T09:37:54.275Z] #35 sha256:c4905f2a4f97c2c59ee2b37ed16b02a184e0f1f3a378072b6ffa9e94bcb9e431 1.46kB / 1.46kB done [2022-05-19T09:37:54.275Z] #35 sha256:67e8aa6c8bbc76b1f2bccb3864b0887671833b8667dc1f6c965fcb0eac7e6402 54.95MB / 54.95MB 2.0s done [2022-05-19T09:37:54.850Z] Commit message: "Merge commit 'c9d04033d443e359e73e5da58a6b46ec1b8f2373' into HEAD" [2022-05-19T09:37:54.994Z] First time build. Skipping changelog. [2022-05-19T09:37:55.220Z] #35 ... [2022-05-19T09:37:55.220Z] [2022-05-19T09:37:55.220Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.2-bullseye@sha256:a966d36a1bdf8769ebfd18eaf1b2cdfc86dfda1a2c61791ccd36ed8237e43a69 [2022-05-19T09:37:55.220Z] #11 sha256:7df3a1c8e8568958516166eeafce9654eaa9d0594d4f96f498d28228ba93e58d [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-05-19T09:37:56.123Z] Merge succeeded, producing fd587901ca6aca2b45ed0fa0aec48fbad7f02002 [2022-05-19T09:37:56.124Z] Checking out Revision fd587901ca6aca2b45ed0fa0aec48fbad7f02002 (PR-43557) [2022-05-19T09:37:56.282Z] #28 ... [2022-05-19T09:37:56.282Z] [2022-05-19T09:37:56.282Z] #71 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-05-19T09:37:56.282Z] #71 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-05-19T09:37:56.282Z] #71 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done [2022-05-19T09:37:56.282Z] #71 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-05-19T09:37:56.282Z] #71 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done [2022-05-19T09:37:56.282Z] #71 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done [2022-05-19T09:37:56.282Z] #71 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 0.7s done [2022-05-19T09:37:56.283Z] #71 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 2.9s done [2022-05-19T09:37:56.283Z] #71 DONE 5.7s [2022-05-19T09:37:56.283Z] [2022-05-19T09:37:56.283Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:6137c67e2009e881526386c42ba99b3657e4f92f546814a33d35b14e60579777 [2022-05-19T09:37:56.283Z] #28 sha256:7c4be5aae40e15ff58ab956b21209722acec95128fd98f7d1ee6ae271b42511e [2022-05-19T09:37:54.083Z] > git config core.sparsecheckout # timeout=10 [2022-05-19T09:37:54.109Z] > git checkout -f ce3e2d1955539d6045965312a1249a381f4a2838 # timeout=10 [2022-05-19T09:37:54.860Z] > git remote # timeout=10 [2022-05-19T09:37:54.899Z] > git config --get remote.origin.url # timeout=10 [2022-05-19T09:37:54.932Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-05-19T09:37:54.933Z] > git merge c9d04033d443e359e73e5da58a6b46ec1b8f2373 # timeout=10 [2022-05-19T09:37:56.099Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-05-19T09:37:56.117Z] > git config core.sparsecheckout # timeout=10 [2022-05-19T09:37:56.136Z] > git checkout -f fd587901ca6aca2b45ed0fa0aec48fbad7f02002 # timeout=10 [2022-05-19T09:37:57.139Z] #11 ... [2022-05-19T09:37:57.139Z] [2022-05-19T09:37:57.139Z] #79 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-05-19T09:37:57.139Z] #79 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2022-05-19T09:37:57.139Z] #79 DONE 0.5s [2022-05-19T09:37:57.139Z] [2022-05-19T09:37:57.139Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.2-bullseye@sha256:a966d36a1bdf8769ebfd18eaf1b2cdfc86dfda1a2c61791ccd36ed8237e43a69 [2022-05-19T09:37:57.139Z] #11 sha256:7df3a1c8e8568958516166eeafce9654eaa9d0594d4f96f498d28228ba93e58d [2022-05-19T09:37:57.139Z] #11 extracting sha256:627e6c1e105548ea4a08354eea581f137cf368d91aeb0ad47dcb706fca54fd8b 0.1s [2022-05-19T09:37:57.218Z] #28 ... [2022-05-19T09:37:57.218Z] [2022-05-19T09:37:57.218Z] #73 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-05-19T09:37:57.218Z] #73 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-05-19T09:37:57.218Z] #73 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done [2022-05-19T09:37:57.218Z] #73 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-05-19T09:37:57.218Z] #73 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done [2022-05-19T09:37:57.218Z] #73 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done [2022-05-19T09:37:57.218Z] #73 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 0.6s done [2022-05-19T09:37:57.218Z] #73 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 4.0s done [2022-05-19T09:37:57.218Z] #73 DONE 6.8s [2022-05-19T09:37:57.218Z] [2022-05-19T09:37:57.218Z] #24 [internal] load build context [2022-05-19T09:37:57.218Z] #24 sha256:3fd3e927125878faa37a81cf9b2c9e13e8463251ec081852fc75d957eadd223f [2022-05-19T09:37:57.218Z] #24 transferring context: 61.17MB 5.6s done [2022-05-19T09:37:57.218Z] #24 DONE 6.9s [2022-05-19T09:37:57.404Z] #11 ... [2022-05-19T09:37:57.404Z] [2022-05-19T09:37:57.404Z] #35 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:6137c67e2009e881526386c42ba99b3657e4f92f546814a33d35b14e60579777 [2022-05-19T09:37:57.404Z] #35 sha256:7c4be5aae40e15ff58ab956b21209722acec95128fd98f7d1ee6ae271b42511e [2022-05-19T09:37:57.404Z] #35 extracting sha256:67e8aa6c8bbc76b1f2bccb3864b0887671833b8667dc1f6c965fcb0eac7e6402 8.4s done [2022-05-19T09:37:57.404Z] #35 DONE 11.3s [2022-05-19T09:37:57.404Z] [2022-05-19T09:37:57.404Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.2-bullseye@sha256:a966d36a1bdf8769ebfd18eaf1b2cdfc86dfda1a2c61791ccd36ed8237e43a69 [2022-05-19T09:37:57.404Z] #11 sha256:7df3a1c8e8568958516166eeafce9654eaa9d0594d4f96f498d28228ba93e58d [2022-05-19T09:37:57.476Z] [2022-05-19T09:37:57.476Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.2-bullseye@sha256:a966d36a1bdf8769ebfd18eaf1b2cdfc86dfda1a2c61791ccd36ed8237e43a69 [2022-05-19T09:37:57.476Z] #11 sha256:7df3a1c8e8568958516166eeafce9654eaa9d0594d4f96f498d28228ba93e58d [2022-05-19T09:37:57.476Z] #11 resolve docker.io/library/golang:1.18.2-bullseye@sha256:a966d36a1bdf8769ebfd18eaf1b2cdfc86dfda1a2c61791ccd36ed8237e43a69 0.1s done [2022-05-19T09:37:57.476Z] #11 sha256:a966d36a1bdf8769ebfd18eaf1b2cdfc86dfda1a2c61791ccd36ed8237e43a69 1.86kB / 1.86kB done [2022-05-19T09:37:57.476Z] #11 sha256:a9d1f28367890615df70c45ba54ea69a8e95e202517e7114942c2f0449ce1de9 1.80kB / 1.80kB done [2022-05-19T09:37:57.476Z] #11 sha256:7d1902a99d63c7f43a7549a661ce718b563707c0faad5862444423759935f2d6 7.10kB / 7.10kB done [2022-05-19T09:37:57.476Z] #11 sha256:67e8aa6c8bbc76b1f2bccb3864b0887671833b8667dc1f6c965fcb0eac7e6402 54.95MB / 54.95MB 1.9s done [2022-05-19T09:37:57.476Z] #11 sha256:627e6c1e105548ea4a08354eea581f137cf368d91aeb0ad47dcb706fca54fd8b 5.16MB / 5.16MB 2.1s done [2022-05-19T09:37:57.476Z] #11 sha256:0670968926f6461e3135c82ba2c0ad3ebdedc0d0f41b18bda4a1e41104b8be8a 10.88MB / 10.88MB 1.3s done [2022-05-19T09:37:57.476Z] #11 sha256:21e7497335c1360d6ed9fbe8a27c64abd3a481f4ccc311067ec1c3d7705bb6af 141.73MB / 141.73MB 6.3s [2022-05-19T09:37:57.476Z] #11 sha256:10f766b17f5384d63134264ec3a98043d9c8e94795eb1462133ceb2985648921 85.85MB / 85.85MB 5.3s done [2022-05-19T09:37:57.476Z] #11 sha256:5a8b0e20be4b4a332bc3d90b9903a5f3c0664b440fd9f1d2a1db0d4b7e6e826b 54.58MB / 54.58MB 4.4s done [2022-05-19T09:37:57.476Z] #11 sha256:1e452e64228de9a5b7a3c92a199940ee0822ac729805e29e8b15897287aa0470 156B / 156B 4.6s done [2022-05-19T09:37:57.925Z] Commit message: "Merge commit 'c9d04033d443e359e73e5da58a6b46ec1b8f2373' into HEAD" [2022-05-19T09:37:57.977Z] #11 extracting sha256:627e6c1e105548ea4a08354eea581f137cf368d91aeb0ad47dcb706fca54fd8b 0.6s done [2022-05-19T09:37:54.889Z] > git rev-list --no-walk 066cb30e238872509bb7f481de7932c8d47ced67 # timeout=10 [2022-05-19T09:37:58.066Z] First time build. Skipping changelog. [2022-05-19T09:37:57.965Z] > git rev-list --no-walk 066cb30e238872509bb7f481de7932c8d47ced67 # timeout=10 [2022-05-19T09:37:58.414Z] #11 extracting sha256:67e8aa6c8bbc76b1f2bccb3864b0887671833b8667dc1f6c965fcb0eac7e6402 5.3s done [2022-05-19T09:37:58.414Z] #11 ... [2022-05-19T09:37:58.414Z] [2022-05-19T09:37:58.414Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:6137c67e2009e881526386c42ba99b3657e4f92f546814a33d35b14e60579777 [2022-05-19T09:37:58.414Z] #28 sha256:7c4be5aae40e15ff58ab956b21209722acec95128fd98f7d1ee6ae271b42511e [2022-05-19T09:37:58.414Z] #28 DONE 8.0s [2022-05-19T09:37:58.414Z] [2022-05-19T09:37:58.414Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.2-bullseye@sha256:a966d36a1bdf8769ebfd18eaf1b2cdfc86dfda1a2c61791ccd36ed8237e43a69 [2022-05-19T09:37:58.414Z] #11 sha256:7df3a1c8e8568958516166eeafce9654eaa9d0594d4f96f498d28228ba93e58d [2022-05-19T09:37:58.414Z] #11 extracting sha256:627e6c1e105548ea4a08354eea581f137cf368d91aeb0ad47dcb706fca54fd8b [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [2022-05-19T09:37:58.455Z] + docker version [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-05-19T09:37:58.551Z] #11 ... [2022-05-19T09:37:58.551Z] [2022-05-19T09:37:58.551Z] #81 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-05-19T09:37:58.551Z] #81 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2022-05-19T09:37:58.551Z] #81 DONE 1.4s [2022-05-19T09:37:58.551Z] [2022-05-19T09:37:58.551Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.2-bullseye@sha256:a966d36a1bdf8769ebfd18eaf1b2cdfc86dfda1a2c61791ccd36ed8237e43a69 [2022-05-19T09:37:58.551Z] #11 sha256:7df3a1c8e8568958516166eeafce9654eaa9d0594d4f96f498d28228ba93e58d [2022-05-19T09:37:58.551Z] #11 extracting sha256:0670968926f6461e3135c82ba2c0ad3ebdedc0d0f41b18bda4a1e41104b8be8a [2022-05-19T09:37:58.983Z] #11 extracting sha256:627e6c1e105548ea4a08354eea581f137cf368d91aeb0ad47dcb706fca54fd8b 0.5s done [2022-05-19T09:37:59.243Z] #11 extracting sha256:0670968926f6461e3135c82ba2c0ad3ebdedc0d0f41b18bda4a1e41104b8be8a [2022-05-19T09:37:59.495Z] #11 extracting sha256:0670968926f6461e3135c82ba2c0ad3ebdedc0d0f41b18bda4a1e41104b8be8a 0.9s done [2022-05-19T09:37:59.502Z] #11 ... [2022-05-19T09:37:59.502Z] [2022-05-19T09:37:59.502Z] #72 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-05-19T09:37:59.502Z] #72 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2022-05-19T09:37:59.502Z] #72 DONE 0.5s [2022-05-19T09:37:59.502Z] [2022-05-19T09:37:59.502Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.2-bullseye@sha256:a966d36a1bdf8769ebfd18eaf1b2cdfc86dfda1a2c61791ccd36ed8237e43a69 [2022-05-19T09:37:59.502Z] #11 sha256:7df3a1c8e8568958516166eeafce9654eaa9d0594d4f96f498d28228ba93e58d [2022-05-19T09:37:59.756Z] #11 extracting sha256:5a8b0e20be4b4a332bc3d90b9903a5f3c0664b440fd9f1d2a1db0d4b7e6e826b [2022-05-19T09:37:59.761Z] #11 extracting sha256:0670968926f6461e3135c82ba2c0ad3ebdedc0d0f41b18bda4a1e41104b8be8a 0.4s done [2022-05-19T09:38:00.020Z] #11 extracting sha256:5a8b0e20be4b4a332bc3d90b9903a5f3c0664b440fd9f1d2a1db0d4b7e6e826b [2022-05-19T09:38:00.224Z] Commit message: "Merge commit 'c9d04033d443e359e73e5da58a6b46ec1b8f2373' into HEAD" [2022-05-19T09:38:00.256Z] First time build. Skipping changelog. [2022-05-19T09:38:00.279Z] #11 ... [2022-05-19T09:38:00.279Z] [2022-05-19T09:38:00.279Z] #74 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-05-19T09:38:00.279Z] #74 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2022-05-19T09:38:00.279Z] #74 DONE 0.9s [2022-05-19T09:38:00.279Z] [2022-05-19T09:38:00.279Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.2-bullseye@sha256:a966d36a1bdf8769ebfd18eaf1b2cdfc86dfda1a2c61791ccd36ed8237e43a69 [2022-05-19T09:38:00.279Z] #11 sha256:7df3a1c8e8568958516166eeafce9654eaa9d0594d4f96f498d28228ba93e58d [2022-05-19T09:38:00.360Z] Client: [2022-05-19T09:38:00.360Z] Context: default [2022-05-19T09:38:00.360Z] Debug Mode: false [2022-05-19T09:38:00.360Z] Plugins: [2022-05-19T09:38:00.360Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2022-05-19T09:38:00.360Z] buildx: Docker Buildx (Docker Inc., v0.8.1-docker) [2022-05-19T09:38:00.360Z] compose: Docker Compose (Docker Inc., v2.4.1) [2022-05-19T09:38:00.360Z] scan: Docker Scan (Docker Inc., v0.17.0) [2022-05-19T09:38:00.360Z] [2022-05-19T09:38:00.360Z] Server: [2022-05-19T09:38:00.360Z] Containers: 0 [2022-05-19T09:38:00.360Z] Running: 0 [2022-05-19T09:38:00.360Z] Paused: 0 [2022-05-19T09:38:00.360Z] Stopped: 0 [2022-05-19T09:38:00.360Z] Images: 0 [2022-05-19T09:38:00.360Z] Server Version: 20.10.14 [2022-05-19T09:38:00.360Z] Storage Driver: overlay2 [2022-05-19T09:38:00.360Z] Backing Filesystem: extfs [2022-05-19T09:38:00.360Z] Supports d_type: true [2022-05-19T09:38:00.360Z] Native Overlay Diff: true [2022-05-19T09:38:00.360Z] userxattr: false [2022-05-19T09:38:00.360Z] Logging Driver: json-file [2022-05-19T09:38:00.360Z] Cgroup Driver: cgroupfs [2022-05-19T09:38:00.360Z] Cgroup Version: 1 [2022-05-19T09:38:00.360Z] Plugins: [2022-05-19T09:38:00.360Z] Volume: local [2022-05-19T09:38:00.360Z] Network: bridge host ipvlan macvlan null overlay [2022-05-19T09:38:00.360Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-05-19T09:38:00.360Z] Swarm: inactive [2022-05-19T09:38:00.360Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2022-05-19T09:38:00.360Z] Default Runtime: runc [2022-05-19T09:38:00.360Z] Init Binary: docker-init [2022-05-19T09:38:00.360Z] containerd version: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-05-19T09:38:00.360Z] runc version: v1.0.3-0-gf46b6ba [2022-05-19T09:38:00.360Z] init version: de40ad0 [2022-05-19T09:38:00.360Z] Security Options: [2022-05-19T09:38:00.360Z] apparmor [2022-05-19T09:38:00.360Z] seccomp [2022-05-19T09:38:00.360Z] Profile: default [2022-05-19T09:38:00.360Z] Kernel Version: 5.4.0-1071-aws [2022-05-19T09:38:00.360Z] Operating System: Ubuntu 18.04.6 LTS [2022-05-19T09:38:00.360Z] OSType: linux [2022-05-19T09:38:00.360Z] Architecture: x86_64 [2022-05-19T09:38:00.360Z] CPUs: 8 [2022-05-19T09:38:00.360Z] Total Memory: 30.91GiB [2022-05-19T09:38:00.360Z] Name: ip-10-100-105-133 [2022-05-19T09:38:00.360Z] ID: ONCX:MW46:2H33:HIY4:EEUI:IR6Y:XJIK:4AKR:PRKS:I4A7:QBPF:SHJW [2022-05-19T09:38:00.360Z] Docker Root Dir: /var/lib/docker [2022-05-19T09:38:00.360Z] Debug Mode: false [2022-05-19T09:38:00.360Z] Registry: https://index.docker.io/v1/ [2022-05-19T09:38:00.360Z] Labels: [2022-05-19T09:38:00.360Z] Experimental: true [2022-05-19T09:38:00.360Z] Insecure Registries: [2022-05-19T09:38:00.360Z] 127.0.0.0/8 [2022-05-19T09:38:00.360Z] Live Restore Enabled: true [2022-05-19T09:38:00.360Z] [2022-05-19T09:38:00.360Z] WARNING: No swap limit support [Pipeline] sh [Pipeline] withEnv [Pipeline] { [2022-05-19T09:38:00.645Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-05-19T09:38:00.646Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-05-19T09:38:00.646Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-43557/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh [2022-05-19T09:38:00.646Z] + bash /home/ubuntu/workspace/moby_PR-43557/check-config.sh [2022-05-19T09:38:00.646Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2022-05-19T09:38:00.646Z] info: reading kernel config from /boot/config-5.4.0-1071-aws ... [2022-05-19T09:38:00.646Z] [2022-05-19T09:38:00.646Z] Generally Necessary: [2022-05-19T09:38:00.646Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2022-05-19T09:38:00.646Z] - apparmor: enabled and tools installed [2022-05-19T09:38:00.646Z] - CONFIG_NAMESPACES: enabled [2022-05-19T09:38:00.646Z] - CONFIG_NET_NS: enabled [2022-05-19T09:38:00.646Z] - CONFIG_PID_NS: enabled [2022-05-19T09:38:00.646Z] - CONFIG_IPC_NS: enabled [2022-05-19T09:38:00.646Z] - CONFIG_UTS_NS: enabled [2022-05-19T09:38:00.646Z] - CONFIG_CGROUPS: enabled [2022-05-19T09:38:00.646Z] - CONFIG_CGROUP_CPUACCT: enabled [2022-05-19T09:38:00.646Z] - CONFIG_CGROUP_DEVICE: enabled [2022-05-19T09:38:00.646Z] - CONFIG_CGROUP_FREEZER: enabled [2022-05-19T09:38:00.646Z] - CONFIG_CGROUP_SCHED: enabled [2022-05-19T09:38:00.646Z] - CONFIG_CPUSETS: enabled [2022-05-19T09:38:00.646Z] - CONFIG_MEMCG: enabled [2022-05-19T09:38:00.646Z] - CONFIG_KEYS: enabled [2022-05-19T09:38:00.646Z] - CONFIG_VETH: enabled (as module) [2022-05-19T09:38:00.646Z] - CONFIG_BRIDGE: enabled (as module) [2022-05-19T09:38:00.646Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2022-05-19T09:38:00.646Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2022-05-19T09:38:00.646Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2022-05-19T09:38:00.646Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2022-05-19T09:38:00.646Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2022-05-19T09:38:00.646Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2022-05-19T09:38:00.646Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2022-05-19T09:38:00.646Z] - CONFIG_IP_NF_NAT: enabled (as module) [2022-05-19T09:38:00.646Z] - CONFIG_NF_NAT: enabled (as module) [2022-05-19T09:38:00.646Z] - CONFIG_POSIX_MQUEUE: enabled [2022-05-19T09:38:00.646Z] - CONFIG_CGROUP_BPF: enabled [2022-05-19T09:38:00.646Z] [2022-05-19T09:38:00.646Z] Optional Features: [2022-05-19T09:38:00.646Z] - CONFIG_USER_NS: enabled [2022-05-19T09:38:00.646Z] - CONFIG_SECCOMP: enabled [2022-05-19T09:38:00.646Z] - CONFIG_SECCOMP_FILTER: enabled [2022-05-19T09:38:00.646Z] - CONFIG_CGROUP_PIDS: enabled [2022-05-19T09:38:00.646Z] - CONFIG_MEMCG_SWAP: enabled [2022-05-19T09:38:00.646Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-05-19T09:38:00.905Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2022-05-19T09:38:00.905Z] - CONFIG_BLK_CGROUP: enabled [2022-05-19T09:38:00.905Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2022-05-19T09:38:00.905Z] - CONFIG_CGROUP_PERF: enabled [2022-05-19T09:38:00.905Z] - CONFIG_CGROUP_HUGETLB: enabled [2022-05-19T09:38:00.905Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2022-05-19T09:38:00.905Z] - CONFIG_CGROUP_NET_PRIO: enabled [2022-05-19T09:38:00.905Z] - CONFIG_CFS_BANDWIDTH: enabled [2022-05-19T09:38:00.905Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2022-05-19T09:38:00.905Z] - CONFIG_RT_GROUP_SCHED: missing [2022-05-19T09:38:00.905Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2022-05-19T09:38:00.905Z] - CONFIG_IP_VS: enabled (as module) [2022-05-19T09:38:00.905Z] - CONFIG_IP_VS_NFCT: enabled [2022-05-19T09:38:00.905Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2022-05-19T09:38:00.905Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2022-05-19T09:38:00.905Z] - CONFIG_IP_VS_RR: enabled (as module) [2022-05-19T09:38:00.905Z] - CONFIG_SECURITY_SELINUX: enabled [2022-05-19T09:38:00.905Z] - CONFIG_SECURITY_APPARMOR: enabled [2022-05-19T09:38:00.905Z] - CONFIG_EXT4_FS: enabled [2022-05-19T09:38:00.905Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2022-05-19T09:38:00.905Z] - CONFIG_EXT4_FS_SECURITY: enabled [2022-05-19T09:38:00.905Z] - Network Drivers: [2022-05-19T09:38:00.905Z] - "overlay": [2022-05-19T09:38:00.905Z] - CONFIG_VXLAN: enabled (as module) [2022-05-19T09:38:00.905Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2022-05-19T09:38:00.905Z] Optional (for encrypted networks): [2022-05-19T09:38:00.905Z] - CONFIG_CRYPTO: enabled [2022-05-19T09:38:00.905Z] - CONFIG_CRYPTO_AEAD: enabled [2022-05-19T09:38:00.905Z] - CONFIG_CRYPTO_GCM: enabled [2022-05-19T09:38:00.905Z] - CONFIG_CRYPTO_SEQIV: enabled [2022-05-19T09:38:00.905Z] - CONFIG_CRYPTO_GHASH: enabled [2022-05-19T09:38:00.905Z] - CONFIG_XFRM: enabled [2022-05-19T09:38:00.905Z] - CONFIG_XFRM_USER: enabled (as module) [2022-05-19T09:38:00.905Z] - CONFIG_XFRM_ALGO: enabled (as module) [2022-05-19T09:38:00.905Z] - CONFIG_INET_ESP: enabled (as module) [2022-05-19T09:38:00.905Z] - "ipvlan": [2022-05-19T09:38:00.905Z] - CONFIG_IPVLAN: enabled (as module) [2022-05-19T09:38:00.905Z] - "macvlan": [2022-05-19T09:38:00.905Z] - CONFIG_MACVLAN: enabled (as module) [2022-05-19T09:38:00.905Z] - CONFIG_DUMMY: enabled (as module) [2022-05-19T09:38:00.905Z] - "ftp,tftp client in container": [2022-05-19T09:38:00.905Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2022-05-19T09:38:00.905Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2022-05-19T09:38:00.905Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2022-05-19T09:38:00.905Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2022-05-19T09:38:00.905Z] - Storage Drivers: [2022-05-19T09:38:00.905Z] - "aufs": [2022-05-19T09:38:00.905Z] - CONFIG_AUFS_FS: enabled (as module) [2022-05-19T09:38:00.905Z] - "btrfs": [2022-05-19T09:38:00.905Z] - CONFIG_BTRFS_FS: enabled (as module) [2022-05-19T09:38:00.905Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2022-05-19T09:38:00.905Z] - "devicemapper": [2022-05-19T09:38:00.905Z] - CONFIG_BLK_DEV_DM: enabled [2022-05-19T09:38:00.905Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2022-05-19T09:38:00.905Z] - "overlay": [2022-05-19T09:38:01.164Z] - CONFIG_OVERLAY_FS: enabled (as module) [2022-05-19T09:38:01.164Z] - "zfs": [2022-05-19T09:38:01.164Z] - /dev/zfs: present [2022-05-19T09:38:01.164Z] - zfs command: missing [2022-05-19T09:38:01.164Z] - zpool command: missing [2022-05-19T09:38:01.164Z] [2022-05-19T09:38:01.164Z] Limits: [2022-05-19T09:38:01.164Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2022-05-19T09:38:01.164Z] [2022-05-19T09:38:01.164Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [2022-05-19T09:38:01.226Z] + docker version [Pipeline] sh [2022-05-19T09:38:01.335Z] + docker version [2022-05-19T09:38:01.505Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:5771492202ac285e0d66c5475d023074f14d5ac2 . [2022-05-19T09:38:01.505Z] #2 [internal] load .dockerignore [2022-05-19T09:38:01.505Z] #2 sha256:884e9fa85be8b806593b5fb2db36909ce0c3c4b0ebb5d8cc91dde761b226d307 [2022-05-19T09:38:00.220Z] > git rev-list --no-walk 066cb30e238872509bb7f481de7932c8d47ced67 # timeout=10 [2022-05-19T09:38:01.764Z] #2 transferring context: 145B done [2022-05-19T09:38:01.764Z] #2 DONE 0.2s [2022-05-19T09:38:01.764Z] [2022-05-19T09:38:01.764Z] #1 [internal] load build definition from Dockerfile [2022-05-19T09:38:01.764Z] #1 sha256:fe0324a6ef52e26752c7e9dad137f80aeea2fde853451d2c5e6b3e8c358cb215 [2022-05-19T09:38:01.764Z] #1 transferring dockerfile: 17.93kB done [2022-05-19T09:38:01.764Z] #1 DONE 0.3s [2022-05-19T09:38:01.764Z] [2022-05-19T09:38:01.764Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2022-05-19T09:38:01.764Z] #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653 [2022-05-19T09:38:02.023Z] #3 DONE 0.4s [2022-05-19T09:38:02.282Z] [2022-05-19T09:38:02.282Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 [2022-05-19T09:38:02.282Z] #4 sha256:7862c1373501a4a9cd96ccd04641bb1d96c86d034546e74fe74585e3dd12f952 [2022-05-19T09:38:02.282Z] #4 resolve docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 done [2022-05-19T09:38:02.282Z] #4 sha256:e532695ddd93ca7c85a816c67afdb352e91052fab7ac19a675088f80915779a7 1.21kB / 1.21kB done [2022-05-19T09:38:02.282Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 2.10MB / 9.67MB 0.1s [2022-05-19T09:38:02.282Z] #4 sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 2.00kB / 2.00kB done [2022-05-19T09:38:02.282Z] #4 sha256:93f32bd6dd9004897fed4703191f48924975081860667932a4df35ba567d7426 528B / 528B done [2022-05-19T09:38:02.282Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.2s [2022-05-19T09:38:02.541Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.3s done [2022-05-19T09:38:02.541Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 0.1s [2022-05-19T09:38:02.541Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 0.2s done [2022-05-19T09:38:02.541Z] #4 DONE 0.5s [2022-05-19T09:38:03.110Z] [2022-05-19T09:38:03.110Z] #5 [internal] load build definition from Dockerfile [2022-05-19T09:38:03.110Z] #5 sha256:69f31dd067c8b3d787fa66140df2c96efce2764055cf8ffb859b6859946008fc [2022-05-19T09:38:03.110Z] #5 DONE 0.0s [2022-05-19T09:38:03.110Z] [2022-05-19T09:38:03.110Z] #6 [internal] load .dockerignore [2022-05-19T09:38:03.110Z] #6 sha256:c89bce8df54cee7f9256b9852ea6a93a6cc1e8a09c8ea6da3e331de567db4c59 [2022-05-19T09:38:03.110Z] #6 DONE 0.0s [2022-05-19T09:38:03.110Z] [2022-05-19T09:38:03.110Z] #10 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-05-19T09:38:03.110Z] #10 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-05-19T09:38:03.678Z] #10 DONE 0.7s [2022-05-19T09:38:03.678Z] [2022-05-19T09:38:03.678Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-05-19T09:38:03.678Z] #9 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-05-19T09:38:03.678Z] #9 DONE 0.7s [2022-05-19T09:38:03.678Z] [2022-05-19T09:38:03.678Z] #7 [internal] load metadata for docker.io/library/golang:1.18.2-bullseye [2022-05-19T09:38:03.678Z] #7 sha256:bda913637dfc96ae7398e978f5558b8bc08d10fc6fc8d03587819401a102d0a2 [2022-05-19T09:38:03.678Z] #7 DONE 0.7s [2022-05-19T09:38:03.678Z] [2022-05-19T09:38:03.678Z] #8 [internal] load metadata for docker.io/library/debian:bullseye [2022-05-19T09:38:03.678Z] #8 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e [2022-05-19T09:38:03.678Z] #8 DONE 0.8s [2022-05-19T09:38:04.510Z] Client: Docker Engine - Community [2022-05-19T09:38:04.510Z] Version: 20.10.14 [2022-05-19T09:38:04.510Z] API version: 1.41 [2022-05-19T09:38:04.510Z] Go version: go1.16.15 [2022-05-19T09:38:04.510Z] Git commit: a224086 [2022-05-19T09:38:04.510Z] Built: Thu Mar 24 01:47:57 2022 [2022-05-19T09:38:04.510Z] OS/Arch: linux/amd64 [2022-05-19T09:38:04.510Z] Context: default [2022-05-19T09:38:04.510Z] Experimental: true [2022-05-19T09:38:04.510Z] [2022-05-19T09:38:04.510Z] Server: Docker Engine - Community [2022-05-19T09:38:04.510Z] Engine: [2022-05-19T09:38:04.510Z] Version: 20.10.14 [2022-05-19T09:38:04.510Z] API version: 1.41 (minimum version 1.12) [2022-05-19T09:38:04.510Z] Go version: go1.16.15 [2022-05-19T09:38:04.510Z] Git commit: 87a90dc [2022-05-19T09:38:04.510Z] Built: Thu Mar 24 01:45:46 2022 [2022-05-19T09:38:04.510Z] OS/Arch: linux/amd64 [2022-05-19T09:38:04.510Z] Experimental: true [2022-05-19T09:38:04.510Z] containerd: [2022-05-19T09:38:04.510Z] Version: 1.5.11 [2022-05-19T09:38:04.510Z] GitCommit: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-05-19T09:38:04.510Z] runc: [2022-05-19T09:38:04.510Z] Version: 1.0.3 [2022-05-19T09:38:04.510Z] GitCommit: v1.0.3-0-gf46b6ba [2022-05-19T09:38:04.510Z] docker-init: [2022-05-19T09:38:04.510Z] Version: 0.19.0 [2022-05-19T09:38:04.510Z] GitCommit: de40ad0 [Pipeline] sh [2022-05-19T09:38:04.659Z] using credential docker-jenkins-github-credentials [2022-05-19T09:38:04.741Z] Cloning the remote Git repository [2022-05-19T09:38:04.741Z] Cloning with configured refspecs honoured and without tags [2022-05-19T09:38:04.870Z] + docker info [2022-05-19T09:38:05.058Z] #11 extracting sha256:5a8b0e20be4b4a332bc3d90b9903a5f3c0664b440fd9f1d2a1db0d4b7e6e826b 5.0s [2022-05-19T09:38:05.566Z] #11 extracting sha256:5a8b0e20be4b4a332bc3d90b9903a5f3c0664b440fd9f1d2a1db0d4b7e6e826b 4.7s done [2022-05-19T09:38:05.566Z] #11 extracting sha256:10f766b17f5384d63134264ec3a98043d9c8e94795eb1462133ceb2985648921 [2022-05-19T09:38:06.214Z] [2022-05-19T09:38:06.214Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:6137c67e2009e881526386c42ba99b3657e4f92f546814a33d35b14e60579777 [2022-05-19T09:38:06.214Z] #28 sha256:7c4be5aae40e15ff58ab956b21209722acec95128fd98f7d1ee6ae271b42511e [2022-05-19T09:38:06.214Z] #28 resolve docker.io/library/debian:bullseye@sha256:6137c67e2009e881526386c42ba99b3657e4f92f546814a33d35b14e60579777 0.0s done [2022-05-19T09:38:06.214Z] #28 sha256:6137c67e2009e881526386c42ba99b3657e4f92f546814a33d35b14e60579777 1.85kB / 1.85kB done [2022-05-19T09:38:06.214Z] #28 sha256:da1a55850480753941bb8aff55935742562aca344adac8544799e6551b4fe802 529B / 529B done [2022-05-19T09:38:06.214Z] #28 sha256:c4905f2a4f97c2c59ee2b37ed16b02a184e0f1f3a378072b6ffa9e94bcb9e431 1.46kB / 1.46kB done [2022-05-19T09:38:06.214Z] #28 sha256:67e8aa6c8bbc76b1f2bccb3864b0887671833b8667dc1f6c965fcb0eac7e6402 0B / 54.95MB 0.2s [2022-05-19T09:38:06.214Z] #28 sha256:67e8aa6c8bbc76b1f2bccb3864b0887671833b8667dc1f6c965fcb0eac7e6402 4.19MB / 54.95MB 0.3s [2022-05-19T09:38:06.214Z] #28 sha256:67e8aa6c8bbc76b1f2bccb3864b0887671833b8667dc1f6c965fcb0eac7e6402 17.83MB / 54.95MB 0.4s [2022-05-19T09:38:06.214Z] #28 ... [2022-05-19T09:38:06.214Z] [2022-05-19T09:38:06.214Z] #49 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-05-19T09:38:06.214Z] #49 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-05-19T09:38:06.214Z] #49 DONE 0.0s [2022-05-19T09:38:06.214Z] [2022-05-19T09:38:06.214Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:6137c67e2009e881526386c42ba99b3657e4f92f546814a33d35b14e60579777 [2022-05-19T09:38:06.214Z] #28 sha256:7c4be5aae40e15ff58ab956b21209722acec95128fd98f7d1ee6ae271b42511e [2022-05-19T09:38:06.214Z] #28 sha256:67e8aa6c8bbc76b1f2bccb3864b0887671833b8667dc1f6c965fcb0eac7e6402 32.51MB / 54.95MB 0.5s [2022-05-19T09:38:06.478Z] #28 sha256:67e8aa6c8bbc76b1f2bccb3864b0887671833b8667dc1f6c965fcb0eac7e6402 41.94MB / 54.95MB 0.6s [2022-05-19T09:38:06.478Z] #28 sha256:67e8aa6c8bbc76b1f2bccb3864b0887671833b8667dc1f6c965fcb0eac7e6402 54.53MB / 54.95MB 0.7s [2022-05-19T09:38:07.051Z] #28 sha256:67e8aa6c8bbc76b1f2bccb3864b0887671833b8667dc1f6c965fcb0eac7e6402 54.95MB / 54.95MB 1.1s done [2022-05-19T09:38:07.136Z] Client: [2022-05-19T09:38:07.136Z] Version: 20.10.9 [2022-05-19T09:38:07.137Z] API version: 1.41 [2022-05-19T09:38:07.137Z] Go version: go1.16.8 [2022-05-19T09:38:07.137Z] Git commit: c2ea9bc [2022-05-19T09:38:07.137Z] Built: Mon Oct 4 16:11:10 2021 [2022-05-19T09:38:07.137Z] OS/Arch: windows/amd64 [2022-05-19T09:38:07.137Z] Context: default [2022-05-19T09:38:07.137Z] Experimental: true [2022-05-19T09:38:07.137Z] [2022-05-19T09:38:07.137Z] Server: Docker Engine - Community [2022-05-19T09:38:07.137Z] Engine: [2022-05-19T09:38:07.137Z] Version: 20.10.9 [2022-05-19T09:38:07.137Z] API version: 1.41 (minimum version 1.24) [2022-05-19T09:38:07.137Z] Go version: go1.16.8 [2022-05-19T09:38:07.137Z] Git commit: 79ea9d3 [2022-05-19T09:38:07.137Z] Built: Mon Oct 4 16:06:39 2021 [2022-05-19T09:38:07.137Z] OS/Arch: windows/amd64 [2022-05-19T09:38:07.137Z] Experimental: true [2022-05-19T09:38:04.942Z] Cloning repository https://github.com/moby/moby.git [2022-05-19T09:38:05.363Z] > git init d:\gopath\src\github.com\docker\docker # timeout=10 [2022-05-19T09:38:06.348Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-05-19T09:38:06.348Z] > git --version # timeout=10 [2022-05-19T09:38:06.406Z] > git --version # 'git version 2.24.1.windows.2' [2022-05-19T09:38:06.406Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-05-19T09:38:06.410Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43557/head:refs/remotes/origin/PR-43557 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-05-19T09:38:07.311Z] #28 extracting sha256:67e8aa6c8bbc76b1f2bccb3864b0887671833b8667dc1f6c965fcb0eac7e6402 0.1s [2022-05-19T09:38:07.571Z] #28 ... [2022-05-19T09:38:07.571Z] [2022-05-19T09:38:07.571Z] #24 [internal] load build context [2022-05-19T09:38:07.571Z] #24 sha256:a5c76d4c2903d9bd485d014eb034e402c829ec4cc83fe205cee95803e8d839a5 [2022-05-19T09:38:07.571Z] #24 transferring context: 61.19MB 1.4s done [2022-05-19T09:38:07.571Z] #24 DONE 1.8s [2022-05-19T09:38:07.571Z] [2022-05-19T09:38:07.571Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:6137c67e2009e881526386c42ba99b3657e4f92f546814a33d35b14e60579777 [2022-05-19T09:38:07.571Z] #28 sha256:7c4be5aae40e15ff58ab956b21209722acec95128fd98f7d1ee6ae271b42511e [2022-05-19T09:38:07.610Z] #11 ... [2022-05-19T09:38:07.610Z] [2022-05-19T09:38:07.610Z] #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-05-19T09:38:07.610Z] #36 sha256:87b36cc280fe638d7ef5f20bb22729024d374f203f2bcca845213957d578aa99 [2022-05-19T09:38:07.610Z] #36 2.631 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB] [2022-05-19T09:38:07.610Z] #36 2.631 Get:2 http://deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-05-19T09:38:07.610Z] #36 2.640 Get:3 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-05-19T09:38:07.610Z] #36 2.822 Get:4 http://deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-05-19T09:38:07.610Z] #36 3.096 Get:5 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-05-19T09:38:07.610Z] #36 3.474 Get:6 http://security.debian.org/debian-security bullseye-security/main amd64 Packages [146 kB] [2022-05-19T09:38:07.611Z] #36 4.820 Fetched 8530 kB in 2s (3453 kB/s) [2022-05-19T09:38:07.611Z] #36 4.820 Reading package lists... [2022-05-19T09:38:07.611Z] #36 5.660 Reading package lists... [2022-05-19T09:38:07.611Z] #36 6.460 Building dependency tree... [2022-05-19T09:38:07.611Z] #36 6.816 The following additional packages will be installed: [2022-05-19T09:38:07.611Z] #36 6.816 libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5 [2022-05-19T09:38:07.611Z] #36 6.820 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl [2022-05-19T09:38:07.611Z] #36 6.820 Recommended packages: [2022-05-19T09:38:07.611Z] #36 6.820 libldap-common publicsuffix libsasl2-modules [2022-05-19T09:38:07.611Z] #36 6.988 The following NEW packages will be installed: [2022-05-19T09:38:07.611Z] #36 6.988 ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2 [2022-05-19T09:38:07.611Z] #36 6.988 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2022-05-19T09:38:07.611Z] #36 6.988 libssh2-1 openssl [2022-05-19T09:38:07.611Z] #36 7.281 0 upgraded, 15 newly installed, 0 to remove and 1 not upgraded. [2022-05-19T09:38:07.611Z] #36 7.281 Need to get 3040 kB of archives. [2022-05-19T09:38:07.611Z] #36 7.281 After this operation, 6651 kB of additional disk space will be used. [2022-05-19T09:38:07.611Z] #36 7.281 Get:1 http://deb.debian.org/debian bullseye/main amd64 ca-certificates all 20210119 [158 kB] [2022-05-19T09:38:07.611Z] #36 7.292 Get:2 http://deb.debian.org/debian bullseye/main amd64 libbrotli1 amd64 1.0.9-2+b2 [279 kB] [2022-05-19T09:38:07.611Z] #36 7.292 Get:3 http://security.debian.org/debian-security bullseye-security/main amd64 openssl amd64 1.1.1n-0+deb11u2 [852 kB] [2022-05-19T09:38:07.611Z] #36 7.292 Get:4 http://deb.debian.org/debian bullseye/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-2.1+deb11u1 [69.1 kB] [2022-05-19T09:38:07.611Z] #36 7.300 Get:5 http://deb.debian.org/debian bullseye/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2.1+deb11u1 [106 kB] [2022-05-19T09:38:07.611Z] #36 7.302 Get:6 http://deb.debian.org/debian bullseye/main amd64 libldap-2.4-2 amd64 2.4.57+dfsg-3 [232 kB] [2022-05-19T09:38:07.611Z] #36 7.309 Get:7 http://deb.debian.org/debian bullseye/main amd64 libnghttp2-14 amd64 1.43.0-1 [77.1 kB] [2022-05-19T09:38:07.611Z] #36 7.313 Get:8 http://deb.debian.org/debian bullseye/main amd64 libpsl5 amd64 0.21.0-1.2 [57.3 kB] [2022-05-19T09:38:07.611Z] #36 7.314 Get:9 http://deb.debian.org/debian bullseye/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB] [2022-05-19T09:38:07.611Z] #36 7.315 Get:10 http://deb.debian.org/debian bullseye/main amd64 libssh2-1 amd64 1.9.0-2 [156 kB] [2022-05-19T09:38:07.611Z] #36 7.318 Get:11 http://deb.debian.org/debian bullseye/main amd64 libcurl4 amd64 7.74.0-1.3+deb11u1 [341 kB] [2022-05-19T09:38:07.611Z] #36 7.324 Get:12 http://deb.debian.org/debian bullseye/main amd64 curl amd64 7.74.0-1.3+deb11u1 [267 kB] [2022-05-19T09:38:07.611Z] #36 7.329 Get:13 http://deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-05-19T09:38:07.611Z] #36 7.332 Get:14 http://deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-05-19T09:38:07.611Z] #36 7.337 Get:15 http://deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-05-19T09:38:07.611Z] #36 7.522 debconf: delaying package configuration, since apt-utils is not installed [2022-05-19T09:38:07.611Z] #36 7.564 Fetched 3040 kB in 0s (8903 kB/s) [2022-05-19T09:38:07.611Z] #36 7.600 Selecting previously unselected package openssl. [2022-05-19T09:38:07.611Z] #36 7.600 (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-05-19T09:38:07.611Z] #36 7.600 Preparing to unpack .../00-openssl_1.1.1n-0+deb11u2_amd64.deb ... [2022-05-19T09:38:07.611Z] #36 7.611 Unpacking openssl (1.1.1n-0+deb11u2) ... [2022-05-19T09:38:07.611Z] #36 7.776 Selecting previously unselected package ca-certificates. [2022-05-19T09:38:07.611Z] #36 7.776 Preparing to unpack .../01-ca-certificates_20210119_all.deb ... [2022-05-19T09:38:07.611Z] #36 7.781 Unpacking ca-certificates (20210119) ... [2022-05-19T09:38:07.611Z] #36 7.867 Selecting previously unselected package libbrotli1:amd64. [2022-05-19T09:38:07.611Z] #36 7.867 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_amd64.deb ... [2022-05-19T09:38:07.611Z] #36 7.883 Unpacking libbrotli1:amd64 (1.0.9-2+b2) ... [2022-05-19T09:38:07.611Z] #36 7.961 Selecting previously unselected package libsasl2-modules-db:amd64. [2022-05-19T09:38:07.611Z] #36 7.961 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_amd64.deb ... [2022-05-19T09:38:07.611Z] #36 7.966 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-05-19T09:38:07.611Z] #36 8.009 Selecting previously unselected package libsasl2-2:amd64. [2022-05-19T09:38:07.611Z] #36 8.009 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_amd64.deb ... [2022-05-19T09:38:07.611Z] #36 8.013 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-05-19T09:38:07.611Z] #36 8.082 Selecting previously unselected package libldap-2.4-2:amd64. [2022-05-19T09:38:07.611Z] #36 8.082 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3_amd64.deb ... [2022-05-19T09:38:07.611Z] #36 8.094 Unpacking libldap-2.4-2:amd64 (2.4.57+dfsg-3) ... [2022-05-19T09:38:07.611Z] #36 8.180 Selecting previously unselected package libnghttp2-14:amd64. [2022-05-19T09:38:07.611Z] #36 8.180 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_amd64.deb ... [2022-05-19T09:38:07.611Z] #36 8.189 Unpacking libnghttp2-14:amd64 (1.43.0-1) ... [2022-05-19T09:38:07.611Z] #36 8.264 Selecting previously unselected package libpsl5:amd64. [2022-05-19T09:38:07.611Z] #36 8.264 Preparing to unpack .../07-libpsl5_0.21.0-1.2_amd64.deb ... [2022-05-19T09:38:07.611Z] #36 8.264 Unpacking libpsl5:amd64 (0.21.0-1.2) ... [2022-05-19T09:38:07.611Z] #36 8.310 Selecting previously unselected package librtmp1:amd64. [2022-05-19T09:38:07.611Z] #36 8.310 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ... [2022-05-19T09:38:07.611Z] #36 8.314 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-05-19T09:38:07.611Z] #36 8.368 Selecting previously unselected package libssh2-1:amd64. [2022-05-19T09:38:07.611Z] #36 8.368 Preparing to unpack .../09-libssh2-1_1.9.0-2_amd64.deb ... [2022-05-19T09:38:07.611Z] #36 8.371 Unpacking libssh2-1:amd64 (1.9.0-2) ... [2022-05-19T09:38:07.611Z] #36 8.444 Selecting previously unselected package libcurl4:amd64. [2022-05-19T09:38:07.611Z] #36 8.444 Preparing to unpack .../10-libcurl4_7.74.0-1.3+deb11u1_amd64.deb ... [2022-05-19T09:38:07.611Z] #36 8.449 Unpacking libcurl4:amd64 (7.74.0-1.3+deb11u1) ... [2022-05-19T09:38:07.611Z] #36 8.530 Selecting previously unselected package curl. [2022-05-19T09:38:07.611Z] #36 8.531 Preparing to unpack .../11-curl_7.74.0-1.3+deb11u1_amd64.deb ... [2022-05-19T09:38:07.611Z] #36 8.535 Unpacking curl (7.74.0-1.3+deb11u1) ... [2022-05-19T09:38:07.611Z] #36 8.619 Selecting previously unselected package libonig5:amd64. [2022-05-19T09:38:07.611Z] #36 8.619 Preparing to unpack .../12-libonig5_6.9.6-1.1_amd64.deb ... [2022-05-19T09:38:07.611Z] #36 8.623 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-05-19T09:38:07.611Z] #36 8.712 Selecting previously unselected package libjq1:amd64. [2022-05-19T09:38:07.611Z] #36 8.712 Preparing to unpack .../13-libjq1_1.6-2.1_amd64.deb ... [2022-05-19T09:38:07.611Z] #36 8.722 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-05-19T09:38:07.611Z] #36 8.783 Selecting previously unselected package jq. [2022-05-19T09:38:07.611Z] #36 8.783 Preparing to unpack .../14-jq_1.6-2.1_amd64.deb ... [2022-05-19T09:38:07.611Z] #36 8.783 Unpacking jq (1.6-2.1) ... [2022-05-19T09:38:07.611Z] #36 8.823 Setting up libpsl5:amd64 (0.21.0-1.2) ... [2022-05-19T09:38:07.611Z] #36 8.834 Setting up libbrotli1:amd64 (1.0.9-2+b2) ... [2022-05-19T09:38:07.611Z] #36 8.844 Setting up libnghttp2-14:amd64 (1.43.0-1) ... [2022-05-19T09:38:07.611Z] #36 8.858 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-05-19T09:38:07.611Z] #36 8.869 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-05-19T09:38:07.611Z] #36 8.880 Setting up libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-05-19T09:38:07.611Z] #36 8.893 Setting up libssh2-1:amd64 (1.9.0-2) ... [2022-05-19T09:38:07.611Z] #36 8.904 Setting up openssl (1.1.1n-0+deb11u2) ... [2022-05-19T09:38:07.611Z] #36 8.924 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-05-19T09:38:07.611Z] #36 8.934 Setting up libjq1:amd64 (1.6-2.1) ... [2022-05-19T09:38:07.611Z] #36 8.944 Setting up libldap-2.4-2:amd64 (2.4.57+dfsg-3) ... [2022-05-19T09:38:07.611Z] #36 8.956 Setting up ca-certificates (20210119) ... [2022-05-19T09:38:07.611Z] #36 9.618 Updating certificates in /etc/ssl/certs... [Pipeline] sh [2022-05-19T09:38:07.873Z] #36 ... [2022-05-19T09:38:07.873Z] [2022-05-19T09:38:07.873Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.2-bullseye@sha256:a966d36a1bdf8769ebfd18eaf1b2cdfc86dfda1a2c61791ccd36ed8237e43a69 [2022-05-19T09:38:07.873Z] #11 sha256:7df3a1c8e8568958516166eeafce9654eaa9d0594d4f96f498d28228ba93e58d [2022-05-19T09:38:07.873Z] #11 extracting sha256:5a8b0e20be4b4a332bc3d90b9903a5f3c0664b440fd9f1d2a1db0d4b7e6e826b 8.1s done [2022-05-19T09:38:08.135Z] #11 extracting sha256:10f766b17f5384d63134264ec3a98043d9c8e94795eb1462133ceb2985648921 [2022-05-19T09:38:08.744Z] + docker info [2022-05-19T09:38:08.857Z] #11 ... [2022-05-19T09:38:08.857Z] [2022-05-19T09:38:08.857Z] #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-05-19T09:38:08.857Z] #29 sha256:87b36cc280fe638d7ef5f20bb22729024d374f203f2bcca845213957d578aa99 [2022-05-19T09:38:08.857Z] #29 0.958 Get:1 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-05-19T09:38:08.857Z] #29 0.972 Get:2 http://deb.debian.org/debian bullseye InRelease [116 kB] [2022-05-19T09:38:08.857Z] #29 0.972 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-05-19T09:38:08.857Z] #29 1.088 Get:4 http://security.debian.org/debian-security bullseye-security/main amd64 Packages [146 kB] [2022-05-19T09:38:08.858Z] #29 1.204 Get:5 http://deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-05-19T09:38:08.858Z] #29 1.491 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-05-19T09:38:08.858Z] #29 2.970 Fetched 8530 kB in 2s (3757 kB/s) [2022-05-19T09:38:08.858Z] #29 2.970 Reading package lists... [2022-05-19T09:38:08.858Z] #29 3.886 Reading package lists... [2022-05-19T09:38:08.858Z] #29 4.703 Building dependency tree... [2022-05-19T09:38:08.858Z] #29 5.080 The following additional packages will be installed: [2022-05-19T09:38:08.858Z] #29 5.081 libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5 [2022-05-19T09:38:08.858Z] #29 5.082 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl [2022-05-19T09:38:08.858Z] #29 5.083 Recommended packages: [2022-05-19T09:38:08.858Z] #29 5.083 libldap-common publicsuffix libsasl2-modules [2022-05-19T09:38:08.858Z] #29 5.238 The following NEW packages will be installed: [2022-05-19T09:38:08.858Z] #29 5.239 ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2 [2022-05-19T09:38:08.858Z] #29 5.239 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2022-05-19T09:38:08.858Z] #29 5.240 libssh2-1 openssl [2022-05-19T09:38:08.858Z] #29 5.536 0 upgraded, 15 newly installed, 0 to remove and 1 not upgraded. [2022-05-19T09:38:08.858Z] #29 5.536 Need to get 3040 kB of archives. [2022-05-19T09:38:08.858Z] #29 5.536 After this operation, 6651 kB of additional disk space will be used. [2022-05-19T09:38:08.858Z] #29 5.536 Get:1 http://deb.debian.org/debian bullseye/main amd64 ca-certificates all 20210119 [158 kB] [2022-05-19T09:38:08.858Z] #29 5.536 Get:2 http://security.debian.org/debian-security bullseye-security/main amd64 openssl amd64 1.1.1n-0+deb11u2 [852 kB] [2022-05-19T09:38:08.858Z] #29 5.536 Get:3 http://deb.debian.org/debian bullseye/main amd64 libbrotli1 amd64 1.0.9-2+b2 [279 kB] [2022-05-19T09:38:08.858Z] #29 5.536 Get:4 http://deb.debian.org/debian bullseye/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-2.1+deb11u1 [69.1 kB] [2022-05-19T09:38:08.858Z] #29 5.536 Get:5 http://deb.debian.org/debian bullseye/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2.1+deb11u1 [106 kB] [2022-05-19T09:38:08.858Z] #29 5.536 Get:6 http://deb.debian.org/debian bullseye/main amd64 libldap-2.4-2 amd64 2.4.57+dfsg-3 [232 kB] [2022-05-19T09:38:08.858Z] #29 5.558 Get:7 http://deb.debian.org/debian bullseye/main amd64 libnghttp2-14 amd64 1.43.0-1 [77.1 kB] [2022-05-19T09:38:08.858Z] #29 5.568 Get:8 http://deb.debian.org/debian bullseye/main amd64 libpsl5 amd64 0.21.0-1.2 [57.3 kB] [2022-05-19T09:38:08.858Z] #29 5.568 Get:9 http://deb.debian.org/debian bullseye/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB] [2022-05-19T09:38:08.858Z] #29 5.568 Get:10 http://deb.debian.org/debian bullseye/main amd64 libssh2-1 amd64 1.9.0-2 [156 kB] [2022-05-19T09:38:08.858Z] #29 5.568 Get:11 http://deb.debian.org/debian bullseye/main amd64 libcurl4 amd64 7.74.0-1.3+deb11u1 [341 kB] [2022-05-19T09:38:08.858Z] #29 5.568 Get:12 http://deb.debian.org/debian bullseye/main amd64 curl amd64 7.74.0-1.3+deb11u1 [267 kB] [2022-05-19T09:38:08.858Z] #29 5.568 Get:13 http://deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-05-19T09:38:08.858Z] #29 5.574 Get:14 http://deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-05-19T09:38:08.858Z] #29 5.574 Get:15 http://deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-05-19T09:38:08.858Z] #29 5.769 debconf: delaying package configuration, since apt-utils is not installed [2022-05-19T09:38:08.858Z] #29 5.801 Fetched 3040 kB in 0s (9394 kB/s) [2022-05-19T09:38:08.858Z] #29 5.827 Selecting previously unselected package openssl. [2022-05-19T09:38:08.858Z] #29 5.827 (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-05-19T09:38:08.858Z] #29 5.831 Preparing to unpack .../00-openssl_1.1.1n-0+deb11u2_amd64.deb ... [2022-05-19T09:38:08.858Z] #29 5.836 Unpacking openssl (1.1.1n-0+deb11u2) ... [2022-05-19T09:38:08.858Z] #29 5.996 Selecting previously unselected package ca-certificates. [2022-05-19T09:38:08.858Z] #29 5.996 Preparing to unpack .../01-ca-certificates_20210119_all.deb ... [2022-05-19T09:38:08.858Z] #29 5.997 Unpacking ca-certificates (20210119) ... [2022-05-19T09:38:08.858Z] #29 6.092 Selecting previously unselected package libbrotli1:amd64. [2022-05-19T09:38:08.858Z] #29 6.092 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_amd64.deb ... [2022-05-19T09:38:08.858Z] #29 6.100 Unpacking libbrotli1:amd64 (1.0.9-2+b2) ... [2022-05-19T09:38:08.858Z] #29 6.172 Selecting previously unselected package libsasl2-modules-db:amd64. [2022-05-19T09:38:08.858Z] #29 6.174 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_amd64.deb ... [2022-05-19T09:38:08.858Z] #29 6.187 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-05-19T09:38:08.858Z] #29 6.225 Selecting previously unselected package libsasl2-2:amd64. [2022-05-19T09:38:08.858Z] #29 6.225 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_amd64.deb ... [2022-05-19T09:38:08.858Z] #29 6.228 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-05-19T09:38:08.858Z] #29 6.292 Selecting previously unselected package libldap-2.4-2:amd64. [2022-05-19T09:38:08.858Z] #29 6.292 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3_amd64.deb ... [2022-05-19T09:38:08.858Z] #29 6.296 Unpacking libldap-2.4-2:amd64 (2.4.57+dfsg-3) ... [2022-05-19T09:38:08.858Z] #29 6.379 Selecting previously unselected package libnghttp2-14:amd64. [2022-05-19T09:38:08.858Z] #29 6.379 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_amd64.deb ... [2022-05-19T09:38:08.858Z] #29 6.389 Unpacking libnghttp2-14:amd64 (1.43.0-1) ... [2022-05-19T09:38:08.858Z] #29 6.440 Selecting previously unselected package libpsl5:amd64. [2022-05-19T09:38:08.858Z] #29 6.441 Preparing to unpack .../07-libpsl5_0.21.0-1.2_amd64.deb ... [2022-05-19T09:38:08.858Z] #29 6.446 Unpacking libpsl5:amd64 (0.21.0-1.2) ... [2022-05-19T09:38:08.858Z] #29 6.486 Selecting previously unselected package librtmp1:amd64. [2022-05-19T09:38:08.858Z] #29 6.488 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ... [2022-05-19T09:38:08.858Z] #29 6.492 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-05-19T09:38:08.858Z] #29 6.534 Selecting previously unselected package libssh2-1:amd64. [2022-05-19T09:38:08.858Z] #29 6.535 Preparing to unpack .../09-libssh2-1_1.9.0-2_amd64.deb ... [2022-05-19T09:38:08.858Z] #29 6.539 Unpacking libssh2-1:amd64 (1.9.0-2) ... [2022-05-19T09:38:08.858Z] #29 6.602 Selecting previously unselected package libcurl4:amd64. [2022-05-19T09:38:08.858Z] #29 6.603 Preparing to unpack .../10-libcurl4_7.74.0-1.3+deb11u1_amd64.deb ... [2022-05-19T09:38:08.858Z] #29 6.608 Unpacking libcurl4:amd64 (7.74.0-1.3+deb11u1) ... [2022-05-19T09:38:08.858Z] #29 6.674 Selecting previously unselected package curl. [2022-05-19T09:38:08.858Z] #29 6.674 Preparing to unpack .../11-curl_7.74.0-1.3+deb11u1_amd64.deb ... [2022-05-19T09:38:08.858Z] #29 6.686 Unpacking curl (7.74.0-1.3+deb11u1) ... [2022-05-19T09:38:08.858Z] #29 6.739 Selecting previously unselected package libonig5:amd64. [2022-05-19T09:38:08.858Z] #29 6.739 Preparing to unpack .../12-libonig5_6.9.6-1.1_amd64.deb ... [2022-05-19T09:38:08.858Z] #29 6.744 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-05-19T09:38:08.858Z] #29 6.815 Selecting previously unselected package libjq1:amd64. [2022-05-19T09:38:08.858Z] #29 6.815 Preparing to unpack .../13-libjq1_1.6-2.1_amd64.deb ... [2022-05-19T09:38:08.858Z] #29 6.816 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-05-19T09:38:08.858Z] #29 6.866 Selecting previously unselected package jq. [2022-05-19T09:38:08.858Z] #29 6.866 Preparing to unpack .../14-jq_1.6-2.1_amd64.deb ... [2022-05-19T09:38:08.858Z] #29 6.870 Unpacking jq (1.6-2.1) ... [2022-05-19T09:38:08.858Z] #29 6.911 Setting up libpsl5:amd64 (0.21.0-1.2) ... [2022-05-19T09:38:08.858Z] #29 6.925 Setting up libbrotli1:amd64 (1.0.9-2+b2) ... [2022-05-19T09:38:08.858Z] #29 6.942 Setting up libnghttp2-14:amd64 (1.43.0-1) ... [2022-05-19T09:38:08.858Z] #29 6.950 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-05-19T09:38:08.858Z] #29 6.962 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-05-19T09:38:08.858Z] #29 6.975 Setting up libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-05-19T09:38:08.858Z] #29 6.990 Setting up libssh2-1:amd64 (1.9.0-2) ... [2022-05-19T09:38:08.858Z] #29 7.005 Setting up openssl (1.1.1n-0+deb11u2) ... [2022-05-19T09:38:08.858Z] #29 7.025 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-05-19T09:38:08.858Z] #29 7.041 Setting up libjq1:amd64 (1.6-2.1) ... [2022-05-19T09:38:08.858Z] #29 7.054 Setting up libldap-2.4-2:amd64 (2.4.57+dfsg-3) ... [2022-05-19T09:38:08.858Z] #29 7.070 Setting up ca-certificates (20210119) ... [2022-05-19T09:38:08.858Z] #29 7.666 Updating certificates in /etc/ssl/certs... [2022-05-19T09:38:08.858Z] #29 8.320 129 added, 0 removed; done. [2022-05-19T09:38:08.858Z] #29 8.389 Setting up jq (1.6-2.1) ... [2022-05-19T09:38:08.858Z] #29 8.402 Setting up libcurl4:amd64 (7.74.0-1.3+deb11u1) ... [2022-05-19T09:38:08.858Z] #29 8.413 Setting up curl (7.74.0-1.3+deb11u1) ... [2022-05-19T09:38:08.858Z] #29 8.424 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-05-19T09:38:08.858Z] #29 8.444 Processing triggers for ca-certificates (20210119) ... [2022-05-19T09:38:08.858Z] #29 8.455 Updating certificates in /etc/ssl/certs... [2022-05-19T09:38:08.858Z] #29 9.065 0 added, 0 removed; done. [2022-05-19T09:38:08.858Z] #29 9.065 Running hooks in /etc/ca-certificates/update.d... [2022-05-19T09:38:08.858Z] #29 9.067 done. [2022-05-19T09:38:08.858Z] #29 ... [2022-05-19T09:38:08.858Z] [2022-05-19T09:38:08.858Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.2-bullseye@sha256:a966d36a1bdf8769ebfd18eaf1b2cdfc86dfda1a2c61791ccd36ed8237e43a69 [2022-05-19T09:38:08.858Z] #11 sha256:7df3a1c8e8568958516166eeafce9654eaa9d0594d4f96f498d28228ba93e58d [2022-05-19T09:38:08.858Z] #11 extracting sha256:10f766b17f5384d63134264ec3a98043d9c8e94795eb1462133ceb2985648921 3.9s done [2022-05-19T09:38:09.118Z] #11 ... [2022-05-19T09:38:09.118Z] [2022-05-19T09:38:09.118Z] #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-05-19T09:38:09.118Z] #29 sha256:87b36cc280fe638d7ef5f20bb22729024d374f203f2bcca845213957d578aa99 [2022-05-19T09:38:09.118Z] #29 DONE 10.5s [2022-05-19T09:38:09.377Z] [2022-05-19T09:38:09.377Z] #30 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-05-19T09:38:09.377Z] #30 sha256:e098fc6408e921d46b9aab7f347829fd8710c169a061cf80cdf48bad1d34cee8 [2022-05-19T09:38:09.377Z] #30 DONE 0.2s [2022-05-19T09:38:09.377Z] [2022-05-19T09:38:09.377Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.2-bullseye@sha256:a966d36a1bdf8769ebfd18eaf1b2cdfc86dfda1a2c61791ccd36ed8237e43a69 [2022-05-19T09:38:09.377Z] #11 sha256:7df3a1c8e8568958516166eeafce9654eaa9d0594d4f96f498d28228ba93e58d [2022-05-19T09:38:09.377Z] #11 extracting sha256:21e7497335c1360d6ed9fbe8a27c64abd3a481f4ccc311067ec1c3d7705bb6af [2022-05-19T09:38:10.008Z] Client: [2022-05-19T09:38:10.008Z] Version: 20.10.9 [2022-05-19T09:38:10.008Z] API version: 1.41 [2022-05-19T09:38:10.008Z] Go version: go1.16.8 [2022-05-19T09:38:10.008Z] Git commit: c2ea9bc [2022-05-19T09:38:10.008Z] Built: Mon Oct 4 16:11:10 2021 [2022-05-19T09:38:10.008Z] OS/Arch: windows/amd64 [2022-05-19T09:38:10.008Z] Context: default [2022-05-19T09:38:10.008Z] Experimental: true [2022-05-19T09:38:10.008Z] [2022-05-19T09:38:10.008Z] Server: Docker Engine - Community [2022-05-19T09:38:10.008Z] Engine: [2022-05-19T09:38:10.008Z] Version: 20.10.9 [2022-05-19T09:38:10.008Z] API version: 1.41 (minimum version 1.24) [2022-05-19T09:38:10.008Z] Go version: go1.16.8 [2022-05-19T09:38:10.008Z] Git commit: 79ea9d3 [2022-05-19T09:38:10.008Z] Built: Mon Oct 4 16:06:39 2021 [2022-05-19T09:38:10.008Z] OS/Arch: windows/amd64 [2022-05-19T09:38:10.008Z] Experimental: true [2022-05-19T09:38:10.106Z] #28 DONE 4.2s [2022-05-19T09:38:10.106Z] [2022-05-19T09:38:10.106Z] #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-05-19T09:38:10.107Z] #29 sha256:87b36cc280fe638d7ef5f20bb22729024d374f203f2bcca845213957d578aa99 [2022-05-19T09:38:10.107Z] #29 ... [2022-05-19T09:38:10.107Z] [2022-05-19T09:38:10.107Z] #71 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-05-19T09:38:10.107Z] #71 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-05-19T09:38:10.107Z] #71 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done [2022-05-19T09:38:10.107Z] #71 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-05-19T09:38:10.107Z] #71 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done [2022-05-19T09:38:10.107Z] #71 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done [2022-05-19T09:38:10.107Z] #71 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 3.8s done [2022-05-19T09:38:10.107Z] #71 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 0.3s done [2022-05-19T09:38:10.107Z] #71 DONE 4.4s [2022-05-19T09:38:10.107Z] [2022-05-19T09:38:10.107Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.2-bullseye@sha256:a966d36a1bdf8769ebfd18eaf1b2cdfc86dfda1a2c61791ccd36ed8237e43a69 [2022-05-19T09:38:10.107Z] #11 sha256:7df3a1c8e8568958516166eeafce9654eaa9d0594d4f96f498d28228ba93e58d [2022-05-19T09:38:10.107Z] #11 resolve docker.io/library/golang:1.18.2-bullseye@sha256:a966d36a1bdf8769ebfd18eaf1b2cdfc86dfda1a2c61791ccd36ed8237e43a69 0.0s done [2022-05-19T09:38:10.107Z] #11 sha256:a966d36a1bdf8769ebfd18eaf1b2cdfc86dfda1a2c61791ccd36ed8237e43a69 1.86kB / 1.86kB done [2022-05-19T09:38:10.107Z] #11 sha256:a9d1f28367890615df70c45ba54ea69a8e95e202517e7114942c2f0449ce1de9 1.80kB / 1.80kB done [2022-05-19T09:38:10.107Z] #11 sha256:7d1902a99d63c7f43a7549a661ce718b563707c0faad5862444423759935f2d6 7.10kB / 7.10kB done [2022-05-19T09:38:10.107Z] #11 sha256:67e8aa6c8bbc76b1f2bccb3864b0887671833b8667dc1f6c965fcb0eac7e6402 54.95MB / 54.95MB 1.1s done [2022-05-19T09:38:10.107Z] #11 sha256:0670968926f6461e3135c82ba2c0ad3ebdedc0d0f41b18bda4a1e41104b8be8a 10.88MB / 10.88MB 0.3s done [2022-05-19T09:38:10.107Z] #11 sha256:627e6c1e105548ea4a08354eea581f137cf368d91aeb0ad47dcb706fca54fd8b 5.16MB / 5.16MB 0.5s done [2022-05-19T09:38:10.107Z] #11 sha256:10f766b17f5384d63134264ec3a98043d9c8e94795eb1462133ceb2985648921 85.85MB / 85.85MB 2.4s done [2022-05-19T09:38:10.107Z] #11 sha256:5a8b0e20be4b4a332bc3d90b9903a5f3c0664b440fd9f1d2a1db0d4b7e6e826b 54.58MB / 54.58MB 1.6s done [2022-05-19T09:38:10.107Z] #11 sha256:21e7497335c1360d6ed9fbe8a27c64abd3a481f4ccc311067ec1c3d7705bb6af 141.73MB / 141.73MB 3.7s done [2022-05-19T09:38:10.107Z] #11 extracting sha256:67e8aa6c8bbc76b1f2bccb3864b0887671833b8667dc1f6c965fcb0eac7e6402 1.8s done [2022-05-19T09:38:10.107Z] #11 sha256:1e452e64228de9a5b7a3c92a199940ee0822ac729805e29e8b15897287aa0470 156B / 156B 2.5s done [2022-05-19T09:38:10.107Z] #11 extracting sha256:627e6c1e105548ea4a08354eea581f137cf368d91aeb0ad47dcb706fca54fd8b 0.2s done [2022-05-19T09:38:10.107Z] #11 extracting sha256:0670968926f6461e3135c82ba2c0ad3ebdedc0d0f41b18bda4a1e41104b8be8a 0.3s done [2022-05-19T09:38:10.366Z] #11 extracting sha256:5a8b0e20be4b4a332bc3d90b9903a5f3c0664b440fd9f1d2a1db0d4b7e6e826b 0.1s [2022-05-19T09:38:10.626Z] #11 ... [2022-05-19T09:38:10.626Z] [2022-05-19T09:38:10.626Z] #73 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-05-19T09:38:10.626Z] #73 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-05-19T09:38:10.626Z] #73 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done [2022-05-19T09:38:10.626Z] #73 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-05-19T09:38:10.626Z] #73 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done [2022-05-19T09:38:10.626Z] #73 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done [2022-05-19T09:38:10.626Z] #73 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 4.0s [2022-05-19T09:38:10.626Z] #73 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 0.5s done [2022-05-19T09:38:10.626Z] #73 DONE 4.8s [2022-05-19T09:38:10.626Z] [2022-05-19T09:38:10.626Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.2-bullseye@sha256:a966d36a1bdf8769ebfd18eaf1b2cdfc86dfda1a2c61791ccd36ed8237e43a69 [2022-05-19T09:38:10.626Z] #11 sha256:7df3a1c8e8568958516166eeafce9654eaa9d0594d4f96f498d28228ba93e58d [Pipeline] sh [2022-05-19T09:38:11.452Z] #11 ... [2022-05-19T09:38:11.452Z] [2022-05-19T09:38:11.452Z] #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-05-19T09:38:11.452Z] #36 sha256:87b36cc280fe638d7ef5f20bb22729024d374f203f2bcca845213957d578aa99 [2022-05-19T09:38:11.452Z] #36 10.76 129 added, 0 removed; done. [2022-05-19T09:38:11.452Z] #36 10.80 Setting up jq (1.6-2.1) ... [2022-05-19T09:38:11.452Z] #36 10.81 Setting up libcurl4:amd64 (7.74.0-1.3+deb11u1) ... [2022-05-19T09:38:11.452Z] #36 10.82 Setting up curl (7.74.0-1.3+deb11u1) ... [2022-05-19T09:38:11.452Z] #36 10.83 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-05-19T09:38:11.452Z] #36 10.85 Processing triggers for ca-certificates (20210119) ... [2022-05-19T09:38:11.452Z] #36 10.86 Updating certificates in /etc/ssl/certs... [2022-05-19T09:38:11.452Z] #36 11.82 0 added, 0 removed; done. [2022-05-19T09:38:11.452Z] #36 11.82 Running hooks in /etc/ca-certificates/update.d... [2022-05-19T09:38:11.452Z] #36 11.83 done. [2022-05-19T09:38:11.452Z] #36 DONE 13.6s [2022-05-19T09:38:11.452Z] [2022-05-19T09:38:11.452Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.2-bullseye@sha256:a966d36a1bdf8769ebfd18eaf1b2cdfc86dfda1a2c61791ccd36ed8237e43a69 [2022-05-19T09:38:11.452Z] #11 sha256:7df3a1c8e8568958516166eeafce9654eaa9d0594d4f96f498d28228ba93e58d [2022-05-19T09:38:11.452Z] #11 ... [2022-05-19T09:38:11.452Z] [2022-05-19T09:38:11.452Z] #37 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-05-19T09:38:11.452Z] #37 sha256:8304068ca1ec80fa92bf3ebf4b93dff98def2e4c79749620247d92bbce83c894 [2022-05-19T09:38:11.452Z] #37 DONE 0.2s [2022-05-19T09:38:11.452Z] [2022-05-19T09:38:11.452Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.2-bullseye@sha256:a966d36a1bdf8769ebfd18eaf1b2cdfc86dfda1a2c61791ccd36ed8237e43a69 [2022-05-19T09:38:11.452Z] #11 sha256:7df3a1c8e8568958516166eeafce9654eaa9d0594d4f96f498d28228ba93e58d [2022-05-19T09:38:11.597Z] + docker info [2022-05-19T09:38:11.597Z] Client: [2022-05-19T09:38:11.597Z] Context: default [2022-05-19T09:38:11.597Z] Debug Mode: false [2022-05-19T09:38:11.597Z] [2022-05-19T09:38:11.597Z] Server: [2022-05-19T09:38:11.597Z] Containers: 0 [2022-05-19T09:38:11.597Z] Running: 0 [2022-05-19T09:38:11.597Z] Paused: 0 [2022-05-19T09:38:11.597Z] Stopped: 0 [2022-05-19T09:38:11.597Z] Images: 0 [2022-05-19T09:38:11.597Z] Server Version: 20.10.9 [2022-05-19T09:38:11.597Z] Storage Driver: lcow (linux) windowsfilter (windows) [2022-05-19T09:38:11.597Z] LCOW: [2022-05-19T09:38:11.597Z] Windows: [2022-05-19T09:38:11.597Z] Logging Driver: json-file [2022-05-19T09:38:11.597Z] Plugins: [2022-05-19T09:38:11.597Z] Volume: local [2022-05-19T09:38:11.597Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-05-19T09:38:11.597Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-05-19T09:38:11.597Z] Swarm: inactive [2022-05-19T09:38:11.597Z] Default Isolation: process [2022-05-19T09:38:11.597Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2022-05-19T09:38:11.597Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.230) [2022-05-19T09:38:11.597Z] OSType: windows [2022-05-19T09:38:11.597Z] Architecture: x86_64 [2022-05-19T09:38:11.597Z] CPUs: 4 [2022-05-19T09:38:11.597Z] Total Memory: 32GiB [2022-05-19T09:38:11.597Z] Name: azwin-2-1c18f0 [2022-05-19T09:38:11.597Z] ID: CJX2:WCHU:DQXJ:TPBW:4NKF:F7QT:SPQ2:EZH2:AXXB:4MN4:I6L6:OXA3 [2022-05-19T09:38:11.597Z] Docker Root Dir: D:\docker [2022-05-19T09:38:11.597Z] Debug Mode: false [2022-05-19T09:38:11.597Z] Registry: https://index.docker.io/v1/ [2022-05-19T09:38:11.597Z] Labels: [2022-05-19T09:38:11.597Z] Experimental: true [2022-05-19T09:38:11.597Z] Insecure Registries: [2022-05-19T09:38:11.597Z] 10.0.0.4:5000 [2022-05-19T09:38:11.597Z] 127.0.0.0/8 [2022-05-19T09:38:11.597Z] Registry Mirrors: [2022-05-19T09:38:11.597Z] http://10.0.0.4:5000/ [2022-05-19T09:38:11.597Z] Live Restore Enabled: false [2022-05-19T09:38:11.597Z] Product License: Community Engine [2022-05-19T09:38:11.597Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] powershell [2022-05-19T09:38:12.008Z] #11 extracting sha256:5a8b0e20be4b4a332bc3d90b9903a5f3c0664b440fd9f1d2a1db0d4b7e6e826b 1.7s done [2022-05-19T09:38:12.578Z] #11 extracting sha256:10f766b17f5384d63134264ec3a98043d9c8e94795eb1462133ceb2985648921 [2022-05-19T09:38:13.371Z] #11 extracting sha256:10f766b17f5384d63134264ec3a98043d9c8e94795eb1462133ceb2985648921 5.2s [2022-05-19T09:38:13.959Z] #11 ... [2022-05-19T09:38:13.959Z] [2022-05-19T09:38:13.959Z] #72 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-05-19T09:38:13.959Z] #72 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2022-05-19T09:38:13.959Z] #72 DONE 1.2s [2022-05-19T09:38:13.959Z] [2022-05-19T09:38:13.959Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.2-bullseye@sha256:a966d36a1bdf8769ebfd18eaf1b2cdfc86dfda1a2c61791ccd36ed8237e43a69 [2022-05-19T09:38:13.959Z] #11 sha256:7df3a1c8e8568958516166eeafce9654eaa9d0594d4f96f498d28228ba93e58d [2022-05-19T09:38:14.527Z] #11 extracting sha256:10f766b17f5384d63134264ec3a98043d9c8e94795eb1462133ceb2985648921 1.9s done [2022-05-19T09:38:14.692Z] #11 extracting sha256:21e7497335c1360d6ed9fbe8a27c64abd3a481f4ccc311067ec1c3d7705bb6af 5.0s [2022-05-19T09:38:14.812Z] #11 ... [2022-05-19T09:38:14.812Z] [2022-05-19T09:38:14.812Z] #74 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-05-19T09:38:14.812Z] #74 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2022-05-19T09:38:14.812Z] #74 DONE 1.1s [2022-05-19T09:38:14.812Z] [2022-05-19T09:38:14.812Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.2-bullseye@sha256:a966d36a1bdf8769ebfd18eaf1b2cdfc86dfda1a2c61791ccd36ed8237e43a69 [2022-05-19T09:38:14.812Z] #11 sha256:7df3a1c8e8568958516166eeafce9654eaa9d0594d4f96f498d28228ba93e58d [2022-05-19T09:38:14.812Z] #11 extracting sha256:21e7497335c1360d6ed9fbe8a27c64abd3a481f4ccc311067ec1c3d7705bb6af [2022-05-19T09:38:14.860Z] Client: [2022-05-19T09:38:14.860Z] Context: default [2022-05-19T09:38:14.860Z] Debug Mode: false [2022-05-19T09:38:14.860Z] Plugins: [2022-05-19T09:38:14.860Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2022-05-19T09:38:14.860Z] buildx: Docker Buildx (Docker Inc., v0.8.1-docker) [2022-05-19T09:38:14.860Z] compose: Docker Compose (Docker Inc., v2.4.1) [2022-05-19T09:38:14.860Z] scan: Docker Scan (Docker Inc., v0.17.0) [2022-05-19T09:38:14.860Z] [2022-05-19T09:38:14.860Z] Server: [2022-05-19T09:38:14.860Z] Containers: 0 [2022-05-19T09:38:14.860Z] Running: 0 [2022-05-19T09:38:14.860Z] Paused: 0 [2022-05-19T09:38:14.860Z] Stopped: 0 [2022-05-19T09:38:14.860Z] Images: 0 [2022-05-19T09:38:14.860Z] Server Version: 20.10.14 [2022-05-19T09:38:14.860Z] Storage Driver: overlay2 [2022-05-19T09:38:14.860Z] Backing Filesystem: extfs [2022-05-19T09:38:14.860Z] Supports d_type: true [2022-05-19T09:38:14.860Z] Native Overlay Diff: true [2022-05-19T09:38:14.860Z] userxattr: false [2022-05-19T09:38:14.860Z] Logging Driver: json-file [2022-05-19T09:38:14.860Z] Cgroup Driver: cgroupfs [2022-05-19T09:38:14.860Z] Cgroup Version: 1 [2022-05-19T09:38:14.860Z] Plugins: [2022-05-19T09:38:14.860Z] Volume: local [2022-05-19T09:38:14.860Z] Network: bridge host ipvlan macvlan null overlay [2022-05-19T09:38:14.860Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-05-19T09:38:14.860Z] Swarm: inactive [2022-05-19T09:38:14.860Z] Runtimes: io.containerd.runtime.v1.linux runc io.containerd.runc.v2 [2022-05-19T09:38:14.860Z] Default Runtime: runc [2022-05-19T09:38:14.860Z] Init Binary: docker-init [2022-05-19T09:38:14.860Z] containerd version: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-05-19T09:38:14.860Z] runc version: v1.0.3-0-gf46b6ba [2022-05-19T09:38:14.860Z] init version: de40ad0 [2022-05-19T09:38:14.860Z] Security Options: [2022-05-19T09:38:14.860Z] apparmor [2022-05-19T09:38:14.860Z] seccomp [2022-05-19T09:38:14.860Z] Profile: default [2022-05-19T09:38:14.860Z] Kernel Version: 5.4.0-1071-aws [2022-05-19T09:38:14.860Z] Operating System: Ubuntu 18.04.6 LTS [2022-05-19T09:38:14.860Z] OSType: linux [2022-05-19T09:38:14.860Z] Architecture: x86_64 [2022-05-19T09:38:14.860Z] CPUs: 2 [2022-05-19T09:38:14.860Z] Total Memory: 7.565GiB [2022-05-19T09:38:14.860Z] Name: ip-10-100-85-154 [2022-05-19T09:38:14.860Z] ID: ONCX:MW46:2H33:HIY4:EEUI:IR6Y:XJIK:4AKR:PRKS:I4A7:QBPF:SHJW [2022-05-19T09:38:14.860Z] Docker Root Dir: /var/lib/docker [2022-05-19T09:38:14.860Z] Debug Mode: false [2022-05-19T09:38:14.860Z] Registry: https://index.docker.io/v1/ [2022-05-19T09:38:14.860Z] Labels: [2022-05-19T09:38:14.860Z] Experimental: true [2022-05-19T09:38:14.860Z] Insecure Registries: [2022-05-19T09:38:14.860Z] 127.0.0.0/8 [2022-05-19T09:38:14.860Z] Live Restore Enabled: true [2022-05-19T09:38:14.860Z] [2022-05-19T09:38:14.860Z] WARNING: No swap limit support [Pipeline] sh [2022-05-19T09:38:15.186Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-05-19T09:38:15.186Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-05-19T09:38:15.186Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-43557/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh [2022-05-19T09:38:15.186Z] + bash /home/ubuntu/workspace/moby_PR-43557/check-config.sh [2022-05-19T09:38:15.186Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2022-05-19T09:38:15.186Z] info: reading kernel config from /boot/config-5.4.0-1071-aws ... [2022-05-19T09:38:15.186Z] [2022-05-19T09:38:15.186Z] Generally Necessary: [2022-05-19T09:38:15.186Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2022-05-19T09:38:15.186Z] - apparmor: enabled and tools installed [2022-05-19T09:38:15.186Z] - CONFIG_NAMESPACES: enabled [2022-05-19T09:38:15.186Z] - CONFIG_NET_NS: enabled [2022-05-19T09:38:15.186Z] - CONFIG_PID_NS: enabled [2022-05-19T09:38:15.186Z] - CONFIG_IPC_NS: enabled [2022-05-19T09:38:15.186Z] - CONFIG_UTS_NS: enabled [2022-05-19T09:38:15.186Z] - CONFIG_CGROUPS: enabled [2022-05-19T09:38:15.186Z] - CONFIG_CGROUP_CPUACCT: enabled [2022-05-19T09:38:15.186Z] - CONFIG_CGROUP_DEVICE: enabled [2022-05-19T09:38:15.186Z] - CONFIG_CGROUP_FREEZER: enabled [2022-05-19T09:38:15.186Z] - CONFIG_CGROUP_SCHED: enabled [2022-05-19T09:38:15.186Z] - CONFIG_CPUSETS: enabled [2022-05-19T09:38:15.186Z] - CONFIG_MEMCG: enabled [2022-05-19T09:38:15.186Z] - CONFIG_KEYS: enabled [2022-05-19T09:38:15.186Z] - CONFIG_VETH: enabled (as module) [2022-05-19T09:38:15.186Z] - CONFIG_BRIDGE: enabled (as module) [2022-05-19T09:38:15.186Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2022-05-19T09:38:15.186Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2022-05-19T09:38:15.186Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2022-05-19T09:38:15.186Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2022-05-19T09:38:15.186Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2022-05-19T09:38:15.186Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2022-05-19T09:38:15.186Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2022-05-19T09:38:15.186Z] - CONFIG_IP_NF_NAT: enabled (as module) [2022-05-19T09:38:15.459Z] - CONFIG_NF_NAT: enabled (as module) [2022-05-19T09:38:15.459Z] - CONFIG_POSIX_MQUEUE: enabled [2022-05-19T09:38:15.459Z] - CONFIG_CGROUP_BPF: enabled [2022-05-19T09:38:15.459Z] [2022-05-19T09:38:15.459Z] Optional Features: [2022-05-19T09:38:15.459Z] - CONFIG_USER_NS: enabled [2022-05-19T09:38:15.459Z] - CONFIG_SECCOMP: enabled [2022-05-19T09:38:15.459Z] - CONFIG_SECCOMP_FILTER: enabled [2022-05-19T09:38:15.459Z] - CONFIG_CGROUP_PIDS: enabled [2022-05-19T09:38:15.459Z] - CONFIG_MEMCG_SWAP: enabled [2022-05-19T09:38:15.459Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2022-05-19T09:38:15.459Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2022-05-19T09:38:15.459Z] - CONFIG_BLK_CGROUP: enabled [2022-05-19T09:38:15.459Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2022-05-19T09:38:15.459Z] - CONFIG_CGROUP_PERF: enabled [2022-05-19T09:38:15.459Z] - CONFIG_CGROUP_HUGETLB: enabled [2022-05-19T09:38:15.459Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2022-05-19T09:38:15.459Z] - CONFIG_CGROUP_NET_PRIO: enabled [2022-05-19T09:38:15.459Z] - CONFIG_CFS_BANDWIDTH: enabled [2022-05-19T09:38:15.459Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2022-05-19T09:38:15.459Z] - CONFIG_RT_GROUP_SCHED: missing [2022-05-19T09:38:15.459Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2022-05-19T09:38:15.459Z] - CONFIG_IP_VS: enabled (as module) [2022-05-19T09:38:15.459Z] - CONFIG_IP_VS_NFCT: enabled [2022-05-19T09:38:15.459Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2022-05-19T09:38:15.459Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2022-05-19T09:38:15.459Z] - CONFIG_IP_VS_RR: enabled (as module) [2022-05-19T09:38:15.459Z] - CONFIG_SECURITY_SELINUX: enabled [2022-05-19T09:38:15.459Z] - CONFIG_SECURITY_APPARMOR: enabled [2022-05-19T09:38:15.459Z] - CONFIG_EXT4_FS: enabled [2022-05-19T09:38:15.459Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2022-05-19T09:38:15.459Z] - CONFIG_EXT4_FS_SECURITY: enabled [2022-05-19T09:38:15.459Z] - Network Drivers: [2022-05-19T09:38:15.459Z] - "overlay": [2022-05-19T09:38:15.459Z] - CONFIG_VXLAN: enabled (as module) [2022-05-19T09:38:15.459Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2022-05-19T09:38:15.459Z] Optional (for encrypted networks): [2022-05-19T09:38:15.459Z] - CONFIG_CRYPTO: enabled [2022-05-19T09:38:15.459Z] - CONFIG_CRYPTO_AEAD: enabled [2022-05-19T09:38:15.459Z] - CONFIG_CRYPTO_GCM: enabled [2022-05-19T09:38:15.459Z] - CONFIG_CRYPTO_SEQIV: enabled [2022-05-19T09:38:15.459Z] - CONFIG_CRYPTO_GHASH: enabled [2022-05-19T09:38:15.459Z] - CONFIG_XFRM: enabled [2022-05-19T09:38:15.459Z] - CONFIG_XFRM_USER: enabled (as module) [2022-05-19T09:38:15.459Z] - CONFIG_XFRM_ALGO: enabled (as module) [2022-05-19T09:38:15.459Z] - CONFIG_INET_ESP: enabled (as module) [2022-05-19T09:38:15.459Z] - "ipvlan": [2022-05-19T09:38:15.721Z] - CONFIG_IPVLAN: enabled (as module) [2022-05-19T09:38:15.721Z] - "macvlan": [2022-05-19T09:38:15.721Z] - CONFIG_MACVLAN: enabled (as module) [2022-05-19T09:38:15.721Z] - CONFIG_DUMMY: enabled (as module) [2022-05-19T09:38:15.721Z] - "ftp,tftp client in container": [2022-05-19T09:38:15.721Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2022-05-19T09:38:15.721Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2022-05-19T09:38:15.721Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2022-05-19T09:38:15.721Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2022-05-19T09:38:15.721Z] - Storage Drivers: [2022-05-19T09:38:15.721Z] - "aufs": [2022-05-19T09:38:15.721Z] - CONFIG_AUFS_FS: enabled (as module) [2022-05-19T09:38:15.721Z] - "btrfs": [2022-05-19T09:38:15.721Z] - CONFIG_BTRFS_FS: enabled (as module) [2022-05-19T09:38:15.721Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2022-05-19T09:38:15.721Z] - "devicemapper": [2022-05-19T09:38:15.721Z] - CONFIG_BLK_DEV_DM: enabled [2022-05-19T09:38:15.721Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2022-05-19T09:38:15.721Z] - "overlay": [2022-05-19T09:38:15.721Z] - CONFIG_OVERLAY_FS: enabled (as module) [2022-05-19T09:38:15.721Z] - "zfs": [2022-05-19T09:38:15.721Z] - /dev/zfs: present [2022-05-19T09:38:15.721Z] - zfs command: missing [2022-05-19T09:38:15.721Z] - zpool command: missing [2022-05-19T09:38:15.721Z] [2022-05-19T09:38:15.721Z] Limits: [2022-05-19T09:38:15.721Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2022-05-19T09:38:15.721Z] [2022-05-19T09:38:15.721Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2022-05-19T09:38:15.920Z] #11 extracting sha256:10f766b17f5384d63134264ec3a98043d9c8e94795eb1462133ceb2985648921 7.3s done [2022-05-19T09:38:15.920Z] #11 extracting sha256:21e7497335c1360d6ed9fbe8a27c64abd3a481f4ccc311067ec1c3d7705bb6af [2022-05-19T09:38:16.056Z] + sudo modprobe ip_vs [2022-05-19T09:38:16.056Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:fd587901ca6aca2b45ed0fa0aec48fbad7f02002 . [2022-05-19T09:38:16.315Z] #2 [internal] load .dockerignore [2022-05-19T09:38:16.315Z] #2 sha256:6abb411f84f76cc470798ac4521787a1fd88f795e988be7e45f18c0c20d00c20 [2022-05-19T09:38:16.880Z] #2 transferring context: 145B done [2022-05-19T09:38:16.880Z] #2 DONE 0.4s [2022-05-19T09:38:16.880Z] [2022-05-19T09:38:16.880Z] #1 [internal] load build definition from Dockerfile [2022-05-19T09:38:16.880Z] #1 sha256:19282c2b96593c4e964ba6f30b257b910acb99add88a938ad62363883edac329 [2022-05-19T09:38:16.880Z] #1 transferring dockerfile: 17.93kB done [2022-05-19T09:38:16.880Z] #1 DONE 0.4s [2022-05-19T09:38:16.880Z] [2022-05-19T09:38:16.880Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2022-05-19T09:38:16.880Z] #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653 [2022-05-19T09:38:17.139Z] #3 DONE 0.4s [2022-05-19T09:38:17.396Z] [2022-05-19T09:38:17.396Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 [2022-05-19T09:38:17.396Z] #4 sha256:7862c1373501a4a9cd96ccd04641bb1d96c86d034546e74fe74585e3dd12f952 [2022-05-19T09:38:17.396Z] #4 resolve docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 0.0s done [2022-05-19T09:38:17.396Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 3.15MB / 9.67MB 0.1s [2022-05-19T09:38:17.396Z] #4 sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 2.00kB / 2.00kB done [2022-05-19T09:38:17.396Z] #4 sha256:93f32bd6dd9004897fed4703191f48924975081860667932a4df35ba567d7426 528B / 528B done [2022-05-19T09:38:17.396Z] #4 sha256:e532695ddd93ca7c85a816c67afdb352e91052fab7ac19a675088f80915779a7 1.21kB / 1.21kB done [2022-05-19T09:38:17.396Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.2s [2022-05-19T09:38:17.654Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.2s done [2022-05-19T09:38:17.654Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 0.1s [2022-05-19T09:38:17.912Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 0.4s done [2022-05-19T09:38:18.028Z] #11 extracting sha256:21e7497335c1360d6ed9fbe8a27c64abd3a481f4ccc311067ec1c3d7705bb6af 8.5s done [2022-05-19T09:38:18.028Z] #11 extracting sha256:1e452e64228de9a5b7a3c92a199940ee0822ac729805e29e8b15897287aa0470 [2022-05-19T09:38:18.169Z] #4 DONE 0.8s [2022-05-19T09:38:18.169Z] [2022-05-19T09:38:18.169Z] #6 [internal] load build definition from Dockerfile [2022-05-19T09:38:18.169Z] #6 sha256:06359f27de35e6154db313ce6144a24dcd89dca22c35b67212008879e556e9a5 [2022-05-19T09:38:18.169Z] #6 DONE 0.0s [2022-05-19T09:38:18.169Z] [2022-05-19T09:38:18.169Z] #5 [internal] load .dockerignore [2022-05-19T09:38:18.169Z] #5 sha256:51fd7c8f006e8d50df84bd45f22e2a97c3ec2754c7d8e7113d359dfd39eb5656 [2022-05-19T09:38:18.169Z] #5 DONE 0.0s [2022-05-19T09:38:18.169Z] [2022-05-19T09:38:18.169Z] #10 [internal] load metadata for docker.io/library/golang:1.18.2-bullseye [2022-05-19T09:38:18.169Z] #10 sha256:bda913637dfc96ae7398e978f5558b8bc08d10fc6fc8d03587819401a102d0a2 [2022-05-19T09:38:18.286Z] #11 extracting sha256:1e452e64228de9a5b7a3c92a199940ee0822ac729805e29e8b15897287aa0470 done [2022-05-19T09:38:18.286Z] #11 DONE 27.9s [2022-05-19T09:38:18.286Z] [2022-05-19T09:38:18.286Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-05-19T09:38:18.286Z] #12 sha256:117596d16f6a2b9872fcbca80537859f91bd1d83b86fec9b8b3d2954f8da827a [2022-05-19T09:38:19.008Z] #11 extracting sha256:21e7497335c1360d6ed9fbe8a27c64abd3a481f4ccc311067ec1c3d7705bb6af 4.1s done [2022-05-19T09:38:19.276Z] #11 extracting sha256:1e452e64228de9a5b7a3c92a199940ee0822ac729805e29e8b15897287aa0470 done [2022-05-19T09:38:19.276Z] #11 ... [2022-05-19T09:38:19.276Z] [2022-05-19T09:38:19.276Z] #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-05-19T09:38:19.276Z] #29 sha256:87b36cc280fe638d7ef5f20bb22729024d374f203f2bcca845213957d578aa99 [2022-05-19T09:38:19.276Z] #29 0.869 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB] [2022-05-19T09:38:19.276Z] #29 0.880 Get:2 http://deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-05-19T09:38:19.276Z] #29 0.880 Get:3 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-05-19T09:38:19.276Z] #29 1.001 Get:4 http://deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-05-19T09:38:19.276Z] #29 1.238 Get:5 http://security.debian.org/debian-security bullseye-security/main amd64 Packages [146 kB] [2022-05-19T09:38:19.276Z] #29 1.269 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-05-19T09:38:19.276Z] #29 2.683 Fetched 8530 kB in 2s (4182 kB/s) [2022-05-19T09:38:19.276Z] #29 2.683 Reading package lists... [2022-05-19T09:38:19.276Z] #29 3.417 Reading package lists... [2022-05-19T09:38:19.276Z] #29 4.106 Building dependency tree... [2022-05-19T09:38:19.276Z] #29 4.481 The following additional packages will be installed: [2022-05-19T09:38:19.276Z] #29 4.481 libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5 [2022-05-19T09:38:19.276Z] #29 4.482 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl [2022-05-19T09:38:19.276Z] #29 4.483 Recommended packages: [2022-05-19T09:38:19.276Z] #29 4.483 libldap-common publicsuffix libsasl2-modules [2022-05-19T09:38:19.276Z] #29 4.621 The following NEW packages will be installed: [2022-05-19T09:38:19.276Z] #29 4.622 ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2 [2022-05-19T09:38:19.276Z] #29 4.622 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2022-05-19T09:38:19.276Z] #29 4.623 libssh2-1 openssl [2022-05-19T09:38:19.276Z] #29 4.896 0 upgraded, 15 newly installed, 0 to remove and 1 not upgraded. [2022-05-19T09:38:19.276Z] #29 4.896 Need to get 3040 kB of archives. [2022-05-19T09:38:19.276Z] #29 4.896 After this operation, 6651 kB of additional disk space will be used. [2022-05-19T09:38:19.276Z] #29 4.896 Get:1 http://security.debian.org/debian-security bullseye-security/main amd64 openssl amd64 1.1.1n-0+deb11u2 [852 kB] [2022-05-19T09:38:19.276Z] #29 4.896 Get:2 http://deb.debian.org/debian bullseye/main amd64 ca-certificates all 20210119 [158 kB] [2022-05-19T09:38:19.276Z] #29 4.904 Get:3 http://deb.debian.org/debian bullseye/main amd64 libbrotli1 amd64 1.0.9-2+b2 [279 kB] [2022-05-19T09:38:19.276Z] #29 4.908 Get:4 http://deb.debian.org/debian bullseye/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-2.1+deb11u1 [69.1 kB] [2022-05-19T09:38:19.276Z] #29 4.909 Get:5 http://deb.debian.org/debian bullseye/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2.1+deb11u1 [106 kB] [2022-05-19T09:38:19.276Z] #29 4.912 Get:6 http://deb.debian.org/debian bullseye/main amd64 libldap-2.4-2 amd64 2.4.57+dfsg-3 [232 kB] [2022-05-19T09:38:19.276Z] #29 4.916 Get:7 http://deb.debian.org/debian bullseye/main amd64 libnghttp2-14 amd64 1.43.0-1 [77.1 kB] [2022-05-19T09:38:19.276Z] #29 4.917 Get:8 http://deb.debian.org/debian bullseye/main amd64 libpsl5 amd64 0.21.0-1.2 [57.3 kB] [2022-05-19T09:38:19.276Z] #29 4.917 Get:9 http://deb.debian.org/debian bullseye/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB] [2022-05-19T09:38:19.276Z] #29 4.918 Get:10 http://deb.debian.org/debian bullseye/main amd64 libssh2-1 amd64 1.9.0-2 [156 kB] [2022-05-19T09:38:19.276Z] #29 4.919 Get:11 http://deb.debian.org/debian bullseye/main amd64 libcurl4 amd64 7.74.0-1.3+deb11u1 [341 kB] [2022-05-19T09:38:19.276Z] #29 4.922 Get:12 http://deb.debian.org/debian bullseye/main amd64 curl amd64 7.74.0-1.3+deb11u1 [267 kB] [2022-05-19T09:38:19.276Z] #29 4.930 Get:13 http://deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-05-19T09:38:19.276Z] #29 4.931 Get:14 http://deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-05-19T09:38:19.276Z] #29 4.932 Get:15 http://deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-05-19T09:38:19.276Z] #29 5.153 debconf: delaying package configuration, since apt-utils is not installed [2022-05-19T09:38:19.276Z] #29 5.190 Fetched 3040 kB in 0s (9996 kB/s) [2022-05-19T09:38:19.276Z] #29 5.216 Selecting previously unselected package openssl. [2022-05-19T09:38:19.276Z] #29 5.216 (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-05-19T09:38:19.276Z] #29 5.218 Preparing to unpack .../00-openssl_1.1.1n-0+deb11u2_amd64.deb ... [2022-05-19T09:38:19.276Z] #29 5.248 Unpacking openssl (1.1.1n-0+deb11u2) ... [2022-05-19T09:38:19.276Z] #29 5.663 Selecting previously unselected package ca-certificates. [2022-05-19T09:38:19.276Z] #29 5.665 Preparing to unpack .../01-ca-certificates_20210119_all.deb ... [2022-05-19T09:38:19.276Z] #29 5.668 Unpacking ca-certificates (20210119) ... [2022-05-19T09:38:19.276Z] #29 5.724 Selecting previously unselected package libbrotli1:amd64. [2022-05-19T09:38:19.276Z] #29 5.726 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_amd64.deb ... [2022-05-19T09:38:19.276Z] #29 5.734 Unpacking libbrotli1:amd64 (1.0.9-2+b2) ... [2022-05-19T09:38:19.276Z] #29 5.791 Selecting previously unselected package libsasl2-modules-db:amd64. [2022-05-19T09:38:19.276Z] #29 5.792 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_amd64.deb ... [2022-05-19T09:38:19.276Z] #29 5.795 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-05-19T09:38:19.276Z] #29 5.831 Selecting previously unselected package libsasl2-2:amd64. [2022-05-19T09:38:19.276Z] #29 5.832 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_amd64.deb ... [2022-05-19T09:38:19.276Z] #29 5.836 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-05-19T09:38:19.276Z] #29 5.878 Selecting previously unselected package libldap-2.4-2:amd64. [2022-05-19T09:38:19.276Z] #29 5.879 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3_amd64.deb ... [2022-05-19T09:38:19.276Z] #29 5.882 Unpacking libldap-2.4-2:amd64 (2.4.57+dfsg-3) ... [2022-05-19T09:38:19.276Z] #29 5.936 Selecting previously unselected package libnghttp2-14:amd64. [2022-05-19T09:38:19.276Z] #29 5.937 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_amd64.deb ... [2022-05-19T09:38:19.276Z] #29 5.942 Unpacking libnghttp2-14:amd64 (1.43.0-1) ... [2022-05-19T09:38:19.276Z] #29 5.985 Selecting previously unselected package libpsl5:amd64. [2022-05-19T09:38:19.276Z] #29 5.987 Preparing to unpack .../07-libpsl5_0.21.0-1.2_amd64.deb ... [2022-05-19T09:38:19.276Z] #29 5.991 Unpacking libpsl5:amd64 (0.21.0-1.2) ... [2022-05-19T09:38:19.276Z] #29 6.031 Selecting previously unselected package librtmp1:amd64. [2022-05-19T09:38:19.276Z] #29 6.032 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ... [2022-05-19T09:38:19.276Z] #29 6.036 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-05-19T09:38:19.276Z] #29 6.074 Selecting previously unselected package libssh2-1:amd64. [2022-05-19T09:38:19.276Z] #29 6.075 Preparing to unpack .../09-libssh2-1_1.9.0-2_amd64.deb ... [2022-05-19T09:38:19.276Z] #29 6.079 Unpacking libssh2-1:amd64 (1.9.0-2) ... [2022-05-19T09:38:19.276Z] #29 6.126 Selecting previously unselected package libcurl4:amd64. [2022-05-19T09:38:19.276Z] #29 6.127 Preparing to unpack .../10-libcurl4_7.74.0-1.3+deb11u1_amd64.deb ... [2022-05-19T09:38:19.276Z] #29 6.130 Unpacking libcurl4:amd64 (7.74.0-1.3+deb11u1) ... [2022-05-19T09:38:19.276Z] #29 6.185 Selecting previously unselected package curl. [2022-05-19T09:38:19.276Z] #29 6.186 Preparing to unpack .../11-curl_7.74.0-1.3+deb11u1_amd64.deb ... [2022-05-19T09:38:19.276Z] #29 6.190 Unpacking curl (7.74.0-1.3+deb11u1) ... [2022-05-19T09:38:19.276Z] #29 6.242 Selecting previously unselected package libonig5:amd64. [2022-05-19T09:38:19.276Z] #29 6.243 Preparing to unpack .../12-libonig5_6.9.6-1.1_amd64.deb ... [2022-05-19T09:38:19.276Z] #29 6.246 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-05-19T09:38:19.276Z] #29 6.295 Selecting previously unselected package libjq1:amd64. [2022-05-19T09:38:19.276Z] #29 6.297 Preparing to unpack .../13-libjq1_1.6-2.1_amd64.deb ... [2022-05-19T09:38:19.276Z] #29 6.300 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-05-19T09:38:19.276Z] #29 6.339 Selecting previously unselected package jq. [2022-05-19T09:38:19.276Z] #29 6.339 Preparing to unpack .../14-jq_1.6-2.1_amd64.deb ... [2022-05-19T09:38:19.276Z] #29 6.343 Unpacking jq (1.6-2.1) ... [2022-05-19T09:38:19.276Z] #29 6.379 Setting up libpsl5:amd64 (0.21.0-1.2) ... [2022-05-19T09:38:19.276Z] #29 6.389 Setting up libbrotli1:amd64 (1.0.9-2+b2) ... [2022-05-19T09:38:19.276Z] #29 6.401 Setting up libnghttp2-14:amd64 (1.43.0-1) ... [2022-05-19T09:38:19.276Z] #29 6.411 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-05-19T09:38:19.276Z] #29 6.422 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-05-19T09:38:19.276Z] #29 6.432 Setting up libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-05-19T09:38:19.276Z] #29 6.481 Setting up libssh2-1:amd64 (1.9.0-2) ... [2022-05-19T09:38:19.276Z] #29 6.490 Setting up openssl (1.1.1n-0+deb11u2) ... [2022-05-19T09:38:19.276Z] #29 6.505 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-05-19T09:38:19.276Z] #29 6.515 Setting up libjq1:amd64 (1.6-2.1) ... [2022-05-19T09:38:19.276Z] #29 6.525 Setting up libldap-2.4-2:amd64 (2.4.57+dfsg-3) ... [2022-05-19T09:38:19.276Z] #29 6.536 Setting up ca-certificates (20210119) ... [2022-05-19T09:38:19.276Z] #29 7.023 Updating certificates in /etc/ssl/certs... [2022-05-19T09:38:19.276Z] #29 7.580 129 added, 0 removed; done. [2022-05-19T09:38:19.276Z] #29 7.645 Setting up jq (1.6-2.1) ... [2022-05-19T09:38:19.276Z] #29 7.660 Setting up libcurl4:amd64 (7.74.0-1.3+deb11u1) ... [2022-05-19T09:38:19.276Z] #29 7.666 Setting up curl (7.74.0-1.3+deb11u1) ... [2022-05-19T09:38:19.276Z] #29 7.684 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-05-19T09:38:19.276Z] #29 7.707 Processing triggers for ca-certificates (20210119) ... [2022-05-19T09:38:19.276Z] #29 7.714 Updating certificates in /etc/ssl/certs... [2022-05-19T09:38:19.277Z] #29 8.172 0 added, 0 removed; done. [2022-05-19T09:38:19.277Z] #29 8.172 Running hooks in /etc/ca-certificates/update.d... [2022-05-19T09:38:19.277Z] #29 8.173 done. [2022-05-19T09:38:19.277Z] #29 DONE 9.5s [2022-05-19T09:38:19.539Z] [2022-05-19T09:38:19.539Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.2-bullseye@sha256:a966d36a1bdf8769ebfd18eaf1b2cdfc86dfda1a2c61791ccd36ed8237e43a69 [2022-05-19T09:38:19.539Z] #11 sha256:7df3a1c8e8568958516166eeafce9654eaa9d0594d4f96f498d28228ba93e58d [2022-05-19T09:38:19.539Z] #11 DONE 13.7s [2022-05-19T09:38:19.539Z] [2022-05-19T09:38:19.539Z] #30 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-05-19T09:38:19.539Z] #30 sha256:e8d08cb08c9d4345ccb514bf61b27621ce0442c4f347fe79dd4139afd41bd999 [2022-05-19T09:38:19.539Z] #30 DONE 0.1s [2022-05-19T09:38:19.539Z] [2022-05-19T09:38:19.539Z] #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-05-19T09:38:19.539Z] #31 sha256:70d86b92e7461e4f9345acd2b4273a02762a30e2c1d7459dfc7587cf150f337e [2022-05-19T09:38:19.542Z] #10 DONE 1.0s [2022-05-19T09:38:19.542Z] [2022-05-19T09:38:19.542Z] #7 [internal] load metadata for docker.io/library/debian:bullseye [2022-05-19T09:38:19.542Z] #7 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e [2022-05-19T09:38:19.542Z] #7 DONE 1.0s [2022-05-19T09:38:19.542Z] [2022-05-19T09:38:19.542Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-05-19T09:38:19.542Z] #9 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-05-19T09:38:19.542Z] #9 DONE 1.0s [2022-05-19T09:38:19.542Z] [2022-05-19T09:38:19.542Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-05-19T09:38:19.542Z] #8 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-05-19T09:38:19.542Z] #8 DONE 1.0s [2022-05-19T09:38:19.672Z] #12 ... [2022-05-19T09:38:19.673Z] [2022-05-19T09:38:19.673Z] #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-05-19T09:38:19.673Z] #31 sha256:917f4e9b39f0f013ff06ecac017b9b7d171d6deab9772b414046a47e5e36a37c [2022-05-19T09:38:19.673Z] #31 1.505 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2022-05-19T09:38:19.673Z] #31 1.787 [2022-05-19T09:38:19.673Z] #31 2.001 #=#=# ######################################################################## 100.0% [2022-05-19T09:38:19.673Z] #31 2.260 [2022-05-19T09:38:19.673Z] #31 3.169 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2022-05-19T09:38:19.673Z] #31 3.431 [2022-05-19T09:38:19.673Z] #31 3.656 #=#=# ######################################################################## 100.0% [2022-05-19T09:38:19.673Z] #31 3.924 [2022-05-19T09:38:19.673Z] #31 4.787 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)... [2022-05-19T09:38:19.673Z] #31 5.061 [2022-05-19T09:38:19.673Z] #31 5.290 #=#=# ################## 25.9% ######################################### 57.2% ################################################################# 91.1% ######################################################################## 100.0% [2022-05-19T09:38:19.673Z] #31 5.845 [2022-05-19T09:38:19.673Z] #31 6.821 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2022-05-19T09:38:19.673Z] #31 7.099 [2022-05-19T09:38:19.673Z] #31 7.321 #=#=# ######################################################################## 100.0% [2022-05-19T09:38:19.673Z] #31 7.644 [2022-05-19T09:38:19.673Z] #31 8.380 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2022-05-19T09:38:19.673Z] #31 8.673 [2022-05-19T09:38:19.673Z] #31 8.897 #=#=# ######################################################################## 100.0% [2022-05-19T09:38:19.673Z] #31 9.176 [2022-05-19T09:38:19.673Z] #31 9.241 Download of images into '/build' complete. [2022-05-19T09:38:19.673Z] #31 9.241 Use something like the following to load the result into a Docker daemon: [2022-05-19T09:38:19.673Z] #31 9.241 tar -cC '/build' . | docker load [2022-05-19T09:38:19.673Z] #31 DONE 10.3s [2022-05-19T09:38:19.673Z] [2022-05-19T09:38:19.673Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-05-19T09:38:19.673Z] #12 sha256:117596d16f6a2b9872fcbca80537859f91bd1d83b86fec9b8b3d2954f8da827a [2022-05-19T09:38:19.673Z] #12 DONE 1.3s [2022-05-19T09:38:19.673Z] [2022-05-19T09:38:19.673Z] #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-05-19T09:38:19.673Z] #13 sha256:4348a12012be920f4ec7d32125e42d660e742d7d03a0fd6b9eca1fd0ea894918 [2022-05-19T09:38:19.802Z] [2022-05-19T09:38:19.802Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.2-bullseye@sha256:a966d36a1bdf8769ebfd18eaf1b2cdfc86dfda1a2c61791ccd36ed8237e43a69 [2022-05-19T09:38:19.802Z] #11 sha256:7df3a1c8e8568958516166eeafce9654eaa9d0594d4f96f498d28228ba93e58d [2022-05-19T09:38:19.802Z] #11 DONE 0.0s [2022-05-19T09:38:19.802Z] [2022-05-19T09:38:19.802Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:6137c67e2009e881526386c42ba99b3657e4f92f546814a33d35b14e60579777 [2022-05-19T09:38:19.802Z] #28 sha256:7c4be5aae40e15ff58ab956b21209722acec95128fd98f7d1ee6ae271b42511e [2022-05-19T09:38:19.802Z] #28 DONE 0.0s [2022-05-19T09:38:19.802Z] [2022-05-19T09:38:19.802Z] #49 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-05-19T09:38:19.802Z] #49 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-05-19T09:38:20.109Z] #31 ... [2022-05-19T09:38:20.109Z] [2022-05-19T09:38:20.109Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-05-19T09:38:20.109Z] #12 sha256:117596d16f6a2b9872fcbca80537859f91bd1d83b86fec9b8b3d2954f8da827a [2022-05-19T09:38:20.109Z] #12 DONE 0.7s [2022-05-19T09:38:20.240Z] #13 DONE 0.6s [2022-05-19T09:38:20.240Z] [2022-05-19T09:38:20.240Z] #40 [gowinres 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/tc-hib/go-winres@v0.2.3" && /build/go-winres --help [2022-05-19T09:38:20.240Z] #40 sha256:37d08abbef240dae45f3f4b200665c464b1ec144f90a704a4db6e84ebd20377e [2022-05-19T09:38:20.369Z] [2022-05-19T09:38:20.369Z] #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-05-19T09:38:20.369Z] #13 sha256:4348a12012be920f4ec7d32125e42d660e742d7d03a0fd6b9eca1fd0ea894918 [2022-05-19T09:38:20.501Z] #40 ... [2022-05-19T09:38:20.501Z] [2022-05-19T09:38:20.501Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-05-19T09:38:20.501Z] #33 sha256:13bbbf3faff18723d09a20753ca4c0d8c0ef84f05bf2eaee8859a47cbac48283 [2022-05-19T09:38:20.501Z] #33 DONE 0.2s [2022-05-19T09:38:20.501Z] [2022-05-19T09:38:20.501Z] #50 [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-05-19T09:38:20.501Z] #50 sha256:9c3b208b65a8b8fa54d9d809817a461609014ba0ebc6cb06346f719cbbe6d55b [2022-05-19T09:38:20.501Z] #50 DONE 0.2s [2022-05-19T09:38:20.501Z] [2022-05-19T09:38:20.501Z] #46 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-05-19T09:38:20.501Z] #46 sha256:205206618d4a474f9923652b99989d5716de3944ac6d6bda09aaf1d46f6d4970 [2022-05-19T09:38:20.502Z] #46 DONE 0.3s [2022-05-19T09:38:20.502Z] [2022-05-19T09:38:20.502Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-05-19T09:38:20.502Z] #25 sha256:01b8996c615564bfeb28f1374313536b0418c96c6845c95686815ecb6064ec35 [2022-05-19T09:38:20.502Z] #25 DONE 0.3s [2022-05-19T09:38:20.502Z] [2022-05-19T09:38:20.502Z] #66 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2022-05-19T09:38:20.502Z] #66 sha256:5f1ed65a90164e58e5dc96ddb6726ef88c9a1a16fed3613e398e004e03a8535d [2022-05-19T09:38:20.502Z] #66 DONE 0.3s [2022-05-19T09:38:20.502Z] [2022-05-19T09:38:20.502Z] #47 [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-05-19T09:38:20.502Z] #47 sha256:64f45ab858eeef59fd7b71f6ddefa43f4783e6b095c9c6c7ac7b72b27a18059b [2022-05-19T09:38:20.629Z] #13 DONE 0.5s [2022-05-19T09:38:20.629Z] [2022-05-19T09:38:20.629Z] #57 [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-05-19T09:38:20.629Z] #57 sha256:05b451803d0e878724252e3bcc7478d20bebad3dbc9fdb0d3f630b629e0e4d15 [2022-05-19T09:38:20.629Z] #57 ... [2022-05-19T09:38:20.629Z] [2022-05-19T09:38:20.629Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-05-19T09:38:20.629Z] #33 sha256:13bbbf3faff18723d09a20753ca4c0d8c0ef84f05bf2eaee8859a47cbac48283 [2022-05-19T09:38:20.629Z] #33 DONE 0.1s [2022-05-19T09:38:20.629Z] [2022-05-19T09:38:20.629Z] #50 [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-05-19T09:38:20.629Z] #50 sha256:9c3b208b65a8b8fa54d9d809817a461609014ba0ebc6cb06346f719cbbe6d55b [2022-05-19T09:38:20.629Z] #50 DONE 0.1s [2022-05-19T09:38:20.629Z] [2022-05-19T09:38:20.629Z] #46 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-05-19T09:38:20.629Z] #46 sha256:205206618d4a474f9923652b99989d5716de3944ac6d6bda09aaf1d46f6d4970 [2022-05-19T09:38:20.629Z] #46 DONE 0.2s [2022-05-19T09:38:20.748Z] #49 DONE 0.0s [2022-05-19T09:38:20.748Z] [2022-05-19T09:38:20.748Z] #71 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-05-19T09:38:20.748Z] #71 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-05-19T09:38:20.748Z] #71 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 done [2022-05-19T09:38:20.748Z] #71 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done [2022-05-19T09:38:20.748Z] #71 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done [2022-05-19T09:38:20.748Z] #71 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-05-19T09:38:20.748Z] #71 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 0.6s [2022-05-19T09:38:20.748Z] #71 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 0.6s done [2022-05-19T09:38:20.748Z] #71 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 [2022-05-19T09:38:20.888Z] [2022-05-19T09:38:20.888Z] #66 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2022-05-19T09:38:20.888Z] #66 sha256:0fd7a95babe1b14687394ae736b5ea795bb60452e6c914df42b99246e3780ede [2022-05-19T09:38:20.888Z] #66 DONE 0.2s [2022-05-19T09:38:20.888Z] [2022-05-19T09:38:20.888Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-05-19T09:38:20.888Z] #25 sha256:f6b0a807e5204287180246c73a99205290231bd3a44ae4078de927ceb1d0024d [2022-05-19T09:38:20.888Z] #25 DONE 0.2s [2022-05-19T09:38:20.888Z] [2022-05-19T09:38:20.888Z] #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-05-19T09:38:20.888Z] #31 sha256:70d86b92e7461e4f9345acd2b4273a02762a30e2c1d7459dfc7587cf150f337e [2022-05-19T09:38:20.888Z] #31 1.359 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2022-05-19T09:38:20.888Z] #31 1.539 [2022-05-19T09:38:21.233Z] #11 extracting sha256:21e7497335c1360d6ed9fbe8a27c64abd3a481f4ccc311067ec1c3d7705bb6af 5.1s [2022-05-19T09:38:21.233Z] #11 ... [2022-05-19T09:38:21.233Z] [2022-05-19T09:38:21.233Z] #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-05-19T09:38:21.233Z] #38 sha256:e4d9fcdb541ac1c6a66b64ab2a18efae110ab41ac48b90d4e7e9a6bf8157cd64 [2022-05-19T09:38:21.233Z] #38 1.845 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2022-05-19T09:38:21.233Z] #38 2.190 [2022-05-19T09:38:21.233Z] #38 2.422 #=#=# ######################################################################## 100.0% [2022-05-19T09:38:21.233Z] #38 2.724 [2022-05-19T09:38:21.233Z] #38 3.782 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2022-05-19T09:38:21.233Z] #38 4.095 [2022-05-19T09:38:21.233Z] #38 4.329 #=#=# ######################################################################## 100.0% [2022-05-19T09:38:21.233Z] #38 4.634 [2022-05-19T09:38:21.233Z] #38 5.899 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)... [2022-05-19T09:38:21.233Z] #38 6.221 [2022-05-19T09:38:21.233Z] #38 6.449 #=#=# ##### 8.1% #################################### 50.6% ###################################################### 75.8% ######################################################################## 100.0% [2022-05-19T09:38:21.233Z] #38 7.180 [2022-05-19T09:38:21.233Z] #38 8.284 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2022-05-19T09:38:21.233Z] #38 8.650 [2022-05-19T09:38:21.233Z] #38 8.877 #=#=# ######################################################################## 100.0% [2022-05-19T09:38:21.233Z] #38 9.242 [2022-05-19T09:38:21.233Z] #38 10.13 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2022-05-19T09:38:21.233Z] #38 ... [2022-05-19T09:38:21.233Z] [2022-05-19T09:38:21.233Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.2-bullseye@sha256:a966d36a1bdf8769ebfd18eaf1b2cdfc86dfda1a2c61791ccd36ed8237e43a69 [2022-05-19T09:38:21.233Z] #11 sha256:7df3a1c8e8568958516166eeafce9654eaa9d0594d4f96f498d28228ba93e58d [2022-05-19T09:38:21.409Z] #31 1.753 #=#=# ######################################################################## 100.0% [2022-05-19T09:38:21.409Z] #31 1.985 [2022-05-19T09:38:22.791Z] #31 3.324 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2022-05-19T09:38:23.365Z] #31 3.824 [2022-05-19T09:38:23.626Z] #31 4.129 #=#=# ######################################################################## 100.0% [2022-05-19T09:38:23.700Z] Client: [2022-05-19T09:38:23.700Z] Context: default [2022-05-19T09:38:23.700Z] Debug Mode: false [2022-05-19T09:38:23.700Z] Plugins: [2022-05-19T09:38:23.700Z] app: Docker Application (Docker Inc., v0.8.0) [2022-05-19T09:38:23.700Z] cluster: Manage Mirantis Container Cloud clusters (Mirantis Inc., v1.9.0) [2022-05-19T09:38:23.700Z] registry: Manage Docker registries (Docker Inc., 0.1.0) [2022-05-19T09:38:23.700Z] [2022-05-19T09:38:23.700Z] Server: [2022-05-19T09:38:23.700Z] Containers: 0 [2022-05-19T09:38:23.700Z] Running: 0 [2022-05-19T09:38:23.700Z] Paused: 0 [2022-05-19T09:38:23.700Z] Stopped: 0 [2022-05-19T09:38:23.700Z] Images: 0 [2022-05-19T09:38:23.700Z] Server Version: 20.10.9 [2022-05-19T09:38:23.700Z] Storage Driver: windowsfilter (windows) lcow (linux) [2022-05-19T09:38:23.700Z] Windows: [2022-05-19T09:38:23.700Z] LCOW: [2022-05-19T09:38:23.700Z] Logging Driver: json-file [2022-05-19T09:38:23.700Z] Plugins: [2022-05-19T09:38:23.700Z] Volume: local [2022-05-19T09:38:23.700Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-05-19T09:38:23.700Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-05-19T09:38:23.700Z] Swarm: inactive [2022-05-19T09:38:23.700Z] Default Isolation: process [2022-05-19T09:38:23.700Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2022-05-19T09:38:23.700Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.2183) [2022-05-19T09:38:23.700Z] OSType: windows [2022-05-19T09:38:23.700Z] Architecture: x86_64 [2022-05-19T09:38:23.700Z] CPUs: 4 [2022-05-19T09:38:23.700Z] Total Memory: 32GiB [2022-05-19T09:38:23.700Z] Name: azwin-2-db4f50 [2022-05-19T09:38:23.700Z] ID: OBVN:G3H4:FJG4:OG2S:XO4Y:7BB7:QXYF:W3KL:Z6WW:C45S:QCIM:4F6L [2022-05-19T09:38:23.700Z] Docker Root Dir: D:\docker [2022-05-19T09:38:23.700Z] Debug Mode: false [2022-05-19T09:38:23.700Z] Registry: https://index.docker.io/v1/ [2022-05-19T09:38:23.700Z] Labels: [2022-05-19T09:38:23.700Z] Experimental: true [2022-05-19T09:38:23.700Z] Insecure Registries: [2022-05-19T09:38:23.700Z] 10.0.0.4:5000 [2022-05-19T09:38:23.700Z] 127.0.0.0/8 [2022-05-19T09:38:23.700Z] Registry Mirrors: [2022-05-19T09:38:23.701Z] http://10.0.0.4:5000/ [2022-05-19T09:38:23.701Z] Live Restore Enabled: false [2022-05-19T09:38:23.701Z] Product License: Community Engine [2022-05-19T09:38:23.701Z] [2022-05-19T09:38:23.784Z] #11 ... [2022-05-19T09:38:23.784Z] [2022-05-19T09:38:23.784Z] #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-05-19T09:38:23.784Z] #38 sha256:e4d9fcdb541ac1c6a66b64ab2a18efae110ab41ac48b90d4e7e9a6bf8157cd64 [2022-05-19T09:38:23.784Z] #38 10.44 [2022-05-19T09:38:23.784Z] #38 10.66 #=#=# ######################################################################## 100.0% [2022-05-19T09:38:23.784Z] #38 10.98 [2022-05-19T09:38:23.784Z] #38 11.04 Download of images into '/build' complete. [2022-05-19T09:38:23.784Z] #38 11.04 Use something like the following to load the result into a Docker daemon: [2022-05-19T09:38:23.784Z] #38 11.04 tar -cC '/build' . | docker load [2022-05-19T09:38:23.784Z] #38 DONE 12.8s [2022-05-19T09:38:23.784Z] [2022-05-19T09:38:23.784Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.2-bullseye@sha256:a966d36a1bdf8769ebfd18eaf1b2cdfc86dfda1a2c61791ccd36ed8237e43a69 [2022-05-19T09:38:23.784Z] #11 sha256:7df3a1c8e8568958516166eeafce9654eaa9d0594d4f96f498d28228ba93e58d [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [2022-05-19T09:38:23.888Z] #31 4.589 [Pipeline] powershell [2022-05-19T09:38:24.679Z] Fetching without tags [2022-05-19T09:38:24.951Z] #71 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 3.5s done [2022-05-19T09:38:24.951Z] #71 DONE 5.0s [2022-05-19T09:38:24.951Z] [2022-05-19T09:38:24.951Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.2-bullseye@sha256:a966d36a1bdf8769ebfd18eaf1b2cdfc86dfda1a2c61791ccd36ed8237e43a69 [2022-05-19T09:38:24.951Z] #11 sha256:7df3a1c8e8568958516166eeafce9654eaa9d0594d4f96f498d28228ba93e58d [2022-05-19T09:38:24.951Z] #11 resolve docker.io/library/golang:1.18.2-bullseye@sha256:a966d36a1bdf8769ebfd18eaf1b2cdfc86dfda1a2c61791ccd36ed8237e43a69 0.1s done [2022-05-19T09:38:24.951Z] #11 sha256:a966d36a1bdf8769ebfd18eaf1b2cdfc86dfda1a2c61791ccd36ed8237e43a69 1.86kB / 1.86kB done [2022-05-19T09:38:24.951Z] #11 sha256:a9d1f28367890615df70c45ba54ea69a8e95e202517e7114942c2f0449ce1de9 1.80kB / 1.80kB done [2022-05-19T09:38:24.951Z] #11 sha256:7d1902a99d63c7f43a7549a661ce718b563707c0faad5862444423759935f2d6 7.10kB / 7.10kB done [2022-05-19T09:38:24.951Z] #11 sha256:67e8aa6c8bbc76b1f2bccb3864b0887671833b8667dc1f6c965fcb0eac7e6402 54.95MB / 54.95MB 2.5s done [2022-05-19T09:38:24.951Z] #11 sha256:627e6c1e105548ea4a08354eea581f137cf368d91aeb0ad47dcb706fca54fd8b 5.16MB / 5.16MB 1.0s done [2022-05-19T09:38:24.951Z] #11 sha256:5a8b0e20be4b4a332bc3d90b9903a5f3c0664b440fd9f1d2a1db0d4b7e6e826b 54.58MB / 54.58MB 3.4s done [2022-05-19T09:38:24.951Z] #11 sha256:0670968926f6461e3135c82ba2c0ad3ebdedc0d0f41b18bda4a1e41104b8be8a 10.88MB / 10.88MB 1.9s done [2022-05-19T09:38:24.951Z] #11 sha256:10f766b17f5384d63134264ec3a98043d9c8e94795eb1462133ceb2985648921 85.85MB / 85.85MB 4.4s done [2022-05-19T09:38:24.951Z] #11 sha256:21e7497335c1360d6ed9fbe8a27c64abd3a481f4ccc311067ec1c3d7705bb6af 115.34MB / 141.73MB 4.7s [2022-05-19T09:38:24.951Z] #11 extracting sha256:67e8aa6c8bbc76b1f2bccb3864b0887671833b8667dc1f6c965fcb0eac7e6402 1.8s [2022-05-19T09:38:24.951Z] #11 sha256:1e452e64228de9a5b7a3c92a199940ee0822ac729805e29e8b15897287aa0470 156B / 156B 3.6s done [2022-05-19T09:38:24.951Z] #11 sha256:21e7497335c1360d6ed9fbe8a27c64abd3a481f4ccc311067ec1c3d7705bb6af 123.73MB / 141.73MB 4.8s [2022-05-19T09:38:24.951Z] #11 sha256:21e7497335c1360d6ed9fbe8a27c64abd3a481f4ccc311067ec1c3d7705bb6af 131.07MB / 141.73MB 4.9s [2022-05-19T09:38:25.210Z] #11 sha256:21e7497335c1360d6ed9fbe8a27c64abd3a481f4ccc311067ec1c3d7705bb6af 141.73MB / 141.73MB 5.1s [2022-05-19T09:38:25.424Z] Merging remotes/origin/master commit c9d04033d443e359e73e5da58a6b46ec1b8f2373 into PR head commit ce3e2d1955539d6045965312a1249a381f4a2838 [2022-05-19T09:38:24.325Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-05-19T09:38:24.405Z] > git config --add remote.origin.fetch +refs/pull/43557/head:refs/remotes/origin/PR-43557 # timeout=10 [2022-05-19T09:38:24.461Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-05-19T09:38:24.593Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-05-19T09:38:24.720Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-05-19T09:38:24.720Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-05-19T09:38:24.723Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43557/head:refs/remotes/origin/PR-43557 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-05-19T09:38:25.539Z] > git config core.sparsecheckout # timeout=10 [2022-05-19T09:38:25.595Z] > git checkout -f ce3e2d1955539d6045965312a1249a381f4a2838 # timeout=10 [2022-05-19T09:38:25.783Z] #47 ... [2022-05-19T09:38:25.783Z] [2022-05-19T09:38:25.783Z] #40 [gowinres 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/tc-hib/go-winres@v0.2.3" && /build/go-winres --help [2022-05-19T09:38:25.783Z] #40 sha256:37d08abbef240dae45f3f4b200665c464b1ec144f90a704a4db6e84ebd20377e [2022-05-19T09:38:25.783Z] #40 4.682 go: downloading github.com/tc-hib/go-winres v0.2.3 [2022-05-19T09:38:25.783Z] #40 5.349 go: downloading github.com/tc-hib/winres v0.1.5 [2022-05-19T09:38:25.801Z] #31 6.232 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)... [2022-05-19T09:38:26.344Z] #11 extracting sha256:21e7497335c1360d6ed9fbe8a27c64abd3a481f4ccc311067ec1c3d7705bb6af 10.1s [2022-05-19T09:38:26.372Z] #31 6.921 [2022-05-19T09:38:26.638Z] #31 ... [2022-05-19T09:38:26.638Z] [2022-05-19T09:38:26.638Z] #67 [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-05-19T09:38:26.638Z] #67 sha256:c8a7ec792afe73a6fd18e55b41e5e6c3f72ad9447e579aef952afe433126ccb3 [2022-05-19T09:38:26.638Z] #67 2.019 + RM_GOPATH=0 [2022-05-19T09:38:26.638Z] #67 2.019 + TMP_GOPATH= [2022-05-19T09:38:26.638Z] #67 2.019 + : /build [2022-05-19T09:38:26.638Z] #67 2.019 + '[' -z '' ']' [2022-05-19T09:38:26.638Z] #67 2.020 ++ mktemp -d [2022-05-19T09:38:26.638Z] #67 2.029 + export GOPATH=/tmp/tmp.RmqO9pwxhU [2022-05-19T09:38:26.638Z] #67 2.029 + GOPATH=/tmp/tmp.RmqO9pwxhU [2022-05-19T09:38:26.638Z] #67 2.029 + RM_GOPATH=1 [2022-05-19T09:38:26.638Z] #67 2.029 + case "$(go env GOARCH)" in [2022-05-19T09:38:26.638Z] #67 2.029 ++ go env GOARCH [2022-05-19T09:38:26.638Z] #67 2.033 + export GO_BUILDMODE=-buildmode=pie [2022-05-19T09:38:26.638Z] #67 2.033 + GO_BUILDMODE=-buildmode=pie [2022-05-19T09:38:26.638Z] #67 2.034 ++ dirname /install.sh [2022-05-19T09:38:26.638Z] #67 2.035 + dir=/ [2022-05-19T09:38:26.638Z] #67 2.035 + bin=rootlesskit [2022-05-19T09:38:26.638Z] #67 2.035 + shift [2022-05-19T09:38:26.638Z] #67 2.035 + '[' '!' -f //rootlesskit.installer ']' [2022-05-19T09:38:26.638Z] #67 2.035 + . //rootlesskit.installer [2022-05-19T09:38:26.638Z] #67 2.035 ++ : 1920341cd41e047834a21007424162a2dc946315 [2022-05-19T09:38:26.638Z] #67 2.035 + install_rootlesskit [2022-05-19T09:38:26.638Z] #67 2.035 + case "$1" in [2022-05-19T09:38:26.638Z] #67 2.035 + export CGO_ENABLED=0 [2022-05-19T09:38:26.638Z] #67 2.035 + CGO_ENABLED=0 [2022-05-19T09:38:26.638Z] #67 2.035 + _install_rootlesskit [2022-05-19T09:38:26.638Z] #67 2.035 + echo 'Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315' [2022-05-19T09:38:26.638Z] #67 2.035 + for f in rootlesskit rootlesskit-docker-proxy [2022-05-19T09:38:26.638Z] #67 2.035 Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315 [2022-05-19T09:38:26.638Z] #67 2.036 + GOBIN=/build [2022-05-19T09:38:26.638Z] #67 2.036 + GO111MODULE=on [2022-05-19T09:38:26.638Z] #67 2.036 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@1920341cd41e047834a21007424162a2dc946315 [2022-05-19T09:38:26.638Z] #67 2.459 go: downloading github.com/rootless-containers/rootlesskit v1.0.0 [2022-05-19T09:38:26.638Z] #67 3.665 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-05-19T09:38:26.638Z] #67 3.665 go: downloading github.com/urfave/cli/v2 v2.4.0 [2022-05-19T09:38:26.638Z] #67 3.687 go: downloading golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8 [2022-05-19T09:38:26.638Z] #67 3.712 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd [2022-05-19T09:38:26.638Z] #67 3.778 go: downloading github.com/gofrs/flock v0.8.1 [2022-05-19T09:38:26.638Z] #67 3.793 go: downloading github.com/gorilla/mux v1.8.0 [2022-05-19T09:38:26.638Z] #67 3.794 go: downloading github.com/moby/sys/mountinfo v0.6.0 [2022-05-19T09:38:26.638Z] #67 3.894 go: downloading github.com/google/uuid v1.3.0 [2022-05-19T09:38:26.638Z] #67 3.940 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 [2022-05-19T09:38:26.638Z] #67 3.957 go: downloading github.com/moby/vpnkit v0.5.0 [2022-05-19T09:38:26.638Z] #67 4.390 go: downloading golang.org/x/net v0.0.0-20201110031124-69a78807bb2b [2022-05-19T09:38:26.638Z] #67 4.426 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c [2022-05-19T09:38:26.638Z] #67 5.396 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1 [2022-05-19T09:38:26.638Z] #67 5.431 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-05-19T09:38:26.638Z] #67 ... [2022-05-19T09:38:26.638Z] [2022-05-19T09:38:26.638Z] #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-05-19T09:38:26.638Z] #31 sha256:70d86b92e7461e4f9345acd2b4273a02762a30e2c1d7459dfc7587cf150f337e [2022-05-19T09:38:26.721Z] #40 6.137 go: downloading github.com/urfave/cli/v2 v2.3.0 [2022-05-19T09:38:26.721Z] #40 6.406 go: downloading github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 [2022-05-19T09:38:26.721Z] #40 6.434 go: downloading golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb [2022-05-19T09:38:27.159Z] #31 7.189 #=#=# 0.1% #################### 29.0% ############################################### 66.1% ######################################################################## 100.0% [2022-05-19T09:38:27.741Z] #11 sha256:21e7497335c1360d6ed9fbe8a27c64abd3a481f4ccc311067ec1c3d7705bb6af 141.73MB / 141.73MB 7.4s done [2022-05-19T09:38:27.748Z] #31 8.161 [2022-05-19T09:38:27.998Z] #11 ... [2022-05-19T09:38:27.998Z] [2022-05-19T09:38:27.998Z] #24 [internal] load build context [2022-05-19T09:38:27.998Z] #24 sha256:86d8ad5c4300b63f0f3bbf7fd1fb5685829bf195b6d1c38b9ab8c4c611b08b4f [2022-05-19T09:38:27.998Z] #24 transferring context: 61.19MB 6.9s done [2022-05-19T09:38:27.998Z] #24 DONE 8.1s [2022-05-19T09:38:27.998Z] [2022-05-19T09:38:27.998Z] #73 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-05-19T09:38:27.998Z] #73 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-05-19T09:38:27.998Z] #73 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done [2022-05-19T09:38:27.998Z] #73 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-05-19T09:38:27.998Z] #73 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done [2022-05-19T09:38:27.998Z] #73 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done [2022-05-19T09:38:27.998Z] #73 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 1.0s done [2022-05-19T09:38:27.998Z] #73 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 4.2s done [2022-05-19T09:38:27.998Z] #73 DONE 8.0s [2022-05-19T09:38:27.998Z] [2022-05-19T09:38:27.998Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.2-bullseye@sha256:a966d36a1bdf8769ebfd18eaf1b2cdfc86dfda1a2c61791ccd36ed8237e43a69 [2022-05-19T09:38:27.998Z] #11 sha256:7df3a1c8e8568958516166eeafce9654eaa9d0594d4f96f498d28228ba93e58d [2022-05-19T09:38:27.998Z] #11 ... [2022-05-19T09:38:27.998Z] [2022-05-19T09:38:27.998Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:6137c67e2009e881526386c42ba99b3657e4f92f546814a33d35b14e60579777 [2022-05-19T09:38:27.998Z] #28 sha256:7c4be5aae40e15ff58ab956b21209722acec95128fd98f7d1ee6ae271b42511e [2022-05-19T09:38:27.998Z] #28 resolve docker.io/library/debian:bullseye@sha256:6137c67e2009e881526386c42ba99b3657e4f92f546814a33d35b14e60579777 0.1s done [2022-05-19T09:38:27.998Z] #28 sha256:6137c67e2009e881526386c42ba99b3657e4f92f546814a33d35b14e60579777 1.85kB / 1.85kB done [2022-05-19T09:38:27.998Z] #28 sha256:da1a55850480753941bb8aff55935742562aca344adac8544799e6551b4fe802 529B / 529B done [2022-05-19T09:38:27.998Z] #28 sha256:c4905f2a4f97c2c59ee2b37ed16b02a184e0f1f3a378072b6ffa9e94bcb9e431 1.46kB / 1.46kB done [2022-05-19T09:38:27.998Z] #28 sha256:67e8aa6c8bbc76b1f2bccb3864b0887671833b8667dc1f6c965fcb0eac7e6402 54.95MB / 54.95MB 2.4s done [2022-05-19T09:38:28.255Z] #28 ... [2022-05-19T09:38:28.255Z] [2022-05-19T09:38:28.255Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.2-bullseye@sha256:a966d36a1bdf8769ebfd18eaf1b2cdfc86dfda1a2c61791ccd36ed8237e43a69 [2022-05-19T09:38:28.255Z] #11 sha256:7df3a1c8e8568958516166eeafce9654eaa9d0594d4f96f498d28228ba93e58d [2022-05-19T09:38:28.319Z] #31 ... [2022-05-19T09:38:28.319Z] [2022-05-19T09:38:28.319Z] #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-05-19T09:38:28.319Z] #26 sha256:41cb68d795ae28d181fcc83d4eacf7394f4f1bf765e7917bf4d1e982d1115e2e [2022-05-19T09:38:28.319Z] #26 1.861 + RM_GOPATH=0 [2022-05-19T09:38:28.319Z] #26 1.861 + TMP_GOPATH= [2022-05-19T09:38:28.319Z] #26 1.861 + : /build [2022-05-19T09:38:28.319Z] #26 1.861 + '[' -z '' ']' [2022-05-19T09:38:28.319Z] #26 1.861 ++ mktemp -d [2022-05-19T09:38:28.319Z] #26 1.861 + export GOPATH=/tmp/tmp.DpdHF9hiWb [2022-05-19T09:38:28.319Z] #26 1.861 + GOPATH=/tmp/tmp.DpdHF9hiWb [2022-05-19T09:38:28.319Z] #26 1.861 + RM_GOPATH=1 [2022-05-19T09:38:28.319Z] #26 1.861 + case "$(go env GOARCH)" in [2022-05-19T09:38:28.319Z] #26 1.861 ++ go env GOARCH [2022-05-19T09:38:28.319Z] #26 1.876 + export GO_BUILDMODE=-buildmode=pie [2022-05-19T09:38:28.319Z] #26 1.876 + GO_BUILDMODE=-buildmode=pie [2022-05-19T09:38:28.319Z] #26 1.876 ++ dirname /install.sh [2022-05-19T09:38:28.319Z] #26 1.876 + dir=/ [2022-05-19T09:38:28.319Z] #26 1.876 + bin=dockercli [2022-05-19T09:38:28.319Z] #26 1.876 + shift [2022-05-19T09:38:28.319Z] #26 1.876 + '[' '!' -f //dockercli.installer ']' [2022-05-19T09:38:28.319Z] #26 1.876 + . //dockercli.installer [2022-05-19T09:38:28.319Z] #26 1.876 ++ : stable [2022-05-19T09:38:28.319Z] #26 1.876 ++ : 17.06.2-ce [2022-05-19T09:38:28.319Z] #26 1.876 + install_dockercli [2022-05-19T09:38:28.319Z] #26 1.876 + echo 'Install docker/cli version 17.06.2-ce from stable' [2022-05-19T09:38:28.319Z] #26 1.876 ++ uname -m [2022-05-19T09:38:28.319Z] #26 1.876 + arch=x86_64 [2022-05-19T09:38:28.319Z] #26 1.876 + '[' x86_64 '!=' x86_64 ']' [2022-05-19T09:38:28.319Z] #26 1.876 + url=https://download.docker.com/linux/static [2022-05-19T09:38:28.319Z] #26 1.876 + tar -xz docker/docker [2022-05-19T09:38:28.319Z] #26 1.876 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2022-05-19T09:38:28.319Z] #26 1.876 Install docker/cli version 17.06.2-ce from stable [2022-05-19T09:38:28.319Z] #26 4.057 + mkdir -p /build [2022-05-19T09:38:28.319Z] #26 4.059 + mv docker/docker /build/ [2022-05-19T09:38:28.319Z] #26 4.062 + rmdir docker [2022-05-19T09:38:28.319Z] #26 DONE 7.4s [2022-05-19T09:38:28.319Z] [2022-05-19T09:38:28.319Z] #38 [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-05-19T09:38:28.319Z] #38 sha256:ae7bed019bb497077c7cdbdc7340eefa54526eeb9cd33f3e4ff19c12132b415c [2022-05-19T09:38:28.319Z] #38 1.707 go: downloading github.com/pelletier/go-toml v1.8.1 [2022-05-19T09:38:28.319Z] #38 5.734 tomll can be used in two ways: [2022-05-19T09:38:28.319Z] #38 5.735 Writing to STDIN and reading from STDOUT: [2022-05-19T09:38:28.319Z] #38 5.735 cat file.toml | tomll > file.toml [2022-05-19T09:38:28.319Z] #38 5.735 [2022-05-19T09:38:28.319Z] #38 5.735 Reading and updating a list of files: [2022-05-19T09:38:28.319Z] #38 5.735 tomll a.toml b.toml c.toml [2022-05-19T09:38:28.319Z] #38 5.736 [2022-05-19T09:38:28.319Z] #38 5.736 When given a list of files, tomll will modify all files in place without asking. [2022-05-19T09:38:28.319Z] #38 DONE 7.6s [2022-05-19T09:38:28.319Z] [2022-05-19T09:38:28.319Z] #36 [delve 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/go-delve/delve/cmd/dlv@v1.8.1" && /build/dlv --help [2022-05-19T09:38:28.319Z] #36 sha256:03e732bcf8e9966774f0748183eb1fe6fc75b304267c47c51a6cef833e2fda40 [2022-05-19T09:38:28.319Z] #36 1.574 go: downloading github.com/go-delve/delve v1.8.1 [2022-05-19T09:38:28.319Z] #36 4.369 go: downloading github.com/sirupsen/logrus v1.6.0 [2022-05-19T09:38:28.319Z] #36 4.371 go: downloading github.com/mattn/go-isatty v0.0.3 [2022-05-19T09:38:28.319Z] #36 4.372 go: downloading github.com/spf13/cobra v1.1.3 [2022-05-19T09:38:28.319Z] #36 4.415 go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-05-19T09:38:28.319Z] #36 4.444 go: downloading github.com/cosiner/argv v0.1.0 [2022-05-19T09:38:28.319Z] #36 4.446 go: downloading github.com/peterh/liner v1.2.2 [2022-05-19T09:38:28.319Z] #36 4.459 go: downloading github.com/derekparker/trie v0.0.0-20200317170641-1fdf38b7b0e9 [2022-05-19T09:38:28.319Z] #36 4.485 go: downloading github.com/google/go-dap v0.6.0 [2022-05-19T09:38:28.319Z] #36 4.513 go: downloading golang.org/x/sys v0.0.0-20211117180635-dee7805ff2e1 [2022-05-19T09:38:28.319Z] #36 4.523 go: downloading go.starlark.net v0.0.0-20200821142938-949cc6f4b097 [2022-05-19T09:38:28.319Z] #36 4.617 go: downloading github.com/hashicorp/golang-lru v0.5.4 [2022-05-19T09:38:28.319Z] #36 4.618 go: downloading golang.org/x/arch v0.0.0-20190927153633-4e8777c89be4 [2022-05-19T09:38:28.319Z] #36 4.629 go: downloading github.com/mattn/go-runewidth v0.0.3 [2022-05-19T09:38:28.319Z] #36 4.697 go: downloading github.com/cilium/ebpf v0.7.0 [2022-05-19T09:38:28.319Z] #36 4.817 go: downloading github.com/spf13/pflag v1.0.5 [2022-05-19T09:38:28.319Z] #36 4.919 go: downloading github.com/russross/blackfriday/v2 v2.0.1 [2022-05-19T09:38:28.319Z] #36 5.139 go: downloading github.com/shurcooL/sanitized_anchor_name v1.0.0 [2022-05-19T09:38:28.902Z] #11 extracting sha256:21e7497335c1360d6ed9fbe8a27c64abd3a481f4ccc311067ec1c3d7705bb6af 13.2s done [2022-05-19T09:38:29.263Z] #36 ... [2022-05-19T09:38:29.263Z] [2022-05-19T09:38:29.263Z] #42 [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-05-19T09:38:29.263Z] #42 sha256:635aa174200b74209cbd6c68b0f12f60f2a29d9649aa3089dbc629ac5ed19ba4 [2022-05-19T09:38:29.263Z] #42 1.574 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-05-19T09:38:29.263Z] #42 1.740 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-05-19T09:38:29.263Z] #42 1.910 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-05-19T09:38:29.263Z] #42 1.920 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-05-19T09:38:29.263Z] #42 2.226 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [146 kB] [2022-05-19T09:38:29.263Z] #42 2.586 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-05-19T09:38:29.263Z] #42 4.574 Fetched 8530 kB in 3s (2462 kB/s) [2022-05-19T09:38:29.263Z] #42 4.574 Reading package lists... [2022-05-19T09:38:29.263Z] #42 5.866 Reading package lists... [2022-05-19T09:38:29.263Z] #42 7.013 Building dependency tree... [2022-05-19T09:38:29.263Z] #42 7.956 The following additional packages will be installed: [2022-05-19T09:38:29.263Z] #42 7.956 cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 xxd [2022-05-19T09:38:29.263Z] #42 7.956 Suggested packages: [2022-05-19T09:38:29.263Z] #42 7.956 cmake-doc ninja-build lrzip [2022-05-19T09:38:29.263Z] #42 7.956 Recommended packages: [2022-05-19T09:38:29.263Z] #42 7.956 vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2022-05-19T09:38:29.263Z] #42 8.206 The following NEW packages will be installed: [2022-05-19T09:38:29.263Z] #42 8.210 cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 [2022-05-19T09:38:29.263Z] #42 8.210 vim-common xxd [2022-05-19T09:38:29.263Z] #42 8.526 0 upgraded, 10 newly installed, 0 to remove and 2 not upgraded. [2022-05-19T09:38:29.263Z] #42 8.526 Need to get 17.7 MB of archives. [2022-05-19T09:38:29.263Z] #42 8.526 After this operation, 70.7 MB of additional disk space will be used. [2022-05-19T09:38:29.263Z] #42 8.526 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-05-19T09:38:29.263Z] #42 8.530 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2022-05-19T09:38:29.263Z] #42 8.534 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2+deb11u1 [1725 kB] [2022-05-19T09:38:29.263Z] #42 8.578 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2022-05-19T09:38:29.476Z] #11 extracting sha256:1e452e64228de9a5b7a3c92a199940ee0822ac729805e29e8b15897287aa0470 done [2022-05-19T09:38:29.476Z] #11 DONE 43.4s [2022-05-19T09:38:29.524Z] #42 8.831 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml2 amd64 2.9.10+dfsg-6.7+deb11u1 [693 kB] [2022-05-19T09:38:29.524Z] #42 8.831 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+deb11u1 [343 kB] [2022-05-19T09:38:29.524Z] #42 8.858 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB] [2022-05-19T09:38:29.524Z] #42 8.858 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB] [2022-05-19T09:38:29.524Z] #42 8.862 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB] [2022-05-19T09:38:29.524Z] #42 8.866 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2+deb11u1 [5593 kB] [2022-05-19T09:38:29.524Z] #42 ... [2022-05-19T09:38:29.524Z] [2022-05-19T09:38:29.524Z] #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-05-19T09:38:29.524Z] #31 sha256:70d86b92e7461e4f9345acd2b4273a02762a30e2c1d7459dfc7587cf150f337e [2022-05-19T09:38:29.524Z] #31 10.25 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2022-05-19T09:38:29.624Z] #11 ... [2022-05-19T09:38:29.624Z] [2022-05-19T09:38:29.624Z] #72 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-05-19T09:38:29.624Z] #72 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2022-05-19T09:38:29.624Z] #72 DONE 0.9s [2022-05-19T09:38:29.624Z] [2022-05-19T09:38:29.624Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.2-bullseye@sha256:a966d36a1bdf8769ebfd18eaf1b2cdfc86dfda1a2c61791ccd36ed8237e43a69 [2022-05-19T09:38:29.624Z] #11 sha256:7df3a1c8e8568958516166eeafce9654eaa9d0594d4f96f498d28228ba93e58d [2022-05-19T09:38:29.624Z] #11 extracting sha256:67e8aa6c8bbc76b1f2bccb3864b0887671833b8667dc1f6c965fcb0eac7e6402 6.9s done [2022-05-19T09:38:29.739Z] [2022-05-19T09:38:29.739Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-05-19T09:38:29.739Z] #12 sha256:117596d16f6a2b9872fcbca80537859f91bd1d83b86fec9b8b3d2954f8da827a [2022-05-19T09:38:30.012Z] #40 9.479 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2022-05-19T09:38:30.012Z] #40 9.644 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-05-19T09:38:30.133Z] #31 ... [2022-05-19T09:38:30.133Z] [2022-05-19T09:38:30.133Z] #57 [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-05-19T09:38:30.133Z] #57 sha256:05b451803d0e878724252e3bcc7478d20bebad3dbc9fdb0d3f630b629e0e4d15 [2022-05-19T09:38:30.133Z] #57 1.175 go: downloading mvdan.cc/sh/v3 v3.0.2 [2022-05-19T09:38:30.133Z] #57 1.591 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2022-05-19T09:38:30.133Z] #57 1.591 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2022-05-19T09:38:30.133Z] #57 1.591 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2022-05-19T09:38:30.133Z] #57 1.825 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2022-05-19T09:38:30.133Z] #57 9.279 v3.0.2 [2022-05-19T09:38:30.133Z] #57 DONE 9.4s [2022-05-19T09:38:30.133Z] [2022-05-19T09:38:30.133Z] #42 [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-05-19T09:38:30.133Z] #42 sha256:635aa174200b74209cbd6c68b0f12f60f2a29d9649aa3089dbc629ac5ed19ba4 [2022-05-19T09:38:30.133Z] #42 9.529 debconf: delaying package configuration, since apt-utils is not installed [2022-05-19T09:38:30.272Z] #40 ... [2022-05-19T09:38:30.272Z] [2022-05-19T09:38:30.272Z] #57 [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-05-19T09:38:30.272Z] #57 sha256:05b451803d0e878724252e3bcc7478d20bebad3dbc9fdb0d3f630b629e0e4d15 [2022-05-19T09:38:30.272Z] #57 6.234 go: downloading mvdan.cc/sh/v3 v3.0.2 [2022-05-19T09:38:30.272Z] #57 7.262 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2022-05-19T09:38:30.272Z] #57 7.285 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2022-05-19T09:38:30.272Z] #57 7.337 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2022-05-19T09:38:30.272Z] #57 9.116 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2022-05-19T09:38:30.395Z] #42 9.690 Fetched 17.7 MB in 1s (23.9 MB/s) [2022-05-19T09:38:30.395Z] #42 9.866 Selecting previously unselected package xxd. [2022-05-19T09:38:30.395Z] #42 9.866 (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-05-19T09:38:30.395Z] #42 9.887 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-05-19T09:38:30.395Z] #42 9.892 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-05-19T09:38:30.531Z] #57 ... [2022-05-19T09:38:30.531Z] [2022-05-19T09:38:30.531Z] #42 [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-05-19T09:38:30.531Z] #42 sha256:635aa174200b74209cbd6c68b0f12f60f2a29d9649aa3089dbc629ac5ed19ba4 [2022-05-19T09:38:30.531Z] #42 3.319 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-05-19T09:38:30.531Z] #42 3.338 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-05-19T09:38:30.531Z] #42 3.338 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-05-19T09:38:30.531Z] #42 3.528 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-05-19T09:38:30.531Z] #42 4.225 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [146 kB] [2022-05-19T09:38:30.531Z] #42 5.306 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-05-19T09:38:30.531Z] #42 ... [2022-05-19T09:38:30.531Z] [2022-05-19T09:38:30.531Z] #36 [delve 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/go-delve/delve/cmd/dlv@v1.8.1" && /build/dlv --help [2022-05-19T09:38:30.531Z] #36 sha256:03e732bcf8e9966774f0748183eb1fe6fc75b304267c47c51a6cef833e2fda40 [2022-05-19T09:38:30.531Z] #36 6.310 go: downloading github.com/go-delve/delve v1.8.1 [2022-05-19T09:38:30.567Z] #11 extracting sha256:627e6c1e105548ea4a08354eea581f137cf368d91aeb0ad47dcb706fca54fd8b [2022-05-19T09:38:30.567Z] #11 ... [2022-05-19T09:38:30.567Z] [2022-05-19T09:38:30.567Z] #74 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-05-19T09:38:30.567Z] #74 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2022-05-19T09:38:30.567Z] #74 DONE 1.0s [2022-05-19T09:38:30.567Z] [2022-05-19T09:38:30.567Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:6137c67e2009e881526386c42ba99b3657e4f92f546814a33d35b14e60579777 [2022-05-19T09:38:30.567Z] #28 sha256:7c4be5aae40e15ff58ab956b21209722acec95128fd98f7d1ee6ae271b42511e [2022-05-19T09:38:30.567Z] #28 DONE 10.5s [2022-05-19T09:38:30.567Z] [2022-05-19T09:38:30.567Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.2-bullseye@sha256:a966d36a1bdf8769ebfd18eaf1b2cdfc86dfda1a2c61791ccd36ed8237e43a69 [2022-05-19T09:38:30.567Z] #11 sha256:7df3a1c8e8568958516166eeafce9654eaa9d0594d4f96f498d28228ba93e58d [2022-05-19T09:38:30.613Z] Merge succeeded, producing b0d5c291563be965cf2b339a023a6e13de8311a5 [2022-05-19T09:38:30.613Z] Checking out Revision b0d5c291563be965cf2b339a023a6e13de8311a5 (PR-43557) [2022-05-19T09:38:30.664Z] #42 10.01 Selecting previously unselected package vim-common. [2022-05-19T09:38:30.664Z] #42 10.01 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-05-19T09:38:30.664Z] #42 10.07 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-05-19T09:38:30.664Z] #42 ... [2022-05-19T09:38:30.664Z] [2022-05-19T09:38:30.664Z] #40 [gowinres 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/tc-hib/go-winres@v0.2.3" && /build/go-winres --help [2022-05-19T09:38:30.664Z] #40 sha256:37d08abbef240dae45f3f4b200665c464b1ec144f90a704a4db6e84ebd20377e [2022-05-19T09:38:30.664Z] #40 2.181 go: downloading github.com/tc-hib/go-winres v0.2.3 [2022-05-19T09:38:30.664Z] #40 2.766 go: downloading github.com/tc-hib/winres v0.1.5 [2022-05-19T09:38:30.664Z] #40 2.766 go: downloading github.com/urfave/cli/v2 v2.3.0 [2022-05-19T09:38:30.664Z] #40 3.457 go: downloading github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 [2022-05-19T09:38:30.664Z] #40 3.457 go: downloading golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb [2022-05-19T09:38:30.664Z] #40 3.804 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2022-05-19T09:38:30.664Z] #40 3.812 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-05-19T09:38:30.664Z] #40 ... [2022-05-19T09:38:30.664Z] [2022-05-19T09:38:30.664Z] #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-05-19T09:38:30.664Z] #34 sha256:c4f955ffae0a1c8967245a94aa32d654a6e15c000f626095dbb59881207e511c [2022-05-19T09:38:30.664Z] #34 2.089 + git clone https://github.com/kolyshkin/go-swagger.git . [2022-05-19T09:38:30.664Z] #34 2.090 Cloning into '.'... [2022-05-19T09:38:30.684Z] #12 DONE 1.1s [2022-05-19T09:38:30.685Z] [2022-05-19T09:38:30.685Z] #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-05-19T09:38:30.685Z] #13 sha256:4348a12012be920f4ec7d32125e42d660e742d7d03a0fd6b9eca1fd0ea894918 [2022-05-19T09:38:30.791Z] #36 ... [2022-05-19T09:38:30.791Z] [2022-05-19T09:38:30.791Z] #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-05-19T09:38:30.791Z] #14 sha256:ad430aa4634b833e1f6147f42e8232eb8136a1b47ba188feff5f14c8911b4227 [2022-05-19T09:38:30.791Z] #14 7.223 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-05-19T09:38:30.791Z] #14 7.295 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-05-19T09:38:30.791Z] #14 7.307 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-05-19T09:38:30.791Z] #14 8.259 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-05-19T09:38:30.925Z] #34 ... [2022-05-19T09:38:30.925Z] [2022-05-19T09:38:30.925Z] #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-05-19T09:38:30.925Z] #14 sha256:ad430aa4634b833e1f6147f42e8232eb8136a1b47ba188feff5f14c8911b4227 [2022-05-19T09:38:30.925Z] #14 2.327 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-05-19T09:38:30.925Z] #14 2.342 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-05-19T09:38:30.925Z] #14 2.342 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-05-19T09:38:30.925Z] #14 2.807 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-05-19T09:38:30.925Z] #14 3.627 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [146 kB] [2022-05-19T09:38:30.925Z] #14 4.246 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-05-19T09:38:30.925Z] #14 6.814 Fetched 8530 kB in 5s (1786 kB/s) [2022-05-19T09:38:30.925Z] #14 6.814 Reading package lists... [2022-05-19T09:38:30.925Z] #14 8.474 Reading package lists... [2022-05-19T09:38:30.925Z] #14 10.44 Building dependency tree... [2022-05-19T09:38:30.925Z] #14 ... [2022-05-19T09:38:30.925Z] [2022-05-19T09:38:30.925Z] #53 [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-05-19T09:38:30.925Z] #53 sha256:c387c2119fb33abd796de8ad048d0f6e4f52f6aaf06840be566bdaa073236a61 [2022-05-19T09:38:30.925Z] #53 1.777 go: downloading gotest.tools/gotestsum v1.7.0 [2022-05-19T09:38:30.925Z] #53 2.481 go: downloading github.com/fatih/color v1.10.0 [2022-05-19T09:38:30.925Z] #53 2.481 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-05-19T09:38:30.925Z] #53 2.481 go: downloading github.com/dnephin/pflag v1.0.7 [2022-05-19T09:38:30.925Z] #53 2.481 go: downloading github.com/pkg/errors v0.9.1 [2022-05-19T09:38:30.925Z] #53 2.512 go: downloading github.com/fsnotify/fsnotify v1.4.9 [2022-05-19T09:38:30.925Z] #53 2.518 go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2022-05-19T09:38:30.925Z] #53 2.542 go: downloading github.com/jonboulle/clockwork v0.2.2 [2022-05-19T09:38:30.925Z] #53 2.571 go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2022-05-19T09:38:30.925Z] #53 2.571 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2022-05-19T09:38:30.925Z] #53 2.596 go: downloading golang.org/x/tools v0.1.0 [2022-05-19T09:38:30.925Z] #53 2.613 go: downloading github.com/mattn/go-colorable v0.1.8 [2022-05-19T09:38:30.925Z] #53 2.637 go: downloading github.com/mattn/go-isatty v0.0.12 [2022-05-19T09:38:30.925Z] #53 4.520 go: downloading golang.org/x/mod v0.3.0 [2022-05-19T09:38:30.925Z] #53 4.538 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-05-19T09:38:31.051Z] #14 ... [2022-05-19T09:38:31.051Z] [2022-05-19T09:38:31.051Z] #67 [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-05-19T09:38:31.051Z] #67 sha256:42db4f9f8adb9cb1563b2643a3f18c4747c7ee7d6fdbf4c40cf6f43f030c6557 [2022-05-19T09:38:31.051Z] #67 6.479 + RM_GOPATH=0 [2022-05-19T09:38:31.051Z] #67 6.479 + TMP_GOPATH= [2022-05-19T09:38:31.051Z] #67 6.479 + : /build [2022-05-19T09:38:31.051Z] #67 6.479 + '[' -z '' ']' [2022-05-19T09:38:31.051Z] #67 6.479 ++ mktemp -d [2022-05-19T09:38:31.051Z] #67 6.479 + export GOPATH=/tmp/tmp.wpIqeSv20D [2022-05-19T09:38:31.051Z] #67 6.479 + GOPATH=/tmp/tmp.wpIqeSv20D [2022-05-19T09:38:31.051Z] #67 6.479 + RM_GOPATH=1 [2022-05-19T09:38:31.051Z] #67 6.479 + case "$(go env GOARCH)" in [2022-05-19T09:38:31.051Z] #67 6.479 ++ go env GOARCH [2022-05-19T09:38:31.051Z] #67 6.495 + export GO_BUILDMODE=-buildmode=pie [2022-05-19T09:38:31.051Z] #67 6.495 + GO_BUILDMODE=-buildmode=pie [2022-05-19T09:38:31.051Z] #67 6.495 ++ dirname /install.sh [2022-05-19T09:38:31.051Z] #67 6.495 + dir=/ [2022-05-19T09:38:31.051Z] #67 6.495 + bin=rootlesskit [2022-05-19T09:38:31.051Z] #67 6.495 + shift [2022-05-19T09:38:31.051Z] #67 6.495 + '[' '!' -f //rootlesskit.installer ']' [2022-05-19T09:38:31.051Z] #67 6.495 + . //rootlesskit.installer [2022-05-19T09:38:31.051Z] #67 6.495 ++ : 1920341cd41e047834a21007424162a2dc946315 [2022-05-19T09:38:31.051Z] #67 6.495 + install_rootlesskit [2022-05-19T09:38:31.051Z] #67 6.495 + case "$1" in [2022-05-19T09:38:31.051Z] #67 6.495 + export CGO_ENABLED=0 [2022-05-19T09:38:31.051Z] #67 6.495 + CGO_ENABLED=0 [2022-05-19T09:38:31.051Z] #67 6.495 + _install_rootlesskit [2022-05-19T09:38:31.051Z] #67 6.501 + echo 'Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315' [2022-05-19T09:38:31.051Z] #67 6.501 + for f in rootlesskit rootlesskit-docker-proxy [2022-05-19T09:38:31.051Z] #67 6.501 + GOBIN=/build [2022-05-19T09:38:31.051Z] #67 6.501 + GO111MODULE=on [2022-05-19T09:38:31.051Z] #67 6.501 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@1920341cd41e047834a21007424162a2dc946315 [2022-05-19T09:38:31.051Z] #67 6.501 Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315 [2022-05-19T09:38:31.051Z] #67 7.111 go: downloading github.com/rootless-containers/rootlesskit v1.0.0 [2022-05-19T09:38:31.051Z] #67 9.491 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-05-19T09:38:31.051Z] #67 9.507 go: downloading github.com/urfave/cli/v2 v2.4.0 [2022-05-19T09:38:31.051Z] #67 10.23 go: downloading golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8 [2022-05-19T09:38:31.051Z] #67 ... [2022-05-19T09:38:31.051Z] [2022-05-19T09:38:31.051Z] #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-05-19T09:38:31.051Z] #34 sha256:c4f955ffae0a1c8967245a94aa32d654a6e15c000f626095dbb59881207e511c [2022-05-19T09:38:31.051Z] #34 5.982 + git clone https://github.com/kolyshkin/go-swagger.git . [2022-05-19T09:38:31.051Z] #34 5.992 Cloning into '.'... [2022-05-19T09:38:31.186Z] #53 ... [2022-05-19T09:38:31.186Z] [2022-05-19T09:38:31.186Z] #55 [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-05-19T09:38:31.186Z] #55 sha256:5057fea76c4566561f2fcd443fa7f0c66715a304331185cc70a563f6efd078dd [2022-05-19T09:38:31.186Z] #55 1.920 go: downloading github.com/golangci/golangci-lint v1.44.0 [2022-05-19T09:38:31.186Z] #55 10.17 go: downloading github.com/fatih/color v1.13.0 [2022-05-19T09:38:31.186Z] #55 10.17 go: downloading github.com/gofrs/flock v0.8.1 [2022-05-19T09:38:31.186Z] #55 10.17 go: downloading github.com/spf13/cobra v1.3.0 [2022-05-19T09:38:31.186Z] #55 10.17 go: downloading github.com/spf13/viper v1.10.1 [2022-05-19T09:38:31.186Z] #55 10.18 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b [2022-05-19T09:38:31.186Z] #55 10.20 go: downloading golang.org/x/tools v0.1.9-0.20211228192929-ee1ca4ffc4da [2022-05-19T09:38:31.186Z] #55 10.22 go: downloading github.com/go-critic/go-critic v0.6.2 [2022-05-19T09:38:31.186Z] #55 10.26 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2022-05-19T09:38:31.186Z] #55 10.29 go: downloading github.com/hashicorp/go-multierror v1.1.1 [2022-05-19T09:38:31.186Z] #55 10.34 go: downloading github.com/mattn/go-colorable v0.1.12 [2022-05-19T09:38:31.186Z] #55 10.34 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-05-19T09:38:31.186Z] #55 10.35 go: downloading github.com/stretchr/testify v1.7.0 [2022-05-19T09:38:31.186Z] #55 10.37 go: downloading github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b [2022-05-19T09:38:31.186Z] #55 10.39 go: downloading github.com/golangci/revgrep v0.0.0-20210930125155-c22e5001d4f2 [2022-05-19T09:38:31.186Z] #55 10.45 go: downloading github.com/mattn/go-isatty v0.0.14 [2022-05-19T09:38:31.186Z] #55 10.46 go: downloading github.com/hashicorp/errwrap v1.0.0 [2022-05-19T09:38:31.187Z] #55 10.47 go: downloading 4d63.com/gochecknoglobals v0.1.0 [2022-05-19T09:38:31.187Z] #55 10.49 go: downloading github.com/Antonboom/errname v0.1.5 [2022-05-19T09:38:31.187Z] #55 10.51 go: downloading github.com/Antonboom/nilnil v0.1.0 [2022-05-19T09:38:31.187Z] #55 10.57 go: downloading github.com/BurntSushi/toml v1.0.0 [2022-05-19T09:38:31.187Z] #55 10.57 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24 [2022-05-19T09:38:31.187Z] #55 10.59 go: downloading github.com/OpenPeeDeeP/depguard v1.1.0 [2022-05-19T09:38:31.187Z] #55 10.60 go: downloading github.com/alexkohler/prealloc v1.0.0 [2022-05-19T09:38:31.187Z] #55 10.63 go: downloading github.com/ashanbrown/forbidigo v1.3.0 [2022-05-19T09:38:31.187Z] #55 10.63 go: downloading github.com/ashanbrown/makezero v1.1.0 [2022-05-19T09:38:31.187Z] #55 10.64 go: downloading github.com/bkielbasa/cyclop v1.2.0 [2022-05-19T09:38:31.187Z] #55 10.66 go: downloading github.com/blizzy78/varnamelen v0.5.0 [2022-05-19T09:38:31.187Z] #55 10.71 go: downloading github.com/bombsimon/wsl/v3 v3.3.0 [2022-05-19T09:38:31.187Z] #55 ... [2022-05-19T09:38:31.187Z] [2022-05-19T09:38:31.187Z] #51 [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-05-19T09:38:31.187Z] #51 sha256:342483109da9e364b7fdcd69e8e1164284be91eccb939cddedcef7fc7f7424b9 [2022-05-19T09:38:31.187Z] #51 2.419 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-05-19T09:38:31.187Z] #51 2.441 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-05-19T09:38:31.187Z] #51 2.442 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-05-19T09:38:31.187Z] #51 2.920 Get:4 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 InRelease [1540 B] [2022-05-19T09:38:31.187Z] #51 2.983 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-05-19T09:38:31.187Z] #51 3.623 Get:6 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [146 kB] [2022-05-19T09:38:31.187Z] #51 4.251 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-05-19T09:38:31.187Z] #51 4.992 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 Packages [2159 B] [2022-05-19T09:38:31.187Z] #51 6.612 Fetched 8534 kB in 4s (1912 kB/s) [2022-05-19T09:38:31.187Z] #51 6.612 Reading package lists... [2022-05-19T09:38:31.187Z] #51 8.382 Reading package lists... [2022-05-19T09:38:31.258Z] #13 DONE 0.7s [2022-05-19T09:38:31.310Z] #34 ... [2022-05-19T09:38:31.311Z] [2022-05-19T09:38:31.311Z] #53 [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-05-19T09:38:31.311Z] #53 sha256:c387c2119fb33abd796de8ad048d0f6e4f52f6aaf06840be566bdaa073236a61 [2022-05-19T09:38:31.311Z] #53 6.421 go: downloading gotest.tools/gotestsum v1.7.0 [2022-05-19T09:38:31.311Z] #53 8.281 go: downloading github.com/dnephin/pflag v1.0.7 [2022-05-19T09:38:31.311Z] #53 8.288 go: downloading github.com/fatih/color v1.10.0 [2022-05-19T09:38:31.311Z] #53 8.368 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-05-19T09:38:31.311Z] #53 8.408 go: downloading github.com/pkg/errors v0.9.1 [2022-05-19T09:38:31.311Z] #53 8.852 go: downloading github.com/mattn/go-colorable v0.1.8 [2022-05-19T09:38:31.311Z] #53 8.935 go: downloading github.com/mattn/go-isatty v0.0.12 [2022-05-19T09:38:31.311Z] #53 8.946 go: downloading github.com/fsnotify/fsnotify v1.4.9 [2022-05-19T09:38:31.311Z] #53 9.013 go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2022-05-19T09:38:31.311Z] #53 9.111 go: downloading github.com/jonboulle/clockwork v0.2.2 [2022-05-19T09:38:31.311Z] #53 9.288 go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2022-05-19T09:38:31.311Z] #53 9.370 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2022-05-19T09:38:31.311Z] #53 9.652 go: downloading golang.org/x/tools v0.1.0 [2022-05-19T09:38:31.311Z] #53 ... [2022-05-19T09:38:31.311Z] [2022-05-19T09:38:31.311Z] #38 [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-05-19T09:38:31.311Z] #38 sha256:ae7bed019bb497077c7cdbdc7340eefa54526eeb9cd33f3e4ff19c12132b415c [2022-05-19T09:38:31.311Z] #38 6.164 go: downloading github.com/pelletier/go-toml v1.8.1 [2022-05-19T09:38:31.475Z] #51 10.49 Building dependency tree... [2022-05-19T09:38:31.475Z] #51 ... [2022-05-19T09:38:31.475Z] [2022-05-19T09:38:31.475Z] #62 [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-05-19T09:38:31.475Z] #62 sha256:0f0442301bab59ba86b1a6fc026564903c6dd8e61a9a05e8e8c1ef7f4e5ed147 [2022-05-19T09:38:31.475Z] #62 2.328 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-05-19T09:38:31.475Z] #62 2.346 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-05-19T09:38:31.475Z] #62 2.354 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-05-19T09:38:31.475Z] #62 2.761 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-05-19T09:38:31.475Z] #62 3.572 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [146 kB] [2022-05-19T09:38:31.475Z] #62 3.978 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-05-19T09:38:31.475Z] #62 6.011 Fetched 8530 kB in 4s (2148 kB/s) [2022-05-19T09:38:31.475Z] #62 6.011 Reading package lists... [2022-05-19T09:38:31.475Z] #62 7.557 Reading package lists... [2022-05-19T09:38:31.475Z] #62 9.220 Building dependency tree... [2022-05-19T09:38:31.475Z] #62 9.994 The following additional packages will be installed: [2022-05-19T09:38:31.475Z] #62 9.998 libbtrfs0 [2022-05-19T09:38:31.475Z] #62 10.07 The following NEW packages will be installed: [2022-05-19T09:38:31.475Z] #62 10.11 libbtrfs-dev libbtrfs0 [2022-05-19T09:38:31.475Z] #62 10.46 0 upgraded, 2 newly installed, 0 to remove and 2 not upgraded. [2022-05-19T09:38:31.475Z] #62 10.46 Need to get 460 kB of archives. [2022-05-19T09:38:31.475Z] #62 10.46 After this operation, 1237 kB of additional disk space will be used. [2022-05-19T09:38:31.475Z] #62 10.46 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-05-19T09:38:31.475Z] #62 10.46 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-05-19T09:38:31.475Z] #62 10.95 debconf: delaying package configuration, since apt-utils is not installed [2022-05-19T09:38:31.475Z] #62 ... [2022-05-19T09:38:31.475Z] [2022-05-19T09:38:31.475Z] #47 [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-05-19T09:38:31.475Z] #47 sha256:64f45ab858eeef59fd7b71f6ddefa43f4783e6b095c9c6c7ac7b72b27a18059b [2022-05-19T09:38:31.475Z] #47 2.051 + git clone https://github.com/docker/distribution.git . [2022-05-19T09:38:31.475Z] #47 2.052 Cloning into '.'... [2022-05-19T09:38:31.475Z] #47 7.199 + git checkout -q v2.3.0 [2022-05-19T09:38:31.475Z] #47 8.143 + 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-05-19T09:38:31.475Z] #47 ... [2022-05-19T09:38:31.475Z] [2022-05-19T09:38:31.475Z] #62 [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-05-19T09:38:31.475Z] #62 sha256:0f0442301bab59ba86b1a6fc026564903c6dd8e61a9a05e8e8c1ef7f4e5ed147 [2022-05-19T09:38:31.475Z] #62 11.03 Fetched 460 kB in 0s (1526 kB/s) [2022-05-19T09:38:31.498Z] #11 extracting sha256:627e6c1e105548ea4a08354eea581f137cf368d91aeb0ad47dcb706fca54fd8b 0.9s done [2022-05-19T09:38:31.521Z] [2022-05-19T09:38:31.522Z] #53 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-05-19T09:38:31.522Z] #53 sha256:205206618d4a474f9923652b99989d5716de3944ac6d6bda09aaf1d46f6d4970 [2022-05-19T09:38:31.522Z] #53 DONE 0.2s [2022-05-19T09:38:31.522Z] [2022-05-19T09:38:31.522Z] #40 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-05-19T09:38:31.522Z] #40 sha256:13bbbf3faff18723d09a20753ca4c0d8c0ef84f05bf2eaee8859a47cbac48283 [2022-05-19T09:38:31.522Z] #40 DONE 0.2s [2022-05-19T09:38:31.522Z] [2022-05-19T09:38:31.522Z] #57 [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-05-19T09:38:31.522Z] #57 sha256:9c3b208b65a8b8fa54d9d809817a461609014ba0ebc6cb06346f719cbbe6d55b [2022-05-19T09:38:31.522Z] #57 DONE 0.2s [2022-05-19T09:38:31.522Z] [2022-05-19T09:38:31.522Z] #54 [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-05-19T09:38:31.522Z] #54 sha256:64f45ab858eeef59fd7b71f6ddefa43f4783e6b095c9c6c7ac7b72b27a18059b [2022-05-19T09:38:31.570Z] #38 ... [2022-05-19T09:38:31.570Z] [2022-05-19T09:38:31.570Z] #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-05-19T09:38:31.570Z] #26 sha256:60e410d8aa76ec06f30e6208c7409e103262cabd522b5cd9c4cf372877443355 [2022-05-19T09:38:31.570Z] #26 3.973 + RM_GOPATH=0 [2022-05-19T09:38:31.570Z] #26 3.976 + TMP_GOPATH= [2022-05-19T09:38:31.570Z] #26 3.976 + : /build [2022-05-19T09:38:31.570Z] #26 3.976 + '[' -z '' ']' [2022-05-19T09:38:31.570Z] #26 3.976 ++ mktemp -d [2022-05-19T09:38:31.570Z] #26 3.976 + export GOPATH=/tmp/tmp.81phOJxFo6 [2022-05-19T09:38:31.570Z] #26 3.976 + GOPATH=/tmp/tmp.81phOJxFo6 [2022-05-19T09:38:31.570Z] #26 3.976 + RM_GOPATH=1 [2022-05-19T09:38:31.570Z] #26 3.976 + case "$(go env GOARCH)" in [2022-05-19T09:38:31.570Z] #26 3.976 ++ go env GOARCH [2022-05-19T09:38:31.570Z] #26 3.986 + export GO_BUILDMODE=-buildmode=pie [2022-05-19T09:38:31.570Z] #26 3.986 + GO_BUILDMODE=-buildmode=pie [2022-05-19T09:38:31.570Z] #26 3.986 ++ dirname /install.sh [2022-05-19T09:38:31.570Z] #26 3.986 + dir=/ [2022-05-19T09:38:31.570Z] #26 3.986 + bin=dockercli [2022-05-19T09:38:31.570Z] #26 3.986 + shift [2022-05-19T09:38:31.570Z] #26 3.986 + '[' '!' -f //dockercli.installer ']' [2022-05-19T09:38:31.570Z] #26 3.986 + . //dockercli.installer [2022-05-19T09:38:31.570Z] #26 3.986 ++ : stable [2022-05-19T09:38:31.570Z] #26 3.986 ++ : 17.06.2-ce [2022-05-19T09:38:31.570Z] #26 3.995 Install docker/cli version 17.06.2-ce from stable [2022-05-19T09:38:31.570Z] #26 3.996 + install_dockercli [2022-05-19T09:38:31.570Z] #26 3.996 + echo 'Install docker/cli version 17.06.2-ce from stable' [2022-05-19T09:38:31.570Z] #26 3.996 ++ uname -m [2022-05-19T09:38:31.570Z] #26 3.996 + arch=x86_64 [2022-05-19T09:38:31.570Z] #26 3.996 + '[' x86_64 '!=' x86_64 ']' [2022-05-19T09:38:31.570Z] #26 3.996 + url=https://download.docker.com/linux/static [2022-05-19T09:38:31.570Z] #26 3.996 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2022-05-19T09:38:31.570Z] #26 4.022 + tar -xz docker/docker [2022-05-19T09:38:31.570Z] #26 10.45 + mkdir -p /build [2022-05-19T09:38:31.570Z] #26 10.46 + mv docker/docker /build/ [2022-05-19T09:38:31.570Z] #26 10.47 + rmdir docker [2022-05-19T09:38:31.570Z] #26 DONE 10.9s [2022-05-19T09:38:31.570Z] [2022-05-19T09:38:31.570Z] #62 [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-05-19T09:38:31.570Z] #62 sha256:0f0442301bab59ba86b1a6fc026564903c6dd8e61a9a05e8e8c1ef7f4e5ed147 [2022-05-19T09:38:31.570Z] #62 2.839 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-05-19T09:38:31.570Z] #62 2.856 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-05-19T09:38:31.570Z] #62 2.856 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-05-19T09:38:31.570Z] #62 3.091 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-05-19T09:38:31.570Z] #62 3.503 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [146 kB] [2022-05-19T09:38:31.570Z] #62 4.087 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-05-19T09:38:31.570Z] #62 9.365 Fetched 8530 kB in 7s (1258 kB/s) [2022-05-19T09:38:31.735Z] #62 11.14 Selecting previously unselected package libbtrfs0:amd64. [2022-05-19T09:38:31.736Z] #62 11.14 (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-05-19T09:38:31.736Z] #62 11.16 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ... [2022-05-19T09:38:31.736Z] #62 11.18 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-05-19T09:38:31.830Z] #62 9.365 Reading package lists... [2022-05-19T09:38:31.830Z] #62 ... [2022-05-19T09:38:31.830Z] [2022-05-19T09:38:31.830Z] #55 [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-05-19T09:38:31.830Z] #55 sha256:5057fea76c4566561f2fcd443fa7f0c66715a304331185cc70a563f6efd078dd [2022-05-19T09:38:31.830Z] #55 3.670 go: downloading github.com/golangci/golangci-lint v1.44.0 [2022-05-19T09:38:31.830Z] #55 ... [2022-05-19T09:38:31.830Z] [2022-05-19T09:38:31.830Z] #51 [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-05-19T09:38:31.830Z] #51 sha256:342483109da9e364b7fdcd69e8e1164284be91eccb939cddedcef7fc7f7424b9 [2022-05-19T09:38:31.830Z] #51 7.270 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-05-19T09:38:31.830Z] #51 7.338 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-05-19T09:38:31.830Z] #51 7.339 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-05-19T09:38:31.830Z] #51 7.928 Get:4 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 InRelease [1540 B] [2022-05-19T09:38:31.830Z] #51 8.529 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-05-19T09:38:31.830Z] #51 10.86 Get:6 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [146 kB] [2022-05-19T09:38:31.996Z] #62 11.33 Selecting previously unselected package libbtrfs-dev:amd64. [2022-05-19T09:38:31.996Z] #62 11.33 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-05-19T09:38:31.996Z] #62 11.35 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-05-19T09:38:32.092Z] #51 ... [2022-05-19T09:38:32.092Z] [2022-05-19T09:38:32.092Z] #42 [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-05-19T09:38:32.092Z] #42 sha256:635aa174200b74209cbd6c68b0f12f60f2a29d9649aa3089dbc629ac5ed19ba4 [2022-05-19T09:38:32.092Z] #42 11.62 Fetched 8530 kB in 9s (996 kB/s) [2022-05-19T09:38:32.257Z] #62 11.56 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-05-19T09:38:32.257Z] #62 11.60 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-05-19T09:38:32.257Z] #62 11.66 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-05-19T09:38:29.310Z] > git remote # timeout=10 [2022-05-19T09:38:29.388Z] > git config --get remote.origin.url # timeout=10 [2022-05-19T09:38:29.441Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-05-19T09:38:29.442Z] > git merge c9d04033d443e359e73e5da58a6b46ec1b8f2373 # timeout=10 [2022-05-19T09:38:30.524Z] > git rev-parse "HEAD^{commit}" # timeout=10 [2022-05-19T09:38:30.649Z] > git config core.sparsecheckout # timeout=10 [2022-05-19T09:38:30.700Z] > git checkout -f b0d5c291563be965cf2b339a023a6e13de8311a5 # timeout=10 [2022-05-19T09:38:32.428Z] #11 extracting sha256:0670968926f6461e3135c82ba2c0ad3ebdedc0d0f41b18bda4a1e41104b8be8a [2022-05-19T09:38:32.828Z] #62 DONE 12.2s [2022-05-19T09:38:32.829Z] [2022-05-19T09:38:32.829Z] #55 [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-05-19T09:38:32.829Z] #55 sha256:5057fea76c4566561f2fcd443fa7f0c66715a304331185cc70a563f6efd078dd [2022-05-19T09:38:32.829Z] #55 10.73 go: downloading github.com/breml/bidichk v0.2.1 [2022-05-19T09:38:32.829Z] #55 10.76 go: downloading github.com/breml/errchkjson v0.2.1 [2022-05-19T09:38:32.829Z] #55 10.77 go: downloading github.com/butuzov/ireturn v0.1.1 [2022-05-19T09:38:32.829Z] #55 10.79 go: downloading github.com/charithe/durationcheck v0.0.9 [2022-05-19T09:38:32.829Z] #55 10.81 go: downloading github.com/daixiang0/gci v0.2.9 [2022-05-19T09:38:32.829Z] #55 10.83 go: downloading github.com/denis-tingajkin/go-header v0.4.2 [2022-05-19T09:38:32.829Z] #55 10.85 go: downloading github.com/esimonov/ifshort v1.0.4 [2022-05-19T09:38:32.829Z] #55 10.85 go: downloading github.com/fzipp/gocyclo v0.4.0 [2022-05-19T09:38:32.829Z] #55 10.90 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2022-05-19T09:38:32.829Z] #55 10.96 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2022-05-19T09:38:32.829Z] #55 10.96 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2022-05-19T09:38:32.829Z] #55 10.98 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2022-05-19T09:38:32.829Z] #55 11.05 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2022-05-19T09:38:32.829Z] #55 11.05 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2022-05-19T09:38:32.829Z] #55 11.09 go: downloading github.com/golangci/misspell v0.3.5 [2022-05-19T09:38:32.829Z] #55 11.10 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2022-05-19T09:38:32.829Z] #55 11.14 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8 [2022-05-19T09:38:32.829Z] #55 11.15 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0 [2022-05-19T09:38:32.829Z] #55 11.15 go: downloading github.com/gostaticanalysis/nilerr v0.1.1 [2022-05-19T09:38:32.829Z] #55 11.22 go: downloading github.com/jgautheron/goconst v1.5.1 [2022-05-19T09:38:32.829Z] #55 11.26 go: downloading github.com/jingyugao/rowserrcheck v1.1.1 [2022-05-19T09:38:32.829Z] #55 11.28 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af [2022-05-19T09:38:32.829Z] #55 11.30 go: downloading github.com/julz/importas v0.1.0 [2022-05-19T09:38:32.829Z] #55 11.30 go: downloading github.com/kisielk/errcheck v1.6.0 [2022-05-19T09:38:32.829Z] #55 11.30 go: downloading github.com/kulti/thelper v0.5.0 [2022-05-19T09:38:32.829Z] #55 11.33 go: downloading github.com/kunwardeep/paralleltest v1.0.3 [2022-05-19T09:38:32.829Z] #55 11.33 go: downloading github.com/kyoh86/exportloopref v0.1.8 [2022-05-19T09:38:32.829Z] #55 11.35 go: downloading github.com/ldez/gomoddirectives v0.2.2 [2022-05-19T09:38:32.829Z] #55 11.37 go: downloading github.com/ldez/tagliatelle v0.3.0 [2022-05-19T09:38:32.829Z] #55 11.37 go: downloading github.com/leonklingele/grouper v1.1.0 [2022-05-19T09:38:32.829Z] #55 11.38 go: downloading github.com/maratori/testpackage v1.0.1 [2022-05-19T09:38:32.829Z] #55 11.43 go: downloading github.com/matoous/godox v0.0.0-20210227103229-6504466cf951 [2022-05-19T09:38:32.829Z] #55 11.43 go: downloading github.com/mbilski/exhaustivestruct v1.2.0 [2022-05-19T09:38:32.829Z] #55 11.44 go: downloading github.com/mgechev/dots v0.0.0-20210922191527-e955255bf517 [2022-05-19T09:38:32.829Z] #55 11.44 go: downloading github.com/mgechev/revive v1.1.3 [2022-05-19T09:38:32.829Z] #55 11.51 go: downloading github.com/moricho/tparallel v0.2.1 [2022-05-19T09:38:32.829Z] #55 11.51 go: downloading github.com/nakabonne/nestif v0.3.1 [2022-05-19T09:38:32.829Z] #55 11.52 go: downloading github.com/nishanths/exhaustive v0.7.11 [2022-05-19T09:38:32.829Z] #55 11.53 go: downloading github.com/nishanths/predeclared v0.2.1 [2022-05-19T09:38:32.829Z] #55 11.55 go: downloading github.com/polyfloyd/go-errorlint v0.0.0-20211125173453-6d6d39c5bb8b [2022-05-19T09:38:32.829Z] #55 11.55 go: downloading github.com/ryancurrah/gomodguard v1.2.3 [2022-05-19T09:38:32.829Z] #55 11.56 go: downloading github.com/ryanrolds/sqlclosecheck v0.3.0 [2022-05-19T09:38:32.829Z] #55 11.61 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.6 [2022-05-19T09:38:32.829Z] #55 11.63 go: downloading github.com/securego/gosec/v2 v2.9.6 [2022-05-19T09:38:32.829Z] #55 11.71 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c [2022-05-19T09:38:32.829Z] #55 11.72 go: downloading github.com/sivchari/containedctx v1.0.1 [2022-05-19T09:38:32.829Z] #55 11.72 go: downloading github.com/sivchari/tenv v1.4.7 [2022-05-19T09:38:32.829Z] #55 11.83 go: downloading github.com/sonatard/noctx v0.0.1 [2022-05-19T09:38:32.829Z] #55 11.86 go: downloading github.com/sourcegraph/go-diff v0.6.1 [2022-05-19T09:38:32.829Z] #55 11.90 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1 [2022-05-19T09:38:32.829Z] #55 11.91 go: downloading github.com/sylvia7788/contextcheck v1.0.4 [2022-05-19T09:38:32.829Z] #55 11.91 go: downloading github.com/tdakkota/asciicheck v0.1.1 [2022-05-19T09:38:32.829Z] #55 11.93 go: downloading github.com/tetafro/godot v1.4.11 [2022-05-19T09:38:32.829Z] #55 11.93 go: downloading github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144 [2022-05-19T09:38:32.829Z] #55 11.94 go: downloading github.com/tomarrell/wrapcheck/v2 v2.4.0 [2022-05-19T09:38:32.829Z] #55 11.95 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.0 [2022-05-19T09:38:32.829Z] #55 11.95 go: downloading github.com/ultraware/funlen v0.0.3 [2022-05-19T09:38:32.829Z] #55 11.95 go: downloading github.com/ultraware/whitespace v0.0.4 [2022-05-19T09:38:32.829Z] #55 11.95 go: downloading github.com/uudashr/gocognit v1.0.5 [2022-05-19T09:38:32.829Z] #55 11.96 go: downloading github.com/yagipy/maintidx v1.0.0 [2022-05-19T09:38:32.829Z] #55 11.98 go: downloading github.com/yeya24/promlinter v0.1.1-0.20210918184747-d757024714a1 [2022-05-19T09:38:32.829Z] #55 11.98 go: downloading gitlab.com/bosi/decorder v0.2.1 [2022-05-19T09:38:33.090Z] #55 ... [2022-05-19T09:38:33.090Z] [2022-05-19T09:38:33.090Z] #63 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer / [2022-05-19T09:38:33.090Z] #63 sha256:03666dee18e2e598646d6d275188e7b5c70eab60d3e7a9b8bf9037ff8a8c325c [2022-05-19T09:38:33.090Z] #63 DONE 0.3s [2022-05-19T09:38:33.090Z] [2022-05-19T09:38:33.090Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-05-19T09:38:33.090Z] #14 sha256:ad430aa4634b833e1f6147f42e8232eb8136a1b47ba188feff5f14c8911b4227 [2022-05-19T09:38:33.090Z] #14 10.44 Building dependency tree... [2022-05-19T09:38:33.090Z] #14 11.36 The following additional packages will be installed: [2022-05-19T09:38:33.090Z] #14 11.37 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-05-19T09:38:33.090Z] #14 11.37 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base [2022-05-19T09:38:33.090Z] #14 11.37 gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime [2022-05-19T09:38:33.090Z] #14 11.37 gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1 [2022-05-19T09:38:33.090Z] #14 11.37 libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0 [2022-05-19T09:38:33.090Z] #14 11.37 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev [2022-05-19T09:38:33.090Z] #14 11.38 mingw-w64-common mingw-w64-x86-64-dev [2022-05-19T09:38:33.090Z] #14 11.38 Suggested packages: [2022-05-19T09:38:33.091Z] #14 11.39 gcc-10-locales seccomp wine64 [2022-05-19T09:38:33.091Z] #14 11.79 The following NEW packages will be installed: [2022-05-19T09:38:33.091Z] #14 11.79 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-05-19T09:38:33.091Z] #14 11.79 g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 [2022-05-19T09:38:33.091Z] #14 11.79 gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix [2022-05-19T09:38:33.091Z] #14 11.79 gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32 [2022-05-19T09:38:33.091Z] #14 11.80 gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev [2022-05-19T09:38:33.091Z] #14 11.80 libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 [2022-05-19T09:38:33.091Z] #14 11.80 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev [2022-05-19T09:38:33.091Z] #14 11.80 libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common [2022-05-19T09:38:33.091Z] #14 11.80 mingw-w64-x86-64-dev [2022-05-19T09:38:33.091Z] #14 12.10 0 upgraded, 30 newly installed, 0 to remove and 2 not upgraded. [2022-05-19T09:38:33.091Z] #14 12.10 Need to get 115 MB of archives. [2022-05-19T09:38:33.091Z] #14 12.10 After this operation, 645 MB of additional disk space will be used. [2022-05-19T09:38:33.091Z] #14 12.10 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-05-19T09:38:33.091Z] #14 12.18 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-05-19T09:38:33.091Z] #14 12.21 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB] [2022-05-19T09:38:33.091Z] #14 12.21 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-05-19T09:38:33.091Z] #14 12.21 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dmsetup amd64 2:1.02.175-2.1 [92.1 kB] [2022-05-19T09:38:33.091Z] #14 12.22 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB] [2022-05-19T09:38:33.091Z] #14 12.33 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-05-19T09:38:33.091Z] #14 12.38 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-05-19T09:38:33.091Z] #14 12.39 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-05-19T09:38:33.091Z] #14 12.57 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-05-19T09:38:33.351Z] #14 ... [2022-05-19T09:38:33.351Z] [2022-05-19T09:38:33.351Z] #40 [gowinres 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/tc-hib/go-winres@v0.2.3" && /build/go-winres --help [2022-05-19T09:38:33.351Z] #40 sha256:37d08abbef240dae45f3f4b200665c464b1ec144f90a704a4db6e84ebd20377e [2022-05-19T09:38:33.351Z] #40 12.51 NAME: [2022-05-19T09:38:33.351Z] #40 12.51 go-winres - A tool for embedding resources in Windows executables [2022-05-19T09:38:33.351Z] #40 12.51 [2022-05-19T09:38:33.351Z] #40 12.51 USAGE: [2022-05-19T09:38:33.351Z] #40 12.51 go-winres [global options] command [command options] [arguments...] [2022-05-19T09:38:33.351Z] #40 12.51 [2022-05-19T09:38:33.351Z] #40 12.51 COMMANDS: [2022-05-19T09:38:33.351Z] #40 12.51 init Create an initial ./winres/winres.json [2022-05-19T09:38:33.351Z] #40 12.51 make Make syso files for the "go build" command [2022-05-19T09:38:33.351Z] #40 12.51 simply Make syso files for the "go build" command (simplified) [2022-05-19T09:38:33.351Z] #40 12.51 extract Extract all resources from an executable [2022-05-19T09:38:33.351Z] #40 12.51 patch Replace resources in an executable file (exe, dll) [2022-05-19T09:38:33.351Z] #40 12.51 help, h Shows a list of commands or help for one command [2022-05-19T09:38:33.351Z] #40 12.51 [2022-05-19T09:38:33.351Z] #40 12.51 GLOBAL OPTIONS: [2022-05-19T09:38:33.351Z] #40 12.51 --help, -h show help (default: false) [2022-05-19T09:38:33.351Z] #40 DONE 12.8s [2022-05-19T09:38:33.611Z] [2022-05-19T09:38:33.611Z] #55 [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-05-19T09:38:33.611Z] #55 sha256:5057fea76c4566561f2fcd443fa7f0c66715a304331185cc70a563f6efd078dd [2022-05-19T09:38:33.611Z] #55 12.77 go: downloading honnef.co/go/tools v0.2.2 [2022-05-19T09:38:33.611Z] #55 12.77 go: downloading mvdan.cc/gofumpt v0.2.1 [2022-05-19T09:38:33.611Z] #55 12.77 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2022-05-19T09:38:33.611Z] #55 12.79 go: downloading mvdan.cc/unparam v0.0.0-20211214103731-d0ef000c54e5 [2022-05-19T09:38:33.611Z] #55 12.85 go: downloading golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e [2022-05-19T09:38:33.611Z] #55 12.85 go: downloading github.com/fsnotify/fsnotify v1.5.1 [2022-05-19T09:38:33.611Z] #55 12.91 go: downloading github.com/magiconair/properties v1.8.5 [2022-05-19T09:38:33.611Z] #55 12.99 go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-05-19T09:38:33.611Z] #55 12.99 go: downloading github.com/spf13/afero v1.6.0 [2022-05-19T09:38:33.632Z] DEBUG: print all environment variables to check how Jenkins runs this script [2022-05-19T09:38:33.632Z] C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-e7043876\powershellScript.ps1'; exit $LASTEXITCODE; [2022-05-19T09:38:33.632Z] ---------------------------------------------------------------------------- [2022-05-19T09:38:33.632Z] [2022-05-19T09:38:33.632Z] INFO: executeCI.ps1 starting at Thu May 19 09:38:31 CUT 2022 [2022-05-19T09:38:33.632Z] [2022-05-19T09:38:33.632Z] INFO: Script version 05-Feb-2019 09:03 PDT [2022-05-19T09:38:33.632Z] INFO: Running git version 2.24.1.windows.2 [2022-05-19T09:38:33.632Z] INFO: Branch:fe_release Build:20348.1.210507-1500 [2022-05-19T09:38:33.632Z] INFO: Environment variables: [2022-05-19T09:38:33.632Z] [2022-05-19T09:38:33.632Z] Name Value [2022-05-19T09:38:33.632Z] ---- ----- [2022-05-19T09:38:33.632Z] ALLUSERSPROFILE C:\ProgramData [2022-05-19T09:38:33.632Z] amd64 true [2022-05-19T09:38:33.632Z] APPDATA C:\Windows\system32\config\systemprofile\AppData\Roaming [2022-05-19T09:38:33.632Z] APT_MIRROR cdn-fastly.deb.debian.org [2022-05-19T09:38:33.632Z] arm64 true [2022-05-19T09:38:33.632Z] AZURE_GUEST_AGENT_EXTENSION... C:\Packages\Plugins\Microsoft.Compute.CustomScriptExtension\1.10.12 [2022-05-19T09:38:33.632Z] AZURE_GUEST_AGENT_EXTENSION... [{"Key":"ExtensionTelemetryPipeline","Value":"1.0"}] [2022-05-19T09:38:33.632Z] AZURE_GUEST_AGENT_EXTENSION... 1.10.12 [2022-05-19T09:38:33.632Z] AZURE_GUEST_AGENT_UNINSTALL... NOT_RUN [2022-05-19T09:38:33.632Z] AZURE_GUEST_AGENT_WIRE_PROT... 168.63.129.16 [2022-05-19T09:38:33.632Z] BRANCH_NAME PR-43557 [2022-05-19T09:38:33.632Z] BUILD_DISPLAY_NAME #8 [2022-05-19T09:38:33.632Z] BUILD_ID 8 [2022-05-19T09:38:33.632Z] BUILD_NUMBER 8 [2022-05-19T09:38:33.632Z] BUILD_TAG jenkins-moby-PR-43557-8 [2022-05-19T09:38:33.632Z] BUILD_URL https://ci-next.docker.com/public/job/moby/job/PR-43557/8/ [2022-05-19T09:38:33.632Z] cgroup2 true [2022-05-19T09:38:33.632Z] CHANGE_AUTHOR neersighted [2022-05-19T09:38:33.632Z] CHANGE_AUTHOR_DISPLAY_NAME Bjorn Neergaard [2022-05-19T09:38:33.632Z] CHANGE_AUTHOR_EMAIL bjorn@neersighted.com [2022-05-19T09:38:33.632Z] CHANGE_BRANCH overlay2-report-metacopy [2022-05-19T09:38:33.632Z] CHANGE_FORK neersighted [2022-05-19T09:38:33.632Z] CHANGE_ID 43557 [2022-05-19T09:38:33.632Z] CHANGE_TARGET master [2022-05-19T09:38:33.632Z] CHANGE_TITLE [v2] overlay2: test for and report metacopy status [2022-05-19T09:38:33.632Z] CHANGE_URL https://github.com/moby/moby/pull/43557 [2022-05-19T09:38:33.632Z] CHECK_CONFIG_COMMIT 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-05-19T09:38:33.632Z] CommonProgramFiles C:\Program Files\Common Files [2022-05-19T09:38:33.632Z] CommonProgramFiles(x86) C:\Program Files (x86)\Common Files [2022-05-19T09:38:33.632Z] CommonProgramW6432 C:\Program Files\Common Files [2022-05-19T09:38:33.632Z] COMPUTERNAME azwin-2-1c18f0 [2022-05-19T09:38:33.632Z] ComSpec C:\Windows\system32\cmd.exe [2022-05-19T09:38:33.632Z] ConfigSequenceNumber 0 [2022-05-19T09:38:33.632Z] dco true [2022-05-19T09:38:33.632Z] DOCKER_BUILDKIT 0 [2022-05-19T09:38:33.632Z] DOCKER_DUT_DEBUG 1 [2022-05-19T09:38:33.632Z] DOCKER_EXPERIMENTAL 1 [2022-05-19T09:38:33.632Z] DOCKER_GRAPHDRIVER overlay2 [2022-05-19T09:38:33.632Z] DriverData C:\Windows\System32\Drivers\DriverData [2022-05-19T09:38:33.632Z] EXECUTOR_NUMBER 0 [2022-05-19T09:38:33.632Z] FQDN azwin-2-1c18f0.westus.cloudapp.azure.com [2022-05-19T09:38:33.632Z] GIT_BRANCH PR-43557 [2022-05-19T09:38:33.632Z] GIT_COMMIT fd587901ca6aca2b45ed0fa0aec48fbad7f02002 [2022-05-19T09:38:33.632Z] GIT_PREVIOUS_COMMIT 066cb30e238872509bb7f481de7932c8d47ced67 [2022-05-19T09:38:33.632Z] GIT_PREVIOUS_SUCCESSFUL_COMMIT c50e72e5121b88b102cd6264b999ee0af3551aa6 [2022-05-19T09:38:33.632Z] GIT_URL https://github.com/moby/moby.git [2022-05-19T09:38:33.632Z] HUDSON_COOKIE c5c6f048-946c-4427-81a7-58372df387d0 [2022-05-19T09:38:33.632Z] HUDSON_HOME /var/cloudbees-jenkins-distribution [2022-05-19T09:38:33.632Z] HUDSON_SERVER_COOKIE aaf6decb76ababb5 [2022-05-19T09:38:33.632Z] HUDSON_URL https://ci-next.docker.com/public/ [2022-05-19T09:38:33.632Z] JAVA_HOME C:\java-1.8.0-openjdk-1.8.0.302-1.b08.ojdkbuild.windows.x86_64 [2022-05-19T09:38:33.632Z] JENKINS_HOME /var/cloudbees-jenkins-distribution [2022-05-19T09:38:33.632Z] JENKINS_NODE_COOKIE fb6e9581-661d-4eca-9491-656f849ab4e9 [2022-05-19T09:38:33.632Z] JENKINS_SERVER_COOKIE durable-2f56e31ca5b2498536d5dc93c29eccaf [2022-05-19T09:38:33.632Z] JENKINS_URL https://ci-next.docker.com/public/ [2022-05-19T09:38:33.632Z] JOB_BASE_NAME PR-43557 [2022-05-19T09:38:33.632Z] JOB_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43557/display/redirect [2022-05-19T09:38:33.632Z] JOB_NAME moby/PR-43557 [2022-05-19T09:38:33.632Z] JOB_URL https://ci-next.docker.com/public/job/moby/job/PR-43557/ [2022-05-19T09:38:33.632Z] library.jps.version master [2022-05-19T09:38:33.632Z] LOCALAPPDATA C:\Windows\system32\config\systemprofile\AppData\Local [2022-05-19T09:38:33.632Z] NODE_LABELS amd64 azure azwin-2-1c18f0 azwin-2022 docker west-us windows windows-2022 x86_64 [2022-05-19T09:38:33.632Z] NODE_NAME azwin-2-1c18f0 [2022-05-19T09:38:33.632Z] NUMBER_OF_PROCESSORS 4 [2022-05-19T09:38:33.632Z] OS Windows_NT [2022-05-19T09:38:33.632Z] Path C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPo... [2022-05-19T09:38:33.632Z] PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL [2022-05-19T09:38:33.632Z] ppc64le false [2022-05-19T09:38:33.632Z] PROCESSOR_ARCHITECTURE AMD64 [2022-05-19T09:38:33.632Z] PROCESSOR_IDENTIFIER Intel64 Family 6 Model 79 Stepping 1, GenuineIntel [2022-05-19T09:38:33.632Z] PROCESSOR_LEVEL 6 [2022-05-19T09:38:33.632Z] PROCESSOR_REVISION 4f01 [2022-05-19T09:38:33.632Z] ProgramData C:\ProgramData [2022-05-19T09:38:33.632Z] ProgramFiles C:\Program Files [2022-05-19T09:38:33.632Z] ProgramFiles(x86) C:\Program Files (x86) [2022-05-19T09:38:33.632Z] ProgramW6432 C:\Program Files [2022-05-19T09:38:33.632Z] PROMPT $P$G [2022-05-19T09:38:33.632Z] PSExecutionPolicyPreference Bypass [2022-05-19T09:38:33.632Z] PSModulePath WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\Windows\syste... [2022-05-19T09:38:33.632Z] PUBLIC C:\Users\Public [2022-05-19T09:38:33.632Z] rootless true [2022-05-19T09:38:33.632Z] RUN_ARTIFACTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43557/8/display/redirect?page=artif... [2022-05-19T09:38:33.632Z] RUN_CHANGES_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43557/8/display/redirect?page=changes [2022-05-19T09:38:33.632Z] RUN_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43557/8/display/redirect [2022-05-19T09:38:33.633Z] RUN_TESTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43557/8/display/redirect?page=tests [2022-05-19T09:38:33.633Z] s390x false [2022-05-19T09:38:33.633Z] SKIP_VALIDATION_TESTS 1 [2022-05-19T09:38:33.633Z] SOURCES_DRIVE d [2022-05-19T09:38:33.633Z] SOURCES_SUBDIR gopath [2022-05-19T09:38:33.633Z] STAGE_NAME Run tests [2022-05-19T09:38:33.633Z] SystemDrive C: [2022-05-19T09:38:33.633Z] SystemRoot C:\Windows [2022-05-19T09:38:33.633Z] TEMP C:\Windows\TEMP [2022-05-19T09:38:33.633Z] TESTDEBUG 0 [2022-05-19T09:38:33.633Z] TESTRUN_DRIVE d [2022-05-19T09:38:33.633Z] TESTRUN_SUBDIR CI [2022-05-19T09:38:33.633Z] TIMEOUT 120m [2022-05-19T09:38:33.633Z] TMP C:\Windows\TEMP [2022-05-19T09:38:33.633Z] unit_validate true [2022-05-19T09:38:33.633Z] USERDOMAIN WORKGROUP [2022-05-19T09:38:33.633Z] USERNAME azwin-2-1c18f0$ [2022-05-19T09:38:33.633Z] USERPROFILE C:\Windows\system32\config\systemprofile [2022-05-19T09:38:33.633Z] validate_force false [2022-05-19T09:38:33.633Z] windir C:\Windows [2022-05-19T09:38:33.633Z] WINDOWS_BASE_IMAGE mcr.microsoft.com/windows/servercore [2022-05-19T09:38:33.633Z] WINDOWS_BASE_IMAGE_TAG ltsc2022 [2022-05-19T09:38:33.633Z] windows2022 true [2022-05-19T09:38:33.633Z] windows2022containerd true [2022-05-19T09:38:33.633Z] windowsRS5 true [2022-05-19T09:38:33.633Z] WORKSPACE d:\gopath\src\github.com\docker\docker [2022-05-19T09:38:33.633Z] WORKSPACE_TMP d:\gopath\src\github.com\docker\docker@tmp [2022-05-19T09:38:33.633Z] [2022-05-19T09:38:33.633Z] [2022-05-19T09:38:33.633Z] [2022-05-19T09:38:33.808Z] #11 extracting sha256:0670968926f6461e3135c82ba2c0ad3ebdedc0d0f41b18bda4a1e41104b8be8a 1.6s done [2022-05-19T09:38:33.872Z] #55 13.15 go: downloading github.com/spf13/cast v1.4.1 [2022-05-19T09:38:33.872Z] #55 13.16 go: downloading github.com/spf13/jwalterweatherman v1.1.0 [2022-05-19T09:38:33.872Z] #55 13.17 go: downloading github.com/subosito/gotenv v1.2.0 [2022-05-19T09:38:33.872Z] #55 13.20 go: downloading gopkg.in/ini.v1 v1.66.2 [2022-05-19T09:38:33.872Z] #55 13.23 go: downloading github.com/gobwas/glob v0.2.3 [2022-05-19T09:38:33.872Z] #55 13.27 go: downloading github.com/davecgh/go-spew v1.1.1 [2022-05-19T09:38:33.872Z] #55 13.29 go: downloading github.com/pmezard/go-difflib v1.0.0 [2022-05-19T09:38:33.872Z] #55 13.32 go: downloading github.com/stretchr/objx v0.1.1 [2022-05-19T09:38:33.872Z] #55 13.38 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2022-05-19T09:38:34.133Z] #55 13.40 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2022-05-19T09:38:34.133Z] #55 13.41 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2022-05-19T09:38:34.133Z] #55 13.42 go: downloading github.com/go-toolsmith/astequal v1.0.1 [2022-05-19T09:38:34.133Z] #55 13.42 go: downloading github.com/go-toolsmith/astp v1.0.0 [2022-05-19T09:38:34.133Z] #55 13.43 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2022-05-19T09:38:34.133Z] #55 13.43 go: downloading github.com/go-toolsmith/typep v1.0.2 [2022-05-19T09:38:34.133Z] #55 13.47 go: downloading github.com/quasilyte/go-ruleguard v0.3.15 [2022-05-19T09:38:34.133Z] #55 13.47 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95 [2022-05-19T09:38:34.133Z] #55 13.47 go: downloading github.com/kisielk/gotool v1.0.0 [2022-05-19T09:38:34.133Z] #55 13.47 go: downloading golang.org/x/text v0.3.7 [2022-05-19T09:38:34.133Z] #55 13.47 go: downloading github.com/gostaticanalysis/comment v1.4.2 [2022-05-19T09:38:34.133Z] #55 13.50 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1 [2022-05-19T09:38:34.133Z] #55 13.52 go: downloading github.com/ettle/strcase v0.1.1 [2022-05-19T09:38:34.133Z] #55 13.55 go: downloading golang.org/x/mod v0.5.1 [2022-05-19T09:38:34.133Z] #55 13.57 go: downloading github.com/Masterminds/semver v1.5.0 [2022-05-19T09:38:34.133Z] #55 13.57 go: downloading github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d [2022-05-19T09:38:34.133Z] #55 13.61 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354 [2022-05-19T09:38:34.372Z] #11 extracting sha256:5a8b0e20be4b4a332bc3d90b9903a5f3c0664b440fd9f1d2a1db0d4b7e6e826b [2022-05-19T09:38:34.394Z] #55 ... [2022-05-19T09:38:34.394Z] [2022-05-19T09:38:34.394Z] #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-05-19T09:38:34.394Z] #31 sha256:70d86b92e7461e4f9345acd2b4273a02762a30e2c1d7459dfc7587cf150f337e [2022-05-19T09:38:34.395Z] #31 10.95 [2022-05-19T09:38:34.395Z] #31 11.24 #=#=# ######################################################################## 100.0% [2022-05-19T09:38:34.395Z] #31 11.73 [2022-05-19T09:38:34.395Z] #31 12.96 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2022-05-19T09:38:34.395Z] #31 13.48 [2022-05-19T09:38:34.395Z] #31 13.73 #=#=# ######################################################################## 100.0% [2022-05-19T09:38:34.395Z] #31 14.22 [2022-05-19T09:38:34.395Z] #31 14.43 Download of images into '/build' complete. [2022-05-19T09:38:34.395Z] #31 14.43 Use something like the following to load the result into a Docker daemon: [2022-05-19T09:38:34.395Z] #31 14.43 tar -cC '/build' . | docker load [2022-05-19T09:38:34.395Z] #31 DONE 14.8s [2022-05-19T09:38:34.395Z] [2022-05-19T09:38:34.395Z] #55 [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-05-19T09:38:34.395Z] #55 sha256:5057fea76c4566561f2fcd443fa7f0c66715a304331185cc70a563f6efd078dd [2022-05-19T09:38:34.395Z] #55 13.63 go: downloading github.com/fatih/structtag v1.2.0 [2022-05-19T09:38:34.395Z] #55 13.75 go: downloading github.com/prometheus/client_golang v1.7.1 [2022-05-19T09:38:34.622Z] INFO: Sources under d:\gopath\... [2022-05-19T09:38:34.622Z] INFO: Test run under d:\CI\... [2022-05-19T09:38:34.622Z] INFO: Running in D:\gopath\src\github.com\docker\docker [2022-05-19T09:38:34.622Z] INFO: docker/docker repository was found [2022-05-19T09:38:34.623Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2022 from docker hub. This may take some time... [2022-05-19T09:38:34.655Z] #55 13.88 go: downloading github.com/prometheus/client_model v0.2.0 [2022-05-19T09:38:34.843Z] #54 ... [2022-05-19T09:38:34.843Z] [2022-05-19T09:38:34.843Z] #14 [cross-true 1/6] RUN dpkg --add-architecture arm64 [2022-05-19T09:38:34.843Z] #14 sha256:96429e8b414013dd32883e63ed306b8efd72f1854e9297df732aeff7eea9fa18 [2022-05-19T09:38:34.843Z] #14 DONE 3.3s [2022-05-19T09:38:34.843Z] [2022-05-19T09:38:34.843Z] #15 [cross-true 2/6] RUN dpkg --add-architecture armel [2022-05-19T09:38:34.843Z] #15 sha256:fcda4a2e82f629713d95031fab746f34bcfd07d9facbf21d012f99cc8f14f975 [2022-05-19T09:38:34.927Z] #55 14.34 go: downloading github.com/google/go-cmp v0.5.6 [2022-05-19T09:38:34.927Z] #55 14.35 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2022-05-19T09:38:34.927Z] #55 14.39 go: downloading github.com/hashicorp/hcl v1.0.0 [2022-05-19T09:38:35.221Z] #55 14.52 go: downloading github.com/pelletier/go-toml v1.9.4 [2022-05-19T09:38:35.221Z] #55 14.63 go: downloading github.com/chavacava/garif v0.0.0-20210405164556-e8a0a408d6af [2022-05-19T09:38:35.221Z] #55 14.63 go: downloading github.com/olekukonko/tablewriter v0.0.5 [2022-05-19T09:38:35.221Z] #55 14.65 go: downloading github.com/golang/protobuf v1.5.2 [2022-05-19T09:38:35.221Z] #55 14.72 go: downloading github.com/quasilyte/gogrep v0.0.0-20220103110004-ffaa07af02e3 [2022-05-19T09:38:35.481Z] #55 14.87 go: downloading github.com/prometheus/common v0.10.0 [2022-05-19T09:38:35.481Z] #55 14.96 go: downloading github.com/beorn7/perks v1.0.1 [2022-05-19T09:38:35.481Z] #55 14.96 go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-05-19T09:38:35.611Z] ltsc2022: Pulling from windows/servercore [2022-05-19T09:38:35.772Z] #55 15.15 go: downloading github.com/cespare/xxhash v1.1.0 [2022-05-19T09:38:35.772Z] #55 15.17 go: downloading github.com/prometheus/procfs v0.6.0 [2022-05-19T09:38:36.035Z] #55 15.35 go: downloading github.com/mattn/go-runewidth v0.0.9 [2022-05-19T09:38:36.035Z] #55 15.39 go: downloading google.golang.org/protobuf v1.27.1 [2022-05-19T09:38:36.082Z] 97f65a0ec59e: Pulling fs layer [2022-05-19T09:38:36.082Z] 12fb50a031bd: Pulling fs layer [2022-05-19T09:38:36.977Z] #55 16.13 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1 [2022-05-19T09:38:37.370Z] #42 11.62 Reading package lists... [2022-05-19T09:38:37.370Z] #42 ... [2022-05-19T09:38:37.370Z] [2022-05-19T09:38:37.370Z] #62 [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-05-19T09:38:37.370Z] #62 sha256:0f0442301bab59ba86b1a6fc026564903c6dd8e61a9a05e8e8c1ef7f4e5ed147 [2022-05-19T09:38:37.370Z] #62 9.365 Reading package lists... [2022-05-19T09:38:37.370Z] #62 16.65 Reading package lists... [2022-05-19T09:38:37.370Z] #62 ... [2022-05-19T09:38:37.370Z] [2022-05-19T09:38:37.370Z] #47 [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-05-19T09:38:37.370Z] #47 sha256:64f45ab858eeef59fd7b71f6ddefa43f4783e6b095c9c6c7ac7b72b27a18059b [2022-05-19T09:38:37.370Z] #47 6.738 + git clone https://github.com/docker/distribution.git . [2022-05-19T09:38:37.370Z] #47 6.744 Cloning into '.'... [2022-05-19T09:38:37.370Z] #47 ... [2022-05-19T09:38:37.370Z] [2022-05-19T09:38:37.370Z] #36 [delve 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/go-delve/delve/cmd/dlv@v1.8.1" && /build/dlv --help [2022-05-19T09:38:37.370Z] #36 sha256:03e732bcf8e9966774f0748183eb1fe6fc75b304267c47c51a6cef833e2fda40 [2022-05-19T09:38:37.370Z] #36 17.20 go: downloading github.com/sirupsen/logrus v1.6.0 [2022-05-19T09:38:37.370Z] #36 17.20 go: downloading github.com/spf13/cobra v1.1.3 [2022-05-19T09:38:38.159Z] #15 DONE 3.2s [2022-05-19T09:38:38.159Z] [2022-05-19T09:38:38.159Z] #16 [cross-true 3/6] RUN dpkg --add-architecture armhf [2022-05-19T09:38:38.159Z] #16 sha256:131100efbffcd67ebbc438a0f674923d92a7be883213c47c1fde96cd49ce0155 [2022-05-19T09:38:38.308Z] #36 17.85 go: downloading github.com/mattn/go-isatty v0.0.3 [2022-05-19T09:38:38.308Z] #36 18.06 go: downloading golang.org/x/sys v0.0.0-20211117180635-dee7805ff2e1 [2022-05-19T09:38:38.419Z] #55 ... [2022-05-19T09:38:38.419Z] [2022-05-19T09:38:38.419Z] #53 [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-05-19T09:38:38.419Z] #53 sha256:c387c2119fb33abd796de8ad048d0f6e4f52f6aaf06840be566bdaa073236a61 [2022-05-19T09:38:38.419Z] #53 16.47 gotestsum version dev [2022-05-19T09:38:38.419Z] #53 DONE 17.8s [2022-05-19T09:38:38.568Z] #36 18.33 go: downloading github.com/spf13/pflag v1.0.5 [2022-05-19T09:38:38.681Z] [2022-05-19T09:38:38.681Z] #51 [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-05-19T09:38:38.681Z] #51 sha256:342483109da9e364b7fdcd69e8e1164284be91eccb939cddedcef7fc7f7424b9 [2022-05-19T09:38:38.681Z] #51 10.49 Building dependency tree... [2022-05-19T09:38:38.681Z] #51 11.40 The following additional packages will be installed: [2022-05-19T09:38:38.681Z] #51 11.40 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-05-19T09:38:38.681Z] #51 11.40 python3-protobuf python3-six [2022-05-19T09:38:38.681Z] #51 11.40 Suggested packages: [2022-05-19T09:38:38.681Z] #51 11.40 python3-setuptools [2022-05-19T09:38:38.681Z] #51 11.40 Recommended packages: [2022-05-19T09:38:38.681Z] #51 11.40 iproute2 | iproute [2022-05-19T09:38:38.681Z] #51 11.56 The following NEW packages will be installed: [2022-05-19T09:38:38.681Z] #51 11.57 criu libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-05-19T09:38:38.681Z] #51 11.57 python3-protobuf python3-six [2022-05-19T09:38:38.681Z] #51 11.86 0 upgraded, 8 newly installed, 0 to remove and 2 not upgraded. [2022-05-19T09:38:38.681Z] #51 11.86 Need to get 2314 kB of archives. [2022-05-19T09:38:38.681Z] #51 11.86 After this operation, 11.1 MB of additional disk space will be used. [2022-05-19T09:38:38.681Z] #51 11.86 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf23 amd64 3.12.4-1 [892 kB] [2022-05-19T09:38:38.681Z] #51 11.89 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-05-19T09:38:38.681Z] #51 11.90 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-six all 1.16.0-2 [17.5 kB] [2022-05-19T09:38:38.681Z] #51 11.91 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-protobuf amd64 3.12.4-1 [382 kB] [2022-05-19T09:38:38.681Z] #51 11.91 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2022-05-19T09:38:38.681Z] #51 11.91 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-05-19T09:38:38.681Z] #51 11.91 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB] [2022-05-19T09:38:38.681Z] #51 13.98 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 criu 3.17-1 [683 kB] [2022-05-19T09:38:38.681Z] #51 14.77 debconf: delaying package configuration, since apt-utils is not installed [2022-05-19T09:38:38.681Z] #51 14.88 Fetched 2314 kB in 3s (830 kB/s) [2022-05-19T09:38:38.681Z] #51 14.97 Selecting previously unselected package libprotobuf23:amd64. [2022-05-19T09:38:38.681Z] #51 14.97 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15709 files and directories currently installed.) [2022-05-19T09:38:38.681Z] #51 15.01 Preparing to unpack .../0-libprotobuf23_3.12.4-1_amd64.deb ... [2022-05-19T09:38:38.681Z] #51 15.04 Unpacking libprotobuf23:amd64 (3.12.4-1) ... [2022-05-19T09:38:38.681Z] #51 15.31 Selecting previously unselected package python3-pkg-resources. [2022-05-19T09:38:38.681Z] #51 15.31 Preparing to unpack .../1-python3-pkg-resources_52.0.0-4_all.deb ... [2022-05-19T09:38:38.681Z] #51 15.32 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-05-19T09:38:38.681Z] #51 15.47 Selecting previously unselected package python3-six. [2022-05-19T09:38:38.681Z] #51 15.47 Preparing to unpack .../2-python3-six_1.16.0-2_all.deb ... [2022-05-19T09:38:38.681Z] #51 15.48 Unpacking python3-six (1.16.0-2) ... [2022-05-19T09:38:38.681Z] #51 15.59 Selecting previously unselected package python3-protobuf. [2022-05-19T09:38:38.681Z] #51 15.59 Preparing to unpack .../3-python3-protobuf_3.12.4-1_amd64.deb ... [2022-05-19T09:38:38.681Z] #51 15.60 Unpacking python3-protobuf (3.12.4-1) ... [2022-05-19T09:38:38.681Z] #51 15.85 Selecting previously unselected package libnet1:amd64. [2022-05-19T09:38:38.681Z] #51 15.86 Preparing to unpack .../4-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-05-19T09:38:38.681Z] #51 15.87 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-05-19T09:38:38.681Z] #51 16.00 Selecting previously unselected package libnl-3-200:amd64. [2022-05-19T09:38:38.681Z] #51 16.01 Preparing to unpack .../5-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-05-19T09:38:38.681Z] #51 16.02 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-05-19T09:38:38.681Z] #51 16.12 Selecting previously unselected package libprotobuf-c1:amd64. [2022-05-19T09:38:38.681Z] #51 16.12 Preparing to unpack .../6-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-05-19T09:38:38.681Z] #51 16.14 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-05-19T09:38:38.681Z] #51 16.23 Selecting previously unselected package criu. [2022-05-19T09:38:38.681Z] #51 16.23 Preparing to unpack .../7-criu_3.17-1_amd64.deb ... [2022-05-19T09:38:38.681Z] #51 16.24 Unpacking criu (3.17-1) ... [2022-05-19T09:38:38.681Z] #51 16.92 Setting up python3-pkg-resources (52.0.0-4) ... [2022-05-19T09:38:38.681Z] #51 17.64 Setting up libprotobuf23:amd64 (3.12.4-1) ... [2022-05-19T09:38:38.681Z] #51 17.71 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-05-19T09:38:38.681Z] #51 17.73 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-05-19T09:38:38.681Z] #51 17.75 Setting up python3-six (1.16.0-2) ... [2022-05-19T09:38:38.943Z] #51 18.23 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-05-19T09:38:38.943Z] #51 18.26 Setting up python3-protobuf (3.12.4-1) ... [2022-05-19T09:38:39.507Z] #36 18.92 go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-05-19T09:38:39.507Z] #36 19.28 go: downloading github.com/cosiner/argv v0.1.0 [2022-05-19T09:38:39.514Z] #51 ... [2022-05-19T09:38:39.514Z] [2022-05-19T09:38:39.514Z] #42 [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-05-19T09:38:39.514Z] #42 sha256:635aa174200b74209cbd6c68b0f12f60f2a29d9649aa3089dbc629ac5ed19ba4 [2022-05-19T09:38:39.514Z] #42 10.31 Selecting previously unselected package cmake-data. [2022-05-19T09:38:39.514Z] #42 10.32 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ... [2022-05-19T09:38:39.514Z] #42 10.32 Unpacking cmake-data (3.18.4-2+deb11u1) ... [2022-05-19T09:38:39.514Z] #42 11.71 Selecting previously unselected package libicu67:amd64. [2022-05-19T09:38:39.514Z] #42 11.72 Preparing to unpack .../3-libicu67_67.1-7_amd64.deb ... [2022-05-19T09:38:39.514Z] #42 11.83 Unpacking libicu67:amd64 (67.1-7) ... [2022-05-19T09:38:39.514Z] #42 14.21 Selecting previously unselected package libxml2:amd64. [2022-05-19T09:38:39.514Z] #42 14.21 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7+deb11u1_amd64.deb ... [2022-05-19T09:38:39.514Z] #42 14.22 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7+deb11u1) ... [2022-05-19T09:38:39.514Z] #42 14.57 Selecting previously unselected package libarchive13:amd64. [2022-05-19T09:38:39.514Z] #42 14.58 Preparing to unpack .../5-libarchive13_3.4.3-2+deb11u1_amd64.deb ... [2022-05-19T09:38:39.514Z] #42 14.60 Unpacking libarchive13:amd64 (3.4.3-2+deb11u1) ... [2022-05-19T09:38:39.514Z] #42 14.78 Selecting previously unselected package libjsoncpp24:amd64. [2022-05-19T09:38:39.514Z] #42 14.78 Preparing to unpack .../6-libjsoncpp24_1.9.4-4_amd64.deb ... [2022-05-19T09:38:39.514Z] #42 14.79 Unpacking libjsoncpp24:amd64 (1.9.4-4) ... [2022-05-19T09:38:39.514Z] #42 15.05 Selecting previously unselected package librhash0:amd64. [2022-05-19T09:38:39.514Z] #42 15.05 Preparing to unpack .../7-librhash0_1.4.1-2_amd64.deb ... [2022-05-19T09:38:39.514Z] #42 15.09 Unpacking librhash0:amd64 (1.4.1-2) ... [2022-05-19T09:38:39.514Z] #42 15.21 Selecting previously unselected package libuv1:amd64. [2022-05-19T09:38:39.514Z] #42 15.21 Preparing to unpack .../8-libuv1_1.40.0-2_amd64.deb ... [2022-05-19T09:38:39.514Z] #42 15.21 Unpacking libuv1:amd64 (1.40.0-2) ... [2022-05-19T09:38:39.514Z] #42 15.30 Selecting previously unselected package cmake. [2022-05-19T09:38:39.514Z] #42 15.30 Preparing to unpack .../9-cmake_3.18.4-2+deb11u1_amd64.deb ... [2022-05-19T09:38:39.514Z] #42 15.31 Unpacking cmake (3.18.4-2+deb11u1) ... [2022-05-19T09:38:39.514Z] #42 17.26 Setting up libicu67:amd64 (67.1-7) ... [2022-05-19T09:38:39.514Z] #42 17.51 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-05-19T09:38:39.514Z] #42 17.79 Setting up libuv1:amd64 (1.40.0-2) ... [2022-05-19T09:38:39.514Z] #42 17.86 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-05-19T09:38:39.514Z] #42 17.91 Setting up libjsoncpp24:amd64 (1.9.4-4) ... [2022-05-19T09:38:39.514Z] #42 18.04 Setting up librhash0:amd64 (1.4.1-2) ... [2022-05-19T09:38:39.514Z] #42 18.06 Setting up cmake-data (3.18.4-2+deb11u1) ... [2022-05-19T09:38:39.514Z] #42 18.10 Setting up libxml2:amd64 (2.9.10+dfsg-6.7+deb11u1) ... [2022-05-19T09:38:39.514Z] #42 18.18 Setting up libarchive13:amd64 (3.4.3-2+deb11u1) ... [2022-05-19T09:38:39.514Z] #42 18.21 Setting up cmake (3.18.4-2+deb11u1) ... [2022-05-19T09:38:39.514Z] #42 18.23 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-05-19T09:38:39.514Z] #42 DONE 18.8s [2022-05-19T09:38:39.514Z] [2022-05-19T09:38:39.514Z] #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-05-19T09:38:39.514Z] #14 sha256:ad430aa4634b833e1f6147f42e8232eb8136a1b47ba188feff5f14c8911b4227 [2022-05-19T09:38:39.514Z] #14 12.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-05-19T09:38:39.514Z] #14 13.07 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-05-19T09:38:39.514Z] #14 13.19 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-05-19T09:38:39.515Z] #14 13.51 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-05-19T09:38:39.515Z] #14 13.86 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-05-19T09:38:39.515Z] #14 13.86 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB] [2022-05-19T09:38:39.515Z] #14 13.86 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB] [2022-05-19T09:38:39.515Z] #14 13.86 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-05-19T09:38:39.515Z] #14 13.86 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-05-19T09:38:39.515Z] #14 13.86 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-05-19T09:38:39.515Z] #14 13.86 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-7 [123 kB] [2022-05-19T09:38:39.515Z] #14 13.87 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB] [2022-05-19T09:38:39.515Z] #14 13.88 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2 [231 kB] [2022-05-19T09:38:39.515Z] #14 13.88 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2 [220 kB] [2022-05-19T09:38:39.515Z] #14 13.90 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2 [49.1 kB] [2022-05-19T09:38:39.515Z] #14 13.90 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2 [731 kB] [2022-05-19T09:38:39.515Z] #14 13.91 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB] [2022-05-19T09:38:39.515Z] #14 13.92 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-05-19T09:38:39.515Z] #14 13.92 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1+deb11u1 [92.4 kB] [2022-05-19T09:38:39.515Z] #14 13.92 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-7 [401 kB] [2022-05-19T09:38:39.515Z] #14 14.47 debconf: delaying package configuration, since apt-utils is not installed [2022-05-19T09:38:39.515Z] #14 14.56 Fetched 115 MB in 2s (54.1 MB/s) [2022-05-19T09:38:39.515Z] #14 14.60 Selecting previously unselected package binutils-mingw-w64-i686. [2022-05-19T09:38:39.515Z] #14 14.60 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15709 files and directories currently installed.) [2022-05-19T09:38:39.515Z] #14 14.63 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ... [2022-05-19T09:38:39.515Z] #14 14.65 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-05-19T09:38:39.515Z] #14 15.65 Selecting previously unselected package binutils-mingw-w64-x86-64. [2022-05-19T09:38:39.515Z] #14 15.65 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ... [2022-05-19T09:38:39.515Z] #14 15.65 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-05-19T09:38:39.515Z] #14 16.92 Selecting previously unselected package binutils-mingw-w64. [2022-05-19T09:38:39.515Z] #14 16.93 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ... [2022-05-19T09:38:39.515Z] #14 16.95 Unpacking binutils-mingw-w64 (2.35-2+8.11) ... [2022-05-19T09:38:39.515Z] #14 17.30 Selecting previously unselected package libdevmapper1.02.1:amd64. [2022-05-19T09:38:39.515Z] #14 17.30 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-05-19T09:38:39.515Z] #14 17.76 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-05-19T09:38:39.515Z] #14 17.98 Selecting previously unselected package dmsetup. [2022-05-19T09:38:39.515Z] #14 18.04 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ... [2022-05-19T09:38:39.515Z] #14 18.05 Unpacking dmsetup (2:1.02.175-2.1) ... [2022-05-19T09:38:39.515Z] #14 18.23 Selecting previously unselected package mingw-w64-common. [2022-05-19T09:38:39.515Z] #14 18.23 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ... [2022-05-19T09:38:39.515Z] #14 18.24 Unpacking mingw-w64-common (8.0.0-1) ... [2022-05-19T09:38:39.627Z] #11 extracting sha256:5a8b0e20be4b4a332bc3d90b9903a5f3c0664b440fd9f1d2a1db0d4b7e6e826b 5.0s [2022-05-19T09:38:39.627Z] #11 ... [2022-05-19T09:38:39.627Z] [2022-05-19T09:38:39.627Z] #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-05-19T09:38:39.627Z] #29 sha256:87b36cc280fe638d7ef5f20bb22729024d374f203f2bcca845213957d578aa99 [2022-05-19T09:38:39.627Z] #29 1.427 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB] [2022-05-19T09:38:39.627Z] #29 1.432 Get:2 http://deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-05-19T09:38:39.627Z] #29 1.443 Get:3 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-05-19T09:38:39.627Z] #29 1.623 Get:4 http://deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-05-19T09:38:39.627Z] #29 1.948 Get:5 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-05-19T09:38:39.627Z] #29 2.358 Get:6 http://security.debian.org/debian-security bullseye-security/main amd64 Packages [146 kB] [2022-05-19T09:38:39.627Z] #29 3.587 Fetched 8530 kB in 2s (3500 kB/s) [2022-05-19T09:38:39.627Z] #29 3.587 Reading package lists... [2022-05-19T09:38:39.627Z] #29 4.517 Reading package lists... [2022-05-19T09:38:39.627Z] #29 5.304 Building dependency tree... [2022-05-19T09:38:39.627Z] #29 5.654 The following additional packages will be installed: [2022-05-19T09:38:39.627Z] #29 5.654 libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5 [2022-05-19T09:38:39.627Z] #29 5.654 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl [2022-05-19T09:38:39.627Z] #29 5.655 Recommended packages: [2022-05-19T09:38:39.627Z] #29 5.655 libldap-common publicsuffix libsasl2-modules [2022-05-19T09:38:39.627Z] #29 5.871 The following NEW packages will be installed: [2022-05-19T09:38:39.627Z] #29 5.871 ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2 [2022-05-19T09:38:39.627Z] #29 5.871 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2022-05-19T09:38:39.627Z] #29 5.871 libssh2-1 openssl [2022-05-19T09:38:39.627Z] #29 6.175 0 upgraded, 15 newly installed, 0 to remove and 1 not upgraded. [2022-05-19T09:38:39.627Z] #29 6.175 Need to get 3040 kB of archives. [2022-05-19T09:38:39.627Z] #29 6.175 After this operation, 6651 kB of additional disk space will be used. [2022-05-19T09:38:39.627Z] #29 6.175 Get:1 http://deb.debian.org/debian bullseye/main amd64 ca-certificates all 20210119 [158 kB] [2022-05-19T09:38:39.627Z] #29 6.175 Get:2 http://security.debian.org/debian-security bullseye-security/main amd64 openssl amd64 1.1.1n-0+deb11u2 [852 kB] [2022-05-19T09:38:39.627Z] #29 6.175 Get:3 http://deb.debian.org/debian bullseye/main amd64 libbrotli1 amd64 1.0.9-2+b2 [279 kB] [2022-05-19T09:38:39.627Z] #29 6.175 Get:4 http://deb.debian.org/debian bullseye/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-2.1+deb11u1 [69.1 kB] [2022-05-19T09:38:39.627Z] #29 6.175 Get:5 http://deb.debian.org/debian bullseye/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2.1+deb11u1 [106 kB] [2022-05-19T09:38:39.627Z] #29 6.175 Get:6 http://deb.debian.org/debian bullseye/main amd64 libldap-2.4-2 amd64 2.4.57+dfsg-3 [232 kB] [2022-05-19T09:38:39.627Z] #29 6.179 Get:7 http://deb.debian.org/debian bullseye/main amd64 libnghttp2-14 amd64 1.43.0-1 [77.1 kB] [2022-05-19T09:38:39.627Z] #29 6.182 Get:8 http://deb.debian.org/debian bullseye/main amd64 libpsl5 amd64 0.21.0-1.2 [57.3 kB] [2022-05-19T09:38:39.627Z] #29 6.182 Get:9 http://deb.debian.org/debian bullseye/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB] [2022-05-19T09:38:39.627Z] #29 6.182 Get:10 http://deb.debian.org/debian bullseye/main amd64 libssh2-1 amd64 1.9.0-2 [156 kB] [2022-05-19T09:38:39.627Z] #29 6.185 Get:11 http://deb.debian.org/debian bullseye/main amd64 libcurl4 amd64 7.74.0-1.3+deb11u1 [341 kB] [2022-05-19T09:38:39.627Z] #29 6.188 Get:12 http://deb.debian.org/debian bullseye/main amd64 curl amd64 7.74.0-1.3+deb11u1 [267 kB] [2022-05-19T09:38:39.627Z] #29 6.191 Get:13 http://deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-05-19T09:38:39.627Z] #29 6.193 Get:14 http://deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-05-19T09:38:39.627Z] #29 6.195 Get:15 http://deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-05-19T09:38:39.627Z] #29 6.450 debconf: delaying package configuration, since apt-utils is not installed [2022-05-19T09:38:39.627Z] #29 6.476 Fetched 3040 kB in 0s (9678 kB/s) [2022-05-19T09:38:39.627Z] #29 6.498 Selecting previously unselected package openssl. [2022-05-19T09:38:39.627Z] #29 6.498 (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-05-19T09:38:39.627Z] #29 6.507 Preparing to unpack .../00-openssl_1.1.1n-0+deb11u2_amd64.deb ... [2022-05-19T09:38:39.627Z] #29 6.519 Unpacking openssl (1.1.1n-0+deb11u2) ... [2022-05-19T09:38:39.627Z] #29 6.694 Selecting previously unselected package ca-certificates. [2022-05-19T09:38:39.627Z] #29 6.694 Preparing to unpack .../01-ca-certificates_20210119_all.deb ... [2022-05-19T09:38:39.627Z] #29 6.697 Unpacking ca-certificates (20210119) ... [2022-05-19T09:38:39.627Z] #29 6.816 Selecting previously unselected package libbrotli1:amd64. [2022-05-19T09:38:39.627Z] #29 6.816 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_amd64.deb ... [2022-05-19T09:38:39.627Z] #29 6.822 Unpacking libbrotli1:amd64 (1.0.9-2+b2) ... [2022-05-19T09:38:39.627Z] #29 6.903 Selecting previously unselected package libsasl2-modules-db:amd64. [2022-05-19T09:38:39.627Z] #29 6.903 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_amd64.deb ... [2022-05-19T09:38:39.627Z] #29 6.907 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-05-19T09:38:39.627Z] #29 6.958 Selecting previously unselected package libsasl2-2:amd64. [2022-05-19T09:38:39.627Z] #29 6.958 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_amd64.deb ... [2022-05-19T09:38:39.627Z] #29 6.958 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-05-19T09:38:39.627Z] #29 7.041 Selecting previously unselected package libldap-2.4-2:amd64. [2022-05-19T09:38:39.627Z] #29 7.041 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3_amd64.deb ... [2022-05-19T09:38:39.627Z] #29 7.046 Unpacking libldap-2.4-2:amd64 (2.4.57+dfsg-3) ... [2022-05-19T09:38:39.627Z] #29 7.151 Selecting previously unselected package libnghttp2-14:amd64. [2022-05-19T09:38:39.627Z] #29 7.151 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_amd64.deb ... [2022-05-19T09:38:39.627Z] #29 7.154 Unpacking libnghttp2-14:amd64 (1.43.0-1) ... [2022-05-19T09:38:39.627Z] #29 7.219 Selecting previously unselected package libpsl5:amd64. [2022-05-19T09:38:39.627Z] #29 7.219 Preparing to unpack .../07-libpsl5_0.21.0-1.2_amd64.deb ... [2022-05-19T09:38:39.627Z] #29 7.223 Unpacking libpsl5:amd64 (0.21.0-1.2) ... [2022-05-19T09:38:39.627Z] #29 7.272 Selecting previously unselected package librtmp1:amd64. [2022-05-19T09:38:39.627Z] #29 7.272 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ... [2022-05-19T09:38:39.627Z] #29 7.276 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-05-19T09:38:39.627Z] #29 7.328 Selecting previously unselected package libssh2-1:amd64. [2022-05-19T09:38:39.627Z] #29 7.328 Preparing to unpack .../09-libssh2-1_1.9.0-2_amd64.deb ... [2022-05-19T09:38:39.627Z] #29 7.340 Unpacking libssh2-1:amd64 (1.9.0-2) ... [2022-05-19T09:38:39.627Z] #29 7.405 Selecting previously unselected package libcurl4:amd64. [2022-05-19T09:38:39.627Z] #29 7.405 Preparing to unpack .../10-libcurl4_7.74.0-1.3+deb11u1_amd64.deb ... [2022-05-19T09:38:39.627Z] #29 7.409 Unpacking libcurl4:amd64 (7.74.0-1.3+deb11u1) ... [2022-05-19T09:38:39.627Z] #29 7.505 Selecting previously unselected package curl. [2022-05-19T09:38:39.627Z] #29 7.505 Preparing to unpack .../11-curl_7.74.0-1.3+deb11u1_amd64.deb ... [2022-05-19T09:38:39.627Z] #29 7.512 Unpacking curl (7.74.0-1.3+deb11u1) ... [2022-05-19T09:38:39.627Z] #29 7.579 Selecting previously unselected package libonig5:amd64. [2022-05-19T09:38:39.627Z] #29 7.579 Preparing to unpack .../12-libonig5_6.9.6-1.1_amd64.deb ... [2022-05-19T09:38:39.627Z] #29 7.585 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-05-19T09:38:39.627Z] #29 7.664 Selecting previously unselected package libjq1:amd64. [2022-05-19T09:38:39.627Z] #29 7.664 Preparing to unpack .../13-libjq1_1.6-2.1_amd64.deb ... [2022-05-19T09:38:39.627Z] #29 7.664 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-05-19T09:38:39.627Z] #29 7.715 Selecting previously unselected package jq. [2022-05-19T09:38:39.627Z] #29 7.717 Preparing to unpack .../14-jq_1.6-2.1_amd64.deb ... [2022-05-19T09:38:39.627Z] #29 7.720 Unpacking jq (1.6-2.1) ... [2022-05-19T09:38:39.627Z] #29 7.795 Setting up libpsl5:amd64 (0.21.0-1.2) ... [2022-05-19T09:38:39.627Z] #29 7.808 Setting up libbrotli1:amd64 (1.0.9-2+b2) ... [2022-05-19T09:38:39.627Z] #29 7.821 Setting up libnghttp2-14:amd64 (1.43.0-1) ... [2022-05-19T09:38:39.627Z] #29 7.833 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-05-19T09:38:39.627Z] #29 7.846 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-05-19T09:38:39.627Z] #29 7.857 Setting up libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-05-19T09:38:39.627Z] #29 7.868 Setting up libssh2-1:amd64 (1.9.0-2) ... [2022-05-19T09:38:39.627Z] #29 7.879 Setting up openssl (1.1.1n-0+deb11u2) ... [2022-05-19T09:38:39.627Z] #29 7.893 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-05-19T09:38:39.627Z] #29 7.904 Setting up libjq1:amd64 (1.6-2.1) ... [2022-05-19T09:38:39.627Z] #29 7.915 Setting up libldap-2.4-2:amd64 (2.4.57+dfsg-3) ... [2022-05-19T09:38:39.627Z] #29 7.926 Setting up ca-certificates (20210119) ... [2022-05-19T09:38:39.627Z] #29 8.665 Updating certificates in /etc/ssl/certs... [2022-05-19T09:38:39.627Z] #29 ... [2022-05-19T09:38:39.627Z] [2022-05-19T09:38:39.627Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.2-bullseye@sha256:a966d36a1bdf8769ebfd18eaf1b2cdfc86dfda1a2c61791ccd36ed8237e43a69 [2022-05-19T09:38:39.627Z] #11 sha256:7df3a1c8e8568958516166eeafce9654eaa9d0594d4f96f498d28228ba93e58d [2022-05-19T09:38:39.767Z] #36 19.35 go: downloading github.com/derekparker/trie v0.0.0-20200317170641-1fdf38b7b0e9 [2022-05-19T09:38:39.767Z] #36 19.39 go: downloading github.com/peterh/liner v1.2.2 [2022-05-19T09:38:39.775Z] #14 ... [2022-05-19T09:38:39.775Z] [2022-05-19T09:38:39.775Z] #43 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2022-05-19T09:38:39.775Z] #43 sha256:bcd6dbebd12cf78f2b8d5c2f31cd92c84ed847deff594a3e591468d68e69c8ce [2022-05-19T09:38:39.775Z] #43 DONE 0.3s [2022-05-19T09:38:39.775Z] [2022-05-19T09:38:39.775Z] #44 [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-05-19T09:38:39.775Z] #44 sha256:126939ab359177cd4a8d89fbfad180c57fbf2180c89621018b58ccf31f4c5a97 [2022-05-19T09:38:40.026Z] #36 19.68 go: downloading github.com/google/go-dap v0.6.0 [2022-05-19T09:38:40.088Z] #16 DONE 2.1s [2022-05-19T09:38:40.088Z] [2022-05-19T09:38:40.088Z] #60 [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-05-19T09:38:40.088Z] #60 sha256:c387c2119fb33abd796de8ad048d0f6e4f52f6aaf06840be566bdaa073236a61 [2022-05-19T09:38:40.088Z] #60 5.812 go: downloading gotest.tools/gotestsum v1.7.0 [2022-05-19T09:38:40.088Z] #60 7.712 go: downloading github.com/fatih/color v1.10.0 [2022-05-19T09:38:40.088Z] #60 7.787 go: downloading github.com/dnephin/pflag v1.0.7 [2022-05-19T09:38:40.088Z] #60 7.803 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-05-19T09:38:40.088Z] #60 7.871 go: downloading github.com/pkg/errors v0.9.1 [2022-05-19T09:38:40.088Z] #60 8.545 go: downloading golang.org/x/tools v0.1.0 [2022-05-19T09:38:40.088Z] #60 ... [2022-05-19T09:38:40.088Z] [2022-05-19T09:38:40.088Z] #17 [cross-true 4/6] RUN dpkg --add-architecture ppc64el [2022-05-19T09:38:40.088Z] #17 sha256:86781eb3188866b82d8be57ecb83171517b0af828e80c6cf856ae78bb6812896 [2022-05-19T09:38:40.285Z] #36 20.05 go: downloading github.com/russross/blackfriday/v2 v2.0.1 [2022-05-19T09:38:40.545Z] #36 ... [2022-05-19T09:38:40.545Z] [2022-05-19T09:38:40.545Z] #38 [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-05-19T09:38:40.545Z] #38 sha256:ae7bed019bb497077c7cdbdc7340eefa54526eeb9cd33f3e4ff19c12132b415c [2022-05-19T09:38:40.545Z] #38 20.04 tomll can be used in two ways: [2022-05-19T09:38:40.545Z] #38 20.05 Writing to STDIN and reading from STDOUT: [2022-05-19T09:38:40.545Z] #38 20.05 cat file.toml | tomll > file.toml [2022-05-19T09:38:40.545Z] #38 20.05 [2022-05-19T09:38:40.545Z] #38 20.05 Reading and updating a list of files: [2022-05-19T09:38:40.545Z] #38 20.05 tomll a.toml b.toml c.toml [2022-05-19T09:38:40.545Z] #38 20.05 [2022-05-19T09:38:40.545Z] #38 20.05 When given a list of files, tomll will modify all files in place without asking. [2022-05-19T09:38:40.545Z] #38 DONE 20.2s [2022-05-19T09:38:40.545Z] [2022-05-19T09:38:40.545Z] #36 [delve 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/go-delve/delve/cmd/dlv@v1.8.1" && /build/dlv --help [2022-05-19T09:38:40.545Z] #36 sha256:03e732bcf8e9966774f0748183eb1fe6fc75b304267c47c51a6cef833e2fda40 [2022-05-19T09:38:40.545Z] #36 20.39 go: downloading go.starlark.net v0.0.0-20200821142938-949cc6f4b097 [2022-05-19T09:38:40.720Z] #44 0.896 + RM_GOPATH=0 [2022-05-19T09:38:40.720Z] #44 0.896 + TMP_GOPATH= [2022-05-19T09:38:40.720Z] #44 0.896 + : /build [2022-05-19T09:38:40.720Z] #44 0.896 + '[' -z '' ']' [2022-05-19T09:38:40.720Z] #44 0.896 ++ mktemp -d [2022-05-19T09:38:40.720Z] #44 0.900 + export GOPATH=/tmp/tmp.PqTTspyBwD [2022-05-19T09:38:40.720Z] #44 0.900 + GOPATH=/tmp/tmp.PqTTspyBwD [2022-05-19T09:38:40.720Z] #44 0.900 + RM_GOPATH=1 [2022-05-19T09:38:40.720Z] #44 0.900 + case "$(go env GOARCH)" in [2022-05-19T09:38:40.720Z] #44 0.900 ++ go env GOARCH [2022-05-19T09:38:40.720Z] #44 0.905 + export GO_BUILDMODE=-buildmode=pie [2022-05-19T09:38:40.720Z] #44 0.905 + GO_BUILDMODE=-buildmode=pie [2022-05-19T09:38:40.720Z] #44 0.908 ++ dirname /install.sh [2022-05-19T09:38:40.720Z] #44 0.911 + dir=/ [2022-05-19T09:38:40.720Z] #44 0.911 + bin=tini [2022-05-19T09:38:40.720Z] #44 0.911 + shift [2022-05-19T09:38:40.720Z] #44 0.911 + '[' '!' -f //tini.installer ']' [2022-05-19T09:38:40.720Z] #44 0.911 + . //tini.installer [2022-05-19T09:38:40.720Z] #44 0.911 ++ : v0.19.0 [2022-05-19T09:38:40.720Z] #44 0.912 + install_tini [2022-05-19T09:38:40.720Z] #44 0.912 + echo 'Install tini version v0.19.0' [2022-05-19T09:38:40.720Z] #44 0.912 + git clone https://github.com/krallin/tini.git /tmp/tmp.PqTTspyBwD/tini [2022-05-19T09:38:40.720Z] #44 0.912 Install tini version v0.19.0 [2022-05-19T09:38:40.720Z] #44 0.918 Cloning into '/tmp/tmp.PqTTspyBwD/tini'... [2022-05-19T09:38:41.294Z] #44 1.364 + cd /tmp/tmp.PqTTspyBwD/tini [2022-05-19T09:38:41.294Z] #44 1.364 + git checkout -q v0.19.0 [2022-05-19T09:38:41.294Z] #44 1.386 + cmake . [2022-05-19T09:38:41.484Z] #17 ... [2022-05-19T09:38:41.484Z] [2022-05-19T09:38:41.484Z] #62 [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-05-19T09:38:41.484Z] #62 sha256:5057fea76c4566561f2fcd443fa7f0c66715a304331185cc70a563f6efd078dd [2022-05-19T09:38:41.484Z] #62 5.589 go: downloading github.com/golangci/golangci-lint v1.44.0 [2022-05-19T09:38:41.484Z] #62 ... [2022-05-19T09:38:41.484Z] [2022-05-19T09:38:41.484Z] #64 [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-05-19T09:38:41.484Z] #64 sha256:05b451803d0e878724252e3bcc7478d20bebad3dbc9fdb0d3f630b629e0e4d15 [2022-05-19T09:38:41.484Z] #64 5.283 go: downloading mvdan.cc/sh/v3 v3.0.2 [2022-05-19T09:38:41.484Z] #64 6.547 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2022-05-19T09:38:41.484Z] #64 6.547 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2022-05-19T09:38:41.484Z] #64 6.845 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2022-05-19T09:38:41.484Z] #64 8.834 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2022-05-19T09:38:41.486Z] #36 20.87 go: downloading github.com/mattn/go-runewidth v0.0.3 [2022-05-19T09:38:41.486Z] #36 21.06 go: downloading github.com/hashicorp/golang-lru v0.5.4 [2022-05-19T09:38:41.486Z] #36 ... [2022-05-19T09:38:41.486Z] [2022-05-19T09:38:41.486Z] #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-05-19T09:38:41.486Z] #14 sha256:ad430aa4634b833e1f6147f42e8232eb8136a1b47ba188feff5f14c8911b4227 [2022-05-19T09:38:41.486Z] #14 11.06 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [146 kB] [2022-05-19T09:38:41.486Z] #14 13.24 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-05-19T09:38:41.486Z] #14 21.29 Fetched 8530 kB in 14s (593 kB/s) [2022-05-19T09:38:41.486Z] #14 21.29 Reading package lists... [2022-05-19T09:38:41.486Z] #14 ... [2022-05-19T09:38:41.486Z] [2022-05-19T09:38:41.486Z] #36 [delve 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/go-delve/delve/cmd/dlv@v1.8.1" && /build/dlv --help [2022-05-19T09:38:41.486Z] #36 sha256:03e732bcf8e9966774f0748183eb1fe6fc75b304267c47c51a6cef833e2fda40 [2022-05-19T09:38:41.486Z] #36 21.20 go: downloading golang.org/x/arch v0.0.0-20190927153633-4e8777c89be4 [2022-05-19T09:38:41.548Z] Commit message: "Merge commit 'c9d04033d443e359e73e5da58a6b46ec1b8f2373' into HEAD" [2022-05-19T09:38:41.557Z] #44 1.642 -- The C compiler identification is GNU 10.2.1 [2022-05-19T09:38:41.557Z] #44 1.661 -- Detecting C compiler ABI info [2022-05-19T09:38:41.557Z] #44 ... [2022-05-19T09:38:41.557Z] [2022-05-19T09:38:41.557Z] #51 [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-05-19T09:38:41.557Z] #51 sha256:342483109da9e364b7fdcd69e8e1164284be91eccb939cddedcef7fc7f7424b9 [2022-05-19T09:38:41.557Z] #51 19.49 Setting up criu (3.17-1) ... [2022-05-19T09:38:41.557Z] #51 20.10 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-05-19T09:38:41.557Z] #51 DONE 21.0s [2022-05-19T09:38:41.557Z] [2022-05-19T09:38:41.557Z] #44 [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-05-19T09:38:41.557Z] #44 sha256:126939ab359177cd4a8d89fbfad180c57fbf2180c89621018b58ccf31f4c5a97 [2022-05-19T09:38:41.557Z] #44 1.928 -- Detecting C compiler ABI info - done [2022-05-19T09:38:41.557Z] #44 2.000 -- Check for working C compiler: /usr/bin/cc - skipped [2022-05-19T09:38:41.557Z] #44 2.001 -- Detecting C compile features [2022-05-19T09:38:41.557Z] #44 2.003 -- Detecting C compile features - done [2022-05-19T09:38:41.573Z] #11 extracting sha256:5a8b0e20be4b4a332bc3d90b9903a5f3c0664b440fd9f1d2a1db0d4b7e6e826b 7.1s done [2022-05-19T09:38:41.701Z] First time build. Skipping changelog. [2022-05-19T09:38:41.819Z] #44 2.060 -- Performing Test HAS_BUILTIN_FORTIFY [2022-05-19T09:38:41.819Z] #44 2.284 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2022-05-19T09:38:41.845Z] #11 extracting sha256:10f766b17f5384d63134264ec3a98043d9c8e94795eb1462133ceb2985648921 [2022-05-19T09:38:41.897Z] #64 ... [2022-05-19T09:38:41.897Z] [2022-05-19T09:38:41.897Z] #45 [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-05-19T09:38:41.897Z] #45 sha256:ae7bed019bb497077c7cdbdc7340eefa54526eeb9cd33f3e4ff19c12132b415c [2022-05-19T09:38:41.897Z] #45 4.255 go: downloading github.com/pelletier/go-toml v1.8.1 [2022-05-19T09:38:41.897Z] #45 ... [2022-05-19T09:38:41.897Z] [2022-05-19T09:38:41.897Z] #43 [delve 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/go-delve/delve/cmd/dlv@v1.8.1" && /build/dlv --help [2022-05-19T09:38:41.897Z] #43 sha256:03e732bcf8e9966774f0748183eb1fe6fc75b304267c47c51a6cef833e2fda40 [2022-05-19T09:38:41.897Z] #43 5.384 go: downloading github.com/go-delve/delve v1.8.1 [2022-05-19T09:38:41.897Z] #43 ... [2022-05-19T09:38:41.897Z] [2022-05-19T09:38:41.897Z] #17 [cross-true 4/6] RUN dpkg --add-architecture ppc64el [2022-05-19T09:38:41.897Z] #17 sha256:86781eb3188866b82d8be57ecb83171517b0af828e80c6cf856ae78bb6812896 [2022-05-19T09:38:41.897Z] #17 DONE 1.9s [2022-05-19T09:38:41.897Z] [2022-05-19T09:38:41.897Z] #58 [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-05-19T09:38:41.897Z] #58 sha256:342483109da9e364b7fdcd69e8e1164284be91eccb939cddedcef7fc7f7424b9 [2022-05-19T09:38:41.897Z] #58 5.851 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-05-19T09:38:41.897Z] #58 5.887 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-05-19T09:38:41.897Z] #58 5.887 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-05-19T09:38:41.897Z] #58 6.522 Get:4 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 InRelease [1540 B] [2022-05-19T09:38:41.897Z] #58 7.335 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [2022-05-19T09:38:42.081Z] #44 2.350 -- Configuring done [2022-05-19T09:38:42.081Z] #44 2.360 -- Generating done [2022-05-19T09:38:42.081Z] #44 2.360 -- Build files have been written to: /tmp/tmp.PqTTspyBwD/tini [2022-05-19T09:38:42.081Z] #44 2.372 + make tini-static [Pipeline] sh [2022-05-19T09:38:42.103Z] #11 ... [2022-05-19T09:38:42.103Z] [2022-05-19T09:38:42.103Z] #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-05-19T09:38:42.103Z] #29 sha256:87b36cc280fe638d7ef5f20bb22729024d374f203f2bcca845213957d578aa99 [2022-05-19T09:38:42.103Z] #29 9.788 129 added, 0 removed; done. [2022-05-19T09:38:42.103Z] #29 9.822 Setting up jq (1.6-2.1) ... [2022-05-19T09:38:42.103Z] #29 9.833 Setting up libcurl4:amd64 (7.74.0-1.3+deb11u1) ... [2022-05-19T09:38:42.103Z] #29 9.846 Setting up curl (7.74.0-1.3+deb11u1) ... [2022-05-19T09:38:42.103Z] #29 9.857 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-05-19T09:38:42.103Z] #29 9.881 Processing triggers for ca-certificates (20210119) ... [2022-05-19T09:38:42.103Z] #29 9.903 Updating certificates in /etc/ssl/certs... [2022-05-19T09:38:42.103Z] #29 10.88 0 added, 0 removed; done. [2022-05-19T09:38:42.103Z] #29 10.88 Running hooks in /etc/ca-certificates/update.d... [2022-05-19T09:38:42.103Z] #29 10.88 done. [2022-05-19T09:38:42.103Z] #29 DONE 11.6s [2022-05-19T09:38:42.103Z] [2022-05-19T09:38:42.103Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.2-bullseye@sha256:a966d36a1bdf8769ebfd18eaf1b2cdfc86dfda1a2c61791ccd36ed8237e43a69 [2022-05-19T09:38:42.103Z] #11 sha256:7df3a1c8e8568958516166eeafce9654eaa9d0594d4f96f498d28228ba93e58d [2022-05-19T09:38:42.168Z] #58 10.41 Get:6 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [146 kB] [2022-05-19T09:38:42.168Z] #58 ... [2022-05-19T09:38:42.168Z] [2022-05-19T09:38:42.168Z] #47 [gowinres 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/tc-hib/go-winres@v0.2.3" && /build/go-winres --help [2022-05-19T09:38:42.168Z] #47 sha256:37d08abbef240dae45f3f4b200665c464b1ec144f90a704a4db6e84ebd20377e [2022-05-19T09:38:42.168Z] #47 5.545 go: downloading github.com/tc-hib/go-winres v0.2.3 [2022-05-19T09:38:42.168Z] #47 6.529 go: downloading github.com/tc-hib/winres v0.1.5 [2022-05-19T09:38:42.168Z] #47 8.229 go: downloading github.com/urfave/cli/v2 v2.3.0 [2022-05-19T09:38:42.168Z] #47 8.709 go: downloading github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 [2022-05-19T09:38:42.168Z] #47 8.816 go: downloading golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb [2022-05-19T09:38:42.168Z] #47 ... [2022-05-19T09:38:42.168Z] [2022-05-19T09:38:42.168Z] #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-05-19T09:38:42.168Z] #41 sha256:c4f955ffae0a1c8967245a94aa32d654a6e15c000f626095dbb59881207e511c [2022-05-19T09:38:42.168Z] #41 4.378 + git clone https://github.com/kolyshkin/go-swagger.git . [2022-05-19T09:38:42.168Z] #41 4.381 Cloning into '.'... [2022-05-19T09:38:42.344Z] #44 2.528 Scanning dependencies of target tini-static [2022-05-19T09:38:42.344Z] #44 2.604 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2022-05-19T09:38:42.360Z] #11 ... [2022-05-19T09:38:42.361Z] [2022-05-19T09:38:42.361Z] #30 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-05-19T09:38:42.361Z] #30 sha256:9bfac0c65c33a6bea8ec7e5d55d776b4889afa4f7ce101f83e2dd5b02074cbd3 [2022-05-19T09:38:42.361Z] #30 DONE 0.2s [2022-05-19T09:38:42.361Z] [2022-05-19T09:38:42.361Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.2-bullseye@sha256:a966d36a1bdf8769ebfd18eaf1b2cdfc86dfda1a2c61791ccd36ed8237e43a69 [2022-05-19T09:38:42.361Z] #11 sha256:7df3a1c8e8568958516166eeafce9654eaa9d0594d4f96f498d28228ba93e58d [2022-05-19T09:38:42.440Z] #41 ... [2022-05-19T09:38:42.441Z] [2022-05-19T09:38:42.441Z] #60 [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-05-19T09:38:42.441Z] #60 sha256:c387c2119fb33abd796de8ad048d0f6e4f52f6aaf06840be566bdaa073236a61 [2022-05-19T09:38:42.441Z] #60 8.710 go: downloading github.com/mattn/go-colorable v0.1.8 [2022-05-19T09:38:42.441Z] #60 8.820 go: downloading github.com/mattn/go-isatty v0.0.12 [2022-05-19T09:38:42.441Z] #60 8.886 go: downloading github.com/fsnotify/fsnotify v1.4.9 [2022-05-19T09:38:42.441Z] #60 9.120 go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2022-05-19T09:38:42.871Z] #36 22.57 go: downloading github.com/shurcooL/sanitized_anchor_name v1.0.0 [2022-05-19T09:38:42.918Z] #44 3.196 [100%] Linking C executable tini-static [2022-05-19T09:38:42.918Z] #44 ... [2022-05-19T09:38:42.918Z] [2022-05-19T09:38:42.918Z] #64 [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-05-19T09:38:42.918Z] #64 sha256:57bcc8d50dd5ccf42ce11bb2bbc8604c39b065c009ce8937ad0dfaa89f545275 [2022-05-19T09:38:42.918Z] #64 1.311 + RM_GOPATH=0 [2022-05-19T09:38:42.918Z] #64 1.311 + TMP_GOPATH= [2022-05-19T09:38:42.918Z] #64 1.311 + : /build [2022-05-19T09:38:42.918Z] #64 1.311 + '[' -z '' ']' [2022-05-19T09:38:42.918Z] #64 1.311 ++ mktemp -d [2022-05-19T09:38:42.918Z] #64 1.311 + export GOPATH=/tmp/tmp.AgR54CegjM [2022-05-19T09:38:42.918Z] #64 1.311 + GOPATH=/tmp/tmp.AgR54CegjM [2022-05-19T09:38:42.918Z] #64 1.311 + RM_GOPATH=1 [2022-05-19T09:38:42.918Z] #64 1.311 + case "$(go env GOARCH)" in [2022-05-19T09:38:42.918Z] #64 1.320 ++ go env GOARCH [2022-05-19T09:38:42.918Z] #64 1.340 + export GO_BUILDMODE=-buildmode=pie [2022-05-19T09:38:42.918Z] #64 1.340 + GO_BUILDMODE=-buildmode=pie [2022-05-19T09:38:42.918Z] #64 1.340 ++ dirname /install.sh [2022-05-19T09:38:42.918Z] #64 1.346 Install containerd version v1.6.4 [2022-05-19T09:38:42.918Z] #64 1.349 + dir=/ [2022-05-19T09:38:42.918Z] #64 1.349 + bin=containerd [2022-05-19T09:38:42.918Z] #64 1.349 + shift [2022-05-19T09:38:42.918Z] #64 1.349 + '[' '!' -f //containerd.installer ']' [2022-05-19T09:38:42.918Z] #64 1.349 + . //containerd.installer [2022-05-19T09:38:42.918Z] #64 1.349 ++ set -e [2022-05-19T09:38:42.918Z] #64 1.349 ++ : v1.6.4 [2022-05-19T09:38:42.918Z] #64 1.349 + install_containerd [2022-05-19T09:38:42.918Z] #64 1.349 + echo 'Install containerd version v1.6.4' [2022-05-19T09:38:42.918Z] #64 1.349 + git clone https://github.com/containerd/containerd.git /tmp/tmp.AgR54CegjM/src/github.com/containerd/containerd [2022-05-19T09:38:42.918Z] #64 1.390 Cloning into '/tmp/tmp.AgR54CegjM/src/github.com/containerd/containerd'... [2022-05-19T09:38:43.131Z] #36 22.65 go: downloading github.com/cilium/ebpf v0.7.0 [2022-05-19T09:38:43.179Z] #64 ... [2022-05-19T09:38:43.179Z] [2022-05-19T09:38:43.179Z] #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-05-19T09:38:43.179Z] #34 sha256:c4f955ffae0a1c8967245a94aa32d654a6e15c000f626095dbb59881207e511c [2022-05-19T09:38:43.179Z] #34 12.29 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c [2022-05-19T09:38:43.179Z] #34 12.74 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-05-19T09:38:43.179Z] #34 ... [2022-05-19T09:38:43.179Z] [2022-05-19T09:38:43.179Z] #44 [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-05-19T09:38:43.179Z] #44 sha256:126939ab359177cd4a8d89fbfad180c57fbf2180c89621018b58ccf31f4c5a97 [2022-05-19T09:38:43.179Z] #44 3.404 [100%] Built target tini-static [2022-05-19T09:38:43.179Z] #44 3.426 + mkdir -p /build [2022-05-19T09:38:43.179Z] #44 3.428 + cp tini-static /build/docker-init [2022-05-19T09:38:41.587Z] > git rev-list --no-walk 066cb30e238872509bb7f481de7932c8d47ced67 # timeout=10 [2022-05-19T09:38:43.441Z] #44 DONE 3.6s [2022-05-19T09:38:43.441Z] [2022-05-19T09:38:43.441Z] #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-05-19T09:38:43.441Z] #14 sha256:ad430aa4634b833e1f6147f42e8232eb8136a1b47ba188feff5f14c8911b4227 [2022-05-19T09:38:43.441Z] #14 20.17 Selecting previously unselected package mingw-w64-x86-64-dev. [2022-05-19T09:38:43.441Z] #14 20.17 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ... [2022-05-19T09:38:43.441Z] #14 20.17 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ... [2022-05-19T09:38:43.441Z] #14 22.78 Selecting previously unselected package gcc-mingw-w64-base. [2022-05-19T09:38:43.441Z] #14 22.78 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ... [2022-05-19T09:38:43.441Z] #14 22.79 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-05-19T09:38:43.441Z] #14 22.87 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime. [2022-05-19T09:38:43.441Z] #14 22.88 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ... [2022-05-19T09:38:43.441Z] #14 22.88 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-05-19T09:38:43.605Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2022-05-19T09:38:43.605Z] ? github.com/docker/docker/api/server/httpstatus [no test files] [2022-05-19T09:38:43.605Z] ok github.com/docker/docker/api/server/httputils 0.006s coverage: 31.9% of statements [2022-05-19T09:38:43.605Z] ok github.com/docker/docker/api/server/middleware 0.011s coverage: 37.7% of statements [2022-05-19T09:38:43.606Z] ? github.com/docker/docker/api/server/router [no test files] [2022-05-19T09:38:43.606Z] ? github.com/docker/docker/api/server/router/build [no test files] [2022-05-19T09:38:43.606Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2022-05-19T09:38:43.606Z] ? github.com/docker/docker/api/server/router/container [no test files] [2022-05-19T09:38:43.606Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2022-05-19T09:38:43.606Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2022-05-19T09:38:43.606Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2022-05-19T09:38:43.606Z] ? github.com/docker/docker/api/server/router/image [no test files] [2022-05-19T09:38:43.606Z] ? github.com/docker/docker/api/server/router/network [no test files] [2022-05-19T09:38:43.606Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2022-05-19T09:38:43.606Z] ? github.com/docker/docker/api/server/router/session [no test files] [2022-05-19T09:38:43.606Z] ok github.com/docker/docker/api/server/router/swarm 0.008s coverage: 6.0% of statements [2022-05-19T09:38:43.606Z] ? github.com/docker/docker/api/server/router/system [no test files] [2022-05-19T09:38:43.606Z] ok github.com/docker/docker/api/server/router/volume 0.010s coverage: 67.9% of statements [2022-05-19T09:38:43.606Z] ? github.com/docker/docker/api/types [no test files] [2022-05-19T09:38:43.606Z] ? github.com/docker/docker/api/types/backend [no test files] [2022-05-19T09:38:43.606Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2022-05-19T09:38:43.606Z] ? github.com/docker/docker/api/types/container [no test files] [2022-05-19T09:38:43.606Z] ? github.com/docker/docker/api/types/events [no test files] [2022-05-19T09:38:43.606Z] ok github.com/docker/docker/api/types/filters 0.006s coverage: 92.2% of statements [2022-05-19T09:38:43.606Z] ? github.com/docker/docker/api/types/image [no test files] [2022-05-19T09:38:43.606Z] ? github.com/docker/docker/api/types/mount [no test files] [2022-05-19T09:38:43.606Z] ? github.com/docker/docker/api/types/network [no test files] [2022-05-19T09:38:43.606Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2022-05-19T09:38:43.606Z] ? github.com/docker/docker/api/types/registry [no test files] [2022-05-19T09:38:43.606Z] ok github.com/docker/docker/api/types/strslice 0.002s coverage: 90.0% of statements [2022-05-19T09:38:43.606Z] ? github.com/docker/docker/api/types/swarm [no test files] [2022-05-19T09:38:43.606Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2022-05-19T09:38:43.606Z] ok github.com/docker/docker/api/types/time 0.005s coverage: 100.0% of statements [2022-05-19T09:38:43.606Z] ok github.com/docker/docker/api/types/versions 0.018s coverage: 77.3% of statements [2022-05-19T09:38:43.606Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2022-05-19T09:38:43.606Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2022-05-19T09:38:43.606Z] ? github.com/docker/docker/api/types/volume [no test files] [2022-05-19T09:38:43.606Z] ? github.com/docker/docker/builder [no test files] [2022-05-19T09:38:43.606Z] ? github.com/docker/docker/builder/builder-next [no test files] [2022-05-19T09:38:43.606Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2022-05-19T09:38:43.606Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2022-05-19T09:38:43.606Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2022-05-19T09:38:43.606Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2022-05-19T09:38:43.606Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2022-05-19T09:38:43.606Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2022-05-19T09:38:43.852Z] #60 ... [2022-05-19T09:38:43.852Z] [2022-05-19T09:38:43.852Z] #18 [cross-true 5/6] RUN dpkg --add-architecture s390x [2022-05-19T09:38:43.852Z] #18 sha256:7de885ad4c5c3abb4440ee58fcb5ed3e645d67288a9a320dafb1ff3175001759 [2022-05-19T09:38:43.852Z] #18 DONE 1.8s [2022-05-19T09:38:43.852Z] [2022-05-19T09:38:43.852Z] #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-05-19T09:38:43.852Z] #19 sha256:f906552b5f82ee6cc7ffaae751835b5293cfb13fa5ba15dd04916bc798787b13 [2022-05-19T09:38:43.866Z] ok github.com/docker/docker/builder/remotecontext 0.110s coverage: 13.7% of statements [2022-05-19T09:38:44.127Z] ok github.com/docker/docker/builder/dockerfile 0.439s coverage: 49.3% of statements [2022-05-19T09:38:44.388Z] ok github.com/docker/docker/builder/remotecontext/urlutil 0.002s coverage: 100.0% of statements [2022-05-19T09:38:44.510Z] #36 ... [2022-05-19T09:38:44.510Z] [2022-05-19T09:38:44.510Z] #51 [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-05-19T09:38:44.510Z] #51 sha256:342483109da9e364b7fdcd69e8e1164284be91eccb939cddedcef7fc7f7424b9 [2022-05-19T09:38:44.510Z] #51 13.71 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-05-19T09:38:44.510Z] #51 16.36 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 Packages [2159 B] [2022-05-19T09:38:44.510Z] #51 22.75 Fetched 8534 kB in 16s (538 kB/s) [2022-05-19T09:38:44.510Z] #51 22.75 Reading package lists... [2022-05-19T09:38:44.510Z] #51 ... [2022-05-19T09:38:44.510Z] [2022-05-19T09:38:44.510Z] #67 [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-05-19T09:38:44.510Z] #67 sha256:42db4f9f8adb9cb1563b2643a3f18c4747c7ee7d6fdbf4c40cf6f43f030c6557 [2022-05-19T09:38:44.510Z] #67 13.70 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd [2022-05-19T09:38:44.510Z] #67 14.41 go: downloading github.com/google/uuid v1.3.0 [2022-05-19T09:38:44.510Z] #67 14.41 go: downloading github.com/moby/vpnkit v0.5.0 [2022-05-19T09:38:44.510Z] #67 14.49 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 [2022-05-19T09:38:44.510Z] #67 14.73 go: downloading github.com/gofrs/flock v0.8.1 [2022-05-19T09:38:44.510Z] #67 14.76 go: downloading github.com/gorilla/mux v1.8.0 [2022-05-19T09:38:44.510Z] #67 15.11 go: downloading github.com/moby/sys/mountinfo v0.6.0 [2022-05-19T09:38:44.510Z] #67 15.68 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1 [2022-05-19T09:38:44.510Z] #67 15.90 go: downloading golang.org/x/net v0.0.0-20201110031124-69a78807bb2b [2022-05-19T09:38:44.510Z] #67 17.57 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c [2022-05-19T09:38:44.510Z] #67 17.94 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-05-19T09:38:44.510Z] #67 ... [2022-05-19T09:38:44.510Z] [2022-05-19T09:38:44.510Z] #62 [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-05-19T09:38:44.510Z] #62 sha256:0f0442301bab59ba86b1a6fc026564903c6dd8e61a9a05e8e8c1ef7f4e5ed147 [2022-05-19T09:38:44.510Z] #62 16.65 Reading package lists... [2022-05-19T09:38:44.787Z] 12fb50a031bd: Verifying Checksum [2022-05-19T09:38:44.787Z] 12fb50a031bd: Download complete [2022-05-19T09:38:44.861Z] + docker version [2022-05-19T09:38:44.960Z] ok github.com/docker/docker/cli/debug 0.003s coverage: 100.0% of statements [2022-05-19T09:38:45.156Z] #62 23.12 Building dependency tree... [2022-05-19T09:38:45.690Z] DEBUG: print all environment variables to check how Jenkins runs this script [2022-05-19T09:38:45.690Z] C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-53678061\powershellScript.ps1'; exit $LASTEXITCODE; [2022-05-19T09:38:45.690Z] ---------------------------------------------------------------------------- [2022-05-19T09:38:45.690Z] [2022-05-19T09:38:45.690Z] INFO: executeCI.ps1 starting at Thu May 19 09:38:45 CUT 2022 [2022-05-19T09:38:45.690Z] [2022-05-19T09:38:45.690Z] INFO: Script version 05-Feb-2019 09:03 PDT [2022-05-19T09:38:45.690Z] INFO: Running git version 2.24.1.windows.2 [2022-05-19T09:38:45.769Z] #19 1.963 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-05-19T09:38:45.770Z] #19 1.989 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-05-19T09:38:45.770Z] #19 1.989 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-05-19T09:38:45.902Z] ok github.com/docker/docker/builder/remotecontext/git 1.527s coverage: 86.3% of statements [2022-05-19T09:38:45.903Z] ? github.com/docker/docker/cli [no test files] [2022-05-19T09:38:45.903Z] ? github.com/docker/docker/cli/config [no test files] [2022-05-19T09:38:45.903Z] ? github.com/docker/docker/cli/winresources/docker-proxy [no test files] [2022-05-19T09:38:45.903Z] ? github.com/docker/docker/cli/winresources/dockerd [no test files] [2022-05-19T09:38:45.999Z] #14 25.36 Selecting previously unselected package gcc-mingw-w64-x86-64-posix. [2022-05-19T09:38:45.999Z] #14 25.36 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-05-19T09:38:45.999Z] #14 25.37 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-05-19T09:38:46.161Z] INFO: Branch:rs5_release Build:17763.1.180914-1434 [2022-05-19T09:38:46.161Z] INFO: Environment variables: [2022-05-19T09:38:46.161Z] [2022-05-19T09:38:46.161Z] Name Value [2022-05-19T09:38:46.161Z] ---- ----- [2022-05-19T09:38:46.161Z] ALLUSERSPROFILE C:\ProgramData [2022-05-19T09:38:46.161Z] amd64 true [2022-05-19T09:38:46.161Z] APPDATA C:\Windows\system32\config\systemprofile\AppData\Roaming [2022-05-19T09:38:46.161Z] APT_MIRROR cdn-fastly.deb.debian.org [2022-05-19T09:38:46.161Z] arm64 true [2022-05-19T09:38:46.161Z] AZURE_GUEST_AGENT_EXTENSION... C:\Packages\Plugins\Microsoft.Compute.CustomScriptExtension\1.10.12 [2022-05-19T09:38:46.161Z] AZURE_GUEST_AGENT_EXTENSION... [{"Key":"ExtensionTelemetryPipeline","Value":"1.0"}] [2022-05-19T09:38:46.161Z] AZURE_GUEST_AGENT_EXTENSION... 1.10.12 [2022-05-19T09:38:46.161Z] AZURE_GUEST_AGENT_UNINSTALL... NOT_RUN [2022-05-19T09:38:46.161Z] AZURE_GUEST_AGENT_WIRE_PROT... 168.63.129.16 [2022-05-19T09:38:46.161Z] BRANCH_NAME PR-43557 [2022-05-19T09:38:46.161Z] BUILD_DISPLAY_NAME #8 [2022-05-19T09:38:46.161Z] BUILD_ID 8 [2022-05-19T09:38:46.161Z] BUILD_NUMBER 8 [2022-05-19T09:38:46.161Z] BUILD_TAG jenkins-moby-PR-43557-8 [2022-05-19T09:38:46.161Z] BUILD_URL https://ci-next.docker.com/public/job/moby/job/PR-43557/8/ [2022-05-19T09:38:46.161Z] cgroup2 true [2022-05-19T09:38:46.161Z] CHANGE_AUTHOR neersighted [2022-05-19T09:38:46.161Z] CHANGE_AUTHOR_DISPLAY_NAME Bjorn Neergaard [2022-05-19T09:38:46.161Z] CHANGE_AUTHOR_EMAIL bjorn@neersighted.com [2022-05-19T09:38:46.161Z] CHANGE_BRANCH overlay2-report-metacopy [2022-05-19T09:38:46.161Z] CHANGE_FORK neersighted [2022-05-19T09:38:46.161Z] CHANGE_ID 43557 [2022-05-19T09:38:46.161Z] CHANGE_TARGET master [2022-05-19T09:38:46.161Z] CHANGE_TITLE [v2] overlay2: test for and report metacopy status [2022-05-19T09:38:46.161Z] CHANGE_URL https://github.com/moby/moby/pull/43557 [2022-05-19T09:38:46.161Z] CHECK_CONFIG_COMMIT 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-05-19T09:38:46.161Z] CommonProgramFiles C:\Program Files\Common Files [2022-05-19T09:38:46.161Z] CommonProgramFiles(x86) C:\Program Files (x86)\Common Files [2022-05-19T09:38:46.161Z] CommonProgramW6432 C:\Program Files\Common Files [2022-05-19T09:38:46.161Z] COMPUTERNAME azwin-2-db4f50 [2022-05-19T09:38:46.161Z] ComSpec C:\Windows\system32\cmd.exe [2022-05-19T09:38:46.161Z] ConfigSequenceNumber 0 [2022-05-19T09:38:46.161Z] dco true [2022-05-19T09:38:46.161Z] DOCKER_BUILDKIT 0 [2022-05-19T09:38:46.161Z] DOCKER_DUT_DEBUG 1 [2022-05-19T09:38:46.161Z] DOCKER_EXPERIMENTAL 1 [2022-05-19T09:38:46.161Z] DOCKER_GRAPHDRIVER overlay2 [2022-05-19T09:38:46.161Z] DriverData C:\Windows\System32\Drivers\DriverData [2022-05-19T09:38:46.161Z] EXECUTOR_NUMBER 0 [2022-05-19T09:38:46.161Z] FQDN azwin-2-db4f50.westus.cloudapp.azure.com [2022-05-19T09:38:46.161Z] GIT_BRANCH PR-43557 [2022-05-19T09:38:46.161Z] GIT_COMMIT 5bf13500c9ac905f33d89b8a497c458b575480aa [2022-05-19T09:38:46.161Z] GIT_PREVIOUS_COMMIT 066cb30e238872509bb7f481de7932c8d47ced67 [2022-05-19T09:38:46.161Z] GIT_PREVIOUS_SUCCESSFUL_COMMIT c50e72e5121b88b102cd6264b999ee0af3551aa6 [2022-05-19T09:38:46.161Z] GIT_URL https://github.com/moby/moby.git [2022-05-19T09:38:46.161Z] HUDSON_COOKIE e1e69bea-2a99-489f-af4d-2d1c6b81887b [2022-05-19T09:38:46.161Z] HUDSON_HOME /var/cloudbees-jenkins-distribution [2022-05-19T09:38:46.161Z] HUDSON_SERVER_COOKIE aaf6decb76ababb5 [2022-05-19T09:38:46.161Z] HUDSON_URL https://ci-next.docker.com/public/ [2022-05-19T09:38:46.161Z] JAVA_HOME C:\java-1.8.0-openjdk-1.8.0.302-1.b08.ojdkbuild.windows.x86_64 [2022-05-19T09:38:46.161Z] JENKINS_HOME /var/cloudbees-jenkins-distribution [2022-05-19T09:38:46.161Z] JENKINS_NODE_COOKIE 839e3ff8-b4e2-46ac-a186-deaa4269f1e5 [2022-05-19T09:38:46.161Z] JENKINS_SERVER_COOKIE durable-2f56e31ca5b2498536d5dc93c29eccaf [2022-05-19T09:38:46.161Z] JENKINS_URL https://ci-next.docker.com/public/ [2022-05-19T09:38:46.161Z] JOB_BASE_NAME PR-43557 [2022-05-19T09:38:46.161Z] JOB_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43557/display/redirect [2022-05-19T09:38:46.161Z] JOB_NAME moby/PR-43557 [2022-05-19T09:38:46.161Z] JOB_URL https://ci-next.docker.com/public/job/moby/job/PR-43557/ [2022-05-19T09:38:46.161Z] library.jps.version master [2022-05-19T09:38:46.161Z] LOCALAPPDATA C:\Windows\system32\config\systemprofile\AppData\Local [2022-05-19T09:38:46.161Z] NODE_LABELS amd64 azure azwin-2-db4f50 azwin-2019 docker west-us windows windows-2019 x86_64 [2022-05-19T09:38:46.161Z] NODE_NAME azwin-2-db4f50 [2022-05-19T09:38:46.161Z] NUMBER_OF_PROCESSORS 4 [2022-05-19T09:38:46.161Z] OS Windows_NT [2022-05-19T09:38:46.161Z] Path C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPo... [2022-05-19T09:38:46.161Z] PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL [2022-05-19T09:38:46.161Z] ppc64le false [2022-05-19T09:38:46.161Z] PROCESSOR_ARCHITECTURE AMD64 [2022-05-19T09:38:46.161Z] PROCESSOR_IDENTIFIER Intel64 Family 6 Model 79 Stepping 1, GenuineIntel [2022-05-19T09:38:46.161Z] PROCESSOR_LEVEL 6 [2022-05-19T09:38:46.161Z] PROCESSOR_REVISION 4f01 [2022-05-19T09:38:46.161Z] ProgramData C:\ProgramData [2022-05-19T09:38:46.161Z] ProgramFiles C:\Program Files [2022-05-19T09:38:46.161Z] ProgramFiles(x86) C:\Program Files (x86) [2022-05-19T09:38:46.161Z] ProgramW6432 C:\Program Files [2022-05-19T09:38:46.161Z] PROMPT $P$G [2022-05-19T09:38:46.161Z] PSExecutionPolicyPreference Bypass [2022-05-19T09:38:46.161Z] PSModulePath WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\Windows\syste... [2022-05-19T09:38:46.161Z] PUBLIC C:\Users\Public [2022-05-19T09:38:46.161Z] rootless true [2022-05-19T09:38:46.161Z] RUN_ARTIFACTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43557/8/display/redirect?page=artif... [2022-05-19T09:38:46.161Z] RUN_CHANGES_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43557/8/display/redirect?page=changes [2022-05-19T09:38:46.161Z] RUN_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43557/8/display/redirect [2022-05-19T09:38:46.161Z] RUN_TESTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43557/8/display/redirect?page=tests [2022-05-19T09:38:46.161Z] s390x false [2022-05-19T09:38:46.161Z] SKIP_VALIDATION_TESTS 1 [2022-05-19T09:38:46.161Z] SOURCES_DRIVE d [2022-05-19T09:38:46.161Z] SOURCES_SUBDIR gopath [2022-05-19T09:38:46.161Z] STAGE_NAME Run tests [2022-05-19T09:38:46.161Z] SystemDrive C: [2022-05-19T09:38:46.161Z] SystemRoot C:\Windows [2022-05-19T09:38:46.161Z] TEMP C:\Windows\TEMP [2022-05-19T09:38:46.161Z] TESTDEBUG 0 [2022-05-19T09:38:46.161Z] TESTRUN_DRIVE d [2022-05-19T09:38:46.161Z] TESTRUN_SUBDIR CI [2022-05-19T09:38:46.161Z] TIMEOUT 120m [2022-05-19T09:38:46.161Z] TMP C:\Windows\TEMP [2022-05-19T09:38:46.161Z] unit_validate true [2022-05-19T09:38:46.161Z] USERDOMAIN WORKGROUP [2022-05-19T09:38:46.161Z] USERNAME azwin-2-db4f50$ [2022-05-19T09:38:46.161Z] USERPROFILE C:\Windows\system32\config\systemprofile [2022-05-19T09:38:46.161Z] validate_force false [2022-05-19T09:38:46.161Z] windir C:\Windows [2022-05-19T09:38:46.161Z] WINDOWS_BASE_IMAGE mcr.microsoft.com/windows/servercore [2022-05-19T09:38:46.161Z] WINDOWS_BASE_IMAGE_TAG ltsc2019 [2022-05-19T09:38:46.161Z] windows2022 true [2022-05-19T09:38:46.161Z] windows2022containerd true [2022-05-19T09:38:46.161Z] windowsRS5 true [2022-05-19T09:38:46.161Z] WORKSPACE d:\gopath\src\github.com\docker\docker [2022-05-19T09:38:46.161Z] WORKSPACE_TMP d:\gopath\src\github.com\docker\docker@tmp [2022-05-19T09:38:46.161Z] [2022-05-19T09:38:46.161Z] [2022-05-19T09:38:46.161Z] [2022-05-19T09:38:46.164Z] ok github.com/docker/docker/cmd/docker-proxy 0.017s coverage: 67.6% of statements [2022-05-19T09:38:46.343Z] #19 2.887 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-05-19T09:38:46.536Z] #62 ... [2022-05-19T09:38:46.536Z] [2022-05-19T09:38:46.536Z] #53 [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-05-19T09:38:46.536Z] #53 sha256:c387c2119fb33abd796de8ad048d0f6e4f52f6aaf06840be566bdaa073236a61 [2022-05-19T09:38:46.536Z] #53 16.01 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-05-19T09:38:46.536Z] #53 16.02 go: downloading golang.org/x/mod v0.3.0 [2022-05-19T09:38:46.536Z] #53 ... [2022-05-19T09:38:46.536Z] [2022-05-19T09:38:46.536Z] #42 [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-05-19T09:38:46.536Z] #42 sha256:635aa174200b74209cbd6c68b0f12f60f2a29d9649aa3089dbc629ac5ed19ba4 [2022-05-19T09:38:46.536Z] #42 11.62 Reading package lists... [2022-05-19T09:38:46.536Z] #42 18.73 Reading package lists... [2022-05-19T09:38:46.918Z] #19 ... [2022-05-19T09:38:46.918Z] [2022-05-19T09:38:46.918Z] #54 [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-05-19T09:38:46.918Z] #54 sha256:64f45ab858eeef59fd7b71f6ddefa43f4783e6b095c9c6c7ac7b72b27a18059b [2022-05-19T09:38:46.918Z] #54 5.170 + git clone https://github.com/docker/distribution.git . [2022-05-19T09:38:46.918Z] #54 5.172 Cloning into '.'... [2022-05-19T09:38:46.918Z] #54 ... [2022-05-19T09:38:46.918Z] [2022-05-19T09:38:46.918Z] #60 [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-05-19T09:38:46.918Z] #60 sha256:c387c2119fb33abd796de8ad048d0f6e4f52f6aaf06840be566bdaa073236a61 [2022-05-19T09:38:46.918Z] #60 13.82 go: downloading github.com/jonboulle/clockwork v0.2.2 [2022-05-19T09:38:46.918Z] #60 13.84 go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2022-05-19T09:38:46.918Z] #60 13.97 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2022-05-19T09:38:47.106Z] #42 25.08 Building dependency tree... [2022-05-19T09:38:47.106Z] #42 ... [2022-05-19T09:38:47.106Z] [2022-05-19T09:38:47.106Z] #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-05-19T09:38:47.106Z] #14 sha256:ad430aa4634b833e1f6147f42e8232eb8136a1b47ba188feff5f14c8911b4227 [2022-05-19T09:38:47.106Z] #14 21.29 Reading package lists... [2022-05-19T09:38:47.626Z] #11 extracting sha256:10f766b17f5384d63134264ec3a98043d9c8e94795eb1462133ceb2985648921 5.0s [2022-05-19T09:38:47.863Z] #60 16.23 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-05-19T09:38:47.863Z] #60 16.28 go: downloading golang.org/x/mod v0.3.0 [2022-05-19T09:38:47.913Z] #14 ... [2022-05-19T09:38:47.913Z] [2022-05-19T09:38:47.913Z] #64 [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-05-19T09:38:47.913Z] #64 sha256:57bcc8d50dd5ccf42ce11bb2bbc8604c39b065c009ce8937ad0dfaa89f545275 [2022-05-19T09:38:47.913Z] #64 14.91 + cd /tmp/tmp.AgR54CegjM/src/github.com/containerd/containerd [2022-05-19T09:38:47.913Z] #64 14.91 + git checkout -q v1.6.4 [2022-05-19T09:38:48.383Z] INFO: Sources under d:\gopath\... [2022-05-19T09:38:48.383Z] INFO: Test run under d:\CI\... [2022-05-19T09:38:48.383Z] INFO: Running in D:\gopath\src\github.com\docker\docker [2022-05-19T09:38:48.383Z] INFO: docker/docker repository was found [2022-05-19T09:38:48.383Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub. This may take some time... [2022-05-19T09:38:48.857Z] #64 15.78 + export 'BUILDTAGS=netgo osusergo static_build' [2022-05-19T09:38:48.857Z] #64 15.78 + BUILDTAGS='netgo osusergo static_build' [2022-05-19T09:38:48.857Z] #64 15.78 + export EXTRA_FLAGS=-buildmode=pie [2022-05-19T09:38:48.857Z] #64 15.78 + EXTRA_FLAGS=-buildmode=pie [2022-05-19T09:38:48.857Z] #64 15.78 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2022-05-19T09:38:48.857Z] #64 15.78 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2022-05-19T09:38:48.857Z] #64 15.78 + '[' '' = dynamic ']' [2022-05-19T09:38:48.857Z] #64 15.78 + make [2022-05-19T09:38:48.882Z] ltsc2019: Pulling from windows/servercore [2022-05-19T09:38:48.882Z] b111c3320c94: Pulling fs layer [2022-05-19T09:38:48.882Z] 8b534d64a7c3: Pulling fs layer [2022-05-19T09:38:49.471Z] ok github.com/docker/docker/client 0.111s coverage: 75.6% of statements [2022-05-19T09:38:49.687Z] 97f65a0ec59e: Verifying Checksum [2022-05-19T09:38:49.687Z] 97f65a0ec59e: Download complete [2022-05-19T09:38:49.782Z] #60 ... [2022-05-19T09:38:49.782Z] [2022-05-19T09:38:49.782Z] #45 [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-05-19T09:38:49.782Z] #45 sha256:ae7bed019bb497077c7cdbdc7340eefa54526eeb9cd33f3e4ff19c12132b415c [2022-05-19T09:38:49.782Z] #45 18.15 tomll can be used in two ways: [2022-05-19T09:38:49.782Z] #45 18.15 Writing to STDIN and reading from STDOUT: [2022-05-19T09:38:49.782Z] #45 18.15 cat file.toml | tomll > file.toml [2022-05-19T09:38:49.782Z] #45 18.15 [2022-05-19T09:38:49.782Z] #45 18.15 Reading and updating a list of files: [2022-05-19T09:38:49.782Z] #45 18.15 tomll a.toml b.toml c.toml [2022-05-19T09:38:49.782Z] #45 18.15 [2022-05-19T09:38:49.782Z] #45 18.15 When given a list of files, tomll will modify all files in place without asking. [2022-05-19T09:38:49.782Z] #45 DONE 18.5s [2022-05-19T09:38:49.799Z] #64 16.66 + bin/ctr [2022-05-19T09:38:50.044Z] [2022-05-19T09:38:50.044Z] #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-05-19T09:38:50.044Z] #19 sha256:f906552b5f82ee6cc7ffaae751835b5293cfb13fa5ba15dd04916bc798787b13 [2022-05-19T09:38:50.044Z] #19 4.035 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7944 kB] [2022-05-19T09:38:50.044Z] #19 5.668 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7865 kB] [2022-05-19T09:38:50.197Z] #11 extracting sha256:10f766b17f5384d63134264ec3a98043d9c8e94795eb1462133ceb2985648921 7.9s done [2022-05-19T09:38:50.197Z] #11 extracting sha256:21e7497335c1360d6ed9fbe8a27c64abd3a481f4ccc311067ec1c3d7705bb6af [2022-05-19T09:38:50.989Z] #14 27.16 Reading package lists... [2022-05-19T09:38:50.989Z] #14 ... [2022-05-19T09:38:50.989Z] [2022-05-19T09:38:50.989Z] #62 [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-05-19T09:38:50.989Z] #62 sha256:0f0442301bab59ba86b1a6fc026564903c6dd8e61a9a05e8e8c1ef7f4e5ed147 [2022-05-19T09:38:50.989Z] #62 27.26 The following additional packages will be installed: [2022-05-19T09:38:50.989Z] #62 27.30 libbtrfs0 [2022-05-19T09:38:50.989Z] #62 27.42 The following NEW packages will be installed: [2022-05-19T09:38:50.989Z] #62 27.42 libbtrfs-dev libbtrfs0 [2022-05-19T09:38:50.989Z] #62 27.83 0 upgraded, 2 newly installed, 0 to remove and 2 not upgraded. [2022-05-19T09:38:50.989Z] #62 27.83 Need to get 460 kB of archives. [2022-05-19T09:38:50.989Z] #62 27.83 After this operation, 1237 kB of additional disk space will be used. [2022-05-19T09:38:50.989Z] #62 27.83 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-05-19T09:38:50.989Z] #62 27.84 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-05-19T09:38:50.989Z] #62 28.97 debconf: delaying package configuration, since apt-utils is not installed [2022-05-19T09:38:50.989Z] #62 29.27 Fetched 460 kB in 0s (1396 kB/s) [2022-05-19T09:38:50.989Z] #62 29.36 Selecting previously unselected package libbtrfs0:amd64. [2022-05-19T09:38:50.989Z] #62 29.36 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15709 files and directories currently installed.) [2022-05-19T09:38:50.989Z] #62 29.44 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ... [2022-05-19T09:38:50.989Z] #62 29.45 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-05-19T09:38:50.989Z] #62 29.69 Selecting previously unselected package libbtrfs-dev:amd64. [2022-05-19T09:38:50.989Z] #62 29.73 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-05-19T09:38:50.989Z] #62 29.73 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-05-19T09:38:50.989Z] #62 30.17 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-05-19T09:38:50.989Z] #62 30.19 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-05-19T09:38:50.989Z] #62 30.21 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-05-19T09:38:50.989Z] #62 DONE 30.5s [2022-05-19T09:38:50.989Z] [2022-05-19T09:38:50.989Z] #47 [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-05-19T09:38:50.989Z] #47 sha256:64f45ab858eeef59fd7b71f6ddefa43f4783e6b095c9c6c7ac7b72b27a18059b [2022-05-19T09:38:50.989Z] #47 27.05 Updating files: 78% (1712/2177) Updating files: 79% (1720/2177) Updating files: 80% (1742/2177) Updating files: 81% (1764/2177) Updating files: 82% (1786/2177) Updating files: 83% (1807/2177) Updating files: 84% (1829/2177) Updating files: 85% (1851/2177) Updating files: 86% (1873/2177) Updating files: 87% (1894/2177) Updating files: 88% (1916/2177) Updating files: 89% (1938/2177) Updating files: 90% (1960/2177) Updating files: 91% (1982/2177) Updating files: 92% (2003/2177) Updating files: 93% (2025/2177) Updating files: 94% (2047/2177) Updating files: 95% (2069/2177) Updating files: 96% (2090/2177) Updating files: 97% (2112/2177) Updating files: 98% (2134/2177) Updating files: 99% (2156/2177) Updating files: 100% (2177/2177) Updating files: 100% (2177/2177), done. [2022-05-19T09:38:50.989Z] #47 27.52 + git checkout -q v2.3.0 [2022-05-19T09:38:50.989Z] #47 29.85 + 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-05-19T09:38:50.992Z] #19 7.147 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-05-19T09:38:51.250Z] #47 ... [2022-05-19T09:38:51.250Z] [2022-05-19T09:38:51.250Z] #63 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer / [2022-05-19T09:38:51.250Z] #63 sha256:907a205dad03d5be3cffb4f46dd529326bde09af7212e0cb5ab4010f443a4d9b [2022-05-19T09:38:51.250Z] #63 DONE 0.3s [2022-05-19T09:38:51.250Z] [2022-05-19T09:38:51.250Z] #42 [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-05-19T09:38:51.250Z] #42 sha256:635aa174200b74209cbd6c68b0f12f60f2a29d9649aa3089dbc629ac5ed19ba4 [2022-05-19T09:38:51.250Z] #42 28.91 The following additional packages will be installed: [2022-05-19T09:38:51.250Z] #42 28.91 cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 xxd [2022-05-19T09:38:51.250Z] #42 28.94 Suggested packages: [2022-05-19T09:38:51.250Z] #42 28.94 cmake-doc ninja-build lrzip [2022-05-19T09:38:51.250Z] #42 28.94 Recommended packages: [2022-05-19T09:38:51.250Z] #42 28.94 vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2022-05-19T09:38:51.250Z] #42 29.85 The following NEW packages will be installed: [2022-05-19T09:38:51.250Z] #42 29.87 cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 [2022-05-19T09:38:51.250Z] #42 29.88 vim-common xxd [2022-05-19T09:38:51.250Z] #42 30.29 0 upgraded, 10 newly installed, 0 to remove and 2 not upgraded. [2022-05-19T09:38:51.250Z] #42 30.29 Need to get 17.7 MB of archives. [2022-05-19T09:38:51.250Z] #42 30.29 After this operation, 70.7 MB of additional disk space will be used. [2022-05-19T09:38:51.250Z] #42 30.29 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-05-19T09:38:51.250Z] #42 30.29 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2022-05-19T09:38:51.250Z] #42 30.29 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2+deb11u1 [1725 kB] [2022-05-19T09:38:51.250Z] #42 30.39 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2022-05-19T09:38:51.250Z] #42 31.04 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml2 amd64 2.9.10+dfsg-6.7+deb11u1 [693 kB] [2022-05-19T09:38:51.250Z] #42 31.08 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+deb11u1 [343 kB] [2022-05-19T09:38:51.509Z] #42 31.10 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB] [2022-05-19T09:38:51.509Z] #42 31.12 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB] [2022-05-19T09:38:51.509Z] #42 31.12 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB] [2022-05-19T09:38:51.509Z] #42 31.15 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2+deb11u1 [5593 kB] [2022-05-19T09:38:52.097Z] #11 ... [2022-05-19T09:38:52.097Z] [2022-05-19T09:38:52.097Z] #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-05-19T09:38:52.097Z] #31 sha256:f8eee9941288e24879e0b349e8eee07f459206304e5f3e43f6783bf39ebe3b7f [2022-05-19T09:38:52.097Z] #31 2.432 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2022-05-19T09:38:52.097Z] #31 2.746 [2022-05-19T09:38:52.097Z] #31 2.967 #=#=# ######################################################################## 100.0% [2022-05-19T09:38:52.097Z] #31 3.294 [2022-05-19T09:38:52.097Z] #31 4.284 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2022-05-19T09:38:52.097Z] #31 4.577 [2022-05-19T09:38:52.097Z] #31 4.799 #=#=# ######################################################################## 100.0% [2022-05-19T09:38:52.097Z] #31 5.112 [2022-05-19T09:38:52.097Z] #31 6.067 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)... [2022-05-19T09:38:52.097Z] #31 6.443 [2022-05-19T09:38:52.097Z] #31 6.680 #=#=# ################# 24.3% ######################################### 57.2% ################################################################ 89.0% ######################################################################## 100.0% [2022-05-19T09:38:52.097Z] #31 7.232 [2022-05-19T09:38:52.097Z] #31 8.252 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2022-05-19T09:38:52.097Z] #31 8.609 [2022-05-19T09:38:52.097Z] #31 8.826 #=#=# ######################################################################## 100.0% [2022-05-19T09:38:52.097Z] #31 9.122 [2022-05-19T09:38:52.097Z] #31 9.897 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2022-05-19T09:38:52.355Z] #31 10.17 [2022-05-19T09:38:52.355Z] #31 ... [2022-05-19T09:38:52.355Z] [2022-05-19T09:38:52.355Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.2-bullseye@sha256:a966d36a1bdf8769ebfd18eaf1b2cdfc86dfda1a2c61791ccd36ed8237e43a69 [2022-05-19T09:38:52.355Z] #11 sha256:7df3a1c8e8568958516166eeafce9654eaa9d0594d4f96f498d28228ba93e58d [2022-05-19T09:38:52.382Z] #19 8.657 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7876 kB] [2022-05-19T09:38:52.550Z] Client: [2022-05-19T09:38:52.550Z] Version: 20.10.9 [2022-05-19T09:38:52.550Z] API version: 1.41 [2022-05-19T09:38:52.550Z] Go version: go1.16.8 [2022-05-19T09:38:52.550Z] Git commit: c2ea9bc [2022-05-19T09:38:52.550Z] Built: Mon Oct 4 16:11:10 2021 [2022-05-19T09:38:52.550Z] OS/Arch: windows/amd64 [2022-05-19T09:38:52.550Z] Context: default [2022-05-19T09:38:52.550Z] Experimental: true [2022-05-19T09:38:52.550Z] [2022-05-19T09:38:52.550Z] Server: Docker Engine - Community [2022-05-19T09:38:52.550Z] Engine: [2022-05-19T09:38:52.550Z] Version: 20.10.9 [2022-05-19T09:38:52.550Z] API version: 1.41 (minimum version 1.24) [2022-05-19T09:38:52.550Z] Go version: go1.16.8 [2022-05-19T09:38:52.550Z] Git commit: 79ea9d3 [2022-05-19T09:38:52.550Z] Built: Mon Oct 4 16:06:39 2021 [2022-05-19T09:38:52.550Z] OS/Arch: windows/amd64 [2022-05-19T09:38:52.550Z] Experimental: true [Pipeline] sh [2022-05-19T09:38:52.888Z] #42 32.53 debconf: delaying package configuration, since apt-utils is not installed [2022-05-19T09:38:52.888Z] #42 32.72 Fetched 17.7 MB in 2s (11.7 MB/s) [2022-05-19T09:38:53.148Z] #42 32.80 Selecting previously unselected package xxd. [2022-05-19T09:38:53.148Z] #42 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 ... 15709 files and directories currently installed.) [2022-05-19T09:38:53.148Z] #42 32.88 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-05-19T09:38:53.148Z] #42 32.88 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-05-19T09:38:53.421Z] #42 33.12 Selecting previously unselected package vim-common. [2022-05-19T09:38:53.421Z] #42 33.12 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-05-19T09:38:53.421Z] #42 33.14 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-05-19T09:38:53.432Z] + docker info [2022-05-19T09:38:53.432Z] Client: [2022-05-19T09:38:53.432Z] Context: default [2022-05-19T09:38:53.432Z] Debug Mode: false [2022-05-19T09:38:53.432Z] [2022-05-19T09:38:53.432Z] Server: [2022-05-19T09:38:53.432Z] Containers: 0 [2022-05-19T09:38:53.432Z] Running: 0 [2022-05-19T09:38:53.432Z] Paused: 0 [2022-05-19T09:38:53.432Z] Stopped: 0 [2022-05-19T09:38:53.432Z] Images: 0 [2022-05-19T09:38:53.432Z] Server Version: 20.10.9 [2022-05-19T09:38:53.432Z] Storage Driver: windowsfilter (windows) lcow (linux) [2022-05-19T09:38:53.432Z] Windows: [2022-05-19T09:38:53.432Z] LCOW: [2022-05-19T09:38:53.432Z] Logging Driver: json-file [2022-05-19T09:38:53.432Z] Plugins: [2022-05-19T09:38:53.432Z] Volume: local [2022-05-19T09:38:53.432Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-05-19T09:38:53.432Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-05-19T09:38:53.432Z] Swarm: inactive [2022-05-19T09:38:53.432Z] Default Isolation: process [2022-05-19T09:38:53.432Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2022-05-19T09:38:53.432Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.230) [2022-05-19T09:38:53.432Z] OSType: windows [2022-05-19T09:38:53.432Z] Architecture: x86_64 [2022-05-19T09:38:53.432Z] CPUs: 4 [2022-05-19T09:38:53.432Z] Total Memory: 32GiB [2022-05-19T09:38:53.432Z] Name: azwin-2-fae700 [2022-05-19T09:38:53.432Z] ID: CJX2:WCHU:DQXJ:TPBW:4NKF:F7QT:SPQ2:EZH2:AXXB:4MN4:I6L6:OXA3 [2022-05-19T09:38:53.432Z] Docker Root Dir: D:\docker [2022-05-19T09:38:53.432Z] Debug Mode: false [2022-05-19T09:38:53.432Z] Registry: https://index.docker.io/v1/ [2022-05-19T09:38:53.432Z] Labels: [2022-05-19T09:38:53.432Z] Experimental: true [2022-05-19T09:38:53.432Z] Insecure Registries: [2022-05-19T09:38:53.432Z] 10.0.0.4:5000 [2022-05-19T09:38:53.432Z] 127.0.0.0/8 [2022-05-19T09:38:53.432Z] Registry Mirrors: [2022-05-19T09:38:53.432Z] http://10.0.0.4:5000/ [2022-05-19T09:38:53.432Z] Live Restore Enabled: false [2022-05-19T09:38:53.432Z] Product License: Community Engine [2022-05-19T09:38:53.432Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] powershell [2022-05-19T09:38:53.681Z] #42 33.53 Selecting previously unselected package cmake-data. [2022-05-19T09:38:53.777Z] #19 ... [2022-05-19T09:38:53.777Z] [2022-05-19T09:38:53.777Z] #43 [delve 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/go-delve/delve/cmd/dlv@v1.8.1" && /build/dlv --help [2022-05-19T09:38:53.777Z] #43 sha256:03e732bcf8e9966774f0748183eb1fe6fc75b304267c47c51a6cef833e2fda40 [2022-05-19T09:38:53.777Z] #43 18.99 go: downloading github.com/sirupsen/logrus v1.6.0 [2022-05-19T09:38:53.777Z] #43 19.02 go: downloading github.com/spf13/cobra v1.1.3 [2022-05-19T09:38:53.777Z] #43 19.54 go: downloading github.com/mattn/go-isatty v0.0.3 [2022-05-19T09:38:53.777Z] #43 19.68 go: downloading golang.org/x/sys v0.0.0-20211117180635-dee7805ff2e1 [2022-05-19T09:38:53.777Z] #43 19.98 go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-05-19T09:38:53.777Z] #43 20.22 go: downloading github.com/cosiner/argv v0.1.0 [2022-05-19T09:38:53.777Z] #43 20.26 go: downloading github.com/derekparker/trie v0.0.0-20200317170641-1fdf38b7b0e9 [2022-05-19T09:38:53.777Z] #43 20.33 go: downloading github.com/peterh/liner v1.2.2 [2022-05-19T09:38:53.777Z] #43 20.65 go: downloading github.com/google/go-dap v0.6.0 [2022-05-19T09:38:53.777Z] #43 21.04 go: downloading github.com/spf13/pflag v1.0.5 [2022-05-19T09:38:53.777Z] #43 21.41 go: downloading go.starlark.net v0.0.0-20200821142938-949cc6f4b097 [2022-05-19T09:38:53.777Z] #43 22.21 go: downloading github.com/mattn/go-runewidth v0.0.3 [2022-05-19T09:38:53.777Z] #43 22.41 go: downloading github.com/hashicorp/golang-lru v0.5.4 [2022-05-19T09:38:53.777Z] #43 22.44 go: downloading golang.org/x/arch v0.0.0-20190927153633-4e8777c89be4 [2022-05-19T09:38:53.941Z] #42 33.53 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ... [2022-05-19T09:38:53.941Z] #42 33.54 Unpacking cmake-data (3.18.4-2+deb11u1) ... [2022-05-19T09:38:54.168Z] #64 ... [2022-05-19T09:38:54.168Z] [2022-05-19T09:38:54.168Z] #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-05-19T09:38:54.168Z] #14 sha256:ad430aa4634b833e1f6147f42e8232eb8136a1b47ba188feff5f14c8911b4227 [2022-05-19T09:38:54.168Z] #14 31.04 Selecting previously unselected package g++-mingw-w64-x86-64-posix. [2022-05-19T09:38:54.168Z] #14 31.05 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-05-19T09:38:54.168Z] #14 31.05 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-05-19T09:38:54.168Z] #14 33.54 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime. [2022-05-19T09:38:54.168Z] #14 33.55 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ... [2022-05-19T09:38:54.168Z] #14 33.56 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-05-19T09:38:54.725Z] #43 ... [2022-05-19T09:38:54.725Z] [2022-05-19T09:38:54.725Z] #47 [gowinres 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/tc-hib/go-winres@v0.2.3" && /build/go-winres --help [2022-05-19T09:38:54.725Z] #47 sha256:37d08abbef240dae45f3f4b200665c464b1ec144f90a704a4db6e84ebd20377e [2022-05-19T09:38:54.725Z] #47 13.11 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2022-05-19T09:38:54.725Z] #47 13.16 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-05-19T09:38:54.725Z] #47 ... [2022-05-19T09:38:54.725Z] [2022-05-19T09:38:54.725Z] #58 [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-05-19T09:38:54.725Z] #58 sha256:342483109da9e364b7fdcd69e8e1164284be91eccb939cddedcef7fc7f7424b9 [2022-05-19T09:38:54.725Z] #58 13.04 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-05-19T09:38:54.725Z] #58 14.84 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 Packages [2159 B] [2022-05-19T09:38:54.725Z] #58 22.34 Fetched 8534 kB in 17s (505 kB/s) [2022-05-19T09:38:54.882Z] #11 ... [2022-05-19T09:38:54.882Z] [2022-05-19T09:38:54.882Z] #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-05-19T09:38:54.882Z] #31 sha256:f8eee9941288e24879e0b349e8eee07f459206304e5f3e43f6783bf39ebe3b7f [2022-05-19T09:38:54.882Z] #31 10.41 #=#=# ######################################################################## 100.0% [2022-05-19T09:38:54.882Z] #31 10.70 [2022-05-19T09:38:54.882Z] #31 10.77 Download of images into '/build' complete. [2022-05-19T09:38:54.882Z] #31 10.77 Use something like the following to load the result into a Docker daemon: [2022-05-19T09:38:54.882Z] #31 10.77 tar -cC '/build' . | docker load [2022-05-19T09:38:54.882Z] #31 DONE 12.7s [2022-05-19T09:38:54.882Z] [2022-05-19T09:38:54.882Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.2-bullseye@sha256:a966d36a1bdf8769ebfd18eaf1b2cdfc86dfda1a2c61791ccd36ed8237e43a69 [2022-05-19T09:38:54.882Z] #11 sha256:7df3a1c8e8568958516166eeafce9654eaa9d0594d4f96f498d28228ba93e58d [2022-05-19T09:38:54.987Z] #58 22.34 Reading package lists... [2022-05-19T09:38:54.987Z] #58 ... [2022-05-19T09:38:54.987Z] [2022-05-19T09:38:54.987Z] #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-05-19T09:38:54.987Z] #19 sha256:f906552b5f82ee6cc7ffaae751835b5293cfb13fa5ba15dd04916bc798787b13 [2022-05-19T09:38:54.987Z] #19 10.24 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8030 kB] [2022-05-19T09:38:54.987Z] #19 11.31 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [139 kB] [2022-05-19T09:38:54.987Z] #19 11.35 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [146 kB] [2022-05-19T09:38:54.987Z] #19 11.38 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [121 kB] [2022-05-19T09:38:54.987Z] #19 11.38 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [129 kB] [2022-05-19T09:38:54.987Z] #19 11.38 Get:14 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [147 kB] [2022-05-19T09:38:54.987Z] #19 11.44 Get:15 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [145 kB] [2022-05-19T09:38:55.183Z] #11 extracting sha256:21e7497335c1360d6ed9fbe8a27c64abd3a481f4ccc311067ec1c3d7705bb6af 5.0s [2022-05-19T09:38:55.251Z] #19 11.44 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-05-19T09:38:55.251Z] #19 11.46 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2604 B] [2022-05-19T09:38:55.251Z] #19 11.47 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2604 B] [2022-05-19T09:38:55.251Z] #19 11.47 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B] [2022-05-19T09:38:55.251Z] #19 11.47 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2604 B] [2022-05-19T09:38:55.251Z] #19 11.47 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B] [2022-05-19T09:38:56.077Z] 8b534d64a7c3: Verifying Checksum [2022-05-19T09:38:56.077Z] 8b534d64a7c3: Download complete [2022-05-19T09:38:57.493Z] #14 36.50 Selecting previously unselected package gcc-mingw-w64-x86-64-win32. [2022-05-19T09:38:57.493Z] #14 36.51 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-05-19T09:38:57.493Z] #14 36.52 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-05-19T09:38:58.144Z] #42 37.19 Selecting previously unselected package libicu67:amd64. [2022-05-19T09:38:58.145Z] #42 37.19 Preparing to unpack .../3-libicu67_67.1-7_amd64.deb ... [2022-05-19T09:38:58.145Z] #42 37.22 Unpacking libicu67:amd64 (67.1-7) ... [2022-05-19T09:38:58.434Z] #14 ... [2022-05-19T09:38:58.434Z] [2022-05-19T09:38:58.434Z] #67 [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-05-19T09:38:58.434Z] #67 sha256:c8a7ec792afe73a6fd18e55b41e5e6c3f72ad9447e579aef952afe433126ccb3 [2022-05-19T09:38:58.434Z] #67 30.89 + for f in rootlesskit rootlesskit-docker-proxy [2022-05-19T09:38:58.434Z] #67 30.89 + GOBIN=/build [2022-05-19T09:38:58.434Z] #67 30.89 + GO111MODULE=on [2022-05-19T09:38:58.434Z] #67 30.89 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@1920341cd41e047834a21007424162a2dc946315 [2022-05-19T09:38:58.434Z] #67 33.65 rootlesskit version 1.0.0 [2022-05-19T09:38:58.434Z] #67 33.67 Usage of /build/rootlesskit-docker-proxy: [2022-05-19T09:38:58.434Z] #67 33.67 -container-ip string [2022-05-19T09:38:58.434Z] #67 33.67 container ip [2022-05-19T09:38:58.434Z] #67 33.67 -container-port int [2022-05-19T09:38:58.434Z] #67 33.67 container port (default -1) [2022-05-19T09:38:58.434Z] #67 33.67 -host-ip string [2022-05-19T09:38:58.434Z] #67 33.67 host ip [2022-05-19T09:38:58.434Z] #67 33.67 -host-port int [2022-05-19T09:38:58.434Z] #67 33.67 host port (default -1) [2022-05-19T09:38:58.434Z] #67 33.67 -proto string [2022-05-19T09:38:58.434Z] #67 33.67 proxy protocol (default "tcp") [2022-05-19T09:38:58.434Z] #67 DONE 37.5s [2022-05-19T09:38:58.434Z] [2022-05-19T09:38:58.434Z] #68 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build [2022-05-19T09:38:58.434Z] #68 sha256:911057237cb3c571137ae802203868552c20c1d6632431253d3c122d3bad1340 [2022-05-19T09:38:58.695Z] #68 DONE 0.4s [2022-05-19T09:38:58.695Z] [2022-05-19T09:38:58.695Z] #69 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-05-19T09:38:58.695Z] #69 sha256:b56af0eb97d216fb5869423046d613de31f1877fcbeb5a1901a388fc9a71f8d5 [2022-05-19T09:38:58.695Z] #69 ... [2022-05-19T09:38:58.695Z] [2022-05-19T09:38:58.695Z] #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-05-19T09:38:58.695Z] #34 sha256:c4f955ffae0a1c8967245a94aa32d654a6e15c000f626095dbb59881207e511c [2022-05-19T09:38:58.695Z] #34 DONE 38.2s [2022-05-19T09:38:58.959Z] [2022-05-19T09:38:58.959Z] #69 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-05-19T09:38:58.959Z] #69 sha256:b56af0eb97d216fb5869423046d613de31f1877fcbeb5a1901a388fc9a71f8d5 [2022-05-19T09:38:58.959Z] #69 DONE 0.2s [2022-05-19T09:38:58.959Z] [2022-05-19T09:38:58.959Z] #55 [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-05-19T09:38:58.959Z] #55 sha256:5057fea76c4566561f2fcd443fa7f0c66715a304331185cc70a563f6efd078dd [2022-05-19T09:38:59.084Z] #42 ... [2022-05-19T09:38:59.084Z] [2022-05-19T09:38:59.084Z] #51 [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-05-19T09:38:59.084Z] #51 sha256:342483109da9e364b7fdcd69e8e1164284be91eccb939cddedcef7fc7f7424b9 [2022-05-19T09:38:59.084Z] #51 22.75 Reading package lists... [2022-05-19T09:38:59.084Z] #51 28.60 Reading package lists... [2022-05-19T09:38:59.084Z] #51 34.04 Building dependency tree... [2022-05-19T09:38:59.084Z] #51 37.49 The following additional packages will be installed: [2022-05-19T09:38:59.084Z] #51 37.54 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-05-19T09:38:59.084Z] #51 37.54 python3-protobuf python3-six [2022-05-19T09:38:59.084Z] #51 37.55 Suggested packages: [2022-05-19T09:38:59.084Z] #51 37.56 python3-setuptools [2022-05-19T09:38:59.084Z] #51 37.56 Recommended packages: [2022-05-19T09:38:59.084Z] #51 37.56 iproute2 | iproute [2022-05-19T09:38:59.084Z] #51 38.27 The following NEW packages will be installed: [2022-05-19T09:38:59.084Z] #51 38.28 criu libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-05-19T09:38:59.084Z] #51 38.28 python3-protobuf python3-six [2022-05-19T09:38:59.084Z] #51 ... [2022-05-19T09:38:59.084Z] [2022-05-19T09:38:59.084Z] #55 [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-05-19T09:38:59.084Z] #55 sha256:5057fea76c4566561f2fcd443fa7f0c66715a304331185cc70a563f6efd078dd [2022-05-19T09:38:59.084Z] #55 29.04 go: downloading github.com/fatih/color v1.13.0 [2022-05-19T09:38:59.084Z] #55 29.05 go: downloading github.com/gofrs/flock v0.8.1 [2022-05-19T09:38:59.084Z] #55 29.18 go: downloading github.com/spf13/cobra v1.3.0 [2022-05-19T09:38:59.084Z] #55 29.20 go: downloading github.com/spf13/viper v1.10.1 [2022-05-19T09:38:59.084Z] #55 29.44 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b [2022-05-19T09:38:59.084Z] #55 29.87 go: downloading github.com/mattn/go-colorable v0.1.12 [2022-05-19T09:38:59.084Z] #55 29.89 go: downloading github.com/mattn/go-isatty v0.0.14 [2022-05-19T09:38:59.084Z] #55 29.93 go: downloading golang.org/x/tools v0.1.9-0.20211228192929-ee1ca4ffc4da [2022-05-19T09:38:59.084Z] #55 29.97 go: downloading github.com/hashicorp/go-multierror v1.1.1 [2022-05-19T09:38:59.084Z] #55 34.32 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-05-19T09:38:59.084Z] #55 34.32 go: downloading github.com/stretchr/testify v1.7.0 [2022-05-19T09:38:59.084Z] #55 34.43 go: downloading github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b [2022-05-19T09:38:59.084Z] #55 34.51 go: downloading github.com/golangci/revgrep v0.0.0-20210930125155-c22e5001d4f2 [2022-05-19T09:38:59.084Z] #55 34.52 go: downloading github.com/go-critic/go-critic v0.6.2 [2022-05-19T09:38:59.084Z] #55 35.03 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2022-05-19T09:38:59.084Z] #55 35.11 go: downloading github.com/fsnotify/fsnotify v1.5.1 [2022-05-19T09:38:59.084Z] #55 35.12 go: downloading github.com/magiconair/properties v1.8.5 [2022-05-19T09:38:59.084Z] #55 35.22 go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-05-19T09:38:59.084Z] #55 35.23 go: downloading github.com/spf13/afero v1.6.0 [2022-05-19T09:38:59.084Z] #55 35.29 go: downloading github.com/spf13/cast v1.4.1 [2022-05-19T09:38:59.084Z] #55 35.33 go: downloading github.com/spf13/jwalterweatherman v1.1.0 [2022-05-19T09:38:59.084Z] #55 35.37 go: downloading github.com/subosito/gotenv v1.2.0 [2022-05-19T09:38:59.084Z] #55 35.39 go: downloading gopkg.in/ini.v1 v1.66.2 [2022-05-19T09:38:59.084Z] #55 35.45 go: downloading golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e [2022-05-19T09:38:59.084Z] #55 35.68 go: downloading github.com/hashicorp/errwrap v1.0.0 [2022-05-19T09:38:59.084Z] #55 35.74 go: downloading 4d63.com/gochecknoglobals v0.1.0 [2022-05-19T09:38:59.084Z] #55 35.78 go: downloading github.com/Antonboom/errname v0.1.5 [2022-05-19T09:38:59.084Z] #55 35.87 go: downloading github.com/Antonboom/nilnil v0.1.0 [2022-05-19T09:38:59.084Z] #55 36.04 go: downloading github.com/BurntSushi/toml v1.0.0 [2022-05-19T09:38:59.084Z] #55 36.64 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24 [2022-05-19T09:38:59.084Z] #55 36.72 go: downloading github.com/OpenPeeDeeP/depguard v1.1.0 [2022-05-19T09:38:59.084Z] #55 36.78 go: downloading github.com/alexkohler/prealloc v1.0.0 [2022-05-19T09:38:59.084Z] #55 36.85 go: downloading github.com/ashanbrown/forbidigo v1.3.0 [2022-05-19T09:38:59.084Z] #55 36.94 go: downloading github.com/ashanbrown/makezero v1.1.0 [2022-05-19T09:38:59.084Z] #55 36.96 go: downloading github.com/bkielbasa/cyclop v1.2.0 [2022-05-19T09:38:59.084Z] #55 36.98 go: downloading github.com/blizzy78/varnamelen v0.5.0 [2022-05-19T09:38:59.084Z] #55 37.05 go: downloading github.com/bombsimon/wsl/v3 v3.3.0 [2022-05-19T09:38:59.084Z] #55 37.11 go: downloading github.com/breml/bidichk v0.2.1 [2022-05-19T09:38:59.084Z] #55 37.26 go: downloading github.com/breml/errchkjson v0.2.1 [2022-05-19T09:38:59.084Z] #55 37.33 go: downloading github.com/butuzov/ireturn v0.1.1 [2022-05-19T09:38:59.084Z] #55 37.48 go: downloading github.com/charithe/durationcheck v0.0.9 [2022-05-19T09:38:59.084Z] #55 37.52 go: downloading github.com/daixiang0/gci v0.2.9 [2022-05-19T09:38:59.084Z] #55 37.57 go: downloading github.com/denis-tingajkin/go-header v0.4.2 [2022-05-19T09:38:59.084Z] #55 37.68 go: downloading github.com/esimonov/ifshort v1.0.4 [2022-05-19T09:38:59.084Z] #55 37.70 go: downloading github.com/fzipp/gocyclo v0.4.0 [2022-05-19T09:38:59.084Z] #55 37.77 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2022-05-19T09:38:59.084Z] #55 37.97 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2022-05-19T09:38:59.084Z] #55 38.04 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2022-05-19T09:38:59.084Z] #55 38.33 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2022-05-19T09:38:59.084Z] #55 38.50 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2022-05-19T09:38:59.084Z] #55 38.50 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2022-05-19T09:38:59.084Z] #55 38.53 go: downloading github.com/golangci/misspell v0.3.5 [2022-05-19T09:38:59.084Z] #55 38.66 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2022-05-19T09:38:59.084Z] #55 38.88 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8 [2022-05-19T09:38:59.352Z] #55 38.90 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0 [2022-05-19T09:38:59.352Z] #55 38.92 go: downloading github.com/gostaticanalysis/nilerr v0.1.1 [2022-05-19T09:38:59.352Z] #55 38.94 go: downloading github.com/jgautheron/goconst v1.5.1 [2022-05-19T09:38:59.352Z] #55 38.96 go: downloading github.com/jingyugao/rowserrcheck v1.1.1 [2022-05-19T09:38:59.352Z] #55 38.96 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af [2022-05-19T09:38:59.352Z] #55 39.00 go: downloading github.com/julz/importas v0.1.0 [2022-05-19T09:38:59.352Z] #55 39.02 go: downloading github.com/kisielk/errcheck v1.6.0 [2022-05-19T09:38:59.352Z] #55 39.03 go: downloading github.com/kulti/thelper v0.5.0 [2022-05-19T09:38:59.352Z] #55 39.09 go: downloading github.com/kunwardeep/paralleltest v1.0.3 [2022-05-19T09:38:59.352Z] #55 ... [2022-05-19T09:38:59.352Z] [2022-05-19T09:38:59.352Z] #57 [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-05-19T09:38:59.352Z] #57 sha256:05b451803d0e878724252e3bcc7478d20bebad3dbc9fdb0d3f630b629e0e4d15 [2022-05-19T09:38:59.352Z] #57 39.10 v3.0.2 [2022-05-19T09:38:59.921Z] #57 DONE 39.5s [2022-05-19T09:38:59.921Z] [2022-05-19T09:38:59.921Z] #55 [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-05-19T09:38:59.921Z] #55 sha256:5057fea76c4566561f2fcd443fa7f0c66715a304331185cc70a563f6efd078dd [2022-05-19T09:38:59.921Z] #55 39.14 go: downloading github.com/kyoh86/exportloopref v0.1.8 [2022-05-19T09:38:59.921Z] #55 39.16 go: downloading github.com/ldez/gomoddirectives v0.2.2 [2022-05-19T09:38:59.921Z] #55 39.18 go: downloading github.com/ldez/tagliatelle v0.3.0 [2022-05-19T09:38:59.921Z] #55 39.20 go: downloading github.com/leonklingele/grouper v1.1.0 [2022-05-19T09:38:59.921Z] #55 39.36 go: downloading github.com/maratori/testpackage v1.0.1 [2022-05-19T09:38:59.921Z] #55 39.41 go: downloading github.com/matoous/godox v0.0.0-20210227103229-6504466cf951 [2022-05-19T09:38:59.921Z] #55 39.41 go: downloading github.com/mbilski/exhaustivestruct v1.2.0 [2022-05-19T09:38:59.921Z] #55 39.44 go: downloading github.com/mgechev/dots v0.0.0-20210922191527-e955255bf517 [2022-05-19T09:38:59.921Z] #55 39.50 go: downloading github.com/mgechev/revive v1.1.3 [2022-05-19T09:39:00.439Z] #11 extracting sha256:21e7497335c1360d6ed9fbe8a27c64abd3a481f4ccc311067ec1c3d7705bb6af 10.1s [2022-05-19T09:39:00.490Z] #55 ... [2022-05-19T09:39:00.490Z] [2022-05-19T09:39:00.490Z] #40 [gowinres 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/tc-hib/go-winres@v0.2.3" && /build/go-winres --help [2022-05-19T09:39:00.490Z] #40 sha256:37d08abbef240dae45f3f4b200665c464b1ec144f90a704a4db6e84ebd20377e [2022-05-19T09:39:00.490Z] #40 39.75 NAME: [2022-05-19T09:39:00.490Z] #40 39.75 go-winres - A tool for embedding resources in Windows executables [2022-05-19T09:39:00.490Z] #40 39.75 [2022-05-19T09:39:00.490Z] #40 39.75 USAGE: [2022-05-19T09:39:00.490Z] #40 39.75 go-winres [global options] command [command options] [arguments...] [2022-05-19T09:39:00.490Z] #40 39.75 [2022-05-19T09:39:00.490Z] #40 39.75 COMMANDS: [2022-05-19T09:39:00.490Z] #40 39.75 init Create an initial ./winres/winres.json [2022-05-19T09:39:00.490Z] #40 39.75 make Make syso files for the "go build" command [2022-05-19T09:39:00.490Z] #40 39.75 simply Make syso files for the "go build" command (simplified) [2022-05-19T09:39:00.490Z] #40 39.75 extract Extract all resources from an executable [2022-05-19T09:39:00.490Z] #40 39.75 patch Replace resources in an executable file (exe, dll) [2022-05-19T09:39:00.490Z] #40 39.75 help, h Shows a list of commands or help for one command [2022-05-19T09:39:00.490Z] #40 39.75 [2022-05-19T09:39:00.490Z] #40 39.75 GLOBAL OPTIONS: [2022-05-19T09:39:00.490Z] #40 39.75 --help, -h show help (default: false) [2022-05-19T09:39:00.490Z] #40 DONE 40.0s [2022-05-19T09:39:00.490Z] [2022-05-19T09:39:00.490Z] #55 [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-05-19T09:39:00.490Z] #55 sha256:5057fea76c4566561f2fcd443fa7f0c66715a304331185cc70a563f6efd078dd [2022-05-19T09:39:00.490Z] #55 40.22 go: downloading github.com/moricho/tparallel v0.2.1 [2022-05-19T09:39:00.561Z] #19 ... [2022-05-19T09:39:00.561Z] [2022-05-19T09:39:00.561Z] #58 [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-05-19T09:39:00.561Z] #58 sha256:342483109da9e364b7fdcd69e8e1164284be91eccb939cddedcef7fc7f7424b9 [2022-05-19T09:39:00.561Z] #58 22.34 Reading package lists... [2022-05-19T09:39:00.751Z] #55 40.32 go: downloading github.com/nakabonne/nestif v0.3.1 [2022-05-19T09:39:00.751Z] #55 40.32 go: downloading github.com/nishanths/exhaustive v0.7.11 [2022-05-19T09:39:00.751Z] #55 40.32 go: downloading github.com/nishanths/predeclared v0.2.1 [2022-05-19T09:39:00.751Z] #55 40.38 go: downloading github.com/polyfloyd/go-errorlint v0.0.0-20211125173453-6d6d39c5bb8b [2022-05-19T09:39:00.751Z] #55 40.41 go: downloading github.com/ryancurrah/gomodguard v1.2.3 [2022-05-19T09:39:00.751Z] #55 40.43 go: downloading github.com/ryanrolds/sqlclosecheck v0.3.0 [2022-05-19T09:39:00.751Z] #55 40.43 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.6 [2022-05-19T09:39:00.751Z] #55 40.48 go: downloading github.com/securego/gosec/v2 v2.9.6 [2022-05-19T09:39:01.330Z] #55 40.78 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c [2022-05-19T09:39:01.330Z] #55 40.78 go: downloading github.com/sivchari/containedctx v1.0.1 [2022-05-19T09:39:01.330Z] #55 40.80 go: downloading github.com/sivchari/tenv v1.4.7 [2022-05-19T09:39:01.330Z] #55 40.81 go: downloading github.com/sonatard/noctx v0.0.1 [2022-05-19T09:39:01.330Z] #55 40.85 go: downloading github.com/sourcegraph/go-diff v0.6.1 [2022-05-19T09:39:01.330Z] #55 40.85 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1 [2022-05-19T09:39:01.330Z] #55 ... [2022-05-19T09:39:01.330Z] [2022-05-19T09:39:01.330Z] #64 [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-05-19T09:39:01.330Z] #64 sha256:77fe0aa2065ab53e77ef06da898c2c41092a9616612e3be18052a99b0d9d979b [2022-05-19T09:39:01.330Z] #64 2.904 + RM_GOPATH=0 [2022-05-19T09:39:01.330Z] #64 2.904 + TMP_GOPATH= [2022-05-19T09:39:01.330Z] #64 2.904 + : /build [2022-05-19T09:39:01.330Z] #64 2.904 + '[' -z '' ']' [2022-05-19T09:39:01.330Z] #64 2.905 ++ mktemp -d [2022-05-19T09:39:01.330Z] #64 2.911 + export GOPATH=/tmp/tmp.DJWYWZDVy7 [2022-05-19T09:39:01.330Z] #64 2.919 + GOPATH=/tmp/tmp.DJWYWZDVy7 [2022-05-19T09:39:01.330Z] #64 2.919 + RM_GOPATH=1 [2022-05-19T09:39:01.330Z] #64 2.919 + case "$(go env GOARCH)" in [2022-05-19T09:39:01.330Z] #64 2.920 ++ go env GOARCH [2022-05-19T09:39:01.330Z] #64 2.964 + export GO_BUILDMODE=-buildmode=pie [2022-05-19T09:39:01.330Z] #64 2.964 + GO_BUILDMODE=-buildmode=pie [2022-05-19T09:39:01.330Z] #64 2.967 ++ dirname /install.sh [2022-05-19T09:39:01.330Z] #64 2.973 + dir=/ [2022-05-19T09:39:01.330Z] #64 2.973 + bin=containerd [2022-05-19T09:39:01.330Z] #64 2.973 + shift [2022-05-19T09:39:01.330Z] #64 2.973 + '[' '!' -f //containerd.installer ']' [2022-05-19T09:39:01.330Z] #64 2.974 + . //containerd.installer [2022-05-19T09:39:01.330Z] #64 2.974 ++ set -e [2022-05-19T09:39:01.330Z] #64 2.974 ++ : v1.6.4 [2022-05-19T09:39:01.330Z] #64 2.975 + install_containerd [2022-05-19T09:39:01.330Z] #64 2.975 + echo 'Install containerd version v1.6.4' [2022-05-19T09:39:01.330Z] #64 2.982 Install containerd version v1.6.4 [2022-05-19T09:39:01.330Z] #64 2.982 + git clone https://github.com/containerd/containerd.git /tmp/tmp.DJWYWZDVy7/src/github.com/containerd/containerd [2022-05-19T09:39:01.330Z] #64 2.984 Cloning into '/tmp/tmp.DJWYWZDVy7/src/github.com/containerd/containerd'... [2022-05-19T09:39:01.330Z] #64 ... [2022-05-19T09:39:01.330Z] [2022-05-19T09:39:01.330Z] #55 [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-05-19T09:39:01.330Z] #55 sha256:5057fea76c4566561f2fcd443fa7f0c66715a304331185cc70a563f6efd078dd [2022-05-19T09:39:01.330Z] #55 40.94 go: downloading github.com/sylvia7788/contextcheck v1.0.4 [2022-05-19T09:39:01.330Z] #55 41.00 go: downloading github.com/tdakkota/asciicheck v0.1.1 [2022-05-19T09:39:01.330Z] #55 41.00 go: downloading github.com/tetafro/godot v1.4.11 [2022-05-19T09:39:01.330Z] #55 41.03 go: downloading github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144 [2022-05-19T09:39:01.330Z] #55 41.12 go: downloading github.com/tomarrell/wrapcheck/v2 v2.4.0 [2022-05-19T09:39:01.330Z] #55 41.18 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.0 [2022-05-19T09:39:01.601Z] #55 41.26 go: downloading github.com/ultraware/funlen v0.0.3 [2022-05-19T09:39:01.861Z] #55 41.36 go: downloading github.com/ultraware/whitespace v0.0.4 [2022-05-19T09:39:01.861Z] #55 41.36 go: downloading github.com/uudashr/gocognit v1.0.5 [2022-05-19T09:39:01.861Z] #55 41.36 go: downloading github.com/yagipy/maintidx v1.0.0 [2022-05-19T09:39:01.861Z] #55 41.40 go: downloading github.com/yeya24/promlinter v0.1.1-0.20210918184747-d757024714a1 [2022-05-19T09:39:02.122Z] #55 41.88 go: downloading gitlab.com/bosi/decorder v0.2.1 [2022-05-19T09:39:02.257Z] #55 ... [2022-05-19T09:39:02.257Z] [2022-05-19T09:39:02.257Z] #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-05-19T09:39:02.257Z] #14 sha256:ad430aa4634b833e1f6147f42e8232eb8136a1b47ba188feff5f14c8911b4227 [2022-05-19T09:39:02.257Z] #14 41.24 Selecting previously unselected package g++-mingw-w64-x86-64-win32. [2022-05-19T09:39:02.257Z] #14 41.25 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-05-19T09:39:02.257Z] #14 41.25 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-05-19T09:39:02.257Z] #14 ... [2022-05-19T09:39:02.257Z] [2022-05-19T09:39:02.257Z] #36 [delve 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/go-delve/delve/cmd/dlv@v1.8.1" && /build/dlv --help [2022-05-19T09:39:02.257Z] #36 sha256:03e732bcf8e9966774f0748183eb1fe6fc75b304267c47c51a6cef833e2fda40 [2022-05-19T09:39:02.257Z] #36 41.30 Delve is a source level debugger for Go programs. [2022-05-19T09:39:02.257Z] #36 41.30 [2022-05-19T09:39:02.257Z] #36 41.30 Delve enables you to interact with your program by controlling the execution of the process, [2022-05-19T09:39:02.257Z] #36 41.30 evaluating variables, and providing information of thread / goroutine state, CPU register state and more. [2022-05-19T09:39:02.257Z] #36 41.30 [2022-05-19T09:39:02.257Z] #36 41.30 The goal of this tool is to provide a simple yet powerful interface for debugging Go programs. [2022-05-19T09:39:02.257Z] #36 41.30 [2022-05-19T09:39:02.257Z] #36 41.30 Pass flags to the program you are debugging using `--`, for example: [2022-05-19T09:39:02.257Z] #36 41.30 [2022-05-19T09:39:02.257Z] #36 41.30 `dlv exec ./hello -- server --config conf/config.toml` [2022-05-19T09:39:02.257Z] #36 41.30 [2022-05-19T09:39:02.257Z] #36 41.30 Usage: [2022-05-19T09:39:02.257Z] #36 41.30 dlv [command] [2022-05-19T09:39:02.257Z] #36 41.30 [2022-05-19T09:39:02.257Z] #36 41.30 Available Commands: [2022-05-19T09:39:02.257Z] #36 41.30 attach Attach to running process and begin debugging. [2022-05-19T09:39:02.257Z] #36 41.30 connect Connect to a headless debug server with a terminal client. [2022-05-19T09:39:02.257Z] #36 41.30 core Examine a core dump. [2022-05-19T09:39:02.257Z] #36 41.30 dap Starts a headless TCP server communicating via Debug Adaptor Protocol (DAP). [2022-05-19T09:39:02.257Z] #36 41.30 debug Compile and begin debugging main package in current directory, or the package specified. [2022-05-19T09:39:02.257Z] #36 41.30 exec Execute a precompiled binary, and begin a debug session. [2022-05-19T09:39:02.257Z] #36 41.30 help Help about any command [2022-05-19T09:39:02.257Z] #36 41.30 run Deprecated command. Use 'debug' instead. [2022-05-19T09:39:02.257Z] #36 41.30 test Compile test binary and begin debugging program. [2022-05-19T09:39:02.257Z] #36 41.30 trace Compile and begin tracing program. [2022-05-19T09:39:02.257Z] #36 41.30 version Prints version. [2022-05-19T09:39:02.257Z] #36 41.30 [2022-05-19T09:39:02.257Z] #36 41.30 Flags: [2022-05-19T09:39:02.257Z] #36 41.30 --accept-multiclient Allows a headless server to accept multiple client connections via JSON-RPC or DAP. [2022-05-19T09:39:02.257Z] #36 41.30 --allow-non-terminal-interactive Allows interactive sessions of Delve that don't have a terminal as stdin, stdout and stderr [2022-05-19T09:39:02.257Z] #36 41.30 --api-version int Selects JSON-RPC API version when headless. New clients should use v2. Can be reset via RPCServer.SetApiVersion. See Documentation/api/json-rpc/README.md. (default 1) [2022-05-19T09:39:02.257Z] #36 41.30 --backend string Backend selection (see 'dlv help backend'). (default "default") [2022-05-19T09:39:02.257Z] #36 41.30 --build-flags string Build flags, to be passed to the compiler. For example: --build-flags="-tags=integration -mod=vendor -cover -v" [2022-05-19T09:39:02.258Z] #36 41.30 --check-go-version Exits if the version of Go in use is not compatible (too old or too new) with the version of Delve. (default true) [2022-05-19T09:39:02.258Z] #36 41.30 --disable-aslr Disables address space randomization [2022-05-19T09:39:02.258Z] #36 41.30 --headless Run debug server only, in headless mode. Server will accept both JSON-RPC or DAP client connections. [2022-05-19T09:39:02.258Z] #36 41.30 -h, --help help for dlv [2022-05-19T09:39:02.258Z] #36 41.30 --init string Init file, executed by the terminal client. [2022-05-19T09:39:02.258Z] #36 41.30 -l, --listen string Debugging server listen address. (default "127.0.0.1:0") [2022-05-19T09:39:02.258Z] #36 41.30 --log Enable debugging server logging. [2022-05-19T09:39:02.258Z] #36 41.30 --log-dest string Writes logs to the specified file or file descriptor (see 'dlv help log'). [2022-05-19T09:39:02.258Z] #36 41.30 --log-output string Comma separated list of components that should produce debug output (see 'dlv help log') [2022-05-19T09:39:02.258Z] #36 41.30 --only-same-user Only connections from the same user that started this instance of Delve are allowed to connect. (default true) [2022-05-19T09:39:02.258Z] #36 41.30 -r, --redirect stringArray Specifies redirect rules for target process (see 'dlv help redirect') [2022-05-19T09:39:02.258Z] #36 41.30 --wd string Working directory for running the program. [2022-05-19T09:39:02.258Z] #36 41.30 [2022-05-19T09:39:02.258Z] #36 41.30 Additional help topics: [2022-05-19T09:39:02.258Z] #36 41.30 dlv backend Help about the --backend flag. [2022-05-19T09:39:02.258Z] #36 41.30 dlv log Help about logging flags. [2022-05-19T09:39:02.258Z] #36 41.30 dlv redirect Help about file redirection. [2022-05-19T09:39:02.258Z] #36 41.30 [2022-05-19T09:39:02.258Z] #36 41.30 Use "dlv [command] --help" for more information about a command. [2022-05-19T09:39:02.258Z] #36 DONE 41.8s [2022-05-19T09:39:02.382Z] #55 42.09 go: downloading honnef.co/go/tools v0.2.2 [2022-05-19T09:39:02.517Z] [2022-05-19T09:39:02.517Z] #55 [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-05-19T09:39:02.517Z] #55 sha256:5057fea76c4566561f2fcd443fa7f0c66715a304331185cc70a563f6efd078dd [2022-05-19T09:39:02.952Z] #55 ... [2022-05-19T09:39:02.952Z] [2022-05-19T09:39:02.952Z] #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-05-19T09:39:02.952Z] #14 sha256:ad430aa4634b833e1f6147f42e8232eb8136a1b47ba188feff5f14c8911b4227 [2022-05-19T09:39:02.952Z] #14 27.16 Reading package lists... [2022-05-19T09:39:02.952Z] #14 32.63 Building dependency tree... [2022-05-19T09:39:02.952Z] #14 36.31 The following additional packages will be installed: [2022-05-19T09:39:02.952Z] #14 36.33 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-05-19T09:39:02.952Z] #14 36.33 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base [2022-05-19T09:39:02.952Z] #14 36.33 gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime [2022-05-19T09:39:02.952Z] #14 36.33 gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1 [2022-05-19T09:39:02.952Z] #14 36.34 libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0 [2022-05-19T09:39:02.952Z] #14 36.34 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev [2022-05-19T09:39:02.952Z] #14 36.35 mingw-w64-common mingw-w64-x86-64-dev [2022-05-19T09:39:02.952Z] #14 36.37 Suggested packages: [2022-05-19T09:39:02.952Z] #14 36.37 gcc-10-locales seccomp wine64 [2022-05-19T09:39:02.952Z] #14 37.78 The following NEW packages will be installed: [2022-05-19T09:39:02.952Z] #14 37.79 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-05-19T09:39:02.952Z] #14 37.81 g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 [2022-05-19T09:39:02.952Z] #14 37.81 gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix [2022-05-19T09:39:02.952Z] #14 37.81 gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32 [2022-05-19T09:39:02.952Z] #14 37.81 gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev [2022-05-19T09:39:02.952Z] #14 37.81 libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 [2022-05-19T09:39:02.952Z] #14 37.81 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev [2022-05-19T09:39:02.952Z] #14 37.81 libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common [2022-05-19T09:39:02.952Z] #14 37.81 mingw-w64-x86-64-dev [2022-05-19T09:39:02.953Z] #14 38.22 0 upgraded, 30 newly installed, 0 to remove and 2 not upgraded. [2022-05-19T09:39:02.953Z] #14 38.22 Need to get 115 MB of archives. [2022-05-19T09:39:02.953Z] #14 38.22 After this operation, 645 MB of additional disk space will be used. [2022-05-19T09:39:02.953Z] #14 38.22 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-05-19T09:39:02.953Z] #14 38.37 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-05-19T09:39:02.953Z] #14 38.54 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB] [2022-05-19T09:39:02.953Z] #14 38.55 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-05-19T09:39:02.953Z] #14 38.55 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dmsetup amd64 2:1.02.175-2.1 [92.1 kB] [2022-05-19T09:39:02.953Z] #14 38.57 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB] [2022-05-19T09:39:02.953Z] #14 38.85 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-05-19T09:39:02.953Z] #14 39.08 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-05-19T09:39:02.953Z] #14 39.10 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-05-19T09:39:02.953Z] #14 39.82 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-05-19T09:39:02.953Z] #14 41.40 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-05-19T09:39:02.953Z] #14 41.98 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-win32-runtime amd64 10.2.1-6+24.2 [11.4 MB] [2022-05-19T09:39:02.953Z] #14 42.66 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-05-19T09:39:02.960Z] #11 extracting sha256:21e7497335c1360d6ed9fbe8a27c64abd3a481f4ccc311067ec1c3d7705bb6af 12.4s done [2022-05-19T09:39:02.960Z] #11 extracting sha256:1e452e64228de9a5b7a3c92a199940ee0822ac729805e29e8b15897287aa0470 done [2022-05-19T09:39:03.217Z] #11 DONE 43.1s [2022-05-19T09:39:03.217Z] [2022-05-19T09:39:03.217Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-05-19T09:39:03.217Z] #12 sha256:117596d16f6a2b9872fcbca80537859f91bd1d83b86fec9b8b3d2954f8da827a [2022-05-19T09:39:03.519Z] #14 ... [2022-05-19T09:39:03.519Z] [2022-05-19T09:39:03.519Z] #51 [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-05-19T09:39:03.519Z] #51 sha256:342483109da9e364b7fdcd69e8e1164284be91eccb939cddedcef7fc7f7424b9 [2022-05-19T09:39:03.519Z] #51 38.76 0 upgraded, 8 newly installed, 0 to remove and 2 not upgraded. [2022-05-19T09:39:03.519Z] #51 38.76 Need to get 2314 kB of archives. [2022-05-19T09:39:03.519Z] #51 38.76 After this operation, 11.1 MB of additional disk space will be used. [2022-05-19T09:39:03.519Z] #51 38.76 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf23 amd64 3.12.4-1 [892 kB] [2022-05-19T09:39:03.519Z] #51 38.80 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-05-19T09:39:03.519Z] #51 38.80 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-six all 1.16.0-2 [17.5 kB] [2022-05-19T09:39:03.519Z] #51 38.81 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-protobuf amd64 3.12.4-1 [382 kB] [2022-05-19T09:39:03.519Z] #51 38.84 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2022-05-19T09:39:03.519Z] #51 38.87 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-05-19T09:39:03.519Z] #51 38.87 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB] [2022-05-19T09:39:03.519Z] #51 41.13 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 criu 3.17-1 [683 kB] [2022-05-19T09:39:03.519Z] #51 42.50 debconf: delaying package configuration, since apt-utils is not installed [2022-05-19T09:39:03.519Z] #51 42.82 Fetched 2314 kB in 3s (759 kB/s) [2022-05-19T09:39:03.519Z] #51 42.94 Selecting previously unselected package libprotobuf23:amd64. [2022-05-19T09:39:03.520Z] #51 42.94 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15709 files and directories currently installed.) [2022-05-19T09:39:03.520Z] #51 43.00 Preparing to unpack .../0-libprotobuf23_3.12.4-1_amd64.deb ... [2022-05-19T09:39:03.520Z] #51 43.03 Unpacking libprotobuf23:amd64 (3.12.4-1) ... [2022-05-19T09:39:03.901Z] #55 ... [2022-05-19T09:39:03.901Z] [2022-05-19T09:39:03.901Z] #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-05-19T09:39:03.901Z] #14 sha256:ad430aa4634b833e1f6147f42e8232eb8136a1b47ba188feff5f14c8911b4227 [2022-05-19T09:39:03.901Z] #14 43.37 Selecting previously unselected package g++-mingw-w64-x86-64. [2022-05-19T09:39:03.901Z] #14 43.37 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ... [2022-05-19T09:39:03.901Z] #14 43.39 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-05-19T09:39:04.161Z] #14 43.51 Selecting previously unselected package libapparmor1:amd64. [2022-05-19T09:39:04.161Z] #14 43.52 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ... [2022-05-19T09:39:04.161Z] #14 43.52 Unpacking libapparmor1:amd64 (2.13.6-10) ... [2022-05-19T09:39:04.161Z] #14 43.57 Selecting previously unselected package libapparmor-dev:amd64. [2022-05-19T09:39:04.161Z] #14 43.58 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ... [2022-05-19T09:39:04.161Z] #14 43.58 Unpacking libapparmor-dev:amd64 (2.13.6-10) ... [2022-05-19T09:39:04.421Z] #14 43.70 Selecting previously unselected package libbtrfs0:amd64. [2022-05-19T09:39:04.421Z] #14 43.70 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ... [2022-05-19T09:39:04.421Z] #14 43.70 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-05-19T09:39:04.421Z] #14 43.79 Selecting previously unselected package libbtrfs-dev:amd64. [2022-05-19T09:39:04.421Z] #14 43.79 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-05-19T09:39:04.421Z] #14 43.80 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-05-19T09:39:04.421Z] #14 43.91 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2022-05-19T09:39:04.464Z] #51 43.89 Selecting previously unselected package python3-pkg-resources. [2022-05-19T09:39:04.464Z] #51 43.89 Preparing to unpack .../1-python3-pkg-resources_52.0.0-4_all.deb ... [2022-05-19T09:39:04.681Z] #14 43.91 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-05-19T09:39:04.682Z] #14 43.92 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-05-19T09:39:04.682Z] #14 43.97 Selecting previously unselected package libudev-dev:amd64. [2022-05-19T09:39:04.682Z] #14 43.97 Preparing to unpack .../20-libudev-dev_247.3-7_amd64.deb ... [2022-05-19T09:39:04.682Z] #14 43.98 Unpacking libudev-dev:amd64 (247.3-7) ... [2022-05-19T09:39:04.682Z] #14 44.07 Selecting previously unselected package libsepol1-dev:amd64. [2022-05-19T09:39:04.682Z] #14 44.08 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ... [2022-05-19T09:39:04.682Z] #14 44.09 Unpacking libsepol1-dev:amd64 (3.1-1) ... [2022-05-19T09:39:04.725Z] #51 43.97 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-05-19T09:39:04.725Z] #51 ... [2022-05-19T09:39:04.725Z] [2022-05-19T09:39:04.725Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-05-19T09:39:04.725Z] #14 sha256:ad430aa4634b833e1f6147f42e8232eb8136a1b47ba188feff5f14c8911b4227 [2022-05-19T09:39:04.725Z] #14 44.36 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-05-19T09:39:04.942Z] #14 44.22 Selecting previously unselected package libpcre2-16-0:amd64. [2022-05-19T09:39:04.942Z] #14 44.23 Preparing to unpack .../22-libpcre2-16-0_10.36-2_amd64.deb ... [2022-05-19T09:39:04.942Z] #14 44.23 Unpacking libpcre2-16-0:amd64 (10.36-2) ... [2022-05-19T09:39:04.942Z] #14 44.32 Selecting previously unselected package libpcre2-32-0:amd64. [2022-05-19T09:39:04.942Z] #14 44.33 Preparing to unpack .../23-libpcre2-32-0_10.36-2_amd64.deb ... [2022-05-19T09:39:04.942Z] #14 44.34 Unpacking libpcre2-32-0:amd64 (10.36-2) ... [2022-05-19T09:39:04.942Z] #14 44.45 Selecting previously unselected package libpcre2-posix2:amd64. [2022-05-19T09:39:05.113Z] #12 DONE 2.0s [2022-05-19T09:39:05.113Z] [2022-05-19T09:39:05.113Z] #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-05-19T09:39:05.113Z] #13 sha256:4348a12012be920f4ec7d32125e42d660e742d7d03a0fd6b9eca1fd0ea894918 [2022-05-19T09:39:05.202Z] #14 44.46 Preparing to unpack .../24-libpcre2-posix2_10.36-2_amd64.deb ... [2022-05-19T09:39:05.202Z] #14 44.46 Unpacking libpcre2-posix2:amd64 (10.36-2) ... [2022-05-19T09:39:05.202Z] #14 44.52 Selecting previously unselected package libpcre2-dev:amd64. [2022-05-19T09:39:05.202Z] #14 44.53 Preparing to unpack .../25-libpcre2-dev_10.36-2_amd64.deb ... [2022-05-19T09:39:05.202Z] #14 44.53 Unpacking libpcre2-dev:amd64 (10.36-2) ... [2022-05-19T09:39:05.202Z] #14 44.71 Selecting previously unselected package libselinux1-dev:amd64. [2022-05-19T09:39:05.462Z] #14 44.72 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ... [2022-05-19T09:39:05.462Z] #14 44.72 Unpacking libselinux1-dev:amd64 (3.1-3) ... [2022-05-19T09:39:05.462Z] #14 44.86 Selecting previously unselected package libdevmapper-dev:amd64. [2022-05-19T09:39:05.462Z] #14 44.86 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ... [2022-05-19T09:39:05.463Z] #14 44.87 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-05-19T09:39:05.463Z] #14 44.95 Selecting previously unselected package libseccomp-dev:amd64. [2022-05-19T09:39:05.463Z] #14 44.95 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ... [2022-05-19T09:39:05.463Z] #14 44.99 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-05-19T09:39:05.678Z] #13 DONE 0.6s [2022-05-19T09:39:05.678Z] [2022-05-19T09:39:05.678Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-05-19T09:39:05.678Z] #33 sha256:13bbbf3faff18723d09a20753ca4c0d8c0ef84f05bf2eaee8859a47cbac48283 [2022-05-19T09:39:05.678Z] #33 DONE 0.1s [2022-05-19T09:39:05.678Z] [2022-05-19T09:39:05.678Z] #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-05-19T09:39:05.678Z] #34 sha256:c4f955ffae0a1c8967245a94aa32d654a6e15c000f626095dbb59881207e511c [2022-05-19T09:39:05.693Z] #14 45.21 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64 all 10.2.1-6+24.2 [186 kB] [2022-05-19T09:39:05.693Z] #14 45.21 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB] [2022-05-19T09:39:05.693Z] #14 45.21 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB] [2022-05-19T09:39:05.693Z] #14 45.21 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-05-19T09:39:05.693Z] #14 45.21 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-05-19T09:39:05.693Z] #14 45.21 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-05-19T09:39:05.693Z] #14 45.21 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-7 [123 kB] [2022-05-19T09:39:05.693Z] #14 45.23 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB] [2022-05-19T09:39:05.693Z] #14 45.27 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2 [231 kB] [2022-05-19T09:39:05.693Z] #14 45.29 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2 [220 kB] [2022-05-19T09:39:05.693Z] #14 45.32 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2 [49.1 kB] [2022-05-19T09:39:05.693Z] #14 45.32 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2 [731 kB] [2022-05-19T09:39:05.693Z] #14 45.35 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB] [2022-05-19T09:39:05.693Z] #14 45.37 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-05-19T09:39:05.693Z] #14 45.37 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1+deb11u1 [92.4 kB] [2022-05-19T09:39:05.693Z] #14 45.37 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-7 [401 kB] [2022-05-19T09:39:05.723Z] #14 45.08 Selecting previously unselected package libsystemd-dev:amd64. [2022-05-19T09:39:05.723Z] #14 45.08 Preparing to unpack .../29-libsystemd-dev_247.3-7_amd64.deb ... [2022-05-19T09:39:05.723Z] #14 45.09 Unpacking libsystemd-dev:amd64 (247.3-7) ... [2022-05-19T09:39:05.887Z] #58 28.99 Reading package lists... [2022-05-19T09:39:05.887Z] #58 ... [2022-05-19T09:39:05.887Z] [2022-05-19T09:39:05.887Z] #54 [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-05-19T09:39:05.887Z] #54 sha256:64f45ab858eeef59fd7b71f6ddefa43f4783e6b095c9c6c7ac7b72b27a18059b [2022-05-19T09:39:05.887Z] #54 28.75 Updating files: 65% (1422/2177) Updating files: 66% (1437/2177) Updating files: 67% (1459/2177) Updating files: 68% (1481/2177) Updating files: 69% (1503/2177) Updating files: 70% (1524/2177) Updating files: 71% (1546/2177) Updating files: 72% (1568/2177) Updating files: 73% (1590/2177) Updating files: 74% (1611/2177) Updating files: 75% (1633/2177) Updating files: 76% (1655/2177) Updating files: 77% (1677/2177) Updating files: 78% (1699/2177) Updating files: 79% (1720/2177) Updating files: 80% (1742/2177) Updating files: 81% (1764/2177) Updating files: 82% (1786/2177) Updating files: 83% (1807/2177) Updating files: 84% (1829/2177) Updating files: 85% (1851/2177) Updating files: 86% (1873/2177) Updating files: 87% (1894/2177) Updating files: 88% (1916/2177) Updating files: 89% (1938/2177) Updating files: 90% (1960/2177) Updating files: 91% (1982/2177) Updating files: 92% (2003/2177) Updating files: 93% (2025/2177) Updating files: 94% (2047/2177) Updating files: 95% (2069/2177) Updating files: 96% (2090/2177) Updating files: 97% (2112/2177) Updating files: 98% (2134/2177) Updating files: 99% (2156/2177) Updating files: 100% (2177/2177) Updating files: 100% (2177/2177), done. [2022-05-19T09:39:05.887Z] #54 29.62 + git checkout -q v2.3.0 [2022-05-19T09:39:05.887Z] #54 31.46 + 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-05-19T09:39:05.936Z] #34 ... [2022-05-19T09:39:05.936Z] [2022-05-19T09:39:05.936Z] #46 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-05-19T09:39:05.936Z] #46 sha256:205206618d4a474f9923652b99989d5716de3944ac6d6bda09aaf1d46f6d4970 [2022-05-19T09:39:05.936Z] #46 DONE 0.2s [2022-05-19T09:39:05.983Z] #14 45.36 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-05-19T09:39:05.983Z] #14 45.37 Setting up libapparmor1:amd64 (2.13.6-10) ... [2022-05-19T09:39:05.983Z] #14 45.38 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-05-19T09:39:05.983Z] #14 45.39 Setting up libsepol1-dev:amd64 (3.1-1) ... [2022-05-19T09:39:05.983Z] #14 45.41 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-05-19T09:39:05.983Z] #14 45.43 Setting up libpcre2-16-0:amd64 (10.36-2) ... [2022-05-19T09:39:05.983Z] #14 45.46 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-05-19T09:39:05.983Z] #14 45.47 Setting up libpcre2-32-0:amd64 (10.36-2) ... [2022-05-19T09:39:05.983Z] #14 45.49 Setting up libudev-dev:amd64 (247.3-7) ... [2022-05-19T09:39:05.983Z] #14 45.51 Setting up libpcre2-posix2:amd64 (10.36-2) ... [2022-05-19T09:39:05.983Z] #14 45.52 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-05-19T09:39:06.149Z] #54 ... [2022-05-19T09:39:06.149Z] [2022-05-19T09:39:06.149Z] #43 [delve 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/go-delve/delve/cmd/dlv@v1.8.1" && /build/dlv --help [2022-05-19T09:39:06.149Z] #43 sha256:03e732bcf8e9966774f0748183eb1fe6fc75b304267c47c51a6cef833e2fda40 [2022-05-19T09:39:06.149Z] #43 24.68 go: downloading github.com/russross/blackfriday/v2 v2.0.1 [2022-05-19T09:39:06.149Z] #43 24.92 go: downloading github.com/cilium/ebpf v0.7.0 [2022-05-19T09:39:06.149Z] #43 25.90 go: downloading github.com/shurcooL/sanitized_anchor_name v1.0.0 [2022-05-19T09:39:06.194Z] [2022-05-19T09:39:06.194Z] #47 [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-05-19T09:39:06.194Z] #47 sha256:64f45ab858eeef59fd7b71f6ddefa43f4783e6b095c9c6c7ac7b72b27a18059b [2022-05-19T09:39:06.194Z] #47 ... [2022-05-19T09:39:06.194Z] [2022-05-19T09:39:06.194Z] #50 [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-05-19T09:39:06.194Z] #50 sha256:9c3b208b65a8b8fa54d9d809817a461609014ba0ebc6cb06346f719cbbe6d55b [2022-05-19T09:39:06.194Z] #50 DONE 0.6s [2022-05-19T09:39:06.246Z] #14 45.60 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-05-19T09:39:06.246Z] #14 45.61 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-05-19T09:39:06.246Z] #14 45.62 Setting up libapparmor-dev:amd64 (2.13.6-10) ... [2022-05-19T09:39:06.246Z] #14 45.68 Setting up mingw-w64-common (8.0.0-1) ... [2022-05-19T09:39:06.246Z] #14 45.68 Setting up libsystemd-dev:amd64 (247.3-7) ... [2022-05-19T09:39:06.246Z] #14 45.68 Setting up mingw-w64-x86-64-dev (8.0.0-1) ... [2022-05-19T09:39:06.246Z] #14 45.68 Setting up libpcre2-dev:amd64 (10.36-2) ... [2022-05-19T09:39:06.246Z] #14 45.70 Setting up libselinux1-dev:amd64 (3.1-3) ... [2022-05-19T09:39:06.246Z] #14 45.71 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-05-19T09:39:06.246Z] #14 45.72 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-05-19T09:39:06.246Z] #14 45.74 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-05-19T09:39:06.246Z] #14 45.76 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-05-19T09:39:06.246Z] #14 45.78 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-05-19T09:39:06.246Z] #14 45.85 Setting up binutils-mingw-w64 (2.35-2+8.11) ... [2022-05-19T09:39:06.457Z] [2022-05-19T09:39:06.457Z] #66 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2022-05-19T09:39:06.457Z] #66 sha256:356d6471fa2309ec94ebd3b4d7db984891495662fdff88c8f2bc39ce24add827 [2022-05-19T09:39:06.457Z] #66 DONE 0.7s [2022-05-19T09:39:06.457Z] [2022-05-19T09:39:06.457Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-05-19T09:39:06.457Z] #25 sha256:8cf2bf339aa5a0451bfc3d74a4b3476c2b1b9034fb7afd7dd7a60ecbffdac6e6 [2022-05-19T09:39:06.457Z] #25 DONE 0.7s [2022-05-19T09:39:06.457Z] [2022-05-19T09:39:06.457Z] #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-05-19T09:39:06.457Z] #26 sha256:5e7a19cc9a2d9692d647d4da6f6e26893cd328074fa5c512c13a71fafb30c266 [2022-05-19T09:39:06.507Z] #14 45.86 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-05-19T09:39:06.507Z] #14 45.87 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-05-19T09:39:06.507Z] #14 45.89 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-05-19T09:39:06.507Z] #14 45.94 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-05-19T09:39:06.507Z] #14 46.01 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-05-19T09:39:06.507Z] #14 46.04 Setting up dmsetup (2:1.02.175-2.1) ... [2022-05-19T09:39:06.507Z] #14 46.09 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-05-19T09:39:06.522Z] b111c3320c94: Verifying Checksum [2022-05-19T09:39:06.522Z] b111c3320c94: Download complete [2022-05-19T09:39:06.767Z] #14 46.12 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-05-19T09:39:06.767Z] #14 46.14 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-05-19T09:39:07.075Z] #14 46.73 debconf: delaying package configuration, since apt-utils is not installed [2022-05-19T09:39:07.335Z] #14 47.00 Fetched 115 MB in 7s (15.3 MB/s) [2022-05-19T09:39:07.335Z] #14 47.04 Selecting previously unselected package binutils-mingw-w64-i686. [2022-05-19T09:39:07.338Z] #14 DONE 46.6s [2022-05-19T09:39:07.338Z] [2022-05-19T09:39:07.338Z] #59 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2022-05-19T09:39:07.338Z] #59 sha256:de70a1fc1993e154bf100d52bcf6646fc38a591eef5323eef45bf8d4953be594 [2022-05-19T09:39:07.338Z] #59 DONE 0.2s [2022-05-19T09:39:07.338Z] [2022-05-19T09:39:07.338Z] #60 [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-05-19T09:39:07.338Z] #60 sha256:185c5de8a4734a95192f22034548ab69f116c6d6c8810f2a047e66cf7cd693a7 [2022-05-19T09:39:07.539Z] #43 ... [2022-05-19T09:39:07.539Z] [2022-05-19T09:39:07.539Z] #58 [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-05-19T09:39:07.539Z] #58 sha256:342483109da9e364b7fdcd69e8e1164284be91eccb939cddedcef7fc7f7424b9 [2022-05-19T09:39:07.539Z] #58 28.99 Reading package lists... [2022-05-19T09:39:07.594Z] #14 47.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-05-19T09:39:07.594Z] #14 47.20 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ... [2022-05-19T09:39:07.594Z] #14 47.20 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-05-19T09:39:08.278Z] #60 1.077 + RM_GOPATH=0 [2022-05-19T09:39:08.278Z] #60 1.077 + TMP_GOPATH= [2022-05-19T09:39:08.278Z] #60 1.077 + : /build [2022-05-19T09:39:08.278Z] #60 1.077 + '[' -z '' ']' [2022-05-19T09:39:08.278Z] #60 1.077 ++ mktemp -d [2022-05-19T09:39:08.278Z] #60 1.077 + export GOPATH=/tmp/tmp.nEQeZaUbsB [2022-05-19T09:39:08.278Z] #60 1.077 + GOPATH=/tmp/tmp.nEQeZaUbsB [2022-05-19T09:39:08.278Z] #60 1.077 + RM_GOPATH=1 [2022-05-19T09:39:08.278Z] #60 1.077 + case "$(go env GOARCH)" in [2022-05-19T09:39:08.278Z] #60 1.081 ++ go env GOARCH [2022-05-19T09:39:08.278Z] #60 1.093 + export GO_BUILDMODE=-buildmode=pie [2022-05-19T09:39:08.278Z] #60 1.093 + GO_BUILDMODE=-buildmode=pie [2022-05-19T09:39:08.278Z] #60 1.093 ++ dirname /install.sh [2022-05-19T09:39:08.278Z] #60 1.094 + dir=/ [2022-05-19T09:39:08.278Z] #60 1.094 + bin=runc [2022-05-19T09:39:08.278Z] #60 1.094 + shift [2022-05-19T09:39:08.278Z] #60 1.094 + '[' '!' -f //runc.installer ']' [2022-05-19T09:39:08.278Z] #60 1.094 + . //runc.installer [2022-05-19T09:39:08.278Z] #60 1.094 ++ set -e [2022-05-19T09:39:08.278Z] #60 1.094 ++ : v1.1.2 [2022-05-19T09:39:08.278Z] #60 1.094 + install_runc [2022-05-19T09:39:08.278Z] #60 1.094 + RUNC_BUILDTAGS=seccomp [2022-05-19T09:39:08.278Z] #60 1.094 + echo 'Install runc version v1.1.2 (build tags: seccomp)' [2022-05-19T09:39:08.278Z] #60 1.094 Install runc version v1.1.2 (build tags: seccomp) [2022-05-19T09:39:08.278Z] #60 1.096 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.nEQeZaUbsB/src/github.com/opencontainers/runc [2022-05-19T09:39:08.539Z] #60 1.104 Cloning into '/tmp/tmp.nEQeZaUbsB/src/github.com/opencontainers/runc'... [2022-05-19T09:39:08.930Z] #58 35.66 Building dependency tree... [2022-05-19T09:39:09.113Z] #60 ... [2022-05-19T09:39:09.114Z] [2022-05-19T09:39:09.114Z] #15 [dev-systemd-false 1/26] RUN groupadd -r docker [2022-05-19T09:39:09.114Z] #15 sha256:5618e4bb799bd7b247352671f33a4cc5b489c74a82e0851dc8cca1bf489969ae [2022-05-19T09:39:09.114Z] #15 DONE 1.8s [2022-05-19T09:39:09.114Z] [2022-05-19T09:39:09.114Z] #16 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2022-05-19T09:39:09.114Z] #16 sha256:ffb1413ff9befb817334db5e6e73cce1dea1288dfe26ae95387462cec9dcb4d2 [2022-05-19T09:39:10.055Z] #16 DONE 1.3s [2022-05-19T09:39:10.055Z] [2022-05-19T09:39:10.055Z] #55 [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-05-19T09:39:10.055Z] #55 sha256:5057fea76c4566561f2fcd443fa7f0c66715a304331185cc70a563f6efd078dd [2022-05-19T09:39:10.136Z] #14 49.63 Selecting previously unselected package binutils-mingw-w64-x86-64. [2022-05-19T09:39:10.136Z] #14 49.63 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ... [2022-05-19T09:39:10.136Z] #14 49.66 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-05-19T09:39:10.324Z] #55 ... [2022-05-19T09:39:10.324Z] [2022-05-19T09:39:10.324Z] #17 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-05-19T09:39:10.324Z] #17 sha256:3a65ff1536019f53bb5ff65aa587c9564dbb5ae3b738771386d7d19eaec6e2fc [2022-05-19T09:39:11.073Z] #14 ... [2022-05-19T09:39:11.073Z] [2022-05-19T09:39:11.073Z] #51 [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-05-19T09:39:11.073Z] #51 sha256:342483109da9e364b7fdcd69e8e1164284be91eccb939cddedcef7fc7f7424b9 [2022-05-19T09:39:11.073Z] #51 44.32 Selecting previously unselected package python3-six. [2022-05-19T09:39:11.073Z] #51 44.35 Preparing to unpack .../2-python3-six_1.16.0-2_all.deb ... [2022-05-19T09:39:11.073Z] #51 44.35 Unpacking python3-six (1.16.0-2) ... [2022-05-19T09:39:11.073Z] #51 44.57 Selecting previously unselected package python3-protobuf. [2022-05-19T09:39:11.073Z] #51 44.57 Preparing to unpack .../3-python3-protobuf_3.12.4-1_amd64.deb ... [2022-05-19T09:39:11.073Z] #51 44.57 Unpacking python3-protobuf (3.12.4-1) ... [2022-05-19T09:39:11.073Z] #51 45.00 Selecting previously unselected package libnet1:amd64. [2022-05-19T09:39:11.073Z] #51 45.00 Preparing to unpack .../4-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-05-19T09:39:11.073Z] #51 45.01 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-05-19T09:39:11.073Z] #51 45.11 Selecting previously unselected package libnl-3-200:amd64. [2022-05-19T09:39:11.073Z] #51 45.11 Preparing to unpack .../5-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-05-19T09:39:11.073Z] #51 45.11 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-05-19T09:39:11.073Z] #51 45.27 Selecting previously unselected package libprotobuf-c1:amd64. [2022-05-19T09:39:11.073Z] #51 45.27 Preparing to unpack .../6-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-05-19T09:39:11.073Z] #51 45.27 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-05-19T09:39:11.073Z] #51 45.41 Selecting previously unselected package criu. [2022-05-19T09:39:11.073Z] #51 45.41 Preparing to unpack .../7-criu_3.17-1_amd64.deb ... [2022-05-19T09:39:11.073Z] #51 45.46 Unpacking criu (3.17-1) ... [2022-05-19T09:39:11.073Z] #51 46.37 Setting up python3-pkg-resources (52.0.0-4) ... [2022-05-19T09:39:11.073Z] #51 48.12 Setting up libprotobuf23:amd64 (3.12.4-1) ... [2022-05-19T09:39:11.073Z] #51 48.12 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-05-19T09:39:11.073Z] #51 48.12 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-05-19T09:39:11.073Z] #51 48.12 Setting up python3-six (1.16.0-2) ... [2022-05-19T09:39:11.073Z] #51 49.38 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-05-19T09:39:11.073Z] #51 49.41 Setting up python3-protobuf (3.12.4-1) ... [2022-05-19T09:39:11.271Z] #17 1.033 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2022-05-19T09:39:11.531Z] #17 DONE 1.2s [2022-05-19T09:39:11.531Z] [2022-05-19T09:39:11.531Z] #18 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-05-19T09:39:11.531Z] #18 sha256:3dbe2b244d0925ee575a019a4178e7ab4a0ee630efc0fa5d4368f6e6a54b6456 [2022-05-19T09:39:11.773Z] DEBUG: print all environment variables to check how Jenkins runs this script [2022-05-19T09:39:11.773Z] C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-7e7557be\powershellScript.ps1'; exit $LASTEXITCODE; [2022-05-19T09:39:11.773Z] ---------------------------------------------------------------------------- [2022-05-19T09:39:12.019Z] #51 ... [2022-05-19T09:39:12.019Z] [2022-05-19T09:39:12.019Z] #42 [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-05-19T09:39:12.019Z] #42 sha256:635aa174200b74209cbd6c68b0f12f60f2a29d9649aa3089dbc629ac5ed19ba4 [2022-05-19T09:39:12.019Z] #42 44.77 Selecting previously unselected package libxml2:amd64. [2022-05-19T09:39:12.019Z] #42 44.79 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7+deb11u1_amd64.deb ... [2022-05-19T09:39:12.019Z] #42 44.84 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7+deb11u1) ... [2022-05-19T09:39:12.019Z] #42 45.47 Selecting previously unselected package libarchive13:amd64. [2022-05-19T09:39:12.019Z] #42 45.47 Preparing to unpack .../5-libarchive13_3.4.3-2+deb11u1_amd64.deb ... [2022-05-19T09:39:12.019Z] #42 45.47 Unpacking libarchive13:amd64 (3.4.3-2+deb11u1) ... [2022-05-19T09:39:12.019Z] #42 45.94 Selecting previously unselected package libjsoncpp24:amd64. [2022-05-19T09:39:12.019Z] #42 45.94 Preparing to unpack .../6-libjsoncpp24_1.9.4-4_amd64.deb ... [2022-05-19T09:39:12.019Z] #42 45.97 Unpacking libjsoncpp24:amd64 (1.9.4-4) ... [2022-05-19T09:39:12.019Z] #42 46.19 Selecting previously unselected package librhash0:amd64. [2022-05-19T09:39:12.019Z] #42 46.19 Preparing to unpack .../7-librhash0_1.4.1-2_amd64.deb ... [2022-05-19T09:39:12.019Z] #42 46.19 Unpacking librhash0:amd64 (1.4.1-2) ... [2022-05-19T09:39:12.019Z] #42 46.36 Selecting previously unselected package libuv1:amd64. [2022-05-19T09:39:12.019Z] #42 46.40 Preparing to unpack .../8-libuv1_1.40.0-2_amd64.deb ... [2022-05-19T09:39:12.019Z] #42 46.43 Unpacking libuv1:amd64 (1.40.0-2) ... [2022-05-19T09:39:12.019Z] #42 46.72 Selecting previously unselected package cmake. [2022-05-19T09:39:12.019Z] #42 46.72 Preparing to unpack .../9-cmake_3.18.4-2+deb11u1_amd64.deb ... [2022-05-19T09:39:12.019Z] #42 46.72 Unpacking cmake (3.18.4-2+deb11u1) ... [2022-05-19T09:39:12.019Z] #42 51.14 Setting up libicu67:amd64 (67.1-7) ... [2022-05-19T09:39:12.019Z] #42 51.16 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-05-19T09:39:12.019Z] #42 51.18 Setting up libuv1:amd64 (1.40.0-2) ... [2022-05-19T09:39:12.019Z] #42 51.19 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-05-19T09:39:12.019Z] #42 51.26 Setting up libjsoncpp24:amd64 (1.9.4-4) ... [2022-05-19T09:39:12.019Z] #42 51.29 Setting up librhash0:amd64 (1.4.1-2) ... [2022-05-19T09:39:12.019Z] #42 51.33 Setting up cmake-data (3.18.4-2+deb11u1) ... [2022-05-19T09:39:12.019Z] #42 51.34 Setting up libxml2:amd64 (2.9.10+dfsg-6.7+deb11u1) ... [2022-05-19T09:39:12.019Z] #42 51.39 Setting up libarchive13:amd64 (3.4.3-2+deb11u1) ... [2022-05-19T09:39:12.019Z] #42 51.40 Setting up cmake (3.18.4-2+deb11u1) ... [2022-05-19T09:39:12.019Z] #42 51.42 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-05-19T09:39:12.230Z] [2022-05-19T09:39:12.230Z] INFO: executeCI.ps1 starting at Thu May 19 09:39:11 CUT 2022 [2022-05-19T09:39:12.230Z] [2022-05-19T09:39:12.230Z] INFO: Script version 05-Feb-2019 09:03 PDT [2022-05-19T09:39:12.230Z] INFO: Running git version 2.24.1.windows.2 [2022-05-19T09:39:12.230Z] INFO: Branch:fe_release Build:20348.1.210507-1500 [2022-05-19T09:39:12.230Z] INFO: Environment variables: [2022-05-19T09:39:12.239Z] #58 40.41 The following additional packages will be installed: [2022-05-19T09:39:12.239Z] #58 40.42 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-05-19T09:39:12.239Z] #58 40.43 python3-protobuf python3-six [2022-05-19T09:39:12.239Z] #58 40.44 Suggested packages: [2022-05-19T09:39:12.239Z] #58 40.46 python3-setuptools [2022-05-19T09:39:12.239Z] #58 40.46 Recommended packages: [2022-05-19T09:39:12.239Z] #58 40.47 iproute2 | iproute [2022-05-19T09:39:12.687Z] [2022-05-19T09:39:12.687Z] Name Value [2022-05-19T09:39:12.687Z] ---- ----- [2022-05-19T09:39:12.687Z] ALLUSERSPROFILE C:\ProgramData [2022-05-19T09:39:12.687Z] amd64 true [2022-05-19T09:39:12.687Z] APPDATA C:\Windows\system32\config\systemprofile\AppData\Roaming [2022-05-19T09:39:12.687Z] APT_MIRROR cdn-fastly.deb.debian.org [2022-05-19T09:39:12.687Z] arm64 true [2022-05-19T09:39:12.687Z] AZURE_GUEST_AGENT_EXTENSION... C:\Packages\Plugins\Microsoft.Compute.CustomScriptExtension\1.10.12 [2022-05-19T09:39:12.687Z] AZURE_GUEST_AGENT_EXTENSION... [{"Key":"ExtensionTelemetryPipeline","Value":"1.0"}] [2022-05-19T09:39:12.687Z] AZURE_GUEST_AGENT_EXTENSION... 1.10.12 [2022-05-19T09:39:12.687Z] AZURE_GUEST_AGENT_UNINSTALL... NOT_RUN [2022-05-19T09:39:12.687Z] AZURE_GUEST_AGENT_WIRE_PROT... 168.63.129.16 [2022-05-19T09:39:12.687Z] BRANCH_NAME PR-43557 [2022-05-19T09:39:12.687Z] BUILD_DISPLAY_NAME #8 [2022-05-19T09:39:12.687Z] BUILD_ID 8 [2022-05-19T09:39:12.687Z] BUILD_NUMBER 8 [2022-05-19T09:39:12.687Z] BUILD_TAG jenkins-moby-PR-43557-8 [2022-05-19T09:39:12.687Z] BUILD_URL https://ci-next.docker.com/public/job/moby/job/PR-43557/8/ [2022-05-19T09:39:12.687Z] cgroup2 true [2022-05-19T09:39:12.687Z] CHANGE_AUTHOR neersighted [2022-05-19T09:39:12.687Z] CHANGE_AUTHOR_DISPLAY_NAME Bjorn Neergaard [2022-05-19T09:39:12.687Z] CHANGE_AUTHOR_EMAIL bjorn@neersighted.com [2022-05-19T09:39:12.687Z] CHANGE_BRANCH overlay2-report-metacopy [2022-05-19T09:39:12.687Z] CHANGE_FORK neersighted [2022-05-19T09:39:12.687Z] CHANGE_ID 43557 [2022-05-19T09:39:12.687Z] CHANGE_TARGET master [2022-05-19T09:39:12.687Z] CHANGE_TITLE [v2] overlay2: test for and report metacopy status [2022-05-19T09:39:12.687Z] CHANGE_URL https://github.com/moby/moby/pull/43557 [2022-05-19T09:39:12.687Z] CHECK_CONFIG_COMMIT 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-05-19T09:39:12.687Z] CommonProgramFiles C:\Program Files\Common Files [2022-05-19T09:39:12.687Z] CommonProgramFiles(x86) C:\Program Files (x86)\Common Files [2022-05-19T09:39:12.687Z] CommonProgramW6432 C:\Program Files\Common Files [2022-05-19T09:39:12.687Z] COMPUTERNAME azwin-2-fae700 [2022-05-19T09:39:12.687Z] ComSpec C:\Windows\system32\cmd.exe [2022-05-19T09:39:12.687Z] ConfigSequenceNumber 0 [2022-05-19T09:39:12.687Z] dco true [2022-05-19T09:39:12.687Z] DOCKER_BUILDKIT 0 [2022-05-19T09:39:12.687Z] DOCKER_DUT_DEBUG 1 [2022-05-19T09:39:12.687Z] DOCKER_EXPERIMENTAL 1 [2022-05-19T09:39:12.687Z] DOCKER_GRAPHDRIVER overlay2 [2022-05-19T09:39:12.687Z] DOCKER_WINDOWS_CONTAINERD_R... 1 [2022-05-19T09:39:12.687Z] DriverData C:\Windows\System32\Drivers\DriverData [2022-05-19T09:39:12.687Z] EXECUTOR_NUMBER 0 [2022-05-19T09:39:12.687Z] FQDN azwin-2-fae700.westus.cloudapp.azure.com [2022-05-19T09:39:12.687Z] GIT_BRANCH PR-43557 [2022-05-19T09:39:12.687Z] GIT_COMMIT b0d5c291563be965cf2b339a023a6e13de8311a5 [2022-05-19T09:39:12.687Z] GIT_PREVIOUS_COMMIT 066cb30e238872509bb7f481de7932c8d47ced67 [2022-05-19T09:39:12.687Z] GIT_PREVIOUS_SUCCESSFUL_COMMIT c50e72e5121b88b102cd6264b999ee0af3551aa6 [2022-05-19T09:39:12.687Z] GIT_URL https://github.com/moby/moby.git [2022-05-19T09:39:12.687Z] HUDSON_COOKIE 659f83be-a0cf-4896-8327-8e5a3c71f9ba [2022-05-19T09:39:12.687Z] HUDSON_HOME /var/cloudbees-jenkins-distribution [2022-05-19T09:39:12.687Z] HUDSON_SERVER_COOKIE aaf6decb76ababb5 [2022-05-19T09:39:12.687Z] HUDSON_URL https://ci-next.docker.com/public/ [2022-05-19T09:39:12.687Z] JAVA_HOME C:\java-1.8.0-openjdk-1.8.0.302-1.b08.ojdkbuild.windows.x86_64 [2022-05-19T09:39:12.687Z] JENKINS_HOME /var/cloudbees-jenkins-distribution [2022-05-19T09:39:12.687Z] JENKINS_NODE_COOKIE 68428c0a-d2ad-4d58-a81d-bb5b8cc57804 [2022-05-19T09:39:12.687Z] JENKINS_SERVER_COOKIE durable-2f56e31ca5b2498536d5dc93c29eccaf [2022-05-19T09:39:12.687Z] JENKINS_URL https://ci-next.docker.com/public/ [2022-05-19T09:39:12.687Z] JOB_BASE_NAME PR-43557 [2022-05-19T09:39:12.687Z] JOB_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43557/display/redirect [2022-05-19T09:39:12.687Z] JOB_NAME moby/PR-43557 [2022-05-19T09:39:12.687Z] JOB_URL https://ci-next.docker.com/public/job/moby/job/PR-43557/ [2022-05-19T09:39:12.687Z] library.jps.version master [2022-05-19T09:39:12.687Z] LOCALAPPDATA C:\Windows\system32\config\systemprofile\AppData\Local [2022-05-19T09:39:12.687Z] NODE_LABELS amd64 azure azwin-2-fae700 azwin-2022 docker west-us windows windows-2022 x86_64 [2022-05-19T09:39:12.687Z] NODE_NAME azwin-2-fae700 [2022-05-19T09:39:12.687Z] NUMBER_OF_PROCESSORS 4 [2022-05-19T09:39:12.688Z] OS Windows_NT [2022-05-19T09:39:12.688Z] Path C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPo... [2022-05-19T09:39:12.688Z] PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL [2022-05-19T09:39:12.688Z] ppc64le false [2022-05-19T09:39:12.688Z] PROCESSOR_ARCHITECTURE AMD64 [2022-05-19T09:39:12.688Z] PROCESSOR_IDENTIFIER Intel64 Family 6 Model 79 Stepping 1, GenuineIntel [2022-05-19T09:39:12.688Z] PROCESSOR_LEVEL 6 [2022-05-19T09:39:12.688Z] PROCESSOR_REVISION 4f01 [2022-05-19T09:39:12.688Z] ProgramData C:\ProgramData [2022-05-19T09:39:12.688Z] ProgramFiles C:\Program Files [2022-05-19T09:39:12.688Z] ProgramFiles(x86) C:\Program Files (x86) [2022-05-19T09:39:12.688Z] ProgramW6432 C:\Program Files [2022-05-19T09:39:12.688Z] PROMPT $P$G [2022-05-19T09:39:12.688Z] PSExecutionPolicyPreference Bypass [2022-05-19T09:39:12.688Z] PSModulePath WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\Windows\syste... [2022-05-19T09:39:12.688Z] PUBLIC C:\Users\Public [2022-05-19T09:39:12.688Z] rootless true [2022-05-19T09:39:12.688Z] RUN_ARTIFACTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43557/8/display/redirect?page=artif... [2022-05-19T09:39:12.688Z] RUN_CHANGES_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43557/8/display/redirect?page=changes [2022-05-19T09:39:12.688Z] RUN_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43557/8/display/redirect [2022-05-19T09:39:12.688Z] RUN_TESTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43557/8/display/redirect?page=tests [2022-05-19T09:39:12.688Z] s390x false [2022-05-19T09:39:12.688Z] SKIP_VALIDATION_TESTS 1 [2022-05-19T09:39:12.688Z] SOURCES_DRIVE d [2022-05-19T09:39:12.688Z] SOURCES_SUBDIR gopath [2022-05-19T09:39:12.688Z] STAGE_NAME Run tests [2022-05-19T09:39:12.688Z] SystemDrive C: [2022-05-19T09:39:12.688Z] SystemRoot C:\Windows [2022-05-19T09:39:12.688Z] TEMP C:\Windows\TEMP [2022-05-19T09:39:12.688Z] TESTDEBUG 0 [2022-05-19T09:39:12.688Z] TESTRUN_DRIVE d [2022-05-19T09:39:12.688Z] TESTRUN_SUBDIR CI [2022-05-19T09:39:12.688Z] TIMEOUT 120m [2022-05-19T09:39:12.688Z] TMP C:\Windows\TEMP [2022-05-19T09:39:12.688Z] unit_validate true [2022-05-19T09:39:12.688Z] USERDOMAIN WORKGROUP [2022-05-19T09:39:12.688Z] USERNAME azwin-2-fae700$ [2022-05-19T09:39:12.688Z] USERPROFILE C:\Windows\system32\config\systemprofile [2022-05-19T09:39:12.688Z] validate_force false [2022-05-19T09:39:12.688Z] windir C:\Windows [2022-05-19T09:39:12.688Z] WINDOWS_BASE_IMAGE mcr.microsoft.com/windows/servercore [2022-05-19T09:39:12.688Z] WINDOWS_BASE_IMAGE_TAG ltsc2022 [2022-05-19T09:39:12.688Z] windows2022 true [2022-05-19T09:39:12.688Z] windows2022containerd true [2022-05-19T09:39:12.688Z] windowsRS5 true [2022-05-19T09:39:12.688Z] WORKSPACE d:\gopath\src\github.com\docker\docker [2022-05-19T09:39:12.688Z] WORKSPACE_TMP d:\gopath\src\github.com\docker\docker@tmp [2022-05-19T09:39:12.688Z] [2022-05-19T09:39:12.688Z] [2022-05-19T09:39:12.688Z] [2022-05-19T09:39:12.812Z] #58 41.25 The following NEW packages will be installed: [2022-05-19T09:39:12.812Z] #58 41.25 criu libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-05-19T09:39:12.812Z] #58 41.28 python3-protobuf python3-six [2022-05-19T09:39:12.914Z] #18 DONE 1.2s [2022-05-19T09:39:12.914Z] [2022-05-19T09:39:12.914Z] #19 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-05-19T09:39:12.914Z] #19 sha256:52d95bac1dfa5f51e05925d7925c8c5be1d9110c2f7f387a726e07141e918b21 [2022-05-19T09:39:12.958Z] #42 ... [2022-05-19T09:39:12.958Z] [2022-05-19T09:39:12.958Z] #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-05-19T09:39:12.958Z] #14 sha256:ad430aa4634b833e1f6147f42e8232eb8136a1b47ba188feff5f14c8911b4227 [2022-05-19T09:39:12.958Z] #14 52.66 Selecting previously unselected package binutils-mingw-w64. [2022-05-19T09:39:12.958Z] #14 52.66 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ... [2022-05-19T09:39:13.011Z] #26 ... [2022-05-19T09:39:13.011Z] [2022-05-19T09:39:13.011Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-05-19T09:39:13.011Z] #14 sha256:ad430aa4634b833e1f6147f42e8232eb8136a1b47ba188feff5f14c8911b4227 [2022-05-19T09:39:13.011Z] #14 5.093 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-05-19T09:39:13.011Z] #14 5.098 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-05-19T09:39:13.011Z] #14 5.098 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-05-19T09:39:13.011Z] #14 5.341 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-05-19T09:39:13.011Z] #14 5.893 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [146 kB] [2022-05-19T09:39:13.011Z] #14 ... [2022-05-19T09:39:13.011Z] [2022-05-19T09:39:13.012Z] #47 [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-05-19T09:39:13.012Z] #47 sha256:64f45ab858eeef59fd7b71f6ddefa43f4783e6b095c9c6c7ac7b72b27a18059b [2022-05-19T09:39:13.012Z] #47 5.934 + git clone https://github.com/docker/distribution.git . [2022-05-19T09:39:13.012Z] #47 5.934 Cloning into '.'... [2022-05-19T09:39:13.222Z] #14 ... [2022-05-19T09:39:13.223Z] [2022-05-19T09:39:13.223Z] #42 [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-05-19T09:39:13.223Z] #42 sha256:635aa174200b74209cbd6c68b0f12f60f2a29d9649aa3089dbc629ac5ed19ba4 [2022-05-19T09:39:13.223Z] #42 DONE 52.8s [2022-05-19T09:39:13.223Z] [2022-05-19T09:39:13.223Z] #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-05-19T09:39:13.223Z] #14 sha256:ad430aa4634b833e1f6147f42e8232eb8136a1b47ba188feff5f14c8911b4227 [2022-05-19T09:39:13.223Z] #14 52.74 Unpacking binutils-mingw-w64 (2.35-2+8.11) ... [2022-05-19T09:39:13.223Z] #14 52.91 Selecting previously unselected package libdevmapper1.02.1:amd64. [2022-05-19T09:39:13.223Z] #14 52.92 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-05-19T09:39:13.223Z] #14 52.92 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-05-19T09:39:13.388Z] #58 41.78 0 upgraded, 8 newly installed, 0 to remove and 2 not upgraded. [2022-05-19T09:39:13.388Z] #58 41.78 Need to get 2314 kB of archives. [2022-05-19T09:39:13.388Z] #58 41.78 After this operation, 11.1 MB of additional disk space will be used. [2022-05-19T09:39:13.388Z] #58 41.78 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf23 amd64 3.12.4-1 [892 kB] [2022-05-19T09:39:13.389Z] #58 41.81 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-05-19T09:39:13.389Z] #58 41.82 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-six all 1.16.0-2 [17.5 kB] [2022-05-19T09:39:13.389Z] #58 41.83 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-protobuf amd64 3.12.4-1 [382 kB] [2022-05-19T09:39:13.389Z] #58 41.85 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2022-05-19T09:39:13.389Z] #58 41.86 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-05-19T09:39:13.389Z] #58 41.86 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB] [2022-05-19T09:39:13.483Z] #14 53.13 Selecting previously unselected package dmsetup. [2022-05-19T09:39:13.483Z] #14 53.13 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ... [2022-05-19T09:39:13.483Z] #14 ... [2022-05-19T09:39:13.483Z] [2022-05-19T09:39:13.483Z] #43 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2022-05-19T09:39:13.483Z] #43 sha256:16444d01978ad1f57549db331c5669f730ef8e733470a4f70ab6e6b0e7764f29 [2022-05-19T09:39:13.483Z] #43 DONE 0.3s [2022-05-19T09:39:13.483Z] [2022-05-19T09:39:13.483Z] #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-05-19T09:39:13.483Z] #14 sha256:ad430aa4634b833e1f6147f42e8232eb8136a1b47ba188feff5f14c8911b4227 [2022-05-19T09:39:13.483Z] #14 53.15 Unpacking dmsetup (2:1.02.175-2.1) ... [2022-05-19T09:39:13.744Z] #14 53.32 Selecting previously unselected package mingw-w64-common. [2022-05-19T09:39:13.744Z] #14 53.34 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ... [2022-05-19T09:39:13.744Z] #14 53.34 Unpacking mingw-w64-common (8.0.0-1) ... [2022-05-19T09:39:13.744Z] #14 ... [2022-05-19T09:39:13.744Z] [2022-05-19T09:39:13.744Z] #55 [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-05-19T09:39:13.744Z] #55 sha256:5057fea76c4566561f2fcd443fa7f0c66715a304331185cc70a563f6efd078dd [2022-05-19T09:39:13.744Z] #55 43.53 go: downloading mvdan.cc/gofumpt v0.2.1 [2022-05-19T09:39:13.744Z] #55 43.54 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2022-05-19T09:39:13.744Z] #55 43.61 go: downloading mvdan.cc/unparam v0.0.0-20211214103731-d0ef000c54e5 [2022-05-19T09:39:13.744Z] #55 43.69 go: downloading github.com/davecgh/go-spew v1.1.1 [2022-05-19T09:39:13.744Z] #55 43.72 go: downloading github.com/pmezard/go-difflib v1.0.0 [2022-05-19T09:39:13.744Z] #55 43.76 go: downloading github.com/stretchr/objx v0.1.1 [2022-05-19T09:39:13.744Z] #55 43.81 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2022-05-19T09:39:13.744Z] #55 43.85 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2022-05-19T09:39:13.744Z] #55 43.85 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2022-05-19T09:39:13.744Z] #55 43.91 go: downloading github.com/go-toolsmith/astequal v1.0.1 [2022-05-19T09:39:13.744Z] #55 43.91 go: downloading github.com/go-toolsmith/astp v1.0.0 [2022-05-19T09:39:13.744Z] #55 43.93 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2022-05-19T09:39:13.744Z] #55 43.93 go: downloading github.com/go-toolsmith/typep v1.0.2 [2022-05-19T09:39:13.744Z] #55 43.93 go: downloading github.com/quasilyte/go-ruleguard v0.3.15 [2022-05-19T09:39:13.744Z] #55 43.93 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95 [2022-05-19T09:39:13.744Z] #55 44.08 go: downloading golang.org/x/text v0.3.7 [2022-05-19T09:39:13.745Z] #55 50.38 go: downloading github.com/hashicorp/hcl v1.0.0 [2022-05-19T09:39:13.745Z] #55 50.50 go: downloading github.com/pelletier/go-toml v1.9.4 [2022-05-19T09:39:13.745Z] #55 50.50 go: downloading github.com/gobwas/glob v0.2.3 [2022-05-19T09:39:13.745Z] #55 50.53 go: downloading github.com/kisielk/gotool v1.0.0 [2022-05-19T09:39:13.745Z] #55 50.57 go: downloading github.com/gostaticanalysis/comment v1.4.2 [2022-05-19T09:39:13.745Z] #55 50.63 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1 [2022-05-19T09:39:13.745Z] #55 50.67 go: downloading golang.org/x/mod v0.5.1 [2022-05-19T09:39:13.745Z] #55 50.69 go: downloading github.com/ettle/strcase v0.1.1 [2022-05-19T09:39:13.745Z] #55 50.81 go: downloading github.com/fatih/structtag v1.2.0 [2022-05-19T09:39:13.745Z] #55 50.84 go: downloading github.com/Masterminds/semver v1.5.0 [2022-05-19T09:39:13.745Z] #55 50.92 go: downloading github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d [2022-05-19T09:39:13.745Z] #55 50.94 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354 [2022-05-19T09:39:13.745Z] #55 51.01 go: downloading github.com/prometheus/client_golang v1.7.1 [2022-05-19T09:39:13.745Z] #55 51.50 go: downloading github.com/prometheus/client_model v0.2.0 [2022-05-19T09:39:13.745Z] #55 51.56 go: downloading github.com/google/go-cmp v0.5.6 [2022-05-19T09:39:13.745Z] #55 51.84 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2022-05-19T09:39:13.745Z] #55 51.94 go: downloading github.com/quasilyte/gogrep v0.0.0-20220103110004-ffaa07af02e3 [2022-05-19T09:39:13.745Z] #55 52.04 go: downloading github.com/chavacava/garif v0.0.0-20210405164556-e8a0a408d6af [2022-05-19T09:39:13.745Z] #55 52.06 go: downloading github.com/olekukonko/tablewriter v0.0.5 [2022-05-19T09:39:13.745Z] #55 52.14 go: downloading github.com/beorn7/perks v1.0.1 [2022-05-19T09:39:13.745Z] #55 52.14 go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-05-19T09:39:13.745Z] #55 52.21 go: downloading github.com/golang/protobuf v1.5.2 [2022-05-19T09:39:13.745Z] #55 52.21 go: downloading github.com/cespare/xxhash v1.1.0 [2022-05-19T09:39:13.745Z] #55 52.47 go: downloading github.com/prometheus/common v0.10.0 [2022-05-19T09:39:13.745Z] #55 52.86 go: downloading github.com/prometheus/procfs v0.6.0 [2022-05-19T09:39:13.745Z] #55 52.92 go: downloading github.com/mattn/go-runewidth v0.0.9 [2022-05-19T09:39:13.745Z] #55 52.99 go: downloading google.golang.org/protobuf v1.27.1 [2022-05-19T09:39:13.855Z] #19 DONE 1.1s [2022-05-19T09:39:13.855Z] [2022-05-19T09:39:13.855Z] #20 [dev-systemd-false 6/26] RUN ldconfig [2022-05-19T09:39:13.855Z] #20 sha256:3befa9fce940b1b5002a0b60b274eaf9789660bf7c4de7f653ed644d6387783f [2022-05-19T09:39:14.682Z] #55 ... [2022-05-19T09:39:14.682Z] [2022-05-19T09:39:14.682Z] #51 [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-05-19T09:39:14.682Z] #51 sha256:342483109da9e364b7fdcd69e8e1164284be91eccb939cddedcef7fc7f7424b9 [2022-05-19T09:39:14.682Z] #51 53.99 Setting up criu (3.17-1) ... [2022-05-19T09:39:14.779Z] #58 ... [2022-05-19T09:39:14.779Z] [2022-05-19T09:39:14.779Z] #64 [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-05-19T09:39:14.779Z] #64 sha256:05b451803d0e878724252e3bcc7478d20bebad3dbc9fdb0d3f630b629e0e4d15 [2022-05-19T09:39:14.779Z] #64 43.11 v3.0.2 [2022-05-19T09:39:14.866Z] INFO: Sources under d:\gopath\... [2022-05-19T09:39:14.866Z] INFO: Test run under d:\CI\... [2022-05-19T09:39:14.866Z] INFO: Running in D:\gopath\src\github.com\docker\docker [2022-05-19T09:39:14.866Z] INFO: docker/docker repository was found [2022-05-19T09:39:14.866Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2022 from docker hub. This may take some time... [2022-05-19T09:39:15.238Z] #20 DONE 1.2s [2022-05-19T09:39:15.238Z] [2022-05-19T09:39:15.238Z] #21 [dev-systemd-false 7/26] 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-05-19T09:39:15.238Z] #21 sha256:ef713e3c42802b79b6738ad6318dcf5879d5e80a074c50ee7a25f06d794342b0 [2022-05-19T09:39:15.329Z] ltsc2022: Pulling from windows/servercore [2022-05-19T09:39:15.329Z] 97f65a0ec59e: Pulling fs layer [2022-05-19T09:39:15.329Z] 12fb50a031bd: Pulling fs layer [2022-05-19T09:39:16.061Z] #51 ... [2022-05-19T09:39:16.062Z] [2022-05-19T09:39:16.062Z] #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-05-19T09:39:16.062Z] #34 sha256:c4f955ffae0a1c8967245a94aa32d654a6e15c000f626095dbb59881207e511c [2022-05-19T09:39:16.062Z] #34 45.58 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-05-19T09:39:16.062Z] #34 46.16 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c [2022-05-19T09:39:16.062Z] #34 46.54 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-05-19T09:39:16.180Z] #21 1.261 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-05-19T09:39:16.180Z] #21 1.273 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-05-19T09:39:16.180Z] #21 1.273 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-05-19T09:39:16.194Z] #64 DONE 44.8s [2022-05-19T09:39:16.194Z] [2022-05-19T09:39:16.194Z] #58 [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-05-19T09:39:16.194Z] #58 sha256:342483109da9e364b7fdcd69e8e1164284be91eccb939cddedcef7fc7f7424b9 [2022-05-19T09:39:16.194Z] #58 44.29 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 criu 3.17-1 [683 kB] [2022-05-19T09:39:16.314Z] #47 ... [2022-05-19T09:39:16.315Z] [2022-05-19T09:39:16.315Z] #42 [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-05-19T09:39:16.315Z] #42 sha256:635aa174200b74209cbd6c68b0f12f60f2a29d9649aa3089dbc629ac5ed19ba4 [2022-05-19T09:39:16.315Z] #42 6.101 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-05-19T09:39:16.315Z] #42 6.122 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-05-19T09:39:16.315Z] #42 6.122 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-05-19T09:39:16.315Z] #42 7.065 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-05-19T09:39:16.315Z] #42 ... [2022-05-19T09:39:16.315Z] [2022-05-19T09:39:16.315Z] #40 [gowinres 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/tc-hib/go-winres@v0.2.3" && /build/go-winres --help [2022-05-19T09:39:16.315Z] #40 sha256:37d08abbef240dae45f3f4b200665c464b1ec144f90a704a4db6e84ebd20377e [2022-05-19T09:39:16.315Z] #40 7.520 go: downloading github.com/tc-hib/go-winres v0.2.3 [2022-05-19T09:39:16.315Z] #40 9.067 go: downloading github.com/tc-hib/winres v0.1.5 [2022-05-19T09:39:16.315Z] #40 ... [2022-05-19T09:39:16.315Z] [2022-05-19T09:39:16.315Z] #62 [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-05-19T09:39:16.315Z] #62 sha256:0f0442301bab59ba86b1a6fc026564903c6dd8e61a9a05e8e8c1ef7f4e5ed147 [2022-05-19T09:39:16.315Z] #62 6.123 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-05-19T09:39:16.315Z] #62 6.163 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-05-19T09:39:16.315Z] #62 6.163 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-05-19T09:39:16.315Z] #62 7.265 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-05-19T09:39:16.315Z] #62 10.27 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [146 kB] [2022-05-19T09:39:16.315Z] #62 ... [2022-05-19T09:39:16.315Z] [2022-05-19T09:39:16.315Z] #55 [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-05-19T09:39:16.315Z] #55 sha256:5057fea76c4566561f2fcd443fa7f0c66715a304331185cc70a563f6efd078dd [2022-05-19T09:39:16.315Z] #55 7.902 go: downloading github.com/golangci/golangci-lint v1.44.0 [2022-05-19T09:39:16.315Z] #55 ... [2022-05-19T09:39:16.315Z] [2022-05-19T09:39:16.315Z] #36 [delve 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/go-delve/delve/cmd/dlv@v1.8.1" && /build/dlv --help [2022-05-19T09:39:16.315Z] #36 sha256:03e732bcf8e9966774f0748183eb1fe6fc75b304267c47c51a6cef833e2fda40 [2022-05-19T09:39:16.315Z] #36 7.039 go: downloading github.com/go-delve/delve v1.8.1 [2022-05-19T09:39:16.321Z] #34 ... [2022-05-19T09:39:16.321Z] [2022-05-19T09:39:16.321Z] #44 [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-05-19T09:39:16.321Z] #44 sha256:f62b1d2766978e6e53b212b892391bb7d0985101cccd6730b7ff2da716889bf5 [2022-05-19T09:39:16.321Z] #44 2.559 + RM_GOPATH=0 [2022-05-19T09:39:16.321Z] #44 2.559 + TMP_GOPATH= [2022-05-19T09:39:16.321Z] #44 2.559 + : /build [2022-05-19T09:39:16.321Z] #44 2.559 + '[' -z '' ']' [2022-05-19T09:39:16.321Z] #44 2.560 ++ mktemp -d [2022-05-19T09:39:16.321Z] #44 2.569 + export GOPATH=/tmp/tmp.qU6qVFstuA [2022-05-19T09:39:16.321Z] #44 2.569 + GOPATH=/tmp/tmp.qU6qVFstuA [2022-05-19T09:39:16.321Z] #44 2.569 + RM_GOPATH=1 [2022-05-19T09:39:16.321Z] #44 2.569 + case "$(go env GOARCH)" in [2022-05-19T09:39:16.321Z] #44 2.570 ++ go env GOARCH [2022-05-19T09:39:16.321Z] #44 2.592 + export GO_BUILDMODE=-buildmode=pie [2022-05-19T09:39:16.321Z] #44 2.592 + GO_BUILDMODE=-buildmode=pie [2022-05-19T09:39:16.321Z] #44 2.592 ++ dirname /install.sh [2022-05-19T09:39:16.321Z] #44 2.594 + dir=/ [2022-05-19T09:39:16.321Z] #44 2.594 + bin=tini [2022-05-19T09:39:16.321Z] #44 2.594 + shift [2022-05-19T09:39:16.321Z] #44 2.594 + '[' '!' -f //tini.installer ']' [2022-05-19T09:39:16.321Z] #44 2.594 + . //tini.installer [2022-05-19T09:39:16.321Z] #44 2.594 ++ : v0.19.0 [2022-05-19T09:39:16.321Z] #44 2.594 + install_tini [2022-05-19T09:39:16.321Z] #44 2.594 Install tini version v0.19.0 [2022-05-19T09:39:16.321Z] #44 2.594 + echo 'Install tini version v0.19.0' [2022-05-19T09:39:16.321Z] #44 2.594 + git clone https://github.com/krallin/tini.git /tmp/tmp.qU6qVFstuA/tini [2022-05-19T09:39:16.321Z] #44 2.599 Cloning into '/tmp/tmp.qU6qVFstuA/tini'... [2022-05-19T09:39:16.441Z] #21 1.612 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-05-19T09:39:16.573Z] #36 ... [2022-05-19T09:39:16.573Z] [2022-05-19T09:39:16.573Z] #38 [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-05-19T09:39:16.573Z] #38 sha256:ae7bed019bb497077c7cdbdc7340eefa54526eeb9cd33f3e4ff19c12132b415c [2022-05-19T09:39:16.573Z] #38 7.670 go: downloading github.com/pelletier/go-toml v1.8.1 [2022-05-19T09:39:16.573Z] #38 ... [2022-05-19T09:39:16.573Z] [2022-05-19T09:39:16.573Z] #53 [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-05-19T09:39:16.573Z] #53 sha256:c387c2119fb33abd796de8ad048d0f6e4f52f6aaf06840be566bdaa073236a61 [2022-05-19T09:39:16.573Z] #53 7.652 go: downloading gotest.tools/gotestsum v1.7.0 [2022-05-19T09:39:16.573Z] #53 10.60 go: downloading github.com/dnephin/pflag v1.0.7 [2022-05-19T09:39:16.573Z] #53 10.63 go: downloading github.com/fatih/color v1.10.0 [2022-05-19T09:39:16.831Z] #53 10.91 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-05-19T09:39:16.831Z] #53 10.99 go: downloading github.com/pkg/errors v0.9.1 [2022-05-19T09:39:16.831Z] #53 ... [2022-05-19T09:39:16.831Z] [2022-05-19T09:39:16.831Z] #51 [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-05-19T09:39:16.831Z] #51 sha256:342483109da9e364b7fdcd69e8e1164284be91eccb939cddedcef7fc7f7424b9 [2022-05-19T09:39:16.831Z] #51 6.930 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-05-19T09:39:16.831Z] #51 7.013 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-05-19T09:39:16.831Z] #51 7.017 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-05-19T09:39:16.831Z] #51 7.507 Get:4 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 InRelease [1540 B] [2022-05-19T09:39:16.831Z] #51 8.283 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-05-19T09:39:16.831Z] #51 ... [2022-05-19T09:39:16.831Z] [2022-05-19T09:39:16.831Z] #57 [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-05-19T09:39:16.831Z] #57 sha256:05b451803d0e878724252e3bcc7478d20bebad3dbc9fdb0d3f630b629e0e4d15 [2022-05-19T09:39:16.831Z] #57 7.573 go: downloading mvdan.cc/sh/v3 v3.0.2 [2022-05-19T09:39:16.831Z] #57 9.600 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2022-05-19T09:39:16.831Z] #57 9.620 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2022-05-19T09:39:16.831Z] #57 9.744 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2022-05-19T09:39:16.889Z] #44 3.377 + cd /tmp/tmp.qU6qVFstuA/tini [2022-05-19T09:39:16.889Z] #44 3.378 + git checkout -q v0.19.0 [2022-05-19T09:39:16.889Z] #44 3.399 + cmake . [2022-05-19T09:39:17.089Z] #57 ... [2022-05-19T09:39:17.090Z] [2022-05-19T09:39:17.090Z] #67 [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-05-19T09:39:17.090Z] #67 sha256:5e86a54cbb0edcf13aa1fa4ebd9761354e1f4a162b3014ec19b551ab68455576 [2022-05-19T09:39:17.090Z] #67 5.826 + RM_GOPATH=0 [2022-05-19T09:39:17.090Z] #67 5.826 + TMP_GOPATH= [2022-05-19T09:39:17.090Z] #67 5.826 + : /build [2022-05-19T09:39:17.090Z] #67 5.826 + '[' -z '' ']' [2022-05-19T09:39:17.090Z] #67 5.826 ++ mktemp -d [2022-05-19T09:39:17.090Z] #67 5.826 + export GOPATH=/tmp/tmp.mTte0zwJIs [2022-05-19T09:39:17.090Z] #67 5.826 + GOPATH=/tmp/tmp.mTte0zwJIs [2022-05-19T09:39:17.090Z] #67 5.826 + RM_GOPATH=1 [2022-05-19T09:39:17.090Z] #67 5.826 + case "$(go env GOARCH)" in [2022-05-19T09:39:17.090Z] #67 5.826 ++ go env GOARCH [2022-05-19T09:39:17.090Z] #67 5.850 Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315 [2022-05-19T09:39:17.090Z] #67 5.852 + export GO_BUILDMODE=-buildmode=pie [2022-05-19T09:39:17.090Z] #67 5.852 + GO_BUILDMODE=-buildmode=pie [2022-05-19T09:39:17.090Z] #67 5.852 ++ dirname /install.sh [2022-05-19T09:39:17.090Z] #67 5.852 + dir=/ [2022-05-19T09:39:17.090Z] #67 5.852 + bin=rootlesskit [2022-05-19T09:39:17.090Z] #67 5.852 + shift [2022-05-19T09:39:17.090Z] #67 5.852 + '[' '!' -f //rootlesskit.installer ']' [2022-05-19T09:39:17.090Z] #67 5.852 + . //rootlesskit.installer [2022-05-19T09:39:17.090Z] #67 5.852 ++ : 1920341cd41e047834a21007424162a2dc946315 [2022-05-19T09:39:17.090Z] #67 5.852 + install_rootlesskit [2022-05-19T09:39:17.090Z] #67 5.852 + case "$1" in [2022-05-19T09:39:17.090Z] #67 5.852 + export CGO_ENABLED=0 [2022-05-19T09:39:17.090Z] #67 5.852 + CGO_ENABLED=0 [2022-05-19T09:39:17.090Z] #67 5.852 + _install_rootlesskit [2022-05-19T09:39:17.090Z] #67 5.852 + echo 'Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315' [2022-05-19T09:39:17.090Z] #67 5.852 + for f in rootlesskit rootlesskit-docker-proxy [2022-05-19T09:39:17.090Z] #67 5.852 + GOBIN=/build [2022-05-19T09:39:17.090Z] #67 5.852 + GO111MODULE=on [2022-05-19T09:39:17.090Z] #67 5.852 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@1920341cd41e047834a21007424162a2dc946315 [2022-05-19T09:39:17.090Z] #67 6.444 go: downloading github.com/rootless-containers/rootlesskit v1.0.0 [2022-05-19T09:39:17.090Z] #67 ... [2022-05-19T09:39:17.090Z] [2022-05-19T09:39:17.090Z] #42 [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-05-19T09:39:17.090Z] #42 sha256:635aa174200b74209cbd6c68b0f12f60f2a29d9649aa3089dbc629ac5ed19ba4 [2022-05-19T09:39:17.090Z] #42 11.20 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [146 kB] [2022-05-19T09:39:17.386Z] #21 2.293 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [146 kB] [2022-05-19T09:39:17.458Z] #44 ... [2022-05-19T09:39:17.458Z] [2022-05-19T09:39:17.458Z] #51 [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-05-19T09:39:17.458Z] #51 sha256:342483109da9e364b7fdcd69e8e1164284be91eccb939cddedcef7fc7f7424b9 [2022-05-19T09:39:17.458Z] #51 56.00 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-05-19T09:39:17.458Z] #51 DONE 56.8s [2022-05-19T09:39:17.458Z] [2022-05-19T09:39:17.458Z] #55 [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-05-19T09:39:17.458Z] #55 sha256:5057fea76c4566561f2fcd443fa7f0c66715a304331185cc70a563f6efd078dd [2022-05-19T09:39:17.458Z] #55 54.62 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1 [2022-05-19T09:39:17.587Z] #58 46.01 debconf: delaying package configuration, since apt-utils is not installed [2022-05-19T09:39:17.956Z] #21 2.830 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-05-19T09:39:18.161Z] #58 46.31 Fetched 2314 kB in 3s (705 kB/s) [2022-05-19T09:39:18.161Z] #58 46.49 Selecting previously unselected package libprotobuf23:amd64. [2022-05-19T09:39:18.161Z] #58 46.49 (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-05-19T09:39:18.161Z] #58 46.60 Preparing to unpack .../0-libprotobuf23_3.12.4-1_amd64.deb ... [2022-05-19T09:39:18.429Z] #58 46.73 Unpacking libprotobuf23:amd64 (3.12.4-1) ... [2022-05-19T09:39:18.526Z] #21 3.534 Fetched 8530 kB in 3s (3363 kB/s) [2022-05-19T09:39:19.374Z] #58 47.69 Selecting previously unselected package python3-pkg-resources. [2022-05-19T09:39:19.374Z] #58 47.69 Preparing to unpack .../1-python3-pkg-resources_52.0.0-4_all.deb ... [2022-05-19T09:39:19.374Z] #58 47.70 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-05-19T09:39:19.466Z] #21 3.534 Reading package lists... [2022-05-19T09:39:19.639Z] #58 48.02 Selecting previously unselected package python3-six. [2022-05-19T09:39:19.639Z] #58 48.02 Preparing to unpack .../2-python3-six_1.16.0-2_all.deb ... [2022-05-19T09:39:19.639Z] #58 48.02 Unpacking python3-six (1.16.0-2) ... [2022-05-19T09:39:19.639Z] #58 48.15 Selecting previously unselected package python3-protobuf. [2022-05-19T09:39:19.901Z] #58 48.15 Preparing to unpack .../3-python3-protobuf_3.12.4-1_amd64.deb ... [2022-05-19T09:39:19.901Z] #58 48.15 Unpacking python3-protobuf (3.12.4-1) ... [2022-05-19T09:39:19.994Z] #55 ... [2022-05-19T09:39:19.994Z] [2022-05-19T09:39:19.994Z] #44 [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-05-19T09:39:19.994Z] #44 sha256:f62b1d2766978e6e53b212b892391bb7d0985101cccd6730b7ff2da716889bf5 [2022-05-19T09:39:19.994Z] #44 4.157 -- The C compiler identification is GNU 10.2.1 [2022-05-19T09:39:19.994Z] #44 4.282 -- Detecting C compiler ABI info [2022-05-19T09:39:19.994Z] #44 4.909 -- Detecting C compiler ABI info - done [2022-05-19T09:39:19.994Z] #44 5.071 -- Check for working C compiler: /usr/bin/cc - skipped [2022-05-19T09:39:19.994Z] #44 5.071 -- Detecting C compile features [2022-05-19T09:39:19.994Z] #44 5.071 -- Detecting C compile features - done [2022-05-19T09:39:19.994Z] #44 5.071 -- Performing Test HAS_BUILTIN_FORTIFY [2022-05-19T09:39:19.994Z] #44 5.305 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2022-05-19T09:39:19.994Z] #44 5.382 -- Configuring done [2022-05-19T09:39:19.994Z] #44 5.400 -- Generating done [2022-05-19T09:39:19.994Z] #44 5.411 -- Build files have been written to: /tmp/tmp.qU6qVFstuA/tini [2022-05-19T09:39:19.994Z] #44 5.439 + make tini-static [2022-05-19T09:39:19.994Z] #44 5.729 Scanning dependencies of target tini-static [2022-05-19T09:39:19.994Z] #44 5.788 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2022-05-19T09:39:20.406Z] #21 4.445 Reading package lists... [2022-05-19T09:39:20.406Z] #21 5.305 Building dependency tree... [2022-05-19T09:39:20.406Z] #21 ... [2022-05-19T09:39:20.406Z] [2022-05-19T09:39:20.406Z] #47 [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-05-19T09:39:20.406Z] #47 sha256:64f45ab858eeef59fd7b71f6ddefa43f4783e6b095c9c6c7ac7b72b27a18059b [2022-05-19T09:39:20.477Z] #58 ... [2022-05-19T09:39:20.477Z] [2022-05-19T09:39:20.477Z] #47 [gowinres 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/tc-hib/go-winres@v0.2.3" && /build/go-winres --help [2022-05-19T09:39:20.477Z] #47 sha256:37d08abbef240dae45f3f4b200665c464b1ec144f90a704a4db6e84ebd20377e [2022-05-19T09:39:20.477Z] #47 48.45 NAME: [2022-05-19T09:39:20.477Z] #47 48.45 go-winres - A tool for embedding resources in Windows executables [2022-05-19T09:39:20.477Z] #47 48.45 [2022-05-19T09:39:20.477Z] #47 48.45 USAGE: [2022-05-19T09:39:20.477Z] #47 48.45 go-winres [global options] command [command options] [arguments...] [2022-05-19T09:39:20.477Z] #47 48.45 [2022-05-19T09:39:20.477Z] #47 48.45 COMMANDS: [2022-05-19T09:39:20.477Z] #47 48.45 init Create an initial ./winres/winres.json [2022-05-19T09:39:20.477Z] #47 48.45 make Make syso files for the "go build" command [2022-05-19T09:39:20.477Z] #47 48.45 simply Make syso files for the "go build" command (simplified) [2022-05-19T09:39:20.477Z] #47 48.45 extract Extract all resources from an executable [2022-05-19T09:39:20.477Z] #47 48.45 patch Replace resources in an executable file (exe, dll) [2022-05-19T09:39:20.477Z] #47 48.45 help, h Shows a list of commands or help for one command [2022-05-19T09:39:20.477Z] #47 48.45 [2022-05-19T09:39:20.477Z] #47 48.45 GLOBAL OPTIONS: [2022-05-19T09:39:20.477Z] #47 48.45 --help, -h show help (default: false) [2022-05-19T09:39:20.477Z] #47 DONE 49.0s [2022-05-19T09:39:20.477Z] [2022-05-19T09:39:20.477Z] #58 [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-05-19T09:39:20.477Z] #58 sha256:342483109da9e364b7fdcd69e8e1164284be91eccb939cddedcef7fc7f7424b9 [2022-05-19T09:39:20.477Z] #58 48.85 Selecting previously unselected package libnet1:amd64. [2022-05-19T09:39:20.477Z] #58 48.85 Preparing to unpack .../4-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-05-19T09:39:20.477Z] #58 48.86 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-05-19T09:39:20.562Z] #44 7.136 [100%] Linking C executable tini-static [2022-05-19T09:39:20.667Z] #47 59.83 + dpkg --print-architecture [2022-05-19T09:39:20.667Z] #47 59.83 + git checkout -q v2.1.0 [2022-05-19T09:39:20.739Z] #58 49.01 Selecting previously unselected package libnl-3-200:amd64. [2022-05-19T09:39:20.739Z] #58 49.01 Preparing to unpack .../5-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-05-19T09:39:20.739Z] #58 49.01 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-05-19T09:39:20.739Z] #58 49.21 Selecting previously unselected package libprotobuf-c1:amd64. [2022-05-19T09:39:20.739Z] #58 49.21 Preparing to unpack .../6-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-05-19T09:39:20.739Z] #58 49.21 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-05-19T09:39:20.739Z] #58 ... [2022-05-19T09:39:20.739Z] [2022-05-19T09:39:20.739Z] #62 [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-05-19T09:39:20.739Z] #62 sha256:5057fea76c4566561f2fcd443fa7f0c66715a304331185cc70a563f6efd078dd [2022-05-19T09:39:20.739Z] #62 39.42 go: downloading github.com/fatih/color v1.13.0 [2022-05-19T09:39:20.739Z] #62 39.42 go: downloading github.com/gofrs/flock v0.8.1 [2022-05-19T09:39:20.739Z] #62 39.50 go: downloading github.com/spf13/cobra v1.3.0 [2022-05-19T09:39:20.739Z] #62 39.66 go: downloading github.com/spf13/viper v1.10.1 [2022-05-19T09:39:20.739Z] #62 39.87 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b [2022-05-19T09:39:20.739Z] #62 40.32 go: downloading golang.org/x/tools v0.1.9-0.20211228192929-ee1ca4ffc4da [2022-05-19T09:39:20.739Z] #62 40.44 go: downloading github.com/go-critic/go-critic v0.6.2 [2022-05-19T09:39:20.739Z] #62 41.91 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2022-05-19T09:39:20.739Z] #62 41.94 go: downloading github.com/hashicorp/go-multierror v1.1.1 [2022-05-19T09:39:20.739Z] #62 45.75 go: downloading github.com/mattn/go-colorable v0.1.12 [2022-05-19T09:39:20.739Z] #62 45.79 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-05-19T09:39:20.739Z] #62 45.79 go: downloading github.com/stretchr/testify v1.7.0 [2022-05-19T09:39:20.739Z] #62 46.02 go: downloading github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b [2022-05-19T09:39:20.739Z] #62 46.04 go: downloading github.com/mattn/go-isatty v0.0.14 [2022-05-19T09:39:20.739Z] #62 46.09 go: downloading github.com/golangci/revgrep v0.0.0-20210930125155-c22e5001d4f2 [2022-05-19T09:39:20.739Z] #62 46.19 go: downloading github.com/fsnotify/fsnotify v1.5.1 [2022-05-19T09:39:20.739Z] #62 46.30 go: downloading github.com/magiconair/properties v1.8.5 [2022-05-19T09:39:20.739Z] #62 46.30 go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-05-19T09:39:20.739Z] #62 46.35 go: downloading github.com/spf13/afero v1.6.0 [2022-05-19T09:39:20.739Z] #62 46.40 go: downloading github.com/spf13/cast v1.4.1 [2022-05-19T09:39:20.739Z] #62 46.46 go: downloading github.com/spf13/jwalterweatherman v1.1.0 [2022-05-19T09:39:20.739Z] #62 46.55 go: downloading github.com/subosito/gotenv v1.2.0 [2022-05-19T09:39:20.739Z] #62 46.62 go: downloading gopkg.in/ini.v1 v1.66.2 [2022-05-19T09:39:20.739Z] #62 46.72 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2022-05-19T09:39:20.739Z] #62 46.74 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2022-05-19T09:39:20.739Z] #62 46.76 go: downloading github.com/go-toolsmith/astequal v1.0.1 [2022-05-19T09:39:20.739Z] #62 46.77 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2022-05-19T09:39:20.739Z] #62 46.80 go: downloading github.com/go-toolsmith/astp v1.0.0 [2022-05-19T09:39:20.739Z] #62 46.83 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2022-05-19T09:39:20.739Z] #62 46.84 go: downloading github.com/go-toolsmith/typep v1.0.2 [2022-05-19T09:39:20.739Z] #62 46.87 go: downloading github.com/quasilyte/go-ruleguard v0.3.15 [2022-05-19T09:39:20.739Z] #62 46.87 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95 [2022-05-19T09:39:20.739Z] #62 47.03 go: downloading github.com/hashicorp/errwrap v1.0.0 [2022-05-19T09:39:20.739Z] #62 47.06 go: downloading 4d63.com/gochecknoglobals v0.1.0 [2022-05-19T09:39:20.739Z] #62 47.13 go: downloading github.com/Antonboom/errname v0.1.5 [2022-05-19T09:39:20.739Z] #62 47.20 go: downloading github.com/Antonboom/nilnil v0.1.0 [2022-05-19T09:39:20.739Z] #62 47.22 go: downloading github.com/BurntSushi/toml v1.0.0 [2022-05-19T09:39:20.739Z] #62 47.48 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24 [2022-05-19T09:39:20.739Z] #62 47.52 go: downloading github.com/OpenPeeDeeP/depguard v1.1.0 [2022-05-19T09:39:20.739Z] #62 47.59 go: downloading github.com/alexkohler/prealloc v1.0.0 [2022-05-19T09:39:20.739Z] #62 47.60 go: downloading github.com/ashanbrown/forbidigo v1.3.0 [2022-05-19T09:39:20.739Z] #62 47.63 go: downloading github.com/ashanbrown/makezero v1.1.0 [2022-05-19T09:39:20.739Z] #62 47.65 go: downloading github.com/bkielbasa/cyclop v1.2.0 [2022-05-19T09:39:20.739Z] #62 47.74 go: downloading github.com/blizzy78/varnamelen v0.5.0 [2022-05-19T09:39:20.739Z] #62 47.82 go: downloading github.com/bombsimon/wsl/v3 v3.3.0 [2022-05-19T09:39:20.739Z] #62 47.88 go: downloading github.com/breml/bidichk v0.2.1 [2022-05-19T09:39:20.739Z] #62 48.03 go: downloading github.com/breml/errchkjson v0.2.1 [2022-05-19T09:39:20.739Z] #62 48.05 go: downloading github.com/butuzov/ireturn v0.1.1 [2022-05-19T09:39:20.739Z] #62 48.08 go: downloading github.com/charithe/durationcheck v0.0.9 [2022-05-19T09:39:20.739Z] #62 48.12 go: downloading github.com/daixiang0/gci v0.2.9 [2022-05-19T09:39:20.739Z] #62 48.18 go: downloading github.com/denis-tingajkin/go-header v0.4.2 [2022-05-19T09:39:20.739Z] #62 48.21 go: downloading github.com/esimonov/ifshort v1.0.4 [2022-05-19T09:39:20.739Z] #62 48.25 go: downloading github.com/fzipp/gocyclo v0.4.0 [2022-05-19T09:39:20.739Z] #62 48.29 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2022-05-19T09:39:20.739Z] #62 48.33 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2022-05-19T09:39:20.739Z] #62 48.33 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2022-05-19T09:39:20.739Z] #62 48.40 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2022-05-19T09:39:20.739Z] #62 48.61 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2022-05-19T09:39:20.739Z] #62 48.69 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2022-05-19T09:39:20.739Z] #62 48.74 go: downloading github.com/golangci/misspell v0.3.5 [2022-05-19T09:39:20.739Z] #62 48.75 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2022-05-19T09:39:20.739Z] #62 48.77 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8 [2022-05-19T09:39:20.739Z] #62 48.83 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0 [2022-05-19T09:39:20.739Z] #62 48.91 go: downloading github.com/gostaticanalysis/nilerr v0.1.1 [2022-05-19T09:39:20.739Z] #62 48.92 go: downloading github.com/jgautheron/goconst v1.5.1 [2022-05-19T09:39:20.739Z] #62 48.95 go: downloading github.com/jingyugao/rowserrcheck v1.1.1 [2022-05-19T09:39:20.739Z] #62 49.08 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af [2022-05-19T09:39:20.739Z] #62 49.08 go: downloading github.com/julz/importas v0.1.0 [2022-05-19T09:39:20.739Z] #62 49.09 go: downloading github.com/kisielk/errcheck v1.6.0 [2022-05-19T09:39:20.739Z] #62 49.17 go: downloading github.com/kulti/thelper v0.5.0 [2022-05-19T09:39:20.739Z] #62 49.27 go: downloading github.com/kunwardeep/paralleltest v1.0.3 [2022-05-19T09:39:20.739Z] #62 49.27 go: downloading github.com/kyoh86/exportloopref v0.1.8 [2022-05-19T09:39:20.739Z] #62 49.34 go: downloading github.com/ldez/gomoddirectives v0.2.2 [2022-05-19T09:39:20.739Z] #62 49.34 go: downloading github.com/ldez/tagliatelle v0.3.0 [2022-05-19T09:39:20.739Z] #62 49.35 go: downloading github.com/leonklingele/grouper v1.1.0 [2022-05-19T09:39:20.739Z] #62 49.42 go: downloading github.com/maratori/testpackage v1.0.1 [2022-05-19T09:39:20.927Z] #47 60.24 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2022-05-19T09:39:20.927Z] #47 ... [2022-05-19T09:39:20.927Z] [2022-05-19T09:39:20.927Z] #60 [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-05-19T09:39:20.927Z] #60 sha256:185c5de8a4734a95192f22034548ab69f116c6d6c8810f2a047e66cf7cd693a7 [2022-05-19T09:39:20.927Z] #60 3.545 + cd /tmp/tmp.nEQeZaUbsB/src/github.com/opencontainers/runc [2022-05-19T09:39:20.927Z] #60 3.545 + git checkout -q v1.1.2 [2022-05-19T09:39:20.927Z] #60 3.759 + '[' -z '' ']' [2022-05-19T09:39:20.927Z] #60 3.759 + target=static [2022-05-19T09:39:20.927Z] #60 3.759 + make BUILDTAGS=seccomp static [2022-05-19T09:39:20.927Z] #60 3.983 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.1.2-0-ga916309f -X main.version=1.1.2 " -o runc . [2022-05-19T09:39:21.002Z] #62 49.47 go: downloading github.com/matoous/godox v0.0.0-20210227103229-6504466cf951 [2022-05-19T09:39:21.002Z] #62 49.55 go: downloading github.com/mbilski/exhaustivestruct v1.2.0 [2022-05-19T09:39:21.002Z] #62 49.57 go: downloading github.com/mgechev/dots v0.0.0-20210922191527-e955255bf517 [2022-05-19T09:39:21.002Z] #62 49.58 go: downloading github.com/mgechev/revive v1.1.3 [2022-05-19T09:39:21.002Z] #62 ... [2022-05-19T09:39:21.002Z] [2022-05-19T09:39:21.002Z] #58 [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-05-19T09:39:21.002Z] #58 sha256:342483109da9e364b7fdcd69e8e1164284be91eccb939cddedcef7fc7f7424b9 [2022-05-19T09:39:21.002Z] #58 49.39 Selecting previously unselected package criu. [2022-05-19T09:39:21.002Z] #58 49.39 Preparing to unpack .../7-criu_3.17-1_amd64.deb ... [2022-05-19T09:39:21.002Z] #58 49.43 Unpacking criu (3.17-1) ... [2022-05-19T09:39:21.131Z] #44 7.704 [100%] Built target tini-static [2022-05-19T09:39:21.131Z] #44 7.781 + mkdir -p /build [2022-05-19T09:39:21.187Z] #60 ... [2022-05-19T09:39:21.187Z] [2022-05-19T09:39:21.187Z] #21 [dev-systemd-false 7/26] 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-05-19T09:39:21.187Z] #21 sha256:ef713e3c42802b79b6738ad6318dcf5879d5e80a074c50ee7a25f06d794342b0 [2022-05-19T09:39:21.187Z] #21 5.731 The following additional packages will be installed: [2022-05-19T09:39:21.187Z] #21 5.731 libaio1 libbpf0 libcap2 libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-05-19T09:39:21.187Z] #21 5.731 libip6tc2 libjq1 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 [2022-05-19T09:39:21.187Z] #21 5.732 libonig5 libxtables12 python-pip-whl python3-distutils python3-lib2to3 [2022-05-19T09:39:21.187Z] #21 5.732 python3-pkg-resources vim-runtime xxd [2022-05-19T09:39:21.187Z] #21 5.734 Suggested packages: [2022-05-19T09:39:21.187Z] #21 5.734 apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod [2022-05-19T09:39:21.187Z] #21 5.734 gpm ed diffutils-doc python-setuptools-doc ctags vim-doc vim-scripts xfsdump [2022-05-19T09:39:21.187Z] #21 5.734 acl attr quota [2022-05-19T09:39:21.187Z] #21 5.734 Recommended packages: [2022-05-19T09:39:21.187Z] #21 5.734 libatm1 nftables libpam-cap build-essential python3-dev unzip [2022-05-19T09:39:21.187Z] #21 6.138 The following NEW packages will be installed: [2022-05-19T09:39:21.187Z] #21 6.139 apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libaio1 [2022-05-19T09:39:21.187Z] #21 6.139 libbpf0 libcap2 libcap2-bin libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-05-19T09:39:21.187Z] #21 6.139 libip6tc2 libjq1 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0 [2022-05-19T09:39:21.187Z] #21 6.140 libnftnl11 libnl-3-200 libonig5 libprotobuf-c1 libxtables12 net-tools patch [2022-05-19T09:39:21.187Z] #21 6.140 pigz python-pip-whl python3-distutils python3-lib2to3 python3-pip [2022-05-19T09:39:21.187Z] #21 6.140 python3-pkg-resources python3-setuptools python3-wheel sudo [2022-05-19T09:39:21.187Z] #21 6.140 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2022-05-19T09:39:21.187Z] #21 6.140 xz-utils zip zstd [2022-05-19T09:39:21.391Z] #44 7.789 + cp tini-static /build/docker-init [2022-05-19T09:39:21.447Z] #21 6.444 0 upgraded, 48 newly installed, 0 to remove and 2 not upgraded. [2022-05-19T09:39:21.447Z] #21 6.444 Need to get 27.6 MB of archives. [2022-05-19T09:39:21.447Z] #21 6.444 After this operation, 106 MB of additional disk space will be used. [2022-05-19T09:39:21.447Z] #21 6.444 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 pigz amd64 2.6-1 [64.0 kB] [2022-05-19T09:39:21.447Z] #21 6.447 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB] [2022-05-19T09:39:21.447Z] #21 6.449 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbpf0 amd64 1:0.3-2 [98.3 kB] [2022-05-19T09:39:21.447Z] #21 6.450 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB] [2022-05-19T09:39:21.447Z] #21 6.451 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB] [2022-05-19T09:39:21.447Z] #21 6.454 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB] [2022-05-19T09:39:21.447Z] #21 6.455 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2-bin amd64 1:2.44-1 [32.6 kB] [2022-05-19T09:39:21.447Z] #21 6.457 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iproute2 amd64 5.10.0-4 [930 kB] [2022-05-19T09:39:21.447Z] #21 6.469 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-05-19T09:39:21.447Z] #21 6.476 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2022-05-19T09:39:21.447Z] #21 6.479 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB] [2022-05-19T09:39:21.447Z] #21 6.482 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB] [2022-05-19T09:39:21.447Z] #21 6.483 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 xz-utils amd64 5.2.5-2.1~deb11u1 [220 kB] [2022-05-19T09:39:21.447Z] #21 6.485 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 apparmor amd64 2.13.6-10 [640 kB] [2022-05-19T09:39:21.447Z] #21 6.494 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 inetutils-ping amd64 2:2.0-1 [245 kB] [2022-05-19T09:39:21.447Z] #21 6.497 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB] [2022-05-19T09:39:21.447Z] #21 6.498 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB] [2022-05-19T09:39:21.447Z] #21 6.499 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2022-05-19T09:39:21.447Z] #21 6.500 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB] [2022-05-19T09:39:21.447Z] #21 6.501 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB] [2022-05-19T09:39:21.447Z] #21 6.502 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB] [2022-05-19T09:39:21.447Z] #21 6.505 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-05-19T09:39:21.447Z] #21 6.508 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-05-19T09:39:21.447Z] #21 6.510 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-05-19T09:39:21.447Z] #21 6.511 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libaio1 amd64 0.3.112-9 [12.5 kB] [2022-05-19T09:39:21.447Z] #21 6.512 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB] [2022-05-19T09:39:21.447Z] #21 6.513 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2022-05-19T09:39:21.597Z] ok github.com/docker/docker/cmd/dockerd 0.064s coverage: 29.7% of statements [2022-05-19T09:39:21.597Z] ok github.com/docker/docker/container 0.117s coverage: 34.8% of statements [2022-05-19T09:39:21.597Z] ok github.com/docker/docker/cmd/dockerd/trap 2.558s coverage: 0.0% of statements [2022-05-19T09:39:21.597Z] ? github.com/docker/docker/cmd/dockerd/trap/testfiles [no test files] [2022-05-19T09:39:21.597Z] ? github.com/docker/docker/container/stream [no test files] [2022-05-19T09:39:21.597Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2022-05-19T09:39:21.597Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2022-05-19T09:39:21.597Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2022-05-19T09:39:21.651Z] #44 DONE 8.2s [2022-05-19T09:39:21.651Z] [2022-05-19T09:39:21.651Z] #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-05-19T09:39:21.651Z] #14 sha256:ad430aa4634b833e1f6147f42e8232eb8136a1b47ba188feff5f14c8911b4227 [2022-05-19T09:39:21.651Z] #14 59.11 Selecting previously unselected package mingw-w64-x86-64-dev. [2022-05-19T09:39:21.651Z] #14 59.13 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ... [2022-05-19T09:39:21.651Z] #14 59.13 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ... [2022-05-19T09:39:21.707Z] #21 6.594 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libinih1 amd64 53-1+b2 [6792 B] [2022-05-19T09:39:21.707Z] #21 6.595 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2022-05-19T09:39:21.707Z] #21 6.597 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-05-19T09:39:21.707Z] #21 6.598 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB] [2022-05-19T09:39:21.707Z] #21 6.599 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 net-tools amd64 1.60+git20181103.0eebece-1 [250 kB] [2022-05-19T09:39:21.707Z] #21 6.602 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB] [2022-05-19T09:39:21.707Z] #21 6.604 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python-pip-whl all 20.3.4-4+deb11u1 [1948 kB] [2022-05-19T09:39:21.707Z] #21 6.620 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB] [2022-05-19T09:39:21.707Z] #21 6.622 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB] [2022-05-19T09:39:21.707Z] #21 6.624 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-05-19T09:39:21.707Z] #21 6.626 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-setuptools all 52.0.0-4 [366 kB] [2022-05-19T09:39:21.707Z] #21 6.638 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-wheel all 0.34.2-1 [24.0 kB] [2022-05-19T09:39:21.707Z] #21 6.642 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pip all 20.3.4-4+deb11u1 [337 kB] [2022-05-19T09:39:21.707Z] #21 6.646 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 sudo amd64 1.9.5p2-3 [1059 kB] [2022-05-19T09:39:21.707Z] #21 6.657 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 thin-provisioning-tools amd64 0.9.0-1 [393 kB] [2022-05-19T09:39:21.707Z] #21 6.666 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 uidmap amd64 1:4.8.1-1 [223 kB] [2022-05-19T09:39:21.707Z] #21 6.669 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-runtime all 2:8.2.2434-3+deb11u1 [6226 kB] [2022-05-19T09:39:21.707Z] #21 6.733 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim amd64 2:8.2.2434-3+deb11u1 [1494 kB] [2022-05-19T09:39:21.707Z] #21 6.745 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xfsprogs amd64 5.10.0-4 [959 kB] [2022-05-19T09:39:21.707Z] #21 6.758 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zip amd64 3.0-12 [232 kB] [2022-05-19T09:39:21.707Z] #21 6.760 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zstd amd64 1.4.8+dfsg-2.1 [630 kB] [2022-05-19T09:39:21.967Z] #21 7.045 debconf: delaying package configuration, since apt-utils is not installed [2022-05-19T09:39:21.967Z] #21 7.093 Fetched 27.6 MB in 1s (44.6 MB/s) [2022-05-19T09:39:22.227Z] #21 7.202 Selecting previously unselected package pigz. [2022-05-19T09:39:22.227Z] #21 7.202 (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-05-19T09:39:22.227Z] #21 7.218 Preparing to unpack .../00-pigz_2.6-1_amd64.deb ... [2022-05-19T09:39:22.227Z] #21 7.230 Unpacking pigz (2.6-1) ... [2022-05-19T09:39:22.358Z] #42 16.03 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-05-19T09:39:22.358Z] #42 ... [2022-05-19T09:39:22.358Z] [2022-05-19T09:39:22.358Z] #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-05-19T09:39:22.358Z] #34 sha256:c4f955ffae0a1c8967245a94aa32d654a6e15c000f626095dbb59881207e511c [2022-05-19T09:39:22.358Z] #34 6.390 + git clone https://github.com/kolyshkin/go-swagger.git . [2022-05-19T09:39:22.358Z] #34 6.390 Cloning into '.'... [2022-05-19T09:39:22.358Z] #34 ... [2022-05-19T09:39:22.358Z] [2022-05-19T09:39:22.358Z] #53 [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-05-19T09:39:22.358Z] #53 sha256:c387c2119fb33abd796de8ad048d0f6e4f52f6aaf06840be566bdaa073236a61 [2022-05-19T09:39:22.358Z] #53 11.64 go: downloading github.com/mattn/go-colorable v0.1.8 [2022-05-19T09:39:22.358Z] #53 11.64 go: downloading github.com/mattn/go-isatty v0.0.12 [2022-05-19T09:39:22.358Z] #53 11.73 go: downloading github.com/fsnotify/fsnotify v1.4.9 [2022-05-19T09:39:22.358Z] #53 11.78 go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2022-05-19T09:39:22.358Z] #53 12.31 go: downloading github.com/jonboulle/clockwork v0.2.2 [2022-05-19T09:39:22.358Z] #53 12.47 go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2022-05-19T09:39:22.358Z] #53 12.56 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2022-05-19T09:39:22.358Z] #53 12.98 go: downloading golang.org/x/tools v0.1.0 [2022-05-19T09:39:22.391Z] #58 50.49 Setting up python3-pkg-resources (52.0.0-4) ... [2022-05-19T09:39:22.487Z] #21 7.360 Selecting previously unselected package libelf1:amd64. [2022-05-19T09:39:22.487Z] #21 7.363 Preparing to unpack .../01-libelf1_0.183-1_amd64.deb ... [2022-05-19T09:39:22.487Z] #21 7.387 Unpacking libelf1:amd64 (0.183-1) ... [2022-05-19T09:39:22.487Z] #21 7.505 Selecting previously unselected package libbpf0:amd64. [2022-05-19T09:39:22.487Z] #21 7.509 Preparing to unpack .../02-libbpf0_1%3a0.3-2_amd64.deb ... [2022-05-19T09:39:22.487Z] #21 7.512 Unpacking libbpf0:amd64 (1:0.3-2) ... [2022-05-19T09:39:22.747Z] #21 7.657 Selecting previously unselected package libcap2:amd64. [2022-05-19T09:39:22.747Z] #21 7.660 Preparing to unpack .../03-libcap2_1%3a2.44-1_amd64.deb ... [2022-05-19T09:39:22.747Z] #21 7.665 Unpacking libcap2:amd64 (1:2.44-1) ... [2022-05-19T09:39:22.747Z] #21 7.769 Selecting previously unselected package libmnl0:amd64. [2022-05-19T09:39:22.747Z] #21 7.772 Preparing to unpack .../04-libmnl0_1.0.4-3_amd64.deb ... [2022-05-19T09:39:22.747Z] #21 7.775 Unpacking libmnl0:amd64 (1.0.4-3) ... [2022-05-19T09:39:22.747Z] #21 7.837 Selecting previously unselected package libxtables12:amd64. [2022-05-19T09:39:22.747Z] #21 7.840 Preparing to unpack .../05-libxtables12_1.8.7-1_amd64.deb ... [2022-05-19T09:39:22.747Z] #21 7.844 Unpacking libxtables12:amd64 (1.8.7-1) ... [2022-05-19T09:39:22.747Z] #21 7.893 Selecting previously unselected package libcap2-bin. [2022-05-19T09:39:23.000Z] #53 ... [2022-05-19T09:39:23.000Z] [2022-05-19T09:39:23.000Z] #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-05-19T09:39:23.000Z] #26 sha256:5e7a19cc9a2d9692d647d4da6f6e26893cd328074fa5c512c13a71fafb30c266 [2022-05-19T09:39:23.000Z] #26 6.683 + RM_GOPATH=0 [2022-05-19T09:39:23.000Z] #26 6.683 + TMP_GOPATH= [2022-05-19T09:39:23.000Z] #26 6.683 + : /build [2022-05-19T09:39:23.000Z] #26 6.683 + '[' -z '' ']' [2022-05-19T09:39:23.000Z] #26 6.683 ++ mktemp -d [2022-05-19T09:39:23.000Z] #26 6.784 + export GOPATH=/tmp/tmp.uk7nH0vFUt [2022-05-19T09:39:23.000Z] #26 6.784 + GOPATH=/tmp/tmp.uk7nH0vFUt [2022-05-19T09:39:23.000Z] #26 6.784 + RM_GOPATH=1 [2022-05-19T09:39:23.000Z] #26 6.784 + case "$(go env GOARCH)" in [2022-05-19T09:39:23.000Z] #26 6.784 ++ go env GOARCH [2022-05-19T09:39:23.000Z] #26 6.806 + export GO_BUILDMODE=-buildmode=pie [2022-05-19T09:39:23.000Z] #26 6.806 + GO_BUILDMODE=-buildmode=pie [2022-05-19T09:39:23.000Z] #26 6.806 ++ dirname /install.sh [2022-05-19T09:39:23.000Z] #26 6.822 + dir=/ [2022-05-19T09:39:23.000Z] #26 6.822 + bin=dockercli [2022-05-19T09:39:23.000Z] #26 6.822 + shift [2022-05-19T09:39:23.000Z] #26 6.822 + '[' '!' -f //dockercli.installer ']' [2022-05-19T09:39:23.000Z] #26 6.822 + . //dockercli.installer [2022-05-19T09:39:23.000Z] #26 6.822 ++ : stable [2022-05-19T09:39:23.000Z] #26 6.822 ++ : 17.06.2-ce [2022-05-19T09:39:23.000Z] #26 6.822 + install_dockercli [2022-05-19T09:39:23.001Z] #26 6.822 + echo 'Install docker/cli version 17.06.2-ce from stable' [2022-05-19T09:39:23.001Z] #26 6.822 ++ uname -m [2022-05-19T09:39:23.001Z] #26 6.822 Install docker/cli version 17.06.2-ce from stable [2022-05-19T09:39:23.001Z] #26 6.842 + arch=x86_64 [2022-05-19T09:39:23.001Z] #26 6.842 + '[' x86_64 '!=' x86_64 ']' [2022-05-19T09:39:23.001Z] #26 6.842 + url=https://download.docker.com/linux/static [2022-05-19T09:39:23.001Z] #26 6.842 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2022-05-19T09:39:23.001Z] #26 6.842 + tar -xz docker/docker [2022-05-19T09:39:23.008Z] #21 7.896 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_amd64.deb ... [2022-05-19T09:39:23.008Z] #21 7.918 Unpacking libcap2-bin (1:2.44-1) ... [2022-05-19T09:39:23.008Z] #21 8.027 Selecting previously unselected package iproute2. [2022-05-19T09:39:23.008Z] #21 8.030 Preparing to unpack .../07-iproute2_5.10.0-4_amd64.deb ... [2022-05-19T09:39:23.008Z] #21 8.035 Unpacking iproute2 (5.10.0-4) ... [2022-05-19T09:39:23.268Z] #21 8.274 Selecting previously unselected package xxd. [2022-05-19T09:39:23.268Z] #21 8.277 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-05-19T09:39:23.268Z] #21 8.289 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-05-19T09:39:23.268Z] #21 8.412 Selecting previously unselected package vim-common. [2022-05-19T09:39:23.323Z] #26 ... [2022-05-19T09:39:23.323Z] [2022-05-19T09:39:23.323Z] #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-05-19T09:39:23.323Z] #14 sha256:ad430aa4634b833e1f6147f42e8232eb8136a1b47ba188feff5f14c8911b4227 [2022-05-19T09:39:23.323Z] #14 7.509 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-05-19T09:39:23.323Z] #14 ... [2022-05-19T09:39:23.323Z] [2022-05-19T09:39:23.323Z] #67 [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-05-19T09:39:23.323Z] #67 sha256:5e86a54cbb0edcf13aa1fa4ebd9761354e1f4a162b3014ec19b551ab68455576 [2022-05-19T09:39:23.323Z] #67 12.96 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-05-19T09:39:23.323Z] #67 12.97 go: downloading github.com/urfave/cli/v2 v2.4.0 [2022-05-19T09:39:23.323Z] #67 14.35 go: downloading golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8 [2022-05-19T09:39:23.528Z] #21 8.415 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-05-19T09:39:23.528Z] #21 8.434 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-05-19T09:39:23.805Z] #21 8.597 Selecting previously unselected package bash-completion. [2022-05-19T09:39:23.806Z] #21 8.601 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ... [2022-05-19T09:39:24.326Z] #58 52.70 Setting up libprotobuf23:amd64 (3.12.4-1) ... [2022-05-19T09:39:24.326Z] #58 52.75 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-05-19T09:39:24.326Z] #58 52.79 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-05-19T09:39:24.591Z] #58 52.84 Setting up python3-six (1.16.0-2) ... [2022-05-19T09:39:24.940Z] #14 64.45 Selecting previously unselected package gcc-mingw-w64-base. [2022-05-19T09:39:24.940Z] #14 64.45 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ... [2022-05-19T09:39:24.940Z] #14 64.45 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-05-19T09:39:24.940Z] #14 ... [2022-05-19T09:39:24.940Z] [2022-05-19T09:39:24.940Z] #53 [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-05-19T09:39:24.940Z] #53 sha256:c387c2119fb33abd796de8ad048d0f6e4f52f6aaf06840be566bdaa073236a61 [2022-05-19T09:39:24.940Z] #53 64.51 gotestsum version dev [2022-05-19T09:39:25.199Z] #53 DONE 64.8s [2022-05-19T09:39:25.199Z] [2022-05-19T09:39:25.199Z] #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-05-19T09:39:25.199Z] #14 sha256:ad430aa4634b833e1f6147f42e8232eb8136a1b47ba188feff5f14c8911b4227 [2022-05-19T09:39:25.199Z] #14 64.82 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime. [2022-05-19T09:39:25.199Z] #14 64.82 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ... [2022-05-19T09:39:25.199Z] #14 64.82 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-05-19T09:39:25.290Z] #67 18.72 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd [2022-05-19T09:39:25.538Z] #58 54.07 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-05-19T09:39:25.643Z] 12fb50a031bd: Verifying Checksum [2022-05-19T09:39:25.643Z] 12fb50a031bd: Download complete [2022-05-19T09:39:25.801Z] #58 54.09 Setting up python3-protobuf (3.12.4-1) ... [2022-05-19T09:39:26.349Z] #21 11.26 Unpacking bash-completion (1:2.11-2) ... [2022-05-19T09:39:26.610Z] #21 11.46 Selecting previously unselected package bzip2. [2022-05-19T09:39:26.610Z] #21 11.47 Preparing to unpack .../11-bzip2_1.0.8-4_amd64.deb ... [2022-05-19T09:39:26.610Z] #21 11.47 Unpacking bzip2 (1.0.8-4) ... [2022-05-19T09:39:26.610Z] #21 11.59 Selecting previously unselected package xz-utils. [2022-05-19T09:39:26.610Z] #21 11.60 Preparing to unpack .../12-xz-utils_5.2.5-2.1~deb11u1_amd64.deb ... [2022-05-19T09:39:26.610Z] #21 11.61 Unpacking xz-utils (5.2.5-2.1~deb11u1) ... [2022-05-19T09:39:26.661Z] #67 ... [2022-05-19T09:39:26.661Z] [2022-05-19T09:39:26.661Z] #40 [gowinres 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/tc-hib/go-winres@v0.2.3" && /build/go-winres --help [2022-05-19T09:39:26.661Z] #40 sha256:37d08abbef240dae45f3f4b200665c464b1ec144f90a704a4db6e84ebd20377e [2022-05-19T09:39:26.661Z] #40 11.81 go: downloading github.com/urfave/cli/v2 v2.3.0 [2022-05-19T09:39:26.661Z] #40 12.55 go: downloading github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 [2022-05-19T09:39:26.661Z] #40 12.62 go: downloading golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb [2022-05-19T09:39:26.661Z] #40 18.46 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2022-05-19T09:39:26.661Z] #40 18.69 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-05-19T09:39:26.870Z] #21 11.77 Selecting previously unselected package apparmor. [2022-05-19T09:39:26.870Z] #21 11.77 Preparing to unpack .../13-apparmor_2.13.6-10_amd64.deb ... [2022-05-19T09:39:26.870Z] #21 11.85 Unpacking apparmor (2.13.6-10) ... [2022-05-19T09:39:26.890Z] ok github.com/docker/docker/daemon/cluster 0.063s coverage: 0.5% of statements [2022-05-19T09:39:26.917Z] #40 ... [2022-05-19T09:39:26.917Z] [2022-05-19T09:39:26.917Z] #67 [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-05-19T09:39:26.917Z] #67 sha256:5e86a54cbb0edcf13aa1fa4ebd9761354e1f4a162b3014ec19b551ab68455576 [2022-05-19T09:39:26.917Z] #67 20.36 go: downloading github.com/google/uuid v1.3.0 [2022-05-19T09:39:26.917Z] #67 20.48 go: downloading github.com/moby/vpnkit v0.5.0 [2022-05-19T09:39:27.131Z] #21 12.06 Selecting previously unselected package inetutils-ping. [2022-05-19T09:39:27.131Z] #21 12.07 Preparing to unpack .../14-inetutils-ping_2%3a2.0-1_amd64.deb ... [2022-05-19T09:39:27.131Z] #21 12.09 Unpacking inetutils-ping (2:2.0-1) ... [2022-05-19T09:39:27.131Z] #21 12.18 Selecting previously unselected package libip4tc2:amd64. [2022-05-19T09:39:27.131Z] #21 12.18 Preparing to unpack .../15-libip4tc2_1.8.7-1_amd64.deb ... [2022-05-19T09:39:27.131Z] #21 12.19 Unpacking libip4tc2:amd64 (1.8.7-1) ... [2022-05-19T09:39:27.131Z] #21 12.26 Selecting previously unselected package libip6tc2:amd64. [2022-05-19T09:39:27.189Z] #58 ... [2022-05-19T09:39:27.189Z] [2022-05-19T09:39:27.189Z] #62 [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-05-19T09:39:27.189Z] #62 sha256:5057fea76c4566561f2fcd443fa7f0c66715a304331185cc70a563f6efd078dd [2022-05-19T09:39:27.189Z] #62 50.27 go: downloading github.com/moricho/tparallel v0.2.1 [2022-05-19T09:39:27.189Z] #62 50.28 go: downloading github.com/nakabonne/nestif v0.3.1 [2022-05-19T09:39:27.189Z] #62 50.32 go: downloading github.com/nishanths/exhaustive v0.7.11 [2022-05-19T09:39:27.189Z] #62 50.38 go: downloading github.com/nishanths/predeclared v0.2.1 [2022-05-19T09:39:27.189Z] #62 50.38 go: downloading github.com/polyfloyd/go-errorlint v0.0.0-20211125173453-6d6d39c5bb8b [2022-05-19T09:39:27.189Z] #62 50.45 go: downloading github.com/ryancurrah/gomodguard v1.2.3 [2022-05-19T09:39:27.189Z] #62 50.45 go: downloading github.com/ryanrolds/sqlclosecheck v0.3.0 [2022-05-19T09:39:27.189Z] #62 50.57 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.6 [2022-05-19T09:39:27.189Z] #62 50.57 go: downloading github.com/securego/gosec/v2 v2.9.6 [2022-05-19T09:39:27.189Z] #62 50.94 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c [2022-05-19T09:39:27.189Z] #62 50.95 go: downloading github.com/sivchari/containedctx v1.0.1 [2022-05-19T09:39:27.189Z] #62 50.98 go: downloading github.com/sivchari/tenv v1.4.7 [2022-05-19T09:39:27.189Z] #62 50.99 go: downloading github.com/sonatard/noctx v0.0.1 [2022-05-19T09:39:27.189Z] #62 51.00 go: downloading github.com/sourcegraph/go-diff v0.6.1 [2022-05-19T09:39:27.189Z] #62 51.00 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1 [2022-05-19T09:39:27.189Z] #62 51.07 go: downloading github.com/sylvia7788/contextcheck v1.0.4 [2022-05-19T09:39:27.189Z] #62 51.15 go: downloading github.com/tdakkota/asciicheck v0.1.1 [2022-05-19T09:39:27.189Z] #62 51.15 go: downloading github.com/tetafro/godot v1.4.11 [2022-05-19T09:39:27.189Z] #62 51.17 go: downloading github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144 [2022-05-19T09:39:27.189Z] #62 51.22 go: downloading github.com/tomarrell/wrapcheck/v2 v2.4.0 [2022-05-19T09:39:27.189Z] #62 51.22 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.0 [2022-05-19T09:39:27.189Z] #62 51.40 go: downloading github.com/ultraware/funlen v0.0.3 [2022-05-19T09:39:27.189Z] #62 51.43 go: downloading github.com/ultraware/whitespace v0.0.4 [2022-05-19T09:39:27.189Z] #62 51.47 go: downloading github.com/uudashr/gocognit v1.0.5 [2022-05-19T09:39:27.189Z] #62 51.59 go: downloading github.com/yagipy/maintidx v1.0.0 [2022-05-19T09:39:27.189Z] #62 51.61 go: downloading github.com/yeya24/promlinter v0.1.1-0.20210918184747-d757024714a1 [2022-05-19T09:39:27.189Z] #62 51.96 go: downloading gitlab.com/bosi/decorder v0.2.1 [2022-05-19T09:39:27.189Z] #62 52.07 go: downloading honnef.co/go/tools v0.2.2 [2022-05-19T09:39:27.189Z] #62 53.46 go: downloading mvdan.cc/gofumpt v0.2.1 [2022-05-19T09:39:27.189Z] #62 53.46 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2022-05-19T09:39:27.189Z] #62 53.58 go: downloading mvdan.cc/unparam v0.0.0-20211214103731-d0ef000c54e5 [2022-05-19T09:39:27.189Z] #62 53.62 go: downloading golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e [2022-05-19T09:39:27.189Z] #62 54.81 go: downloading github.com/davecgh/go-spew v1.1.1 [2022-05-19T09:39:27.189Z] #62 54.82 go: downloading github.com/pmezard/go-difflib v1.0.0 [2022-05-19T09:39:27.189Z] #62 54.86 go: downloading github.com/stretchr/objx v0.1.1 [2022-05-19T09:39:27.189Z] #62 54.92 go: downloading github.com/hashicorp/hcl v1.0.0 [2022-05-19T09:39:27.189Z] #62 55.13 go: downloading github.com/pelletier/go-toml v1.9.4 [2022-05-19T09:39:27.189Z] #62 55.24 go: downloading golang.org/x/text v0.3.7 [2022-05-19T09:39:27.391Z] #21 12.27 Preparing to unpack .../16-libip6tc2_1.8.7-1_amd64.deb ... [2022-05-19T09:39:27.391Z] #21 12.28 Unpacking libip6tc2:amd64 (1.8.7-1) ... [2022-05-19T09:39:27.391Z] #21 12.35 Selecting previously unselected package libnfnetlink0:amd64. [2022-05-19T09:39:27.391Z] #21 12.35 Preparing to unpack .../17-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2022-05-19T09:39:27.391Z] #21 12.36 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-05-19T09:39:27.391Z] #21 12.42 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2022-05-19T09:39:27.391Z] #21 12.42 Preparing to unpack .../18-libnetfilter-conntrack3_1.0.8-3_amd64.deb ... [2022-05-19T09:39:27.391Z] #21 12.43 Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-05-19T09:39:27.391Z] #21 12.50 Selecting previously unselected package libnftnl11:amd64. [2022-05-19T09:39:27.391Z] #21 12.50 Preparing to unpack .../19-libnftnl11_1.1.9-1_amd64.deb ... [2022-05-19T09:39:27.391Z] #21 12.52 Unpacking libnftnl11:amd64 (1.1.9-1) ... [2022-05-19T09:39:27.660Z] #21 12.68 Selecting previously unselected package iptables. [2022-05-19T09:39:27.660Z] #21 12.68 Preparing to unpack .../20-iptables_1.8.7-1_amd64.deb ... [2022-05-19T09:39:27.660Z] #21 12.69 Unpacking iptables (1.8.7-1) ... [2022-05-19T09:39:27.835Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.011s coverage: 65.3% of statements [2022-05-19T09:39:27.848Z] #67 21.26 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 [2022-05-19T09:39:27.848Z] #67 21.45 go: downloading github.com/gofrs/flock v0.8.1 [2022-05-19T09:39:27.848Z] #67 ... [2022-05-19T09:39:27.848Z] [2022-05-19T09:39:27.848Z] #57 [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-05-19T09:39:27.848Z] #57 sha256:05b451803d0e878724252e3bcc7478d20bebad3dbc9fdb0d3f630b629e0e4d15 [2022-05-19T09:39:27.848Z] #57 12.07 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2022-05-19T09:39:27.848Z] #57 ... [2022-05-19T09:39:27.848Z] [2022-05-19T09:39:27.848Z] #67 [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-05-19T09:39:27.848Z] #67 sha256:5e86a54cbb0edcf13aa1fa4ebd9761354e1f4a162b3014ec19b551ab68455576 [2022-05-19T09:39:27.848Z] #67 21.54 go: downloading github.com/gorilla/mux v1.8.0 [2022-05-19T09:39:27.920Z] #21 12.86 Selecting previously unselected package libonig5:amd64. [2022-05-19T09:39:27.920Z] #21 12.87 Preparing to unpack .../21-libonig5_6.9.6-1.1_amd64.deb ... [2022-05-19T09:39:27.920Z] #21 12.87 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-05-19T09:39:27.920Z] #21 12.98 Selecting previously unselected package libjq1:amd64. [2022-05-19T09:39:27.920Z] #21 12.98 Preparing to unpack .../22-libjq1_1.6-2.1_amd64.deb ... [2022-05-19T09:39:27.920Z] #21 12.98 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-05-19T09:39:28.180Z] #21 13.07 Selecting previously unselected package jq. [2022-05-19T09:39:28.180Z] #21 13.08 Preparing to unpack .../23-jq_1.6-2.1_amd64.deb ... [2022-05-19T09:39:28.180Z] #21 13.08 Unpacking jq (1.6-2.1) ... [2022-05-19T09:39:28.180Z] #21 13.15 Selecting previously unselected package libaio1:amd64. [2022-05-19T09:39:28.180Z] #21 13.15 Preparing to unpack .../24-libaio1_0.3.112-9_amd64.deb ... [2022-05-19T09:39:28.180Z] #21 13.16 Unpacking libaio1:amd64 (0.3.112-9) ... [2022-05-19T09:39:28.180Z] #21 13.25 Selecting previously unselected package libgpm2:amd64. [2022-05-19T09:39:28.180Z] #21 13.25 Preparing to unpack .../25-libgpm2_1.20.7-8_amd64.deb ... [2022-05-19T09:39:28.180Z] #21 13.26 Unpacking libgpm2:amd64 (1.20.7-8) ... [2022-05-19T09:39:28.180Z] #21 13.34 Selecting previously unselected package libicu67:amd64. [2022-05-19T09:39:28.410Z] #67 21.78 go: downloading github.com/moby/sys/mountinfo v0.6.0 [2022-05-19T09:39:28.440Z] #21 13.34 Preparing to unpack .../26-libicu67_67.1-7_amd64.deb ... [2022-05-19T09:39:28.440Z] #21 13.34 Unpacking libicu67:amd64 (67.1-7) ... [2022-05-19T09:39:28.666Z] #67 ... [2022-05-19T09:39:28.666Z] [2022-05-19T09:39:28.666Z] #51 [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-05-19T09:39:28.666Z] #51 sha256:342483109da9e364b7fdcd69e8e1164284be91eccb939cddedcef7fc7f7424b9 [2022-05-19T09:39:28.666Z] #51 12.25 Get:6 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [146 kB] [2022-05-19T09:39:28.666Z] #51 16.64 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-05-19T09:39:28.666Z] #51 19.93 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 Packages [2159 B] [2022-05-19T09:39:28.923Z] #51 ... [2022-05-19T09:39:28.923Z] [2022-05-19T09:39:28.923Z] #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-05-19T09:39:28.923Z] #26 sha256:5e7a19cc9a2d9692d647d4da6f6e26893cd328074fa5c512c13a71fafb30c266 [2022-05-19T09:39:28.923Z] #26 22.60 + mkdir -p /build [2022-05-19T09:39:28.923Z] #26 22.60 + mv docker/docker /build/ [2022-05-19T09:39:29.196Z] #26 22.61 + rmdir docker [2022-05-19T09:39:29.220Z] ok github.com/docker/docker/daemon/cluster/convert 0.010s coverage: 36.9% of statements [2022-05-19T09:39:29.740Z] #62 ... [2022-05-19T09:39:29.740Z] [2022-05-19T09:39:29.740Z] #58 [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-05-19T09:39:29.740Z] #58 sha256:342483109da9e364b7fdcd69e8e1164284be91eccb939cddedcef7fc7f7424b9 [2022-05-19T09:39:29.740Z] #58 57.91 Setting up criu (3.17-1) ... [2022-05-19T09:39:29.763Z] #26 ... [2022-05-19T09:39:29.763Z] [2022-05-19T09:39:29.763Z] #62 [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-05-19T09:39:29.763Z] #62 sha256:0f0442301bab59ba86b1a6fc026564903c6dd8e61a9a05e8e8c1ef7f4e5ed147 [2022-05-19T09:39:29.763Z] #62 14.09 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-05-19T09:39:29.869Z] #21 14.76 Selecting previously unselected package libinih1:amd64. [2022-05-19T09:39:29.869Z] #21 14.77 Preparing to unpack .../27-libinih1_53-1+b2_amd64.deb ... [2022-05-19T09:39:29.869Z] #21 14.78 Unpacking libinih1:amd64 (53-1+b2) ... [2022-05-19T09:39:30.020Z] #62 ... [2022-05-19T09:39:30.020Z] [2022-05-19T09:39:30.020Z] #67 [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-05-19T09:39:30.020Z] #67 sha256:5e86a54cbb0edcf13aa1fa4ebd9761354e1f4a162b3014ec19b551ab68455576 [2022-05-19T09:39:30.020Z] #67 23.02 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1 [2022-05-19T09:39:30.020Z] #67 23.17 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c [2022-05-19T09:39:30.020Z] #67 23.56 go: downloading golang.org/x/net v0.0.0-20201110031124-69a78807bb2b [2022-05-19T09:39:30.277Z] #67 ... [2022-05-19T09:39:30.277Z] [2022-05-19T09:39:30.277Z] #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-05-19T09:39:30.277Z] #26 sha256:5e7a19cc9a2d9692d647d4da6f6e26893cd328074fa5c512c13a71fafb30c266 [2022-05-19T09:39:30.277Z] #26 DONE 23.8s [2022-05-19T09:39:30.549Z] [2022-05-19T09:39:30.549Z] #53 [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-05-19T09:39:30.549Z] #53 sha256:c387c2119fb33abd796de8ad048d0f6e4f52f6aaf06840be566bdaa073236a61 [2022-05-19T09:39:30.549Z] #53 23.51 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-05-19T09:39:30.549Z] #53 23.56 go: downloading golang.org/x/mod v0.3.0 [2022-05-19T09:39:30.823Z] #21 15.69 Selecting previously unselected package libnet1:amd64. [2022-05-19T09:39:30.823Z] #21 15.70 Preparing to unpack .../28-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-05-19T09:39:30.823Z] #21 15.70 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-05-19T09:39:30.823Z] #21 ... [2022-05-19T09:39:30.823Z] [2022-05-19T09:39:30.823Z] #47 [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-05-19T09:39:30.823Z] #47 sha256:64f45ab858eeef59fd7b71f6ddefa43f4783e6b095c9c6c7ac7b72b27a18059b [2022-05-19T09:39:30.823Z] #47 60.24 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2022-05-19T09:39:30.823Z] #47 DONE 70.1s [2022-05-19T09:39:30.823Z] [2022-05-19T09:39:30.823Z] #21 [dev-systemd-false 7/26] 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-05-19T09:39:30.823Z] #21 sha256:ef713e3c42802b79b6738ad6318dcf5879d5e80a074c50ee7a25f06d794342b0 [2022-05-19T09:39:30.823Z] #21 15.88 Selecting previously unselected package libnl-3-200:amd64. [2022-05-19T09:39:31.084Z] #21 15.88 Preparing to unpack .../29-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-05-19T09:39:31.084Z] #21 15.93 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-05-19T09:39:31.084Z] #21 16.02 Selecting previously unselected package libprotobuf-c1:amd64. [2022-05-19T09:39:31.084Z] #21 16.03 Preparing to unpack .../30-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-05-19T09:39:31.084Z] #21 16.03 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-05-19T09:39:31.084Z] #21 16.11 Selecting previously unselected package net-tools. [2022-05-19T09:39:31.084Z] #21 16.12 Preparing to unpack .../31-net-tools_1.60+git20181103.0eebece-1_amd64.deb ... [2022-05-19T09:39:31.084Z] #21 16.12 Unpacking net-tools (1.60+git20181103.0eebece-1) ... [2022-05-19T09:39:31.351Z] #21 16.22 Selecting previously unselected package patch. [2022-05-19T09:39:31.351Z] #21 16.23 Preparing to unpack .../32-patch_2.7.6-7_amd64.deb ... [2022-05-19T09:39:31.351Z] #21 16.23 Unpacking patch (2.7.6-7) ... [2022-05-19T09:39:31.351Z] #21 16.32 Selecting previously unselected package python-pip-whl. [2022-05-19T09:39:31.351Z] #21 16.32 Preparing to unpack .../33-python-pip-whl_20.3.4-4+deb11u1_all.deb ... [2022-05-19T09:39:31.351Z] #21 16.33 Unpacking python-pip-whl (20.3.4-4+deb11u1) ... [2022-05-19T09:39:31.419Z] 97f65a0ec59e: Verifying Checksum [2022-05-19T09:39:31.419Z] 97f65a0ec59e: Download complete [2022-05-19T09:39:31.613Z] #21 16.62 Selecting previously unselected package python3-lib2to3. [2022-05-19T09:39:31.613Z] #21 16.63 Preparing to unpack .../34-python3-lib2to3_3.9.2-1_all.deb ... [2022-05-19T09:39:31.613Z] #21 16.63 Unpacking python3-lib2to3 (3.9.2-1) ... [2022-05-19T09:39:31.613Z] #21 16.69 Selecting previously unselected package python3-distutils. [2022-05-19T09:39:31.613Z] #21 16.70 Preparing to unpack .../35-python3-distutils_3.9.2-1_all.deb ... [2022-05-19T09:39:31.613Z] #21 16.70 Unpacking python3-distutils (3.9.2-1) ... [2022-05-19T09:39:31.659Z] #58 60.20 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-05-19T09:39:31.659Z] #58 ... [2022-05-19T09:39:31.659Z] [2022-05-19T09:39:31.659Z] #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-05-19T09:39:31.659Z] #41 sha256:c4f955ffae0a1c8967245a94aa32d654a6e15c000f626095dbb59881207e511c [2022-05-19T09:39:31.659Z] #41 50.21 Updating files: 86% (1315/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-05-19T09:39:31.659Z] #41 50.81 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c [2022-05-19T09:39:31.659Z] #41 50.98 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-05-19T09:39:31.874Z] #21 16.83 Selecting previously unselected package python3-pkg-resources. [2022-05-19T09:39:31.874Z] #21 16.84 Preparing to unpack .../36-python3-pkg-resources_52.0.0-4_all.deb ... [2022-05-19T09:39:31.874Z] #21 16.84 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-05-19T09:39:31.874Z] #21 17.02 Selecting previously unselected package python3-setuptools. [2022-05-19T09:39:31.874Z] #21 17.02 Preparing to unpack .../37-python3-setuptools_52.0.0-4_all.deb ... [2022-05-19T09:39:31.921Z] #41 ... [2022-05-19T09:39:31.921Z] [2022-05-19T09:39:31.921Z] #58 [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-05-19T09:39:31.921Z] #58 sha256:342483109da9e364b7fdcd69e8e1164284be91eccb939cddedcef7fc7f7424b9 [2022-05-19T09:39:31.921Z] #58 60.20 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-05-19T09:39:32.134Z] #21 17.02 Unpacking python3-setuptools (52.0.0-4) ... [2022-05-19T09:39:32.134Z] #21 17.16 Selecting previously unselected package python3-wheel. [2022-05-19T09:39:32.134Z] #21 17.16 Preparing to unpack .../38-python3-wheel_0.34.2-1_all.deb ... [2022-05-19T09:39:32.134Z] #21 17.17 Unpacking python3-wheel (0.34.2-1) ... [2022-05-19T09:39:32.134Z] #21 17.25 Selecting previously unselected package python3-pip. [2022-05-19T09:39:32.134Z] #21 17.25 Preparing to unpack .../39-python3-pip_20.3.4-4+deb11u1_all.deb ... [2022-05-19T09:39:32.395Z] #21 17.26 Unpacking python3-pip (20.3.4-4+deb11u1) ... [2022-05-19T09:39:32.395Z] #21 17.42 Selecting previously unselected package sudo. [2022-05-19T09:39:32.395Z] #21 17.42 Preparing to unpack .../40-sudo_1.9.5p2-3_amd64.deb ... [2022-05-19T09:39:32.395Z] #21 17.43 Unpacking sudo (1.9.5p2-3) ... [2022-05-19T09:39:32.495Z] #58 DONE 60.7s [2022-05-19T09:39:32.495Z] [2022-05-19T09:39:32.495Z] #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-05-19T09:39:32.495Z] #41 sha256:c4f955ffae0a1c8967245a94aa32d654a6e15c000f626095dbb59881207e511c [2022-05-19T09:39:32.757Z] #41 ... [2022-05-19T09:39:32.757Z] [2022-05-19T09:39:32.757Z] #62 [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-05-19T09:39:32.757Z] #62 sha256:5057fea76c4566561f2fcd443fa7f0c66715a304331185cc70a563f6efd078dd [2022-05-19T09:39:32.757Z] #62 61.21 go: downloading github.com/quasilyte/gogrep v0.0.0-20220103110004-ffaa07af02e3 [2022-05-19T09:39:32.757Z] #62 61.28 go: downloading github.com/gobwas/glob v0.2.3 [2022-05-19T09:39:32.757Z] #62 61.39 go: downloading github.com/kisielk/gotool v1.0.0 [2022-05-19T09:39:32.757Z] #62 61.43 go: downloading github.com/gostaticanalysis/comment v1.4.2 [2022-05-19T09:39:32.757Z] #62 61.47 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1 [2022-05-19T09:39:32.757Z] #62 61.47 go: downloading golang.org/x/mod v0.5.1 [2022-05-19T09:39:32.965Z] #21 17.72 Selecting previously unselected package thin-provisioning-tools. [2022-05-19T09:39:32.965Z] #21 17.73 Preparing to unpack .../41-thin-provisioning-tools_0.9.0-1_amd64.deb ... [2022-05-19T09:39:32.965Z] #21 17.74 Unpacking thin-provisioning-tools (0.9.0-1) ... [2022-05-19T09:39:32.965Z] #21 17.88 Selecting previously unselected package uidmap. [2022-05-19T09:39:32.965Z] #21 17.89 Preparing to unpack .../42-uidmap_1%3a4.8.1-1_amd64.deb ... [2022-05-19T09:39:32.965Z] #21 17.90 Unpacking uidmap (1:4.8.1-1) ... [2022-05-19T09:39:32.965Z] #21 18.08 Selecting previously unselected package vim-runtime. [2022-05-19T09:39:32.965Z] #21 18.08 Preparing to unpack .../43-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-05-19T09:39:32.965Z] #21 18.10 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime' [2022-05-19T09:39:32.965Z] #21 18.13 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime' [2022-05-19T09:39:33.020Z] #62 61.51 go: downloading github.com/ettle/strcase v0.1.1 [2022-05-19T09:39:33.020Z] #62 61.55 go: downloading github.com/fatih/structtag v1.2.0 [2022-05-19T09:39:33.020Z] #62 61.56 go: downloading github.com/Masterminds/semver v1.5.0 [2022-05-19T09:39:33.020Z] #62 61.67 go: downloading github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d [2022-05-19T09:39:33.020Z] #62 61.72 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354 [2022-05-19T09:39:33.225Z] #21 18.15 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-05-19T09:39:33.284Z] #62 61.93 go: downloading github.com/prometheus/client_golang v1.7.1 [2022-05-19T09:39:33.318Z] #14 72.30 Selecting previously unselected package gcc-mingw-w64-x86-64-posix. [2022-05-19T09:39:33.318Z] #14 72.30 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-05-19T09:39:33.318Z] #14 72.37 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-05-19T09:39:33.545Z] #62 62.36 go: downloading github.com/prometheus/client_model v0.2.0 [2022-05-19T09:39:33.807Z] #62 62.43 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2022-05-19T09:39:33.807Z] #62 62.46 go: downloading github.com/google/go-cmp v0.5.6 [2022-05-19T09:39:33.821Z] #53 ... [2022-05-19T09:39:33.821Z] [2022-05-19T09:39:33.821Z] #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-05-19T09:39:33.821Z] #14 sha256:ad430aa4634b833e1f6147f42e8232eb8136a1b47ba188feff5f14c8911b4227 [2022-05-19T09:39:33.821Z] #14 17.85 Fetched 8530 kB in 13s (658 kB/s) [2022-05-19T09:39:33.821Z] #14 17.85 Reading package lists... [2022-05-19T09:39:33.821Z] #14 ... [2022-05-19T09:39:33.821Z] [2022-05-19T09:39:33.821Z] #67 [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-05-19T09:39:33.821Z] #67 sha256:5e86a54cbb0edcf13aa1fa4ebd9761354e1f4a162b3014ec19b551ab68455576 [2022-05-19T09:39:33.821Z] #67 27.41 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-05-19T09:39:34.381Z] #62 62.84 go: downloading github.com/chavacava/garif v0.0.0-20210405164556-e8a0a408d6af [2022-05-19T09:39:34.381Z] #62 62.85 go: downloading github.com/olekukonko/tablewriter v0.0.5 [2022-05-19T09:39:34.381Z] #62 62.95 go: downloading github.com/beorn7/perks v1.0.1 [2022-05-19T09:39:34.381Z] #62 62.96 go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-05-19T09:39:34.381Z] #62 62.97 go: downloading github.com/cespare/xxhash v1.1.0 [2022-05-19T09:39:34.381Z] #62 62.99 go: downloading github.com/golang/protobuf v1.5.2 [2022-05-19T09:39:34.606Z] #21 19.41 Selecting previously unselected package vim. [2022-05-19T09:39:34.606Z] #21 19.41 Preparing to unpack .../44-vim_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-05-19T09:39:34.606Z] #21 19.43 Unpacking vim (2:8.2.2434-3+deb11u1) ... [2022-05-19T09:39:34.606Z] #21 19.68 Selecting previously unselected package xfsprogs. [2022-05-19T09:39:34.643Z] #62 63.16 go: downloading github.com/prometheus/common v0.10.0 [2022-05-19T09:39:34.644Z] #62 63.39 go: downloading github.com/prometheus/procfs v0.6.0 [2022-05-19T09:39:34.751Z] #67 ... [2022-05-19T09:39:34.751Z] [2022-05-19T09:39:34.751Z] #38 [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-05-19T09:39:34.751Z] #38 sha256:ae7bed019bb497077c7cdbdc7340eefa54526eeb9cd33f3e4ff19c12132b415c [2022-05-19T09:39:34.751Z] #38 28.80 tomll can be used in two ways: [2022-05-19T09:39:34.751Z] #38 28.80 Writing to STDIN and reading from STDOUT: [2022-05-19T09:39:34.751Z] #38 28.80 cat file.toml | tomll > file.toml [2022-05-19T09:39:34.751Z] #38 28.80 [2022-05-19T09:39:34.751Z] #38 28.80 Reading and updating a list of files: [2022-05-19T09:39:34.751Z] #38 28.80 tomll a.toml b.toml c.toml [2022-05-19T09:39:34.751Z] #38 28.80 [2022-05-19T09:39:34.751Z] #38 28.80 When given a list of files, tomll will modify all files in place without asking. [2022-05-19T09:39:34.751Z] #38 DONE 29.0s [2022-05-19T09:39:34.751Z] [2022-05-19T09:39:34.751Z] #36 [delve 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/go-delve/delve/cmd/dlv@v1.8.1" && /build/dlv --help [2022-05-19T09:39:34.751Z] #36 sha256:03e732bcf8e9966774f0748183eb1fe6fc75b304267c47c51a6cef833e2fda40 [2022-05-19T09:39:34.751Z] #36 26.55 go: downloading github.com/sirupsen/logrus v1.6.0 [2022-05-19T09:39:34.751Z] #36 26.60 go: downloading github.com/spf13/cobra v1.1.3 [2022-05-19T09:39:34.751Z] #36 27.35 go: downloading github.com/mattn/go-isatty v0.0.3 [2022-05-19T09:39:34.751Z] #36 27.85 go: downloading golang.org/x/sys v0.0.0-20211117180635-dee7805ff2e1 [2022-05-19T09:39:34.751Z] #36 28.47 go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-05-19T09:39:34.751Z] #36 28.96 go: downloading github.com/cosiner/argv v0.1.0 [2022-05-19T09:39:34.751Z] #36 29.01 go: downloading github.com/derekparker/trie v0.0.0-20200317170641-1fdf38b7b0e9 [2022-05-19T09:39:34.866Z] #21 19.69 Preparing to unpack .../45-xfsprogs_5.10.0-4_amd64.deb ... [2022-05-19T09:39:34.866Z] #21 19.69 Unpacking xfsprogs (5.10.0-4) ... [2022-05-19T09:39:34.866Z] #21 19.96 Selecting previously unselected package zip. [2022-05-19T09:39:34.906Z] #62 63.48 go: downloading github.com/mattn/go-runewidth v0.0.9 [2022-05-19T09:39:34.906Z] #62 63.68 go: downloading google.golang.org/protobuf v1.27.1 [2022-05-19T09:39:35.008Z] #36 29.26 go: downloading github.com/peterh/liner v1.2.2 [2022-05-19T09:39:35.126Z] #21 19.96 Preparing to unpack .../46-zip_3.0-12_amd64.deb ... [2022-05-19T09:39:35.126Z] #21 19.97 Unpacking zip (3.0-12) ... [2022-05-19T09:39:35.127Z] #21 20.06 Selecting previously unselected package zstd. [2022-05-19T09:39:35.127Z] #21 20.06 Preparing to unpack .../47-zstd_1.4.8+dfsg-2.1_amd64.deb ... [2022-05-19T09:39:35.127Z] #21 20.07 Unpacking zstd (1.4.8+dfsg-2.1) ... [2022-05-19T09:39:35.265Z] #36 29.52 go: downloading github.com/google/go-dap v0.6.0 [2022-05-19T09:39:35.387Z] #21 20.27 Setting up python3-pkg-resources (52.0.0-4) ... [2022-05-19T09:39:35.647Z] #21 20.64 Setting up libip4tc2:amd64 (1.8.7-1) ... [2022-05-19T09:39:35.647Z] #21 20.65 Setting up net-tools (1.60+git20181103.0eebece-1) ... [2022-05-19T09:39:35.647Z] #21 20.67 Setting up libgpm2:amd64 (1.20.7-8) ... [2022-05-19T09:39:35.647Z] #21 20.68 Setting up libicu67:amd64 (67.1-7) ... [2022-05-19T09:39:35.647Z] #21 20.69 Setting up libip6tc2:amd64 (1.8.7-1) ... [2022-05-19T09:39:35.647Z] #21 20.70 Setting up libinih1:amd64 (53-1+b2) ... [2022-05-19T09:39:35.647Z] #21 20.72 Setting up uidmap (1:4.8.1-1) ... [2022-05-19T09:39:35.647Z] #21 20.73 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-05-19T09:39:35.647Z] #21 20.74 Setting up bzip2 (1.0.8-4) ... [2022-05-19T09:39:35.647Z] #21 20.75 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-05-19T09:39:35.809Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.446s coverage: 13.4% of statements [2022-05-19T09:39:35.829Z] #36 30.20 go: downloading github.com/spf13/pflag v1.0.5 [2022-05-19T09:39:35.907Z] #21 20.76 Setting up python3-wheel (0.34.2-1) ... [2022-05-19T09:39:35.907Z] #21 21.03 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-05-19T09:39:36.167Z] #21 21.04 Setting up libcap2:amd64 (1:2.44-1) ... [2022-05-19T09:39:36.167Z] #21 21.05 Setting up libcap2-bin (1:2.44-1) ... [2022-05-19T09:39:36.167Z] #21 21.07 Setting up apparmor (2.13.6-10) ... [2022-05-19T09:39:36.393Z] #36 30.54 go: downloading go.starlark.net v0.0.0-20200821142938-949cc6f4b097 [2022-05-19T09:39:36.753Z] ok github.com/docker/docker/daemon/config 0.031s coverage: 81.5% of statements [2022-05-19T09:39:36.824Z] #62 65.20 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1 [2022-05-19T09:39:37.014Z] ok github.com/docker/docker/daemon/events 0.058s coverage: 50.0% of statements [2022-05-19T09:39:37.328Z] #36 31.61 go: downloading github.com/mattn/go-runewidth v0.0.3 [2022-05-19T09:39:37.328Z] #36 ... [2022-05-19T09:39:37.328Z] [2022-05-19T09:39:37.328Z] #51 [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-05-19T09:39:37.328Z] #51 sha256:342483109da9e364b7fdcd69e8e1164284be91eccb939cddedcef7fc7f7424b9 [2022-05-19T09:39:37.328Z] #51 31.01 Fetched 8534 kB in 24s (350 kB/s) [2022-05-19T09:39:37.549Z] #21 22.61 Setting up zip (3.0-12) ... [2022-05-19T09:39:37.549Z] #21 22.63 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-05-19T09:39:37.549Z] #21 22.66 Setting up bash-completion (1:2.11-2) ... [2022-05-19T09:39:37.586Z] ok github.com/docker/docker/daemon/graphdriver 0.006s coverage: 2.2% of statements [2022-05-19T09:39:37.812Z] #21 ... [2022-05-19T09:39:37.812Z] [2022-05-19T09:39:37.812Z] #55 [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-05-19T09:39:37.812Z] #55 sha256:5057fea76c4566561f2fcd443fa7f0c66715a304331185cc70a563f6efd078dd [2022-05-19T09:39:37.812Z] #55 77.38 golangci-lint has version v1.44.0 built from (unknown, mod sum: "h1:YJPouGNQEdK+x2KsCpWMIBy0q6MSuxHjkWMxJMNj/DU=") on (unknown) [2022-05-19T09:39:38.383Z] #55 DONE 77.9s [2022-05-19T09:39:38.383Z] [2022-05-19T09:39:38.383Z] #60 [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-05-19T09:39:38.383Z] #60 sha256:185c5de8a4734a95192f22034548ab69f116c6d6c8810f2a047e66cf7cd693a7 [2022-05-19T09:39:38.642Z] #60 ... [2022-05-19T09:39:38.643Z] [2022-05-19T09:39:38.643Z] #21 [dev-systemd-false 7/26] 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-05-19T09:39:38.643Z] #21 sha256:ef713e3c42802b79b6738ad6318dcf5879d5e80a074c50ee7a25f06d794342b0 [2022-05-19T09:39:38.643Z] #21 23.80 Setting up xz-utils (5.2.5-2.1~deb11u1) ... [2022-05-19T09:39:38.643Z] #21 23.81 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2022-05-19T09:39:38.902Z] #21 23.82 Setting up libmnl0:amd64 (1.0.4-3) ... [2022-05-19T09:39:38.902Z] #21 23.83 Setting up patch (2.7.6-7) ... [2022-05-19T09:39:38.902Z] #21 23.85 Setting up sudo (1.9.5p2-3) ... [2022-05-19T09:39:38.902Z] #21 23.90 invoke-rc.d: could not determine current runlevel [2022-05-19T09:39:38.902Z] #21 23.91 invoke-rc.d: policy-rc.d denied execution of start. [2022-05-19T09:39:38.902Z] #21 23.92 Setting up xfsprogs (5.10.0-4) ... [2022-05-19T09:39:38.902Z] #21 23.93 Setting up libxtables12:amd64 (1.8.7-1) ... [2022-05-19T09:39:38.902Z] #21 23.94 Setting up inetutils-ping (2:2.0-1) ... [2022-05-19T09:39:38.902Z] #21 23.95 Setting up pigz (2.6-1) ... [2022-05-19T09:39:38.902Z] #21 23.96 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-05-19T09:39:38.902Z] #21 23.97 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-05-19T09:39:38.902Z] #21 24.00 Setting up python-pip-whl (20.3.4-4+deb11u1) ... [2022-05-19T09:39:38.902Z] #21 24.01 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-05-19T09:39:38.973Z] ok github.com/docker/docker/daemon/graphdriver/aufs 0.494s coverage: 74.8% of statements [2022-05-19T09:39:38.973Z] ok github.com/docker/docker/daemon 10.116s coverage: 16.0% of statements [2022-05-19T09:39:38.973Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2022-05-19T09:39:38.973Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2022-05-19T09:39:38.973Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2022-05-19T09:39:38.973Z] ? github.com/docker/docker/daemon/exec [no test files] [2022-05-19T09:39:39.472Z] #21 24.23 Setting up libaio1:amd64 (0.3.112-9) ... [2022-05-19T09:39:39.472Z] #21 24.24 Setting up python3-lib2to3 (3.9.2-1) ... [2022-05-19T09:39:39.472Z] #21 24.39 Setting up libelf1:amd64 (0.183-1) ... [2022-05-19T09:39:39.472Z] #21 24.42 Setting up zstd (1.4.8+dfsg-2.1) ... [2022-05-19T09:39:39.472Z] #21 24.44 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-05-19T09:39:39.472Z] #21 24.44 Setting up python3-distutils (3.9.2-1) ... [2022-05-19T09:39:39.472Z] #21 24.61 Setting up vim (2:8.2.2434-3+deb11u1) ... [2022-05-19T09:39:39.472Z] #21 24.62 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2022-05-19T09:39:39.546Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.275s coverage: 56.2% of statements [2022-05-19T09:39:39.732Z] #21 24.63 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2022-05-19T09:39:39.732Z] #21 24.63 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2022-05-19T09:39:39.732Z] #21 24.64 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2022-05-19T09:39:39.732Z] #21 24.64 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2022-05-19T09:39:39.732Z] #21 24.66 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2022-05-19T09:39:39.732Z] #21 24.67 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2022-05-19T09:39:39.732Z] #21 24.68 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2022-05-19T09:39:39.732Z] #21 24.69 Setting up python3-setuptools (52.0.0-4) ... [2022-05-19T09:39:39.886Z] #14 ... [2022-05-19T09:39:39.886Z] [2022-05-19T09:39:39.886Z] #64 [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-05-19T09:39:39.886Z] #64 sha256:77fe0aa2065ab53e77ef06da898c2c41092a9616612e3be18052a99b0d9d979b [2022-05-19T09:39:40.303Z] #21 25.19 Setting up libjq1:amd64 (1.6-2.1) ... [2022-05-19T09:39:40.303Z] #21 25.21 Setting up libnftnl11:amd64 (1.1.9-1) ... [2022-05-19T09:39:40.303Z] #21 25.22 Setting up thin-provisioning-tools (0.9.0-1) ... [2022-05-19T09:39:40.303Z] #21 25.23 Setting up python3-pip (20.3.4-4+deb11u1) ... [2022-05-19T09:39:40.403Z] #64 47.81 Updating files: 49% (2359/4768) Updating files: 50% (2384/4768) Updating files: 51% (2432/4768) Updating files: 52% (2480/4768) Updating files: 53% (2528/4768) Updating files: 54% (2575/4768) Updating files: 55% (2623/4768) Updating files: 56% (2671/4768) Updating files: 57% (2718/4768) Updating files: 58% (2766/4768) Updating files: 59% (2814/4768) Updating files: 60% (2861/4768) Updating files: 61% (2909/4768) Updating files: 62% (2957/4768) Updating files: 63% (3004/4768) Updating files: 64% (3052/4768) Updating files: 65% (3100/4768) Updating files: 66% (3147/4768) Updating files: 67% (3195/4768) Updating files: 68% (3243/4768) Updating files: 69% (3290/4768) Updating files: 70% (3338/4768) Updating files: 71% (3386/4768) Updating files: 72% (3433/4768) Updating files: 73% (3481/4768) Updating files: 74% (3529/4768) Updating files: 75% (3576/4768) Updating files: 76% (3624/4768) Updating files: 77% (3672/4768) Updating files: 78% (3720/4768) Updating files: 79% (3767/4768) Updating files: 80% (3815/4768) Updating files: 81% (3863/4768) Updating files: 82% (3910/4768) Updating files: 83% (3958/4768) Updating files: 84% (4006/4768) Updating files: 85% (4053/4768) Updating files: 86% (4101/4768) Updating files: 87% (4149/4768) Updating files: 88% (4196/4768) Updating files: 88% (4197/4768) Updating files: 89% (4244/4768) Updating files: 90% (4292/4768) Updating files: 91% (4339/4768) Updating files: 92% (4387/4768) Updating files: 93% (4435/4768) Updating files: 94% (4482/4768) Updating files: 95% (4530/4768) Updating files: 96% (4578/4768) Updating files: 97% (4625/4768) Updating files: 98% (4673/4768) Updating files: 99% (4721/4768) Updating files: 100% (4768/4768) Updating files: 100% (4768/4768), done. [2022-05-19T09:39:40.403Z] #64 49.22 + cd /tmp/tmp.DJWYWZDVy7/src/github.com/containerd/containerd [2022-05-19T09:39:40.403Z] #64 49.22 + git checkout -q v1.6.4 [2022-05-19T09:39:40.824Z] #21 25.62 Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-05-19T09:39:40.824Z] #21 25.64 Setting up jq (1.6-2.1) ... [2022-05-19T09:39:40.824Z] #21 25.65 Setting up libbpf0:amd64 (1:0.3-2) ... [2022-05-19T09:39:40.824Z] #21 25.66 Setting up iptables (1.8.7-1) ... [2022-05-19T09:39:40.824Z] #21 25.67 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2022-05-19T09:39:40.824Z] #21 25.67 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-05-19T09:39:40.824Z] #21 25.68 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2022-05-19T09:39:40.824Z] #21 25.69 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-05-19T09:39:40.825Z] #21 25.69 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2022-05-19T09:39:40.825Z] #21 25.70 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2022-05-19T09:39:40.825Z] #21 25.70 Setting up iproute2 (5.10.0-4) ... [2022-05-19T09:39:40.932Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.006s coverage: 3.0% of statements [2022-05-19T09:39:41.085Z] #21 25.95 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-05-19T09:39:41.107Z] #62 ... [2022-05-19T09:39:41.107Z] [2022-05-19T09:39:41.107Z] #60 [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-05-19T09:39:41.107Z] #60 sha256:c387c2119fb33abd796de8ad048d0f6e4f52f6aaf06840be566bdaa073236a61 [2022-05-19T09:39:41.107Z] #60 69.40 gotestsum version dev [2022-05-19T09:39:41.654Z] #21 DONE 26.7s [2022-05-19T09:39:41.654Z] [2022-05-19T09:39:41.654Z] #22 [dev-systemd-false 8/26] 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-05-19T09:39:41.654Z] #22 sha256:c7811928bce2e5b3944dd00b29a5d762d4bc0a9c3ed149c9c48245a64a9a344e [2022-05-19T09:39:41.680Z] #60 DONE 70.3s [2022-05-19T09:39:41.680Z] [2022-05-19T09:39:41.680Z] #43 [delve 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/go-delve/delve/cmd/dlv@v1.8.1" && /build/dlv --help [2022-05-19T09:39:41.680Z] #43 sha256:03e732bcf8e9966774f0748183eb1fe6fc75b304267c47c51a6cef833e2fda40 [2022-05-19T09:39:41.780Z] #64 50.41 + export 'BUILDTAGS=netgo osusergo static_build' [2022-05-19T09:39:41.780Z] #64 50.41 + BUILDTAGS='netgo osusergo static_build' [2022-05-19T09:39:41.780Z] #64 50.41 + export EXTRA_FLAGS=-buildmode=pie [2022-05-19T09:39:41.780Z] #64 50.41 + EXTRA_FLAGS=-buildmode=pie [2022-05-19T09:39:41.780Z] #64 50.41 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2022-05-19T09:39:41.780Z] #64 50.41 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2022-05-19T09:39:41.780Z] #64 50.41 + '[' '' = dynamic ']' [2022-05-19T09:39:41.780Z] #64 50.41 + make [2022-05-19T09:39:41.877Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.009s coverage: 1.9% of statements [2022-05-19T09:39:42.595Z] #22 ... [2022-05-19T09:39:42.595Z] [2022-05-19T09:39:42.595Z] #60 [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-05-19T09:39:42.595Z] #60 sha256:185c5de8a4734a95192f22034548ab69f116c6d6c8810f2a047e66cf7cd693a7 [2022-05-19T09:39:42.595Z] #60 34.97 + mkdir -p /build [2022-05-19T09:39:42.595Z] #60 34.97 + cp runc /build/runc [2022-05-19T09:39:42.595Z] #60 DONE 35.2s [2022-05-19T09:39:42.595Z] [2022-05-19T09:39:42.595Z] #22 [dev-systemd-false 8/26] 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-05-19T09:39:42.595Z] #22 sha256:c7811928bce2e5b3944dd00b29a5d762d4bc0a9c3ed149c9c48245a64a9a344e [2022-05-19T09:39:42.595Z] #22 0.954 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2022-05-19T09:39:42.604Z] #51 31.01 Reading package lists... [2022-05-19T09:39:42.604Z] #51 ... [2022-05-19T09:39:42.604Z] [2022-05-19T09:39:42.604Z] #47 [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-05-19T09:39:42.604Z] #47 sha256:64f45ab858eeef59fd7b71f6ddefa43f4783e6b095c9c6c7ac7b72b27a18059b [2022-05-19T09:39:42.855Z] #22 0.962 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2022-05-19T09:39:42.855Z] #22 0.973 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2022-05-19T09:39:42.855Z] #22 DONE 1.1s [2022-05-19T09:39:42.855Z] [2022-05-19T09:39:42.855Z] #64 [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-05-19T09:39:42.855Z] #64 sha256:57bcc8d50dd5ccf42ce11bb2bbc8604c39b065c009ce8937ad0dfaa89f545275 [2022-05-19T09:39:42.855Z] #64 65.85 + bin/containerd [2022-05-19T09:39:43.269Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 1.978s coverage: 46.1% of statements [2022-05-19T09:39:43.269Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2022-05-19T09:39:43.269Z] ok github.com/docker/docker/daemon/graphdriver/overlay 0.289s coverage: 50.6% of statements [2022-05-19T09:39:43.375Z] #47 36.06 Updating files: 64% (1411/2177) Updating files: 65% (1416/2177) Updating files: 66% (1437/2177) Updating files: 67% (1459/2177) Updating files: 68% (1481/2177) Updating files: 69% (1503/2177) Updating files: 70% (1524/2177) Updating files: 71% (1546/2177) Updating files: 72% (1568/2177) Updating files: 73% (1590/2177) Updating files: 74% (1611/2177) Updating files: 75% (1633/2177) Updating files: 76% (1655/2177) Updating files: 77% (1677/2177) Updating files: 78% (1699/2177) Updating files: 79% (1720/2177) Updating files: 80% (1742/2177) Updating files: 81% (1764/2177) Updating files: 82% (1786/2177) Updating files: 83% (1807/2177) Updating files: 84% (1829/2177) Updating files: 85% (1851/2177) Updating files: 86% (1873/2177) Updating files: 87% (1894/2177) Updating files: 88% (1916/2177) Updating files: 89% (1938/2177) Updating files: 90% (1960/2177) Updating files: 91% (1982/2177) Updating files: 92% (2003/2177) Updating files: 93% (2025/2177) Updating files: 94% (2047/2177) Updating files: 95% (2069/2177) Updating files: 96% (2090/2177) Updating files: 97% (2112/2177) Updating files: 98% (2134/2177) Updating files: 99% (2156/2177) Updating files: 100% (2177/2177) Updating files: 100% (2177/2177), done. [2022-05-19T09:39:43.375Z] #47 37.34 + git checkout -q v2.3.0 [2022-05-19T09:39:43.633Z] #47 ... [2022-05-19T09:39:43.633Z] [2022-05-19T09:39:43.633Z] #62 [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-05-19T09:39:43.633Z] #62 sha256:0f0442301bab59ba86b1a6fc026564903c6dd8e61a9a05e8e8c1ef7f4e5ed147 [2022-05-19T09:39:43.633Z] #62 27.83 Fetched 8530 kB in 22s (389 kB/s) [2022-05-19T09:39:43.633Z] #62 27.83 Reading package lists... [2022-05-19T09:39:43.633Z] #62 36.63 Reading package lists... [2022-05-19T09:39:43.633Z] #62 ... [2022-05-19T09:39:43.633Z] [2022-05-19T09:39:43.633Z] #36 [delve 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/go-delve/delve/cmd/dlv@v1.8.1" && /build/dlv --help [2022-05-19T09:39:43.633Z] #36 sha256:03e732bcf8e9966774f0748183eb1fe6fc75b304267c47c51a6cef833e2fda40 [2022-05-19T09:39:43.633Z] #36 31.96 go: downloading github.com/hashicorp/golang-lru v0.5.4 [2022-05-19T09:39:43.633Z] #36 32.10 go: downloading golang.org/x/arch v0.0.0-20190927153633-4e8777c89be4 [2022-05-19T09:39:43.633Z] #36 34.59 go: downloading github.com/russross/blackfriday/v2 v2.0.1 [2022-05-19T09:39:43.633Z] #36 34.70 go: downloading github.com/cilium/ebpf v0.7.0 [2022-05-19T09:39:43.633Z] #36 36.33 go: downloading github.com/shurcooL/sanitized_anchor_name v1.0.0 [2022-05-19T09:39:43.684Z] #64 52.40 + bin/ctr [2022-05-19T09:39:44.198Z] #36 ... [2022-05-19T09:39:44.198Z] [2022-05-19T09:39:44.198Z] #42 [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-05-19T09:39:44.199Z] #42 sha256:635aa174200b74209cbd6c68b0f12f60f2a29d9649aa3089dbc629ac5ed19ba4 [2022-05-19T09:39:44.199Z] #42 28.24 Fetched 8530 kB in 22s (382 kB/s) [2022-05-19T09:39:44.199Z] #42 28.24 Reading package lists... [2022-05-19T09:39:44.199Z] #42 37.32 Reading package lists... [2022-05-19T09:39:44.199Z] #42 ... [2022-05-19T09:39:44.199Z] [2022-05-19T09:39:44.199Z] #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-05-19T09:39:44.199Z] #14 sha256:ad430aa4634b833e1f6147f42e8232eb8136a1b47ba188feff5f14c8911b4227 [2022-05-19T09:39:44.199Z] #14 17.85 Reading package lists... [2022-05-19T09:39:44.199Z] #14 28.77 Reading package lists... [2022-05-19T09:39:44.212Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.023s coverage: 58.5% of statements [2022-05-19T09:39:44.991Z] #43 ... [2022-05-19T09:39:44.991Z] [2022-05-19T09:39:44.991Z] #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-05-19T09:39:44.991Z] #19 sha256:f906552b5f82ee6cc7ffaae751835b5293cfb13fa5ba15dd04916bc798787b13 [2022-05-19T09:39:44.991Z] #19 60.77 Fetched 49.0 MB in 59s (829 kB/s) [2022-05-19T09:39:45.072Z] #64 ... [2022-05-19T09:39:45.072Z] [2022-05-19T09:39:45.072Z] #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-05-19T09:39:45.072Z] #14 sha256:ad430aa4634b833e1f6147f42e8232eb8136a1b47ba188feff5f14c8911b4227 [2022-05-19T09:39:45.072Z] #14 84.50 Selecting previously unselected package g++-mingw-w64-x86-64-posix. [2022-05-19T09:39:45.072Z] #14 84.50 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-05-19T09:39:45.072Z] #14 84.51 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-05-19T09:39:45.156Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.008s coverage: 3.0% of statements [2022-05-19T09:39:45.156Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 0.890s coverage: 58.5% of statements [2022-05-19T09:39:45.156Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2022-05-19T09:39:45.156Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2022-05-19T09:39:45.416Z] ok github.com/docker/docker/daemon/links 0.006s coverage: 93.0% of statements [2022-05-19T09:39:46.098Z] #14 37.71 Building dependency tree... [2022-05-19T09:39:46.098Z] #14 ... [2022-05-19T09:39:46.098Z] [2022-05-19T09:39:46.098Z] #51 [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-05-19T09:39:46.098Z] #51 sha256:342483109da9e364b7fdcd69e8e1164284be91eccb939cddedcef7fc7f7424b9 [2022-05-19T09:39:46.098Z] #51 31.01 Reading package lists... [2022-05-19T09:39:46.151Z] #64 ... [2022-05-19T09:39:46.151Z] [2022-05-19T09:39:46.151Z] #23 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.26.1 [2022-05-19T09:39:46.151Z] #23 sha256:13726e4b4076cc5b48d1dd40fbc30ad88596bc8c59aeb3f2eff8a95d56618fbb [2022-05-19T09:39:47.332Z] ok github.com/docker/docker/daemon/logger 0.225s coverage: 43.0% of statements [2022-05-19T09:39:47.332Z] ok github.com/docker/docker/daemon/images 0.037s coverage: 6.6% of statements [2022-05-19T09:39:47.332Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2022-05-19T09:39:47.332Z] ? github.com/docker/docker/daemon/listeners [no test files] [2022-05-19T09:39:47.905Z] ok github.com/docker/docker/daemon/logger/fluentd 0.014s coverage: 53.6% of statements [2022-05-19T09:39:48.477Z] ok github.com/docker/docker/daemon/logger/awslogs 0.132s coverage: 79.9% of statements [2022-05-19T09:39:48.477Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2022-05-19T09:39:48.477Z] ok github.com/docker/docker/daemon/logger/gelf 0.009s coverage: 68.2% of statements [2022-05-19T09:39:49.059Z] ok github.com/docker/docker/daemon/logger/journald 0.006s coverage: 23.9% of statements [2022-05-19T09:39:49.325Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.009s coverage: 69.9% of statements [2022-05-19T09:39:49.325Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.003s coverage: 87.2% of statements [2022-05-19T09:39:50.268Z] ok github.com/docker/docker/daemon/logger/local 0.029s coverage: 78.7% of statements [2022-05-19T09:39:50.268Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2022-05-19T09:39:50.268Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.049s coverage: 54.9% of statements [2022-05-19T09:39:50.355Z] #23 6.814 Collecting yamllint==1.26.1 [2022-05-19T09:39:50.841Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.021s coverage: 31.5% of statements [2022-05-19T09:39:50.925Z] #23 7.865 Downloading yamllint-1.26.1.tar.gz (126 kB) [2022-05-19T09:39:51.184Z] #23 8.282 Collecting pathspec>=0.5.3 [2022-05-19T09:39:51.184Z] #23 8.285 Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB) [2022-05-19T09:39:51.413Z] ok github.com/docker/docker/daemon/logger/syslog 0.006s coverage: 46.8% of statements [2022-05-19T09:39:51.444Z] #23 8.431 Collecting pyyaml [2022-05-19T09:39:51.444Z] #23 8.434 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-05-19T09:39:51.444Z] #23 8.460 Building wheels for collected packages: yamllint [2022-05-19T09:39:51.444Z] #23 8.461 Building wheel for yamllint (setup.py): started [2022-05-19T09:39:51.617Z] #51 40.00 Reading package lists... [2022-05-19T09:39:51.617Z] #51 ... [2022-05-19T09:39:51.617Z] [2022-05-19T09:39:51.617Z] #62 [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-05-19T09:39:51.617Z] #62 sha256:0f0442301bab59ba86b1a6fc026564903c6dd8e61a9a05e8e8c1ef7f4e5ed147 [2022-05-19T09:39:51.617Z] #62 36.63 Reading package lists... [2022-05-19T09:39:51.654Z] #14 90.25 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime. [2022-05-19T09:39:51.654Z] #14 90.25 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ... [2022-05-19T09:39:51.654Z] #14 90.25 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-05-19T09:39:51.674Z] ok github.com/docker/docker/daemon/logger/templates 0.004s coverage: 8.3% of statements [2022-05-19T09:39:51.704Z] #23 8.792 Building wheel for yamllint (setup.py): finished with status 'done' [2022-05-19T09:39:51.704Z] #23 8.793 Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=f7745912cf04226c0acd1ffbaced1a52eba256052e183796c85030b526166425 [2022-05-19T09:39:51.704Z] #23 8.793 Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3 [2022-05-19T09:39:51.704Z] #23 8.796 Successfully built yamllint [2022-05-19T09:39:51.704Z] #23 8.806 Installing collected packages: pyyaml, pathspec, yamllint [2022-05-19T09:39:51.704Z] #23 8.961 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1 [2022-05-19T09:39:52.244Z] ok github.com/docker/docker/daemon/network 0.005s coverage: 63.8% of statements [2022-05-19T09:39:52.887Z] ok github.com/docker/docker/daemon/logger/splunk 1.533s coverage: 82.5% of statements [2022-05-19T09:39:52.887Z] ? github.com/docker/docker/daemon/names [no test files] [2022-05-19T09:39:52.887Z] ? github.com/docker/docker/daemon/stats [no test files] [2022-05-19T09:39:53.094Z] #23 DONE 10.2s [2022-05-19T09:39:53.094Z] [2022-05-19T09:39:53.094Z] #64 [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-05-19T09:39:53.094Z] #64 sha256:57bcc8d50dd5ccf42ce11bb2bbc8604c39b065c009ce8937ad0dfaa89f545275 [2022-05-19T09:39:53.094Z] #64 ... [2022-05-19T09:39:53.094Z] [2022-05-19T09:39:53.094Z] #27 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/cli [2022-05-19T09:39:53.094Z] #27 sha256:6b4980a4fd303403d732786fb362e623757fa7b344f4d19508d6f2711f5d36e1 [2022-05-19T09:39:53.354Z] #27 DONE 0.4s [2022-05-19T09:39:53.354Z] [2022-05-19T09:39:53.354Z] #32 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images [2022-05-19T09:39:53.354Z] #32 sha256:b101de8daefb34d10b643583358c0fba2b54f9d865c605a249fe42f91a3ef398 [2022-05-19T09:39:53.852Z] ok github.com/docker/docker/distribution/metadata 0.034s coverage: 44.4% of statements [2022-05-19T09:39:53.924Z] #32 DONE 0.4s [2022-05-19T09:39:53.924Z] [2022-05-19T09:39:53.924Z] #35 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/bin/ [2022-05-19T09:39:53.924Z] #35 sha256:d72962514e7c3cd0f48b8400806438313c1ba7fd67d09f70454b721c20bd47ec [2022-05-19T09:39:54.144Z] #62 45.46 Building dependency tree... [2022-05-19T09:39:54.437Z] ok github.com/docker/docker/distribution 0.623s coverage: 28.2% of statements [2022-05-19T09:39:54.437Z] ? github.com/docker/docker/distribution/utils [no test files] [2022-05-19T09:39:54.494Z] #35 DONE 0.4s [2022-05-19T09:39:54.494Z] [2022-05-19T09:39:54.494Z] #37 [dev-systemd-false 13/26] COPY --from=delve /build/ /usr/local/bin/ [2022-05-19T09:39:54.494Z] #37 sha256:308b8c8d791ebd69e9547d0733d16eb4dde8c2142cbc5ca27afa33fd7da8340c [2022-05-19T09:39:54.494Z] #37 DONE 0.2s [2022-05-19T09:39:54.494Z] [2022-05-19T09:39:54.494Z] #39 [dev-systemd-false 14/26] COPY --from=tomll /build/ /usr/local/bin/ [2022-05-19T09:39:54.494Z] #39 sha256:1264ba6f98ac27a7de59c10ea011d4cbe691f46c5220ee81027019efc209d8fc [2022-05-19T09:39:54.494Z] #39 DONE 0.1s [2022-05-19T09:39:54.494Z] [2022-05-19T09:39:54.494Z] #64 [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-05-19T09:39:54.494Z] #64 sha256:57bcc8d50dd5ccf42ce11bb2bbc8604c39b065c009ce8937ad0dfaa89f545275 [2022-05-19T09:39:54.494Z] #64 ... [2022-05-19T09:39:54.494Z] [2022-05-19T09:39:54.494Z] #41 [dev-systemd-false 15/26] COPY --from=gowinres /build/ /usr/local/bin/ [2022-05-19T09:39:54.494Z] #41 sha256:099cb552fa080d4583e79bfe939c4780092f11e80702dafa60a8bc12c7cfb031 [2022-05-19T09:39:54.494Z] #41 DONE 0.1s [2022-05-19T09:39:54.494Z] [2022-05-19T09:39:54.494Z] #45 [dev-systemd-false 16/26] COPY --from=tini /build/ /usr/local/bin/ [2022-05-19T09:39:54.494Z] #45 sha256:a1973b23410fe533c62893010c2fa6846d4193cb010f77d7a3193a0d02a2e5a6 [2022-05-19T09:39:54.494Z] #45 DONE 0.1s [2022-05-19T09:39:54.698Z] ok github.com/docker/docker/errdefs 0.005s coverage: 77.0% of statements [2022-05-19T09:39:54.753Z] [2022-05-19T09:39:54.753Z] #48 [dev-systemd-false 17/26] COPY --from=registry /build/ /usr/local/bin/ [2022-05-19T09:39:54.753Z] #48 sha256:a3eee8ef0cc240975631fe296b7c6a0464e1ea29a9fda87fe64d4e57dafec0b0 [2022-05-19T09:39:55.012Z] #48 DONE 0.3s [2022-05-19T09:39:55.012Z] [2022-05-19T09:39:55.012Z] #52 [dev-systemd-false 18/26] COPY --from=criu /build/ /usr/local/bin/ [2022-05-19T09:39:55.012Z] #52 sha256:7adb90fe7e859f5a8978e35c8d2d4d849c315a040759db00459c11df2ea81721 [2022-05-19T09:39:55.012Z] #52 DONE 0.1s [2022-05-19T09:39:55.012Z] [2022-05-19T09:39:55.012Z] #64 [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-05-19T09:39:55.012Z] #64 sha256:57bcc8d50dd5ccf42ce11bb2bbc8604c39b065c009ce8937ad0dfaa89f545275 [2022-05-19T09:39:55.012Z] #64 ... [2022-05-19T09:39:55.012Z] [2022-05-19T09:39:55.012Z] #54 [dev-systemd-false 19/26] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-05-19T09:39:55.012Z] #54 sha256:e7749f849f5a9309c727121218fef5baaba234e88439a658233b6634f3564765 [2022-05-19T09:39:55.012Z] #54 DONE 0.1s [2022-05-19T09:39:55.270Z] ok github.com/docker/docker/image 0.024s coverage: 86.9% of statements [2022-05-19T09:39:55.271Z] [2022-05-19T09:39:55.271Z] #56 [dev-systemd-false 20/26] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-05-19T09:39:55.271Z] #56 sha256:966581dcb87670e510dc9c64e7d42e01cd47ab1ce29599bf897c744c5ba30f46 [2022-05-19T09:39:55.529Z] #56 DONE 0.4s [2022-05-19T09:39:55.529Z] [2022-05-19T09:39:55.529Z] #58 [dev-systemd-false 21/26] COPY --from=shfmt /build/ /usr/local/bin/ [2022-05-19T09:39:55.529Z] #58 sha256:f5d8b54546d6735bd0c325febce022e4a65ae32c056c41f8d2ff41566c70999e [2022-05-19T09:39:55.529Z] #58 DONE 0.0s [2022-05-19T09:39:55.529Z] [2022-05-19T09:39:55.529Z] #64 [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-05-19T09:39:55.529Z] #64 sha256:57bcc8d50dd5ccf42ce11bb2bbc8604c39b065c009ce8937ad0dfaa89f545275 [2022-05-19T09:39:55.788Z] #64 ... [2022-05-19T09:39:55.788Z] [2022-05-19T09:39:55.788Z] #61 [dev-systemd-false 22/26] COPY --from=runc /build/ /usr/local/bin/ [2022-05-19T09:39:55.788Z] #61 sha256:b1b071f2a75a5699a46eb6c325c386be2c3336a660b56d8c35db7c627861b931 [2022-05-19T09:39:55.788Z] #61 DONE 0.1s [2022-05-19T09:39:55.788Z] [2022-05-19T09:39:55.788Z] #64 [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-05-19T09:39:55.788Z] #64 sha256:57bcc8d50dd5ccf42ce11bb2bbc8604c39b065c009ce8937ad0dfaa89f545275 [2022-05-19T09:39:55.843Z] ok github.com/docker/docker/image/cache 0.006s coverage: 19.2% of statements [2022-05-19T09:39:56.046Z] #62 ... [2022-05-19T09:39:56.046Z] [2022-05-19T09:39:56.046Z] #47 [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-05-19T09:39:56.046Z] #47 sha256:64f45ab858eeef59fd7b71f6ddefa43f4783e6b095c9c6c7ac7b72b27a18059b [2022-05-19T09:39:56.046Z] #47 40.08 + 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-05-19T09:39:56.318Z] #47 ... [2022-05-19T09:39:56.318Z] [2022-05-19T09:39:56.318Z] #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-05-19T09:39:56.318Z] #14 sha256:ad430aa4634b833e1f6147f42e8232eb8136a1b47ba188feff5f14c8911b4227 [2022-05-19T09:39:56.318Z] #14 43.87 The following additional packages will be installed: [2022-05-19T09:39:56.318Z] #14 43.87 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-05-19T09:39:56.318Z] #14 43.87 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base [2022-05-19T09:39:56.318Z] #14 43.87 gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime [2022-05-19T09:39:56.318Z] #14 43.87 gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1 [2022-05-19T09:39:56.318Z] #14 43.87 libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0 [2022-05-19T09:39:56.318Z] #14 43.87 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev [2022-05-19T09:39:56.318Z] #14 43.87 mingw-w64-common mingw-w64-x86-64-dev [2022-05-19T09:39:56.318Z] #14 43.91 Suggested packages: [2022-05-19T09:39:56.318Z] #14 43.95 gcc-10-locales seccomp wine64 [2022-05-19T09:39:56.318Z] #14 46.20 The following NEW packages will be installed: [2022-05-19T09:39:56.318Z] #14 46.23 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-05-19T09:39:56.318Z] #14 46.23 g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 [2022-05-19T09:39:56.318Z] #14 46.23 gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix [2022-05-19T09:39:56.318Z] #14 46.23 gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32 [2022-05-19T09:39:56.318Z] #14 46.23 gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev [2022-05-19T09:39:56.318Z] #14 46.24 libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 [2022-05-19T09:39:56.318Z] #14 46.25 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev [2022-05-19T09:39:56.318Z] #14 46.25 libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common [2022-05-19T09:39:56.318Z] #14 46.25 mingw-w64-x86-64-dev [2022-05-19T09:39:56.318Z] #14 46.99 0 upgraded, 30 newly installed, 0 to remove and 2 not upgraded. [2022-05-19T09:39:56.318Z] #14 46.99 Need to get 115 MB of archives. [2022-05-19T09:39:56.318Z] #14 46.99 After this operation, 645 MB of additional disk space will be used. [2022-05-19T09:39:56.318Z] #14 46.99 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-05-19T09:39:56.318Z] #14 47.21 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-05-19T09:39:56.318Z] #14 47.54 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB] [2022-05-19T09:39:56.318Z] #14 47.54 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-05-19T09:39:56.318Z] #14 47.54 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dmsetup amd64 2:1.02.175-2.1 [92.1 kB] [2022-05-19T09:39:56.318Z] #14 47.54 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB] [2022-05-19T09:39:56.318Z] #14 47.98 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-05-19T09:39:56.318Z] #14 48.32 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-base amd64 10.2.1-6+24.2 [186 kB] [2022-05-19T09:39:56.318Z] #14 48.34 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-05-19T09:39:56.318Z] #14 49.51 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-05-19T09:39:56.415Z] ok github.com/docker/docker/image/tarexport 0.008s coverage: 0.7% of statements [2022-05-19T09:39:56.416Z] ok github.com/docker/docker/distribution/xfer 1.887s coverage: 85.4% of statements [2022-05-19T09:39:56.416Z] ? github.com/docker/docker/dockerversion [no test files] [2022-05-19T09:39:56.416Z] ? github.com/docker/docker/image/v1 [no test files] [2022-05-19T09:39:56.416Z] ? github.com/docker/docker/internal/test/suite [no test files] [2022-05-19T09:39:56.677Z] ok github.com/docker/docker/libcontainerd/queue 0.024s coverage: 100.0% of statements [2022-05-19T09:39:56.934Z] #14 96.13 Selecting previously unselected package gcc-mingw-w64-x86-64-win32. [2022-05-19T09:39:56.934Z] #14 96.14 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-05-19T09:39:56.934Z] #14 96.14 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-05-19T09:39:57.253Z] #14 ... [2022-05-19T09:39:57.253Z] [2022-05-19T09:39:57.253Z] #62 [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-05-19T09:39:57.253Z] #62 sha256:0f0442301bab59ba86b1a6fc026564903c6dd8e61a9a05e8e8c1ef7f4e5ed147 [2022-05-19T09:39:57.253Z] #62 51.40 The following additional packages will be installed: [2022-05-19T09:39:57.253Z] #62 51.44 libbtrfs0 [2022-05-19T09:39:57.555Z] #62 51.79 The following NEW packages will be installed: [2022-05-19T09:39:57.555Z] #62 51.81 libbtrfs-dev libbtrfs0 [2022-05-19T09:39:57.621Z] ok github.com/docker/docker/oci 0.034s coverage: 46.0% of statements [2022-05-19T09:39:57.814Z] #62 52.17 0 upgraded, 2 newly installed, 0 to remove and 2 not upgraded. [2022-05-19T09:39:57.814Z] #62 52.17 Need to get 460 kB of archives. [2022-05-19T09:39:57.814Z] #62 52.17 After this operation, 1237 kB of additional disk space will be used. [2022-05-19T09:39:57.814Z] #62 52.17 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-05-19T09:39:57.881Z] ok github.com/docker/docker/opts 0.022s coverage: 66.0% of statements [2022-05-19T09:39:58.072Z] #62 52.18 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-05-19T09:39:58.142Z] ok github.com/docker/docker/pkg/aaparser 0.002s coverage: 52.9% of statements [2022-05-19T09:39:59.076Z] #64 85.52 # github.com/containerd/containerd/cmd/containerd [2022-05-19T09:39:59.076Z] #64 85.52 /usr/bin/ld: /tmp/go-link-2111521104/000019.o: in function `New': [2022-05-19T09:39:59.076Z] #64 85.52 /tmp/tmp.AgR54CegjM/src/github.com/containerd/containerd/vendor/github.com/miekg/pkcs11/pkcs11.go:77: warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking [2022-05-19T09:39:59.076Z] #64 85.59 + bin/containerd-stress [2022-05-19T09:39:59.527Z] ok github.com/docker/docker/pkg/archive 0.274s coverage: 82.5% of statements [2022-05-19T09:39:59.646Z] #64 86.46 + bin/containerd-shim [2022-05-19T09:40:00.079Z] #62 53.98 debconf: delaying package configuration, since apt-utils is not installed [2022-05-19T09:40:00.079Z] #62 54.31 Fetched 460 kB in 0s (1345 kB/s) [2022-05-19T09:40:00.355Z] #62 54.54 Selecting previously unselected package libbtrfs0:amd64. [2022-05-19T09:40:00.471Z] ok github.com/docker/docker/pkg/authorization 0.165s coverage: 68.3% of statements [2022-05-19T09:40:00.471Z] ok github.com/docker/docker/pkg/broadcaster 0.002s coverage: 100.0% of statements [2022-05-19T09:40:00.613Z] #62 54.54 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15709 files and directories currently installed.) [2022-05-19T09:40:00.613Z] #62 54.70 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ... [2022-05-19T09:40:00.613Z] #62 54.79 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-05-19T09:40:00.731Z] ok github.com/docker/docker/pkg/capabilities 0.003s coverage: 87.5% of statements [2022-05-19T09:40:00.877Z] #62 55.14 Selecting previously unselected package libbtrfs-dev:amd64. [2022-05-19T09:40:00.877Z] #62 55.14 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-05-19T09:40:00.877Z] #62 55.17 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-05-19T09:40:01.699Z] #62 55.77 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-05-19T09:40:01.699Z] #62 55.81 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-05-19T09:40:01.699Z] #62 55.82 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-05-19T09:40:01.699Z] #62 ... [2022-05-19T09:40:01.699Z] [2022-05-19T09:40:01.699Z] #42 [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-05-19T09:40:01.699Z] #42 sha256:635aa174200b74209cbd6c68b0f12f60f2a29d9649aa3089dbc629ac5ed19ba4 [2022-05-19T09:40:01.699Z] #42 37.32 Reading package lists... [2022-05-19T09:40:01.699Z] #42 46.15 Building dependency tree... [2022-05-19T09:40:01.699Z] #42 52.44 The following additional packages will be installed: [2022-05-19T09:40:01.699Z] #42 52.48 cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 xxd [2022-05-19T09:40:01.699Z] #42 52.50 Suggested packages: [2022-05-19T09:40:01.699Z] #42 52.50 cmake-doc ninja-build lrzip [2022-05-19T09:40:01.699Z] #42 52.50 Recommended packages: [2022-05-19T09:40:01.699Z] #42 52.50 vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2022-05-19T09:40:01.699Z] #42 53.85 The following NEW packages will be installed: [2022-05-19T09:40:01.699Z] #42 53.85 cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 [2022-05-19T09:40:01.699Z] #42 53.85 vim-common xxd [2022-05-19T09:40:01.699Z] #42 54.33 0 upgraded, 10 newly installed, 0 to remove and 2 not upgraded. [2022-05-19T09:40:01.699Z] #42 54.33 Need to get 17.7 MB of archives. [2022-05-19T09:40:01.699Z] #42 54.33 After this operation, 70.7 MB of additional disk space will be used. [2022-05-19T09:40:01.699Z] #42 54.33 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-05-19T09:40:01.699Z] #42 54.34 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2022-05-19T09:40:01.699Z] #42 54.35 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2+deb11u1 [1725 kB] [2022-05-19T09:40:01.699Z] #42 54.57 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2022-05-19T09:40:01.699Z] #42 55.58 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml2 amd64 2.9.10+dfsg-6.7+deb11u1 [693 kB] [2022-05-19T09:40:01.699Z] #42 55.67 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+deb11u1 [343 kB] [2022-05-19T09:40:01.699Z] #42 55.69 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB] [2022-05-19T09:40:01.699Z] #42 55.73 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB] [2022-05-19T09:40:01.699Z] #42 55.74 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB] [2022-05-19T09:40:01.699Z] #42 55.77 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2+deb11u1 [5593 kB] [2022-05-19T09:40:02.631Z] #42 ... [2022-05-19T09:40:02.631Z] [2022-05-19T09:40:02.631Z] #62 [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-05-19T09:40:02.631Z] #62 sha256:0f0442301bab59ba86b1a6fc026564903c6dd8e61a9a05e8e8c1ef7f4e5ed147 [2022-05-19T09:40:02.631Z] #62 DONE 56.7s [2022-05-19T09:40:02.631Z] [2022-05-19T09:40:02.631Z] #63 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer / [2022-05-19T09:40:02.631Z] #63 sha256:7b593da825bb4a1a3575b98c1f1caa4f9cb7d0246afdfc8d8e85c5ec6d052fb1 [2022-05-19T09:40:02.888Z] #63 DONE 0.2s [2022-05-19T09:40:02.888Z] [2022-05-19T09:40:02.888Z] #64 [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-05-19T09:40:02.888Z] #64 sha256:8bad8ba10555dbddf01ea143b484202a3eb27b30f31b8dbee7d335a92fb16664 [2022-05-19T09:40:03.843Z] #64 90.89 + bin/containerd-shim-runc-v1 [2022-05-19T09:40:04.030Z] ok github.com/docker/docker/pkg/chrootarchive 2.528s coverage: 42.7% of statements [2022-05-19T09:40:04.030Z] ok github.com/docker/docker/pkg/containerfs 0.004s coverage: 6.7% of statements [2022-05-19T09:40:04.259Z] #64 1.552 + RM_GOPATH=0 [2022-05-19T09:40:04.259Z] #64 1.552 + TMP_GOPATH= [2022-05-19T09:40:04.259Z] #64 1.552 + : /build [2022-05-19T09:40:04.259Z] #64 1.552 + '[' -z '' ']' [2022-05-19T09:40:04.259Z] #64 1.552 ++ mktemp -d [2022-05-19T09:40:04.259Z] #64 1.552 + export GOPATH=/tmp/tmp.0HxNsPJfzE [2022-05-19T09:40:04.259Z] #64 1.552 + GOPATH=/tmp/tmp.0HxNsPJfzE [2022-05-19T09:40:04.259Z] #64 1.552 + RM_GOPATH=1 [2022-05-19T09:40:04.259Z] #64 1.552 + case "$(go env GOARCH)" in [2022-05-19T09:40:04.290Z] ok github.com/docker/docker/pkg/directory 0.002s coverage: 80.0% of statements [2022-05-19T09:40:04.290Z] ok github.com/docker/docker/pkg/dmesg 0.005s coverage: 83.3% of statements [2022-05-19T09:40:04.517Z] #64 1.552 ++ go env GOARCH [2022-05-19T09:40:04.517Z] #64 1.621 + export GO_BUILDMODE=-buildmode=pie [2022-05-19T09:40:04.517Z] #64 1.621 + GO_BUILDMODE=-buildmode=pie [2022-05-19T09:40:04.517Z] #64 1.622 ++ dirname /install.sh [2022-05-19T09:40:04.517Z] #64 1.631 + dir=/ [2022-05-19T09:40:04.517Z] #64 1.631 + bin=containerd [2022-05-19T09:40:04.517Z] #64 1.631 + shift [2022-05-19T09:40:04.517Z] #64 1.631 + '[' '!' -f //containerd.installer ']' [2022-05-19T09:40:04.517Z] #64 1.631 + . //containerd.installer [2022-05-19T09:40:04.517Z] #64 1.631 ++ set -e [2022-05-19T09:40:04.517Z] #64 1.631 ++ : v1.6.4 [2022-05-19T09:40:04.517Z] #64 1.631 + install_containerd [2022-05-19T09:40:04.517Z] #64 1.631 + echo 'Install containerd version v1.6.4' [2022-05-19T09:40:04.517Z] #64 1.631 Install containerd version v1.6.4 [2022-05-19T09:40:04.517Z] #64 1.640 + git clone https://github.com/containerd/containerd.git /tmp/tmp.0HxNsPJfzE/src/github.com/containerd/containerd [2022-05-19T09:40:04.517Z] #64 1.651 Cloning into '/tmp/tmp.0HxNsPJfzE/src/github.com/containerd/containerd'... [2022-05-19T09:40:05.083Z] #64 ... [2022-05-19T09:40:05.083Z] [2022-05-19T09:40:05.083Z] #51 [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-05-19T09:40:05.083Z] #51 sha256:342483109da9e364b7fdcd69e8e1164284be91eccb939cddedcef7fc7f7424b9 [2022-05-19T09:40:05.083Z] #51 40.00 Reading package lists... [2022-05-19T09:40:05.083Z] #51 48.88 Building dependency tree... [2022-05-19T09:40:05.083Z] #51 55.01 The following additional packages will be installed: [2022-05-19T09:40:05.083Z] #51 55.03 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-05-19T09:40:05.083Z] #51 55.04 python3-protobuf python3-six [2022-05-19T09:40:05.083Z] #51 55.04 Suggested packages: [2022-05-19T09:40:05.083Z] #51 55.07 python3-setuptools [2022-05-19T09:40:05.083Z] #51 55.07 Recommended packages: [2022-05-19T09:40:05.083Z] #51 55.07 iproute2 | iproute [2022-05-19T09:40:05.083Z] #51 56.23 The following NEW packages will be installed: [2022-05-19T09:40:05.083Z] #51 56.25 criu libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-05-19T09:40:05.083Z] #51 56.25 python3-protobuf python3-six [2022-05-19T09:40:05.083Z] #51 56.94 0 upgraded, 8 newly installed, 0 to remove and 2 not upgraded. [2022-05-19T09:40:05.083Z] #51 56.94 Need to get 2314 kB of archives. [2022-05-19T09:40:05.083Z] #51 56.94 After this operation, 11.1 MB of additional disk space will be used. [2022-05-19T09:40:05.083Z] #51 56.94 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf23 amd64 3.12.4-1 [892 kB] [2022-05-19T09:40:05.083Z] #51 57.01 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-05-19T09:40:05.083Z] #51 57.05 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-six all 1.16.0-2 [17.5 kB] [2022-05-19T09:40:05.083Z] #51 57.05 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-protobuf amd64 3.12.4-1 [382 kB] [2022-05-19T09:40:05.083Z] #51 57.08 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2022-05-19T09:40:05.083Z] #51 57.08 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-05-19T09:40:05.083Z] #51 57.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-05-19T09:40:05.231Z] ok github.com/docker/docker/layer 7.462s coverage: 69.0% of statements [2022-05-19T09:40:05.231Z] ? github.com/docker/docker/libcontainerd [no test files] [2022-05-19T09:40:05.231Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2022-05-19T09:40:05.231Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2022-05-19T09:40:05.231Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2022-05-19T09:40:05.231Z] ? github.com/docker/docker/oci/caps [no test files] [2022-05-19T09:40:05.231Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2022-05-19T09:40:05.231Z] ok github.com/docker/docker/pkg/filenotify 0.603s coverage: 67.0% of statements [2022-05-19T09:40:05.341Z] #51 ... [2022-05-19T09:40:05.341Z] [2022-05-19T09:40:05.341Z] #57 [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-05-19T09:40:05.341Z] #57 sha256:05b451803d0e878724252e3bcc7478d20bebad3dbc9fdb0d3f630b629e0e4d15 [2022-05-19T09:40:05.341Z] #57 59.28 v3.0.2 [2022-05-19T09:40:05.341Z] #57 DONE 59.4s [2022-05-19T09:40:05.341Z] [2022-05-19T09:40:05.341Z] #42 [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-05-19T09:40:05.341Z] #42 sha256:635aa174200b74209cbd6c68b0f12f60f2a29d9649aa3089dbc629ac5ed19ba4 [2022-05-19T09:40:05.341Z] #42 58.22 debconf: delaying package configuration, since apt-utils is not installed [2022-05-19T09:40:05.341Z] #42 58.70 Fetched 17.7 MB in 2s (7536 kB/s) [2022-05-19T09:40:05.341Z] #42 58.91 Selecting previously unselected package xxd. [2022-05-19T09:40:05.341Z] #42 58.91 (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-05-19T09:40:05.341Z] #42 59.07 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-05-19T09:40:05.341Z] #42 59.13 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-05-19T09:40:05.341Z] #42 59.39 Selecting previously unselected package vim-common. [2022-05-19T09:40:05.341Z] #42 59.41 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-05-19T09:40:05.341Z] #42 59.51 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-05-19T09:40:05.493Z] ok github.com/docker/docker/pkg/fileutils 0.010s coverage: 87.2% of statements [2022-05-19T09:40:05.754Z] ok github.com/docker/docker/pkg/fsutils 0.190s coverage: 85.1% of statements [2022-05-19T09:40:05.754Z] ok github.com/docker/docker/pkg/homedir 0.003s coverage: 11.4% of statements [2022-05-19T09:40:06.273Z] #42 60.19 Selecting previously unselected package cmake-data. [2022-05-19T09:40:06.273Z] #42 60.21 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ... [2022-05-19T09:40:06.273Z] #42 60.22 Unpacking cmake-data (3.18.4-2+deb11u1) ... [2022-05-19T09:40:06.382Z] #64 93.30 + bin/containerd-shim-runc-v2 [2022-05-19T09:40:06.697Z] ok github.com/docker/docker/pkg/idtools 0.360s coverage: 67.9% of statements [2022-05-19T09:40:06.698Z] ok github.com/docker/docker/pkg/ioutils 0.361s coverage: 70.1% of statements [2022-05-19T09:40:06.949Z] #64 93.85 + binaries [2022-05-19T09:40:06.949Z] #64 93.85 + install -D bin/containerd /build/containerd [2022-05-19T09:40:06.949Z] #64 93.88 + install -D bin/containerd-shim /build/containerd-shim [2022-05-19T09:40:06.949Z] #64 93.89 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2022-05-19T09:40:06.949Z] #64 93.90 + install -D bin/ctr /build/ctr [2022-05-19T09:40:06.959Z] ok github.com/docker/docker/pkg/jsonmessage 0.004s coverage: 91.7% of statements [2022-05-19T09:40:06.959Z] ok github.com/docker/docker/pkg/longpath 0.006s coverage: 100.0% of statements [2022-05-19T09:40:06.959Z] ? github.com/docker/docker/pkg/loopback [no test files] [2022-05-19T09:40:06.976Z] #19 60.77 Reading package lists... [2022-05-19T09:40:07.220Z] ok github.com/docker/docker/pkg/namesgenerator 0.008s coverage: 85.7% of statements [2022-05-19T09:40:07.220Z] ok github.com/docker/docker/pkg/parsers 0.007s coverage: 97.0% of statements [2022-05-19T09:40:07.482Z] ok github.com/docker/docker/pkg/parsers/kernel 0.002s coverage: 60.0% of statements [2022-05-19T09:40:07.743Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.004s coverage: 90.5% of statements [2022-05-19T09:40:07.743Z] ok github.com/docker/docker/pkg/pidfile 0.002s coverage: 82.4% of statements [2022-05-19T09:40:07.743Z] ? github.com/docker/docker/pkg/platform [no test files] [2022-05-19T09:40:07.743Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2022-05-19T09:40:08.180Z] #42 ... [2022-05-19T09:40:08.180Z] [2022-05-19T09:40:08.180Z] #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-05-19T09:40:08.180Z] #14 sha256:ad430aa4634b833e1f6147f42e8232eb8136a1b47ba188feff5f14c8911b4227 [2022-05-19T09:40:08.180Z] #14 52.13 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-05-19T09:40:08.180Z] #14 53.09 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-05-19T09:40:08.180Z] #14 54.11 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-05-19T09:40:08.180Z] #14 56.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-05-19T09:40:08.180Z] #14 57.47 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-05-19T09:40:08.180Z] #14 57.49 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB] [2022-05-19T09:40:08.180Z] #14 57.49 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB] [2022-05-19T09:40:08.180Z] #14 57.50 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-05-19T09:40:08.180Z] #14 57.52 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-05-19T09:40:08.180Z] #14 57.53 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-05-19T09:40:08.180Z] #14 57.54 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-7 [123 kB] [2022-05-19T09:40:08.180Z] #14 57.56 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB] [2022-05-19T09:40:08.180Z] #14 57.59 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2 [231 kB] [2022-05-19T09:40:08.180Z] #14 57.61 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2 [220 kB] [2022-05-19T09:40:08.180Z] #14 57.63 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2 [49.1 kB] [2022-05-19T09:40:08.180Z] #14 57.63 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2 [731 kB] [2022-05-19T09:40:08.180Z] #14 57.78 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB] [2022-05-19T09:40:08.180Z] #14 57.78 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-05-19T09:40:08.180Z] #14 57.78 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1+deb11u1 [92.4 kB] [2022-05-19T09:40:08.180Z] #14 57.78 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-7 [401 kB] [2022-05-19T09:40:08.180Z] #14 59.62 debconf: delaying package configuration, since apt-utils is not installed [2022-05-19T09:40:08.180Z] #14 60.28 Fetched 115 MB in 11s (10.1 MB/s) [2022-05-19T09:40:08.180Z] #14 60.47 Selecting previously unselected package binutils-mingw-w64-i686. [2022-05-19T09:40:08.180Z] #14 60.47 (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-05-19T09:40:08.180Z] #14 60.69 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ... [2022-05-19T09:40:08.180Z] #14 60.70 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-05-19T09:40:08.180Z] #14 ... [2022-05-19T09:40:08.180Z] [2022-05-19T09:40:08.180Z] #55 [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-05-19T09:40:08.180Z] #55 sha256:5057fea76c4566561f2fcd443fa7f0c66715a304331185cc70a563f6efd078dd [2022-05-19T09:40:08.180Z] #55 57.89 go: downloading github.com/fatih/color v1.13.0 [2022-05-19T09:40:08.180Z] #55 57.93 go: downloading github.com/gofrs/flock v0.8.1 [2022-05-19T09:40:08.180Z] #55 58.00 go: downloading github.com/spf13/cobra v1.3.0 [2022-05-19T09:40:08.180Z] #55 58.02 go: downloading github.com/spf13/viper v1.10.1 [2022-05-19T09:40:08.180Z] #55 58.42 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b [2022-05-19T09:40:08.180Z] #55 59.09 go: downloading github.com/mattn/go-colorable v0.1.12 [2022-05-19T09:40:08.180Z] #55 59.16 go: downloading github.com/mattn/go-isatty v0.0.14 [2022-05-19T09:40:08.180Z] #55 59.29 go: downloading golang.org/x/tools v0.1.9-0.20211228192929-ee1ca4ffc4da [2022-05-19T09:40:08.180Z] #55 59.33 go: downloading github.com/hashicorp/go-multierror v1.1.1 [2022-05-19T09:40:08.180Z] #55 59.67 go: downloading github.com/go-critic/go-critic v0.6.2 [2022-05-19T09:40:08.180Z] #55 61.08 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2022-05-19T09:40:08.180Z] #55 61.32 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-05-19T09:40:08.180Z] #55 61.51 go: downloading github.com/stretchr/testify v1.7.0 [2022-05-19T09:40:08.180Z] #55 62.03 go: downloading github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b [2022-05-19T09:40:08.180Z] #55 62.23 go: downloading github.com/golangci/revgrep v0.0.0-20210930125155-c22e5001d4f2 [2022-05-19T09:40:08.316Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.008s coverage: 56.8% of statements [2022-05-19T09:40:08.577Z] ok github.com/docker/docker/pkg/plugins/transport 0.003s coverage: 85.7% of statements [2022-05-19T09:40:08.838Z] ok github.com/docker/docker/pkg/pools 0.003s coverage: 88.2% of statements [2022-05-19T09:40:09.099Z] ok github.com/docker/docker/pkg/progress 0.002s coverage: 75.9% of statements [2022-05-19T09:40:09.246Z] #14 108.6 Selecting previously unselected package g++-mingw-w64-x86-64-win32. [2022-05-19T09:40:09.246Z] #14 108.6 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-05-19T09:40:09.246Z] #14 108.6 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-05-19T09:40:09.480Z] #64 DONE 96.4s [2022-05-19T09:40:10.415Z] [2022-05-19T09:40:10.415Z] #65 [dev-systemd-false 23/26] COPY --from=containerd /build/ /usr/local/bin/ [2022-05-19T09:40:10.415Z] #65 sha256:cb15d2fb3ddf34cc9a2e0dce8d13206d134f50b24425d0eb90ccef99f55f5fa8 [2022-05-19T09:40:10.483Z] ok github.com/docker/docker/pkg/pubsub 1.046s coverage: 75.0% of statements [2022-05-19T09:40:10.483Z] ok github.com/docker/docker/pkg/reexec 0.009s coverage: 82.4% of statements [2022-05-19T09:40:10.744Z] ok github.com/docker/docker/pkg/stack 0.003s coverage: 90.9% of statements [2022-05-19T09:40:11.006Z] ok github.com/docker/docker/pkg/stdcopy 0.003s coverage: 100.0% of statements [2022-05-19T09:40:11.267Z] ok github.com/docker/docker/pkg/streamformatter 0.003s coverage: 66.2% of statements [2022-05-19T09:40:11.267Z] ok github.com/docker/docker/pkg/stringid 0.002s coverage: 70.6% of statements [2022-05-19T09:40:11.351Z] #65 DONE 1.1s [2022-05-19T09:40:11.351Z] [2022-05-19T09:40:11.351Z] #70 [dev-systemd-false 24/26] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-05-19T09:40:11.351Z] #70 sha256:d6ce3d10470ec76a395d50c46b972ab5f23916ed4b86c920253f08b60b307d69 [2022-05-19T09:40:11.457Z] #55 ... [2022-05-19T09:40:11.457Z] [2022-05-19T09:40:11.457Z] #51 [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-05-19T09:40:11.457Z] #51 sha256:342483109da9e364b7fdcd69e8e1164284be91eccb939cddedcef7fc7f7424b9 [2022-05-19T09:40:11.457Z] #51 59.54 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 criu 3.17-1 [683 kB] [2022-05-19T09:40:11.457Z] #51 61.65 debconf: delaying package configuration, since apt-utils is not installed [2022-05-19T09:40:11.457Z] #51 62.06 Fetched 2314 kB in 3s (689 kB/s) [2022-05-19T09:40:11.457Z] #51 62.36 Selecting previously unselected package libprotobuf23:amd64. [2022-05-19T09:40:11.457Z] #51 62.36 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15709 files and directories currently installed.) [2022-05-19T09:40:11.457Z] #51 62.53 Preparing to unpack .../0-libprotobuf23_3.12.4-1_amd64.deb ... [2022-05-19T09:40:11.457Z] #51 62.55 Unpacking libprotobuf23:amd64 (3.12.4-1) ... [2022-05-19T09:40:11.457Z] #51 64.30 Selecting previously unselected package python3-pkg-resources. [2022-05-19T09:40:11.457Z] #51 64.30 Preparing to unpack .../1-python3-pkg-resources_52.0.0-4_all.deb ... [2022-05-19T09:40:11.457Z] #51 64.30 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-05-19T09:40:11.457Z] #51 64.81 Selecting previously unselected package python3-six. [2022-05-19T09:40:11.458Z] #51 64.81 Preparing to unpack .../2-python3-six_1.16.0-2_all.deb ... [2022-05-19T09:40:11.458Z] #51 64.86 Unpacking python3-six (1.16.0-2) ... [2022-05-19T09:40:11.458Z] #51 65.09 Selecting previously unselected package python3-protobuf. [2022-05-19T09:40:11.458Z] #51 65.09 Preparing to unpack .../3-python3-protobuf_3.12.4-1_amd64.deb ... [2022-05-19T09:40:11.458Z] #51 65.10 Unpacking python3-protobuf (3.12.4-1) ... [2022-05-19T09:40:11.609Z] #70 DONE 0.2s [2022-05-19T09:40:11.609Z] [2022-05-19T09:40:11.609Z] #75 [dev-systemd-false 25/26] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-05-19T09:40:11.609Z] #75 sha256:339147fac3afe60dbffd2e5be0455780e01a4e35c4542364b895544acd0d66f6 [2022-05-19T09:40:11.718Z] #51 ... [2022-05-19T09:40:11.718Z] [2022-05-19T09:40:11.718Z] #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-05-19T09:40:11.718Z] #14 sha256:ad430aa4634b833e1f6147f42e8232eb8136a1b47ba188feff5f14c8911b4227 [2022-05-19T09:40:11.718Z] #14 65.83 Selecting previously unselected package binutils-mingw-w64-x86-64. [2022-05-19T09:40:11.718Z] #14 65.85 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ... [2022-05-19T09:40:11.718Z] #14 65.87 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-05-19T09:40:11.838Z] ok github.com/docker/docker/pkg/sysinfo 0.007s coverage: 53.4% of statements [2022-05-19T09:40:12.410Z] ok github.com/docker/docker/pkg/system 0.004s coverage: 42.3% of statements [2022-05-19T09:40:12.410Z] ok github.com/docker/docker/pkg/tailfile 0.038s coverage: 88.6% of statements [2022-05-19T09:40:12.544Z] #75 DONE 0.9s [2022-05-19T09:40:12.544Z] [2022-05-19T09:40:12.544Z] #76 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2022-05-19T09:40:12.544Z] #76 sha256:931d50e70d9b6fd9cbd96a86ff067085aca9c703fd0213f827061a187364cd2a [2022-05-19T09:40:12.544Z] #76 DONE 0.0s [2022-05-19T09:40:12.544Z] [2022-05-19T09:40:12.544Z] #77 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-05-19T09:40:12.544Z] #77 sha256:e2c2b8af87fc24e258562da969a0868b58c60d241e6ac6c67610759d8f7bc6ed [2022-05-19T09:40:12.981Z] ok github.com/docker/docker/pkg/tarsum 0.040s coverage: 89.3% of statements [2022-05-19T09:40:13.242Z] ok github.com/docker/docker/pkg/truncindex 0.102s coverage: 91.5% of statements [2022-05-19T09:40:13.450Z] #14 ... [2022-05-19T09:40:13.450Z] [2022-05-19T09:40:13.450Z] #67 [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-05-19T09:40:13.450Z] #67 sha256:42db4f9f8adb9cb1563b2643a3f18c4747c7ee7d6fdbf4c40cf6f43f030c6557 [2022-05-19T09:40:13.450Z] #67 112.3 + for f in rootlesskit rootlesskit-docker-proxy [2022-05-19T09:40:13.450Z] #67 112.3 + GOBIN=/build [2022-05-19T09:40:13.450Z] #67 112.3 + GO111MODULE=on [2022-05-19T09:40:13.450Z] #67 112.3 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@1920341cd41e047834a21007424162a2dc946315 [2022-05-19T09:40:13.481Z] #77 DONE 1.1s [2022-05-19T09:40:13.481Z] [2022-05-19T09:40:13.481Z] #78 exporting to image [2022-05-19T09:40:13.481Z] #78 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2022-05-19T09:40:13.481Z] #78 exporting layers [2022-05-19T09:40:13.503Z] ok github.com/docker/docker/pkg/useragent 0.002s coverage: 88.9% of statements [2022-05-19T09:40:13.613Z] #14 ... [2022-05-19T09:40:13.613Z] [2022-05-19T09:40:13.613Z] #40 [gowinres 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/tc-hib/go-winres@v0.2.3" && /build/go-winres --help [2022-05-19T09:40:13.613Z] #40 sha256:37d08abbef240dae45f3f4b200665c464b1ec144f90a704a4db6e84ebd20377e [2022-05-19T09:40:13.613Z] #40 66.07 NAME: [2022-05-19T09:40:13.613Z] #40 66.08 go-winres - A tool for embedding resources in Windows executables [2022-05-19T09:40:13.613Z] #40 66.08 [2022-05-19T09:40:13.613Z] #40 66.08 USAGE: [2022-05-19T09:40:13.613Z] #40 66.08 go-winres [global options] command [command options] [arguments...] [2022-05-19T09:40:13.613Z] #40 66.08 [2022-05-19T09:40:13.613Z] #40 66.08 COMMANDS: [2022-05-19T09:40:13.613Z] #40 66.08 init Create an initial ./winres/winres.json [2022-05-19T09:40:13.613Z] #40 66.08 make Make syso files for the "go build" command [2022-05-19T09:40:13.613Z] #40 66.08 simply Make syso files for the "go build" command (simplified) [2022-05-19T09:40:13.613Z] #40 66.08 extract Extract all resources from an executable [2022-05-19T09:40:13.613Z] #40 66.08 patch Replace resources in an executable file (exe, dll) [2022-05-19T09:40:13.613Z] #40 66.08 help, h Shows a list of commands or help for one command [2022-05-19T09:40:13.613Z] #40 66.08 [2022-05-19T09:40:13.613Z] #40 66.08 GLOBAL OPTIONS: [2022-05-19T09:40:13.613Z] #40 66.08 --help, -h show help (default: false) [2022-05-19T09:40:13.613Z] #40 DONE 67.9s [2022-05-19T09:40:13.871Z] [2022-05-19T09:40:13.871Z] #51 [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-05-19T09:40:13.871Z] #51 sha256:342483109da9e364b7fdcd69e8e1164284be91eccb939cddedcef7fc7f7424b9 [2022-05-19T09:40:13.871Z] #51 67.25 Selecting previously unselected package libnet1:amd64. [2022-05-19T09:40:13.871Z] #51 67.28 Preparing to unpack .../4-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-05-19T09:40:13.871Z] #51 67.30 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-05-19T09:40:14.128Z] #51 67.53 Selecting previously unselected package libnl-3-200:amd64. [2022-05-19T09:40:14.128Z] #51 67.56 Preparing to unpack .../5-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-05-19T09:40:14.128Z] #51 67.56 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-05-19T09:40:14.427Z] #51 67.83 Selecting previously unselected package libprotobuf-c1:amd64. [2022-05-19T09:40:14.427Z] #51 67.84 Preparing to unpack .../6-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-05-19T09:40:14.427Z] #51 67.88 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-05-19T09:40:14.427Z] #51 68.08 Selecting previously unselected package criu. [2022-05-19T09:40:14.684Z] #51 68.08 Preparing to unpack .../7-criu_3.17-1_amd64.deb ... [2022-05-19T09:40:14.684Z] #51 68.08 Unpacking criu (3.17-1) ... [2022-05-19T09:40:15.418Z] ok github.com/docker/docker/plugin 0.519s coverage: 23.2% of statements [2022-05-19T09:40:15.418Z] ok github.com/docker/docker/plugin/v2 0.004s coverage: 14.4% of statements [2022-05-19T09:40:15.989Z] ok github.com/docker/docker/profiles/seccomp 0.012s coverage: 86.0% of statements [2022-05-19T09:40:16.125Z] #51 69.59 Setting up python3-pkg-resources (52.0.0-4) ... [2022-05-19T09:40:16.931Z] ok github.com/docker/docker/quota 0.196s coverage: 71.4% of statements [2022-05-19T09:40:17.192Z] ok github.com/docker/docker/reference 0.006s coverage: 84.4% of statements [2022-05-19T09:40:17.670Z] #78 exporting layers 4.1s done [2022-05-19T09:40:17.670Z] #78 writing image sha256:21932df1f838f188177437e93e735ac42376a488e6a35381e77a6b4cacb94412 done [2022-05-19T09:40:17.670Z] #78 naming to docker.io/library/docker:5771492202ac285e0d66c5475d023074f14d5ac2 done [2022-05-19T09:40:17.670Z] #78 DONE 4.1s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-05-19T09:40:18.037Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43557/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr8 -e DOCKER_GITCOMMIT=5771492202ac285e0d66c5475d023074f14d5ac2 -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:5771492202ac285e0d66c5475d023074f14d5ac2 hack/make.sh dynbinary test-integration [2022-05-19T09:40:18.135Z] ok github.com/docker/docker/registry 0.078s coverage: 58.6% of statements [2022-05-19T09:40:18.396Z] ok github.com/docker/docker/registry/resumable 0.016s coverage: 100.0% of statements [2022-05-19T09:40:18.654Z] #51 72.36 Setting up libprotobuf23:amd64 (3.12.4-1) ... [2022-05-19T09:40:18.657Z] ok github.com/docker/docker/restartmanager 0.002s coverage: 50.9% of statements [2022-05-19T09:40:18.718Z] #67 ... [2022-05-19T09:40:18.718Z] [2022-05-19T09:40:18.718Z] #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-05-19T09:40:18.718Z] #14 sha256:ad430aa4634b833e1f6147f42e8232eb8136a1b47ba188feff5f14c8911b4227 [2022-05-19T09:40:18.718Z] #14 114.5 Selecting previously unselected package g++-mingw-w64-x86-64. [2022-05-19T09:40:18.718Z] #14 114.5 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ... [2022-05-19T09:40:18.718Z] #14 114.5 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-05-19T09:40:18.718Z] #14 114.7 Selecting previously unselected package libapparmor1:amd64. [2022-05-19T09:40:18.718Z] #14 114.7 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ... [2022-05-19T09:40:18.718Z] #14 114.7 Unpacking libapparmor1:amd64 (2.13.6-10) ... [2022-05-19T09:40:18.718Z] #14 114.8 Selecting previously unselected package libapparmor-dev:amd64. [2022-05-19T09:40:18.718Z] #14 114.8 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ... [2022-05-19T09:40:18.718Z] #14 114.8 Unpacking libapparmor-dev:amd64 (2.13.6-10) ... [2022-05-19T09:40:18.718Z] #14 115.0 Selecting previously unselected package libbtrfs0:amd64. [2022-05-19T09:40:18.718Z] #14 115.0 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ... [2022-05-19T09:40:18.718Z] #14 115.0 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-05-19T09:40:18.718Z] #14 115.1 Selecting previously unselected package libbtrfs-dev:amd64. [2022-05-19T09:40:18.718Z] #14 115.2 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-05-19T09:40:18.718Z] #14 115.2 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-05-19T09:40:18.718Z] #14 115.4 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2022-05-19T09:40:18.718Z] #14 115.4 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-05-19T09:40:18.718Z] #14 115.4 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-05-19T09:40:18.718Z] #14 115.4 Selecting previously unselected package libudev-dev:amd64. [2022-05-19T09:40:18.718Z] #14 115.5 Preparing to unpack .../20-libudev-dev_247.3-7_amd64.deb ... [2022-05-19T09:40:18.718Z] #14 115.5 Unpacking libudev-dev:amd64 (247.3-7) ... [2022-05-19T09:40:18.718Z] #14 115.6 Selecting previously unselected package libsepol1-dev:amd64. [2022-05-19T09:40:18.718Z] #14 115.6 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ... [2022-05-19T09:40:18.718Z] #14 115.6 Unpacking libsepol1-dev:amd64 (3.1-1) ... [2022-05-19T09:40:18.718Z] #14 115.9 Selecting previously unselected package libpcre2-16-0:amd64. [2022-05-19T09:40:18.718Z] #14 115.9 Preparing to unpack .../22-libpcre2-16-0_10.36-2_amd64.deb ... [2022-05-19T09:40:18.718Z] #14 115.9 Unpacking libpcre2-16-0:amd64 (10.36-2) ... [2022-05-19T09:40:18.718Z] #14 116.1 Selecting previously unselected package libpcre2-32-0:amd64. [2022-05-19T09:40:18.718Z] #14 116.1 Preparing to unpack .../23-libpcre2-32-0_10.36-2_amd64.deb ... [2022-05-19T09:40:18.718Z] #14 116.1 Unpacking libpcre2-32-0:amd64 (10.36-2) ... [2022-05-19T09:40:18.718Z] #14 116.3 Selecting previously unselected package libpcre2-posix2:amd64. [2022-05-19T09:40:18.718Z] #14 116.3 Preparing to unpack .../24-libpcre2-posix2_10.36-2_amd64.deb ... [2022-05-19T09:40:18.718Z] #14 116.3 Unpacking libpcre2-posix2:amd64 (10.36-2) ... [2022-05-19T09:40:18.718Z] #14 116.4 Selecting previously unselected package libpcre2-dev:amd64. [2022-05-19T09:40:18.718Z] #14 116.4 Preparing to unpack .../25-libpcre2-dev_10.36-2_amd64.deb ... [2022-05-19T09:40:18.718Z] #14 116.4 Unpacking libpcre2-dev:amd64 (10.36-2) ... [2022-05-19T09:40:18.718Z] #14 116.8 Selecting previously unselected package libselinux1-dev:amd64. [2022-05-19T09:40:18.718Z] #14 116.9 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ... [2022-05-19T09:40:18.718Z] #14 116.9 Unpacking libselinux1-dev:amd64 (3.1-3) ... [2022-05-19T09:40:18.718Z] #14 117.1 Selecting previously unselected package libdevmapper-dev:amd64. [2022-05-19T09:40:18.718Z] #14 117.2 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ... [2022-05-19T09:40:18.718Z] #14 117.2 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-05-19T09:40:18.718Z] #14 117.2 Selecting previously unselected package libseccomp-dev:amd64. [2022-05-19T09:40:18.718Z] #14 117.3 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ... [2022-05-19T09:40:18.718Z] #14 117.3 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-05-19T09:40:18.718Z] #14 117.4 Selecting previously unselected package libsystemd-dev:amd64. [2022-05-19T09:40:18.718Z] #14 117.4 Preparing to unpack .../29-libsystemd-dev_247.3-7_amd64.deb ... [2022-05-19T09:40:18.718Z] #14 117.4 Unpacking libsystemd-dev:amd64 (247.3-7) ... [2022-05-19T09:40:18.718Z] #14 118.0 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-05-19T09:40:18.718Z] #14 118.0 Setting up libapparmor1:amd64 (2.13.6-10) ... [2022-05-19T09:40:18.718Z] #14 118.1 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-05-19T09:40:18.718Z] #14 118.1 Setting up libsepol1-dev:amd64 (3.1-1) ... [2022-05-19T09:40:18.718Z] #14 118.1 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-05-19T09:40:18.718Z] #14 118.1 Setting up libpcre2-16-0:amd64 (10.36-2) ... [2022-05-19T09:40:18.718Z] #14 118.1 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-05-19T09:40:18.718Z] #14 118.1 Setting up libpcre2-32-0:amd64 (10.36-2) ... [2022-05-19T09:40:18.718Z] #14 118.1 Setting up libudev-dev:amd64 (247.3-7) ... [2022-05-19T09:40:18.718Z] #14 118.1 Setting up libpcre2-posix2:amd64 (10.36-2) ... [2022-05-19T09:40:18.718Z] #14 118.2 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-05-19T09:40:18.718Z] #14 118.2 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-05-19T09:40:18.718Z] #14 118.2 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-05-19T09:40:18.718Z] #14 118.2 Setting up libapparmor-dev:amd64 (2.13.6-10) ... [2022-05-19T09:40:18.718Z] #14 118.2 Setting up mingw-w64-common (8.0.0-1) ... [2022-05-19T09:40:18.718Z] #14 118.2 Setting up libsystemd-dev:amd64 (247.3-7) ... [2022-05-19T09:40:18.718Z] #14 118.2 Setting up mingw-w64-x86-64-dev (8.0.0-1) ... [2022-05-19T09:40:18.718Z] #14 118.3 Setting up libpcre2-dev:amd64 (10.36-2) ... [2022-05-19T09:40:18.718Z] #14 118.3 Setting up libselinux1-dev:amd64 (3.1-3) ... [2022-05-19T09:40:18.718Z] #14 118.3 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-05-19T09:40:18.718Z] #14 118.3 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-05-19T09:40:18.718Z] #14 118.3 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2022-05-19T09:40:18.718Z] #14 118.3 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-05-19T09:40:18.718Z] #14 118.3 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2022-05-19T09:40:18.718Z] #14 118.3 Setting up binutils-mingw-w64 (2.35-2+8.11) ... [2022-05-19T09:40:18.718Z] #14 118.3 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-05-19T09:40:18.718Z] #14 118.4 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2022-05-19T09:40:18.718Z] #14 118.4 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-05-19T09:40:18.718Z] #14 118.4 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-05-19T09:40:18.718Z] #14 118.4 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-05-19T09:40:18.718Z] #14 118.4 Setting up dmsetup (2:1.02.175-2.1) ... [2022-05-19T09:40:18.911Z] #51 72.41 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-05-19T09:40:18.911Z] #51 72.42 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-05-19T09:40:18.911Z] #51 72.45 Setting up python3-six (1.16.0-2) ... [2022-05-19T09:40:18.972Z] [2022-05-19T09:40:18.972Z] Removing bundles/ [2022-05-19T09:40:18.972Z] [2022-05-19T09:40:18.972Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2022-05-19T09:40:18.978Z] #14 118.5 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-05-19T09:40:18.978Z] #14 118.5 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-05-19T09:40:18.978Z] #14 118.5 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-05-19T09:40:19.228Z] ok github.com/docker/docker/runconfig 0.008s coverage: 64.5% of statements [2022-05-19T09:40:19.231Z] Building: bundles/dynbinary-daemon/dockerd-dev [2022-05-19T09:40:19.231Z] GOOS="" GOARCH="" GOARM="" [2022-05-19T09:40:19.489Z] ok github.com/docker/docker/testutil 0.003s coverage: 62.5% of statements [2022-05-19T09:40:19.846Z] #51 ... [2022-05-19T09:40:19.846Z] [2022-05-19T09:40:19.846Z] #55 [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-05-19T09:40:19.846Z] #55 sha256:5057fea76c4566561f2fcd443fa7f0c66715a304331185cc70a563f6efd078dd [2022-05-19T09:40:19.846Z] #55 66.87 go: downloading github.com/fsnotify/fsnotify v1.5.1 [2022-05-19T09:40:19.846Z] #55 66.96 go: downloading github.com/magiconair/properties v1.8.5 [2022-05-19T09:40:19.846Z] #55 67.00 go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-05-19T09:40:19.846Z] #55 67.16 go: downloading github.com/spf13/afero v1.6.0 [2022-05-19T09:40:19.846Z] #55 67.16 go: downloading github.com/spf13/cast v1.4.1 [2022-05-19T09:40:19.846Z] #55 67.19 go: downloading github.com/spf13/jwalterweatherman v1.1.0 [2022-05-19T09:40:19.846Z] #55 67.20 go: downloading github.com/subosito/gotenv v1.2.0 [2022-05-19T09:40:19.846Z] #55 67.22 go: downloading gopkg.in/ini.v1 v1.66.2 [2022-05-19T09:40:19.846Z] #55 67.40 go: downloading golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e [2022-05-19T09:40:19.846Z] #55 67.54 go: downloading github.com/hashicorp/errwrap v1.0.0 [2022-05-19T09:40:19.846Z] #55 67.60 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2022-05-19T09:40:19.846Z] #55 67.63 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2022-05-19T09:40:19.846Z] #55 67.66 go: downloading github.com/go-toolsmith/astequal v1.0.1 [2022-05-19T09:40:19.846Z] #55 67.69 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2022-05-19T09:40:19.846Z] #55 67.73 go: downloading github.com/go-toolsmith/astp v1.0.0 [2022-05-19T09:40:19.846Z] #55 67.88 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2022-05-19T09:40:19.846Z] #55 67.92 go: downloading github.com/go-toolsmith/typep v1.0.2 [2022-05-19T09:40:19.846Z] #55 67.97 go: downloading github.com/quasilyte/go-ruleguard v0.3.15 [2022-05-19T09:40:19.846Z] #55 68.97 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95 [2022-05-19T09:40:19.846Z] #55 69.05 go: downloading github.com/davecgh/go-spew v1.1.1 [2022-05-19T09:40:19.846Z] #55 69.25 go: downloading github.com/pmezard/go-difflib v1.0.0 [2022-05-19T09:40:19.846Z] #55 69.31 go: downloading github.com/stretchr/objx v0.1.1 [2022-05-19T09:40:19.846Z] #55 69.56 go: downloading 4d63.com/gochecknoglobals v0.1.0 [2022-05-19T09:40:19.846Z] #55 69.64 go: downloading github.com/Antonboom/errname v0.1.5 [2022-05-19T09:40:19.846Z] #55 69.85 go: downloading github.com/Antonboom/nilnil v0.1.0 [2022-05-19T09:40:19.846Z] #55 69.99 go: downloading github.com/BurntSushi/toml v1.0.0 [2022-05-19T09:40:19.846Z] #55 71.58 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24 [2022-05-19T09:40:19.846Z] #55 71.60 go: downloading github.com/OpenPeeDeeP/depguard v1.1.0 [2022-05-19T09:40:19.846Z] #55 71.64 go: downloading github.com/alexkohler/prealloc v1.0.0 [2022-05-19T09:40:19.846Z] #55 71.67 go: downloading github.com/ashanbrown/forbidigo v1.3.0 [2022-05-19T09:40:19.846Z] #55 71.68 go: downloading github.com/ashanbrown/makezero v1.1.0 [2022-05-19T09:40:19.846Z] #55 71.71 go: downloading github.com/bkielbasa/cyclop v1.2.0 [2022-05-19T09:40:19.846Z] #55 71.76 go: downloading github.com/blizzy78/varnamelen v0.5.0 [2022-05-19T09:40:19.846Z] #55 71.86 go: downloading github.com/bombsimon/wsl/v3 v3.3.0 [2022-05-19T09:40:19.846Z] #55 71.91 go: downloading github.com/breml/bidichk v0.2.1 [2022-05-19T09:40:19.846Z] #55 71.97 go: downloading github.com/breml/errchkjson v0.2.1 [2022-05-19T09:40:19.846Z] #55 72.13 go: downloading github.com/butuzov/ireturn v0.1.1 [2022-05-19T09:40:19.846Z] #55 72.18 go: downloading github.com/charithe/durationcheck v0.0.9 [2022-05-19T09:40:19.846Z] #55 72.21 go: downloading github.com/daixiang0/gci v0.2.9 [2022-05-19T09:40:19.846Z] #55 72.28 go: downloading github.com/denis-tingajkin/go-header v0.4.2 [2022-05-19T09:40:19.846Z] #55 72.38 go: downloading github.com/esimonov/ifshort v1.0.4 [2022-05-19T09:40:19.846Z] #55 72.40 go: downloading github.com/fzipp/gocyclo v0.4.0 [2022-05-19T09:40:19.846Z] #55 72.44 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2022-05-19T09:40:19.846Z] #55 72.50 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2022-05-19T09:40:19.846Z] #55 72.51 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2022-05-19T09:40:19.846Z] #55 72.58 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2022-05-19T09:40:19.846Z] #55 72.87 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2022-05-19T09:40:19.846Z] #55 72.98 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2022-05-19T09:40:19.846Z] #55 73.00 go: downloading github.com/golangci/misspell v0.3.5 [2022-05-19T09:40:19.846Z] #55 73.07 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2022-05-19T09:40:19.846Z] #55 73.12 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8 [2022-05-19T09:40:19.846Z] #55 73.15 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0 [2022-05-19T09:40:19.846Z] #55 73.21 go: downloading github.com/gostaticanalysis/nilerr v0.1.1 [2022-05-19T09:40:19.846Z] #55 73.25 go: downloading github.com/jgautheron/goconst v1.5.1 [2022-05-19T09:40:19.846Z] #55 73.27 go: downloading github.com/jingyugao/rowserrcheck v1.1.1 [2022-05-19T09:40:19.847Z] #55 73.30 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af [2022-05-19T09:40:19.847Z] #55 73.32 go: downloading github.com/julz/importas v0.1.0 [2022-05-19T09:40:19.847Z] #55 73.39 go: downloading github.com/kisielk/errcheck v1.6.0 [2022-05-19T09:40:19.847Z] #55 73.46 go: downloading github.com/kulti/thelper v0.5.0 [2022-05-19T09:40:19.847Z] #55 73.57 go: downloading github.com/kunwardeep/paralleltest v1.0.3 [2022-05-19T09:40:19.847Z] #55 73.58 go: downloading github.com/kyoh86/exportloopref v0.1.8 [2022-05-19T09:40:19.847Z] #55 73.75 go: downloading github.com/ldez/gomoddirectives v0.2.2 [2022-05-19T09:40:19.847Z] #55 73.82 go: downloading github.com/leonklingele/grouper v1.1.0 [2022-05-19T09:40:19.847Z] #55 73.84 go: downloading github.com/ldez/tagliatelle v0.3.0 [2022-05-19T09:40:19.847Z] #55 73.91 go: downloading github.com/maratori/testpackage v1.0.1 [2022-05-19T09:40:19.847Z] #55 73.96 go: downloading github.com/matoous/godox v0.0.0-20210227103229-6504466cf951 [2022-05-19T09:40:19.847Z] #55 74.03 go: downloading github.com/mbilski/exhaustivestruct v1.2.0 [2022-05-19T09:40:19.847Z] #55 74.05 go: downloading github.com/mgechev/dots v0.0.0-20210922191527-e955255bf517 [2022-05-19T09:40:19.847Z] #55 74.09 go: downloading github.com/mgechev/revive v1.1.3 [2022-05-19T09:40:20.354Z] #14 DONE 119.7s [2022-05-19T09:40:20.354Z] [2022-05-19T09:40:20.354Z] #67 [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-05-19T09:40:20.354Z] #67 sha256:42db4f9f8adb9cb1563b2643a3f18c4747c7ee7d6fdbf4c40cf6f43f030c6557 [2022-05-19T09:40:20.354Z] #67 118.1 rootlesskit version 1.0.0 [2022-05-19T09:40:20.354Z] #67 118.1 Usage of /build/rootlesskit-docker-proxy: [2022-05-19T09:40:20.354Z] #67 118.1 -container-ip string [2022-05-19T09:40:20.354Z] #67 118.1 container ip [2022-05-19T09:40:20.354Z] #67 118.1 -container-port int [2022-05-19T09:40:20.354Z] #67 118.1 container port (default -1) [2022-05-19T09:40:20.354Z] #67 118.1 -host-ip string [2022-05-19T09:40:20.354Z] #67 118.1 host ip [2022-05-19T09:40:20.354Z] #67 118.1 -host-port int [2022-05-19T09:40:20.354Z] #67 118.1 host port (default -1) [2022-05-19T09:40:20.354Z] #67 118.1 -proto string [2022-05-19T09:40:20.354Z] #67 118.1 proxy protocol (default "tcp") [2022-05-19T09:40:20.354Z] #67 DONE 119.3s [2022-05-19T09:40:20.354Z] [2022-05-19T09:40:20.354Z] #59 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2022-05-19T09:40:20.354Z] #59 sha256:8abdced8cb0435ce54043020130b780fca6224342165d02e9f3941274427b79e [2022-05-19T09:40:20.354Z] #59 ... [2022-05-19T09:40:20.354Z] [2022-05-19T09:40:20.354Z] #68 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build [2022-05-19T09:40:20.354Z] #68 sha256:c3fed4c6370d1e7aeb90b3c69a7fc62b54e04892a2ad805e59b9a97542b5f6ec [2022-05-19T09:40:20.354Z] #68 DONE 0.1s [2022-05-19T09:40:20.354Z] [2022-05-19T09:40:20.354Z] #59 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2022-05-19T09:40:20.354Z] #59 sha256:8abdced8cb0435ce54043020130b780fca6224342165d02e9f3941274427b79e [2022-05-19T09:40:20.354Z] #59 DONE 0.4s [2022-05-19T09:40:20.354Z] [2022-05-19T09:40:20.354Z] #60 [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-05-19T09:40:20.354Z] #60 sha256:5eae30e93c2d3cf028fcb75d9760b343a662df1274880beb0774e49dea5405a8 [2022-05-19T09:40:20.354Z] #60 ... [2022-05-19T09:40:20.354Z] [2022-05-19T09:40:20.354Z] #69 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-05-19T09:40:20.354Z] #69 sha256:886d46ca01b97b77115fbc8060f121de597f44148ef8c0b27717e935d2050e08 [2022-05-19T09:40:20.354Z] #69 DONE 0.3s [2022-05-19T09:40:20.612Z] [2022-05-19T09:40:20.612Z] #15 [dev-systemd-false 1/26] RUN groupadd -r docker [2022-05-19T09:40:20.612Z] #15 sha256:5618e4bb799bd7b247352671f33a4cc5b489c74a82e0851dc8cca1bf489969ae [2022-05-19T09:40:20.780Z] #55 74.89 go: downloading github.com/moricho/tparallel v0.2.1 [2022-05-19T09:40:20.780Z] #55 74.92 go: downloading github.com/nakabonne/nestif v0.3.1 [2022-05-19T09:40:20.780Z] #55 74.95 go: downloading github.com/nishanths/exhaustive v0.7.11 [2022-05-19T09:40:20.780Z] #55 74.96 go: downloading github.com/nishanths/predeclared v0.2.1 [2022-05-19T09:40:20.874Z] ok github.com/docker/docker/volume/drivers 0.005s coverage: 36.1% of statements [2022-05-19T09:40:21.038Z] #55 75.18 go: downloading github.com/polyfloyd/go-errorlint v0.0.0-20211125173453-6d6d39c5bb8b [2022-05-19T09:40:21.038Z] #55 75.23 go: downloading github.com/ryancurrah/gomodguard v1.2.3 [2022-05-19T09:40:21.038Z] #55 75.33 go: downloading github.com/ryanrolds/sqlclosecheck v0.3.0 [2022-05-19T09:40:21.038Z] #55 ... [2022-05-19T09:40:21.038Z] [2022-05-19T09:40:21.038Z] #51 [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-05-19T09:40:21.038Z] #51 sha256:342483109da9e364b7fdcd69e8e1164284be91eccb939cddedcef7fc7f7424b9 [2022-05-19T09:40:21.038Z] #51 74.62 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-05-19T09:40:21.038Z] #51 74.66 Setting up python3-protobuf (3.12.4-1) ... [2022-05-19T09:40:21.818Z] ok github.com/docker/docker/volume/local 0.104s coverage: 77.1% of statements [2022-05-19T09:40:21.929Z] #19 80.44 Reading package lists... [2022-05-19T09:40:22.079Z] ok github.com/docker/docker/volume/mounts 0.006s coverage: 67.7% of statements [2022-05-19T09:40:23.023Z] ok github.com/docker/docker/volume/service 0.013s coverage: 72.3% of statements [2022-05-19T09:40:23.562Z] #51 ... [2022-05-19T09:40:23.562Z] [2022-05-19T09:40:23.563Z] #42 [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-05-19T09:40:23.563Z] #42 sha256:635aa174200b74209cbd6c68b0f12f60f2a29d9649aa3089dbc629ac5ed19ba4 [2022-05-19T09:40:23.563Z] #42 67.72 Selecting previously unselected package libicu67:amd64. [2022-05-19T09:40:23.563Z] #42 67.73 Preparing to unpack .../3-libicu67_67.1-7_amd64.deb ... [2022-05-19T09:40:23.563Z] #42 67.74 Unpacking libicu67:amd64 (67.1-7) ... [2022-05-19T09:40:23.563Z] #42 ... [2022-05-19T09:40:23.563Z] [2022-05-19T09:40:23.563Z] #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-05-19T09:40:23.563Z] #34 sha256:c4f955ffae0a1c8967245a94aa32d654a6e15c000f626095dbb59881207e511c [2022-05-19T09:40:23.563Z] #34 67.75 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c [2022-05-19T09:40:23.563Z] #34 68.40 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-05-19T09:40:23.820Z] #34 ... [2022-05-19T09:40:23.820Z] [2022-05-19T09:40:23.820Z] #55 [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-05-19T09:40:23.820Z] #55 sha256:5057fea76c4566561f2fcd443fa7f0c66715a304331185cc70a563f6efd078dd [2022-05-19T09:40:23.820Z] #55 75.40 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.6 [2022-05-19T09:40:23.820Z] #55 75.41 go: downloading github.com/securego/gosec/v2 v2.9.6 [2022-05-19T09:40:23.820Z] #55 75.81 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c [2022-05-19T09:40:23.820Z] #55 75.83 go: downloading github.com/sivchari/containedctx v1.0.1 [2022-05-19T09:40:23.820Z] #55 75.84 go: downloading github.com/sivchari/tenv v1.4.7 [2022-05-19T09:40:23.820Z] #55 75.85 go: downloading github.com/sonatard/noctx v0.0.1 [2022-05-19T09:40:23.820Z] #55 75.90 go: downloading github.com/sourcegraph/go-diff v0.6.1 [2022-05-19T09:40:23.820Z] #55 75.97 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1 [2022-05-19T09:40:23.820Z] #55 75.98 go: downloading github.com/sylvia7788/contextcheck v1.0.4 [2022-05-19T09:40:23.820Z] #55 76.02 go: downloading github.com/tdakkota/asciicheck v0.1.1 [2022-05-19T09:40:23.820Z] #55 76.07 go: downloading github.com/tetafro/godot v1.4.11 [2022-05-19T09:40:23.820Z] #55 76.10 go: downloading github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144 [2022-05-19T09:40:23.820Z] #55 76.14 go: downloading github.com/tomarrell/wrapcheck/v2 v2.4.0 [2022-05-19T09:40:23.820Z] #55 76.35 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.0 [2022-05-19T09:40:23.820Z] #55 76.41 go: downloading github.com/ultraware/funlen v0.0.3 [2022-05-19T09:40:23.820Z] #55 76.42 go: downloading github.com/ultraware/whitespace v0.0.4 [2022-05-19T09:40:23.820Z] #55 76.43 go: downloading github.com/uudashr/gocognit v1.0.5 [2022-05-19T09:40:23.820Z] #55 76.45 go: downloading github.com/yagipy/maintidx v1.0.0 [2022-05-19T09:40:23.820Z] #55 76.47 go: downloading github.com/yeya24/promlinter v0.1.1-0.20210918184747-d757024714a1 [2022-05-19T09:40:23.820Z] #55 77.15 go: downloading gitlab.com/bosi/decorder v0.2.1 [2022-05-19T09:40:23.820Z] #55 77.39 go: downloading honnef.co/go/tools v0.2.2 [2022-05-19T09:40:23.901Z] #15 DONE 3.9s [2022-05-19T09:40:23.901Z] [2022-05-19T09:40:23.901Z] #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-05-19T09:40:23.901Z] #34 sha256:c4f955ffae0a1c8967245a94aa32d654a6e15c000f626095dbb59881207e511c [2022-05-19T09:40:23.901Z] #34 ... [2022-05-19T09:40:23.901Z] [2022-05-19T09:40:23.901Z] #60 [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-05-19T09:40:23.901Z] #60 sha256:5eae30e93c2d3cf028fcb75d9760b343a662df1274880beb0774e49dea5405a8 [2022-05-19T09:40:23.901Z] #60 3.664 + RM_GOPATH=0 [2022-05-19T09:40:23.901Z] #60 3.664 + TMP_GOPATH= [2022-05-19T09:40:23.901Z] #60 3.664 + : /build [2022-05-19T09:40:23.901Z] #60 3.664 + '[' -z '' ']' [2022-05-19T09:40:23.901Z] #60 3.664 ++ mktemp -d [2022-05-19T09:40:23.901Z] #60 3.664 + export GOPATH=/tmp/tmp.XyB5FZFowm [2022-05-19T09:40:23.901Z] #60 3.664 + GOPATH=/tmp/tmp.XyB5FZFowm [2022-05-19T09:40:23.901Z] #60 3.664 + RM_GOPATH=1 [2022-05-19T09:40:23.901Z] #60 3.664 + case "$(go env GOARCH)" in [2022-05-19T09:40:23.901Z] #60 3.664 ++ go env GOARCH [2022-05-19T09:40:23.901Z] #60 3.720 Install runc version v1.1.2 (build tags: seccomp) [2022-05-19T09:40:23.901Z] #60 3.720 + export GO_BUILDMODE=-buildmode=pie [2022-05-19T09:40:23.901Z] #60 3.720 + GO_BUILDMODE=-buildmode=pie [2022-05-19T09:40:23.901Z] #60 3.720 ++ dirname /install.sh [2022-05-19T09:40:23.901Z] #60 3.720 + dir=/ [2022-05-19T09:40:23.901Z] #60 3.720 + bin=runc [2022-05-19T09:40:23.901Z] #60 3.720 + shift [2022-05-19T09:40:23.901Z] #60 3.720 + '[' '!' -f //runc.installer ']' [2022-05-19T09:40:23.901Z] #60 3.720 + . //runc.installer [2022-05-19T09:40:23.901Z] #60 3.720 ++ set -e [2022-05-19T09:40:23.901Z] #60 3.720 ++ : v1.1.2 [2022-05-19T09:40:23.901Z] #60 3.720 + install_runc [2022-05-19T09:40:23.901Z] #60 3.720 + RUNC_BUILDTAGS=seccomp [2022-05-19T09:40:23.901Z] #60 3.720 + echo 'Install runc version v1.1.2 (build tags: seccomp)' [2022-05-19T09:40:23.901Z] #60 3.720 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.XyB5FZFowm/src/github.com/opencontainers/runc [2022-05-19T09:40:24.159Z] #60 3.729 Cloning into '/tmp/tmp.XyB5FZFowm/src/github.com/opencontainers/runc'... [2022-05-19T09:40:25.191Z] #55 79.41 go: downloading mvdan.cc/gofumpt v0.2.1 [2022-05-19T09:40:25.191Z] #55 79.41 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2022-05-19T09:40:25.253Z] #19 97.77 Building dependency tree... [2022-05-19T09:40:25.449Z] #55 79.53 go: downloading mvdan.cc/unparam v0.0.0-20211214103731-d0ef000c54e5 [2022-05-19T09:40:25.449Z] #55 ... [2022-05-19T09:40:25.449Z] [2022-05-19T09:40:25.449Z] #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-05-19T09:40:25.449Z] #14 sha256:ad430aa4634b833e1f6147f42e8232eb8136a1b47ba188feff5f14c8911b4227 [2022-05-19T09:40:25.449Z] #14 69.66 Selecting previously unselected package binutils-mingw-w64. [2022-05-19T09:40:25.449Z] #14 69.71 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ... [2022-05-19T09:40:25.449Z] #14 69.73 Unpacking binutils-mingw-w64 (2.35-2+8.11) ... [2022-05-19T09:40:25.449Z] #14 69.99 Selecting previously unselected package libdevmapper1.02.1:amd64. [2022-05-19T09:40:25.449Z] #14 69.99 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-05-19T09:40:25.449Z] #14 70.04 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-05-19T09:40:25.449Z] #14 70.32 Selecting previously unselected package dmsetup. [2022-05-19T09:40:25.449Z] #14 70.32 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ... [2022-05-19T09:40:25.449Z] #14 70.32 Unpacking dmsetup (2:1.02.175-2.1) ... [2022-05-19T09:40:25.449Z] #14 70.77 Selecting previously unselected package mingw-w64-common. [2022-05-19T09:40:25.449Z] #14 70.77 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ... [2022-05-19T09:40:25.449Z] #14 70.80 Unpacking mingw-w64-common (8.0.0-1) ... [2022-05-19T09:40:25.449Z] #14 ... [2022-05-19T09:40:25.449Z] [2022-05-19T09:40:25.449Z] #55 [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-05-19T09:40:25.449Z] #55 sha256:5057fea76c4566561f2fcd443fa7f0c66715a304331185cc70a563f6efd078dd [2022-05-19T09:40:25.449Z] #55 79.78 go: downloading github.com/hashicorp/hcl v1.0.0 [2022-05-19T09:40:25.706Z] #55 80.00 go: downloading github.com/pelletier/go-toml v1.9.4 [2022-05-19T09:40:25.706Z] #55 80.02 go: downloading golang.org/x/text v0.3.7 [2022-05-19T09:40:27.448Z] #60 ... [2022-05-19T09:40:27.448Z] [2022-05-19T09:40:27.448Z] #16 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2022-05-19T09:40:27.448Z] #16 sha256:ffb1413ff9befb817334db5e6e73cce1dea1288dfe26ae95387462cec9dcb4d2 [2022-05-19T09:40:27.448Z] #16 DONE 3.3s [2022-05-19T09:40:27.448Z] [2022-05-19T09:40:27.448Z] #17 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-05-19T09:40:27.448Z] #17 sha256:3a65ff1536019f53bb5ff65aa587c9564dbb5ae3b738771386d7d19eaec6e2fc [2022-05-19T09:40:29.464Z] #19 105.2 The following additional packages will be installed: [2022-05-19T09:40:29.464Z] #19 105.2 binutils-aarch64-linux-gnu binutils-arm-linux-gnueabi [2022-05-19T09:40:29.464Z] #19 105.2 binutils-arm-linux-gnueabihf binutils-powerpc64le-linux-gnu [2022-05-19T09:40:29.464Z] #19 105.2 binutils-s390x-linux-gnu bzip2 cpp-10-aarch64-linux-gnu [2022-05-19T09:40:29.464Z] #19 105.2 cpp-10-arm-linux-gnueabi cpp-10-arm-linux-gnueabihf [2022-05-19T09:40:29.464Z] #19 105.2 cpp-10-powerpc64le-linux-gnu cpp-10-s390x-linux-gnu cpp-aarch64-linux-gnu [2022-05-19T09:40:29.464Z] #19 105.2 cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf cpp-powerpc64le-linux-gnu [2022-05-19T09:40:29.464Z] #19 105.2 cpp-s390x-linux-gnu cross-config dpkg-cross dpkg-dev file [2022-05-19T09:40:29.464Z] #19 105.2 g++-10-aarch64-linux-gnu g++-10-arm-linux-gnueabi g++-10-arm-linux-gnueabihf [2022-05-19T09:40:29.464Z] #19 105.2 g++-10-powerpc64le-linux-gnu g++-10-s390x-linux-gnu g++-aarch64-linux-gnu [2022-05-19T09:40:29.464Z] #19 105.2 g++-arm-linux-gnueabi g++-arm-linux-gnueabihf g++-powerpc64le-linux-gnu [2022-05-19T09:40:29.464Z] #19 105.2 g++-s390x-linux-gnu gcc-10-aarch64-linux-gnu gcc-10-aarch64-linux-gnu-base [2022-05-19T09:40:29.464Z] #19 105.2 gcc-10-arm-linux-gnueabi gcc-10-arm-linux-gnueabi-base [2022-05-19T09:40:29.464Z] #19 105.2 gcc-10-arm-linux-gnueabihf gcc-10-arm-linux-gnueabihf-base gcc-10-cross-base [2022-05-19T09:40:29.464Z] #19 105.2 gcc-10-powerpc64le-linux-gnu gcc-10-powerpc64le-linux-gnu-base [2022-05-19T09:40:29.464Z] #19 105.2 gcc-10-s390x-linux-gnu gcc-10-s390x-linux-gnu-base gcc-aarch64-linux-gnu [2022-05-19T09:40:29.464Z] #19 105.2 gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf gcc-powerpc64le-linux-gnu [2022-05-19T09:40:29.464Z] #19 105.2 gcc-s390x-linux-gnu libasan6-arm64-cross libasan6-armel-cross [2022-05-19T09:40:29.464Z] #19 105.2 libasan6-armhf-cross libasan6-ppc64el-cross libasan6-s390x-cross [2022-05-19T09:40:29.464Z] #19 105.2 libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross [2022-05-19T09:40:29.464Z] #19 105.2 libatomic1-ppc64el-cross libatomic1-s390x-cross libc6-arm64-cross [2022-05-19T09:40:29.464Z] #19 105.2 libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross [2022-05-19T09:40:29.464Z] #19 105.2 libc6-dev-armel-cross libc6-dev-armhf-cross libc6-dev-ppc64el-cross [2022-05-19T09:40:29.464Z] #19 105.2 libc6-dev-s390x-cross libc6-ppc64el-cross libc6-s390x-cross [2022-05-19T09:40:29.464Z] #19 105.2 libconfig-auto-perl libconfig-inifiles-perl libdebian-dpkgcross-perl [2022-05-19T09:40:29.464Z] #19 105.2 libfile-homedir-perl libfile-which-perl libgcc-10-dev-arm64-cross [2022-05-19T09:40:29.464Z] #19 105.2 libgcc-10-dev-armel-cross libgcc-10-dev-armhf-cross [2022-05-19T09:40:29.464Z] #19 105.2 libgcc-10-dev-ppc64el-cross libgcc-10-dev-s390x-cross libgcc-s1-arm64-cross [2022-05-19T09:40:29.464Z] #19 105.2 libgcc-s1-armel-cross libgcc-s1-armhf-cross libgcc-s1-ppc64el-cross [2022-05-19T09:40:29.464Z] #19 105.2 libgcc-s1-s390x-cross libgomp1-arm64-cross libgomp1-armel-cross [2022-05-19T09:40:29.464Z] #19 105.2 libgomp1-armhf-cross libgomp1-ppc64el-cross libgomp1-s390x-cross libicu67 [2022-05-19T09:40:29.464Z] #19 105.2 libio-string-perl libitm1-arm64-cross libitm1-ppc64el-cross [2022-05-19T09:40:29.464Z] #19 105.2 libitm1-s390x-cross liblocale-gettext-perl liblsan0-arm64-cross [2022-05-19T09:40:29.464Z] #19 105.2 liblsan0-ppc64el-cross libmagic-mgc libmagic1 libquadmath0-ppc64el-cross [2022-05-19T09:40:29.464Z] #19 105.2 libstdc++-10-dev-arm64-cross libstdc++-10-dev-armel-cross [2022-05-19T09:40:29.464Z] #19 105.2 libstdc++-10-dev-armhf-cross libstdc++-10-dev-ppc64el-cross [2022-05-19T09:40:29.464Z] #19 105.2 libstdc++-10-dev-s390x-cross libstdc++6-arm64-cross libstdc++6-armel-cross [2022-05-19T09:40:29.464Z] #19 105.2 libstdc++6-armhf-cross libstdc++6-ppc64el-cross libstdc++6-s390x-cross [2022-05-19T09:40:29.464Z] #19 105.2 libtsan0-arm64-cross libtsan0-ppc64el-cross libubsan1-arm64-cross [2022-05-19T09:40:29.464Z] #19 105.2 libubsan1-armel-cross libubsan1-armhf-cross libubsan1-ppc64el-cross [2022-05-19T09:40:29.464Z] #19 105.2 libubsan1-s390x-cross libxml-libxml-perl libxml-namespacesupport-perl [2022-05-19T09:40:29.464Z] #19 105.2 libxml-sax-base-perl libxml-sax-perl libxml-simple-perl libxml2 libyaml-perl [2022-05-19T09:40:29.464Z] #19 105.2 linux-libc-dev-arm64-cross linux-libc-dev-armel-cross [2022-05-19T09:40:29.464Z] #19 105.2 linux-libc-dev-armhf-cross linux-libc-dev-ppc64el-cross [2022-05-19T09:40:29.464Z] #19 105.2 linux-libc-dev-s390x-cross patch xz-utils [2022-05-19T09:40:29.464Z] #19 105.3 Suggested packages: [2022-05-19T09:40:29.464Z] #19 105.3 binutils-doc bzip2-doc gcc-10-locales cpp-doc binutils-multiarch [2022-05-19T09:40:29.464Z] #19 105.3 debian-keyring gcc-10-doc g++-10-multilib-s390x-linux-gnu [2022-05-19T09:40:29.464Z] #19 105.3 gcc-10-multilib-s390x-linux-gnu manpages-dev autoconf automake libtool flex [2022-05-19T09:40:29.464Z] #19 105.3 bison gdb-aarch64-linux-gnu gcc-doc gdb-arm-linux-gnueabi [2022-05-19T09:40:29.464Z] #19 105.3 gdb-arm-linux-gnueabihf gdb-powerpc64le-linux-gnu gdb-s390x-linux-gnu [2022-05-19T09:40:29.464Z] #19 105.3 libyaml-shell-perl ed diffutils-doc [2022-05-19T09:40:29.464Z] #19 105.3 Recommended packages: [2022-05-19T09:40:29.464Z] #19 105.3 fakeroot build-essential libalgorithm-merge-perl libwww-perl [2022-05-19T09:40:29.464Z] #19 105.3 libxml-sax-expat-perl libyaml-libyaml-perl | libyaml-syck-perl [2022-05-19T09:40:29.985Z] #17 2.681 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2022-05-19T09:40:30.244Z] #17 DONE 2.8s [2022-05-19T09:40:30.244Z] [2022-05-19T09:40:30.244Z] #18 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-05-19T09:40:30.244Z] #18 sha256:3dbe2b244d0925ee575a019a4178e7ab4a0ee630efc0fa5d4368f6e6a54b6456 [2022-05-19T09:40:32.151Z] #18 DONE 1.9s [2022-05-19T09:40:32.151Z] [2022-05-19T09:40:32.151Z] #60 [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-05-19T09:40:32.151Z] #60 sha256:5eae30e93c2d3cf028fcb75d9760b343a662df1274880beb0774e49dea5405a8 [2022-05-19T09:40:32.151Z] #60 ... [2022-05-19T09:40:32.151Z] [2022-05-19T09:40:32.151Z] #19 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-05-19T09:40:32.151Z] #19 sha256:52d95bac1dfa5f51e05925d7925c8c5be1d9110c2f7f387a726e07141e918b21 [2022-05-19T09:40:32.261Z] #55 ... [2022-05-19T09:40:32.261Z] [2022-05-19T09:40:32.261Z] #42 [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-05-19T09:40:32.261Z] #42 sha256:635aa174200b74209cbd6c68b0f12f60f2a29d9649aa3089dbc629ac5ed19ba4 [2022-05-19T09:40:32.261Z] #42 79.51 Selecting previously unselected package libxml2:amd64. [2022-05-19T09:40:32.261Z] #42 79.51 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7+deb11u1_amd64.deb ... [2022-05-19T09:40:32.261Z] #42 79.52 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7+deb11u1) ... [2022-05-19T09:40:32.261Z] #42 80.31 Selecting previously unselected package libarchive13:amd64. [2022-05-19T09:40:32.261Z] #42 80.32 Preparing to unpack .../5-libarchive13_3.4.3-2+deb11u1_amd64.deb ... [2022-05-19T09:40:32.261Z] #42 80.36 Unpacking libarchive13:amd64 (3.4.3-2+deb11u1) ... [2022-05-19T09:40:32.261Z] #42 80.99 Selecting previously unselected package libjsoncpp24:amd64. [2022-05-19T09:40:32.261Z] #42 80.99 Preparing to unpack .../6-libjsoncpp24_1.9.4-4_amd64.deb ... [2022-05-19T09:40:32.261Z] #42 81.03 Unpacking libjsoncpp24:amd64 (1.9.4-4) ... [2022-05-19T09:40:32.261Z] #42 81.44 Selecting previously unselected package librhash0:amd64. [2022-05-19T09:40:32.261Z] #42 81.45 Preparing to unpack .../7-librhash0_1.4.1-2_amd64.deb ... [2022-05-19T09:40:32.261Z] #42 81.46 Unpacking librhash0:amd64 (1.4.1-2) ... [2022-05-19T09:40:32.261Z] #42 81.76 Selecting previously unselected package libuv1:amd64. [2022-05-19T09:40:32.261Z] #42 81.76 Preparing to unpack .../8-libuv1_1.40.0-2_amd64.deb ... [2022-05-19T09:40:32.261Z] #42 81.79 Unpacking libuv1:amd64 (1.40.0-2) ... [2022-05-19T09:40:32.261Z] #42 82.12 Selecting previously unselected package cmake. [2022-05-19T09:40:32.261Z] #42 82.15 Preparing to unpack .../9-cmake_3.18.4-2+deb11u1_amd64.deb ... [2022-05-19T09:40:32.261Z] #42 82.15 Unpacking cmake (3.18.4-2+deb11u1) ... [2022-05-19T09:40:32.261Z] #42 ... [2022-05-19T09:40:32.261Z] [2022-05-19T09:40:32.261Z] #51 [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-05-19T09:40:32.261Z] #51 sha256:342483109da9e364b7fdcd69e8e1164284be91eccb939cddedcef7fc7f7424b9 [2022-05-19T09:40:32.261Z] #51 80.57 Setting up criu (3.17-1) ... [2022-05-19T09:40:32.261Z] #51 83.88 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-05-19T09:40:32.261Z] #51 DONE 85.0s [2022-05-19T09:40:32.261Z] [2022-05-19T09:40:32.261Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-05-19T09:40:32.261Z] #14 sha256:ad430aa4634b833e1f6147f42e8232eb8136a1b47ba188feff5f14c8911b4227 [2022-05-19T09:40:32.261Z] #14 80.14 Selecting previously unselected package mingw-w64-x86-64-dev. [2022-05-19T09:40:32.261Z] #14 80.16 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ... [2022-05-19T09:40:32.261Z] #14 80.17 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ... [2022-05-19T09:40:33.676Z] #19 109.4 The following NEW packages will be installed: [2022-05-19T09:40:33.676Z] #19 109.4 binutils-aarch64-linux-gnu binutils-arm-linux-gnueabi [2022-05-19T09:40:33.676Z] #19 109.4 binutils-arm-linux-gnueabihf binutils-powerpc64le-linux-gnu [2022-05-19T09:40:33.676Z] #19 109.4 binutils-s390x-linux-gnu bzip2 cpp-10-aarch64-linux-gnu [2022-05-19T09:40:33.676Z] #19 109.4 cpp-10-arm-linux-gnueabi cpp-10-arm-linux-gnueabihf [2022-05-19T09:40:33.676Z] #19 109.4 cpp-10-powerpc64le-linux-gnu cpp-10-s390x-linux-gnu cpp-aarch64-linux-gnu [2022-05-19T09:40:33.676Z] #19 109.4 cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf cpp-powerpc64le-linux-gnu [2022-05-19T09:40:33.676Z] #19 109.4 cpp-s390x-linux-gnu cross-config crossbuild-essential-arm64 [2022-05-19T09:40:33.676Z] #19 109.4 crossbuild-essential-armel crossbuild-essential-armhf [2022-05-19T09:40:33.676Z] #19 109.4 crossbuild-essential-ppc64el crossbuild-essential-s390x dpkg-cross dpkg-dev [2022-05-19T09:40:33.676Z] #19 109.4 file g++-10-aarch64-linux-gnu g++-10-arm-linux-gnueabi [2022-05-19T09:40:33.676Z] #19 109.4 g++-10-arm-linux-gnueabihf g++-10-powerpc64le-linux-gnu [2022-05-19T09:40:33.676Z] #19 109.4 g++-10-s390x-linux-gnu g++-aarch64-linux-gnu g++-arm-linux-gnueabi [2022-05-19T09:40:33.676Z] #19 109.4 g++-arm-linux-gnueabihf g++-powerpc64le-linux-gnu g++-s390x-linux-gnu [2022-05-19T09:40:33.676Z] #19 109.4 gcc-10-aarch64-linux-gnu gcc-10-aarch64-linux-gnu-base [2022-05-19T09:40:33.676Z] #19 109.4 gcc-10-arm-linux-gnueabi gcc-10-arm-linux-gnueabi-base [2022-05-19T09:40:33.676Z] #19 109.4 gcc-10-arm-linux-gnueabihf gcc-10-arm-linux-gnueabihf-base gcc-10-cross-base [2022-05-19T09:40:33.676Z] #19 109.4 gcc-10-powerpc64le-linux-gnu gcc-10-powerpc64le-linux-gnu-base [2022-05-19T09:40:33.676Z] #19 109.4 gcc-10-s390x-linux-gnu gcc-10-s390x-linux-gnu-base gcc-aarch64-linux-gnu [2022-05-19T09:40:33.676Z] #19 109.4 gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf gcc-powerpc64le-linux-gnu [2022-05-19T09:40:33.676Z] #19 109.4 gcc-s390x-linux-gnu libasan6-arm64-cross libasan6-armel-cross [2022-05-19T09:40:33.676Z] #19 109.4 libasan6-armhf-cross libasan6-ppc64el-cross libasan6-s390x-cross [2022-05-19T09:40:33.676Z] #19 109.4 libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross [2022-05-19T09:40:33.676Z] #19 109.4 libatomic1-ppc64el-cross libatomic1-s390x-cross libc6-arm64-cross [2022-05-19T09:40:33.676Z] #19 109.4 libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross [2022-05-19T09:40:33.676Z] #19 109.4 libc6-dev-armel-cross libc6-dev-armhf-cross libc6-dev-ppc64el-cross [2022-05-19T09:40:33.676Z] #19 109.4 libc6-dev-s390x-cross libc6-ppc64el-cross libc6-s390x-cross [2022-05-19T09:40:33.676Z] #19 109.4 libconfig-auto-perl libconfig-inifiles-perl libdebian-dpkgcross-perl [2022-05-19T09:40:33.676Z] #19 109.4 libfile-homedir-perl libfile-which-perl libgcc-10-dev-arm64-cross [2022-05-19T09:40:33.676Z] #19 109.4 libgcc-10-dev-armel-cross libgcc-10-dev-armhf-cross [2022-05-19T09:40:33.676Z] #19 109.4 libgcc-10-dev-ppc64el-cross libgcc-10-dev-s390x-cross libgcc-s1-arm64-cross [2022-05-19T09:40:33.676Z] #19 109.4 libgcc-s1-armel-cross libgcc-s1-armhf-cross libgcc-s1-ppc64el-cross [2022-05-19T09:40:33.676Z] #19 109.4 libgcc-s1-s390x-cross libgomp1-arm64-cross libgomp1-armel-cross [2022-05-19T09:40:33.676Z] #19 109.4 libgomp1-armhf-cross libgomp1-ppc64el-cross libgomp1-s390x-cross libicu67 [2022-05-19T09:40:33.676Z] #19 109.4 libio-string-perl libitm1-arm64-cross libitm1-ppc64el-cross [2022-05-19T09:40:33.676Z] #19 109.4 libitm1-s390x-cross liblocale-gettext-perl liblsan0-arm64-cross [2022-05-19T09:40:33.676Z] #19 109.4 liblsan0-ppc64el-cross libmagic-mgc libmagic1 libquadmath0-ppc64el-cross [2022-05-19T09:40:33.676Z] #19 109.4 libstdc++-10-dev-arm64-cross libstdc++-10-dev-armel-cross [2022-05-19T09:40:33.676Z] #19 109.4 libstdc++-10-dev-armhf-cross libstdc++-10-dev-ppc64el-cross [2022-05-19T09:40:33.676Z] #19 109.4 libstdc++-10-dev-s390x-cross libstdc++6-arm64-cross libstdc++6-armel-cross [2022-05-19T09:40:33.676Z] #19 109.4 libstdc++6-armhf-cross libstdc++6-ppc64el-cross libstdc++6-s390x-cross [2022-05-19T09:40:33.676Z] #19 109.4 libtsan0-arm64-cross libtsan0-ppc64el-cross libubsan1-arm64-cross [2022-05-19T09:40:33.676Z] #19 109.4 libubsan1-armel-cross libubsan1-armhf-cross libubsan1-ppc64el-cross [2022-05-19T09:40:33.676Z] #19 109.4 libubsan1-s390x-cross libxml-libxml-perl libxml-namespacesupport-perl [2022-05-19T09:40:33.676Z] #19 109.4 libxml-sax-base-perl libxml-sax-perl libxml-simple-perl libxml2 libyaml-perl [2022-05-19T09:40:33.676Z] #19 109.4 linux-libc-dev-arm64-cross linux-libc-dev-armel-cross [2022-05-19T09:40:33.676Z] #19 109.4 linux-libc-dev-armhf-cross linux-libc-dev-ppc64el-cross [2022-05-19T09:40:33.676Z] #19 109.4 linux-libc-dev-s390x-cross patch xz-utils [2022-05-19T09:40:33.676Z] #19 109.9 0 upgraded, 133 newly installed, 0 to remove and 2 not upgraded. [2022-05-19T09:40:33.676Z] #19 109.9 Need to get 787 MB of archives. [2022-05-19T09:40:33.676Z] #19 109.9 After this operation, 3385 MB of additional disk space will be used. [2022-05-19T09:40:33.676Z] #19 109.9 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 liblocale-gettext-perl amd64 1.07-4+b1 [19.0 kB] [2022-05-19T09:40:33.676Z] #19 109.9 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB] [2022-05-19T09:40:33.676Z] #19 109.9 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmagic-mgc amd64 1:5.39-3 [273 kB] [2022-05-19T09:40:33.676Z] #19 109.9 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmagic1 amd64 1:5.39-3 [126 kB] [2022-05-19T09:40:33.676Z] #19 109.9 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 file amd64 1:5.39-3 [69.1 kB] [2022-05-19T09:40:33.676Z] #19 109.9 Get:6 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 xz-utils amd64 5.2.5-2.1~deb11u1 [220 kB] [2022-05-19T09:40:33.676Z] #19 109.9 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-aarch64-linux-gnu amd64 2.35.2-2 [2813 kB] [2022-05-19T09:40:33.676Z] #19 110.0 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-arm-linux-gnueabi amd64 2.35.2-2 [2779 kB] [2022-05-19T09:40:33.676Z] #19 110.1 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-arm-linux-gnueabihf amd64 2.35.2-2 [2781 kB] [2022-05-19T09:40:33.676Z] #19 110.1 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-powerpc64le-linux-gnu amd64 2.35.2-2 [2302 kB] [2022-05-19T09:40:33.676Z] #19 110.2 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-s390x-linux-gnu amd64 2.35.2-2 [1984 kB] [2022-05-19T09:40:33.938Z] #19 110.2 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-05-19T09:40:33.938Z] #19 110.2 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-05-19T09:40:34.056Z] #19 DONE 2.0s [2022-05-19T09:40:34.056Z] [2022-05-19T09:40:34.056Z] #20 [dev-systemd-false 6/26] RUN ldconfig [2022-05-19T09:40:34.056Z] #20 sha256:3befa9fce940b1b5002a0b60b274eaf9789660bf7c4de7f653ed644d6387783f [2022-05-19T09:40:34.156Z] #14 ... [2022-05-19T09:40:34.156Z] [2022-05-19T09:40:34.156Z] #55 [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-05-19T09:40:34.156Z] #55 sha256:5057fea76c4566561f2fcd443fa7f0c66715a304331185cc70a563f6efd078dd [2022-05-19T09:40:34.156Z] #55 87.98 go: downloading github.com/quasilyte/gogrep v0.0.0-20220103110004-ffaa07af02e3 [2022-05-19T09:40:34.156Z] #55 88.27 go: downloading github.com/gobwas/glob v0.2.3 [2022-05-19T09:40:34.156Z] #55 88.33 go: downloading github.com/kisielk/gotool v1.0.0 [2022-05-19T09:40:34.156Z] #55 88.42 go: downloading github.com/gostaticanalysis/comment v1.4.2 [2022-05-19T09:40:34.156Z] #55 88.51 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1 [2022-05-19T09:40:34.413Z] #55 88.59 go: downloading golang.org/x/mod v0.5.1 [2022-05-19T09:40:34.413Z] #55 88.60 go: downloading github.com/ettle/strcase v0.1.1 [2022-05-19T09:40:34.671Z] #55 88.85 go: downloading github.com/fatih/structtag v1.2.0 [2022-05-19T09:40:34.671Z] #55 88.96 go: downloading github.com/Masterminds/semver v1.5.0 [2022-05-19T09:40:34.671Z] #55 89.00 go: downloading github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d [2022-05-19T09:40:34.671Z] #55 89.07 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354 [2022-05-19T09:40:34.895Z] #19 111.4 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-05-19T09:40:34.929Z] #55 89.10 go: downloading github.com/prometheus/client_golang v1.7.1 [2022-05-19T09:40:35.158Z] #19 111.4 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-05-19T09:40:35.496Z] #55 89.77 go: downloading github.com/prometheus/client_model v0.2.0 [2022-05-19T09:40:35.761Z] #55 89.85 go: downloading github.com/google/go-cmp v0.5.6 [2022-05-19T09:40:35.973Z] #20 DONE 1.8s [2022-05-19T09:40:35.973Z] [2022-05-19T09:40:35.973Z] #21 [dev-systemd-false 7/26] 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-05-19T09:40:35.973Z] #21 sha256:ef713e3c42802b79b6738ad6318dcf5879d5e80a074c50ee7a25f06d794342b0 [2022-05-19T09:40:36.017Z] #55 90.16 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2022-05-19T09:40:36.275Z] #55 ... [2022-05-19T09:40:36.275Z] [2022-05-19T09:40:36.275Z] #42 [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-05-19T09:40:36.275Z] #42 sha256:635aa174200b74209cbd6c68b0f12f60f2a29d9649aa3089dbc629ac5ed19ba4 [2022-05-19T09:40:36.275Z] #42 89.10 Setting up libicu67:amd64 (67.1-7) ... [2022-05-19T09:40:36.275Z] #42 89.17 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-05-19T09:40:36.275Z] #42 89.19 Setting up libuv1:amd64 (1.40.0-2) ... [2022-05-19T09:40:36.275Z] #42 89.19 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-05-19T09:40:36.275Z] #42 89.39 Setting up libjsoncpp24:amd64 (1.9.4-4) ... [2022-05-19T09:40:36.275Z] #42 89.50 Setting up librhash0:amd64 (1.4.1-2) ... [2022-05-19T09:40:36.275Z] #42 89.59 Setting up cmake-data (3.18.4-2+deb11u1) ... [2022-05-19T09:40:36.275Z] #42 89.63 Setting up libxml2:amd64 (2.9.10+dfsg-6.7+deb11u1) ... [2022-05-19T09:40:36.275Z] #42 89.70 Setting up libarchive13:amd64 (3.4.3-2+deb11u1) ... [2022-05-19T09:40:36.275Z] #42 89.72 Setting up cmake (3.18.4-2+deb11u1) ... [2022-05-19T09:40:36.275Z] #42 89.75 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-05-19T09:40:36.275Z] #42 DONE 90.3s [2022-05-19T09:40:36.275Z] [2022-05-19T09:40:36.275Z] #55 [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-05-19T09:40:36.275Z] #55 sha256:5057fea76c4566561f2fcd443fa7f0c66715a304331185cc70a563f6efd078dd [2022-05-19T09:40:36.275Z] #55 90.40 go: downloading github.com/chavacava/garif v0.0.0-20210405164556-e8a0a408d6af [2022-05-19T09:40:36.275Z] #55 ... [2022-05-19T09:40:36.275Z] [2022-05-19T09:40:36.275Z] #43 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2022-05-19T09:40:36.275Z] #43 sha256:c0f6f7dfada71a51fa252b5966ae562ec4c93799db7590bcb4b645b4c4d70b51 [2022-05-19T09:40:36.275Z] #43 DONE 0.2s [2022-05-19T09:40:36.275Z] [2022-05-19T09:40:36.275Z] #55 [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-05-19T09:40:36.275Z] #55 sha256:5057fea76c4566561f2fcd443fa7f0c66715a304331185cc70a563f6efd078dd [2022-05-19T09:40:36.275Z] #55 90.49 go: downloading github.com/olekukonko/tablewriter v0.0.5 [2022-05-19T09:40:36.532Z] #55 90.64 go: downloading github.com/beorn7/perks v1.0.1 [2022-05-19T09:40:36.532Z] #55 90.64 go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-05-19T09:40:36.532Z] #55 90.67 go: downloading github.com/cespare/xxhash v1.1.0 [2022-05-19T09:40:36.532Z] #55 90.72 go: downloading github.com/golang/protobuf v1.5.2 [2022-05-19T09:40:36.790Z] #55 90.98 go: downloading github.com/prometheus/common v0.10.0 [2022-05-19T09:40:37.048Z] #55 91.18 go: downloading github.com/prometheus/procfs v0.6.0 [2022-05-19T09:40:37.048Z] #55 91.33 go: downloading github.com/mattn/go-runewidth v0.0.9 [2022-05-19T09:40:37.110Z] #19 113.0 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-05-19T09:40:37.110Z] #19 113.0 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-05-19T09:40:37.613Z] #55 91.58 go: downloading google.golang.org/protobuf v1.27.1 [2022-05-19T09:40:38.500Z] #19 114.7 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-05-19T09:40:38.500Z] #19 114.7 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-05-19T09:40:38.510Z] #21 2.271 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-05-19T09:40:38.510Z] #21 2.448 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-05-19T09:40:38.510Z] #21 2.533 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-05-19T09:40:38.510Z] #21 2.843 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-05-19T09:40:39.886Z] #19 116.3 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-05-19T09:40:39.886Z] #19 116.3 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-05-19T09:40:39.887Z] #21 3.881 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [146 kB] [2022-05-19T09:40:40.146Z] #55 93.94 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1 [2022-05-19T09:40:40.824Z] #21 5.096 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-05-19T09:40:41.802Z] #19 118.0 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-05-19T09:40:41.802Z] #19 118.0 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-05-19T09:40:41.802Z] #19 118.0 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-05-19T09:40:41.802Z] #19 118.0 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-05-19T09:40:41.802Z] #19 118.0 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-05-19T09:40:41.802Z] #19 118.0 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cross-config all 2.6.18+nmu1 [31.5 kB] [2022-05-19T09:40:41.802Z] #19 118.0 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-cross-base all 10.2.1-6cross1 [197 kB] [2022-05-19T09:40:41.802Z] #19 118.0 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-arm64-cross all 2.31-9cross4 [1233 kB] [2022-05-19T09:40:41.802Z] #19 118.0 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-05-19T09:40:41.802Z] #19 118.0 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgomp1-arm64-cross all 10.2.1-6cross1 [89.5 kB] [2022-05-19T09:40:41.802Z] #19 118.0 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libitm1-arm64-cross all 10.2.1-6cross1 [23.4 kB] [2022-05-19T09:40:41.802Z] #19 118.0 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-arm64-cross all 10.2.1-6cross1 [9240 B] [2022-05-19T09:40:41.802Z] #19 118.0 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-arm64-cross all 10.2.1-6cross1 [1994 kB] [2022-05-19T09:40:41.802Z] #19 118.1 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 liblsan0-arm64-cross all 10.2.1-6cross1 [793 kB] [2022-05-19T09:40:41.802Z] #19 118.1 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libtsan0-arm64-cross all 10.2.1-6cross1 [1949 kB] [2022-05-19T09:40:41.802Z] #19 118.2 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++6-arm64-cross all 10.2.1-6cross1 [410 kB] [2022-05-19T09:40:41.802Z] #19 118.2 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-arm64-cross all 10.2.1-6cross1 [759 kB] [2022-05-19T09:40:41.802Z] #19 118.2 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-05-19T09:40:41.802Z] #19 118.2 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-05-19T09:40:42.670Z] #55 ... [2022-05-19T09:40:42.670Z] [2022-05-19T09:40:42.671Z] #44 [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-05-19T09:40:42.671Z] #44 sha256:c93555ac11fe1bb44e2354f1a132e5a643559ead8451f31f4fba173c72a88ea7 [2022-05-19T09:40:42.671Z] #44 1.284 + RM_GOPATH=0 [2022-05-19T09:40:42.671Z] #44 1.284 + TMP_GOPATH= [2022-05-19T09:40:42.671Z] #44 1.284 + : /build [2022-05-19T09:40:42.671Z] #44 1.284 + '[' -z '' ']' [2022-05-19T09:40:42.671Z] #44 1.285 ++ mktemp -d [2022-05-19T09:40:42.671Z] #44 1.293 + export GOPATH=/tmp/tmp.10gnDpCQA0 [2022-05-19T09:40:42.671Z] #44 1.293 + GOPATH=/tmp/tmp.10gnDpCQA0 [2022-05-19T09:40:42.671Z] #44 1.293 + RM_GOPATH=1 [2022-05-19T09:40:42.671Z] #44 1.293 + case "$(go env GOARCH)" in [2022-05-19T09:40:42.671Z] #44 1.293 ++ go env GOARCH [2022-05-19T09:40:42.671Z] #44 1.324 + export GO_BUILDMODE=-buildmode=pie [2022-05-19T09:40:42.671Z] #44 1.324 + GO_BUILDMODE=-buildmode=pie [2022-05-19T09:40:42.671Z] #44 1.324 ++ dirname /install.sh [2022-05-19T09:40:42.671Z] #44 1.331 + dir=/ [2022-05-19T09:40:42.671Z] #44 1.331 + bin=tini [2022-05-19T09:40:42.671Z] #44 1.331 + shift [2022-05-19T09:40:42.671Z] #44 1.331 + '[' '!' -f //tini.installer ']' [2022-05-19T09:40:42.671Z] #44 1.331 + . //tini.installer [2022-05-19T09:40:42.671Z] #44 1.331 ++ : v0.19.0 [2022-05-19T09:40:42.671Z] #44 1.331 + install_tini [2022-05-19T09:40:42.671Z] #44 1.331 + echo 'Install tini version v0.19.0' [2022-05-19T09:40:42.671Z] #44 1.331 + git clone https://github.com/krallin/tini.git /tmp/tmp.10gnDpCQA0/tini [2022-05-19T09:40:42.671Z] #44 1.331 Install tini version v0.19.0 [2022-05-19T09:40:42.671Z] #44 1.344 Cloning into '/tmp/tmp.10gnDpCQA0/tini'... [2022-05-19T09:40:42.671Z] #44 2.300 + cd /tmp/tmp.10gnDpCQA0/tini [2022-05-19T09:40:42.671Z] #44 2.300 + git checkout -q v0.19.0 [2022-05-19T09:40:42.671Z] #44 2.328 + cmake . [2022-05-19T09:40:42.671Z] #44 2.999 -- The C compiler identification is GNU 10.2.1 [2022-05-19T09:40:42.671Z] #44 3.173 -- Detecting C compiler ABI info [2022-05-19T09:40:42.671Z] #44 3.876 -- Detecting C compiler ABI info - done [2022-05-19T09:40:42.671Z] #44 4.064 -- Check for working C compiler: /usr/bin/cc - skipped [2022-05-19T09:40:42.671Z] #44 4.067 -- Detecting C compile features [2022-05-19T09:40:42.671Z] #44 4.079 -- Detecting C compile features - done [2022-05-19T09:40:42.671Z] #44 4.135 -- Performing Test HAS_BUILTIN_FORTIFY [2022-05-19T09:40:42.671Z] #44 4.535 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2022-05-19T09:40:42.671Z] #44 4.646 -- Configuring done [2022-05-19T09:40:42.671Z] #44 4.672 -- Generating done [2022-05-19T09:40:42.671Z] #44 4.686 -- Build files have been written to: /tmp/tmp.10gnDpCQA0/tini [2022-05-19T09:40:42.671Z] #44 4.729 + make tini-static [2022-05-19T09:40:42.671Z] #44 5.312 Scanning dependencies of target tini-static [2022-05-19T09:40:42.671Z] #44 5.451 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2022-05-19T09:40:43.602Z] #44 7.358 [100%] Linking C executable tini-static [2022-05-19T09:40:43.719Z] #19 120.0 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-05-19T09:40:43.719Z] #19 120.0 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-05-19T09:40:43.719Z] #19 120.0 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-arm64-cross all 2.31-9cross4 [2030 kB] [2022-05-19T09:40:43.719Z] #19 120.1 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-05-19T09:40:43.719Z] #19 120.1 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-05-19T09:40:44.112Z] #21 ... [2022-05-19T09:40:44.112Z] [2022-05-19T09:40:44.112Z] #60 [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-05-19T09:40:44.112Z] #60 sha256:5eae30e93c2d3cf028fcb75d9760b343a662df1274880beb0774e49dea5405a8 [2022-05-19T09:40:44.112Z] #60 13.24 + cd /tmp/tmp.XyB5FZFowm/src/github.com/opencontainers/runc [2022-05-19T09:40:44.112Z] #60 13.24 + git checkout -q v1.1.2 [2022-05-19T09:40:44.112Z] #60 13.86 + '[' -z '' ']' [2022-05-19T09:40:44.112Z] #60 13.86 + target=static [2022-05-19T09:40:44.112Z] #60 13.86 + make BUILDTAGS=seccomp static [2022-05-19T09:40:44.112Z] #60 14.04 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.1.2-0-ga916309f -X main.version=1.1.2 " -o runc . [2022-05-19T09:40:44.166Z] #44 7.953 [100%] Built target tini-static [2022-05-19T09:40:44.430Z] #44 8.005 + mkdir -p /build [2022-05-19T09:40:44.430Z] #44 8.019 + cp tini-static /build/docker-init [2022-05-19T09:40:44.430Z] #44 ... [2022-05-19T09:40:44.430Z] [2022-05-19T09:40:44.430Z] #53 [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-05-19T09:40:44.430Z] #53 sha256:c387c2119fb33abd796de8ad048d0f6e4f52f6aaf06840be566bdaa073236a61 [2022-05-19T09:40:44.430Z] #53 98.54 gotestsum version dev [2022-05-19T09:40:44.680Z] #60 ... [2022-05-19T09:40:44.680Z] [2022-05-19T09:40:44.680Z] #21 [dev-systemd-false 7/26] 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-05-19T09:40:44.680Z] #21 sha256:ef713e3c42802b79b6738ad6318dcf5879d5e80a074c50ee7a25f06d794342b0 [2022-05-19T09:40:44.680Z] #21 9.031 Fetched 8530 kB in 7s (1182 kB/s) [2022-05-19T09:40:44.981Z] ok github.com/docker/docker/pkg/plugins 33.634s coverage: 76.3% of statements [2022-05-19T09:40:44.981Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2022-05-19T09:40:44.981Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2022-05-19T09:40:44.981Z] ? github.com/docker/docker/pkg/signal [no test files] [2022-05-19T09:40:44.981Z] ? github.com/docker/docker/pkg/urlutil [no test files] [2022-05-19T09:40:44.981Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2022-05-19T09:40:44.981Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2022-05-19T09:40:44.981Z] ? github.com/docker/docker/rootless [no test files] [2022-05-19T09:40:44.981Z] ? github.com/docker/docker/rootless/specconv [no test files] [2022-05-19T09:40:44.981Z] ? github.com/docker/docker/runconfig/opts [no test files] [2022-05-19T09:40:44.981Z] ? github.com/docker/docker/testutil/daemon [no test files] [2022-05-19T09:40:44.981Z] ? github.com/docker/docker/testutil/environment [no test files] [2022-05-19T09:40:44.981Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2022-05-19T09:40:44.981Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2022-05-19T09:40:44.981Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2022-05-19T09:40:44.981Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2022-05-19T09:40:44.981Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2022-05-19T09:40:44.981Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2022-05-19T09:40:44.981Z] ? github.com/docker/docker/testutil/registry [no test files] [2022-05-19T09:40:44.981Z] ? github.com/docker/docker/testutil/request [no test files] [2022-05-19T09:40:44.981Z] ? github.com/docker/docker/volume [no test files] [2022-05-19T09:40:44.981Z] ? github.com/docker/docker/volume/service/opts [no test files] [2022-05-19T09:40:44.981Z] ? github.com/docker/docker/volume/testutils [no test files] [2022-05-19T09:40:44.981Z] [2022-05-19T09:40:44.981Z] === Skipped [2022-05-19T09:40:44.981Z] === SKIP: cmd/docker-proxy TestTCP6Proxy (0.00s) [2022-05-19T09:40:44.981Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-05-19T09:40:44.981Z] [2022-05-19T09:40:44.981Z] === SKIP: cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2022-05-19T09:40:44.981Z] network_proxy_test.go:208: No support for dual stack yet [2022-05-19T09:40:44.981Z] [2022-05-19T09:40:44.981Z] === SKIP: cmd/docker-proxy TestUDP6Proxy (0.00s) [2022-05-19T09:40:44.981Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-05-19T09:40:44.981Z] [2022-05-19T09:40:44.981Z] === SKIP: cmd/docker-proxy TestSCTP6Proxy (0.00s) [2022-05-19T09:40:44.981Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-05-19T09:40:44.981Z] [2022-05-19T09:40:44.981Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2022-05-19T09:40:44.981Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-05-19T09:40:44.981Z] graphtest_unix.go:44: Driver btrfs not supported [2022-05-19T09:40:44.981Z] [2022-05-19T09:40:44.981Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2022-05-19T09:40:44.981Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-05-19T09:40:44.981Z] graphtest_unix.go:44: Driver btrfs not supported [2022-05-19T09:40:44.981Z] [2022-05-19T09:40:44.981Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2022-05-19T09:40:44.981Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-05-19T09:40:44.981Z] graphtest_unix.go:44: Driver btrfs not supported [2022-05-19T09:40:44.981Z] [2022-05-19T09:40:44.981Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2022-05-19T09:40:44.981Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-05-19T09:40:44.981Z] graphtest_unix.go:44: Driver btrfs not supported [2022-05-19T09:40:44.981Z] [2022-05-19T09:40:44.981Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2022-05-19T09:40:44.981Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-05-19T09:40:44.981Z] graphtest_unix.go:44: Driver btrfs not supported [2022-05-19T09:40:44.981Z] [2022-05-19T09:40:44.981Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2022-05-19T09:40:44.981Z] graphtest_unix.go:71: No driver to put! [2022-05-19T09:40:44.981Z] [2022-05-19T09:40:44.981Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2022-05-19T09:40:44.981Z] time="2022-05-19T09:39:41Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-05-19T09:40:44.981Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-05-19T09:40:44.981Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-05-19T09:40:44.981Z] [2022-05-19T09:40:44.981Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2022-05-19T09:40:44.981Z] time="2022-05-19T09:39:41Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-05-19T09:40:44.981Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-05-19T09:40:44.981Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-05-19T09:40:44.981Z] [2022-05-19T09:40:44.981Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2022-05-19T09:40:44.981Z] time="2022-05-19T09:39:41Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-05-19T09:40:44.981Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-05-19T09:40:44.981Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-05-19T09:40:44.981Z] [2022-05-19T09:40:44.981Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2022-05-19T09:40:44.981Z] time="2022-05-19T09:39:41Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-05-19T09:40:44.981Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-05-19T09:40:44.981Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-05-19T09:40:44.981Z] [2022-05-19T09:40:44.981Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2022-05-19T09:40:44.981Z] time="2022-05-19T09:39:41Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-05-19T09:40:44.981Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-05-19T09:40:44.981Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-05-19T09:40:44.981Z] [2022-05-19T09:40:44.981Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2022-05-19T09:40:44.981Z] graphtest_unix.go:71: No driver to put! [2022-05-19T09:40:44.981Z] [2022-05-19T09:40:44.981Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2022-05-19T09:40:44.981Z] overlay_test.go:45: Fails to compute changes after apply intermittently [2022-05-19T09:40:44.981Z] [2022-05-19T09:40:44.981Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2022-05-19T09:40:44.981Z] overlay_test.go:50: Fails to compute changes intermittently [2022-05-19T09:40:44.981Z] [2022-05-19T09:40:44.981Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2022-05-19T09:40:44.981Z] overlay_test.go:65: Cannot run test with naive change algorithm [2022-05-19T09:40:44.981Z] [2022-05-19T09:40:44.981Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2022-05-19T09:40:44.981Z] graphtest_unix.go:314: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2022-05-19T09:40:44.981Z] [2022-05-19T09:40:44.981Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2022-05-19T09:40:44.981Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-05-19T09:40:44.981Z] graphtest_unix.go:44: Driver zfs not supported [2022-05-19T09:40:44.981Z] [2022-05-19T09:40:44.981Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2022-05-19T09:40:44.981Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-05-19T09:40:44.981Z] graphtest_unix.go:44: Driver zfs not supported [2022-05-19T09:40:44.981Z] [2022-05-19T09:40:44.981Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2022-05-19T09:40:44.981Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-05-19T09:40:44.981Z] graphtest_unix.go:44: Driver zfs not supported [2022-05-19T09:40:44.981Z] [2022-05-19T09:40:44.981Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2022-05-19T09:40:44.981Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-05-19T09:40:44.981Z] graphtest_unix.go:44: Driver zfs not supported [2022-05-19T09:40:44.981Z] [2022-05-19T09:40:44.981Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2022-05-19T09:40:44.981Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-05-19T09:40:44.981Z] graphtest_unix.go:44: Driver zfs not supported [2022-05-19T09:40:44.981Z] [2022-05-19T09:40:44.981Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2022-05-19T09:40:44.981Z] graphtest_unix.go:71: No driver to put! [2022-05-19T09:40:44.981Z] [2022-05-19T09:40:44.981Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2022-05-19T09:40:44.981Z] sysinfo_linux_test.go:87: AppArmor Must be Disabled [2022-05-19T09:40:44.981Z] [2022-05-19T09:40:44.981Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2022-05-19T09:40:44.981Z] sysinfo_linux_test.go:107: cgroup namespaces must be disabled [2022-05-19T09:40:44.981Z] [2022-05-19T09:40:44.981Z] DONE 2567 tests, 28 skipped in 202.398s [2022-05-19T09:40:44.981Z] + '[' -n 'github.com/docker/docker/libnetwork [2022-05-19T09:40:44.982Z] github.com/docker/docker/libnetwork/bitseq [2022-05-19T09:40:44.982Z] github.com/docker/docker/libnetwork/cluster [2022-05-19T09:40:44.982Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-05-19T09:40:44.982Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-05-19T09:40:44.982Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-05-19T09:40:44.982Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-05-19T09:40:44.982Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-05-19T09:40:44.982Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-05-19T09:40:44.982Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-05-19T09:40:44.982Z] github.com/docker/docker/libnetwork/config [2022-05-19T09:40:44.982Z] github.com/docker/docker/libnetwork/datastore [2022-05-19T09:40:44.982Z] github.com/docker/docker/libnetwork/diagnostic [2022-05-19T09:40:44.982Z] github.com/docker/docker/libnetwork/discoverapi [2022-05-19T09:40:44.982Z] github.com/docker/docker/libnetwork/driverapi [2022-05-19T09:40:44.982Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-05-19T09:40:44.982Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-05-19T09:40:44.982Z] github.com/docker/docker/libnetwork/drivers/host [2022-05-19T09:40:44.982Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-05-19T09:40:44.982Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-05-19T09:40:44.982Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-05-19T09:40:44.982Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-05-19T09:40:44.982Z] github.com/docker/docker/libnetwork/drivers/null [2022-05-19T09:40:44.982Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-05-19T09:40:44.982Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-05-19T09:40:44.982Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-05-19T09:40:44.982Z] github.com/docker/docker/libnetwork/drivers/remote [2022-05-19T09:40:44.982Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-05-19T09:40:44.982Z] github.com/docker/docker/libnetwork/drivers/windows [2022-05-19T09:40:44.982Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-05-19T09:40:44.982Z] github.com/docker/docker/libnetwork/drvregistry [2022-05-19T09:40:44.982Z] github.com/docker/docker/libnetwork/etchosts [2022-05-19T09:40:44.982Z] github.com/docker/docker/libnetwork/idm [2022-05-19T09:40:44.982Z] github.com/docker/docker/libnetwork/internal/caller [2022-05-19T09:40:44.982Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-05-19T09:40:44.982Z] github.com/docker/docker/libnetwork/ipam [2022-05-19T09:40:44.982Z] github.com/docker/docker/libnetwork/ipamapi [2022-05-19T09:40:44.982Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-05-19T09:40:44.982Z] github.com/docker/docker/libnetwork/ipams/null [2022-05-19T09:40:44.982Z] github.com/docker/docker/libnetwork/ipams/remote [2022-05-19T09:40:44.982Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-05-19T09:40:44.982Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-05-19T09:40:44.982Z] github.com/docker/docker/libnetwork/ipamutils [2022-05-19T09:40:44.982Z] github.com/docker/docker/libnetwork/iptables [2022-05-19T09:40:44.982Z] github.com/docker/docker/libnetwork/netlabel [2022-05-19T09:40:44.982Z] github.com/docker/docker/libnetwork/netutils [2022-05-19T09:40:44.982Z] github.com/docker/docker/libnetwork/networkdb [2022-05-19T09:40:44.982Z] github.com/docker/docker/libnetwork/ns [2022-05-19T09:40:44.982Z] github.com/docker/docker/libnetwork/options [2022-05-19T09:40:44.982Z] github.com/docker/docker/libnetwork/osl [2022-05-19T09:40:44.982Z] github.com/docker/docker/libnetwork/osl/kernel [2022-05-19T09:40:44.982Z] github.com/docker/docker/libnetwork/portallocator [2022-05-19T09:40:44.982Z] github.com/docker/docker/libnetwork/portmapper [2022-05-19T09:40:44.982Z] github.com/docker/docker/libnetwork/resolvconf [2022-05-19T09:40:44.982Z] github.com/docker/docker/libnetwork/testutils [2022-05-19T09:40:44.982Z] github.com/docker/docker/libnetwork/types' ']' [2022-05-19T09:40:44.982Z] + gotestsum --format=standard-quiet --jsonfile=bundles/go-test-report-libnetwork.json --junitfile=bundles/junit-report-libnetwork.xml -- -tags 'netgo 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-05-19T09:40:45.637Z] #19 121.9 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-05-19T09:40:45.637Z] #19 121.9 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB] [2022-05-19T09:40:45.637Z] #19 121.9 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dpkg-dev all 1.20.9 [2153 kB] [2022-05-19T09:40:45.637Z] #19 122.0 Get:49 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libconfig-inifiles-perl all 3.000003-1 [52.1 kB] [2022-05-19T09:40:45.637Z] #19 122.0 Get:50 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libio-string-perl all 1.08-3.1 [11.8 kB] [2022-05-19T09:40:45.637Z] #19 122.0 Get:51 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2022-05-19T09:40:45.898Z] #19 122.2 Get:52 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml2 amd64 2.9.10+dfsg-6.7+deb11u1 [693 kB] [2022-05-19T09:40:45.898Z] #19 122.2 Get:53 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml-namespacesupport-perl all 1.12-1.1 [14.9 kB] [2022-05-19T09:40:45.898Z] #19 122.2 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-05-19T09:40:45.898Z] #19 122.2 Get:55 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml-sax-perl all 1.02+dfsg-1 [59.0 kB] [2022-05-19T09:40:45.898Z] #19 122.2 Get:56 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml-libxml-perl amd64 2.0134+dfsg-2+b1 [337 kB] [2022-05-19T09:40:45.898Z] #19 122.2 Get:57 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml-simple-perl all 2.25-1 [72.0 kB] [2022-05-19T09:40:45.898Z] #19 122.2 Get:58 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libyaml-perl all 1.30-1 [67.7 kB] [2022-05-19T09:40:45.898Z] #19 122.2 Get:59 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libconfig-auto-perl all 0.44-1.1 [19.0 kB] [2022-05-19T09:40:45.898Z] #19 122.2 Get:60 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libfile-which-perl all 1.23-1 [16.6 kB] [2022-05-19T09:40:45.898Z] #19 122.3 Get:61 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libfile-homedir-perl all 1.006-1 [43.8 kB] [2022-05-19T09:40:45.898Z] #19 122.3 Get:62 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdebian-dpkgcross-perl all 2.6.18+nmu1 [30.5 kB] [2022-05-19T09:40:45.898Z] #19 122.3 Get:63 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dpkg-cross all 2.6.18+nmu1 [41.6 kB] [2022-05-19T09:40:45.898Z] #19 122.3 Get:64 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-arm64 all 12.9 [6708 B] [2022-05-19T09:40:45.898Z] #19 122.3 Get:65 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-armel-cross all 2.31-9cross4 [1114 kB] [2022-05-19T09:40:45.898Z] #19 122.3 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-05-19T09:40:45.898Z] #19 122.3 Get:67 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgomp1-armel-cross all 10.2.1-6cross1 [85.3 kB] [2022-05-19T09:40:45.898Z] #19 122.3 Get:68 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-armel-cross all 10.2.1-6cross1 [8832 B] [2022-05-19T09:40:45.898Z] #19 122.3 Get:69 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-armel-cross all 10.2.1-6cross1 [1979 kB] [2022-05-19T09:40:45.898Z] #19 122.4 Get:70 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++6-armel-cross all 10.2.1-6cross1 [370 kB] [2022-05-19T09:40:45.898Z] #19 122.4 Get:71 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-armel-cross all 10.2.1-6cross1 [746 kB] [2022-05-19T09:40:45.898Z] #19 122.4 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-05-19T09:40:46.059Z] #21 9.031 Reading package lists... [2022-05-19T09:40:46.059Z] #21 ... [2022-05-19T09:40:46.059Z] [2022-05-19T09:40:46.059Z] #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-05-19T09:40:46.059Z] #34 sha256:c4f955ffae0a1c8967245a94aa32d654a6e15c000f626095dbb59881207e511c [2022-05-19T09:40:46.059Z] #34 DONE 145.4s [2022-05-19T09:40:46.059Z] [2022-05-19T09:40:46.059Z] #55 [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-05-19T09:40:46.059Z] #55 sha256:5057fea76c4566561f2fcd443fa7f0c66715a304331185cc70a563f6efd078dd [2022-05-19T09:40:46.159Z] #19 122.4 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-05-19T09:40:46.318Z] #55 ... [2022-05-19T09:40:46.319Z] [2022-05-19T09:40:46.319Z] #36 [delve 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/go-delve/delve/cmd/dlv@v1.8.1" && /build/dlv --help [2022-05-19T09:40:46.319Z] #36 sha256:03e732bcf8e9966774f0748183eb1fe6fc75b304267c47c51a6cef833e2fda40 [2022-05-19T09:40:46.319Z] #36 146.1 Delve is a source level debugger for Go programs. [2022-05-19T09:40:46.319Z] #36 146.1 [2022-05-19T09:40:46.319Z] #36 146.1 Delve enables you to interact with your program by controlling the execution of the process, [2022-05-19T09:40:46.319Z] #36 146.1 evaluating variables, and providing information of thread / goroutine state, CPU register state and more. [2022-05-19T09:40:46.319Z] #36 146.1 [2022-05-19T09:40:46.319Z] #36 146.1 The goal of this tool is to provide a simple yet powerful interface for debugging Go programs. [2022-05-19T09:40:46.319Z] #36 146.1 [2022-05-19T09:40:46.319Z] #36 146.1 Pass flags to the program you are debugging using `--`, for example: [2022-05-19T09:40:46.319Z] #36 146.1 [2022-05-19T09:40:46.319Z] #36 146.1 `dlv exec ./hello -- server --config conf/config.toml` [2022-05-19T09:40:46.319Z] #36 146.1 [2022-05-19T09:40:46.319Z] #36 146.1 Usage: [2022-05-19T09:40:46.319Z] #36 146.1 dlv [command] [2022-05-19T09:40:46.319Z] #36 146.1 [2022-05-19T09:40:46.319Z] #36 146.1 Available Commands: [2022-05-19T09:40:46.319Z] #36 146.1 attach Attach to running process and begin debugging. [2022-05-19T09:40:46.319Z] #36 146.1 connect Connect to a headless debug server with a terminal client. [2022-05-19T09:40:46.319Z] #36 146.1 core Examine a core dump. [2022-05-19T09:40:46.319Z] #36 146.1 dap Starts a headless TCP server communicating via Debug Adaptor Protocol (DAP). [2022-05-19T09:40:46.319Z] #36 146.1 debug Compile and begin debugging main package in current directory, or the package specified. [2022-05-19T09:40:46.319Z] #36 146.1 exec Execute a precompiled binary, and begin a debug session. [2022-05-19T09:40:46.319Z] #36 146.1 help Help about any command [2022-05-19T09:40:46.319Z] #36 146.1 run Deprecated command. Use 'debug' instead. [2022-05-19T09:40:46.319Z] #36 146.1 test Compile test binary and begin debugging program. [2022-05-19T09:40:46.319Z] #36 146.1 trace Compile and begin tracing program. [2022-05-19T09:40:46.319Z] #36 146.1 version Prints version. [2022-05-19T09:40:46.319Z] #36 146.1 [2022-05-19T09:40:46.319Z] #36 146.1 Flags: [2022-05-19T09:40:46.319Z] #36 146.1 --accept-multiclient Allows a headless server to accept multiple client connections via JSON-RPC or DAP. [2022-05-19T09:40:46.319Z] #36 146.1 --allow-non-terminal-interactive Allows interactive sessions of Delve that don't have a terminal as stdin, stdout and stderr [2022-05-19T09:40:46.319Z] #36 146.1 --api-version int Selects JSON-RPC API version when headless. New clients should use v2. Can be reset via RPCServer.SetApiVersion. See Documentation/api/json-rpc/README.md. (default 1) [2022-05-19T09:40:46.319Z] #36 146.1 --backend string Backend selection (see 'dlv help backend'). (default "default") [2022-05-19T09:40:46.319Z] #36 146.1 --build-flags string Build flags, to be passed to the compiler. For example: --build-flags="-tags=integration -mod=vendor -cover -v" [2022-05-19T09:40:46.319Z] #36 146.1 --check-go-version Exits if the version of Go in use is not compatible (too old or too new) with the version of Delve. (default true) [2022-05-19T09:40:46.319Z] #36 146.1 --disable-aslr Disables address space randomization [2022-05-19T09:40:46.319Z] #36 146.1 --headless Run debug server only, in headless mode. Server will accept both JSON-RPC or DAP client connections. [2022-05-19T09:40:46.319Z] #36 146.1 -h, --help help for dlv [2022-05-19T09:40:46.319Z] #36 146.1 --init string Init file, executed by the terminal client. [2022-05-19T09:40:46.319Z] #36 146.1 -l, --listen string Debugging server listen address. (default "127.0.0.1:0") [2022-05-19T09:40:46.319Z] #36 146.1 --log Enable debugging server logging. [2022-05-19T09:40:46.319Z] #36 146.1 --log-dest string Writes logs to the specified file or file descriptor (see 'dlv help log'). [2022-05-19T09:40:46.319Z] #36 146.1 --log-output string Comma separated list of components that should produce debug output (see 'dlv help log') [2022-05-19T09:40:46.319Z] #36 146.1 --only-same-user Only connections from the same user that started this instance of Delve are allowed to connect. (default true) [2022-05-19T09:40:46.319Z] #36 146.1 -r, --redirect stringArray Specifies redirect rules for target process (see 'dlv help redirect') [2022-05-19T09:40:46.319Z] #36 146.1 --wd string Working directory for running the program. [2022-05-19T09:40:46.319Z] #36 146.1 [2022-05-19T09:40:46.319Z] #36 146.1 Additional help topics: [2022-05-19T09:40:46.319Z] #36 146.1 dlv backend Help about the --backend flag. [2022-05-19T09:40:46.319Z] #36 146.1 dlv log Help about logging flags. [2022-05-19T09:40:46.319Z] #36 146.1 dlv redirect Help about file redirection. [2022-05-19T09:40:46.319Z] #36 146.1 [2022-05-19T09:40:46.319Z] #36 146.1 Use "dlv [command] --help" for more information about a command. [2022-05-19T09:40:46.326Z] #53 ... [2022-05-19T09:40:46.326Z] [2022-05-19T09:40:46.326Z] #44 [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-05-19T09:40:46.326Z] #44 sha256:c93555ac11fe1bb44e2354f1a132e5a643559ead8451f31f4fba173c72a88ea7 [2022-05-19T09:40:46.326Z] #44 DONE 9.7s [2022-05-19T09:40:46.326Z] [2022-05-19T09:40:46.326Z] #53 [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-05-19T09:40:46.326Z] #53 sha256:c387c2119fb33abd796de8ad048d0f6e4f52f6aaf06840be566bdaa073236a61 [2022-05-19T09:40:46.326Z] #53 DONE 100.3s [2022-05-19T09:40:46.326Z] [2022-05-19T09:40:46.326Z] #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-05-19T09:40:46.326Z] #14 sha256:ad430aa4634b833e1f6147f42e8232eb8136a1b47ba188feff5f14c8911b4227 [2022-05-19T09:40:46.326Z] #14 90.81 Selecting previously unselected package gcc-mingw-w64-base. [2022-05-19T09:40:46.326Z] #14 90.82 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ... [2022-05-19T09:40:46.326Z] #14 90.85 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-05-19T09:40:46.326Z] #14 91.18 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime. [2022-05-19T09:40:46.326Z] #14 91.18 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ... [2022-05-19T09:40:46.326Z] #14 91.21 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-05-19T09:40:46.415Z] 97f65a0ec59e: Pull complete [2022-05-19T09:40:46.578Z] #36 DONE 146.3s [2022-05-19T09:40:46.578Z] [2022-05-19T09:40:46.578Z] #55 [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-05-19T09:40:46.578Z] #55 sha256:5057fea76c4566561f2fcd443fa7f0c66715a304331185cc70a563f6efd078dd [2022-05-19T09:40:47.955Z] #55 ... [2022-05-19T09:40:47.955Z] [2022-05-19T09:40:47.955Z] #21 [dev-systemd-false 7/26] 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-05-19T09:40:47.955Z] #21 sha256:ef713e3c42802b79b6738ad6318dcf5879d5e80a074c50ee7a25f06d794342b0 [2022-05-19T09:40:47.955Z] #21 9.031 Reading package lists... [2022-05-19T09:40:48.089Z] #19 124.1 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-05-19T09:40:48.089Z] #19 124.1 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-05-19T09:40:48.089Z] #19 124.2 Get:76 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-armel-cross all 2.31-9cross4 [1884 kB] [2022-05-19T09:40:48.089Z] #19 124.2 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-05-19T09:40:48.089Z] #19 124.3 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-05-19T09:40:50.008Z] #19 126.1 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-05-19T09:40:50.008Z] #19 126.1 Get:80 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-armel all 12.9 [6704 B] [2022-05-19T09:40:50.008Z] #19 126.1 Get:81 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-armhf-cross all 2.31-9cross4 [1094 kB] [2022-05-19T09:40:50.008Z] #19 126.1 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-05-19T09:40:50.008Z] #19 126.1 Get:83 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgomp1-armhf-cross all 10.2.1-6cross1 [82.6 kB] [2022-05-19T09:40:50.008Z] #19 126.1 Get:84 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-armhf-cross all 10.2.1-6cross1 [6688 B] [2022-05-19T09:40:50.008Z] #19 126.1 Get:85 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-armhf-cross all 10.2.1-6cross1 [2010 kB] [2022-05-19T09:40:50.008Z] #19 126.2 Get:86 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++6-armhf-cross all 10.2.1-6cross1 [381 kB] [2022-05-19T09:40:50.008Z] #19 126.2 Get:87 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-armhf-cross all 10.2.1-6cross1 [745 kB] [2022-05-19T09:40:50.008Z] #19 126.3 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-05-19T09:40:50.008Z] #19 126.3 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-05-19T09:40:50.490Z] #21 12.18 Reading package lists... [2022-05-19T09:40:50.503Z] #14 104.5 Selecting previously unselected package gcc-mingw-w64-x86-64-posix. [2022-05-19T09:40:50.503Z] #14 104.6 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-05-19T09:40:50.503Z] #14 104.6 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-05-19T09:40:51.427Z] #21 14.81 Building dependency tree... [2022-05-19T09:40:51.925Z] #19 128.2 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-05-19T09:40:51.925Z] #19 128.2 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-05-19T09:40:51.925Z] #19 128.3 Get:92 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-armhf-cross all 2.31-9cross4 [1845 kB] [2022-05-19T09:40:51.925Z] #19 128.3 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-05-19T09:40:51.925Z] #19 128.4 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-05-19T09:40:52.364Z] #21 16.37 The following additional packages will be installed: [2022-05-19T09:40:52.364Z] #21 16.37 libaio1 libbpf0 libcap2 libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-05-19T09:40:52.364Z] #21 16.37 libip6tc2 libjq1 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 [2022-05-19T09:40:52.364Z] #21 16.39 libonig5 libxtables12 python-pip-whl python3-distutils python3-lib2to3 [2022-05-19T09:40:52.364Z] #21 16.39 python3-pkg-resources vim-runtime xxd [2022-05-19T09:40:52.364Z] #21 16.39 Suggested packages: [2022-05-19T09:40:52.364Z] #21 16.39 apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod [2022-05-19T09:40:52.364Z] #21 16.39 gpm ed diffutils-doc python-setuptools-doc ctags vim-doc vim-scripts xfsdump [2022-05-19T09:40:52.364Z] #21 16.39 acl attr quota [2022-05-19T09:40:52.364Z] #21 16.39 Recommended packages: [2022-05-19T09:40:52.364Z] #21 16.39 libatm1 nftables libpam-cap build-essential python3-dev unzip [2022-05-19T09:40:53.302Z] #21 17.67 The following NEW packages will be installed: [2022-05-19T09:40:53.561Z] #21 17.67 apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libaio1 [2022-05-19T09:40:53.561Z] #21 17.67 libbpf0 libcap2 libcap2-bin libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-05-19T09:40:53.561Z] #21 17.67 libip6tc2 libjq1 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0 [2022-05-19T09:40:53.561Z] #21 17.67 libnftnl11 libnl-3-200 libonig5 libprotobuf-c1 libxtables12 net-tools patch [2022-05-19T09:40:53.561Z] #21 17.68 pigz python-pip-whl python3-distutils python3-lib2to3 python3-pip [2022-05-19T09:40:53.561Z] #21 17.68 python3-pkg-resources python3-setuptools python3-wheel sudo [2022-05-19T09:40:53.561Z] #21 17.68 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2022-05-19T09:40:53.561Z] #21 17.68 xz-utils zip zstd [2022-05-19T09:40:53.827Z] #21 17.99 0 upgraded, 48 newly installed, 0 to remove and 2 not upgraded. [2022-05-19T09:40:53.827Z] #21 17.99 Need to get 27.6 MB of archives. [2022-05-19T09:40:53.827Z] #21 17.99 After this operation, 106 MB of additional disk space will be used. [2022-05-19T09:40:53.827Z] #21 17.99 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 pigz amd64 2.6-1 [64.0 kB] [2022-05-19T09:40:53.827Z] #21 17.99 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB] [2022-05-19T09:40:53.827Z] #21 18.00 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbpf0 amd64 1:0.3-2 [98.3 kB] [2022-05-19T09:40:53.827Z] #21 18.00 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB] [2022-05-19T09:40:53.827Z] #21 18.00 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB] [2022-05-19T09:40:53.827Z] #21 18.00 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB] [2022-05-19T09:40:53.827Z] #21 18.00 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2-bin amd64 1:2.44-1 [32.6 kB] [2022-05-19T09:40:53.827Z] #21 18.00 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iproute2 amd64 5.10.0-4 [930 kB] [2022-05-19T09:40:53.827Z] #21 18.03 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-05-19T09:40:53.827Z] #21 18.04 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2022-05-19T09:40:53.827Z] #21 18.06 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB] [2022-05-19T09:40:53.827Z] #21 18.06 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB] [2022-05-19T09:40:53.827Z] #21 18.06 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 xz-utils amd64 5.2.5-2.1~deb11u1 [220 kB] [2022-05-19T09:40:53.827Z] #21 18.07 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 apparmor amd64 2.13.6-10 [640 kB] [2022-05-19T09:40:53.827Z] #21 18.08 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 inetutils-ping amd64 2:2.0-1 [245 kB] [2022-05-19T09:40:53.827Z] #21 18.09 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB] [2022-05-19T09:40:53.827Z] #21 18.10 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB] [2022-05-19T09:40:53.827Z] #21 18.10 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2022-05-19T09:40:53.827Z] #21 18.10 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB] [2022-05-19T09:40:53.827Z] #21 18.10 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB] [2022-05-19T09:40:53.827Z] #21 18.10 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB] [2022-05-19T09:40:53.827Z] #21 18.12 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-05-19T09:40:53.827Z] #21 18.12 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-05-19T09:40:53.827Z] #21 18.13 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-05-19T09:40:53.827Z] #21 18.14 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libaio1 amd64 0.3.112-9 [12.5 kB] [2022-05-19T09:40:53.827Z] #21 18.14 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB] [2022-05-19T09:40:53.827Z] #21 18.14 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2022-05-19T09:40:54.092Z] #21 18.38 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libinih1 amd64 53-1+b2 [6792 B] [2022-05-19T09:40:54.092Z] #21 18.38 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2022-05-19T09:40:54.092Z] #21 18.38 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-05-19T09:40:54.092Z] #21 18.38 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB] [2022-05-19T09:40:54.092Z] #21 18.38 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 net-tools amd64 1.60+git20181103.0eebece-1 [250 kB] [2022-05-19T09:40:54.092Z] #21 18.38 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB] [2022-05-19T09:40:54.092Z] #21 18.39 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python-pip-whl all 20.3.4-4+deb11u1 [1948 kB] [2022-05-19T09:40:54.092Z] #21 18.44 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB] [2022-05-19T09:40:54.092Z] #21 18.45 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB] [2022-05-19T09:40:54.092Z] #21 18.45 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-05-19T09:40:54.092Z] #21 18.46 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-setuptools all 52.0.0-4 [366 kB] [2022-05-19T09:40:54.092Z] #21 18.47 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-wheel all 0.34.2-1 [24.0 kB] [2022-05-19T09:40:54.351Z] #21 18.48 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pip all 20.3.4-4+deb11u1 [337 kB] [2022-05-19T09:40:54.352Z] #21 18.49 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 sudo amd64 1.9.5p2-3 [1059 kB] [2022-05-19T09:40:54.352Z] #21 18.52 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 thin-provisioning-tools amd64 0.9.0-1 [393 kB] [2022-05-19T09:40:54.352Z] #21 18.54 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 uidmap amd64 1:4.8.1-1 [223 kB] [2022-05-19T09:40:54.352Z] #21 18.56 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-runtime all 2:8.2.2434-3+deb11u1 [6226 kB] [2022-05-19T09:40:54.611Z] #21 18.77 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim amd64 2:8.2.2434-3+deb11u1 [1494 kB] [2022-05-19T09:40:54.611Z] #21 18.79 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xfsprogs amd64 5.10.0-4 [959 kB] [2022-05-19T09:40:54.611Z] #21 18.83 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zip amd64 3.0-12 [232 kB] [2022-05-19T09:40:54.611Z] #21 18.83 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zstd amd64 1.4.8+dfsg-2.1 [630 kB] [2022-05-19T09:40:55.183Z] #21 19.35 debconf: delaying package configuration, since apt-utils is not installed [2022-05-19T09:40:55.183Z] #21 19.44 Fetched 27.6 MB in 1s (24.5 MB/s) [2022-05-19T09:40:55.442Z] #21 19.49 Selecting previously unselected package pigz. [2022-05-19T09:40:55.442Z] #21 19.49 (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-05-19T09:40:55.442Z] #21 19.54 Preparing to unpack .../00-pigz_2.6-1_amd64.deb ... [2022-05-19T09:40:55.442Z] #21 19.55 Unpacking pigz (2.6-1) ... [2022-05-19T09:40:55.442Z] #21 19.63 Selecting previously unselected package libelf1:amd64. [2022-05-19T09:40:55.442Z] #21 19.64 Preparing to unpack .../01-libelf1_0.183-1_amd64.deb ... [2022-05-19T09:40:55.442Z] #21 19.66 Unpacking libelf1:amd64 (0.183-1) ... [2022-05-19T09:40:55.702Z] #21 19.78 Selecting previously unselected package libbpf0:amd64. [2022-05-19T09:40:55.702Z] #21 19.80 Preparing to unpack .../02-libbpf0_1%3a0.3-2_amd64.deb ... [2022-05-19T09:40:55.702Z] #21 19.80 Unpacking libbpf0:amd64 (1:0.3-2) ... [2022-05-19T09:40:55.702Z] #21 19.89 Selecting previously unselected package libcap2:amd64. [2022-05-19T09:40:55.702Z] #21 19.89 Preparing to unpack .../03-libcap2_1%3a2.44-1_amd64.deb ... [2022-05-19T09:40:55.702Z] #21 19.91 Unpacking libcap2:amd64 (1:2.44-1) ... [2022-05-19T09:40:55.702Z] #21 19.98 Selecting previously unselected package libmnl0:amd64. [2022-05-19T09:40:55.702Z] #21 19.98 Preparing to unpack .../04-libmnl0_1.0.4-3_amd64.deb ... [2022-05-19T09:40:55.702Z] #21 19.99 Unpacking libmnl0:amd64 (1.0.4-3) ... [2022-05-19T09:40:55.702Z] #21 20.03 Selecting previously unselected package libxtables12:amd64. [2022-05-19T09:40:55.961Z] #21 20.04 Preparing to unpack .../05-libxtables12_1.8.7-1_amd64.deb ... [2022-05-19T09:40:55.961Z] #21 20.05 Unpacking libxtables12:amd64 (1.8.7-1) ... [2022-05-19T09:40:55.961Z] #21 20.10 Selecting previously unselected package libcap2-bin. [2022-05-19T09:40:55.961Z] #21 20.11 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_amd64.deb ... [2022-05-19T09:40:55.961Z] #21 20.11 Unpacking libcap2-bin (1:2.44-1) ... [2022-05-19T09:40:55.961Z] #21 20.19 Selecting previously unselected package iproute2. [2022-05-19T09:40:55.961Z] #21 20.21 Preparing to unpack .../07-iproute2_5.10.0-4_amd64.deb ... [2022-05-19T09:40:55.961Z] #21 20.21 Unpacking iproute2 (5.10.0-4) ... [2022-05-19T09:40:56.139Z] #19 132.5 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-05-19T09:40:56.139Z] #19 132.5 Get:96 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-armhf all 12.9 [6708 B] [2022-05-19T09:40:56.139Z] #19 132.6 Get:97 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-ppc64el-cross all 2.31-9cross4 [1534 kB] [2022-05-19T09:40:56.139Z] #19 132.6 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-05-19T09:40:56.401Z] #19 132.6 Get:99 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgomp1-ppc64el-cross all 10.2.1-6cross1 [106 kB] [2022-05-19T09:40:56.401Z] #19 132.6 Get:100 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libitm1-ppc64el-cross all 10.2.1-6cross1 [28.4 kB] [2022-05-19T09:40:56.401Z] #19 132.6 Get:101 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-ppc64el-cross all 10.2.1-6cross1 [9712 B] [2022-05-19T09:40:56.401Z] #19 132.6 Get:102 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-ppc64el-cross all 10.2.1-6cross1 [2096 kB] [2022-05-19T09:40:56.401Z] #19 132.7 Get:103 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 liblsan0-ppc64el-cross all 10.2.1-6cross1 [847 kB] [2022-05-19T09:40:56.401Z] #19 132.7 Get:104 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libtsan0-ppc64el-cross all 10.2.1-6cross1 [2025 kB] [2022-05-19T09:40:56.401Z] #19 132.8 Get:105 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++6-ppc64el-cross all 10.2.1-6cross1 [497 kB] [2022-05-19T09:40:56.480Z] #21 20.60 Selecting previously unselected package xxd. [2022-05-19T09:40:56.480Z] #21 20.61 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-05-19T09:40:56.480Z] #21 20.62 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-05-19T09:40:56.663Z] #19 132.9 Get:106 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-ppc64el-cross all 10.2.1-6cross1 [798 kB] [2022-05-19T09:40:56.663Z] #19 132.9 Get:107 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libquadmath0-ppc64el-cross all 10.2.1-6cross1 [149 kB] [2022-05-19T09:40:56.663Z] #19 132.9 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-05-19T09:40:56.663Z] #19 132.9 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-05-19T09:40:56.663Z] #19 ... [2022-05-19T09:40:56.663Z] [2022-05-19T09:40:56.663Z] #43 [delve 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/go-delve/delve/cmd/dlv@v1.8.1" && /build/dlv --help [2022-05-19T09:40:56.663Z] #43 sha256:03e732bcf8e9966774f0748183eb1fe6fc75b304267c47c51a6cef833e2fda40 [2022-05-19T09:40:56.663Z] #43 145.1 Delve is a source level debugger for Go programs. [2022-05-19T09:40:56.663Z] #43 145.1 [2022-05-19T09:40:56.663Z] #43 145.1 Delve enables you to interact with your program by controlling the execution of the process, [2022-05-19T09:40:56.663Z] #43 145.1 evaluating variables, and providing information of thread / goroutine state, CPU register state and more. [2022-05-19T09:40:56.663Z] #43 145.1 [2022-05-19T09:40:56.663Z] #43 145.1 The goal of this tool is to provide a simple yet powerful interface for debugging Go programs. [2022-05-19T09:40:56.663Z] #43 145.1 [2022-05-19T09:40:56.663Z] #43 145.1 Pass flags to the program you are debugging using `--`, for example: [2022-05-19T09:40:56.663Z] #43 145.1 [2022-05-19T09:40:56.663Z] #43 145.1 `dlv exec ./hello -- server --config conf/config.toml` [2022-05-19T09:40:56.663Z] #43 145.1 [2022-05-19T09:40:56.663Z] #43 145.1 Usage: [2022-05-19T09:40:56.663Z] #43 145.1 dlv [command] [2022-05-19T09:40:56.663Z] #43 145.1 [2022-05-19T09:40:56.663Z] #43 145.1 Available Commands: [2022-05-19T09:40:56.663Z] #43 145.1 attach Attach to running process and begin debugging. [2022-05-19T09:40:56.663Z] #43 145.1 connect Connect to a headless debug server with a terminal client. [2022-05-19T09:40:56.663Z] #43 145.1 core Examine a core dump. [2022-05-19T09:40:56.663Z] #43 145.1 dap Starts a headless TCP server communicating via Debug Adaptor Protocol (DAP). [2022-05-19T09:40:56.663Z] #43 145.1 debug Compile and begin debugging main package in current directory, or the package specified. [2022-05-19T09:40:56.663Z] #43 145.1 exec Execute a precompiled binary, and begin a debug session. [2022-05-19T09:40:56.663Z] #43 145.1 help Help about any command [2022-05-19T09:40:56.663Z] #43 145.1 run Deprecated command. Use 'debug' instead. [2022-05-19T09:40:56.663Z] #43 145.1 test Compile test binary and begin debugging program. [2022-05-19T09:40:56.663Z] #43 145.1 trace Compile and begin tracing program. [2022-05-19T09:40:56.663Z] #43 145.1 version Prints version. [2022-05-19T09:40:56.663Z] #43 145.1 [2022-05-19T09:40:56.663Z] #43 145.1 Flags: [2022-05-19T09:40:56.663Z] #43 145.1 --accept-multiclient Allows a headless server to accept multiple client connections via JSON-RPC or DAP. [2022-05-19T09:40:56.663Z] #43 145.1 --allow-non-terminal-interactive Allows interactive sessions of Delve that don't have a terminal as stdin, stdout and stderr [2022-05-19T09:40:56.663Z] #43 145.1 --api-version int Selects JSON-RPC API version when headless. New clients should use v2. Can be reset via RPCServer.SetApiVersion. See Documentation/api/json-rpc/README.md. (default 1) [2022-05-19T09:40:56.663Z] #43 145.1 --backend string Backend selection (see 'dlv help backend'). (default "default") [2022-05-19T09:40:56.663Z] #43 145.1 --build-flags string Build flags, to be passed to the compiler. For example: --build-flags="-tags=integration -mod=vendor -cover -v" [2022-05-19T09:40:56.663Z] #43 145.1 --check-go-version Exits if the version of Go in use is not compatible (too old or too new) with the version of Delve. (default true) [2022-05-19T09:40:56.663Z] #43 145.1 --disable-aslr Disables address space randomization [2022-05-19T09:40:56.663Z] #43 145.1 --headless Run debug server only, in headless mode. Server will accept both JSON-RPC or DAP client connections. [2022-05-19T09:40:56.663Z] #43 145.1 -h, --help help for dlv [2022-05-19T09:40:56.663Z] #43 145.1 --init string Init file, executed by the terminal client. [2022-05-19T09:40:56.663Z] #43 145.1 -l, --listen string Debugging server listen address. (default "127.0.0.1:0") [2022-05-19T09:40:56.663Z] #43 145.1 --log Enable debugging server logging. [2022-05-19T09:40:56.663Z] #43 145.1 --log-dest string Writes logs to the specified file or file descriptor (see 'dlv help log'). [2022-05-19T09:40:56.663Z] #43 145.1 --log-output string Comma separated list of components that should produce debug output (see 'dlv help log') [2022-05-19T09:40:56.663Z] #43 145.1 --only-same-user Only connections from the same user that started this instance of Delve are allowed to connect. (default true) [2022-05-19T09:40:56.663Z] #43 145.1 -r, --redirect stringArray Specifies redirect rules for target process (see 'dlv help redirect') [2022-05-19T09:40:56.663Z] #43 145.1 --wd string Working directory for running the program. [2022-05-19T09:40:56.663Z] #43 145.1 [2022-05-19T09:40:56.663Z] #43 145.1 Additional help topics: [2022-05-19T09:40:56.663Z] #43 145.1 dlv backend Help about the --backend flag. [2022-05-19T09:40:56.663Z] #43 145.1 dlv log Help about logging flags. [2022-05-19T09:40:56.663Z] #43 145.1 dlv redirect Help about file redirection. [2022-05-19T09:40:56.663Z] #43 145.1 [2022-05-19T09:40:56.663Z] #43 145.1 Use "dlv [command] --help" for more information about a command. [2022-05-19T09:40:56.739Z] #21 20.75 Selecting previously unselected package vim-common. [2022-05-19T09:40:56.739Z] #21 20.76 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-05-19T09:40:56.739Z] #21 20.77 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-05-19T09:40:56.739Z] #21 20.93 Selecting previously unselected package bash-completion. [2022-05-19T09:40:56.739Z] #21 20.94 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ... [2022-05-19T09:40:58.582Z] #43 ... [2022-05-19T09:40:58.582Z] [2022-05-19T09:40:58.582Z] #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-05-19T09:40:58.582Z] #41 sha256:c4f955ffae0a1c8967245a94aa32d654a6e15c000f626095dbb59881207e511c [2022-05-19T09:40:58.582Z] #41 DONE 147.0s [2022-05-19T09:40:58.582Z] [2022-05-19T09:40:58.582Z] #43 [delve 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/go-delve/delve/cmd/dlv@v1.8.1" && /build/dlv --help [2022-05-19T09:40:58.582Z] #43 sha256:03e732bcf8e9966774f0748183eb1fe6fc75b304267c47c51a6cef833e2fda40 [2022-05-19T09:40:58.582Z] #43 DONE 147.2s [2022-05-19T09:40:58.582Z] [2022-05-19T09:40:58.582Z] #19 [cross-true 6/6] RUN --mount=type=cache,sharing=locked,id=moby-cross-true-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-true-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends crossbuild-essential-arm64 crossbuild-essential-armel crossbuild-essential-armhf crossbuild-essential-ppc64el crossbuild-essential-s390x [2022-05-19T09:40:58.582Z] #19 sha256:f906552b5f82ee6cc7ffaae751835b5293cfb13fa5ba15dd04916bc798787b13 [2022-05-19T09:40:58.582Z] #19 134.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-05-19T09:40:58.582Z] #19 134.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-05-19T09:40:58.582Z] #19 134.8 Get:112 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-ppc64el-cross all 2.31-9cross4 [2382 kB] [2022-05-19T09:40:58.582Z] #19 134.8 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-05-19T09:40:58.582Z] #19 134.9 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-05-19T09:40:58.646Z] #21 22.58 Unpacking bash-completion (1:2.11-2) ... [2022-05-19T09:40:58.646Z] #21 22.96 Selecting previously unselected package bzip2. [2022-05-19T09:40:58.905Z] #21 22.96 Preparing to unpack .../11-bzip2_1.0.8-4_amd64.deb ... [2022-05-19T09:40:58.905Z] #21 22.96 Unpacking bzip2 (1.0.8-4) ... [2022-05-19T09:40:58.905Z] #21 23.04 Selecting previously unselected package xz-utils. [2022-05-19T09:40:58.905Z] #21 23.04 Preparing to unpack .../12-xz-utils_5.2.5-2.1~deb11u1_amd64.deb ... [2022-05-19T09:40:58.905Z] #21 23.05 Unpacking xz-utils (5.2.5-2.1~deb11u1) ... [2022-05-19T09:40:58.905Z] #21 23.19 Selecting previously unselected package apparmor. [2022-05-19T09:40:58.905Z] #21 23.19 Preparing to unpack .../13-apparmor_2.13.6-10_amd64.deb ... [2022-05-19T09:40:58.905Z] #21 23.25 Unpacking apparmor (2.13.6-10) ... [2022-05-19T09:40:59.498Z] #21 23.77 Selecting previously unselected package inetutils-ping. [2022-05-19T09:40:59.498Z] #21 23.78 Preparing to unpack .../14-inetutils-ping_2%3a2.0-1_amd64.deb ... [2022-05-19T09:40:59.498Z] #21 23.79 Unpacking inetutils-ping (2:2.0-1) ... [2022-05-19T09:40:59.763Z] #21 23.87 Selecting previously unselected package libip4tc2:amd64. [2022-05-19T09:40:59.763Z] #21 23.88 Preparing to unpack .../15-libip4tc2_1.8.7-1_amd64.deb ... [2022-05-19T09:40:59.763Z] #21 23.90 Unpacking libip4tc2:amd64 (1.8.7-1) ... [2022-05-19T09:40:59.763Z] #21 23.98 Selecting previously unselected package libip6tc2:amd64. [2022-05-19T09:40:59.763Z] #21 23.99 Preparing to unpack .../16-libip6tc2_1.8.7-1_amd64.deb ... [2022-05-19T09:40:59.763Z] #21 24.00 Unpacking libip6tc2:amd64 (1.8.7-1) ... [2022-05-19T09:40:59.763Z] #21 24.05 Selecting previously unselected package libnfnetlink0:amd64. [2022-05-19T09:40:59.763Z] #21 24.06 Preparing to unpack .../17-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2022-05-19T09:40:59.763Z] #21 24.08 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-05-19T09:41:00.024Z] #21 24.14 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2022-05-19T09:41:00.024Z] #21 24.14 Preparing to unpack .../18-libnetfilter-conntrack3_1.0.8-3_amd64.deb ... [2022-05-19T09:41:00.024Z] #21 24.15 Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-05-19T09:41:00.024Z] #21 24.24 Selecting previously unselected package libnftnl11:amd64. [2022-05-19T09:41:00.024Z] #21 24.24 Preparing to unpack .../19-libnftnl11_1.1.9-1_amd64.deb ... [2022-05-19T09:41:00.024Z] #21 24.24 Unpacking libnftnl11:amd64 (1.1.9-1) ... [2022-05-19T09:41:00.024Z] #21 24.33 Selecting previously unselected package iptables. [2022-05-19T09:41:00.024Z] #21 24.33 Preparing to unpack .../20-iptables_1.8.7-1_amd64.deb ... [2022-05-19T09:41:00.024Z] #21 24.34 Unpacking iptables (1.8.7-1) ... [2022-05-19T09:41:00.285Z] #21 24.60 Selecting previously unselected package libonig5:amd64. [2022-05-19T09:41:00.545Z] #21 24.60 Preparing to unpack .../21-libonig5_6.9.6-1.1_amd64.deb ... [2022-05-19T09:41:00.545Z] #21 24.60 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-05-19T09:41:00.545Z] #21 24.72 Selecting previously unselected package libjq1:amd64. [2022-05-19T09:41:00.545Z] #21 24.72 Preparing to unpack .../22-libjq1_1.6-2.1_amd64.deb ... [2022-05-19T09:41:00.545Z] #21 24.73 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-05-19T09:41:00.545Z] #21 24.80 Selecting previously unselected package jq. [2022-05-19T09:41:00.545Z] #21 24.80 Preparing to unpack .../23-jq_1.6-2.1_amd64.deb ... [2022-05-19T09:41:00.545Z] #21 24.80 Unpacking jq (1.6-2.1) ... [2022-05-19T09:41:00.545Z] #21 24.87 Selecting previously unselected package libaio1:amd64. [2022-05-19T09:41:00.804Z] #21 24.89 Preparing to unpack .../24-libaio1_0.3.112-9_amd64.deb ... [2022-05-19T09:41:00.804Z] #21 24.89 Unpacking libaio1:amd64 (0.3.112-9) ... [2022-05-19T09:41:00.804Z] #21 24.97 Selecting previously unselected package libgpm2:amd64. [2022-05-19T09:41:00.804Z] #21 24.97 Preparing to unpack .../25-libgpm2_1.20.7-8_amd64.deb ... [2022-05-19T09:41:00.804Z] #21 24.98 Unpacking libgpm2:amd64 (1.20.7-8) ... [2022-05-19T09:41:00.804Z] #21 25.05 Selecting previously unselected package libicu67:amd64. [2022-05-19T09:41:00.804Z] #21 25.05 Preparing to unpack .../26-libicu67_67.1-7_amd64.deb ... [2022-05-19T09:41:00.804Z] #21 25.05 Unpacking libicu67:amd64 (67.1-7) ... [2022-05-19T09:41:01.135Z] #19 137.2 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-05-19T09:41:01.135Z] #19 137.2 Get:116 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-ppc64el all 12.9 [6716 B] [2022-05-19T09:41:01.135Z] #19 137.2 Get:117 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-s390x-cross all 2.31-9cross4 [1231 kB] [2022-05-19T09:41:01.135Z] #19 137.3 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-05-19T09:41:01.135Z] #19 137.3 Get:119 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgomp1-s390x-cross all 10.2.1-6cross1 [90.5 kB] [2022-05-19T09:41:01.135Z] #19 137.3 Get:120 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libitm1-s390x-cross all 10.2.1-6cross1 [24.9 kB] [2022-05-19T09:41:01.135Z] #19 137.3 Get:121 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-s390x-cross all 10.2.1-6cross1 [7944 B] [2022-05-19T09:41:01.135Z] #19 137.3 Get:122 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-s390x-cross all 10.2.1-6cross1 [1863 kB] [2022-05-19T09:41:01.135Z] #19 137.4 Get:123 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++6-s390x-cross all 10.2.1-6cross1 [442 kB] [2022-05-19T09:41:01.135Z] #19 137.4 Get:124 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-s390x-cross all 10.2.1-6cross1 [747 kB] [2022-05-19T09:41:01.135Z] #19 137.4 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-05-19T09:41:01.135Z] #19 137.4 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-05-19T09:41:03.053Z] #19 139.2 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-05-19T09:41:03.053Z] #19 139.2 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-05-19T09:41:03.053Z] #19 139.2 Get:129 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-s390x-cross all 2.31-9cross4 [1943 kB] [2022-05-19T09:41:03.053Z] #19 139.3 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-05-19T09:41:03.053Z] #19 139.3 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-05-19T09:41:04.091Z] #21 28.18 Selecting previously unselected package libinih1:amd64. [2022-05-19T09:41:04.091Z] #21 28.18 Preparing to unpack .../27-libinih1_53-1+b2_amd64.deb ... [2022-05-19T09:41:04.091Z] #21 28.19 Unpacking libinih1:amd64 (53-1+b2) ... [2022-05-19T09:41:04.091Z] #21 28.24 Selecting previously unselected package libnet1:amd64. [2022-05-19T09:41:04.091Z] #21 28.24 Preparing to unpack .../28-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-05-19T09:41:04.091Z] #21 28.25 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-05-19T09:41:04.091Z] #21 28.32 Selecting previously unselected package libnl-3-200:amd64. [2022-05-19T09:41:04.091Z] #21 28.33 Preparing to unpack .../29-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-05-19T09:41:04.091Z] #21 28.33 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-05-19T09:41:04.349Z] #21 28.40 Selecting previously unselected package libprotobuf-c1:amd64. [2022-05-19T09:41:04.349Z] #21 28.40 Preparing to unpack .../30-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-05-19T09:41:04.349Z] #21 28.41 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-05-19T09:41:04.349Z] #21 28.47 Selecting previously unselected package net-tools. [2022-05-19T09:41:04.349Z] #21 28.47 Preparing to unpack .../31-net-tools_1.60+git20181103.0eebece-1_amd64.deb ... [2022-05-19T09:41:04.349Z] #21 28.48 Unpacking net-tools (1.60+git20181103.0eebece-1) ... [2022-05-19T09:41:04.349Z] #21 28.64 Selecting previously unselected package patch. [2022-05-19T09:41:04.349Z] #21 28.64 Preparing to unpack .../32-patch_2.7.6-7_amd64.deb ... [2022-05-19T09:41:04.349Z] #21 28.65 Unpacking patch (2.7.6-7) ... [2022-05-19T09:41:04.618Z] #21 28.74 Selecting previously unselected package python-pip-whl. [2022-05-19T09:41:04.618Z] #21 28.74 Preparing to unpack .../33-python-pip-whl_20.3.4-4+deb11u1_all.deb ... [2022-05-19T09:41:04.618Z] #21 28.76 Unpacking python-pip-whl (20.3.4-4+deb11u1) ... [2022-05-19T09:41:04.992Z] #19 141.1 Get:132 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-s390x-linux-gnu amd64 4:10.2.1-1 [1176 B] [2022-05-19T09:41:04.992Z] #19 141.1 Get:133 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-s390x all 12.9 [6704 B] [2022-05-19T09:41:05.185Z] #21 29.25 Selecting previously unselected package python3-lib2to3. [2022-05-19T09:41:05.185Z] #21 29.26 Preparing to unpack .../34-python3-lib2to3_3.9.2-1_all.deb ... [2022-05-19T09:41:05.185Z] #21 29.26 Unpacking python3-lib2to3 (3.9.2-1) ... [2022-05-19T09:41:05.185Z] #21 29.38 Selecting previously unselected package python3-distutils. [2022-05-19T09:41:05.185Z] #21 29.40 Preparing to unpack .../35-python3-distutils_3.9.2-1_all.deb ... [2022-05-19T09:41:05.185Z] #21 29.41 Unpacking python3-distutils (3.9.2-1) ... [2022-05-19T09:41:05.443Z] #21 29.52 Selecting previously unselected package python3-pkg-resources. [2022-05-19T09:41:05.443Z] #21 29.53 Preparing to unpack .../36-python3-pkg-resources_52.0.0-4_all.deb ... [2022-05-19T09:41:05.443Z] #21 29.53 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-05-19T09:41:05.443Z] #21 29.65 Selecting previously unselected package python3-setuptools. [2022-05-19T09:41:05.443Z] #21 29.67 Preparing to unpack .../37-python3-setuptools_52.0.0-4_all.deb ... [2022-05-19T09:41:05.443Z] #21 29.67 Unpacking python3-setuptools (52.0.0-4) ... [2022-05-19T09:41:05.565Z] #19 141.8 debconf: delaying package configuration, since apt-utils is not installed [2022-05-19T09:41:05.702Z] #21 29.94 Selecting previously unselected package python3-wheel. [2022-05-19T09:41:05.702Z] #21 29.95 Preparing to unpack .../38-python3-wheel_0.34.2-1_all.deb ... [2022-05-19T09:41:05.702Z] #21 29.96 Unpacking python3-wheel (0.34.2-1) ... [2022-05-19T09:41:05.702Z] #21 30.01 Selecting previously unselected package python3-pip. [2022-05-19T09:41:05.702Z] #21 30.02 Preparing to unpack .../39-python3-pip_20.3.4-4+deb11u1_all.deb ... [2022-05-19T09:41:05.702Z] #21 30.04 Unpacking python3-pip (20.3.4-4+deb11u1) ... [2022-05-19T09:41:05.826Z] #19 142.2 Fetched 787 MB in 31s (25.0 MB/s) [2022-05-19T09:41:05.826Z] #19 142.3 Selecting previously unselected package liblocale-gettext-perl. [2022-05-19T09:41:05.826Z] #19 142.3 (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-05-19T09:41:05.826Z] #19 142.3 Preparing to unpack .../000-liblocale-gettext-perl_1.07-4+b1_amd64.deb ... [2022-05-19T09:41:05.826Z] #19 142.3 Unpacking liblocale-gettext-perl (1.07-4+b1) ... [2022-05-19T09:41:05.925Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2022-05-19T09:41:05.925Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2022-05-19T09:41:05.925Z] GOOS="" GOARCH="" GOARM="" [2022-05-19T09:41:05.925Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2022-05-19T09:41:05.925Z] [2022-05-19T09:41:05.925Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-05-19T09:41:05.925Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-05-19T09:41:05.925Z] HOSTNAME=2a3d3ff445d6 [2022-05-19T09:41:05.925Z] DEST=bundles/test-integration [2022-05-19T09:41:05.925Z] PWD=/go/src/github.com/docker/docker [2022-05-19T09:41:05.925Z] DOCKER_ROOTLESS=1 [2022-05-19T09:41:05.925Z] DOCKER_GITCOMMIT=5771492202ac285e0d66c5475d023074f14d5ac2 [2022-05-19T09:41:05.925Z] container=docker [2022-05-19T09:41:05.925Z] HOME=/root [2022-05-19T09:41:05.925Z] GOLANG_VERSION=1.18.2 [2022-05-19T09:41:05.925Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-05-19T09:41:05.925Z] VALIDATE_BRANCH=master [2022-05-19T09:41:05.925Z] TERM=xterm [2022-05-19T09:41:05.925Z] DOCKER_PKG=github.com/docker/docker [2022-05-19T09:41:05.925Z] SHLVL=1 [2022-05-19T09:41:05.925Z] TIMEOUT=120m [2022-05-19T09:41:05.925Z] DOCKER_BUILDTAGS= journald [2022-05-19T09:41:05.925Z] DOCKER_GRAPHDRIVER=overlay2 [2022-05-19T09:41:05.925Z] GO111MODULE=off [2022-05-19T09:41:05.925Z] DOCKER_EXPERIMENTAL=1 [2022-05-19T09:41:05.925Z] TEST_SKIP_INTEGRATION_CLI=1 [2022-05-19T09:41:05.925Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-05-19T09:41:05.925Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-05-19T09:41:05.925Z] GOPATH=/go [2022-05-19T09:41:05.925Z] PKG_CONFIG=pkg-config [2022-05-19T09:41:05.925Z] _=/usr/bin/env [2022-05-19T09:41:05.925Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2022-05-19T09:41:06.090Z] #19 142.4 Selecting previously unselected package bzip2. [2022-05-19T09:41:06.090Z] #19 142.4 Preparing to unpack .../001-bzip2_1.0.8-4_amd64.deb ... [2022-05-19T09:41:06.090Z] #19 142.4 Unpacking bzip2 (1.0.8-4) ... [2022-05-19T09:41:06.269Z] #21 30.30 Selecting previously unselected package sudo. [2022-05-19T09:41:06.269Z] #21 30.30 Preparing to unpack .../40-sudo_1.9.5p2-3_amd64.deb ... [2022-05-19T09:41:06.269Z] #21 30.31 Unpacking sudo (1.9.5p2-3) ... [2022-05-19T09:41:06.362Z] #19 142.6 Selecting previously unselected package libmagic-mgc. [2022-05-19T09:41:06.362Z] #19 142.6 Preparing to unpack .../002-libmagic-mgc_1%3a5.39-3_amd64.deb ... [2022-05-19T09:41:06.362Z] #19 142.6 Unpacking libmagic-mgc (1:5.39-3) ... [2022-05-19T09:41:06.626Z] #19 142.9 Selecting previously unselected package libmagic1:amd64. [2022-05-19T09:41:06.626Z] #19 142.9 Preparing to unpack .../003-libmagic1_1%3a5.39-3_amd64.deb ... [2022-05-19T09:41:06.626Z] #19 142.9 Unpacking libmagic1:amd64 (1:5.39-3) ... [2022-05-19T09:41:06.626Z] #19 143.0 Selecting previously unselected package file. [2022-05-19T09:41:06.626Z] #19 143.0 Preparing to unpack .../004-file_1%3a5.39-3_amd64.deb ... [2022-05-19T09:41:06.626Z] #19 143.0 Unpacking file (1:5.39-3) ... [2022-05-19T09:41:06.626Z] #19 143.1 Selecting previously unselected package xz-utils. [2022-05-19T09:41:06.626Z] #19 143.1 Preparing to unpack .../005-xz-utils_5.2.5-2.1~deb11u1_amd64.deb ... [2022-05-19T09:41:06.626Z] #19 143.1 Unpacking xz-utils (5.2.5-2.1~deb11u1) ... [2022-05-19T09:41:06.848Z] #21 30.84 Selecting previously unselected package thin-provisioning-tools. [2022-05-19T09:41:06.848Z] #21 30.85 Preparing to unpack .../41-thin-provisioning-tools_0.9.0-1_amd64.deb ... [2022-05-19T09:41:06.848Z] #21 30.85 Unpacking thin-provisioning-tools (0.9.0-1) ... [2022-05-19T09:41:06.848Z] #21 31.06 Selecting previously unselected package uidmap. [2022-05-19T09:41:06.848Z] #21 31.06 Preparing to unpack .../42-uidmap_1%3a4.8.1-1_amd64.deb ... [2022-05-19T09:41:06.848Z] #21 31.08 Unpacking uidmap (1:4.8.1-1) ... [2022-05-19T09:41:06.888Z] #19 143.2 Selecting previously unselected package binutils-aarch64-linux-gnu. [2022-05-19T09:41:06.888Z] #19 143.2 Preparing to unpack .../006-binutils-aarch64-linux-gnu_2.35.2-2_amd64.deb ... [2022-05-19T09:41:06.888Z] #19 143.2 Unpacking binutils-aarch64-linux-gnu (2.35.2-2) ... [2022-05-19T09:41:07.107Z] #21 31.22 Selecting previously unselected package vim-runtime. [2022-05-19T09:41:07.107Z] #21 31.23 Preparing to unpack .../43-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-05-19T09:41:07.107Z] #21 31.27 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime' [2022-05-19T09:41:07.107Z] #21 31.32 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime' [2022-05-19T09:41:07.107Z] #21 31.32 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-05-19T09:41:07.908Z] #19 144.2 Selecting previously unselected package binutils-arm-linux-gnueabi. [2022-05-19T09:41:07.908Z] #19 144.2 Preparing to unpack .../007-binutils-arm-linux-gnueabi_2.35.2-2_amd64.deb ... [2022-05-19T09:41:07.908Z] #19 144.3 Unpacking binutils-arm-linux-gnueabi (2.35.2-2) ... [2022-05-19T09:41:09.339Z] #19 145.6 Selecting previously unselected package binutils-arm-linux-gnueabihf. [2022-05-19T09:41:09.339Z] #19 145.6 Preparing to unpack .../008-binutils-arm-linux-gnueabihf_2.35.2-2_amd64.deb ... [2022-05-19T09:41:09.339Z] #19 145.6 Unpacking binutils-arm-linux-gnueabihf (2.35.2-2) ... [2022-05-19T09:41:10.287Z] #19 146.7 Selecting previously unselected package binutils-powerpc64le-linux-gnu. [2022-05-19T09:41:10.287Z] #19 146.7 Preparing to unpack .../009-binutils-powerpc64le-linux-gnu_2.35.2-2_amd64.deb ... [2022-05-19T09:41:10.287Z] #19 146.7 Unpacking binutils-powerpc64le-linux-gnu (2.35.2-2) ... [2022-05-19T09:41:10.394Z] #21 34.26 Selecting previously unselected package vim. [2022-05-19T09:41:10.394Z] #21 34.26 Preparing to unpack .../44-vim_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-05-19T09:41:10.394Z] #21 34.28 Unpacking vim (2:8.2.2434-3+deb11u1) ... [2022-05-19T09:41:10.652Z] #21 34.72 Selecting previously unselected package xfsprogs. [2022-05-19T09:41:10.652Z] #21 34.72 Preparing to unpack .../45-xfsprogs_5.10.0-4_amd64.deb ... [2022-05-19T09:41:10.652Z] #21 34.73 Unpacking xfsprogs (5.10.0-4) ... [2022-05-19T09:41:10.860Z] #19 147.2 Selecting previously unselected package binutils-s390x-linux-gnu. [2022-05-19T09:41:10.860Z] #19 147.2 Preparing to unpack .../010-binutils-s390x-linux-gnu_2.35.2-2_amd64.deb ... [2022-05-19T09:41:10.860Z] #19 147.2 Unpacking binutils-s390x-linux-gnu (2.35.2-2) ... [2022-05-19T09:41:10.911Z] #21 35.14 Selecting previously unselected package zip. [2022-05-19T09:41:10.911Z] #21 35.15 Preparing to unpack .../46-zip_3.0-12_amd64.deb ... [2022-05-19T09:41:10.911Z] #21 35.17 Unpacking zip (3.0-12) ... [2022-05-19T09:41:11.171Z] #21 35.30 Selecting previously unselected package zstd. [2022-05-19T09:41:11.171Z] #21 35.31 Preparing to unpack .../47-zstd_1.4.8+dfsg-2.1_amd64.deb ... [2022-05-19T09:41:11.171Z] #21 35.32 Unpacking zstd (1.4.8+dfsg-2.1) ... [2022-05-19T09:41:11.430Z] #21 35.65 Setting up python3-pkg-resources (52.0.0-4) ... [2022-05-19T09:41:11.433Z] #19 147.8 Selecting previously unselected package gcc-10-aarch64-linux-gnu-base:amd64. [2022-05-19T09:41:11.433Z] #19 147.8 Preparing to unpack .../011-gcc-10-aarch64-linux-gnu-base_10.2.1-6cross1_amd64.deb ... [2022-05-19T09:41:11.433Z] #19 147.8 Unpacking gcc-10-aarch64-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2022-05-19T09:41:11.433Z] #19 147.8 Selecting previously unselected package cpp-10-aarch64-linux-gnu. [2022-05-19T09:41:11.433Z] #19 147.9 Preparing to unpack .../012-cpp-10-aarch64-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-05-19T09:41:11.433Z] #19 147.9 Unpacking cpp-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2022-05-19T09:41:12.366Z] #21 36.37 Setting up libip4tc2:amd64 (1.8.7-1) ... [2022-05-19T09:41:12.366Z] #21 36.38 Setting up net-tools (1.60+git20181103.0eebece-1) ... [2022-05-19T09:41:12.366Z] #21 36.39 Setting up libgpm2:amd64 (1.20.7-8) ... [2022-05-19T09:41:12.366Z] #21 36.40 Setting up libicu67:amd64 (67.1-7) ... [2022-05-19T09:41:12.366Z] #21 36.44 Setting up libip6tc2:amd64 (1.8.7-1) ... [2022-05-19T09:41:12.366Z] #21 36.45 Setting up libinih1:amd64 (53-1+b2) ... [2022-05-19T09:41:12.366Z] #21 36.46 Setting up uidmap (1:4.8.1-1) ... [2022-05-19T09:41:12.366Z] #21 36.48 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-05-19T09:41:12.366Z] #21 36.49 Setting up bzip2 (1.0.8-4) ... [2022-05-19T09:41:12.366Z] #21 36.50 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-05-19T09:41:12.366Z] #21 36.51 Setting up python3-wheel (0.34.2-1) ... [2022-05-19T09:41:12.414Z] #14 ... [2022-05-19T09:41:12.414Z] [2022-05-19T09:41:12.414Z] #64 [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-05-19T09:41:12.414Z] #64 sha256:8bad8ba10555dbddf01ea143b484202a3eb27b30f31b8dbee7d335a92fb16664 [2022-05-19T09:41:12.414Z] #64 66.64 Updating files: 34% (1622/4768) Updating files: 35% (1669/4768) Updating files: 36% (1717/4768) Updating files: 37% (1765/4768) Updating files: 38% (1812/4768) Updating files: 39% (1860/4768) Updating files: 40% (1908/4768) Updating files: 41% (1955/4768) Updating files: 42% (2003/4768) Updating files: 43% (2051/4768) Updating files: 44% (2098/4768) Updating files: 45% (2146/4768) Updating files: 46% (2194/4768) Updating files: 47% (2241/4768) Updating files: 48% (2289/4768) Updating files: 49% (2337/4768) Updating files: 50% (2384/4768) Updating files: 51% (2432/4768) Updating files: 52% (2480/4768) Updating files: 53% (2528/4768) Updating files: 54% (2575/4768) Updating files: 55% (2623/4768) Updating files: 56% (2671/4768) Updating files: 57% (2718/4768) Updating files: 58% (2766/4768) Updating files: 59% (2814/4768) Updating files: 60% (2861/4768) Updating files: 61% (2909/4768) Updating files: 62% (2957/4768) Updating files: 63% (3004/4768) Updating files: 64% (3052/4768) Updating files: 65% (3100/4768) Updating files: 66% (3147/4768) Updating files: 67% (3195/4768) Updating files: 68% (3243/4768) Updating files: 69% (3290/4768) Updating files: 70% (3338/4768) Updating files: 71% (3386/4768) Updating files: 72% (3433/4768) Updating files: 72% (3458/4768) Updating files: 73% (3481/4768) Updating files: 74% (3529/4768) Updating files: 75% (3576/4768) Updating files: 76% (3624/4768) Updating files: 77% (3672/4768) Updating files: 78% (3720/4768) Updating files: 79% (3767/4768) Updating files: 80% (3815/4768) Updating files: 81% (3863/4768) Updating files: 82% (3910/4768) Updating files: 83% (3958/4768) Updating files: 84% (4006/4768) Updating files: 85% (4053/4768) Updating files: 86% (4101/4768) Updating files: 87% (4149/4768) Updating files: 88% (4196/4768) Updating files: 89% (4244/4768) Updating files: 90% (4292/4768) Updating files: 90% (4330/4768) Updating files: 91% (4339/4768) Updating files: 92% (4387/4768) Updating files: 93% (4435/4768) Updating files: 94% (4482/4768) Updating files: 95% (4530/4768) Updating files: 96% (4578/4768) Updating files: 97% (4625/4768) Updating files: 98% (4673/4768) Updating files: 99% (4721/4768) Updating files: 100% (4768/4768) Updating files: 100% (4768/4768), done. [2022-05-19T09:41:12.414Z] #64 69.07 + cd /tmp/tmp.0HxNsPJfzE/src/github.com/containerd/containerd [2022-05-19T09:41:12.414Z] #64 69.07 + git checkout -q v1.6.4 [2022-05-19T09:41:12.649Z] 97f65a0ec59e: Pull complete [2022-05-19T09:41:12.884Z] #21 37.01 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-05-19T09:41:12.884Z] #21 37.02 Setting up libcap2:amd64 (1:2.44-1) ... [2022-05-19T09:41:12.884Z] #21 37.04 Setting up libcap2-bin (1:2.44-1) ... [2022-05-19T09:41:12.884Z] #21 37.05 Setting up apparmor (2.13.6-10) ... [2022-05-19T09:41:13.785Z] #64 71.11 + export 'BUILDTAGS=netgo osusergo static_build' [2022-05-19T09:41:13.785Z] #64 71.12 + BUILDTAGS='netgo osusergo static_build' [2022-05-19T09:41:13.785Z] #64 71.12 + export EXTRA_FLAGS=-buildmode=pie [2022-05-19T09:41:13.785Z] #64 71.12 + EXTRA_FLAGS=-buildmode=pie [2022-05-19T09:41:13.785Z] #64 71.12 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2022-05-19T09:41:13.785Z] #64 71.12 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2022-05-19T09:41:13.785Z] #64 71.12 + '[' '' = dynamic ']' [2022-05-19T09:41:13.785Z] #64 71.12 + make [2022-05-19T09:41:14.518Z] #21 38.65 Setting up zip (3.0-12) ... [2022-05-19T09:41:14.518Z] #21 38.66 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-05-19T09:41:14.518Z] #21 38.69 Setting up bash-completion (1:2.11-2) ... [2022-05-19T09:41:15.918Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2022-05-19T09:41:16.423Z] #21 40.58 Setting up xz-utils (5.2.5-2.1~deb11u1) ... [2022-05-19T09:41:16.423Z] #21 40.59 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2022-05-19T09:41:16.423Z] #21 40.61 Setting up libmnl0:amd64 (1.0.4-3) ... [2022-05-19T09:41:16.423Z] #21 40.63 Setting up patch (2.7.6-7) ... [2022-05-19T09:41:16.423Z] #21 40.64 Setting up sudo (1.9.5p2-3) ... [2022-05-19T09:41:16.487Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2022-05-19T09:41:16.682Z] #21 40.73 invoke-rc.d: could not determine current runlevel [2022-05-19T09:41:16.682Z] #21 40.74 invoke-rc.d: policy-rc.d denied execution of start. [2022-05-19T09:41:16.682Z] #21 40.75 Setting up xfsprogs (5.10.0-4) ... [2022-05-19T09:41:16.682Z] #21 40.78 Setting up libxtables12:amd64 (1.8.7-1) ... [2022-05-19T09:41:16.682Z] #21 40.79 Setting up inetutils-ping (2:2.0-1) ... [2022-05-19T09:41:16.682Z] #21 40.80 Setting up pigz (2.6-1) ... [2022-05-19T09:41:16.682Z] #21 40.82 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-05-19T09:41:16.682Z] #21 40.83 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-05-19T09:41:16.682Z] #21 40.85 Setting up python-pip-whl (20.3.4-4+deb11u1) ... [2022-05-19T09:41:16.682Z] #21 40.86 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-05-19T09:41:17.067Z] #64 74.12 + bin/ctr [2022-05-19T09:41:17.249Z] #21 41.42 Setting up libaio1:amd64 (0.3.112-9) ... [2022-05-19T09:41:17.249Z] #21 41.43 Setting up python3-lib2to3 (3.9.2-1) ... [2022-05-19T09:41:17.817Z] #21 41.89 Setting up libelf1:amd64 (0.183-1) ... [2022-05-19T09:41:17.817Z] #21 41.93 Setting up zstd (1.4.8+dfsg-2.1) ... [2022-05-19T09:41:17.817Z] #21 41.95 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-05-19T09:41:17.817Z] #21 41.96 Setting up python3-distutils (3.9.2-1) ... [2022-05-19T09:41:18.334Z] #21 42.45 Setting up vim (2:8.2.2434-3+deb11u1) ... [2022-05-19T09:41:18.334Z] #21 42.46 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2022-05-19T09:41:18.334Z] #21 42.46 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2022-05-19T09:41:18.334Z] #21 42.47 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2022-05-19T09:41:18.334Z] #21 42.47 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2022-05-19T09:41:18.334Z] #21 42.48 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2022-05-19T09:41:18.334Z] #21 42.48 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2022-05-19T09:41:18.334Z] #21 42.49 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2022-05-19T09:41:18.334Z] #21 42.50 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2022-05-19T09:41:18.334Z] #21 42.52 Setting up python3-setuptools (52.0.0-4) ... [2022-05-19T09:41:18.481Z] b111c3320c94: Pull complete [2022-05-19T09:41:19.711Z] #21 43.90 Setting up libjq1:amd64 (1.6-2.1) ... [2022-05-19T09:41:19.711Z] #21 43.92 Setting up libnftnl11:amd64 (1.1.9-1) ... [2022-05-19T09:41:19.711Z] #21 43.93 Setting up thin-provisioning-tools (0.9.0-1) ... [2022-05-19T09:41:19.711Z] #21 43.95 Setting up python3-pip (20.3.4-4+deb11u1) ... [2022-05-19T09:41:21.086Z] #21 45.03 Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-05-19T09:41:21.086Z] #21 45.05 Setting up jq (1.6-2.1) ... [2022-05-19T09:41:21.086Z] #21 45.06 Setting up libbpf0:amd64 (1:0.3-2) ... [2022-05-19T09:41:21.086Z] #21 45.07 Setting up iptables (1.8.7-1) ... [2022-05-19T09:41:21.086Z] #21 45.08 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2022-05-19T09:41:21.086Z] #21 45.09 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-05-19T09:41:21.086Z] #21 45.09 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2022-05-19T09:41:21.086Z] #21 45.10 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-05-19T09:41:21.086Z] #21 45.11 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2022-05-19T09:41:21.086Z] #21 45.11 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2022-05-19T09:41:21.086Z] #21 45.12 Setting up iproute2 (5.10.0-4) ... [2022-05-19T09:41:21.345Z] #21 45.49 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-05-19T09:41:21.915Z] #21 DONE 46.0s [2022-05-19T09:41:21.915Z] [2022-05-19T09:41:21.915Z] #22 [dev-systemd-false 8/26] 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-05-19T09:41:21.915Z] #22 sha256:c7811928bce2e5b3944dd00b29a5d762d4bc0a9c3ed149c9c48245a64a9a344e [2022-05-19T09:41:22.327Z] #64 ... [2022-05-19T09:41:22.327Z] [2022-05-19T09:41:22.327Z] #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-05-19T09:41:22.327Z] #14 sha256:ad430aa4634b833e1f6147f42e8232eb8136a1b47ba188feff5f14c8911b4227 [2022-05-19T09:41:22.327Z] #14 126.2 Selecting previously unselected package g++-mingw-w64-x86-64-posix. [2022-05-19T09:41:22.327Z] #14 126.2 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-05-19T09:41:22.327Z] #14 126.2 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-05-19T09:41:22.327Z] #14 136.2 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime. [2022-05-19T09:41:22.327Z] #14 136.2 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ... [2022-05-19T09:41:22.327Z] #14 136.2 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-05-19T09:41:22.853Z] #22 1.198 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2022-05-19T09:41:22.853Z] #22 1.201 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2022-05-19T09:41:22.853Z] #22 1.204 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2022-05-19T09:41:22.853Z] #22 DONE 1.3s [2022-05-19T09:41:22.853Z] [2022-05-19T09:41:22.853Z] #23 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.26.1 [2022-05-19T09:41:22.853Z] #23 sha256:13726e4b4076cc5b48d1dd40fbc30ad88596bc8c59aeb3f2eff8a95d56618fbb [2022-05-19T09:41:23.675Z] #19 159.9 Selecting previously unselected package gcc-10-arm-linux-gnueabi-base:amd64. [2022-05-19T09:41:23.675Z] #19 159.9 Preparing to unpack .../013-gcc-10-arm-linux-gnueabi-base_10.2.1-6cross1_amd64.deb ... [2022-05-19T09:41:23.675Z] #19 159.9 Unpacking gcc-10-arm-linux-gnueabi-base:amd64 (10.2.1-6cross1) ... [2022-05-19T09:41:23.675Z] #19 160.0 Selecting previously unselected package cpp-10-arm-linux-gnueabi. [2022-05-19T09:41:23.675Z] #19 160.0 Preparing to unpack .../014-cpp-10-arm-linux-gnueabi_10.2.1-6cross1_amd64.deb ... [2022-05-19T09:41:23.675Z] #19 160.0 Unpacking cpp-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2022-05-19T09:41:26.479Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2022-05-19T09:41:29.771Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2022-05-19T09:41:31.742Z] ok github.com/docker/docker/libnetwork 37.158s coverage: 40.6% of statements [2022-05-19T09:41:31.742Z] ok github.com/docker/docker/libnetwork/bitseq 0.136s coverage: 84.4% of statements [2022-05-19T09:41:31.742Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2022-05-19T09:41:31.742Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2022-05-19T09:41:31.742Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2022-05-19T09:41:31.742Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2022-05-19T09:41:31.742Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2022-05-19T09:41:31.742Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2022-05-19T09:41:31.742Z] ? github.com/docker/docker/libnetwork/cmd/ovrouter [no test files] [2022-05-19T09:41:31.742Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2022-05-19T09:41:31.742Z] ok github.com/docker/docker/libnetwork/config 0.014s coverage: 19.7% of statements [2022-05-19T09:41:31.742Z] ok github.com/docker/docker/libnetwork/datastore 0.003s coverage: 21.9% of statements [2022-05-19T09:41:31.742Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2022-05-19T09:41:31.742Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2022-05-19T09:41:31.742Z] ok github.com/docker/docker/libnetwork/driverapi 0.003s coverage: 68.9% of statements [2022-05-19T09:41:31.742Z] ok github.com/docker/docker/libnetwork/drivers/bridge 1.472s coverage: 59.9% of statements [2022-05-19T09:41:31.742Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2022-05-19T09:41:31.742Z] ok github.com/docker/docker/libnetwork/drivers/host 0.002s coverage: 34.8% of statements [2022-05-19T09:41:31.742Z] ok github.com/docker/docker/libnetwork/drivers/ipvlan 0.100s coverage: 4.0% of statements [2022-05-19T09:41:31.742Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2022-05-19T09:41:31.742Z] ok github.com/docker/docker/libnetwork/drivers/macvlan 0.015s coverage: 4.5% of statements [2022-05-19T09:41:31.742Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2022-05-19T09:41:31.742Z] ok github.com/docker/docker/libnetwork/drivers/null 0.002s coverage: 34.8% of statements [2022-05-19T09:41:32.827Z] #23 9.733 Collecting yamllint==1.26.1 [2022-05-19T09:41:33.063Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2022-05-19T09:41:33.631Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2022-05-19T09:41:33.706Z] #19 168.9 Selecting previously unselected package gcc-10-arm-linux-gnueabihf-base:amd64. [2022-05-19T09:41:33.707Z] #19 168.9 Preparing to unpack .../015-gcc-10-arm-linux-gnueabihf-base_10.2.1-6cross1_amd64.deb ... [2022-05-19T09:41:33.707Z] #19 168.9 Unpacking gcc-10-arm-linux-gnueabihf-base:amd64 (10.2.1-6cross1) ... [2022-05-19T09:41:33.707Z] #19 168.9 Selecting previously unselected package cpp-10-arm-linux-gnueabihf. [2022-05-19T09:41:33.707Z] #19 168.9 Preparing to unpack .../016-cpp-10-arm-linux-gnueabihf_10.2.1-6cross1_amd64.deb ... [2022-05-19T09:41:33.707Z] #19 168.9 Unpacking cpp-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2022-05-19T09:41:34.199Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2022-05-19T09:41:34.206Z] #23 10.79 Downloading yamllint-1.26.1.tar.gz (126 kB) [2022-05-19T09:41:34.514Z] #14 146.7 Selecting previously unselected package gcc-mingw-w64-x86-64-win32. [2022-05-19T09:41:34.514Z] #14 146.7 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-05-19T09:41:34.514Z] #14 146.8 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-05-19T09:41:34.766Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2022-05-19T09:41:35.025Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2022-05-19T09:41:35.143Z] #23 11.89 Collecting pathspec>=0.5.3 [2022-05-19T09:41:35.143Z] #23 11.89 Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB) [2022-05-19T09:41:35.143Z] #23 12.24 Collecting pyyaml [2022-05-19T09:41:35.405Z] #23 12.25 Downloading PyYAML-6.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (661 kB) [2022-05-19T09:41:35.405Z] #23 12.30 Building wheels for collected packages: yamllint [2022-05-19T09:41:35.405Z] #23 12.31 Building wheel for yamllint (setup.py): started [2022-05-19T09:41:35.595Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2022-05-19T09:41:36.343Z] #23 13.33 Building wheel for yamllint (setup.py): finished with status 'done' [2022-05-19T09:41:36.343Z] #23 13.34 Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=70eb44a6f04b7f7e53dbcc6ad8d206a3fa7b9c11d4893f3351db89082fec01c1 [2022-05-19T09:41:36.343Z] #23 13.34 Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3 [2022-05-19T09:41:36.343Z] #23 13.34 Successfully built yamllint [2022-05-19T09:41:36.343Z] #23 13.37 Installing collected packages: pyyaml, pathspec, yamllint [2022-05-19T09:41:36.603Z] #23 13.72 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1 [2022-05-19T09:41:36.973Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2022-05-19T09:41:37.541Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2022-05-19T09:41:37.545Z] #23 DONE 14.2s [2022-05-19T09:41:37.545Z] [2022-05-19T09:41:37.545Z] #27 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/cli [2022-05-19T09:41:37.545Z] #27 sha256:a90ccd7360352151ee56b93abc107b81c609e35344baf67f479e705711718fa1 [2022-05-19T09:41:37.545Z] #27 DONE 0.3s [2022-05-19T09:41:37.545Z] [2022-05-19T09:41:37.545Z] #32 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images [2022-05-19T09:41:37.545Z] #32 sha256:d623277d0ea60c90e3b4c2063c6263c3cf953f47f0b3e6cb0792b8ed175d57f0 [2022-05-19T09:41:38.109Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2022-05-19T09:41:38.115Z] #32 DONE 0.5s [2022-05-19T09:41:38.115Z] [2022-05-19T09:41:38.115Z] #35 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/bin/ [2022-05-19T09:41:38.115Z] #35 sha256:7309b532a17600bbdaec0544062d394bff69de5c077d1cb3af6cc47ecd4e9bd0 [2022-05-19T09:41:38.374Z] #35 DONE 0.3s [2022-05-19T09:41:38.374Z] [2022-05-19T09:41:38.374Z] #37 [dev-systemd-false 13/26] COPY --from=delve /build/ /usr/local/bin/ [2022-05-19T09:41:38.374Z] #37 sha256:c4426efaf136197cc4740bdd03699cbde17938f1c6edfc96ddcc73104f44517d [2022-05-19T09:41:38.634Z] #37 DONE 0.3s [2022-05-19T09:41:38.634Z] [2022-05-19T09:41:38.634Z] #39 [dev-systemd-false 14/26] COPY --from=tomll /build/ /usr/local/bin/ [2022-05-19T09:41:38.634Z] #39 sha256:266cc55899fbaaf2298cbb9d7bbb378806280cb14f3ba38da6d86d102c27f330 [2022-05-19T09:41:38.634Z] #39 DONE 0.1s [2022-05-19T09:41:38.634Z] [2022-05-19T09:41:38.634Z] #55 [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-05-19T09:41:38.634Z] #55 sha256:5057fea76c4566561f2fcd443fa7f0c66715a304331185cc70a563f6efd078dd [2022-05-19T09:41:38.634Z] #55 ... [2022-05-19T09:41:38.634Z] [2022-05-19T09:41:38.634Z] #41 [dev-systemd-false 15/26] COPY --from=gowinres /build/ /usr/local/bin/ [2022-05-19T09:41:38.634Z] #41 sha256:380afa738ae513ce0d65c1cf19eef21b5cbcfcbac6535479a345ef9addd24dce [2022-05-19T09:41:38.634Z] #41 DONE 0.1s [2022-05-19T09:41:38.676Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2022-05-19T09:41:38.893Z] [2022-05-19T09:41:38.893Z] #45 [dev-systemd-false 16/26] COPY --from=tini /build/ /usr/local/bin/ [2022-05-19T09:41:38.893Z] #45 sha256:e0aaeb30da2976d3c0d6f4db38092c0c5b718fbbe75329bc5c8fba9a63636c89 [2022-05-19T09:41:38.893Z] #45 DONE 0.1s [2022-05-19T09:41:38.893Z] [2022-05-19T09:41:38.893Z] #60 [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-05-19T09:41:38.893Z] #60 sha256:5eae30e93c2d3cf028fcb75d9760b343a662df1274880beb0774e49dea5405a8 [2022-05-19T09:41:39.244Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2022-05-19T09:41:39.813Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2022-05-19T09:41:39.927Z] ok github.com/docker/docker/libnetwork/drivers/overlay 7.539s coverage: 7.2% of statements [2022-05-19T09:41:39.927Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2022-05-19T09:41:39.927Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.004s coverage: 63.6% of statements [2022-05-19T09:41:40.189Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.010s coverage: 57.4% of statements [2022-05-19T09:41:40.189Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2022-05-19T09:41:40.189Z] ? github.com/docker/docker/libnetwork/drivers/windows [no test files] [2022-05-19T09:41:40.189Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2022-05-19T09:41:40.450Z] ok github.com/docker/docker/libnetwork/drvregistry 0.016s coverage: 82.4% of statements [2022-05-19T09:41:40.711Z] ok github.com/docker/docker/libnetwork/etchosts 0.014s coverage: 81.2% of statements [2022-05-19T09:41:40.750Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2022-05-19T09:41:40.972Z] ok github.com/docker/docker/libnetwork/idm 0.002s coverage: 87.5% of statements [2022-05-19T09:41:41.010Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2022-05-19T09:41:41.235Z] ok github.com/docker/docker/libnetwork/internal/caller 0.002s coverage: 100.0% of statements [2022-05-19T09:41:41.577Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2022-05-19T09:41:41.863Z] #19 177.5 Selecting previously unselected package gcc-10-powerpc64le-linux-gnu-base:amd64. [2022-05-19T09:41:41.863Z] #19 177.6 Preparing to unpack .../017-gcc-10-powerpc64le-linux-gnu-base_10.2.1-6cross1_amd64.deb ... [2022-05-19T09:41:41.863Z] #19 177.6 Unpacking gcc-10-powerpc64le-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2022-05-19T09:41:41.863Z] #19 177.6 Selecting previously unselected package cpp-10-powerpc64le-linux-gnu. [2022-05-19T09:41:41.863Z] #19 177.6 Preparing to unpack .../018-cpp-10-powerpc64le-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-05-19T09:41:41.863Z] #19 177.6 Unpacking cpp-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2022-05-19T09:41:42.145Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-05-19T09:41:42.145Z] Using test binary docker [2022-05-19T09:41:42.403Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2022-05-19T09:41:42.403Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-05-19T09:41:42.403Z] Starting dockerd [2022-05-19T09:41:42.403Z] INFO: Waiting for daemon to start... [2022-05-19T09:41:44.306Z] . [2022-05-19T09:41:44.306Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-05-19T09:41:44.306Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-05-19T09:41:44.564Z] Error: No such image: emptyfs [2022-05-19T09:41:44.564Z] Running integration-test (iteration 1) [2022-05-19T09:41:44.564Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2022-05-19T09:41:44.823Z] Loaded image: busybox:latest [2022-05-19T09:41:44.824Z] Loaded image: busybox:glibc [2022-05-19T09:41:45.760Z] Loaded image: debian:bullseye-slim [2022-05-19T09:41:45.760Z] Loaded image: hello-world:latest [2022-05-19T09:41:45.760Z] Loaded image: arm32v7/hello-world:latest [2022-05-19T09:41:45.760Z] INFO: Testing against a local daemon [2022-05-19T09:41:45.760Z] === RUN TestCgroupNamespacesBuild [2022-05-19T09:41:47.137Z] --- PASS: TestCgroupNamespacesBuild (1.24s) [2022-05-19T09:41:47.137Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2022-05-19T09:41:48.512Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.20s) [2022-05-19T09:41:48.512Z] === RUN TestBuildWithSession [2022-05-19T09:41:48.512Z] build_session_test.go:25: TODO: BuildKit [2022-05-19T09:41:48.512Z] --- SKIP: TestBuildWithSession (0.00s) [2022-05-19T09:41:48.512Z] === RUN TestBuildSquashParent [2022-05-19T09:41:50.021Z] #19 ... [2022-05-19T09:41:50.021Z] [2022-05-19T09:41:50.021Z] #54 [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-05-19T09:41:50.021Z] #54 sha256:64f45ab858eeef59fd7b71f6ddefa43f4783e6b095c9c6c7ac7b72b27a18059b [2022-05-19T09:41:50.021Z] #54 197.6 + dpkg --print-architecture [2022-05-19T09:41:50.021Z] #54 197.6 + git checkout -q v2.1.0 [2022-05-19T09:41:50.021Z] #54 198.0 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2022-05-19T09:41:50.021Z] #54 198.0 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2022-05-19T09:41:51.106Z] #60 ... [2022-05-19T09:41:51.106Z] [2022-05-19T09:41:51.106Z] #47 [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-05-19T09:41:51.106Z] #47 sha256:64f45ab858eeef59fd7b71f6ddefa43f4783e6b095c9c6c7ac7b72b27a18059b [2022-05-19T09:41:51.106Z] #47 209.6 + dpkg --print-architecture [2022-05-19T09:41:51.106Z] #47 209.6 + git checkout -q v2.1.0 [2022-05-19T09:41:51.106Z] #47 209.8 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2022-05-19T09:41:51.106Z] #47 209.8 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2022-05-19T09:41:53.467Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.003s coverage: 100.0% of statements [2022-05-19T09:41:55.076Z] --- PASS: TestBuildSquashParent (6.82s) [2022-05-19T09:41:55.076Z] === RUN TestBuildWithRemoveAndForceRemove [2022-05-19T09:41:55.076Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-05-19T09:41:55.076Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-05-19T09:41:55.076Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-05-19T09:41:55.076Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-05-19T09:41:55.076Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-05-19T09:41:55.076Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-05-19T09:41:55.076Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-05-19T09:41:55.076Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-05-19T09:41:55.076Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-05-19T09:41:55.076Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-05-19T09:41:55.076Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-05-19T09:41:55.076Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-05-19T09:41:55.076Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-05-19T09:41:55.076Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-05-19T09:41:55.076Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-05-19T09:41:55.076Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-05-19T09:41:55.076Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-05-19T09:41:55.076Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-05-19T09:41:56.462Z] #14 167.0 Selecting previously unselected package g++-mingw-w64-x86-64-win32. [2022-05-19T09:41:56.463Z] #14 167.0 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-05-19T09:41:56.463Z] #14 167.0 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-05-19T09:41:57.830Z] #14 ... [2022-05-19T09:41:57.830Z] [2022-05-19T09:41:57.830Z] #67 [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-05-19T09:41:57.830Z] #67 sha256:5e86a54cbb0edcf13aa1fa4ebd9761354e1f4a162b3014ec19b551ab68455576 [2022-05-19T09:41:57.830Z] #67 171.2 + for f in rootlesskit rootlesskit-docker-proxy [2022-05-19T09:41:57.830Z] #67 171.2 + GOBIN=/build [2022-05-19T09:41:57.830Z] #67 171.2 + GO111MODULE=on [2022-05-19T09:41:57.830Z] #67 171.2 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@1920341cd41e047834a21007424162a2dc946315 [2022-05-19T09:41:58.216Z] #54 ... [2022-05-19T09:41:58.217Z] [2022-05-19T09:41:58.217Z] #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-05-19T09:41:58.217Z] #19 sha256:f906552b5f82ee6cc7ffaae751835b5293cfb13fa5ba15dd04916bc798787b13 [2022-05-19T09:41:58.217Z] #19 186.4 Selecting previously unselected package gcc-10-s390x-linux-gnu-base:amd64. [2022-05-19T09:41:58.217Z] #19 186.4 Preparing to unpack .../019-gcc-10-s390x-linux-gnu-base_10.2.1-6cross1_amd64.deb ... [2022-05-19T09:41:58.217Z] #19 186.4 Unpacking gcc-10-s390x-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2022-05-19T09:41:58.217Z] #19 186.5 Selecting previously unselected package cpp-10-s390x-linux-gnu. [2022-05-19T09:41:58.217Z] #19 186.5 Preparing to unpack .../020-cpp-10-s390x-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-05-19T09:41:58.217Z] #19 186.5 Unpacking cpp-10-s390x-linux-gnu (10.2.1-6cross1) ... [2022-05-19T09:41:58.217Z] #19 194.3 Selecting previously unselected package cpp-aarch64-linux-gnu. [2022-05-19T09:41:58.217Z] #19 194.3 Preparing to unpack .../021-cpp-aarch64-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-05-19T09:41:58.217Z] #19 194.3 Unpacking cpp-aarch64-linux-gnu (4:10.2.1-1) ... [2022-05-19T09:41:58.217Z] #19 194.3 Selecting previously unselected package cpp-arm-linux-gnueabi. [2022-05-19T09:41:58.217Z] #19 194.3 Preparing to unpack .../022-cpp-arm-linux-gnueabi_4%3a10.2.1-1_amd64.deb ... [2022-05-19T09:41:58.217Z] #19 194.3 Unpacking cpp-arm-linux-gnueabi (4:10.2.1-1) ... [2022-05-19T09:41:58.217Z] #19 194.4 Selecting previously unselected package cpp-arm-linux-gnueabihf. [2022-05-19T09:41:58.217Z] #19 194.4 Preparing to unpack .../023-cpp-arm-linux-gnueabihf_4%3a10.2.1-1_amd64.deb ... [2022-05-19T09:41:58.217Z] #19 194.4 Unpacking cpp-arm-linux-gnueabihf (4:10.2.1-1) ... [2022-05-19T09:41:58.217Z] #19 194.4 Selecting previously unselected package cpp-powerpc64le-linux-gnu. [2022-05-19T09:41:58.217Z] #19 194.4 Preparing to unpack .../024-cpp-powerpc64le-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-05-19T09:41:58.217Z] #19 194.4 Unpacking cpp-powerpc64le-linux-gnu (4:10.2.1-1) ... [2022-05-19T09:41:58.217Z] #19 194.5 Selecting previously unselected package cpp-s390x-linux-gnu. [2022-05-19T09:41:58.217Z] #19 194.5 Preparing to unpack .../025-cpp-s390x-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-05-19T09:41:58.217Z] #19 194.5 Unpacking cpp-s390x-linux-gnu (4:10.2.1-1) ... [2022-05-19T09:41:58.217Z] #19 194.5 Selecting previously unselected package cross-config. [2022-05-19T09:41:58.217Z] #19 194.5 Preparing to unpack .../026-cross-config_2.6.18+nmu1_all.deb ... [2022-05-19T09:41:58.217Z] #19 194.5 Unpacking cross-config (2.6.18+nmu1) ... [2022-05-19T09:41:58.217Z] #19 194.6 Selecting previously unselected package gcc-10-cross-base. [2022-05-19T09:41:58.217Z] #19 194.6 Preparing to unpack .../027-gcc-10-cross-base_10.2.1-6cross1_all.deb ... [2022-05-19T09:41:58.217Z] #19 194.6 Unpacking gcc-10-cross-base (10.2.1-6cross1) ... [2022-05-19T09:41:58.217Z] #19 194.7 Selecting previously unselected package libc6-arm64-cross. [2022-05-19T09:41:58.217Z] #19 194.7 Preparing to unpack .../028-libc6-arm64-cross_2.31-9cross4_all.deb ... [2022-05-19T09:41:58.217Z] #19 194.7 Unpacking libc6-arm64-cross (2.31-9cross4) ... [2022-05-19T09:41:58.478Z] #19 194.9 Selecting previously unselected package libgcc-s1-arm64-cross. [2022-05-19T09:41:58.479Z] #19 194.9 Preparing to unpack .../029-libgcc-s1-arm64-cross_10.2.1-6cross1_all.deb ... [2022-05-19T09:41:58.479Z] #19 195.0 Unpacking libgcc-s1-arm64-cross (10.2.1-6cross1) ... [2022-05-19T09:41:58.479Z] #19 195.0 Selecting previously unselected package libgomp1-arm64-cross. [2022-05-19T09:41:58.740Z] #19 195.0 Preparing to unpack .../030-libgomp1-arm64-cross_10.2.1-6cross1_all.deb ... [2022-05-19T09:41:58.740Z] #19 195.0 Unpacking libgomp1-arm64-cross (10.2.1-6cross1) ... [2022-05-19T09:41:58.740Z] #19 195.1 Selecting previously unselected package libitm1-arm64-cross. [2022-05-19T09:41:58.740Z] #19 195.1 Preparing to unpack .../031-libitm1-arm64-cross_10.2.1-6cross1_all.deb ... [2022-05-19T09:41:58.740Z] #19 195.1 Unpacking libitm1-arm64-cross (10.2.1-6cross1) ... [2022-05-19T09:41:58.740Z] #19 195.1 Selecting previously unselected package libatomic1-arm64-cross. [2022-05-19T09:41:58.740Z] #19 195.1 Preparing to unpack .../032-libatomic1-arm64-cross_10.2.1-6cross1_all.deb ... [2022-05-19T09:41:58.740Z] #19 195.1 Unpacking libatomic1-arm64-cross (10.2.1-6cross1) ... [2022-05-19T09:41:58.740Z] #19 195.2 Selecting previously unselected package libasan6-arm64-cross. [2022-05-19T09:41:58.740Z] #19 195.2 Preparing to unpack .../033-libasan6-arm64-cross_10.2.1-6cross1_all.deb ... [2022-05-19T09:41:58.740Z] #19 195.2 Unpacking libasan6-arm64-cross (10.2.1-6cross1) ... [2022-05-19T09:41:59.268Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2022-05-19T09:41:59.268Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.12s) [2022-05-19T09:41:59.268Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (3.08s) [2022-05-19T09:41:59.268Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (3.28s) [2022-05-19T09:41:59.268Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (3.29s) [2022-05-19T09:41:59.268Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (3.40s) [2022-05-19T09:41:59.268Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (3.58s) [2022-05-19T09:41:59.268Z] === RUN TestBuildMultiStageCopy [2022-05-19T09:41:59.268Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-05-19T09:41:59.686Z] #19 195.8 Selecting previously unselected package liblsan0-arm64-cross. [2022-05-19T09:41:59.686Z] #19 195.8 Preparing to unpack .../034-liblsan0-arm64-cross_10.2.1-6cross1_all.deb ... [2022-05-19T09:41:59.686Z] #19 195.8 Unpacking liblsan0-arm64-cross (10.2.1-6cross1) ... [2022-05-19T09:41:59.686Z] #19 196.1 Selecting previously unselected package libtsan0-arm64-cross. [2022-05-19T09:41:59.686Z] #19 196.1 Preparing to unpack .../035-libtsan0-arm64-cross_10.2.1-6cross1_all.deb ... [2022-05-19T09:41:59.686Z] #19 196.1 Unpacking libtsan0-arm64-cross (10.2.1-6cross1) ... [2022-05-19T09:42:00.259Z] #19 196.5 Selecting previously unselected package libstdc++6-arm64-cross. [2022-05-19T09:42:00.259Z] #19 196.5 Preparing to unpack .../036-libstdc++6-arm64-cross_10.2.1-6cross1_all.deb ... [2022-05-19T09:42:00.259Z] #19 196.5 Unpacking libstdc++6-arm64-cross (10.2.1-6cross1) ... [2022-05-19T09:42:00.259Z] #19 196.7 Selecting previously unselected package libubsan1-arm64-cross. [2022-05-19T09:42:00.260Z] #19 196.7 Preparing to unpack .../037-libubsan1-arm64-cross_10.2.1-6cross1_all.deb ... [2022-05-19T09:42:00.260Z] #19 196.7 Unpacking libubsan1-arm64-cross (10.2.1-6cross1) ... [2022-05-19T09:42:00.833Z] #19 197.0 Selecting previously unselected package libgcc-10-dev-arm64-cross. [2022-05-19T09:42:00.833Z] #19 197.0 Preparing to unpack .../038-libgcc-10-dev-arm64-cross_10.2.1-6cross1_all.deb ... [2022-05-19T09:42:00.833Z] #19 197.0 Unpacking libgcc-10-dev-arm64-cross (10.2.1-6cross1) ... [2022-05-19T09:42:00.833Z] #19 197.3 Selecting previously unselected package gcc-10-aarch64-linux-gnu. [2022-05-19T09:42:00.833Z] #19 197.3 Preparing to unpack .../039-gcc-10-aarch64-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-05-19T09:42:00.833Z] #19 197.3 Unpacking gcc-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2022-05-19T09:42:02.553Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-05-19T09:42:03.120Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-05-19T09:42:03.135Z] #67 ... [2022-05-19T09:42:03.135Z] [2022-05-19T09:42:03.135Z] #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-05-19T09:42:03.135Z] #14 sha256:ad430aa4634b833e1f6147f42e8232eb8136a1b47ba188feff5f14c8911b4227 [2022-05-19T09:42:03.135Z] #14 174.6 Selecting previously unselected package g++-mingw-w64-x86-64. [2022-05-19T09:42:03.135Z] #14 174.6 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ... [2022-05-19T09:42:03.135Z] #14 174.6 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-05-19T09:42:03.135Z] #14 174.8 Selecting previously unselected package libapparmor1:amd64. [2022-05-19T09:42:03.135Z] #14 174.8 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ... [2022-05-19T09:42:03.135Z] #14 174.8 Unpacking libapparmor1:amd64 (2.13.6-10) ... [2022-05-19T09:42:03.135Z] #14 174.9 Selecting previously unselected package libapparmor-dev:amd64. [2022-05-19T09:42:03.135Z] #14 175.0 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ... [2022-05-19T09:42:03.135Z] #14 175.0 Unpacking libapparmor-dev:amd64 (2.13.6-10) ... [2022-05-19T09:42:03.135Z] #14 175.1 Selecting previously unselected package libbtrfs0:amd64. [2022-05-19T09:42:03.135Z] #14 175.1 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ... [2022-05-19T09:42:03.135Z] #14 175.1 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-05-19T09:42:03.135Z] #14 175.3 Selecting previously unselected package libbtrfs-dev:amd64. [2022-05-19T09:42:03.135Z] #14 175.3 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-05-19T09:42:03.135Z] #14 175.3 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-05-19T09:42:03.135Z] #14 175.5 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2022-05-19T09:42:03.135Z] #14 175.5 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-05-19T09:42:03.135Z] #14 175.5 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-05-19T09:42:03.135Z] #14 175.6 Selecting previously unselected package libudev-dev:amd64. [2022-05-19T09:42:03.135Z] #14 175.7 Preparing to unpack .../20-libudev-dev_247.3-7_amd64.deb ... [2022-05-19T09:42:03.135Z] #14 175.7 Unpacking libudev-dev:amd64 (247.3-7) ... [2022-05-19T09:42:03.135Z] #14 175.8 Selecting previously unselected package libsepol1-dev:amd64. [2022-05-19T09:42:03.136Z] #14 175.8 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ... [2022-05-19T09:42:03.136Z] #14 175.8 Unpacking libsepol1-dev:amd64 (3.1-1) ... [2022-05-19T09:42:03.136Z] #14 176.1 Selecting previously unselected package libpcre2-16-0:amd64. [2022-05-19T09:42:03.136Z] #14 176.1 Preparing to unpack .../22-libpcre2-16-0_10.36-2_amd64.deb ... [2022-05-19T09:42:03.136Z] #14 176.1 Unpacking libpcre2-16-0:amd64 (10.36-2) ... [2022-05-19T09:42:03.136Z] #14 176.2 Selecting previously unselected package libpcre2-32-0:amd64. [2022-05-19T09:42:03.136Z] #14 176.2 Preparing to unpack .../23-libpcre2-32-0_10.36-2_amd64.deb ... [2022-05-19T09:42:03.136Z] #14 176.3 Unpacking libpcre2-32-0:amd64 (10.36-2) ... [2022-05-19T09:42:03.136Z] #14 176.4 Selecting previously unselected package libpcre2-posix2:amd64. [2022-05-19T09:42:03.136Z] #14 176.4 Preparing to unpack .../24-libpcre2-posix2_10.36-2_amd64.deb ... [2022-05-19T09:42:03.136Z] #14 176.5 Unpacking libpcre2-posix2:amd64 (10.36-2) ... [2022-05-19T09:42:03.136Z] #14 176.5 Selecting previously unselected package libpcre2-dev:amd64. [2022-05-19T09:42:03.136Z] #14 176.5 Preparing to unpack .../25-libpcre2-dev_10.36-2_amd64.deb ... [2022-05-19T09:42:03.136Z] #14 176.5 Unpacking libpcre2-dev:amd64 (10.36-2) ... [2022-05-19T09:42:03.136Z] #14 177.0 Selecting previously unselected package libselinux1-dev:amd64. [2022-05-19T09:42:03.136Z] #14 177.0 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ... [2022-05-19T09:42:03.136Z] #14 177.1 Unpacking libselinux1-dev:amd64 (3.1-3) ... [2022-05-19T09:42:03.136Z] #14 177.3 Selecting previously unselected package libdevmapper-dev:amd64. [2022-05-19T09:42:03.136Z] #14 177.3 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ... [2022-05-19T09:42:03.136Z] #14 177.3 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-05-19T09:42:03.136Z] #14 177.4 Selecting previously unselected package libseccomp-dev:amd64. [2022-05-19T09:42:03.136Z] #14 177.4 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ... [2022-05-19T09:42:03.136Z] #14 177.4 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-05-19T09:42:03.136Z] #14 177.5 Selecting previously unselected package libsystemd-dev:amd64. [2022-05-19T09:42:03.397Z] #14 177.5 Preparing to unpack .../29-libsystemd-dev_247.3-7_amd64.deb ... [2022-05-19T09:42:03.397Z] #14 177.5 Unpacking libsystemd-dev:amd64 (247.3-7) ... [2022-05-19T09:42:04.056Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-05-19T09:42:04.776Z] #14 179.1 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-05-19T09:42:05.070Z] #14 179.2 Setting up libapparmor1:amd64 (2.13.6-10) ... [2022-05-19T09:42:05.070Z] #14 179.3 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-05-19T09:42:05.327Z] #14 179.4 Setting up libsepol1-dev:amd64 (3.1-1) ... [2022-05-19T09:42:05.327Z] #14 ... [2022-05-19T09:42:05.327Z] [2022-05-19T09:42:05.327Z] #67 [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-05-19T09:42:05.327Z] #67 sha256:5e86a54cbb0edcf13aa1fa4ebd9761354e1f4a162b3014ec19b551ab68455576 [2022-05-19T09:42:05.327Z] #67 177.1 rootlesskit version 1.0.0 [2022-05-19T09:42:05.327Z] #67 177.1 Usage of /build/rootlesskit-docker-proxy: [2022-05-19T09:42:05.327Z] #67 177.1 -container-ip string [2022-05-19T09:42:05.327Z] #67 177.1 container ip [2022-05-19T09:42:05.327Z] #67 177.1 -container-port int [2022-05-19T09:42:05.327Z] #67 177.1 container port (default -1) [2022-05-19T09:42:05.327Z] #67 177.1 -host-ip string [2022-05-19T09:42:05.327Z] #67 177.1 host ip [2022-05-19T09:42:05.327Z] #67 177.1 -host-port int [2022-05-19T09:42:05.327Z] #67 177.1 host port (default -1) [2022-05-19T09:42:05.327Z] #67 177.1 -proto string [2022-05-19T09:42:05.327Z] #67 177.1 proxy protocol (default "tcp") [2022-05-19T09:42:05.327Z] #67 DONE 178.9s [2022-05-19T09:42:05.327Z] [2022-05-19T09:42:05.328Z] #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-05-19T09:42:05.328Z] #14 sha256:ad430aa4634b833e1f6147f42e8232eb8136a1b47ba188feff5f14c8911b4227 [2022-05-19T09:42:05.328Z] #14 179.5 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-05-19T09:42:05.328Z] #14 179.6 Setting up libpcre2-16-0:amd64 (10.36-2) ... [2022-05-19T09:42:05.328Z] #14 179.6 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-05-19T09:42:05.328Z] #14 179.6 Setting up libpcre2-32-0:amd64 (10.36-2) ... [2022-05-19T09:42:05.328Z] #14 179.6 Setting up libudev-dev:amd64 (247.3-7) ... [2022-05-19T09:42:05.328Z] #14 179.7 Setting up libpcre2-posix2:amd64 (10.36-2) ... [2022-05-19T09:42:05.328Z] #14 ... [2022-05-19T09:42:05.328Z] [2022-05-19T09:42:05.328Z] #68 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build [2022-05-19T09:42:05.328Z] #68 sha256:9f84a4ec4bc7adf93c39deb7d0574e529d2489fc3c25e4235038edf29ac7a2f3 [2022-05-19T09:42:05.431Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-05-19T09:42:05.584Z] #68 DONE 0.1s [2022-05-19T09:42:05.584Z] [2022-05-19T09:42:05.584Z] #69 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-05-19T09:42:05.584Z] #69 sha256:1e26bd72d61d64102415f4e4eb16026664fc6f4eada29884978ca5378c7b82f3 [2022-05-19T09:42:05.584Z] #69 DONE 0.1s [2022-05-19T09:42:05.584Z] [2022-05-19T09:42:05.584Z] #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-05-19T09:42:05.584Z] #14 sha256:ad430aa4634b833e1f6147f42e8232eb8136a1b47ba188feff5f14c8911b4227 [2022-05-19T09:42:05.584Z] #14 179.7 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-05-19T09:42:05.584Z] #14 179.7 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-05-19T09:42:05.584Z] #14 179.8 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-05-19T09:42:05.584Z] #14 179.8 Setting up libapparmor-dev:amd64 (2.13.6-10) ... [2022-05-19T09:42:05.584Z] #14 179.8 Setting up mingw-w64-common (8.0.0-1) ... [2022-05-19T09:42:05.584Z] #14 179.8 Setting up libsystemd-dev:amd64 (247.3-7) ... [2022-05-19T09:42:05.584Z] #14 179.8 Setting up mingw-w64-x86-64-dev (8.0.0-1) ... [2022-05-19T09:42:05.584Z] #14 179.9 Setting up libpcre2-dev:amd64 (10.36-2) ... [2022-05-19T09:42:05.584Z] #14 179.9 Setting up libselinux1-dev:amd64 (3.1-3) ... [2022-05-19T09:42:05.584Z] #14 179.9 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-05-19T09:42:05.584Z] #14 179.9 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-05-19T09:42:05.584Z] #14 179.9 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2022-05-19T09:42:05.584Z] #14 179.9 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-05-19T09:42:05.584Z] #14 179.9 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2022-05-19T09:42:05.584Z] #14 179.9 Setting up binutils-mingw-w64 (2.35-2+8.11) ... [2022-05-19T09:42:05.584Z] #14 179.9 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-05-19T09:42:05.584Z] #14 180.0 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2022-05-19T09:42:05.584Z] #14 180.0 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-05-19T09:42:05.584Z] #14 180.0 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-05-19T09:42:05.842Z] #14 180.0 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-05-19T09:42:05.842Z] #14 180.0 Setting up dmsetup (2:1.02.175-2.1) ... [2022-05-19T09:42:05.842Z] #14 180.0 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-05-19T09:42:05.842Z] #14 180.0 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-05-19T09:42:05.842Z] #14 180.1 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-05-19T09:42:06.368Z] --- PASS: TestBuildMultiStageCopy (7.50s) [2022-05-19T09:42:06.368Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (3.51s) [2022-05-19T09:42:06.368Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (1.00s) [2022-05-19T09:42:06.368Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.00s) [2022-05-19T09:42:06.368Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.00s) [2022-05-19T09:42:06.368Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.00s) [2022-05-19T09:42:06.368Z] === RUN TestBuildMultiStageParentConfig [2022-05-19T09:42:06.431Z] #14 DONE 180.5s [2022-05-19T09:42:06.431Z] [2022-05-19T09:42:06.431Z] #59 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2022-05-19T09:42:06.431Z] #59 sha256:fceeca26b0ac35fd8fd234d5612cdd2d42a689ada70a3796e07268d5b7b25e02 [2022-05-19T09:42:06.431Z] #59 DONE 0.1s [2022-05-19T09:42:06.431Z] [2022-05-19T09:42:06.431Z] #60 [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-05-19T09:42:06.431Z] #60 sha256:f7e6c4c7a029d3f306b695f7eff2cc12eaa05c51bcff56657754b1bebb4b5c70 [2022-05-19T09:42:07.844Z] #60 1.515 + RM_GOPATH=0 [2022-05-19T09:42:07.844Z] #60 1.515 + TMP_GOPATH= [2022-05-19T09:42:07.844Z] #60 1.515 + : /build [2022-05-19T09:42:07.844Z] #60 1.515 + '[' -z '' ']' [2022-05-19T09:42:07.844Z] #60 1.515 ++ mktemp -d [2022-05-19T09:42:07.844Z] #60 1.515 + export GOPATH=/tmp/tmp.TdB9S4ywuD [2022-05-19T09:42:07.844Z] #60 1.515 + GOPATH=/tmp/tmp.TdB9S4ywuD [2022-05-19T09:42:07.844Z] #60 1.515 + RM_GOPATH=1 [2022-05-19T09:42:07.844Z] #60 1.515 + case "$(go env GOARCH)" in [2022-05-19T09:42:07.844Z] #60 1.515 ++ go env GOARCH [2022-05-19T09:42:07.844Z] #60 1.544 + export GO_BUILDMODE=-buildmode=pie [2022-05-19T09:42:07.844Z] #60 1.544 + GO_BUILDMODE=-buildmode=pie [2022-05-19T09:42:07.844Z] #60 1.544 ++ dirname /install.sh [2022-05-19T09:42:07.844Z] #60 1.551 + dir=/ [2022-05-19T09:42:07.844Z] #60 1.551 + bin=runc [2022-05-19T09:42:07.844Z] #60 1.551 + shift [2022-05-19T09:42:07.844Z] #60 1.551 + '[' '!' -f //runc.installer ']' [2022-05-19T09:42:07.844Z] #60 1.551 + . //runc.installer [2022-05-19T09:42:07.844Z] #60 1.551 ++ set -e [2022-05-19T09:42:07.844Z] #60 1.551 ++ : v1.1.2 [2022-05-19T09:42:07.844Z] #60 1.551 + install_runc [2022-05-19T09:42:07.844Z] #60 1.551 + RUNC_BUILDTAGS=seccomp [2022-05-19T09:42:07.844Z] #60 1.551 + echo 'Install runc version v1.1.2 (build tags: seccomp)' [2022-05-19T09:42:07.844Z] #60 1.551 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.TdB9S4ywuD/src/github.com/opencontainers/runc [2022-05-19T09:42:07.844Z] #60 1.552 Install runc version v1.1.2 (build tags: seccomp) [2022-05-19T09:42:07.844Z] #60 1.598 Cloning into '/tmp/tmp.TdB9S4ywuD/src/github.com/opencontainers/runc'... [2022-05-19T09:42:08.104Z] #60 ... [2022-05-19T09:42:08.104Z] [2022-05-19T09:42:08.104Z] #15 [dev-systemd-false 1/26] RUN groupadd -r docker [2022-05-19T09:42:08.104Z] #15 sha256:5618e4bb799bd7b247352671f33a4cc5b489c74a82e0851dc8cca1bf489969ae [2022-05-19T09:42:08.104Z] #15 DONE 1.8s [2022-05-19T09:42:08.104Z] [2022-05-19T09:42:08.104Z] #16 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2022-05-19T09:42:08.104Z] #16 sha256:ffb1413ff9befb817334db5e6e73cce1dea1288dfe26ae95387462cec9dcb4d2 [2022-05-19T09:42:08.374Z] ok github.com/docker/docker/libnetwork/ipam 15.403s coverage: 85.3% of statements [2022-05-19T09:42:08.375Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2022-05-19T09:42:08.375Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2022-05-19T09:42:08.375Z] ok github.com/docker/docker/libnetwork/ipams/null 0.002s coverage: 57.1% of statements [2022-05-19T09:42:08.375Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.007s coverage: 47.4% of statements [2022-05-19T09:42:08.375Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2022-05-19T09:42:08.375Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.002s coverage: 71.4% of statements [2022-05-19T09:42:08.636Z] ok github.com/docker/docker/libnetwork/ipamutils 0.265s coverage: 74.0% of statements [2022-05-19T09:42:09.474Z] #16 DONE 1.3s [2022-05-19T09:42:09.474Z] [2022-05-19T09:42:09.474Z] #17 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-05-19T09:42:09.474Z] #17 sha256:3a65ff1536019f53bb5ff65aa587c9564dbb5ae3b738771386d7d19eaec6e2fc [2022-05-19T09:42:09.580Z] ok github.com/docker/docker/libnetwork/iptables 0.166s coverage: 45.1% of statements [2022-05-19T09:42:09.580Z] ok github.com/docker/docker/libnetwork/netlabel 0.002s coverage: 60.0% of statements [2022-05-19T09:42:09.841Z] ok github.com/docker/docker/libnetwork/netutils 0.018s coverage: 44.1% of statements [2022-05-19T09:42:10.844Z] #17 1.068 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2022-05-19T09:42:10.844Z] #17 DONE 1.1s [2022-05-19T09:42:10.844Z] [2022-05-19T09:42:10.844Z] #18 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-05-19T09:42:10.844Z] #18 sha256:3dbe2b244d0925ee575a019a4178e7ab4a0ee630efc0fa5d4368f6e6a54b6456 [2022-05-19T09:42:11.639Z] --- PASS: TestBuildMultiStageParentConfig (5.00s) [2022-05-19T09:42:11.639Z] === RUN TestBuildLabelWithTargets [2022-05-19T09:42:11.774Z] #18 DONE 1.0s [2022-05-19T09:42:11.774Z] [2022-05-19T09:42:11.774Z] #19 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-05-19T09:42:11.774Z] #19 sha256:52d95bac1dfa5f51e05925d7925c8c5be1d9110c2f7f387a726e07141e918b21 [2022-05-19T09:42:13.079Z] #19 207.5 Selecting previously unselected package gcc-aarch64-linux-gnu. [2022-05-19T09:42:13.079Z] #19 207.5 Preparing to unpack .../040-gcc-aarch64-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-05-19T09:42:13.079Z] #19 207.9 Unpacking gcc-aarch64-linux-gnu (4:10.2.1-1) ... [2022-05-19T09:42:13.079Z] #19 ... [2022-05-19T09:42:13.079Z] [2022-05-19T09:42:13.079Z] #54 [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-05-19T09:42:13.079Z] #54 sha256:64f45ab858eeef59fd7b71f6ddefa43f4783e6b095c9c6c7ac7b72b27a18059b [2022-05-19T09:42:13.079Z] #54 DONE 220.1s [2022-05-19T09:42:13.079Z] [2022-05-19T09:42:13.079Z] #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-05-19T09:42:13.079Z] #19 sha256:f906552b5f82ee6cc7ffaae751835b5293cfb13fa5ba15dd04916bc798787b13 [2022-05-19T09:42:13.079Z] #19 208.1 Selecting previously unselected package linux-libc-dev-arm64-cross. [2022-05-19T09:42:13.079Z] #19 208.1 Preparing to unpack .../041-linux-libc-dev-arm64-cross_5.10.13-1cross4_all.deb ... [2022-05-19T09:42:13.079Z] #19 208.1 Unpacking linux-libc-dev-arm64-cross (5.10.13-1cross4) ... [2022-05-19T09:42:13.079Z] #19 208.7 Selecting previously unselected package libc6-dev-arm64-cross. [2022-05-19T09:42:13.079Z] #19 208.7 Preparing to unpack .../042-libc6-dev-arm64-cross_2.31-9cross4_all.deb ... [2022-05-19T09:42:13.079Z] #19 208.7 Unpacking libc6-dev-arm64-cross (2.31-9cross4) ... [2022-05-19T09:42:13.079Z] #19 209.4 Selecting previously unselected package libstdc++-10-dev-arm64-cross. [2022-05-19T09:42:13.079Z] #19 209.4 Preparing to unpack .../043-libstdc++-10-dev-arm64-cross_10.2.1-6cross1_all.deb ... [2022-05-19T09:42:13.079Z] #19 209.4 Unpacking libstdc++-10-dev-arm64-cross (10.2.1-6cross1) ... [2022-05-19T09:42:13.161Z] #19 DONE 1.2s [2022-05-19T09:42:13.161Z] [2022-05-19T09:42:13.162Z] #20 [dev-systemd-false 6/26] RUN ldconfig [2022-05-19T09:42:13.162Z] #20 sha256:3befa9fce940b1b5002a0b60b274eaf9789660bf7c4de7f653ed644d6387783f [2022-05-19T09:42:13.653Z] #19 209.9 Selecting previously unselected package g++-10-aarch64-linux-gnu. [2022-05-19T09:42:13.653Z] #19 209.9 Preparing to unpack .../044-g++-10-aarch64-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-05-19T09:42:13.653Z] #19 209.9 Unpacking g++-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2022-05-19T09:42:14.092Z] #20 DONE 1.1s [2022-05-19T09:42:14.092Z] [2022-05-19T09:42:14.092Z] #21 [dev-systemd-false 7/26] 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-05-19T09:42:14.092Z] #21 sha256:ef713e3c42802b79b6738ad6318dcf5879d5e80a074c50ee7a25f06d794342b0 [2022-05-19T09:42:15.986Z] #21 2.055 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-05-19T09:42:16.243Z] #21 2.275 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-05-19T09:42:16.499Z] #21 2.474 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-05-19T09:42:16.756Z] #21 2.824 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-05-19T09:42:17.688Z] #21 3.923 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [146 kB] [2022-05-19T09:42:17.745Z] #47 DONE 233.0s [2022-05-19T09:42:17.745Z] [2022-05-19T09:42:17.745Z] #55 [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-05-19T09:42:17.745Z] #55 sha256:5057fea76c4566561f2fcd443fa7f0c66715a304331185cc70a563f6efd078dd [2022-05-19T09:42:17.745Z] #55 ... [2022-05-19T09:42:17.745Z] [2022-05-19T09:42:17.745Z] #48 [dev-systemd-false 17/26] COPY --from=registry /build/ /usr/local/bin/ [2022-05-19T09:42:17.745Z] #48 sha256:fb67dcdc1f6607d68c7527d4bcf0ff33716235a0ea31c1ee5a43802594bc5ee8 [2022-05-19T09:42:17.745Z] #48 DONE 0.6s [2022-05-19T09:42:17.745Z] [2022-05-19T09:42:17.745Z] #52 [dev-systemd-false 18/26] COPY --from=criu /build/ /usr/local/bin/ [2022-05-19T09:42:17.745Z] #52 sha256:43832b35222198cc3d743703341e620353159b64d0f2752e48e08f7dc4b8dea1 [2022-05-19T09:42:17.745Z] #52 DONE 0.1s [2022-05-19T09:42:17.745Z] [2022-05-19T09:42:17.745Z] #54 [dev-systemd-false 19/26] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-05-19T09:42:17.745Z] #54 sha256:4321fe43a91f29562c9cefe0c3205b1af16fd05e0e1e22bda08e46bc23e390d1 [2022-05-19T09:42:17.745Z] #54 DONE 0.1s [2022-05-19T09:42:17.745Z] [2022-05-19T09:42:17.745Z] #60 [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-05-19T09:42:17.745Z] #60 sha256:5eae30e93c2d3cf028fcb75d9760b343a662df1274880beb0774e49dea5405a8 [2022-05-19T09:42:19.756Z] --- PASS: TestBuildLabelWithTargets (8.00s) [2022-05-19T09:42:19.756Z] === RUN TestBuildWithEmptyLayers [2022-05-19T09:42:20.218Z] #21 5.803 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-05-19T09:42:20.247Z] #19 216.7 Selecting previously unselected package g++-aarch64-linux-gnu. [2022-05-19T09:42:20.247Z] #19 216.7 Preparing to unpack .../045-g++-aarch64-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-05-19T09:42:20.247Z] #19 216.7 Unpacking g++-aarch64-linux-gnu (4:10.2.1-1) ... [2022-05-19T09:42:20.247Z] #19 216.7 Selecting previously unselected package patch. [2022-05-19T09:42:20.509Z] #19 216.7 Preparing to unpack .../046-patch_2.7.6-7_amd64.deb ... [2022-05-19T09:42:20.509Z] #19 216.7 Unpacking patch (2.7.6-7) ... [2022-05-19T09:42:20.509Z] #19 216.8 Selecting previously unselected package dpkg-dev. [2022-05-19T09:42:20.509Z] #19 216.8 Preparing to unpack .../047-dpkg-dev_1.20.9_all.deb ... [2022-05-19T09:42:20.509Z] #19 216.8 Unpacking dpkg-dev (1.20.9) ... [2022-05-19T09:42:20.509Z] #19 217.0 Selecting previously unselected package libconfig-inifiles-perl. [2022-05-19T09:42:20.509Z] #19 217.0 Preparing to unpack .../048-libconfig-inifiles-perl_3.000003-1_all.deb ... [2022-05-19T09:42:20.770Z] #19 217.0 Unpacking libconfig-inifiles-perl (3.000003-1) ... [2022-05-19T09:42:20.770Z] #19 217.1 Selecting previously unselected package libio-string-perl. [2022-05-19T09:42:20.770Z] #19 217.1 Preparing to unpack .../049-libio-string-perl_1.08-3.1_all.deb ... [2022-05-19T09:42:20.770Z] #19 217.1 Unpacking libio-string-perl (1.08-3.1) ... [2022-05-19T09:42:20.770Z] #19 217.1 Selecting previously unselected package libicu67:amd64. [2022-05-19T09:42:20.770Z] #19 217.1 Preparing to unpack .../050-libicu67_67.1-7_amd64.deb ... [2022-05-19T09:42:20.770Z] #19 217.1 Unpacking libicu67:amd64 (67.1-7) ... [2022-05-19T09:42:21.603Z] #21 ... [2022-05-19T09:42:21.603Z] [2022-05-19T09:42:21.603Z] #60 [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-05-19T09:42:21.603Z] #60 sha256:f7e6c4c7a029d3f306b695f7eff2cc12eaa05c51bcff56657754b1bebb4b5c70 [2022-05-19T09:42:21.603Z] #60 14.96 + cd /tmp/tmp.TdB9S4ywuD/src/github.com/opencontainers/runc [2022-05-19T09:42:21.603Z] #60 14.96 + git checkout -q v1.1.2 [2022-05-19T09:42:21.867Z] #60 15.50 + '[' -z '' ']' [2022-05-19T09:42:21.867Z] #60 15.52 + target=static [2022-05-19T09:42:21.867Z] #60 15.52 + make BUILDTAGS=seccomp static [2022-05-19T09:42:22.161Z] #19 218.4 Selecting previously unselected package libxml2:amd64. [2022-05-19T09:42:22.161Z] #19 218.4 Preparing to unpack .../051-libxml2_2.9.10+dfsg-6.7+deb11u1_amd64.deb ... [2022-05-19T09:42:22.161Z] #19 218.4 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7+deb11u1) ... [2022-05-19T09:42:22.161Z] #19 218.6 Selecting previously unselected package libxml-namespacesupport-perl. [2022-05-19T09:42:22.161Z] #19 218.6 Preparing to unpack .../052-libxml-namespacesupport-perl_1.12-1.1_all.deb ... [2022-05-19T09:42:22.161Z] #19 218.6 Unpacking libxml-namespacesupport-perl (1.12-1.1) ... [2022-05-19T09:42:22.161Z] #19 218.6 Selecting previously unselected package libxml-sax-base-perl. [2022-05-19T09:42:22.161Z] #19 218.6 Preparing to unpack .../053-libxml-sax-base-perl_1.09-1.1_all.deb ... [2022-05-19T09:42:22.161Z] #19 218.6 Unpacking libxml-sax-base-perl (1.09-1.1) ... [2022-05-19T09:42:22.161Z] #19 218.6 Selecting previously unselected package libxml-sax-perl. [2022-05-19T09:42:22.161Z] #19 218.7 Preparing to unpack .../054-libxml-sax-perl_1.02+dfsg-1_all.deb ... [2022-05-19T09:42:22.161Z] #19 218.7 Unpacking libxml-sax-perl (1.02+dfsg-1) ... [2022-05-19T09:42:22.288Z] --- PASS: TestBuildWithEmptyLayers (3.00s) [2022-05-19T09:42:22.288Z] === RUN TestBuildMultiStageOnBuild [2022-05-19T09:42:22.422Z] #19 218.7 Selecting previously unselected package libxml-libxml-perl. [2022-05-19T09:42:22.422Z] #19 218.7 Preparing to unpack .../055-libxml-libxml-perl_2.0134+dfsg-2+b1_amd64.deb ... [2022-05-19T09:42:22.423Z] #19 218.7 Unpacking libxml-libxml-perl (2.0134+dfsg-2+b1) ... [2022-05-19T09:42:22.423Z] #19 218.8 Selecting previously unselected package libxml-simple-perl. [2022-05-19T09:42:22.423Z] #19 218.8 Preparing to unpack .../056-libxml-simple-perl_2.25-1_all.deb ... [2022-05-19T09:42:22.423Z] #19 218.8 Unpacking libxml-simple-perl (2.25-1) ... [2022-05-19T09:42:22.423Z] #19 218.9 Selecting previously unselected package libyaml-perl. [2022-05-19T09:42:22.423Z] #19 218.9 Preparing to unpack .../057-libyaml-perl_1.30-1_all.deb ... [2022-05-19T09:42:22.423Z] #19 218.9 Unpacking libyaml-perl (1.30-1) ... [2022-05-19T09:42:22.423Z] #19 218.9 Selecting previously unselected package libconfig-auto-perl. [2022-05-19T09:42:22.423Z] #19 218.9 Preparing to unpack .../058-libconfig-auto-perl_0.44-1.1_all.deb ... [2022-05-19T09:42:22.423Z] #19 218.9 Unpacking libconfig-auto-perl (0.44-1.1) ... [2022-05-19T09:42:22.683Z] #19 218.9 Selecting previously unselected package libfile-which-perl. [2022-05-19T09:42:22.683Z] #19 218.9 Preparing to unpack .../059-libfile-which-perl_1.23-1_all.deb ... [2022-05-19T09:42:22.683Z] #19 218.9 Unpacking libfile-which-perl (1.23-1) ... [2022-05-19T09:42:22.683Z] #19 219.0 Selecting previously unselected package libfile-homedir-perl. [2022-05-19T09:42:22.683Z] #19 219.0 Preparing to unpack .../060-libfile-homedir-perl_1.006-1_all.deb ... [2022-05-19T09:42:22.683Z] #19 219.0 Unpacking libfile-homedir-perl (1.006-1) ... [2022-05-19T09:42:22.683Z] #19 219.0 Selecting previously unselected package libdebian-dpkgcross-perl. [2022-05-19T09:42:22.683Z] #19 219.0 Preparing to unpack .../061-libdebian-dpkgcross-perl_2.6.18+nmu1_all.deb ... [2022-05-19T09:42:22.683Z] #19 219.0 Unpacking libdebian-dpkgcross-perl (2.6.18+nmu1) ... [2022-05-19T09:42:22.683Z] #19 219.1 Selecting previously unselected package dpkg-cross. [2022-05-19T09:42:22.683Z] #19 219.1 Preparing to unpack .../062-dpkg-cross_2.6.18+nmu1_all.deb ... [2022-05-19T09:42:22.683Z] #19 219.1 Unpacking dpkg-cross (2.6.18+nmu1) ... [2022-05-19T09:42:22.683Z] #19 219.1 Selecting previously unselected package crossbuild-essential-arm64. [2022-05-19T09:42:22.683Z] #19 219.1 Preparing to unpack .../063-crossbuild-essential-arm64_12.9_all.deb ... [2022-05-19T09:42:22.683Z] #19 219.2 Unpacking crossbuild-essential-arm64 (12.9) ... [2022-05-19T09:42:22.813Z] #60 16.14 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.1.2-0-ga916309f -X main.version=1.1.2 " -o runc . [2022-05-19T09:42:22.944Z] #19 219.2 Selecting previously unselected package libc6-armel-cross. [2022-05-19T09:42:22.944Z] #19 219.2 Preparing to unpack .../064-libc6-armel-cross_2.31-9cross4_all.deb ... [2022-05-19T09:42:22.944Z] #19 219.2 Unpacking libc6-armel-cross (2.31-9cross4) ... [2022-05-19T09:42:22.944Z] #19 219.4 Selecting previously unselected package libgcc-s1-armel-cross. [2022-05-19T09:42:22.944Z] #19 219.4 Preparing to unpack .../065-libgcc-s1-armel-cross_10.2.1-6cross1_all.deb ... [2022-05-19T09:42:22.944Z] #19 219.4 Unpacking libgcc-s1-armel-cross (10.2.1-6cross1) ... [2022-05-19T09:42:22.944Z] #19 219.4 Selecting previously unselected package libgomp1-armel-cross. [2022-05-19T09:42:22.944Z] #19 219.4 Preparing to unpack .../066-libgomp1-armel-cross_10.2.1-6cross1_all.deb ... [2022-05-19T09:42:22.944Z] #19 219.4 Unpacking libgomp1-armel-cross (10.2.1-6cross1) ... [2022-05-19T09:42:23.205Z] #19 219.5 Selecting previously unselected package libatomic1-armel-cross. [2022-05-19T09:42:23.205Z] #19 219.5 Preparing to unpack .../067-libatomic1-armel-cross_10.2.1-6cross1_all.deb ... [2022-05-19T09:42:23.205Z] #19 219.5 Unpacking libatomic1-armel-cross (10.2.1-6cross1) ... [2022-05-19T09:42:23.205Z] #19 219.5 Selecting previously unselected package libasan6-armel-cross. [2022-05-19T09:42:23.205Z] #19 219.5 Preparing to unpack .../068-libasan6-armel-cross_10.2.1-6cross1_all.deb ... [2022-05-19T09:42:23.205Z] #19 219.5 Unpacking libasan6-armel-cross (10.2.1-6cross1) ... [2022-05-19T09:42:23.466Z] #19 219.8 Selecting previously unselected package libstdc++6-armel-cross. [2022-05-19T09:42:23.466Z] #19 219.8 Preparing to unpack .../069-libstdc++6-armel-cross_10.2.1-6cross1_all.deb ... [2022-05-19T09:42:23.466Z] #19 219.9 Unpacking libstdc++6-armel-cross (10.2.1-6cross1) ... [2022-05-19T09:42:23.728Z] #19 219.9 Selecting previously unselected package libubsan1-armel-cross. [2022-05-19T09:42:23.728Z] #19 219.9 Preparing to unpack .../070-libubsan1-armel-cross_10.2.1-6cross1_all.deb ... [2022-05-19T09:42:23.728Z] #19 219.9 Unpacking libubsan1-armel-cross (10.2.1-6cross1) ... [2022-05-19T09:42:23.728Z] #19 220.1 Selecting previously unselected package libgcc-10-dev-armel-cross. [2022-05-19T09:42:23.728Z] #19 220.1 Preparing to unpack .../071-libgcc-10-dev-armel-cross_10.2.1-6cross1_all.deb ... [2022-05-19T09:42:23.728Z] #19 220.1 Unpacking libgcc-10-dev-armel-cross (10.2.1-6cross1) ... [2022-05-19T09:42:23.989Z] #19 220.3 Selecting previously unselected package gcc-10-arm-linux-gnueabi. [2022-05-19T09:42:23.989Z] #19 220.3 Preparing to unpack .../072-gcc-10-arm-linux-gnueabi_10.2.1-6cross1_amd64.deb ... [2022-05-19T09:42:23.989Z] #19 220.3 Unpacking gcc-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2022-05-19T09:42:27.555Z] --- PASS: TestBuildMultiStageOnBuild (5.01s) [2022-05-19T09:42:27.555Z] === RUN TestBuildUncleanTarFilenames [2022-05-19T09:42:27.555Z] --- PASS: TestBuildUncleanTarFilenames (0.47s) [2022-05-19T09:42:27.555Z] === RUN TestBuildMultiStageLayerLeak [2022-05-19T09:42:27.923Z] 12fb50a031bd: Pull complete [2022-05-19T09:42:27.923Z] Digest: sha256:93373be6f6c576ef3f778b9d5e7b54231975bb6876a07d90c4e4599a29a65d54 [2022-05-19T09:42:27.923Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2022 [2022-05-19T09:42:27.923Z] mcr.microsoft.com/windows/servercore:ltsc2022 [2022-05-19T09:42:27.923Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2022 completed successfully [2022-05-19T09:42:27.923Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2022 as microsoft/windowsservercore [2022-05-19T09:42:27.923Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.20348.707' [2022-05-19T09:42:27.923Z] INFO: Docker version of control daemon [2022-05-19T09:42:27.923Z] [2022-05-19T09:42:27.923Z] Client: [2022-05-19T09:42:27.923Z] Version: 20.10.9 [2022-05-19T09:42:27.923Z] API version: 1.41 [2022-05-19T09:42:27.923Z] Go version: go1.16.8 [2022-05-19T09:42:27.923Z] Git commit: c2ea9bc [2022-05-19T09:42:27.923Z] Built: Mon Oct 4 16:11:10 2021 [2022-05-19T09:42:27.923Z] OS/Arch: windows/amd64 [2022-05-19T09:42:27.923Z] Context: default [2022-05-19T09:42:27.923Z] Experimental: true [2022-05-19T09:42:27.923Z] [2022-05-19T09:42:27.923Z] Server: Docker Engine - Community [2022-05-19T09:42:27.923Z] Engine: [2022-05-19T09:42:27.923Z] Version: 20.10.9 [2022-05-19T09:42:27.923Z] API version: 1.41 (minimum version 1.24) [2022-05-19T09:42:27.923Z] Go version: go1.16.8 [2022-05-19T09:42:27.923Z] Git commit: 79ea9d3 [2022-05-19T09:42:27.923Z] Built: Mon Oct 4 16:06:39 2021 [2022-05-19T09:42:27.923Z] OS/Arch: windows/amd64 [2022-05-19T09:42:27.923Z] Experimental: true [2022-05-19T09:42:27.923Z] [2022-05-19T09:42:27.923Z] INFO: Docker info of control daemon [2022-05-19T09:42:27.923Z] [2022-05-19T09:42:27.923Z] Client: [2022-05-19T09:42:27.923Z] Context: default [2022-05-19T09:42:27.923Z] Debug Mode: false [2022-05-19T09:42:27.923Z] [2022-05-19T09:42:27.923Z] Server: [2022-05-19T09:42:27.923Z] Containers: 0 [2022-05-19T09:42:27.923Z] Running: 0 [2022-05-19T09:42:27.923Z] Paused: 0 [2022-05-19T09:42:27.923Z] Stopped: 0 [2022-05-19T09:42:27.923Z] Images: 1 [2022-05-19T09:42:27.923Z] Server Version: 20.10.9 [2022-05-19T09:42:27.923Z] Storage Driver: windowsfilter (windows) lcow (linux) [2022-05-19T09:42:27.923Z] Windows: [2022-05-19T09:42:27.923Z] LCOW: [2022-05-19T09:42:27.923Z] Logging Driver: json-file [2022-05-19T09:42:27.923Z] Plugins: [2022-05-19T09:42:27.923Z] Volume: local [2022-05-19T09:42:27.923Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-05-19T09:42:27.923Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-05-19T09:42:27.923Z] Swarm: inactive [2022-05-19T09:42:27.923Z] Default Isolation: process [2022-05-19T09:42:27.923Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2022-05-19T09:42:27.923Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.230) [2022-05-19T09:42:27.923Z] OSType: windows [2022-05-19T09:42:27.923Z] Architecture: x86_64 [2022-05-19T09:42:27.923Z] CPUs: 4 [2022-05-19T09:42:27.923Z] Total Memory: 32GiB [2022-05-19T09:42:27.923Z] Name: azwin-2-1c18f0 [2022-05-19T09:42:27.923Z] ID: CJX2:WCHU:DQXJ:TPBW:4NKF:F7QT:SPQ2:EZH2:AXXB:4MN4:I6L6:OXA3 [2022-05-19T09:42:27.923Z] Docker Root Dir: D:\docker [2022-05-19T09:42:27.923Z] Debug Mode: false [2022-05-19T09:42:27.923Z] Registry: https://index.docker.io/v1/ [2022-05-19T09:42:27.923Z] Labels: [2022-05-19T09:42:27.923Z] Experimental: true [2022-05-19T09:42:27.923Z] Insecure Registries: [2022-05-19T09:42:27.923Z] 10.0.0.4:5000 [2022-05-19T09:42:27.923Z] 127.0.0.0/8 [2022-05-19T09:42:27.923Z] Registry Mirrors: [2022-05-19T09:42:27.923Z] http://10.0.0.4:5000/ [2022-05-19T09:42:27.923Z] Live Restore Enabled: false [2022-05-19T09:42:27.923Z] Product License: Community Engine [2022-05-19T09:42:27.923Z] [2022-05-19T09:42:27.923Z] [2022-05-19T09:42:28.458Z] INFO: Commit hash is 5bf13500c9 [2022-05-19T09:42:28.458Z] INFO: Nuke-Everything... [2022-05-19T09:42:28.458Z] INFO: Container count on control daemon to delete is 0 [2022-05-19T09:42:29.406Z] #19 ... [2022-05-19T09:42:29.407Z] [2022-05-19T09:42:29.407Z] #62 [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-05-19T09:42:29.407Z] #62 sha256:5057fea76c4566561f2fcd443fa7f0c66715a304331185cc70a563f6efd078dd [2022-05-19T09:42:29.407Z] #62 233.5 golangci-lint has version v1.44.0 built from (unknown, mod sum: "h1:YJPouGNQEdK+x2KsCpWMIBy0q6MSuxHjkWMxJMNj/DU=") on (unknown) [2022-05-19T09:42:29.407Z] #62 DONE 237.4s [2022-05-19T09:42:29.407Z] [2022-05-19T09:42:29.407Z] #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-05-19T09:42:29.407Z] #19 sha256:f906552b5f82ee6cc7ffaae751835b5293cfb13fa5ba15dd04916bc798787b13 [2022-05-19T09:42:29.407Z] #19 225.5 Selecting previously unselected package gcc-arm-linux-gnueabi. [2022-05-19T09:42:29.407Z] #19 225.5 Preparing to unpack .../073-gcc-arm-linux-gnueabi_4%3a10.2.1-1_amd64.deb ... [2022-05-19T09:42:29.407Z] #19 225.5 Unpacking gcc-arm-linux-gnueabi (4:10.2.1-1) ... [2022-05-19T09:42:29.407Z] #19 225.5 Selecting previously unselected package linux-libc-dev-armel-cross. [2022-05-19T09:42:29.407Z] #19 225.5 Preparing to unpack .../074-linux-libc-dev-armel-cross_5.10.13-1cross4_all.deb ... [2022-05-19T09:42:29.407Z] #19 225.5 Unpacking linux-libc-dev-armel-cross (5.10.13-1cross4) ... [2022-05-19T09:42:29.407Z] #19 225.9 Selecting previously unselected package libc6-dev-armel-cross. [2022-05-19T09:42:29.407Z] #19 225.9 Preparing to unpack .../075-libc6-dev-armel-cross_2.31-9cross4_all.deb ... [2022-05-19T09:42:29.667Z] #19 225.9 Unpacking libc6-dev-armel-cross (2.31-9cross4) ... [2022-05-19T09:42:29.928Z] #19 226.3 Selecting previously unselected package libstdc++-10-dev-armel-cross. [2022-05-19T09:42:29.928Z] #19 226.3 Preparing to unpack .../076-libstdc++-10-dev-armel-cross_10.2.1-6cross1_all.deb ... [2022-05-19T09:42:29.928Z] #19 226.3 Unpacking libstdc++-10-dev-armel-cross (10.2.1-6cross1) ... [2022-05-19T09:42:30.024Z] INFO: Nuking d:\CI [2022-05-19T09:42:30.024Z] INFO: Zapped successfully [2022-05-19T09:42:30.024Z] INFO: Location for testing is d:\CI\PR-43557\8 [2022-05-19T09:42:30.024Z] INFO: Validating GOLang consistency in Dockerfile.windows... [2022-05-19T09:42:30.024Z] [2022-05-19T09:42:30.024Z] [2022-05-19T09:42:30.024Z] INFO: Building the image from Dockerfile.windows at 05/19/2022 09:42:29... [2022-05-19T09:42:30.024Z] [2022-05-19T09:42:30.189Z] #19 226.6 Selecting previously unselected package g++-10-arm-linux-gnueabi. [2022-05-19T09:42:30.190Z] #19 226.6 Preparing to unpack .../077-g++-10-arm-linux-gnueabi_10.2.1-6cross1_amd64.deb ... [2022-05-19T09:42:30.190Z] #19 226.6 Unpacking g++-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2022-05-19T09:42:30.912Z] #60 ... [2022-05-19T09:42:30.913Z] [2022-05-19T09:42:30.913Z] #21 [dev-systemd-false 7/26] 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-05-19T09:42:30.913Z] #21 sha256:ef713e3c42802b79b6738ad6318dcf5879d5e80a074c50ee7a25f06d794342b0 [2022-05-19T09:42:30.913Z] #21 12.26 Fetched 8530 kB in 11s (801 kB/s) [2022-05-19T09:42:30.913Z] #21 12.26 Reading package lists... [2022-05-19T09:42:32.805Z] #21 15.73 Reading package lists... [2022-05-19T09:42:33.015Z] --- PASS: TestBuildMultiStageLayerLeak (4.53s) [2022-05-19T09:42:33.015Z] === RUN TestBuildWithHugeFile [2022-05-19T09:42:33.062Z] #21 18.62 Building dependency tree... [2022-05-19T09:42:34.431Z] #21 20.44 The following additional packages will be installed: [2022-05-19T09:42:34.431Z] #21 20.44 libaio1 libbpf0 libcap2 libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-05-19T09:42:34.431Z] #21 20.44 libip6tc2 libjq1 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 [2022-05-19T09:42:34.431Z] #21 20.45 libonig5 libxtables12 python-pip-whl python3-distutils python3-lib2to3 [2022-05-19T09:42:34.431Z] #21 20.45 python3-pkg-resources vim-runtime xxd [2022-05-19T09:42:34.431Z] #21 20.45 Suggested packages: [2022-05-19T09:42:34.431Z] #21 20.45 apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod [2022-05-19T09:42:34.431Z] #21 20.45 gpm ed diffutils-doc python-setuptools-doc ctags vim-doc vim-scripts xfsdump [2022-05-19T09:42:34.431Z] #21 20.45 acl attr quota [2022-05-19T09:42:34.431Z] #21 20.45 Recommended packages: [2022-05-19T09:42:34.431Z] #21 20.45 libatm1 nftables libpam-cap build-essential python3-dev unzip [2022-05-19T09:42:35.487Z] #19 231.1 Selecting previously unselected package g++-arm-linux-gnueabi. [2022-05-19T09:42:35.488Z] #19 231.1 Preparing to unpack .../078-g++-arm-linux-gnueabi_4%3a10.2.1-1_amd64.deb ... [2022-05-19T09:42:35.488Z] #19 231.1 Unpacking g++-arm-linux-gnueabi (4:10.2.1-1) ... [2022-05-19T09:42:35.488Z] #19 231.1 Selecting previously unselected package crossbuild-essential-armel. [2022-05-19T09:42:35.488Z] #19 231.1 Preparing to unpack .../079-crossbuild-essential-armel_12.9_all.deb ... [2022-05-19T09:42:35.488Z] #19 231.1 Unpacking crossbuild-essential-armel (12.9) ... [2022-05-19T09:42:35.488Z] #19 231.1 Selecting previously unselected package libc6-armhf-cross. [2022-05-19T09:42:35.488Z] #19 231.1 Preparing to unpack .../080-libc6-armhf-cross_2.31-9cross4_all.deb ... [2022-05-19T09:42:35.488Z] #19 231.1 Unpacking libc6-armhf-cross (2.31-9cross4) ... [2022-05-19T09:42:35.488Z] #19 231.2 Selecting previously unselected package libgcc-s1-armhf-cross. [2022-05-19T09:42:35.488Z] #19 231.2 Preparing to unpack .../081-libgcc-s1-armhf-cross_10.2.1-6cross1_all.deb ... [2022-05-19T09:42:35.488Z] #19 231.2 Unpacking libgcc-s1-armhf-cross (10.2.1-6cross1) ... [2022-05-19T09:42:35.488Z] #19 231.3 Selecting previously unselected package libgomp1-armhf-cross. [2022-05-19T09:42:35.488Z] #19 231.3 Preparing to unpack .../082-libgomp1-armhf-cross_10.2.1-6cross1_all.deb ... [2022-05-19T09:42:35.488Z] #19 231.3 Unpacking libgomp1-armhf-cross (10.2.1-6cross1) ... [2022-05-19T09:42:35.488Z] #19 231.3 Selecting previously unselected package libatomic1-armhf-cross. [2022-05-19T09:42:35.488Z] #19 231.3 Preparing to unpack .../083-libatomic1-armhf-cross_10.2.1-6cross1_all.deb ... [2022-05-19T09:42:35.488Z] #19 231.3 Unpacking libatomic1-armhf-cross (10.2.1-6cross1) ... [2022-05-19T09:42:35.488Z] #19 231.4 Selecting previously unselected package libasan6-armhf-cross. [2022-05-19T09:42:35.488Z] #19 231.4 Preparing to unpack .../084-libasan6-armhf-cross_10.2.1-6cross1_all.deb ... [2022-05-19T09:42:35.488Z] #19 231.4 Unpacking libasan6-armhf-cross (10.2.1-6cross1) ... [2022-05-19T09:42:35.488Z] #19 231.6 Selecting previously unselected package libstdc++6-armhf-cross. [2022-05-19T09:42:35.488Z] #19 231.6 Preparing to unpack .../085-libstdc++6-armhf-cross_10.2.1-6cross1_all.deb ... [2022-05-19T09:42:35.488Z] #19 231.6 Unpacking libstdc++6-armhf-cross (10.2.1-6cross1) ... [2022-05-19T09:42:35.488Z] #19 231.7 Selecting previously unselected package libubsan1-armhf-cross. [2022-05-19T09:42:35.488Z] #19 231.7 Preparing to unpack .../086-libubsan1-armhf-cross_10.2.1-6cross1_all.deb ... [2022-05-19T09:42:35.488Z] #19 231.7 Unpacking libubsan1-armhf-cross (10.2.1-6cross1) ... [2022-05-19T09:42:35.488Z] #19 231.8 Selecting previously unselected package libgcc-10-dev-armhf-cross. [2022-05-19T09:42:35.488Z] #19 231.8 Preparing to unpack .../087-libgcc-10-dev-armhf-cross_10.2.1-6cross1_all.deb ... [2022-05-19T09:42:35.488Z] #19 231.8 Unpacking libgcc-10-dev-armhf-cross (10.2.1-6cross1) ... [2022-05-19T09:42:35.749Z] #19 231.9 Selecting previously unselected package gcc-10-arm-linux-gnueabihf. [2022-05-19T09:42:35.749Z] #19 231.9 Preparing to unpack .../088-gcc-10-arm-linux-gnueabihf_10.2.1-6cross1_amd64.deb ... [2022-05-19T09:42:35.749Z] #19 231.9 Unpacking gcc-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2022-05-19T09:42:36.326Z] #21 22.04 The following NEW packages will be installed: [2022-05-19T09:42:36.326Z] #21 22.06 apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libaio1 [2022-05-19T09:42:36.326Z] #21 22.06 libbpf0 libcap2 libcap2-bin libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-05-19T09:42:36.326Z] #21 22.06 libip6tc2 libjq1 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0 [2022-05-19T09:42:36.326Z] #21 22.06 libnftnl11 libnl-3-200 libonig5 libprotobuf-c1 libxtables12 net-tools patch [2022-05-19T09:42:36.326Z] #21 22.06 pigz python-pip-whl python3-distutils python3-lib2to3 python3-pip [2022-05-19T09:42:36.326Z] #21 22.06 python3-pkg-resources python3-setuptools python3-wheel sudo [2022-05-19T09:42:36.326Z] #21 22.06 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2022-05-19T09:42:36.326Z] #21 22.06 xz-utils zip zstd [2022-05-19T09:42:36.326Z] #21 22.44 0 upgraded, 48 newly installed, 0 to remove and 2 not upgraded. [2022-05-19T09:42:36.326Z] #21 22.44 Need to get 27.6 MB of archives. [2022-05-19T09:42:36.326Z] #21 22.44 After this operation, 106 MB of additional disk space will be used. [2022-05-19T09:42:36.326Z] #21 22.44 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 pigz amd64 2.6-1 [64.0 kB] [2022-05-19T09:42:36.326Z] #21 22.46 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB] [2022-05-19T09:42:36.326Z] #21 22.46 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbpf0 amd64 1:0.3-2 [98.3 kB] [2022-05-19T09:42:36.326Z] #21 22.47 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB] [2022-05-19T09:42:36.326Z] #21 22.49 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB] [2022-05-19T09:42:36.326Z] #21 22.51 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB] [2022-05-19T09:42:36.326Z] #21 22.51 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2-bin amd64 1:2.44-1 [32.6 kB] [2022-05-19T09:42:36.326Z] #21 22.52 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iproute2 amd64 5.10.0-4 [930 kB] [2022-05-19T09:42:36.624Z] #21 22.63 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-05-19T09:42:36.624Z] #21 22.65 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2022-05-19T09:42:36.624Z] #21 22.65 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB] [2022-05-19T09:42:36.624Z] #21 22.66 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB] [2022-05-19T09:42:36.624Z] #21 22.67 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 xz-utils amd64 5.2.5-2.1~deb11u1 [220 kB] [2022-05-19T09:42:36.624Z] #21 22.69 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 apparmor amd64 2.13.6-10 [640 kB] [2022-05-19T09:42:36.624Z] #21 22.72 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 inetutils-ping amd64 2:2.0-1 [245 kB] [2022-05-19T09:42:36.624Z] #21 22.72 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB] [2022-05-19T09:42:36.624Z] #21 22.73 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB] [2022-05-19T09:42:36.624Z] #21 22.75 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2022-05-19T09:42:36.624Z] #21 22.75 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB] [2022-05-19T09:42:36.624Z] #21 22.76 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB] [2022-05-19T09:42:36.624Z] #21 22.76 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB] [2022-05-19T09:42:36.624Z] #21 22.77 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-05-19T09:42:36.624Z] #21 22.78 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-05-19T09:42:36.624Z] #21 22.78 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-05-19T09:42:36.624Z] #21 22.80 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libaio1 amd64 0.3.112-9 [12.5 kB] [2022-05-19T09:42:36.624Z] #21 22.81 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB] [2022-05-19T09:42:36.624Z] #21 22.81 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2022-05-19T09:42:37.193Z] #21 ... [2022-05-19T09:42:37.193Z] [2022-05-19T09:42:37.193Z] #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-05-19T09:42:37.193Z] #34 sha256:c4f955ffae0a1c8967245a94aa32d654a6e15c000f626095dbb59881207e511c [2022-05-19T09:42:37.193Z] #34 DONE 211.1s [2022-05-19T09:42:37.193Z] [2022-05-19T09:42:37.193Z] #21 [dev-systemd-false 7/26] 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-05-19T09:42:37.193Z] #21 sha256:ef713e3c42802b79b6738ad6318dcf5879d5e80a074c50ee7a25f06d794342b0 [2022-05-19T09:42:37.193Z] #21 23.34 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libinih1 amd64 53-1+b2 [6792 B] [2022-05-19T09:42:37.454Z] #21 23.34 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2022-05-19T09:42:37.454Z] #21 23.34 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-05-19T09:42:37.454Z] #21 23.34 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB] [2022-05-19T09:42:37.454Z] #21 23.34 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 net-tools amd64 1.60+git20181103.0eebece-1 [250 kB] [2022-05-19T09:42:37.454Z] #21 23.36 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB] [2022-05-19T09:42:37.454Z] #21 23.37 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python-pip-whl all 20.3.4-4+deb11u1 [1948 kB] [2022-05-19T09:42:37.454Z] #21 23.57 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB] [2022-05-19T09:42:37.454Z] #21 23.57 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB] [2022-05-19T09:42:37.454Z] #21 23.57 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-05-19T09:42:37.454Z] #21 23.58 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-setuptools all 52.0.0-4 [366 kB] [2022-05-19T09:42:37.454Z] #21 23.61 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-wheel all 0.34.2-1 [24.0 kB] [2022-05-19T09:42:37.454Z] #21 23.61 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pip all 20.3.4-4+deb11u1 [337 kB] [2022-05-19T09:42:37.712Z] #21 23.62 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 sudo amd64 1.9.5p2-3 [1059 kB] [2022-05-19T09:42:37.712Z] #21 23.67 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 thin-provisioning-tools amd64 0.9.0-1 [393 kB] [2022-05-19T09:42:37.712Z] #21 23.69 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 uidmap amd64 1:4.8.1-1 [223 kB] [2022-05-19T09:42:37.712Z] #21 23.70 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-runtime all 2:8.2.2434-3+deb11u1 [6226 kB] [2022-05-19T09:42:37.971Z] #21 23.95 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim amd64 2:8.2.2434-3+deb11u1 [1494 kB] [2022-05-19T09:42:37.971Z] #21 24.03 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xfsprogs amd64 5.10.0-4 [959 kB] [2022-05-19T09:42:37.971Z] #21 24.08 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zip amd64 3.0-12 [232 kB] [2022-05-19T09:42:37.971Z] #21 24.10 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zstd amd64 1.4.8+dfsg-2.1 [630 kB] [2022-05-19T09:42:38.701Z] Sending build context to Docker daemon 66.78MB [2022-05-19T09:42:38.701Z] [2022-05-19T09:42:39.171Z] Step 1/13 : FROM microsoft/windowsservercore [2022-05-19T09:42:39.171Z] ---> 7c569352fed3 [2022-05-19T09:42:39.171Z] Step 2/13 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] [2022-05-19T09:42:39.171Z] ---> Running in 21b66d914bc9 [2022-05-19T09:42:39.359Z] #21 25.10 debconf: delaying package configuration, since apt-utils is not installed [2022-05-19T09:42:39.359Z] #21 25.35 Fetched 27.6 MB in 2s (13.6 MB/s) [2022-05-19T09:42:39.359Z] #21 25.48 Selecting previously unselected package pigz. [2022-05-19T09:42:39.618Z] #21 25.49 (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-05-19T09:42:39.618Z] #21 25.65 Preparing to unpack .../00-pigz_2.6-1_amd64.deb ... [2022-05-19T09:42:39.618Z] #21 25.67 Unpacking pigz (2.6-1) ... [2022-05-19T09:42:39.650Z] Removing intermediate container 21b66d914bc9 [2022-05-19T09:42:39.650Z] ---> 41c16853b91f [2022-05-19T09:42:39.650Z] Step 3/13 : ARG GO_VERSION=1.18.2 [2022-05-19T09:42:39.650Z] ---> Running in 61ab7ca5629e [2022-05-19T09:42:39.881Z] #21 25.81 Selecting previously unselected package libelf1:amd64. [2022-05-19T09:42:39.881Z] #21 25.81 Preparing to unpack .../01-libelf1_0.183-1_amd64.deb ... [2022-05-19T09:42:39.881Z] #21 25.81 Unpacking libelf1:amd64 (0.183-1) ... [2022-05-19T09:42:40.120Z] Removing intermediate container 61ab7ca5629e [2022-05-19T09:42:40.120Z] ---> f77b6847c866 [2022-05-19T09:42:40.120Z] Step 4/13 : ARG CONTAINERD_VERSION=1.6.4 [2022-05-19T09:42:40.120Z] ---> Running in cc997b330d4a [2022-05-19T09:42:40.147Z] #21 26.12 Selecting previously unselected package libbpf0:amd64. [2022-05-19T09:42:40.147Z] #21 26.12 Preparing to unpack .../02-libbpf0_1%3a0.3-2_amd64.deb ... [2022-05-19T09:42:40.147Z] #21 26.13 Unpacking libbpf0:amd64 (1:0.3-2) ... [2022-05-19T09:42:40.415Z] #21 26.34 Selecting previously unselected package libcap2:amd64. [2022-05-19T09:42:40.415Z] #21 26.35 Preparing to unpack .../03-libcap2_1%3a2.44-1_amd64.deb ... [2022-05-19T09:42:40.415Z] #21 26.39 Unpacking libcap2:amd64 (1:2.44-1) ... [2022-05-19T09:42:40.415Z] #21 26.51 Selecting previously unselected package libmnl0:amd64. [2022-05-19T09:42:40.415Z] #21 26.51 Preparing to unpack .../04-libmnl0_1.0.4-3_amd64.deb ... [2022-05-19T09:42:40.415Z] #21 26.53 Unpacking libmnl0:amd64 (1.0.4-3) ... [2022-05-19T09:42:40.591Z] Removing intermediate container cc997b330d4a [2022-05-19T09:42:40.591Z] ---> 14ed1cadf6ce [2022-05-19T09:42:40.591Z] Step 5/13 : ARG GOTESTSUM_VERSION=v1.7.0 [2022-05-19T09:42:40.591Z] ---> Running in a3912c94ea09 [2022-05-19T09:42:40.684Z] #21 26.74 Selecting previously unselected package libxtables12:amd64. [2022-05-19T09:42:40.684Z] #21 26.75 Preparing to unpack .../05-libxtables12_1.8.7-1_amd64.deb ... [2022-05-19T09:42:40.684Z] #21 26.76 Unpacking libxtables12:amd64 (1.8.7-1) ... [2022-05-19T09:42:40.954Z] #21 26.90 Selecting previously unselected package libcap2-bin. [2022-05-19T09:42:40.954Z] #21 26.91 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_amd64.deb ... [2022-05-19T09:42:40.954Z] #21 26.92 Unpacking libcap2-bin (1:2.44-1) ... [2022-05-19T09:42:40.954Z] #21 27.15 Selecting previously unselected package iproute2. [2022-05-19T09:42:40.954Z] #21 27.15 Preparing to unpack .../07-iproute2_5.10.0-4_amd64.deb ... [2022-05-19T09:42:41.040Z] #19 236.7 Selecting previously unselected package gcc-arm-linux-gnueabihf. [2022-05-19T09:42:41.040Z] #19 236.7 Preparing to unpack .../089-gcc-arm-linux-gnueabihf_4%3a10.2.1-1_amd64.deb ... [2022-05-19T09:42:41.040Z] #19 236.7 Unpacking gcc-arm-linux-gnueabihf (4:10.2.1-1) ... [2022-05-19T09:42:41.040Z] #19 236.7 Selecting previously unselected package linux-libc-dev-armhf-cross. [2022-05-19T09:42:41.040Z] #19 236.7 Preparing to unpack .../090-linux-libc-dev-armhf-cross_5.10.13-1cross4_all.deb ... [2022-05-19T09:42:41.040Z] #19 236.7 Unpacking linux-libc-dev-armhf-cross (5.10.13-1cross4) ... [2022-05-19T09:42:41.040Z] #19 236.9 Selecting previously unselected package libc6-dev-armhf-cross. [2022-05-19T09:42:41.040Z] #19 236.9 Preparing to unpack .../091-libc6-dev-armhf-cross_2.31-9cross4_all.deb ... [2022-05-19T09:42:41.040Z] #19 236.9 Unpacking libc6-dev-armhf-cross (2.31-9cross4) ... [2022-05-19T09:42:41.040Z] #19 237.1 Selecting previously unselected package libstdc++-10-dev-armhf-cross. [2022-05-19T09:42:41.040Z] #19 237.1 Preparing to unpack .../092-libstdc++-10-dev-armhf-cross_10.2.1-6cross1_all.deb ... [2022-05-19T09:42:41.040Z] #19 237.1 Unpacking libstdc++-10-dev-armhf-cross (10.2.1-6cross1) ... [2022-05-19T09:42:41.040Z] #19 237.4 Selecting previously unselected package g++-10-arm-linux-gnueabihf. [2022-05-19T09:42:41.040Z] #19 237.4 Preparing to unpack .../093-g++-10-arm-linux-gnueabihf_10.2.1-6cross1_amd64.deb ... [2022-05-19T09:42:41.040Z] #19 237.4 Unpacking g++-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2022-05-19T09:42:41.060Z] Removing intermediate container a3912c94ea09 [2022-05-19T09:42:41.060Z] ---> 156c34470564 [2022-05-19T09:42:41.060Z] Step 6/13 : ARG GOWINRES_VERSION=v0.2.3 [2022-05-19T09:42:41.060Z] ---> Running in 11e146399c8b [2022-05-19T09:42:41.211Z] #21 ... [2022-05-19T09:42:41.211Z] [2022-05-19T09:42:41.211Z] #36 [delve 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/go-delve/delve/cmd/dlv@v1.8.1" && /build/dlv --help [2022-05-19T09:42:41.211Z] #36 sha256:03e732bcf8e9966774f0748183eb1fe6fc75b304267c47c51a6cef833e2fda40 [2022-05-19T09:42:41.211Z] #36 215.1 Delve is a source level debugger for Go programs. [2022-05-19T09:42:41.211Z] #36 215.1 [2022-05-19T09:42:41.211Z] #36 215.1 Delve enables you to interact with your program by controlling the execution of the process, [2022-05-19T09:42:41.211Z] #36 215.1 evaluating variables, and providing information of thread / goroutine state, CPU register state and more. [2022-05-19T09:42:41.211Z] #36 215.1 [2022-05-19T09:42:41.211Z] #36 215.1 The goal of this tool is to provide a simple yet powerful interface for debugging Go programs. [2022-05-19T09:42:41.211Z] #36 215.1 [2022-05-19T09:42:41.211Z] #36 215.1 Pass flags to the program you are debugging using `--`, for example: [2022-05-19T09:42:41.211Z] #36 215.1 [2022-05-19T09:42:41.211Z] #36 215.1 `dlv exec ./hello -- server --config conf/config.toml` [2022-05-19T09:42:41.211Z] #36 215.1 [2022-05-19T09:42:41.211Z] #36 215.1 Usage: [2022-05-19T09:42:41.211Z] #36 215.1 dlv [command] [2022-05-19T09:42:41.211Z] #36 215.1 [2022-05-19T09:42:41.211Z] #36 215.1 Available Commands: [2022-05-19T09:42:41.211Z] #36 215.1 attach Attach to running process and begin debugging. [2022-05-19T09:42:41.211Z] #36 215.1 connect Connect to a headless debug server with a terminal client. [2022-05-19T09:42:41.211Z] #36 215.1 core Examine a core dump. [2022-05-19T09:42:41.211Z] #36 215.1 dap Starts a headless TCP server communicating via Debug Adaptor Protocol (DAP). [2022-05-19T09:42:41.211Z] #36 215.1 debug Compile and begin debugging main package in current directory, or the package specified. [2022-05-19T09:42:41.211Z] #36 215.1 exec Execute a precompiled binary, and begin a debug session. [2022-05-19T09:42:41.211Z] #36 215.1 help Help about any command [2022-05-19T09:42:41.211Z] #36 215.1 run Deprecated command. Use 'debug' instead. [2022-05-19T09:42:41.211Z] #36 215.1 test Compile test binary and begin debugging program. [2022-05-19T09:42:41.211Z] #36 215.1 trace Compile and begin tracing program. [2022-05-19T09:42:41.211Z] #36 215.1 version Prints version. [2022-05-19T09:42:41.211Z] #36 215.1 [2022-05-19T09:42:41.211Z] #36 215.1 Flags: [2022-05-19T09:42:41.211Z] #36 215.1 --accept-multiclient Allows a headless server to accept multiple client connections via JSON-RPC or DAP. [2022-05-19T09:42:41.211Z] #36 215.1 --allow-non-terminal-interactive Allows interactive sessions of Delve that don't have a terminal as stdin, stdout and stderr [2022-05-19T09:42:41.211Z] #36 215.1 --api-version int Selects JSON-RPC API version when headless. New clients should use v2. Can be reset via RPCServer.SetApiVersion. See Documentation/api/json-rpc/README.md. (default 1) [2022-05-19T09:42:41.211Z] #36 215.1 --backend string Backend selection (see 'dlv help backend'). (default "default") [2022-05-19T09:42:41.211Z] #36 215.1 --build-flags string Build flags, to be passed to the compiler. For example: --build-flags="-tags=integration -mod=vendor -cover -v" [2022-05-19T09:42:41.211Z] #36 215.1 --check-go-version Exits if the version of Go in use is not compatible (too old or too new) with the version of Delve. (default true) [2022-05-19T09:42:41.211Z] #36 215.1 --disable-aslr Disables address space randomization [2022-05-19T09:42:41.211Z] #36 215.1 --headless Run debug server only, in headless mode. Server will accept both JSON-RPC or DAP client connections. [2022-05-19T09:42:41.211Z] #36 215.1 -h, --help help for dlv [2022-05-19T09:42:41.211Z] #36 215.1 --init string Init file, executed by the terminal client. [2022-05-19T09:42:41.211Z] #36 215.1 -l, --listen string Debugging server listen address. (default "127.0.0.1:0") [2022-05-19T09:42:41.211Z] #36 215.1 --log Enable debugging server logging. [2022-05-19T09:42:41.211Z] #36 215.1 --log-dest string Writes logs to the specified file or file descriptor (see 'dlv help log'). [2022-05-19T09:42:41.211Z] #36 215.1 --log-output string Comma separated list of components that should produce debug output (see 'dlv help log') [2022-05-19T09:42:41.211Z] #36 215.1 --only-same-user Only connections from the same user that started this instance of Delve are allowed to connect. (default true) [2022-05-19T09:42:41.211Z] #36 215.1 -r, --redirect stringArray Specifies redirect rules for target process (see 'dlv help redirect') [2022-05-19T09:42:41.211Z] #36 215.1 --wd string Working directory for running the program. [2022-05-19T09:42:41.211Z] #36 215.1 [2022-05-19T09:42:41.211Z] #36 215.1 Additional help topics: [2022-05-19T09:42:41.211Z] #36 215.1 dlv backend Help about the --backend flag. [2022-05-19T09:42:41.212Z] #36 215.1 dlv log Help about logging flags. [2022-05-19T09:42:41.212Z] #36 215.1 dlv redirect Help about file redirection. [2022-05-19T09:42:41.212Z] #36 215.1 [2022-05-19T09:42:41.212Z] #36 215.1 Use "dlv [command] --help" for more information about a command. [2022-05-19T09:42:41.212Z] #36 DONE 215.4s [2022-05-19T09:42:41.212Z] [2022-05-19T09:42:41.212Z] #21 [dev-systemd-false 7/26] 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-05-19T09:42:41.212Z] #21 sha256:ef713e3c42802b79b6738ad6318dcf5879d5e80a074c50ee7a25f06d794342b0 [2022-05-19T09:42:41.212Z] #21 27.18 Unpacking iproute2 (5.10.0-4) ... [2022-05-19T09:42:41.529Z] Removing intermediate container 11e146399c8b [2022-05-19T09:42:41.529Z] ---> ed172e3d2580 [2022-05-19T09:42:41.529Z] Step 7/13 : 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} GOWINRES_VERSION=${GOWINRES_VERSION} [2022-05-19T09:42:41.529Z] ---> Running in 63fef27b9656 [2022-05-19T09:42:41.776Z] #21 27.86 Selecting previously unselected package xxd. [2022-05-19T09:42:41.776Z] #21 27.87 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-05-19T09:42:41.776Z] #21 27.87 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-05-19T09:42:42.004Z] Removing intermediate container 63fef27b9656 [2022-05-19T09:42:42.004Z] ---> 921ded2ff6c2 [2022-05-19T09:42:42.004Z] Step 8/13 : 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-05-19T09:42:42.004Z] ---> Running in 82695d247435 [2022-05-19T09:42:42.034Z] #21 28.11 Selecting previously unselected package vim-common. [2022-05-19T09:42:42.034Z] #21 28.11 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-05-19T09:42:42.034Z] #21 28.14 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-05-19T09:42:42.602Z] #21 28.50 Selecting previously unselected package bash-completion. [2022-05-19T09:42:42.602Z] #21 28.51 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ... [2022-05-19T09:42:44.512Z] #21 30.64 Unpacking bash-completion (1:2.11-2) ... [2022-05-19T09:42:44.769Z] #21 30.93 Selecting previously unselected package bzip2. [2022-05-19T09:42:44.769Z] #21 30.93 Preparing to unpack .../11-bzip2_1.0.8-4_amd64.deb ... [2022-05-19T09:42:44.769Z] #21 30.94 Unpacking bzip2 (1.0.8-4) ... [2022-05-19T09:42:44.769Z] #21 30.99 Selecting previously unselected package xz-utils. [2022-05-19T09:42:45.027Z] #21 30.99 Preparing to unpack .../12-xz-utils_5.2.5-2.1~deb11u1_amd64.deb ... [2022-05-19T09:42:45.027Z] #21 31.00 Unpacking xz-utils (5.2.5-2.1~deb11u1) ... [2022-05-19T09:42:45.027Z] #21 31.15 Selecting previously unselected package apparmor. [2022-05-19T09:42:45.027Z] #21 31.15 Preparing to unpack .../13-apparmor_2.13.6-10_amd64.deb ... [2022-05-19T09:42:45.027Z] #21 31.21 Unpacking apparmor (2.13.6-10) ... [2022-05-19T09:42:45.591Z] #21 31.64 Selecting previously unselected package inetutils-ping. [2022-05-19T09:42:45.591Z] #21 31.64 Preparing to unpack .../14-inetutils-ping_2%3a2.0-1_amd64.deb ... [2022-05-19T09:42:45.591Z] #21 31.65 Unpacking inetutils-ping (2:2.0-1) ... [2022-05-19T09:42:45.848Z] #21 31.75 Selecting previously unselected package libip4tc2:amd64. [2022-05-19T09:42:45.848Z] #21 31.75 Preparing to unpack .../15-libip4tc2_1.8.7-1_amd64.deb ... [2022-05-19T09:42:45.848Z] #21 31.76 Unpacking libip4tc2:amd64 (1.8.7-1) ... [2022-05-19T09:42:45.848Z] #21 31.83 Selecting previously unselected package libip6tc2:amd64. [2022-05-19T09:42:45.848Z] #21 31.83 Preparing to unpack .../16-libip6tc2_1.8.7-1_amd64.deb ... [2022-05-19T09:42:45.848Z] #21 31.83 Unpacking libip6tc2:amd64 (1.8.7-1) ... [2022-05-19T09:42:45.848Z] #21 31.89 Selecting previously unselected package libnfnetlink0:amd64. [2022-05-19T09:42:45.848Z] #21 31.90 Preparing to unpack .../17-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2022-05-19T09:42:45.848Z] #21 31.92 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-05-19T09:42:45.848Z] #21 31.96 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2022-05-19T09:42:45.848Z] #21 31.97 Preparing to unpack .../18-libnetfilter-conntrack3_1.0.8-3_amd64.deb ... [2022-05-19T09:42:45.848Z] #21 31.99 Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-05-19T09:42:46.106Z] #21 32.06 Selecting previously unselected package libnftnl11:amd64. [2022-05-19T09:42:46.106Z] #21 32.07 Preparing to unpack .../19-libnftnl11_1.1.9-1_amd64.deb ... [2022-05-19T09:42:46.106Z] #21 32.09 Unpacking libnftnl11:amd64 (1.1.9-1) ... [2022-05-19T09:42:46.106Z] #21 32.17 Selecting previously unselected package iptables. [2022-05-19T09:42:46.106Z] #21 32.17 Preparing to unpack .../20-iptables_1.8.7-1_amd64.deb ... [2022-05-19T09:42:46.106Z] #21 32.18 Unpacking iptables (1.8.7-1) ... [2022-05-19T09:42:46.332Z] #19 241.9 Selecting previously unselected package g++-arm-linux-gnueabihf. [2022-05-19T09:42:46.332Z] #19 241.9 Preparing to unpack .../094-g++-arm-linux-gnueabihf_4%3a10.2.1-1_amd64.deb ... [2022-05-19T09:42:46.332Z] #19 241.9 Unpacking g++-arm-linux-gnueabihf (4:10.2.1-1) ... [2022-05-19T09:42:46.332Z] #19 241.9 Selecting previously unselected package crossbuild-essential-armhf. [2022-05-19T09:42:46.332Z] #19 241.9 Preparing to unpack .../095-crossbuild-essential-armhf_12.9_all.deb ... [2022-05-19T09:42:46.332Z] #19 241.9 Unpacking crossbuild-essential-armhf (12.9) ... [2022-05-19T09:42:46.332Z] #19 241.9 Selecting previously unselected package libc6-ppc64el-cross. [2022-05-19T09:42:46.332Z] #19 241.9 Preparing to unpack .../096-libc6-ppc64el-cross_2.31-9cross4_all.deb ... [2022-05-19T09:42:46.332Z] #19 241.9 Unpacking libc6-ppc64el-cross (2.31-9cross4) ... [2022-05-19T09:42:46.332Z] #19 242.1 Selecting previously unselected package libgcc-s1-ppc64el-cross. [2022-05-19T09:42:46.332Z] #19 242.1 Preparing to unpack .../097-libgcc-s1-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-05-19T09:42:46.332Z] #19 242.1 Unpacking libgcc-s1-ppc64el-cross (10.2.1-6cross1) ... [2022-05-19T09:42:46.332Z] #19 242.1 Selecting previously unselected package libgomp1-ppc64el-cross. [2022-05-19T09:42:46.332Z] #19 242.1 Preparing to unpack .../098-libgomp1-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-05-19T09:42:46.332Z] #19 242.1 Unpacking libgomp1-ppc64el-cross (10.2.1-6cross1) ... [2022-05-19T09:42:46.332Z] #19 242.2 Selecting previously unselected package libitm1-ppc64el-cross. [2022-05-19T09:42:46.332Z] #19 242.2 Preparing to unpack .../099-libitm1-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-05-19T09:42:46.332Z] #19 242.2 Unpacking libitm1-ppc64el-cross (10.2.1-6cross1) ... [2022-05-19T09:42:46.332Z] #19 242.2 Selecting previously unselected package libatomic1-ppc64el-cross. [2022-05-19T09:42:46.333Z] #19 242.2 Preparing to unpack .../100-libatomic1-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-05-19T09:42:46.333Z] #19 242.2 Unpacking libatomic1-ppc64el-cross (10.2.1-6cross1) ... [2022-05-19T09:42:46.333Z] #19 242.2 Selecting previously unselected package libasan6-ppc64el-cross. [2022-05-19T09:42:46.333Z] #19 242.2 Preparing to unpack .../101-libasan6-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-05-19T09:42:46.333Z] #19 242.2 Unpacking libasan6-ppc64el-cross (10.2.1-6cross1) ... [2022-05-19T09:42:46.333Z] #19 242.5 Selecting previously unselected package liblsan0-ppc64el-cross. [2022-05-19T09:42:46.333Z] #19 242.5 Preparing to unpack .../102-liblsan0-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-05-19T09:42:46.333Z] #19 242.5 Unpacking liblsan0-ppc64el-cross (10.2.1-6cross1) ... [2022-05-19T09:42:46.333Z] #19 242.6 Selecting previously unselected package libtsan0-ppc64el-cross. [2022-05-19T09:42:46.333Z] #19 242.6 Preparing to unpack .../103-libtsan0-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-05-19T09:42:46.333Z] #19 242.6 Unpacking libtsan0-ppc64el-cross (10.2.1-6cross1) ... [2022-05-19T09:42:46.364Z] #21 32.46 Selecting previously unselected package libonig5:amd64. [2022-05-19T09:42:46.364Z] #21 32.46 Preparing to unpack .../21-libonig5_6.9.6-1.1_amd64.deb ... [2022-05-19T09:42:46.364Z] #21 32.47 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-05-19T09:42:46.593Z] #19 242.8 Selecting previously unselected package libstdc++6-ppc64el-cross. [2022-05-19T09:42:46.594Z] #19 242.8 Preparing to unpack .../104-libstdc++6-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-05-19T09:42:46.594Z] #19 242.8 Unpacking libstdc++6-ppc64el-cross (10.2.1-6cross1) ... [2022-05-19T09:42:46.594Z] #19 242.9 Selecting previously unselected package libubsan1-ppc64el-cross. [2022-05-19T09:42:46.594Z] #19 242.9 Preparing to unpack .../105-libubsan1-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-05-19T09:42:46.594Z] #19 242.9 Unpacking libubsan1-ppc64el-cross (10.2.1-6cross1) ... [2022-05-19T09:42:46.622Z] #21 32.60 Selecting previously unselected package libjq1:amd64. [2022-05-19T09:42:46.622Z] #21 32.60 Preparing to unpack .../22-libjq1_1.6-2.1_amd64.deb ... [2022-05-19T09:42:46.623Z] #21 32.61 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-05-19T09:42:46.623Z] #21 32.71 Selecting previously unselected package jq. [2022-05-19T09:42:46.623Z] #21 32.73 Preparing to unpack .../23-jq_1.6-2.1_amd64.deb ... [2022-05-19T09:42:46.623Z] #21 32.73 Unpacking jq (1.6-2.1) ... [2022-05-19T09:42:46.623Z] #21 32.80 Selecting previously unselected package libaio1:amd64. [2022-05-19T09:42:46.623Z] #21 32.81 Preparing to unpack .../24-libaio1_0.3.112-9_amd64.deb ... [2022-05-19T09:42:46.623Z] #21 32.81 Unpacking libaio1:amd64 (0.3.112-9) ... [2022-05-19T09:42:46.873Z] #19 243.1 Selecting previously unselected package libquadmath0-ppc64el-cross. [2022-05-19T09:42:46.873Z] #19 243.1 Preparing to unpack .../106-libquadmath0-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-05-19T09:42:46.873Z] #19 243.1 Unpacking libquadmath0-ppc64el-cross (10.2.1-6cross1) ... [2022-05-19T09:42:46.873Z] #19 243.2 Selecting previously unselected package libgcc-10-dev-ppc64el-cross. [2022-05-19T09:42:46.873Z] #19 243.2 Preparing to unpack .../107-libgcc-10-dev-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-05-19T09:42:46.873Z] #19 243.2 Unpacking libgcc-10-dev-ppc64el-cross (10.2.1-6cross1) ... [2022-05-19T09:42:46.882Z] #21 32.87 Selecting previously unselected package libgpm2:amd64. [2022-05-19T09:42:46.882Z] #21 32.89 Preparing to unpack .../25-libgpm2_1.20.7-8_amd64.deb ... [2022-05-19T09:42:46.882Z] #21 32.90 Unpacking libgpm2:amd64 (1.20.7-8) ... [2022-05-19T09:42:46.882Z] #21 32.96 Selecting previously unselected package libicu67:amd64. [2022-05-19T09:42:46.882Z] #21 32.97 Preparing to unpack .../26-libicu67_67.1-7_amd64.deb ... [2022-05-19T09:42:46.882Z] #21 32.98 Unpacking libicu67:amd64 (67.1-7) ... [2022-05-19T09:42:47.147Z] #19 243.6 Selecting previously unselected package gcc-10-powerpc64le-linux-gnu. [2022-05-19T09:42:47.147Z] #19 243.6 Preparing to unpack .../108-gcc-10-powerpc64le-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-05-19T09:42:47.147Z] #19 243.6 Unpacking gcc-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2022-05-19T09:42:49.177Z] [2022-05-19T09:42:49.177Z] SUCCESS: Specified value was saved. [2022-05-19T09:42:49.177Z] INFO: Downloading git... [2022-05-19T09:42:49.823Z] #60 ... [2022-05-19T09:42:49.823Z] [2022-05-19T09:42:49.823Z] #55 [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-05-19T09:42:49.823Z] #55 sha256:5057fea76c4566561f2fcd443fa7f0c66715a304331185cc70a563f6efd078dd [2022-05-19T09:42:49.823Z] #55 268.0 golangci-lint has version v1.44.0 built from (unknown, mod sum: "h1:YJPouGNQEdK+x2KsCpWMIBy0q6MSuxHjkWMxJMNj/DU=") on (unknown) [2022-05-19T09:42:49.823Z] #55 DONE 269.0s [2022-05-19T09:42:49.823Z] [2022-05-19T09:42:49.823Z] #64 [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-05-19T09:42:49.823Z] #64 sha256:77fe0aa2065ab53e77ef06da898c2c41092a9616612e3be18052a99b0d9d979b [2022-05-19T09:42:49.824Z] #64 ... [2022-05-19T09:42:49.824Z] [2022-05-19T09:42:49.824Z] #60 [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-05-19T09:42:49.824Z] #60 sha256:5eae30e93c2d3cf028fcb75d9760b343a662df1274880beb0774e49dea5405a8 [2022-05-19T09:42:49.824Z] #60 149.3 + mkdir -p /build [2022-05-19T09:42:49.824Z] #60 149.3 + cp runc /build/runc [2022-05-19T09:42:50.082Z] #60 DONE 149.6s [2022-05-19T09:42:50.082Z] [2022-05-19T09:42:50.082Z] #64 [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-05-19T09:42:50.082Z] #64 sha256:77fe0aa2065ab53e77ef06da898c2c41092a9616612e3be18052a99b0d9d979b [2022-05-19T09:42:50.157Z] #21 35.78 Selecting previously unselected package libinih1:amd64. [2022-05-19T09:42:50.157Z] #21 35.80 Preparing to unpack .../27-libinih1_53-1+b2_amd64.deb ... [2022-05-19T09:42:50.157Z] #21 35.80 Unpacking libinih1:amd64 (53-1+b2) ... [2022-05-19T09:42:50.157Z] #21 35.87 Selecting previously unselected package libnet1:amd64. [2022-05-19T09:42:50.157Z] #21 35.87 Preparing to unpack .../28-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-05-19T09:42:50.157Z] #21 35.87 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-05-19T09:42:50.157Z] #21 35.95 Selecting previously unselected package libnl-3-200:amd64. [2022-05-19T09:42:50.157Z] #21 35.96 Preparing to unpack .../29-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-05-19T09:42:50.157Z] #21 35.96 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-05-19T09:42:50.157Z] #21 36.03 Selecting previously unselected package libprotobuf-c1:amd64. [2022-05-19T09:42:50.157Z] #21 36.04 Preparing to unpack .../30-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-05-19T09:42:50.157Z] #21 36.04 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-05-19T09:42:50.157Z] #21 36.10 Selecting previously unselected package net-tools. [2022-05-19T09:42:50.157Z] #21 36.11 Preparing to unpack .../31-net-tools_1.60+git20181103.0eebece-1_amd64.deb ... [2022-05-19T09:42:50.157Z] #21 36.12 Unpacking net-tools (1.60+git20181103.0eebece-1) ... [2022-05-19T09:42:50.157Z] #21 36.28 Selecting previously unselected package patch. [2022-05-19T09:42:50.157Z] #21 36.28 Preparing to unpack .../32-patch_2.7.6-7_amd64.deb ... [2022-05-19T09:42:50.414Z] #21 36.29 Unpacking patch (2.7.6-7) ... [2022-05-19T09:42:50.414Z] #21 36.37 Selecting previously unselected package python-pip-whl. [2022-05-19T09:42:50.414Z] #21 36.37 Preparing to unpack .../33-python-pip-whl_20.3.4-4+deb11u1_all.deb ... [2022-05-19T09:42:50.414Z] #21 36.38 Unpacking python-pip-whl (20.3.4-4+deb11u1) ... [2022-05-19T09:42:50.754Z] INFO: Downloading go... [2022-05-19T09:42:50.929Z] #21 36.87 Selecting previously unselected package python3-lib2to3. [2022-05-19T09:42:50.930Z] #21 36.88 Preparing to unpack .../34-python3-lib2to3_3.9.2-1_all.deb ... [2022-05-19T09:42:50.930Z] #21 36.88 Unpacking python3-lib2to3 (3.9.2-1) ... [2022-05-19T09:42:50.930Z] #21 36.98 Selecting previously unselected package python3-distutils. [2022-05-19T09:42:50.930Z] #21 36.98 Preparing to unpack .../35-python3-distutils_3.9.2-1_all.deb ... [2022-05-19T09:42:50.930Z] #21 36.99 Unpacking python3-distutils (3.9.2-1) ... [2022-05-19T09:42:51.187Z] #21 37.11 Selecting previously unselected package python3-pkg-resources. [2022-05-19T09:42:51.188Z] #21 37.13 Preparing to unpack .../36-python3-pkg-resources_52.0.0-4_all.deb ... [2022-05-19T09:42:51.188Z] #21 37.14 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-05-19T09:42:51.188Z] #21 37.26 Selecting previously unselected package python3-setuptools. [2022-05-19T09:42:51.188Z] #21 37.27 Preparing to unpack .../37-python3-setuptools_52.0.0-4_all.deb ... [2022-05-19T09:42:51.188Z] #21 37.27 Unpacking python3-setuptools (52.0.0-4) ... [2022-05-19T09:42:51.459Z] #64 ... [2022-05-19T09:42:51.459Z] [2022-05-19T09:42:51.459Z] #56 [dev-systemd-false 20/26] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-05-19T09:42:51.459Z] #56 sha256:686504127bfad5afc73a8099479e6f5d183007f70605f79e9a4d8bea89b7d44b [2022-05-19T09:42:51.486Z] #21 37.50 Selecting previously unselected package python3-wheel. [2022-05-19T09:42:51.486Z] #21 37.50 Preparing to unpack .../38-python3-wheel_0.34.2-1_all.deb ... [2022-05-19T09:42:51.486Z] #21 37.50 Unpacking python3-wheel (0.34.2-1) ... [2022-05-19T09:42:51.486Z] #21 37.59 Selecting previously unselected package python3-pip. [2022-05-19T09:42:51.486Z] #21 37.59 Preparing to unpack .../39-python3-pip_20.3.4-4+deb11u1_all.deb ... [2022-05-19T09:42:51.486Z] #21 37.59 Unpacking python3-pip (20.3.4-4+deb11u1) ... [2022-05-19T09:42:51.744Z] #21 37.88 Selecting previously unselected package sudo. [2022-05-19T09:42:51.744Z] #21 37.89 Preparing to unpack .../40-sudo_1.9.5p2-3_amd64.deb ... [2022-05-19T09:42:51.744Z] #21 37.90 Unpacking sudo (1.9.5p2-3) ... [2022-05-19T09:42:52.028Z] #56 DONE 0.7s [2022-05-19T09:42:52.028Z] [2022-05-19T09:42:52.028Z] #58 [dev-systemd-false 21/26] COPY --from=shfmt /build/ /usr/local/bin/ [2022-05-19T09:42:52.028Z] #58 sha256:b91f32a455f00e6004eff334da03c94fd87c3870dd88e23f84adef2ca7d7b4bd [2022-05-19T09:42:52.028Z] #58 DONE 0.1s [2022-05-19T09:42:52.028Z] [2022-05-19T09:42:52.028Z] #61 [dev-systemd-false 22/26] COPY --from=runc /build/ /usr/local/bin/ [2022-05-19T09:42:52.028Z] #61 sha256:64c1f46385408c590cfd73216d0680a360dcb0e30594a6f30fda552be53d5250 [2022-05-19T09:42:52.288Z] #61 DONE 0.4s [2022-05-19T09:42:52.288Z] [2022-05-19T09:42:52.288Z] #64 [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-05-19T09:42:52.288Z] #64 sha256:77fe0aa2065ab53e77ef06da898c2c41092a9616612e3be18052a99b0d9d979b [2022-05-19T09:42:52.309Z] #21 38.44 Selecting previously unselected package thin-provisioning-tools. [2022-05-19T09:42:52.451Z] #19 248.3 Selecting previously unselected package gcc-powerpc64le-linux-gnu. [2022-05-19T09:42:52.451Z] #19 248.3 Preparing to unpack .../109-gcc-powerpc64le-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-05-19T09:42:52.451Z] #19 248.3 Unpacking gcc-powerpc64le-linux-gnu (4:10.2.1-1) ... [2022-05-19T09:42:52.451Z] #19 248.3 Selecting previously unselected package linux-libc-dev-ppc64el-cross. [2022-05-19T09:42:52.451Z] #19 248.3 Preparing to unpack .../110-linux-libc-dev-ppc64el-cross_5.10.13-1cross4_all.deb ... [2022-05-19T09:42:52.451Z] #19 248.3 Unpacking linux-libc-dev-ppc64el-cross (5.10.13-1cross4) ... [2022-05-19T09:42:52.451Z] #19 248.5 Selecting previously unselected package libc6-dev-ppc64el-cross. [2022-05-19T09:42:52.451Z] #19 248.5 Preparing to unpack .../111-libc6-dev-ppc64el-cross_2.31-9cross4_all.deb ... [2022-05-19T09:42:52.451Z] #19 248.5 Unpacking libc6-dev-ppc64el-cross (2.31-9cross4) ... [2022-05-19T09:42:52.451Z] #19 248.8 Selecting previously unselected package libstdc++-10-dev-ppc64el-cross. [2022-05-19T09:42:52.451Z] #19 248.8 Preparing to unpack .../112-libstdc++-10-dev-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-05-19T09:42:52.451Z] #19 248.8 Unpacking libstdc++-10-dev-ppc64el-cross (10.2.1-6cross1) ... [2022-05-19T09:42:52.566Z] #21 38.44 Preparing to unpack .../41-thin-provisioning-tools_0.9.0-1_amd64.deb ... [2022-05-19T09:42:52.566Z] #21 38.45 Unpacking thin-provisioning-tools (0.9.0-1) ... [2022-05-19T09:42:52.566Z] #21 38.66 Selecting previously unselected package uidmap. [2022-05-19T09:42:52.566Z] #21 38.67 Preparing to unpack .../42-uidmap_1%3a4.8.1-1_amd64.deb ... [2022-05-19T09:42:52.566Z] #21 38.67 Unpacking uidmap (1:4.8.1-1) ... [2022-05-19T09:42:52.712Z] #19 249.0 Selecting previously unselected package g++-10-powerpc64le-linux-gnu. [2022-05-19T09:42:52.712Z] #19 249.1 Preparing to unpack .../113-g++-10-powerpc64le-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-05-19T09:42:52.712Z] #19 249.1 Unpacking g++-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2022-05-19T09:42:52.823Z] #21 38.80 Selecting previously unselected package vim-runtime. [2022-05-19T09:42:52.824Z] #21 38.81 Preparing to unpack .../43-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-05-19T09:42:52.824Z] #21 38.83 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime' [2022-05-19T09:42:52.824Z] #21 38.87 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime' [2022-05-19T09:42:52.824Z] #21 38.89 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-05-19T09:42:52.981Z] INFO: Downloading compiler 1 of 3... [2022-05-19T09:42:53.451Z] INFO: Downloading compiler 2 of 3... [2022-05-19T09:42:53.451Z] INFO: Downloading compiler 3 of 3... [2022-05-19T09:42:53.924Z] INFO: Extracting git... [2022-05-19T09:42:55.579Z] #64 244.6 + bin/containerd [2022-05-19T09:42:56.102Z] #21 41.83 Selecting previously unselected package vim. [2022-05-19T09:42:56.102Z] #21 41.85 Preparing to unpack .../44-vim_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-05-19T09:42:56.102Z] #21 41.87 Unpacking vim (2:8.2.2434-3+deb11u1) ... [2022-05-19T09:42:56.402Z] #21 42.39 Selecting previously unselected package xfsprogs. [2022-05-19T09:42:56.402Z] #21 42.40 Preparing to unpack .../45-xfsprogs_5.10.0-4_amd64.deb ... [2022-05-19T09:42:56.402Z] #21 42.40 Unpacking xfsprogs (5.10.0-4) ... [2022-05-19T09:42:56.720Z] #21 42.78 Selecting previously unselected package zip. [2022-05-19T09:42:56.720Z] #21 42.81 Preparing to unpack .../46-zip_3.0-12_amd64.deb ... [2022-05-19T09:42:56.720Z] #21 42.81 Unpacking zip (3.0-12) ... [2022-05-19T09:42:56.720Z] #21 42.95 Selecting previously unselected package zstd. [2022-05-19T09:42:56.920Z] #19 253.4 Selecting previously unselected package g++-powerpc64le-linux-gnu. [2022-05-19T09:42:57.016Z] #21 42.95 Preparing to unpack .../47-zstd_1.4.8+dfsg-2.1_amd64.deb ... [2022-05-19T09:42:57.016Z] #21 42.95 Unpacking zstd (1.4.8+dfsg-2.1) ... [2022-05-19T09:42:57.181Z] #19 253.4 Preparing to unpack .../114-g++-powerpc64le-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-05-19T09:42:57.181Z] #19 253.4 Unpacking g++-powerpc64le-linux-gnu (4:10.2.1-1) ... [2022-05-19T09:42:57.181Z] #19 253.4 Selecting previously unselected package crossbuild-essential-ppc64el. [2022-05-19T09:42:57.181Z] #19 253.4 Preparing to unpack .../115-crossbuild-essential-ppc64el_12.9_all.deb ... [2022-05-19T09:42:57.181Z] #19 253.4 Unpacking crossbuild-essential-ppc64el (12.9) ... [2022-05-19T09:42:57.181Z] #19 253.4 Selecting previously unselected package libc6-s390x-cross. [2022-05-19T09:42:57.181Z] #19 253.5 Preparing to unpack .../116-libc6-s390x-cross_2.31-9cross4_all.deb ... [2022-05-19T09:42:57.181Z] #19 253.5 Unpacking libc6-s390x-cross (2.31-9cross4) ... [2022-05-19T09:42:57.181Z] #19 253.6 Selecting previously unselected package libgcc-s1-s390x-cross. [2022-05-19T09:42:57.181Z] #19 253.6 Preparing to unpack .../117-libgcc-s1-s390x-cross_10.2.1-6cross1_all.deb ... [2022-05-19T09:42:57.181Z] #19 253.6 Unpacking libgcc-s1-s390x-cross (10.2.1-6cross1) ... [2022-05-19T09:42:57.181Z] #19 253.6 Selecting previously unselected package libgomp1-s390x-cross. [2022-05-19T09:42:57.181Z] #19 253.6 Preparing to unpack .../118-libgomp1-s390x-cross_10.2.1-6cross1_all.deb ... [2022-05-19T09:42:57.181Z] #19 253.6 Unpacking libgomp1-s390x-cross (10.2.1-6cross1) ... [2022-05-19T09:42:57.181Z] #19 253.7 Selecting previously unselected package libitm1-s390x-cross. [2022-05-19T09:42:57.181Z] #19 253.7 Preparing to unpack .../119-libitm1-s390x-cross_10.2.1-6cross1_all.deb ... [2022-05-19T09:42:57.284Z] #21 43.26 Setting up python3-pkg-resources (52.0.0-4) ... [2022-05-19T09:42:57.441Z] #19 253.7 Unpacking libitm1-s390x-cross (10.2.1-6cross1) ... [2022-05-19T09:42:57.441Z] #19 253.7 Selecting previously unselected package libatomic1-s390x-cross. [2022-05-19T09:42:57.441Z] #19 253.7 Preparing to unpack .../120-libatomic1-s390x-cross_10.2.1-6cross1_all.deb ... [2022-05-19T09:42:57.441Z] #19 253.7 Unpacking libatomic1-s390x-cross (10.2.1-6cross1) ... [2022-05-19T09:42:57.441Z] #19 253.7 Selecting previously unselected package libasan6-s390x-cross. [2022-05-19T09:42:57.441Z] #19 253.7 Preparing to unpack .../121-libasan6-s390x-cross_10.2.1-6cross1_all.deb ... [2022-05-19T09:42:57.441Z] #19 253.7 Unpacking libasan6-s390x-cross (10.2.1-6cross1) ... [2022-05-19T09:42:57.702Z] #19 254.0 Selecting previously unselected package libstdc++6-s390x-cross. [2022-05-19T09:42:57.702Z] #19 254.0 Preparing to unpack .../122-libstdc++6-s390x-cross_10.2.1-6cross1_all.deb ... [2022-05-19T09:42:57.702Z] #19 254.0 Unpacking libstdc++6-s390x-cross (10.2.1-6cross1) ... [2022-05-19T09:42:57.702Z] #19 254.1 Selecting previously unselected package libubsan1-s390x-cross. [2022-05-19T09:42:57.702Z] #19 254.1 Preparing to unpack .../123-libubsan1-s390x-cross_10.2.1-6cross1_all.deb ... [2022-05-19T09:42:57.702Z] #19 254.1 Unpacking libubsan1-s390x-cross (10.2.1-6cross1) ... [2022-05-19T09:42:57.702Z] #19 254.2 Selecting previously unselected package libgcc-10-dev-s390x-cross. [2022-05-19T09:42:57.702Z] #19 254.2 Preparing to unpack .../124-libgcc-10-dev-s390x-cross_10.2.1-6cross1_all.deb ... [2022-05-19T09:42:57.702Z] #19 254.2 Unpacking libgcc-10-dev-s390x-cross (10.2.1-6cross1) ... [2022-05-19T09:42:57.702Z] #19 254.3 Selecting previously unselected package gcc-10-s390x-linux-gnu. [2022-05-19T09:42:57.870Z] #21 44.05 Setting up libip4tc2:amd64 (1.8.7-1) ... [2022-05-19T09:42:57.870Z] #21 44.06 Setting up net-tools (1.60+git20181103.0eebece-1) ... [2022-05-19T09:42:57.870Z] #21 44.08 Setting up libgpm2:amd64 (1.20.7-8) ... [2022-05-19T09:42:57.870Z] #21 44.09 Setting up libicu67:amd64 (67.1-7) ... [2022-05-19T09:42:57.963Z] #19 254.3 Preparing to unpack .../125-gcc-10-s390x-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-05-19T09:42:57.963Z] #19 254.3 Unpacking gcc-10-s390x-linux-gnu (10.2.1-6cross1) ... [2022-05-19T09:42:58.126Z] #21 44.11 Setting up libip6tc2:amd64 (1.8.7-1) ... [2022-05-19T09:42:58.126Z] #21 44.12 Setting up libinih1:amd64 (53-1+b2) ... [2022-05-19T09:42:58.126Z] #21 44.14 Setting up uidmap (1:4.8.1-1) ... [2022-05-19T09:42:58.126Z] #21 44.16 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-05-19T09:42:58.126Z] #21 44.20 Setting up bzip2 (1.0.8-4) ... [2022-05-19T09:42:58.126Z] #21 44.21 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-05-19T09:42:58.126Z] #21 44.23 Setting up python3-wheel (0.34.2-1) ... [2022-05-19T09:42:59.055Z] #21 44.84 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-05-19T09:42:59.055Z] #21 44.85 Setting up libcap2:amd64 (1:2.44-1) ... [2022-05-19T09:42:59.055Z] #21 44.86 Setting up libcap2-bin (1:2.44-1) ... [2022-05-19T09:42:59.055Z] #21 44.87 Setting up apparmor (2.13.6-10) ... [2022-05-19T09:43:00.426Z] #21 46.29 Setting up zip (3.0-12) ... [2022-05-19T09:43:00.426Z] #21 46.30 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-05-19T09:43:00.426Z] #21 46.33 Setting up bash-completion (1:2.11-2) ... [2022-05-19T09:43:02.170Z] #19 258.6 Selecting previously unselected package gcc-s390x-linux-gnu. [2022-05-19T09:43:02.318Z] #21 48.24 Setting up xz-utils (5.2.5-2.1~deb11u1) ... [2022-05-19T09:43:02.318Z] #21 48.25 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2022-05-19T09:43:02.318Z] #21 48.27 Setting up libmnl0:amd64 (1.0.4-3) ... [2022-05-19T09:43:02.318Z] #21 48.28 Setting up patch (2.7.6-7) ... [2022-05-19T09:43:02.318Z] #21 48.30 Setting up sudo (1.9.5p2-3) ... [2022-05-19T09:43:02.318Z] #21 48.37 invoke-rc.d: could not determine current runlevel [2022-05-19T09:43:02.318Z] #21 48.38 invoke-rc.d: policy-rc.d denied execution of start. [2022-05-19T09:43:02.318Z] #21 48.39 Setting up xfsprogs (5.10.0-4) ... [2022-05-19T09:43:02.318Z] #21 48.40 Setting up libxtables12:amd64 (1.8.7-1) ... [2022-05-19T09:43:02.318Z] #21 48.41 Setting up inetutils-ping (2:2.0-1) ... [2022-05-19T09:43:02.318Z] #21 48.43 Setting up pigz (2.6-1) ... [2022-05-19T09:43:02.318Z] #21 48.44 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-05-19T09:43:02.318Z] #21 48.45 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-05-19T09:43:02.318Z] #21 48.47 Setting up python-pip-whl (20.3.4-4+deb11u1) ... [2022-05-19T09:43:02.432Z] #19 258.6 Preparing to unpack .../126-gcc-s390x-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-05-19T09:43:02.432Z] #19 258.6 Unpacking gcc-s390x-linux-gnu (4:10.2.1-1) ... [2022-05-19T09:43:02.432Z] #19 258.6 Selecting previously unselected package linux-libc-dev-s390x-cross. [2022-05-19T09:43:02.432Z] #19 258.6 Preparing to unpack .../127-linux-libc-dev-s390x-cross_5.10.13-1cross4_all.deb ... [2022-05-19T09:43:02.432Z] #19 258.6 Unpacking linux-libc-dev-s390x-cross (5.10.13-1cross4) ... [2022-05-19T09:43:02.432Z] #19 258.8 Selecting previously unselected package libc6-dev-s390x-cross. [2022-05-19T09:43:02.432Z] #19 258.8 Preparing to unpack .../128-libc6-dev-s390x-cross_2.31-9cross4_all.deb ... [2022-05-19T09:43:02.432Z] #19 258.8 Unpacking libc6-dev-s390x-cross (2.31-9cross4) ... [2022-05-19T09:43:02.574Z] #21 48.48 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-05-19T09:43:02.693Z] #19 259.1 Selecting previously unselected package libstdc++-10-dev-s390x-cross. [2022-05-19T09:43:02.693Z] #19 259.1 Preparing to unpack .../129-libstdc++-10-dev-s390x-cross_10.2.1-6cross1_all.deb ... [2022-05-19T09:43:02.693Z] #19 259.1 Unpacking libstdc++-10-dev-s390x-cross (10.2.1-6cross1) ... [2022-05-19T09:43:02.954Z] #19 259.3 Selecting previously unselected package g++-10-s390x-linux-gnu. [2022-05-19T09:43:02.954Z] #19 259.3 Preparing to unpack .../130-g++-10-s390x-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-05-19T09:43:02.954Z] #19 259.4 Unpacking g++-10-s390x-linux-gnu (10.2.1-6cross1) ... [2022-05-19T09:43:03.138Z] #21 49.20 Setting up libaio1:amd64 (0.3.112-9) ... [2022-05-19T09:43:03.138Z] #21 49.21 Setting up python3-lib2to3 (3.9.2-1) ... [2022-05-19T09:43:03.652Z] #21 49.64 Setting up libelf1:amd64 (0.183-1) ... [2022-05-19T09:43:03.652Z] #21 49.70 Setting up zstd (1.4.8+dfsg-2.1) ... [2022-05-19T09:43:03.652Z] #21 49.72 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-05-19T09:43:03.652Z] #21 49.74 Setting up python3-distutils (3.9.2-1) ... [2022-05-19T09:43:04.216Z] #21 50.19 Setting up vim (2:8.2.2434-3+deb11u1) ... [2022-05-19T09:43:04.216Z] #21 50.20 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2022-05-19T09:43:04.216Z] #21 50.21 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2022-05-19T09:43:04.216Z] #21 50.22 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2022-05-19T09:43:04.216Z] #21 50.22 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2022-05-19T09:43:04.216Z] #21 50.23 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2022-05-19T09:43:04.216Z] #21 50.23 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2022-05-19T09:43:04.216Z] #21 50.24 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2022-05-19T09:43:04.216Z] #21 50.25 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2022-05-19T09:43:04.216Z] #21 50.28 Setting up python3-setuptools (52.0.0-4) ... [2022-05-19T09:43:05.586Z] #21 51.50 Setting up libjq1:amd64 (1.6-2.1) ... [2022-05-19T09:43:05.587Z] #21 51.53 Setting up libnftnl11:amd64 (1.1.9-1) ... [2022-05-19T09:43:05.587Z] #21 51.54 Setting up thin-provisioning-tools (0.9.0-1) ... [2022-05-19T09:43:05.587Z] #21 51.59 Setting up python3-pip (20.3.4-4+deb11u1) ... [2022-05-19T09:43:06.957Z] #21 52.74 Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-05-19T09:43:06.957Z] #21 52.75 Setting up jq (1.6-2.1) ... [2022-05-19T09:43:06.957Z] #21 52.77 Setting up libbpf0:amd64 (1:0.3-2) ... [2022-05-19T09:43:06.957Z] #21 52.78 Setting up iptables (1.8.7-1) ... [2022-05-19T09:43:06.957Z] #21 52.79 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2022-05-19T09:43:06.957Z] #21 52.80 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-05-19T09:43:06.957Z] #21 52.81 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2022-05-19T09:43:06.957Z] #21 52.81 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-05-19T09:43:06.957Z] #21 52.81 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2022-05-19T09:43:06.957Z] #21 52.82 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2022-05-19T09:43:06.957Z] #21 52.83 Setting up iproute2 (5.10.0-4) ... [2022-05-19T09:43:06.957Z] #21 53.17 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-05-19T09:43:07.163Z] #19 263.6 Selecting previously unselected package g++-s390x-linux-gnu. [2022-05-19T09:43:07.163Z] #19 263.6 Preparing to unpack .../131-g++-s390x-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-05-19T09:43:07.163Z] #19 263.6 Unpacking g++-s390x-linux-gnu (4:10.2.1-1) ... [2022-05-19T09:43:07.163Z] #19 263.6 Selecting previously unselected package crossbuild-essential-s390x. [2022-05-19T09:43:07.163Z] #19 263.6 Preparing to unpack .../132-crossbuild-essential-s390x_12.9_all.deb ... [2022-05-19T09:43:07.163Z] #19 263.6 Unpacking crossbuild-essential-s390x (12.9) ... [2022-05-19T09:43:07.163Z] #19 263.7 Setting up libconfig-inifiles-perl (3.000003-1) ... [2022-05-19T09:43:07.425Z] #19 263.7 Setting up libfile-which-perl (1.23-1) ... [2022-05-19T09:43:07.425Z] #19 263.7 Setting up binutils-arm-linux-gnueabi (2.35.2-2) ... [2022-05-19T09:43:07.425Z] #19 263.7 Setting up libc6-armhf-cross (2.31-9cross4) ... [2022-05-19T09:43:07.425Z] #19 263.7 Setting up binutils-s390x-linux-gnu (2.35.2-2) ... [2022-05-19T09:43:07.425Z] #19 263.7 Setting up gcc-10-powerpc64le-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2022-05-19T09:43:07.425Z] #19 263.7 Setting up libicu67:amd64 (67.1-7) ... [2022-05-19T09:43:07.425Z] #19 263.7 Setting up libmagic-mgc (1:5.39-3) ... [2022-05-19T09:43:07.425Z] #19 263.8 Setting up libc6-ppc64el-cross (2.31-9cross4) ... [2022-05-19T09:43:07.425Z] #19 263.8 Setting up libc6-s390x-cross (2.31-9cross4) ... [2022-05-19T09:43:07.425Z] #19 263.8 Setting up libmagic1:amd64 (1:5.39-3) ... [2022-05-19T09:43:07.425Z] #19 263.8 Setting up libxml-namespacesupport-perl (1.12-1.1) ... [2022-05-19T09:43:07.425Z] #19 263.8 Setting up binutils-aarch64-linux-gnu (2.35.2-2) ... [2022-05-19T09:43:07.425Z] #19 263.8 Setting up file (1:5.39-3) ... [2022-05-19T09:43:07.425Z] #19 263.8 Setting up gcc-10-arm-linux-gnueabi-base:amd64 (10.2.1-6cross1) ... [2022-05-19T09:43:07.425Z] #19 263.8 Setting up bzip2 (1.0.8-4) ... [2022-05-19T09:43:07.425Z] #19 263.9 Setting up libyaml-perl (1.30-1) ... [2022-05-19T09:43:07.425Z] #19 263.9 Setting up linux-libc-dev-armel-cross (5.10.13-1cross4) ... [2022-05-19T09:43:07.425Z] #19 263.9 Setting up libxml-sax-base-perl (1.09-1.1) ... [2022-05-19T09:43:07.687Z] #19 263.9 Setting up libio-string-perl (1.08-3.1) ... [2022-05-19T09:43:07.687Z] #19 263.9 Setting up linux-libc-dev-s390x-cross (5.10.13-1cross4) ... [2022-05-19T09:43:07.687Z] #19 263.9 Setting up cross-config (2.6.18+nmu1) ... [2022-05-19T09:43:07.687Z] #19 264.0 Setting up xz-utils (5.2.5-2.1~deb11u1) ... [2022-05-19T09:43:07.687Z] #19 264.0 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2022-05-19T09:43:07.687Z] #19 264.0 Setting up libc6-arm64-cross (2.31-9cross4) ... [2022-05-19T09:43:07.687Z] #19 264.1 Setting up patch (2.7.6-7) ... [2022-05-19T09:43:07.687Z] #19 264.1 Setting up linux-libc-dev-armhf-cross (5.10.13-1cross4) ... [2022-05-19T09:43:07.687Z] #19 264.1 Setting up gcc-10-cross-base (10.2.1-6cross1) ... [2022-05-19T09:43:07.687Z] #19 264.1 Setting up libitm1-ppc64el-cross (10.2.1-6cross1) ... [2022-05-19T09:43:07.687Z] #19 264.1 Setting up linux-libc-dev-arm64-cross (5.10.13-1cross4) ... [2022-05-19T09:43:07.687Z] #19 264.1 Setting up libc6-armel-cross (2.31-9cross4) ... [2022-05-19T09:43:07.687Z] #19 264.1 Setting up libitm1-s390x-cross (10.2.1-6cross1) ... [2022-05-19T09:43:07.687Z] #19 264.1 Setting up libatomic1-ppc64el-cross (10.2.1-6cross1) ... [2022-05-19T09:43:07.687Z] #19 264.1 Setting up libc6-dev-s390x-cross (2.31-9cross4) ... [2022-05-19T09:43:07.687Z] #19 264.2 Setting up linux-libc-dev-ppc64el-cross (5.10.13-1cross4) ... [2022-05-19T09:43:07.687Z] #19 264.2 Setting up libgcc-s1-ppc64el-cross (10.2.1-6cross1) ... [2022-05-19T09:43:07.687Z] #19 264.2 Setting up cpp-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2022-05-19T09:43:07.687Z] #19 264.2 Setting up binutils-powerpc64le-linux-gnu (2.35.2-2) ... [2022-05-19T09:43:07.687Z] #19 264.2 Setting up libc6-dev-armel-cross (2.31-9cross4) ... [2022-05-19T09:43:07.687Z] #19 264.2 Setting up libfile-homedir-perl (1.006-1) ... [2022-05-19T09:43:07.687Z] #19 264.2 Setting up binutils-arm-linux-gnueabihf (2.35.2-2) ... [2022-05-19T09:43:07.889Z] #21 DONE 54.0s [2022-05-19T09:43:07.890Z] [2022-05-19T09:43:07.890Z] #22 [dev-systemd-false 8/26] 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-05-19T09:43:07.890Z] #22 sha256:c7811928bce2e5b3944dd00b29a5d762d4bc0a9c3ed149c9c48245a64a9a344e [2022-05-19T09:43:07.948Z] #19 264.2 Setting up libgomp1-s390x-cross (10.2.1-6cross1) ... [2022-05-19T09:43:07.948Z] #19 264.2 Setting up libxml2:amd64 (2.9.10+dfsg-6.7+deb11u1) ... [2022-05-19T09:43:07.948Z] #19 264.2 Setting up gcc-10-s390x-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2022-05-19T09:43:07.948Z] #19 264.3 Setting up liblocale-gettext-perl (1.07-4+b1) ... [2022-05-19T09:43:07.948Z] #19 264.3 Setting up cpp-powerpc64le-linux-gnu (4:10.2.1-1) ... [2022-05-19T09:43:07.948Z] #19 264.3 Setting up gcc-10-arm-linux-gnueabihf-base:amd64 (10.2.1-6cross1) ... [2022-05-19T09:43:07.948Z] #19 264.3 Setting up cpp-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2022-05-19T09:43:07.948Z] #19 264.3 Setting up libgcc-s1-arm64-cross (10.2.1-6cross1) ... [2022-05-19T09:43:07.948Z] #19 264.3 Setting up gcc-10-aarch64-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2022-05-19T09:43:07.948Z] #19 264.3 Setting up libatomic1-arm64-cross (10.2.1-6cross1) ... [2022-05-19T09:43:07.948Z] #19 264.3 Setting up libgomp1-armhf-cross (10.2.1-6cross1) ... [2022-05-19T09:43:07.948Z] #19 264.3 Setting up liblsan0-arm64-cross (10.2.1-6cross1) ... [2022-05-19T09:43:07.948Z] #19 264.4 Setting up libgomp1-arm64-cross (10.2.1-6cross1) ... [2022-05-19T09:43:07.948Z] #19 264.4 Setting up libasan6-ppc64el-cross (10.2.1-6cross1) ... [2022-05-19T09:43:07.948Z] #19 264.4 Setting up libgomp1-armel-cross (10.2.1-6cross1) ... [2022-05-19T09:43:07.948Z] #19 264.4 Setting up libc6-dev-ppc64el-cross (2.31-9cross4) ... [2022-05-19T09:43:07.948Z] #19 264.4 Setting up libquadmath0-ppc64el-cross (10.2.1-6cross1) ... [2022-05-19T09:43:07.948Z] #19 264.4 Setting up libasan6-arm64-cross (10.2.1-6cross1) ... [2022-05-19T09:43:07.948Z] #19 264.4 Setting up libgcc-s1-armhf-cross (10.2.1-6cross1) ... [2022-05-19T09:43:08.209Z] #19 264.4 Setting up libgcc-s1-armel-cross (10.2.1-6cross1) ... [2022-05-19T09:43:08.209Z] #19 264.5 Setting up libc6-dev-armhf-cross (2.31-9cross4) ... [2022-05-19T09:43:08.209Z] #19 264.5 Setting up libatomic1-s390x-cross (10.2.1-6cross1) ... [2022-05-19T09:43:08.209Z] #19 264.5 Setting up libtsan0-arm64-cross (10.2.1-6cross1) ... [2022-05-19T09:43:08.209Z] #19 264.5 Setting up libatomic1-armhf-cross (10.2.1-6cross1) ... [2022-05-19T09:43:08.209Z] #19 264.5 Setting up libc6-dev-arm64-cross (2.31-9cross4) ... [2022-05-19T09:43:08.209Z] #19 264.5 Setting up libstdc++6-armel-cross (10.2.1-6cross1) ... [2022-05-19T09:43:08.209Z] #19 264.5 Setting up libatomic1-armel-cross (10.2.1-6cross1) ... [2022-05-19T09:43:08.209Z] #19 264.5 Setting up libgomp1-ppc64el-cross (10.2.1-6cross1) ... [2022-05-19T09:43:08.209Z] #19 264.5 Setting up libxml-sax-perl (1.02+dfsg-1) ... [2022-05-19T09:43:08.209Z] #19 264.6 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10... [2022-05-19T09:43:08.209Z] #19 264.7 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... [2022-05-19T09:43:08.469Z] #19 264.8 [2022-05-19T09:43:08.469Z] #19 264.8 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version [2022-05-19T09:43:08.469Z] #19 264.8 Setting up liblsan0-ppc64el-cross (10.2.1-6cross1) ... [2022-05-19T09:43:08.469Z] #19 264.8 Setting up dpkg-dev (1.20.9) ... [2022-05-19T09:43:08.469Z] #19 264.9 Setting up libstdc++6-arm64-cross (10.2.1-6cross1) ... [2022-05-19T09:43:08.469Z] #19 264.9 Setting up cpp-arm-linux-gnueabi (4:10.2.1-1) ... [2022-05-19T09:43:08.469Z] #19 264.9 Setting up libstdc++6-armhf-cross (10.2.1-6cross1) ... [2022-05-19T09:43:08.469Z] #19 264.9 Setting up libtsan0-ppc64el-cross (10.2.1-6cross1) ... [2022-05-19T09:43:08.730Z] #19 264.9 Setting up libubsan1-armel-cross (10.2.1-6cross1) ... [2022-05-19T09:43:08.730Z] #19 264.9 Setting up libasan6-armhf-cross (10.2.1-6cross1) ... [2022-05-19T09:43:08.730Z] #19 264.9 Setting up cpp-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2022-05-19T09:43:08.730Z] #19 265.0 Setting up libubsan1-armhf-cross (10.2.1-6cross1) ... [2022-05-19T09:43:08.730Z] #19 265.0 Setting up libitm1-arm64-cross (10.2.1-6cross1) ... [2022-05-19T09:43:08.730Z] #19 265.0 Setting up libgcc-s1-s390x-cross (10.2.1-6cross1) ... [2022-05-19T09:43:08.730Z] #19 265.0 Setting up libstdc++6-ppc64el-cross (10.2.1-6cross1) ... [2022-05-19T09:43:08.730Z] #19 265.0 Setting up libxml-libxml-perl (2.0134+dfsg-2+b1) ... [2022-05-19T09:43:08.730Z] #19 265.0 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50... [2022-05-19T09:43:08.730Z] #19 265.1 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50... [2022-05-19T09:43:08.730Z] #19 265.2 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... [2022-05-19T09:43:08.823Z] #22 0.897 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2022-05-19T09:43:08.823Z] #22 0.901 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2022-05-19T09:43:08.823Z] #22 0.905 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2022-05-19T09:43:08.823Z] #22 DONE 1.0s [2022-05-19T09:43:08.823Z] [2022-05-19T09:43:08.823Z] #55 [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-05-19T09:43:08.823Z] #55 sha256:5057fea76c4566561f2fcd443fa7f0c66715a304331185cc70a563f6efd078dd [2022-05-19T09:43:08.823Z] #55 ... [2022-05-19T09:43:08.823Z] [2022-05-19T09:43:08.823Z] #23 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.26.1 [2022-05-19T09:43:08.823Z] #23 sha256:13726e4b4076cc5b48d1dd40fbc30ad88596bc8c59aeb3f2eff8a95d56618fbb [2022-05-19T09:43:08.992Z] #19 265.3 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version [2022-05-19T09:43:08.992Z] #19 265.3 Setting up cpp-10-s390x-linux-gnu (10.2.1-6cross1) ... [2022-05-19T09:43:08.992Z] #19 265.3 Setting up cpp-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2022-05-19T09:43:08.992Z] #19 265.3 Setting up libgcc-10-dev-armhf-cross (10.2.1-6cross1) ... [2022-05-19T09:43:08.992Z] #19 265.4 Setting up cpp-arm-linux-gnueabihf (4:10.2.1-1) ... [2022-05-19T09:43:08.992Z] #19 265.4 Setting up libasan6-armel-cross (10.2.1-6cross1) ... [2022-05-19T09:43:08.992Z] #19 265.4 Setting up libubsan1-arm64-cross (10.2.1-6cross1) ... [2022-05-19T09:43:08.992Z] #19 265.4 Setting up cpp-s390x-linux-gnu (4:10.2.1-1) ... [2022-05-19T09:43:08.992Z] #19 265.4 Setting up gcc-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2022-05-19T09:43:08.992Z] #19 265.4 Setting up libstdc++-10-dev-armhf-cross (10.2.1-6cross1) ... [2022-05-19T09:43:08.992Z] #19 265.4 Setting up libstdc++6-s390x-cross (10.2.1-6cross1) ... [2022-05-19T09:43:08.992Z] #19 265.4 Setting up libgcc-10-dev-arm64-cross (10.2.1-6cross1) ... [2022-05-19T09:43:08.992Z] #19 265.5 Setting up libubsan1-ppc64el-cross (10.2.1-6cross1) ... [2022-05-19T09:43:08.992Z] #19 265.5 Setting up libgcc-10-dev-armel-cross (10.2.1-6cross1) ... [2022-05-19T09:43:08.992Z] #19 265.5 Setting up libasan6-s390x-cross (10.2.1-6cross1) ... [2022-05-19T09:43:08.992Z] #19 265.5 Setting up g++-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2022-05-19T09:43:08.992Z] #19 265.5 Setting up cpp-aarch64-linux-gnu (4:10.2.1-1) ... [2022-05-19T09:43:08.992Z] #19 265.5 Setting up libxml-simple-perl (2.25-1) ... [2022-05-19T09:43:09.252Z] #19 265.5 Setting up gcc-arm-linux-gnueabihf (4:10.2.1-1) ... [2022-05-19T09:43:09.252Z] #19 265.5 Setting up gcc-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2022-05-19T09:43:09.252Z] #19 265.5 Setting up g++-arm-linux-gnueabihf (4:10.2.1-1) ... [2022-05-19T09:43:09.252Z] #19 265.5 Setting up libgcc-10-dev-ppc64el-cross (10.2.1-6cross1) ... [2022-05-19T09:43:09.252Z] #19 265.6 Setting up libubsan1-s390x-cross (10.2.1-6cross1) ... [2022-05-19T09:43:09.252Z] #19 265.6 Setting up libstdc++-10-dev-armel-cross (10.2.1-6cross1) ... [2022-05-19T09:43:09.252Z] #19 265.6 Setting up libstdc++-10-dev-arm64-cross (10.2.1-6cross1) ... [2022-05-19T09:43:09.252Z] #19 265.6 Setting up gcc-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2022-05-19T09:43:09.252Z] #19 265.6 Setting up libconfig-auto-perl (0.44-1.1) ... [2022-05-19T09:43:09.252Z] #19 265.6 Setting up libstdc++-10-dev-ppc64el-cross (10.2.1-6cross1) ... [2022-05-19T09:43:09.252Z] #19 265.6 Setting up g++-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2022-05-19T09:43:09.252Z] #19 265.7 Setting up libgcc-10-dev-s390x-cross (10.2.1-6cross1) ... [2022-05-19T09:43:09.252Z] #19 265.7 Setting up gcc-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2022-05-19T09:43:09.252Z] #19 265.7 Setting up gcc-arm-linux-gnueabi (4:10.2.1-1) ... [2022-05-19T09:43:09.252Z] #19 265.7 Setting up g++-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2022-05-19T09:43:09.252Z] #19 265.7 Setting up libdebian-dpkgcross-perl (2.6.18+nmu1) ... [2022-05-19T09:43:09.252Z] #19 265.7 Setting up gcc-aarch64-linux-gnu (4:10.2.1-1) ... [2022-05-19T09:43:09.252Z] #19 265.7 Setting up libstdc++-10-dev-s390x-cross (10.2.1-6cross1) ... [2022-05-19T09:43:09.343Z] 12fb50a031bd: Pull complete [2022-05-19T09:43:09.343Z] Digest: sha256:93373be6f6c576ef3f778b9d5e7b54231975bb6876a07d90c4e4599a29a65d54 [2022-05-19T09:43:09.343Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2022 [2022-05-19T09:43:09.343Z] mcr.microsoft.com/windows/servercore:ltsc2022 [2022-05-19T09:43:09.343Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2022 completed successfully [2022-05-19T09:43:09.343Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2022 as microsoft/windowsservercore [2022-05-19T09:43:09.343Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.20348.707' [2022-05-19T09:43:09.343Z] INFO: Docker version of control daemon [2022-05-19T09:43:09.343Z] [2022-05-19T09:43:09.343Z] Client: [2022-05-19T09:43:09.343Z] Version: 20.10.9 [2022-05-19T09:43:09.343Z] API version: 1.41 [2022-05-19T09:43:09.343Z] Go version: go1.16.8 [2022-05-19T09:43:09.343Z] Git commit: c2ea9bc [2022-05-19T09:43:09.343Z] Built: Mon Oct 4 16:11:10 2021 [2022-05-19T09:43:09.343Z] OS/Arch: windows/amd64 [2022-05-19T09:43:09.343Z] Context: default [2022-05-19T09:43:09.343Z] Experimental: true [2022-05-19T09:43:09.343Z] [2022-05-19T09:43:09.343Z] Server: Docker Engine - Community [2022-05-19T09:43:09.343Z] Engine: [2022-05-19T09:43:09.343Z] Version: 20.10.9 [2022-05-19T09:43:09.343Z] API version: 1.41 (minimum version 1.24) [2022-05-19T09:43:09.343Z] Go version: go1.16.8 [2022-05-19T09:43:09.343Z] Git commit: 79ea9d3 [2022-05-19T09:43:09.343Z] Built: Mon Oct 4 16:06:39 2021 [2022-05-19T09:43:09.343Z] OS/Arch: windows/amd64 [2022-05-19T09:43:09.343Z] Experimental: true [2022-05-19T09:43:09.343Z] [2022-05-19T09:43:09.343Z] INFO: Docker info of control daemon [2022-05-19T09:43:09.343Z] [2022-05-19T09:43:09.343Z] Client: [2022-05-19T09:43:09.343Z] Context: default [2022-05-19T09:43:09.343Z] Debug Mode: false [2022-05-19T09:43:09.343Z] [2022-05-19T09:43:09.343Z] Server: [2022-05-19T09:43:09.343Z] Containers: 0 [2022-05-19T09:43:09.343Z] Running: 0 [2022-05-19T09:43:09.343Z] Paused: 0 [2022-05-19T09:43:09.343Z] Stopped: 0 [2022-05-19T09:43:09.343Z] Images: 1 [2022-05-19T09:43:09.343Z] Server Version: 20.10.9 [2022-05-19T09:43:09.343Z] Storage Driver: windowsfilter (windows) lcow (linux) [2022-05-19T09:43:09.343Z] Windows: [2022-05-19T09:43:09.343Z] LCOW: [2022-05-19T09:43:09.343Z] Logging Driver: json-file [2022-05-19T09:43:09.343Z] Plugins: [2022-05-19T09:43:09.343Z] Volume: local [2022-05-19T09:43:09.343Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-05-19T09:43:09.343Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-05-19T09:43:09.343Z] Swarm: inactive [2022-05-19T09:43:09.343Z] Default Isolation: process [2022-05-19T09:43:09.343Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2022-05-19T09:43:09.343Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.230) [2022-05-19T09:43:09.343Z] OSType: windows [2022-05-19T09:43:09.343Z] Architecture: x86_64 [2022-05-19T09:43:09.343Z] CPUs: 4 [2022-05-19T09:43:09.343Z] Total Memory: 32GiB [2022-05-19T09:43:09.343Z] Name: azwin-2-fae700 [2022-05-19T09:43:09.343Z] ID: CJX2:WCHU:DQXJ:TPBW:4NKF:F7QT:SPQ2:EZH2:AXXB:4MN4:I6L6:OXA3 [2022-05-19T09:43:09.343Z] Docker Root Dir: D:\docker [2022-05-19T09:43:09.343Z] Debug Mode: false [2022-05-19T09:43:09.343Z] Registry: https://index.docker.io/v1/ [2022-05-19T09:43:09.343Z] Labels: [2022-05-19T09:43:09.343Z] Experimental: true [2022-05-19T09:43:09.343Z] Insecure Registries: [2022-05-19T09:43:09.343Z] 10.0.0.4:5000 [2022-05-19T09:43:09.343Z] 127.0.0.0/8 [2022-05-19T09:43:09.343Z] Registry Mirrors: [2022-05-19T09:43:09.343Z] http://10.0.0.4:5000/ [2022-05-19T09:43:09.343Z] Live Restore Enabled: false [2022-05-19T09:43:09.343Z] Product License: Community Engine [2022-05-19T09:43:09.343Z] [2022-05-19T09:43:09.343Z] [2022-05-19T09:43:09.343Z] INFO: Commit hash is b0d5c29156 [2022-05-19T09:43:09.343Z] INFO: Nuke-Everything... [2022-05-19T09:43:09.343Z] INFO: Container count on control daemon to delete is 0 [2022-05-19T09:43:09.343Z] INFO: Nuking d:\CI [2022-05-19T09:43:09.343Z] INFO: Zapped successfully [2022-05-19T09:43:09.343Z] INFO: Location for testing is d:\CI\PR-43557\8 [2022-05-19T09:43:09.343Z] INFO: Validating GOLang consistency in Dockerfile.windows... [2022-05-19T09:43:09.343Z] [2022-05-19T09:43:09.343Z] [2022-05-19T09:43:09.343Z] INFO: Building the image from Dockerfile.windows at 05/19/2022 09:43:02... [2022-05-19T09:43:09.343Z] [2022-05-19T09:43:09.513Z] #19 265.7 Setting up g++-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2022-05-19T09:43:09.513Z] #19 265.8 Setting up gcc-10-s390x-linux-gnu (10.2.1-6cross1) ... [2022-05-19T09:43:09.513Z] #19 265.8 Setting up g++-arm-linux-gnueabi (4:10.2.1-1) ... [2022-05-19T09:43:09.513Z] #19 265.8 Setting up gcc-s390x-linux-gnu (4:10.2.1-1) ... [2022-05-19T09:43:09.513Z] #19 265.8 Setting up gcc-powerpc64le-linux-gnu (4:10.2.1-1) ... [2022-05-19T09:43:09.513Z] #19 265.8 Setting up g++-10-s390x-linux-gnu (10.2.1-6cross1) ... [2022-05-19T09:43:09.514Z] #19 265.8 Setting up g++-aarch64-linux-gnu (4:10.2.1-1) ... [2022-05-19T09:43:09.514Z] #19 265.8 Setting up dpkg-cross (2.6.18+nmu1) ... [2022-05-19T09:43:09.514Z] #19 265.8 Setting up g++-powerpc64le-linux-gnu (4:10.2.1-1) ... [2022-05-19T09:43:09.514Z] #19 265.9 Setting up crossbuild-essential-armel (12.9) ... [2022-05-19T09:43:09.514Z] #19 265.9 Setting up g++-s390x-linux-gnu (4:10.2.1-1) ... [2022-05-19T09:43:09.514Z] #19 265.9 Setting up crossbuild-essential-armhf (12.9) ... [2022-05-19T09:43:09.514Z] #19 265.9 Setting up crossbuild-essential-arm64 (12.9) ... [2022-05-19T09:43:09.514Z] #19 265.9 Setting up crossbuild-essential-s390x (12.9) ... [2022-05-19T09:43:09.514Z] #19 265.9 Setting up crossbuild-essential-ppc64el (12.9) ... [2022-05-19T09:43:09.514Z] #19 265.9 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-05-19T09:43:10.086Z] #19 DONE 266.6s [2022-05-19T09:43:10.307Z] Sending build context to Docker daemon 66.78MB [2022-05-19T09:43:10.307Z] [2022-05-19T09:43:10.353Z] [2022-05-19T09:43:10.353Z] #73 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2022-05-19T09:43:10.353Z] #73 sha256:9fc415b9567087f7f0430f2b20e89c022cd074aefa5493f191809900e9e6c738 [2022-05-19T09:43:10.353Z] #73 DONE 0.1s [2022-05-19T09:43:10.353Z] [2022-05-19T09:43:10.353Z] #32 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-05-19T09:43:10.353Z] #32 sha256:0a5001a1d0fd0a90383b50f004aac42ce40256df9bb1184afd3aaa766eb170c9 [2022-05-19T09:43:10.353Z] #32 DONE 0.2s [2022-05-19T09:43:10.353Z] [2022-05-19T09:43:10.353Z] #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-05-19T09:43:10.353Z] #33 sha256:91200271ccdd4a8df200004afca645f634087d94c4adcd7aa462fe372c514f20 [2022-05-19T09:43:10.764Z] Step 1/13 : FROM microsoft/windowsservercore [2022-05-19T09:43:10.764Z] ---> 7c569352fed3 [2022-05-19T09:43:10.764Z] Step 2/13 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] [2022-05-19T09:43:10.764Z] ---> Running in 60d9201ef2b3 [2022-05-19T09:43:11.222Z] Removing intermediate container 60d9201ef2b3 [2022-05-19T09:43:11.222Z] ---> d70de167fea9 [2022-05-19T09:43:11.222Z] Step 3/13 : ARG GO_VERSION=1.18.2 [2022-05-19T09:43:11.222Z] ---> Running in 19606f7f0553 [2022-05-19T09:43:11.678Z] Removing intermediate container 19606f7f0553 [2022-05-19T09:43:11.678Z] ---> ec492d6bc9fb [2022-05-19T09:43:11.678Z] Step 4/13 : ARG CONTAINERD_VERSION=1.6.4 [2022-05-19T09:43:11.678Z] ---> Running in 8887e28872d6 [2022-05-19T09:43:11.741Z] #33 1.388 + RM_GOPATH=0 [2022-05-19T09:43:11.741Z] #33 1.388 + TMP_GOPATH= [2022-05-19T09:43:11.741Z] #33 1.388 + : /build [2022-05-19T09:43:11.741Z] #33 1.388 + '[' -z '' ']' [2022-05-19T09:43:11.741Z] #33 1.388 ++ mktemp -d [2022-05-19T09:43:11.741Z] #33 1.389 + export GOPATH=/tmp/tmp.6mRatzmIzn [2022-05-19T09:43:11.741Z] #33 1.389 + GOPATH=/tmp/tmp.6mRatzmIzn [2022-05-19T09:43:11.741Z] #33 1.389 + RM_GOPATH=1 [2022-05-19T09:43:11.741Z] #33 1.389 + case "$(go env GOARCH)" in [2022-05-19T09:43:11.741Z] #33 1.392 ++ go env GOARCH [2022-05-19T09:43:11.741Z] #33 1.401 + export GO_BUILDMODE=-buildmode=pie [2022-05-19T09:43:11.741Z] #33 1.401 + GO_BUILDMODE=-buildmode=pie [2022-05-19T09:43:11.741Z] #33 1.401 ++ dirname /install.sh [2022-05-19T09:43:11.741Z] #33 1.401 + dir=/ [2022-05-19T09:43:11.741Z] #33 1.401 + bin=dockercli [2022-05-19T09:43:11.741Z] #33 1.401 + shift [2022-05-19T09:43:11.741Z] #33 1.401 + '[' '!' -f //dockercli.installer ']' [2022-05-19T09:43:11.741Z] #33 1.401 + . //dockercli.installer [2022-05-19T09:43:11.741Z] #33 1.401 ++ : stable [2022-05-19T09:43:11.741Z] #33 1.401 ++ : 17.06.2-ce [2022-05-19T09:43:11.741Z] #33 1.401 + install_dockercli [2022-05-19T09:43:11.741Z] #33 1.401 + echo 'Install docker/cli version 17.06.2-ce from stable' [2022-05-19T09:43:11.741Z] #33 1.401 ++ uname -m [2022-05-19T09:43:11.741Z] #33 1.405 Install docker/cli version 17.06.2-ce from stable [2022-05-19T09:43:11.741Z] #33 1.406 + arch=x86_64 [2022-05-19T09:43:11.741Z] #33 1.406 + '[' x86_64 '!=' x86_64 ']' [2022-05-19T09:43:11.741Z] #33 1.406 + url=https://download.docker.com/linux/static [2022-05-19T09:43:11.741Z] #33 1.406 + tar -xz docker/docker [2022-05-19T09:43:11.741Z] #33 1.406 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2022-05-19T09:43:11.757Z] INFO: Expanding go... [2022-05-19T09:43:12.135Z] Removing intermediate container 8887e28872d6 [2022-05-19T09:43:12.135Z] ---> ee889b576a59 [2022-05-19T09:43:12.135Z] Step 5/13 : ARG GOTESTSUM_VERSION=v1.7.0 [2022-05-19T09:43:12.135Z] ---> Running in cbef6622d739 [2022-05-19T09:43:12.595Z] Removing intermediate container cbef6622d739 [2022-05-19T09:43:12.595Z] ---> 8db02b6438f3 [2022-05-19T09:43:12.595Z] Step 6/13 : ARG GOWINRES_VERSION=v0.2.3 [2022-05-19T09:43:12.595Z] ---> Running in 3b56d5b045e9 [2022-05-19T09:43:13.054Z] Removing intermediate container 3b56d5b045e9 [2022-05-19T09:43:13.054Z] ---> 1fce2fd138d6 [2022-05-19T09:43:13.054Z] Step 7/13 : 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} GOWINRES_VERSION=${GOWINRES_VERSION} [2022-05-19T09:43:13.054Z] ---> Running in 3016bd2c02b6 [2022-05-19T09:43:13.509Z] Removing intermediate container 3016bd2c02b6 [2022-05-19T09:43:13.509Z] ---> a950295e4658 [2022-05-19T09:43:13.510Z] Step 8/13 : 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-05-19T09:43:13.510Z] ---> Running in e8eb0cd93d29 [2022-05-19T09:43:15.054Z] #33 4.784 + mkdir -p /build [2022-05-19T09:43:15.054Z] #33 4.786 + mv docker/docker /build/ [2022-05-19T09:43:15.054Z] #33 4.791 + rmdir docker [2022-05-19T09:43:15.227Z] 8b534d64a7c3: Pull complete [2022-05-19T09:43:15.227Z] Digest: sha256:b474e47f6f8bdb110068684ab8cebbadb5806e641fe6dba0169555981f6520ef [2022-05-19T09:43:15.227Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019 [2022-05-19T09:43:15.227Z] mcr.microsoft.com/windows/servercore:ltsc2019 [2022-05-19T09:43:15.227Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 completed successfully [2022-05-19T09:43:15.227Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore [2022-05-19T09:43:15.227Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.17763.2928' [2022-05-19T09:43:15.227Z] INFO: Docker version of control daemon [2022-05-19T09:43:15.227Z] [2022-05-19T09:43:15.227Z] Client: [2022-05-19T09:43:15.227Z] Version: 20.10.9 [2022-05-19T09:43:15.227Z] API version: 1.41 [2022-05-19T09:43:15.227Z] Go version: go1.16.8 [2022-05-19T09:43:15.227Z] Git commit: c2ea9bc [2022-05-19T09:43:15.227Z] Built: Mon Oct 4 16:11:10 2021 [2022-05-19T09:43:15.227Z] OS/Arch: windows/amd64 [2022-05-19T09:43:15.227Z] Context: default [2022-05-19T09:43:15.227Z] Experimental: true [2022-05-19T09:43:15.227Z] [2022-05-19T09:43:15.227Z] Server: Docker Engine - Community [2022-05-19T09:43:15.227Z] Engine: [2022-05-19T09:43:15.227Z] Version: 20.10.9 [2022-05-19T09:43:15.227Z] API version: 1.41 (minimum version 1.24) [2022-05-19T09:43:15.227Z] Go version: go1.16.8 [2022-05-19T09:43:15.227Z] Git commit: 79ea9d3 [2022-05-19T09:43:15.227Z] Built: Mon Oct 4 16:06:39 2021 [2022-05-19T09:43:15.227Z] OS/Arch: windows/amd64 [2022-05-19T09:43:15.227Z] Experimental: true [2022-05-19T09:43:15.227Z] [2022-05-19T09:43:15.228Z] INFO: Docker info of control daemon [2022-05-19T09:43:15.228Z] [2022-05-19T09:43:15.228Z] Client: [2022-05-19T09:43:15.228Z] Context: default [2022-05-19T09:43:15.228Z] Debug Mode: false [2022-05-19T09:43:15.228Z] Plugins: [2022-05-19T09:43:15.228Z] app: Docker Application (Docker Inc., v0.8.0) [2022-05-19T09:43:15.228Z] cluster: Manage Mirantis Container Cloud clusters (Mirantis Inc., v1.9.0) [2022-05-19T09:43:15.228Z] registry: Manage Docker registries (Docker Inc., 0.1.0) [2022-05-19T09:43:15.228Z] [2022-05-19T09:43:15.228Z] Server: [2022-05-19T09:43:15.228Z] Containers: 0 [2022-05-19T09:43:15.228Z] Running: 0 [2022-05-19T09:43:15.228Z] Paused: 0 [2022-05-19T09:43:15.228Z] Stopped: 0 [2022-05-19T09:43:15.228Z] Images: 1 [2022-05-19T09:43:15.228Z] Server Version: 20.10.9 [2022-05-19T09:43:15.228Z] Storage Driver: windowsfilter (windows) lcow (linux) [2022-05-19T09:43:15.228Z] Windows: [2022-05-19T09:43:15.228Z] LCOW: [2022-05-19T09:43:15.228Z] Logging Driver: json-file [2022-05-19T09:43:15.228Z] Plugins: [2022-05-19T09:43:15.228Z] Volume: local [2022-05-19T09:43:15.228Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-05-19T09:43:15.228Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-05-19T09:43:15.228Z] Swarm: inactive [2022-05-19T09:43:15.228Z] Default Isolation: process [2022-05-19T09:43:15.228Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2022-05-19T09:43:15.228Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.2183) [2022-05-19T09:43:15.228Z] OSType: windows [2022-05-19T09:43:15.228Z] Architecture: x86_64 [2022-05-19T09:43:15.228Z] CPUs: 4 [2022-05-19T09:43:15.228Z] Total Memory: 32GiB [2022-05-19T09:43:15.228Z] Name: azwin-2-db4f50 [2022-05-19T09:43:15.228Z] ID: OBVN:G3H4:FJG4:OG2S:XO4Y:7BB7:QXYF:W3KL:Z6WW:C45S:QCIM:4F6L [2022-05-19T09:43:15.228Z] Docker Root Dir: D:\docker [2022-05-19T09:43:15.228Z] Debug Mode: false [2022-05-19T09:43:15.228Z] Registry: https://index.docker.io/v1/ [2022-05-19T09:43:15.228Z] Labels: [2022-05-19T09:43:15.228Z] Experimental: true [2022-05-19T09:43:15.228Z] Insecure Registries: [2022-05-19T09:43:15.228Z] 10.0.0.4:5000 [2022-05-19T09:43:15.228Z] 127.0.0.0/8 [2022-05-19T09:43:15.228Z] Registry Mirrors: [2022-05-19T09:43:15.228Z] http://10.0.0.4:5000/ [2022-05-19T09:43:15.228Z] Live Restore Enabled: false [2022-05-19T09:43:15.228Z] Product License: Community Engine [2022-05-19T09:43:15.228Z] [2022-05-19T09:43:15.228Z] [2022-05-19T09:43:15.228Z] INFO: Commit hash is 5771492202 [2022-05-19T09:43:15.228Z] INFO: Nuke-Everything... [2022-05-19T09:43:15.228Z] INFO: Container count on control daemon to delete is 0 [2022-05-19T09:43:15.228Z] INFO: Nuking d:\CI [2022-05-19T09:43:15.228Z] INFO: Zapped successfully [2022-05-19T09:43:15.228Z] INFO: Location for testing is d:\CI\PR-43557\8 [2022-05-19T09:43:15.228Z] INFO: Validating GOLang consistency in Dockerfile.windows... [2022-05-19T09:43:15.228Z] [2022-05-19T09:43:15.228Z] [2022-05-19T09:43:15.228Z] INFO: Building the image from Dockerfile.windows at 05/19/2022 09:43:05... [2022-05-19T09:43:15.228Z] [2022-05-19T09:43:15.228Z] Sending build context to Docker daemon 66.78MB [2022-05-19T09:43:15.228Z] [2022-05-19T09:43:15.228Z] Step 1/13 : FROM microsoft/windowsservercore [2022-05-19T09:43:15.228Z] ---> 3e15a767850d [2022-05-19T09:43:15.228Z] Step 2/13 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] [2022-05-19T09:43:15.228Z] ---> Running in b940cdba7e29 [2022-05-19T09:43:15.228Z] Removing intermediate container b940cdba7e29 [2022-05-19T09:43:15.228Z] ---> efff989e9ea2 [2022-05-19T09:43:15.228Z] Step 3/13 : ARG GO_VERSION=1.18.2 [2022-05-19T09:43:15.228Z] ---> Running in 2a9c1042f3df [2022-05-19T09:43:15.228Z] Removing intermediate container 2a9c1042f3df [2022-05-19T09:43:15.228Z] ---> e0f4a05fca54 [2022-05-19T09:43:15.228Z] Step 4/13 : ARG CONTAINERD_VERSION=1.6.4 [2022-05-19T09:43:15.228Z] ---> Running in 3d5c6faab20a [2022-05-19T09:43:15.627Z] #33 DONE 5.1s [2022-05-19T09:43:15.627Z] [2022-05-19T09:43:15.627Z] #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-05-19T09:43:15.627Z] #20 sha256:d5a6ee695fa28224a1dc282af0dd2426524d9c3f2f16e496b8b76a26d0991110 [2022-05-19T09:43:15.627Z] #20 1.872 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-05-19T09:43:15.627Z] #20 1.897 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-05-19T09:43:15.627Z] #20 1.897 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-05-19T09:43:15.627Z] #20 2.236 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-05-19T09:43:15.627Z] #20 2.607 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8030 kB] [2022-05-19T09:43:15.627Z] #20 3.169 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7876 kB] [2022-05-19T09:43:15.627Z] #20 3.671 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7865 kB] [2022-05-19T09:43:15.627Z] #20 4.182 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-05-19T09:43:15.627Z] #20 4.637 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7944 kB] [2022-05-19T09:43:15.627Z] #20 5.203 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [146 kB] [2022-05-19T09:43:15.627Z] #20 5.211 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [147 kB] [2022-05-19T09:43:15.627Z] #20 5.228 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [145 kB] [2022-05-19T09:43:15.627Z] #20 5.231 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [121 kB] [2022-05-19T09:43:15.627Z] #20 5.233 Get:14 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [129 kB] [2022-05-19T09:43:15.627Z] #20 5.245 Get:15 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [139 kB] [2022-05-19T09:43:15.627Z] #20 5.246 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2604 B] [2022-05-19T09:43:15.627Z] #20 5.247 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B] [2022-05-19T09:43:15.627Z] #20 5.247 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2604 B] [2022-05-19T09:43:15.627Z] #20 5.247 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-05-19T09:43:15.627Z] #20 5.248 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2604 B] [2022-05-19T09:43:15.627Z] #20 5.248 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B] [2022-05-19T09:43:15.699Z] Removing intermediate container 3d5c6faab20a [2022-05-19T09:43:15.699Z] ---> 940a8d1eaea1 [2022-05-19T09:43:15.699Z] Step 5/13 : ARG GOTESTSUM_VERSION=v1.7.0 [2022-05-19T09:43:15.699Z] ---> Running in 59b7737473ef [2022-05-19T09:43:15.699Z] Removing intermediate container 59b7737473ef [2022-05-19T09:43:15.699Z] ---> 4fc56029fab4 [2022-05-19T09:43:15.699Z] Step 6/13 : ARG GOWINRES_VERSION=v0.2.3 [2022-05-19T09:43:16.171Z] ---> Running in 2d20648e96e9 [2022-05-19T09:43:16.171Z] Removing intermediate container 2d20648e96e9 [2022-05-19T09:43:16.171Z] ---> 813954e217d6 [2022-05-19T09:43:16.171Z] Step 7/13 : 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} GOWINRES_VERSION=${GOWINRES_VERSION} [2022-05-19T09:43:16.171Z] ---> Running in b4ed3406e9b6 [2022-05-19T09:43:16.644Z] Removing intermediate container b4ed3406e9b6 [2022-05-19T09:43:16.644Z] ---> 2c223d9d4fb5 [2022-05-19T09:43:16.644Z] Step 8/13 : 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-05-19T09:43:16.644Z] ---> Running in 99c80cff8b6e [2022-05-19T09:43:17.548Z] #20 ... [2022-05-19T09:43:17.548Z] [2022-05-19T09:43:17.548Z] #74 [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-05-19T09:43:17.548Z] #74 sha256:3cc6bcc810a0d3ee814dde86e3dff0bd73ba048e20fa6f77f43c849aa1f42bef [2022-05-19T09:43:17.548Z] #74 1.259 + RM_GOPATH=0 [2022-05-19T09:43:17.548Z] #74 1.259 + TMP_GOPATH= [2022-05-19T09:43:17.548Z] #74 1.259 + : /build [2022-05-19T09:43:17.548Z] #74 1.259 + '[' -z '' ']' [2022-05-19T09:43:17.548Z] #74 1.263 ++ mktemp -d [2022-05-19T09:43:17.548Z] #74 1.277 + export GOPATH=/tmp/tmp.C5HiokDmn9 [2022-05-19T09:43:17.548Z] #74 1.277 + GOPATH=/tmp/tmp.C5HiokDmn9 [2022-05-19T09:43:17.548Z] #74 1.277 + RM_GOPATH=1 [2022-05-19T09:43:17.548Z] #74 1.277 + case "$(go env GOARCH)" in [2022-05-19T09:43:17.548Z] #74 1.277 ++ go env GOARCH [2022-05-19T09:43:17.548Z] #74 1.286 + export GO_BUILDMODE=-buildmode=pie [2022-05-19T09:43:17.548Z] #74 1.286 + GO_BUILDMODE=-buildmode=pie [2022-05-19T09:43:17.548Z] #74 1.286 ++ dirname /install.sh [2022-05-19T09:43:17.548Z] #74 1.291 Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315 [2022-05-19T09:43:17.548Z] #74 1.291 + dir=/ [2022-05-19T09:43:17.548Z] #74 1.291 + bin=rootlesskit [2022-05-19T09:43:17.548Z] #74 1.291 + shift [2022-05-19T09:43:17.548Z] #74 1.291 + '[' '!' -f //rootlesskit.installer ']' [2022-05-19T09:43:17.548Z] #74 1.291 + . //rootlesskit.installer [2022-05-19T09:43:17.548Z] #74 1.291 ++ : 1920341cd41e047834a21007424162a2dc946315 [2022-05-19T09:43:17.548Z] #74 1.291 + install_rootlesskit [2022-05-19T09:43:17.548Z] #74 1.291 + case "$1" in [2022-05-19T09:43:17.548Z] #74 1.291 + export CGO_ENABLED=0 [2022-05-19T09:43:17.548Z] #74 1.291 + CGO_ENABLED=0 [2022-05-19T09:43:17.548Z] #74 1.291 + _install_rootlesskit [2022-05-19T09:43:17.548Z] #74 1.291 + echo 'Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315' [2022-05-19T09:43:17.548Z] #74 1.291 + for f in rootlesskit rootlesskit-docker-proxy [2022-05-19T09:43:17.548Z] #74 1.291 + GOBIN=/build [2022-05-19T09:43:17.548Z] #74 1.291 + GO111MODULE=on [2022-05-19T09:43:17.548Z] #74 1.291 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@1920341cd41e047834a21007424162a2dc946315 [2022-05-19T09:43:17.548Z] #74 1.710 go: downloading github.com/rootless-containers/rootlesskit v1.0.0 [2022-05-19T09:43:17.548Z] #74 3.093 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-05-19T09:43:17.548Z] #74 3.097 go: downloading github.com/urfave/cli/v2 v2.4.0 [2022-05-19T09:43:17.548Z] #74 3.338 go: downloading golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8 [2022-05-19T09:43:17.548Z] #74 4.600 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd [2022-05-19T09:43:17.548Z] #74 4.957 go: downloading github.com/google/uuid v1.3.0 [2022-05-19T09:43:17.548Z] #74 4.995 go: downloading github.com/moby/vpnkit v0.5.0 [2022-05-19T09:43:17.548Z] #74 5.013 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 [2022-05-19T09:43:17.548Z] #74 5.082 go: downloading github.com/gofrs/flock v0.8.1 [2022-05-19T09:43:17.548Z] #74 5.136 go: downloading github.com/gorilla/mux v1.8.0 [2022-05-19T09:43:17.548Z] #74 5.191 go: downloading github.com/moby/sys/mountinfo v0.6.0 [2022-05-19T09:43:17.548Z] #74 5.439 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1 [2022-05-19T09:43:17.548Z] #74 5.513 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c [2022-05-19T09:43:17.548Z] #74 5.571 go: downloading golang.org/x/net v0.0.0-20201110031124-69a78807bb2b [2022-05-19T09:43:17.548Z] #74 6.947 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-05-19T09:43:18.780Z] #23 9.313 Collecting yamllint==1.26.1 [2022-05-19T09:43:19.038Z] #23 10.36 Downloading yamllint-1.26.1.tar.gz (126 kB) [2022-05-19T09:43:19.309Z] [2022-05-19T09:43:19.309Z] SUCCESS: Specified value was saved. [2022-05-19T09:43:19.767Z] INFO: Downloading git... [2022-05-19T09:43:20.095Z] #74 ... [2022-05-19T09:43:20.095Z] [2022-05-19T09:43:20.095Z] #49 [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-05-19T09:43:20.095Z] #49 sha256:dcf46e25fcf51c3262bd462f56d6beec9a737f6358b1cf662f296adcecda9132 [2022-05-19T09:43:20.095Z] #49 1.787 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-05-19T09:43:20.096Z] #49 1.797 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-05-19T09:43:20.096Z] #49 1.798 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-05-19T09:43:20.096Z] #49 2.035 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7876 kB] [2022-05-19T09:43:20.096Z] #49 2.376 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7944 kB] [2022-05-19T09:43:20.096Z] #49 2.881 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7865 kB] [2022-05-19T09:43:20.096Z] #49 3.509 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-05-19T09:43:20.096Z] #49 4.057 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-05-19T09:43:20.096Z] #49 4.574 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8030 kB] [2022-05-19T09:43:20.096Z] #49 5.007 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [121 kB] [2022-05-19T09:43:20.096Z] #49 5.011 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [139 kB] [2022-05-19T09:43:20.096Z] #49 5.029 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [146 kB] [2022-05-19T09:43:20.096Z] #49 5.029 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [145 kB] [2022-05-19T09:43:20.096Z] #49 5.037 Get:14 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [129 kB] [2022-05-19T09:43:20.096Z] #49 5.042 Get:15 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [147 kB] [2022-05-19T09:43:20.096Z] #49 5.044 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2604 B] [2022-05-19T09:43:20.096Z] #49 5.048 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2604 B] [2022-05-19T09:43:20.096Z] #49 5.049 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-05-19T09:43:20.096Z] #49 5.051 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B] [2022-05-19T09:43:20.096Z] #49 5.052 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B] [2022-05-19T09:43:20.096Z] #49 5.053 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2604 B] [2022-05-19T09:43:20.356Z] #49 ... [2022-05-19T09:43:20.356Z] [2022-05-19T09:43:20.356Z] #69 [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-05-19T09:43:20.356Z] #69 sha256:894ed5e32f5f54327cd6940ec556196e401177905e84c61c62c1b9c55ad09bcd [2022-05-19T09:43:20.356Z] #69 1.862 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-05-19T09:43:20.356Z] #69 1.880 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-05-19T09:43:20.356Z] #69 1.885 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-05-19T09:43:20.356Z] #69 2.184 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7865 kB] [2022-05-19T09:43:20.356Z] #69 2.567 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7876 kB] [2022-05-19T09:43:20.356Z] #69 3.087 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-05-19T09:43:20.356Z] #69 3.585 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8030 kB] [2022-05-19T09:43:20.356Z] #69 4.098 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-05-19T09:43:20.356Z] #69 4.646 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7944 kB] [2022-05-19T09:43:20.356Z] #69 5.168 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [129 kB] [2022-05-19T09:43:20.356Z] #69 5.168 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [139 kB] [2022-05-19T09:43:20.356Z] #69 5.169 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [147 kB] [2022-05-19T09:43:20.356Z] #69 5.172 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [145 kB] [2022-05-19T09:43:20.356Z] #69 5.188 Get:14 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [121 kB] [2022-05-19T09:43:20.356Z] #69 5.196 Get:15 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [146 kB] [2022-05-19T09:43:20.356Z] #69 5.434 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-05-19T09:43:20.356Z] #69 5.451 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2604 B] [2022-05-19T09:43:20.356Z] #69 5.451 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B] [2022-05-19T09:43:20.356Z] #69 5.451 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2604 B] [2022-05-19T09:43:20.356Z] #69 5.451 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2604 B] [2022-05-19T09:43:20.356Z] #69 5.451 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B] [2022-05-19T09:43:20.408Z] #23 11.49 Collecting pathspec>=0.5.3 [2022-05-19T09:43:20.408Z] #23 11.49 Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB) [2022-05-19T09:43:20.973Z] #23 11.87 Collecting pyyaml [2022-05-19T09:43:20.973Z] #23 11.87 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-05-19T09:43:20.973Z] #23 11.92 Building wheels for collected packages: yamllint [2022-05-19T09:43:20.973Z] #23 11.93 Building wheel for yamllint (setup.py): started [2022-05-19T09:43:21.315Z] INFO: Downloading go... [2022-05-19T09:43:21.907Z] #23 12.92 Building wheel for yamllint (setup.py): finished with status 'done' [2022-05-19T09:43:21.907Z] #23 12.93 Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=ac913a353d585c9662df3855da4469850406ecd0dd15d3ac2144e37f739c6f0e [2022-05-19T09:43:21.907Z] #23 12.93 Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3 [2022-05-19T09:43:21.907Z] #23 12.93 Successfully built yamllint [2022-05-19T09:43:21.907Z] #23 12.96 Installing collected packages: pyyaml, pathspec, yamllint [2022-05-19T09:43:22.475Z] #23 13.38 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1 [2022-05-19T09:43:22.732Z] #23 DONE 13.8s [2022-05-19T09:43:22.732Z] [2022-05-19T09:43:22.732Z] #64 [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-05-19T09:43:22.732Z] #64 sha256:8bad8ba10555dbddf01ea143b484202a3eb27b30f31b8dbee7d335a92fb16664 [2022-05-19T09:43:22.732Z] #64 ... [2022-05-19T09:43:22.732Z] [2022-05-19T09:43:22.732Z] #27 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/cli [2022-05-19T09:43:22.732Z] #27 sha256:f6feb09e88d16fb2731d7941534934569004bc1a0219c4dadbdc21d5a7ebe150 [2022-05-19T09:43:22.845Z] INFO: Downloading compiler 1 of 3... [2022-05-19T09:43:22.845Z] INFO: Downloading compiler 2 of 3... [2022-05-19T09:43:22.845Z] INFO: Downloading compiler 3 of 3... [2022-05-19T09:43:22.989Z] #27 DONE 0.4s [2022-05-19T09:43:22.989Z] [2022-05-19T09:43:22.989Z] #32 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images [2022-05-19T09:43:22.989Z] #32 sha256:830d46043d306f95c8ae2a329d2c34d481a538ab9c5d6919c6a7987e2122c049 [2022-05-19T09:43:23.303Z] INFO: Extracting git... [2022-05-19T09:43:23.554Z] #32 DONE 0.5s [2022-05-19T09:43:23.554Z] [2022-05-19T09:43:23.554Z] #60 [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-05-19T09:43:23.554Z] #60 sha256:f7e6c4c7a029d3f306b695f7eff2cc12eaa05c51bcff56657754b1bebb4b5c70 [2022-05-19T09:43:23.554Z] #60 ... [2022-05-19T09:43:23.554Z] [2022-05-19T09:43:23.554Z] #35 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/bin/ [2022-05-19T09:43:23.554Z] #35 sha256:ab8979d75a19f3ea9f636ecee2f73fb4a6acf1b0b06c225ef3e916e730249bcb [2022-05-19T09:43:24.118Z] #35 DONE 0.3s [2022-05-19T09:43:24.118Z] [2022-05-19T09:43:24.118Z] #37 [dev-systemd-false 13/26] COPY --from=delve /build/ /usr/local/bin/ [2022-05-19T09:43:24.118Z] #37 sha256:ad7c8b4aec602e7c696cc5d0b589582e072d8815789cad76120a9ab4ffb35402 [2022-05-19T09:43:24.118Z] #37 DONE 0.3s [2022-05-19T09:43:24.118Z] [2022-05-19T09:43:24.118Z] #47 [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-05-19T09:43:24.118Z] #47 sha256:64f45ab858eeef59fd7b71f6ddefa43f4783e6b095c9c6c7ac7b72b27a18059b [2022-05-19T09:43:24.118Z] #47 ... [2022-05-19T09:43:24.118Z] [2022-05-19T09:43:24.118Z] #39 [dev-systemd-false 14/26] COPY --from=tomll /build/ /usr/local/bin/ [2022-05-19T09:43:24.118Z] #39 sha256:ecf15f7bf52e82e870110e19c890826aff2bc9f368103135358a9077c5fa2ef2 [2022-05-19T09:43:24.118Z] #39 DONE 0.1s [2022-05-19T09:43:24.118Z] [2022-05-19T09:43:24.118Z] #41 [dev-systemd-false 15/26] COPY --from=gowinres /build/ /usr/local/bin/ [2022-05-19T09:43:24.118Z] #41 sha256:12d25ee1d156d7521d20054d890348109bf17da7f1ea9967c0092a6fb30ba965 [2022-05-19T09:43:24.118Z] #41 DONE 0.1s [2022-05-19T09:43:24.381Z] [2022-05-19T09:43:24.381Z] #45 [dev-systemd-false 16/26] COPY --from=tini /build/ /usr/local/bin/ [2022-05-19T09:43:24.381Z] #45 sha256:758b65f45fe8d88c39c27c0864007eb591def34b55af73cca6954dde0b103c7f [2022-05-19T09:43:24.381Z] #45 DONE 0.1s [2022-05-19T09:43:24.381Z] [2022-05-19T09:43:24.381Z] #60 [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-05-19T09:43:24.381Z] #60 sha256:f7e6c4c7a029d3f306b695f7eff2cc12eaa05c51bcff56657754b1bebb4b5c70 [2022-05-19T09:43:29.242Z] --- PASS: TestBuildWithHugeFile (53.35s) [2022-05-19T09:43:29.242Z] === RUN TestBuildWCOWSandboxSize [2022-05-19T09:43:29.242Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-05-19T09:43:29.242Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-05-19T09:43:29.242Z] === RUN TestBuildWithEmptyDockerfile [2022-05-19T09:43:29.242Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-05-19T09:43:29.242Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-05-19T09:43:29.242Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-05-19T09:43:29.242Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-05-19T09:43:29.242Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-05-19T09:43:29.242Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-05-19T09:43:29.242Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-05-19T09:43:29.242Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-05-19T09:43:29.242Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-05-19T09:43:29.242Z] --- PASS: TestBuildWithEmptyDockerfile (0.03s) [2022-05-19T09:43:29.242Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.05s) [2022-05-19T09:43:29.242Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.05s) [2022-05-19T09:43:29.242Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.05s) [2022-05-19T09:43:29.242Z] === RUN TestBuildPreserveOwnership [2022-05-19T09:43:29.242Z] === RUN TestBuildPreserveOwnership/copy_from [2022-05-19T09:43:31.143Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2022-05-19T09:43:32.592Z] #69 22.01 Fetched 49.0 MB in 20s (2404 kB/s) [2022-05-19T09:43:32.592Z] #69 22.01 Reading package lists... [2022-05-19T09:43:32.592Z] #69 ... [2022-05-19T09:43:32.592Z] [2022-05-19T09:43:32.592Z] #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-05-19T09:43:32.592Z] #20 sha256:d5a6ee695fa28224a1dc282af0dd2426524d9c3f2f16e496b8b76a26d0991110 [2022-05-19T09:43:32.592Z] #20 21.96 Fetched 49.0 MB in 20s (2412 kB/s) [2022-05-19T09:43:34.487Z] [2022-05-19T09:43:34.487Z] SUCCESS: Specified value was saved. [2022-05-19T09:43:34.956Z] INFO: Downloading git... [2022-05-19T09:43:35.331Z] --- PASS: TestBuildPreserveOwnership (9.55s) [2022-05-19T09:43:35.331Z] --- PASS: TestBuildPreserveOwnership/copy_from (5.53s) [2022-05-19T09:43:35.331Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (4.00s) [2022-05-19T09:43:35.331Z] === RUN TestBuildPlatformInvalid [2022-05-19T09:43:35.331Z] --- PASS: TestBuildPlatformInvalid (0.08s) [2022-05-19T09:43:35.331Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2022-05-19T09:43:35.331Z] build_userns_linux_test.go:31: testEnv.IsRootless() [2022-05-19T09:43:35.331Z] --- SKIP: TestBuildUserNamespaceValidateCapabilitiesAreV2 (0.00s) [2022-05-19T09:43:35.331Z] PASS [2022-05-19T09:43:35.331Z] [2022-05-19T09:43:35.331Z] === Skipped [2022-05-19T09:43:35.331Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2022-05-19T09:43:35.331Z] build_session_test.go:25: TODO: BuildKit [2022-05-19T09:43:35.331Z] [2022-05-19T09:43:35.331Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.00s) [2022-05-19T09:43:35.331Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-05-19T09:43:35.331Z] [2022-05-19T09:43:35.331Z] === SKIP: amd64.integration.build TestBuildUserNamespaceValidateCapabilitiesAreV2 (0.00s) [2022-05-19T09:43:35.331Z] build_userns_linux_test.go:31: testEnv.IsRootless() [2022-05-19T09:43:35.331Z] [2022-05-19T09:43:35.331Z] DONE 34 tests, 3 skipped in 110.667s [2022-05-19T09:43:35.331Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2022-05-19T09:43:35.331Z] INFO: Testing against a local daemon [2022-05-19T09:43:35.331Z] === RUN TestConfigInspect [2022-05-19T09:43:35.331Z] config_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-19T09:43:35.331Z] --- SKIP: TestConfigInspect (0.01s) [2022-05-19T09:43:35.331Z] === RUN TestConfigList [2022-05-19T09:43:35.331Z] config_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-19T09:43:35.331Z] --- SKIP: TestConfigList (0.01s) [2022-05-19T09:43:35.331Z] === RUN TestConfigsCreateAndDelete [2022-05-19T09:43:35.331Z] config_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-19T09:43:35.331Z] --- SKIP: TestConfigsCreateAndDelete (0.01s) [2022-05-19T09:43:35.331Z] === RUN TestConfigsUpdate [2022-05-19T09:43:35.331Z] config_test.go:171: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-19T09:43:35.331Z] --- SKIP: TestConfigsUpdate (0.01s) [2022-05-19T09:43:35.331Z] === RUN TestTemplatedConfig [2022-05-19T09:43:35.331Z] config_test.go:221: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-19T09:43:35.331Z] --- SKIP: TestTemplatedConfig (0.00s) [2022-05-19T09:43:35.331Z] === RUN TestConfigCreateResolve [2022-05-19T09:43:35.331Z] config_test.go:333: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-19T09:43:35.331Z] --- SKIP: TestConfigCreateResolve (0.01s) [2022-05-19T09:43:35.331Z] PASS [2022-05-19T09:43:35.331Z] [2022-05-19T09:43:35.331Z] === Skipped [2022-05-19T09:43:35.331Z] === SKIP: amd64.integration.config TestConfigInspect (0.01s) [2022-05-19T09:43:35.331Z] config_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-19T09:43:35.331Z] [2022-05-19T09:43:35.331Z] === SKIP: amd64.integration.config TestConfigList (0.01s) [2022-05-19T09:43:35.331Z] config_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-19T09:43:35.331Z] [2022-05-19T09:43:35.331Z] === SKIP: amd64.integration.config TestConfigsCreateAndDelete (0.01s) [2022-05-19T09:43:35.331Z] config_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-19T09:43:35.331Z] [2022-05-19T09:43:35.331Z] === SKIP: amd64.integration.config TestConfigsUpdate (0.01s) [2022-05-19T09:43:35.331Z] config_test.go:171: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-19T09:43:35.331Z] [2022-05-19T09:43:35.331Z] === SKIP: amd64.integration.config TestTemplatedConfig (0.00s) [2022-05-19T09:43:35.331Z] config_test.go:221: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-19T09:43:35.331Z] [2022-05-19T09:43:35.331Z] === SKIP: amd64.integration.config TestConfigCreateResolve (0.01s) [2022-05-19T09:43:35.331Z] config_test.go:333: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-19T09:43:35.331Z] [2022-05-19T09:43:35.331Z] DONE 6 tests, 6 skipped in 0.075s [2022-05-19T09:43:35.331Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2022-05-19T09:43:35.331Z] INFO: Testing against a local daemon [2022-05-19T09:43:35.331Z] === RUN TestAttachWithTTY [2022-05-19T09:43:35.331Z] --- PASS: TestAttachWithTTY (0.04s) [2022-05-19T09:43:35.331Z] === RUN TestAttachWithoutTTy [2022-05-19T09:43:35.331Z] --- PASS: TestAttachWithoutTTy (0.04s) [2022-05-19T09:43:35.331Z] === RUN TestCheckpoint [2022-05-19T09:43:35.331Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-05-19T09:43:35.331Z] --- SKIP: TestCheckpoint (0.00s) [2022-05-19T09:43:35.331Z] === RUN TestContainerInvalidJSON [2022-05-19T09:43:35.331Z] === RUN TestContainerInvalidJSON/commit [2022-05-19T09:43:35.331Z] === PAUSE TestContainerInvalidJSON/commit [2022-05-19T09:43:35.331Z] === RUN TestContainerInvalidJSON/containers/create [2022-05-19T09:43:35.331Z] === PAUSE TestContainerInvalidJSON/containers/create [2022-05-19T09:43:35.331Z] === RUN TestContainerInvalidJSON/containers/foobar/exec [2022-05-19T09:43:35.331Z] === PAUSE TestContainerInvalidJSON/containers/foobar/exec [2022-05-19T09:43:35.331Z] === RUN TestContainerInvalidJSON/containers/foobar/update [2022-05-19T09:43:35.331Z] === PAUSE TestContainerInvalidJSON/containers/foobar/update [2022-05-19T09:43:35.331Z] === RUN TestContainerInvalidJSON/exec/foobar/start [2022-05-19T09:43:35.331Z] === PAUSE TestContainerInvalidJSON/exec/foobar/start [2022-05-19T09:43:35.331Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-05-19T09:43:35.331Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-05-19T09:43:35.331Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-05-19T09:43:35.331Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-05-19T09:43:35.331Z] === CONT TestContainerInvalidJSON/commit [2022-05-19T09:43:35.331Z] === CONT TestContainerInvalidJSON/exec/foobar/start [2022-05-19T09:43:35.331Z] === RUN TestContainerInvalidJSON/commit/invalid_content_type [2022-05-19T09:43:35.331Z] === CONT TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-05-19T09:43:35.331Z] === CONT TestContainerInvalidJSON/containers/foobar/exec [2022-05-19T09:43:35.331Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type [2022-05-19T09:43:35.331Z] === CONT TestContainerInvalidJSON/containers/foobar/update [2022-05-19T09:43:35.331Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_content_type [2022-05-19T09:43:35.331Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_content_type [2022-05-19T09:43:35.331Z] === CONT TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-05-19T09:43:35.331Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type [2022-05-19T09:43:35.331Z] === CONT TestContainerInvalidJSON/containers/create [2022-05-19T09:43:35.331Z] === RUN TestContainerInvalidJSON/containers/create/invalid_content_type [2022-05-19T09:43:35.331Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type [2022-05-19T09:43:35.331Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_JSON [2022-05-19T09:43:35.331Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON [2022-05-19T09:43:35.331Z] === RUN TestContainerInvalidJSON/containers/create/invalid_JSON [2022-05-19T09:43:35.331Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON [2022-05-19T09:43:35.331Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON [2022-05-19T09:43:35.331Z] === RUN TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON [2022-05-19T09:43:35.331Z] === RUN TestContainerInvalidJSON/commit/invalid_JSON [2022-05-19T09:43:35.331Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_JSON [2022-05-19T09:43:35.331Z] === RUN TestContainerInvalidJSON/containers/create/extra_content_after_JSON [2022-05-19T09:43:35.331Z] === RUN TestContainerInvalidJSON/exec/foobar/start/empty_body [2022-05-19T09:43:35.331Z] === RUN TestContainerInvalidJSON/commit/extra_content_after_JSON [2022-05-19T09:43:35.331Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON [2022-05-19T09:43:35.331Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON [2022-05-19T09:43:35.331Z] === RUN TestContainerInvalidJSON/containers/create/empty_body [2022-05-19T09:43:35.331Z] === RUN TestContainerInvalidJSON/commit/empty_body [2022-05-19T09:43:35.331Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON [2022-05-19T09:43:35.331Z] === RUN TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON [2022-05-19T09:43:35.331Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body [2022-05-19T09:43:35.331Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body [2022-05-19T09:43:35.331Z] === RUN TestContainerInvalidJSON/containers/foobar/update/empty_body [2022-05-19T09:43:35.331Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/empty_body [2022-05-19T09:43:35.331Z] --- PASS: TestContainerInvalidJSON (0.01s) [2022-05-19T09:43:35.331Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start (0.00s) [2022-05-19T09:43:35.331Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_content_type (0.00s) [2022-05-19T09:43:35.331Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_JSON (0.00s) [2022-05-19T09:43:35.331Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON (0.00s) [2022-05-19T09:43:35.331Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/empty_body (0.00s) [2022-05-19T09:43:35.331Z] --- PASS: TestContainerInvalidJSON/commit (0.00s) [2022-05-19T09:43:35.331Z] --- PASS: TestContainerInvalidJSON/commit/invalid_content_type (0.00s) [2022-05-19T09:43:35.331Z] --- PASS: TestContainerInvalidJSON/commit/invalid_JSON (0.00s) [2022-05-19T09:43:35.331Z] --- PASS: TestContainerInvalidJSON/commit/extra_content_after_JSON (0.00s) [2022-05-19T09:43:35.331Z] --- PASS: TestContainerInvalidJSON/commit/empty_body (0.00s) [2022-05-19T09:43:35.331Z] --- PASS: TestContainerInvalidJSON/containers/create (0.00s) [2022-05-19T09:43:35.331Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_content_type (0.00s) [2022-05-19T09:43:35.331Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_JSON (0.00s) [2022-05-19T09:43:35.331Z] --- PASS: TestContainerInvalidJSON/containers/create/extra_content_after_JSON (0.00s) [2022-05-19T09:43:35.331Z] --- PASS: TestContainerInvalidJSON/containers/create/empty_body (0.00s) [2022-05-19T09:43:35.331Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy (0.00s) [2022-05-19T09:43:35.331Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type (0.00s) [2022-05-19T09:43:35.331Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON (0.00s) [2022-05-19T09:43:35.331Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON (0.00s) [2022-05-19T09:43:35.331Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body (0.00s) [2022-05-19T09:43:35.331Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start (0.00s) [2022-05-19T09:43:35.331Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type (0.00s) [2022-05-19T09:43:35.331Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON (0.00s) [2022-05-19T09:43:35.331Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON (0.00s) [2022-05-19T09:43:35.331Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body (0.00s) [2022-05-19T09:43:35.331Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update (0.00s) [2022-05-19T09:43:35.331Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_content_type (0.00s) [2022-05-19T09:43:35.331Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_JSON (0.00s) [2022-05-19T09:43:35.331Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON (0.00s) [2022-05-19T09:43:35.331Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/empty_body (0.00s) [2022-05-19T09:43:35.331Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec (0.00s) [2022-05-19T09:43:35.331Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type (0.00s) [2022-05-19T09:43:35.331Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON (0.00s) [2022-05-19T09:43:35.331Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON (0.00s) [2022-05-19T09:43:35.331Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/empty_body (0.00s) [2022-05-19T09:43:35.331Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-05-19T09:43:35.590Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.05s) [2022-05-19T09:43:35.590Z] === RUN TestCopyFromContainerPathIsNotDir [2022-05-19T09:43:35.590Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.04s) [2022-05-19T09:43:35.590Z] === RUN TestCopyToContainerPathDoesNotExist [2022-05-19T09:43:35.590Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.04s) [2022-05-19T09:43:35.590Z] === RUN TestCopyEmptyFile [2022-05-19T09:43:35.849Z] --- PASS: TestCopyEmptyFile (0.17s) [2022-05-19T09:43:35.849Z] === RUN TestCopyToContainerPathIsNotDir [2022-05-19T09:43:35.849Z] --- PASS: TestCopyToContainerPathIsNotDir (0.04s) [2022-05-19T09:43:35.849Z] === RUN TestCopyFromContainer [2022-05-19T09:43:36.535Z] INFO: Downloading go... [2022-05-19T09:43:38.115Z] INFO: Downloading compiler 1 of 3... [2022-05-19T09:43:38.115Z] INFO: Downloading compiler 2 of 3... [2022-05-19T09:43:38.115Z] INFO: Downloading compiler 3 of 3... [2022-05-19T09:43:38.166Z] INFO: Expanding go... [2022-05-19T09:43:38.585Z] INFO: Extracting git... [2022-05-19T09:43:39.134Z] === RUN TestCopyFromContainer// [2022-05-19T09:43:39.134Z] === RUN TestCopyFromContainer//bar/root [2022-05-19T09:43:39.134Z] === RUN TestCopyFromContainer//bar/root/ [2022-05-19T09:43:39.394Z] === RUN TestCopyFromContainer/bar/quux [2022-05-19T09:43:39.394Z] === RUN TestCopyFromContainer/bar/quux/ [2022-05-19T09:43:39.394Z] === RUN TestCopyFromContainer/bar/quux/baz [2022-05-19T09:43:39.394Z] === RUN TestCopyFromContainer/bar/filesymlink [2022-05-19T09:43:39.394Z] === RUN TestCopyFromContainer/bar/dirsymlink [2022-05-19T09:43:39.653Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2022-05-19T09:43:39.653Z] === RUN TestCopyFromContainer/bar/notarget [2022-05-19T09:43:39.653Z] --- PASS: TestCopyFromContainer (3.89s) [2022-05-19T09:43:39.653Z] --- PASS: TestCopyFromContainer// (0.05s) [2022-05-19T09:43:39.653Z] --- PASS: TestCopyFromContainer//bar/root (0.05s) [2022-05-19T09:43:39.653Z] --- PASS: TestCopyFromContainer//bar/root/ (0.05s) [2022-05-19T09:43:39.653Z] --- PASS: TestCopyFromContainer/bar/quux (0.05s) [2022-05-19T09:43:39.653Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.05s) [2022-05-19T09:43:39.653Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.05s) [2022-05-19T09:43:39.653Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.05s) [2022-05-19T09:43:39.653Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.05s) [2022-05-19T09:43:39.653Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.05s) [2022-05-19T09:43:39.653Z] --- PASS: TestCopyFromContainer/bar/notarget (0.05s) [2022-05-19T09:43:39.653Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-05-19T09:43:39.653Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-05-19T09:43:39.653Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-05-19T09:43:39.653Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-05-19T09:43:39.653Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-05-19T09:43:39.653Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-05-19T09:43:39.653Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-05-19T09:43:39.653Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-05-19T09:43:39.653Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-05-19T09:43:39.653Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-05-19T09:43:39.653Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2022-05-19T09:43:39.653Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-05-19T09:43:39.653Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-05-19T09:43:39.653Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-05-19T09:43:39.653Z] === RUN TestCreateLinkToNonExistingContainer [2022-05-19T09:43:39.653Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s) [2022-05-19T09:43:39.653Z] === RUN TestCreateWithInvalidEnv [2022-05-19T09:43:39.653Z] === RUN TestCreateWithInvalidEnv/0 [2022-05-19T09:43:39.653Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-05-19T09:43:39.653Z] === RUN TestCreateWithInvalidEnv/1 [2022-05-19T09:43:39.653Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-05-19T09:43:39.653Z] === RUN TestCreateWithInvalidEnv/2 [2022-05-19T09:43:39.653Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-05-19T09:43:39.653Z] === CONT TestCreateWithInvalidEnv/0 [2022-05-19T09:43:39.653Z] === CONT TestCreateWithInvalidEnv/2 [2022-05-19T09:43:39.653Z] === CONT TestCreateWithInvalidEnv/1 [2022-05-19T09:43:39.653Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2022-05-19T09:43:39.653Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-05-19T09:43:39.653Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-05-19T09:43:39.653Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-05-19T09:43:39.653Z] === RUN TestCreateTmpfsMountsTarget [2022-05-19T09:43:39.653Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s) [2022-05-19T09:43:39.653Z] === RUN TestCreateWithCustomMaskedPaths [2022-05-19T09:43:41.029Z] --- PASS: TestCreateWithCustomMaskedPaths (1.35s) [2022-05-19T09:43:41.029Z] === RUN TestCreateWithCustomReadonlyPaths [2022-05-19T09:43:42.405Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.32s) [2022-05-19T09:43:42.405Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-05-19T09:43:42.405Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-05-19T09:43:42.405Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-05-19T09:43:42.405Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-05-19T09:43:42.405Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-05-19T09:43:42.405Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-05-19T09:43:42.405Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-05-19T09:43:42.405Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-05-19T09:43:42.405Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-05-19T09:43:42.405Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-05-19T09:43:42.405Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-05-19T09:43:42.405Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-05-19T09:43:42.405Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-05-19T09:43:42.405Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-05-19T09:43:42.405Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-05-19T09:43:42.405Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-05-19T09:43:42.405Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2022-05-19T09:43:42.405Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.02s) [2022-05-19T09:43:42.405Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.02s) [2022-05-19T09:43:42.405Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.02s) [2022-05-19T09:43:42.405Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.03s) [2022-05-19T09:43:42.405Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.03s) [2022-05-19T09:43:42.405Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-05-19T09:43:42.446Z] #60 ... [2022-05-19T09:43:42.446Z] [2022-05-19T09:43:42.446Z] #47 [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-05-19T09:43:42.446Z] #47 sha256:64f45ab858eeef59fd7b71f6ddefa43f4783e6b095c9c6c7ac7b72b27a18059b [2022-05-19T09:43:42.446Z] #47 275.4 + dpkg --print-architecture [2022-05-19T09:43:42.446Z] #47 275.4 + git checkout -q v2.1.0 [2022-05-19T09:43:42.446Z] #47 275.8 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2022-05-19T09:43:42.446Z] #47 275.8 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2022-05-19T09:43:42.610Z] #20 21.96 Reading package lists... [2022-05-19T09:43:42.610Z] #20 31.04 Reading package lists... [2022-05-19T09:43:42.610Z] #20 ... [2022-05-19T09:43:42.610Z] [2022-05-19T09:43:42.610Z] #69 [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-05-19T09:43:42.610Z] #69 sha256:894ed5e32f5f54327cd6940ec556196e401177905e84c61c62c1b9c55ad09bcd [2022-05-19T09:43:42.610Z] #69 22.01 Reading package lists... [2022-05-19T09:43:42.610Z] #69 31.19 Reading package lists... [2022-05-19T09:43:42.610Z] #69 ... [2022-05-19T09:43:42.610Z] [2022-05-19T09:43:42.610Z] #49 [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-05-19T09:43:42.610Z] #49 sha256:dcf46e25fcf51c3262bd462f56d6beec9a737f6358b1cf662f296adcecda9132 [2022-05-19T09:43:42.610Z] #49 22.01 Fetched 49.0 MB in 20s (2392 kB/s) [2022-05-19T09:43:42.610Z] #49 22.01 Reading package lists... [2022-05-19T09:43:42.972Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.43s) [2022-05-19T09:43:42.972Z] === RUN TestCreateDifferentPlatform [2022-05-19T09:43:42.972Z] === RUN TestCreateDifferentPlatform/different_os [2022-05-19T09:43:42.972Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-05-19T09:43:42.972Z] --- PASS: TestCreateDifferentPlatform (0.01s) [2022-05-19T09:43:42.972Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-05-19T09:43:42.972Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-05-19T09:43:42.972Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-05-19T09:43:42.972Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.02s) [2022-05-19T09:43:42.972Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-05-19T09:43:42.972Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.04s) [2022-05-19T09:43:42.972Z] === RUN TestContainerStartOnDaemonRestart [2022-05-19T09:43:42.972Z] daemon_linux_test.go:38: (*Execution).IsRootless-fm [2022-05-19T09:43:42.972Z] --- SKIP: TestContainerStartOnDaemonRestart (0.00s) [2022-05-19T09:43:42.972Z] === RUN TestDaemonRestartIpcMode [2022-05-19T09:43:42.972Z] === PAUSE TestDaemonRestartIpcMode [2022-05-19T09:43:42.972Z] === RUN TestDaemonHostGatewayIP [2022-05-19T09:43:42.972Z] daemon_linux_test.go:138: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-05-19T09:43:42.972Z] --- SKIP: TestDaemonHostGatewayIP (0.00s) [2022-05-19T09:43:42.972Z] === RUN TestRestartDaemonWithRestartingContainer [2022-05-19T09:43:42.972Z] === PAUSE TestRestartDaemonWithRestartingContainer [2022-05-19T09:43:42.972Z] === RUN TestContainerKillOnDaemonStart [2022-05-19T09:43:42.972Z] daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode [2022-05-19T09:43:42.972Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2022-05-19T09:43:42.972Z] === RUN TestDiff [2022-05-19T09:43:43.231Z] --- PASS: TestDiff (0.43s) [2022-05-19T09:43:43.231Z] === RUN TestExecWithCloseStdin [2022-05-19T09:43:43.797Z] --- PASS: TestExecWithCloseStdin (0.52s) [2022-05-19T09:43:43.797Z] === RUN TestExec [2022-05-19T09:43:44.364Z] --- PASS: TestExec (0.51s) [2022-05-19T09:43:44.364Z] === RUN TestExecUser [2022-05-19T09:43:44.931Z] --- PASS: TestExecUser (0.49s) [2022-05-19T09:43:44.931Z] === RUN TestExportContainerAndImportImage [2022-05-19T09:43:45.500Z] --- PASS: TestExportContainerAndImportImage (0.60s) [2022-05-19T09:43:45.500Z] === RUN TestExportContainerAfterDaemonRestart [2022-05-19T09:43:46.875Z] --- PASS: TestExportContainerAfterDaemonRestart (1.29s) [2022-05-19T09:43:46.875Z] === RUN TestHealthCheckWorkdir [2022-05-19T09:43:47.441Z] --- PASS: TestHealthCheckWorkdir (0.63s) [2022-05-19T09:43:47.441Z] === RUN TestHealthKillContainer [2022-05-19T09:43:47.637Z] INFO: Expanding compiler 1 of 3... [2022-05-19T09:43:47.637Z] INFO: Expanding compiler 2 of 3... [2022-05-19T09:43:50.600Z] INFO: Expanding compiler 3 of 3... [2022-05-19T09:43:50.762Z] #49 31.46 Reading package lists... [2022-05-19T09:43:50.762Z] #49 ... [2022-05-19T09:43:50.762Z] [2022-05-19T09:43:50.762Z] #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-05-19T09:43:50.762Z] #20 sha256:d5a6ee695fa28224a1dc282af0dd2426524d9c3f2f16e496b8b76a26d0991110 [2022-05-19T09:43:50.762Z] #20 31.04 Reading package lists... [2022-05-19T09:43:51.590Z] INFO: Removing downloaded files... [2022-05-19T09:43:51.590Z] INFO: Downloading containerd [2022-05-19T09:43:51.809Z] #64 295.8 # github.com/containerd/containerd/cmd/containerd [2022-05-19T09:43:51.809Z] #64 295.8 /usr/bin/ld: /tmp/go-link-3858549801/000019.o: in function `New': [2022-05-19T09:43:51.809Z] #64 295.8 /tmp/tmp.DJWYWZDVy7/src/github.com/containerd/containerd/vendor/github.com/miekg/pkcs11/pkcs11.go:77: warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking [2022-05-19T09:43:51.809Z] #64 295.9 + bin/containerd-stress [2022-05-19T09:43:51.809Z] #64 297.0 + bin/containerd-shim [2022-05-19T09:43:52.682Z] #20 40.17 Building dependency tree... [2022-05-19T09:43:53.633Z] INFO: Expanding go... [2022-05-19T09:43:54.601Z] #20 44.37 The following additional packages will be installed: [2022-05-19T09:43:54.601Z] #20 44.37 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-05-19T09:43:54.601Z] #20 44.37 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base [2022-05-19T09:43:54.601Z] #20 44.37 gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime [2022-05-19T09:43:54.601Z] #20 44.38 gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1 [2022-05-19T09:43:54.601Z] #20 44.38 libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0 [2022-05-19T09:43:54.601Z] #20 44.39 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev [2022-05-19T09:43:54.601Z] #20 44.41 mingw-w64-common mingw-w64-x86-64-dev [2022-05-19T09:43:54.601Z] #20 44.45 Suggested packages: [2022-05-19T09:43:54.601Z] #20 44.45 gcc-10-locales seccomp wine64 [2022-05-19T09:43:55.547Z] #20 45.17 The following NEW packages will be installed: [2022-05-19T09:43:55.547Z] #20 45.17 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-05-19T09:43:55.547Z] #20 45.17 g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 [2022-05-19T09:43:55.547Z] #20 45.17 gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix [2022-05-19T09:43:55.547Z] #20 45.17 gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32 [2022-05-19T09:43:55.547Z] #20 45.17 gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev [2022-05-19T09:43:55.547Z] #20 45.18 libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 [2022-05-19T09:43:55.547Z] #20 45.18 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev [2022-05-19T09:43:55.547Z] #20 45.18 libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common [2022-05-19T09:43:55.547Z] #20 45.18 mingw-w64-x86-64-dev [2022-05-19T09:43:55.547Z] #20 45.52 0 upgraded, 30 newly installed, 0 to remove and 2 not upgraded. [2022-05-19T09:43:55.547Z] #20 45.52 Need to get 115 MB of archives. [2022-05-19T09:43:55.547Z] #20 45.52 After this operation, 645 MB of additional disk space will be used. [2022-05-19T09:43:55.547Z] #20 45.52 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64-i686 amd64 2.35.2-2+8.11+b3 [2435 kB] [2022-05-19T09:43:55.552Z] --- PASS: TestHealthKillContainer (7.90s) [2022-05-19T09:43:55.552Z] === RUN TestInspectCpusetInConfigPre120 [2022-05-19T09:43:55.552Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-05-19T09:43:55.552Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2022-05-19T09:43:55.552Z] === RUN TestIpcModeNone [2022-05-19T09:43:55.809Z] #20 45.57 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-05-19T09:43:55.809Z] #20 45.61 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB] [2022-05-19T09:43:55.809Z] #20 45.61 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-05-19T09:43:55.810Z] #20 45.61 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dmsetup amd64 2:1.02.175-2.1 [92.1 kB] [2022-05-19T09:43:55.810Z] #20 45.61 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB] [2022-05-19T09:43:55.810Z] #20 45.74 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-05-19T09:43:55.810Z] --- PASS: TestIpcModeNone (0.47s) [2022-05-19T09:43:55.810Z] === RUN TestIpcModePrivate [2022-05-19T09:43:56.069Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:71, shared: false, mustBeShared: false [2022-05-19T09:43:56.071Z] #20 45.81 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-05-19T09:43:56.072Z] #20 45.81 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-05-19T09:43:56.072Z] #20 46.02 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-05-19T09:43:56.328Z] --- PASS: TestIpcModePrivate (0.55s) [2022-05-19T09:43:56.328Z] === RUN TestIpcModeShareable [2022-05-19T09:43:56.328Z] ipcmode_linux_test.go:118: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-05-19T09:43:56.328Z] --- SKIP: TestIpcModeShareable (0.00s) [2022-05-19T09:43:56.328Z] === RUN TestAPIIpcModeShareableAndContainer [2022-05-19T09:43:56.647Z] #20 46.58 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-05-19T09:43:57.221Z] #20 46.85 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-05-19T09:43:57.221Z] #20 47.05 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-05-19T09:43:57.221Z] #20 ... [2022-05-19T09:43:57.221Z] [2022-05-19T09:43:57.221Z] #69 [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-05-19T09:43:57.221Z] #69 sha256:894ed5e32f5f54327cd6940ec556196e401177905e84c61c62c1b9c55ad09bcd [2022-05-19T09:43:57.221Z] #69 31.19 Reading package lists... [2022-05-19T09:43:57.221Z] #69 40.49 Building dependency tree... [2022-05-19T09:43:57.221Z] #69 44.56 The following additional packages will be installed: [2022-05-19T09:43:57.221Z] #69 44.59 libbtrfs0 [2022-05-19T09:43:57.221Z] #69 44.83 The following NEW packages will be installed: [2022-05-19T09:43:57.221Z] #69 44.86 libbtrfs-dev libbtrfs0 [2022-05-19T09:43:57.221Z] #69 45.33 0 upgraded, 2 newly installed, 0 to remove and 2 not upgraded. [2022-05-19T09:43:57.221Z] #69 45.33 Need to get 460 kB of archives. [2022-05-19T09:43:57.221Z] #69 45.33 After this operation, 1237 kB of additional disk space will be used. [2022-05-19T09:43:57.221Z] #69 45.33 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-05-19T09:43:57.221Z] #69 45.34 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-05-19T09:43:57.221Z] #69 45.90 debconf: delaying package configuration, since apt-utils is not installed [2022-05-19T09:43:57.221Z] #69 46.22 Fetched 460 kB in 0s (1481 kB/s) [2022-05-19T09:43:57.221Z] #69 46.28 Selecting previously unselected package libbtrfs0:amd64. [2022-05-19T09:43:57.221Z] #69 46.28 (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-05-19T09:43:57.221Z] #69 46.34 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ... [2022-05-19T09:43:57.221Z] #69 46.37 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-05-19T09:43:57.221Z] #69 46.47 Selecting previously unselected package libbtrfs-dev:amd64. [2022-05-19T09:43:57.221Z] #69 46.47 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-05-19T09:43:57.221Z] #69 46.49 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-05-19T09:43:57.221Z] #69 46.69 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-05-19T09:43:57.221Z] #69 46.72 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-05-19T09:43:57.221Z] #69 46.73 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-05-19T09:43:57.221Z] #69 DONE 47.1s [2022-05-19T09:43:57.221Z] [2022-05-19T09:43:57.221Z] #70 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer / [2022-05-19T09:43:57.221Z] #70 sha256:1bed397ac7208f6b39750ee8d2a7f38d508ec4468b09f16c9278a3c1cfaeadca [2022-05-19T09:43:57.482Z] #70 DONE 0.1s [2022-05-19T09:43:57.482Z] [2022-05-19T09:43:57.482Z] #71 [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-05-19T09:43:57.482Z] #71 sha256:96618212938a6405afa67737a49a91adb5aa97342dc87bcef46d635fd1aabc43 [2022-05-19T09:43:58.229Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.61s) [2022-05-19T09:43:58.229Z] === RUN TestAPIIpcModeHost [2022-05-19T09:43:58.229Z] ipcmode_linux_test.go:194: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-05-19T09:43:58.229Z] --- SKIP: TestAPIIpcModeHost (0.00s) [2022-05-19T09:43:58.229Z] === RUN TestDaemonIpcModeShareable [2022-05-19T09:43:58.229Z] ipcmode_linux_test.go:266: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-05-19T09:43:58.229Z] --- SKIP: TestDaemonIpcModeShareable (0.00s) [2022-05-19T09:43:58.229Z] === RUN TestDaemonIpcModePrivate [2022-05-19T09:43:58.429Z] #71 0.957 + RM_GOPATH=0 [2022-05-19T09:43:58.429Z] #71 0.957 + TMP_GOPATH= [2022-05-19T09:43:58.429Z] #71 0.958 + : /build [2022-05-19T09:43:58.429Z] #71 0.958 + '[' -z '' ']' [2022-05-19T09:43:58.429Z] #71 0.959 ++ mktemp -d [2022-05-19T09:43:58.429Z] #71 0.960 + export GOPATH=/tmp/tmp.Ku5EYr425A [2022-05-19T09:43:58.429Z] #71 0.960 + GOPATH=/tmp/tmp.Ku5EYr425A [2022-05-19T09:43:58.429Z] #71 0.960 + RM_GOPATH=1 [2022-05-19T09:43:58.429Z] #71 0.961 + case "$(go env GOARCH)" in [2022-05-19T09:43:58.429Z] #71 0.961 ++ go env GOARCH [2022-05-19T09:43:58.429Z] #71 0.973 + export GO_BUILDMODE=-buildmode=pie [2022-05-19T09:43:58.429Z] #71 0.973 + GO_BUILDMODE=-buildmode=pie [2022-05-19T09:43:58.429Z] #71 0.974 ++ dirname /install.sh [2022-05-19T09:43:58.429Z] #71 0.975 + dir=/ [2022-05-19T09:43:58.429Z] #71 0.975 + bin=containerd [2022-05-19T09:43:58.429Z] #71 0.975 + shift [2022-05-19T09:43:58.429Z] #71 0.975 + '[' '!' -f //containerd.installer ']' [2022-05-19T09:43:58.429Z] #71 0.975 + . //containerd.installer [2022-05-19T09:43:58.429Z] #71 0.976 ++ set -e [2022-05-19T09:43:58.429Z] #71 0.976 ++ : v1.6.4 [2022-05-19T09:43:58.429Z] #71 0.976 + install_containerd [2022-05-19T09:43:58.429Z] #71 0.977 + echo 'Install containerd version v1.6.4' [2022-05-19T09:43:58.429Z] #71 0.977 Install containerd version v1.6.4 [2022-05-19T09:43:58.429Z] #71 0.977 + git clone https://github.com/containerd/containerd.git /tmp/tmp.Ku5EYr425A/src/github.com/containerd/containerd [2022-05-19T09:43:58.429Z] #71 0.983 Cloning into '/tmp/tmp.Ku5EYr425A/src/github.com/containerd/containerd'... [2022-05-19T09:43:58.795Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:74, shared: false, mustBeShared: false [2022-05-19T09:43:59.054Z] --- PASS: TestDaemonIpcModePrivate (1.23s) [2022-05-19T09:43:59.054Z] === RUN TestDaemonIpcModePrivateFromConfig [2022-05-19T09:43:59.054Z] ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-05-19T09:43:59.054Z] --- SKIP: TestDaemonIpcModePrivateFromConfig (0.00s) [2022-05-19T09:43:59.054Z] === RUN TestDaemonIpcModeShareableFromConfig [2022-05-19T09:43:59.054Z] ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-05-19T09:43:59.054Z] --- SKIP: TestDaemonIpcModeShareableFromConfig (0.00s) [2022-05-19T09:43:59.054Z] === RUN TestIpcModeOlderClient [2022-05-19T09:43:59.054Z] === PAUSE TestIpcModeOlderClient [2022-05-19T09:43:59.054Z] === RUN TestKillContainerInvalidSignal [2022-05-19T09:43:59.621Z] --- PASS: TestKillContainerInvalidSignal (0.45s) [2022-05-19T09:43:59.621Z] === RUN TestKillContainer [2022-05-19T09:43:59.621Z] === RUN TestKillContainer/no_signal [2022-05-19T09:43:59.927Z] #64 308.2 + bin/containerd-shim-runc-v1 [2022-05-19T09:44:00.188Z] === RUN TestKillContainer/non_killing_signal [2022-05-19T09:44:00.351Z] #71 ... [2022-05-19T09:44:00.351Z] [2022-05-19T09:44:00.351Z] #49 [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-05-19T09:44:00.351Z] #49 sha256:dcf46e25fcf51c3262bd462f56d6beec9a737f6358b1cf662f296adcecda9132 [2022-05-19T09:44:00.351Z] #49 31.46 Reading package lists... [2022-05-19T09:44:00.351Z] #49 40.36 Building dependency tree... [2022-05-19T09:44:00.351Z] #49 44.42 The following additional packages will be installed: [2022-05-19T09:44:00.351Z] #49 44.45 cmake-data libarchive13 libjsoncpp24 librhash0 libuv1 xxd [2022-05-19T09:44:00.351Z] #49 44.49 Suggested packages: [2022-05-19T09:44:00.351Z] #49 44.49 cmake-doc ninja-build lrzip [2022-05-19T09:44:00.351Z] #49 44.49 Recommended packages: [2022-05-19T09:44:00.351Z] #49 44.49 vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2022-05-19T09:44:00.351Z] #49 45.21 The following NEW packages will be installed: [2022-05-19T09:44:00.351Z] #49 45.24 cmake cmake-data libarchive13 libjsoncpp24 librhash0 libuv1 vim-common xxd [2022-05-19T09:44:00.351Z] #49 45.62 0 upgraded, 8 newly installed, 0 to remove and 2 not upgraded. [2022-05-19T09:44:00.351Z] #49 45.62 Need to get 8418 kB of archives. [2022-05-19T09:44:00.351Z] #49 45.62 After this operation, 34.9 MB of additional disk space will be used. [2022-05-19T09:44:00.351Z] #49 45.62 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-05-19T09:44:00.351Z] #49 45.62 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2022-05-19T09:44:00.351Z] #49 45.63 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2+deb11u1 [1725 kB] [2022-05-19T09:44:00.351Z] #49 45.66 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+deb11u1 [343 kB] [2022-05-19T09:44:00.351Z] #49 45.67 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB] [2022-05-19T09:44:00.351Z] #49 45.67 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB] [2022-05-19T09:44:00.351Z] #49 45.68 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB] [2022-05-19T09:44:00.351Z] #49 45.68 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2+deb11u1 [5593 kB] [2022-05-19T09:44:00.351Z] #49 46.52 debconf: delaying package configuration, since apt-utils is not installed [2022-05-19T09:44:00.351Z] #49 46.84 Fetched 8418 kB in 0s (18.6 MB/s) [2022-05-19T09:44:00.351Z] #49 46.91 Selecting previously unselected package xxd. [2022-05-19T09:44:00.351Z] #49 46.91 (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-05-19T09:44:00.351Z] #49 46.95 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-05-19T09:44:00.351Z] #49 46.97 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-05-19T09:44:00.351Z] #49 47.13 Selecting previously unselected package vim-common. [2022-05-19T09:44:00.351Z] #49 47.14 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-05-19T09:44:00.351Z] #49 47.16 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-05-19T09:44:00.351Z] #49 47.32 Selecting previously unselected package cmake-data. [2022-05-19T09:44:00.351Z] #49 47.32 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ... [2022-05-19T09:44:00.351Z] #49 47.33 Unpacking cmake-data (3.18.4-2+deb11u1) ... [2022-05-19T09:44:00.351Z] #49 48.42 Selecting previously unselected package libarchive13:amd64. [2022-05-19T09:44:00.351Z] #49 48.43 Preparing to unpack .../3-libarchive13_3.4.3-2+deb11u1_amd64.deb ... [2022-05-19T09:44:00.351Z] #49 48.44 Unpacking libarchive13:amd64 (3.4.3-2+deb11u1) ... [2022-05-19T09:44:00.351Z] #49 48.53 Selecting previously unselected package libjsoncpp24:amd64. [2022-05-19T09:44:00.351Z] #49 48.54 Preparing to unpack .../4-libjsoncpp24_1.9.4-4_amd64.deb ... [2022-05-19T09:44:00.351Z] #49 48.54 Unpacking libjsoncpp24:amd64 (1.9.4-4) ... [2022-05-19T09:44:00.351Z] #49 48.59 Selecting previously unselected package librhash0:amd64. [2022-05-19T09:44:00.351Z] #49 48.59 Preparing to unpack .../5-librhash0_1.4.1-2_amd64.deb ... [2022-05-19T09:44:00.351Z] #49 48.60 Unpacking librhash0:amd64 (1.4.1-2) ... [2022-05-19T09:44:00.351Z] #49 48.65 Selecting previously unselected package libuv1:amd64. [2022-05-19T09:44:00.351Z] #49 48.66 Preparing to unpack .../6-libuv1_1.40.0-2_amd64.deb ... [2022-05-19T09:44:00.351Z] #49 48.67 Unpacking libuv1:amd64 (1.40.0-2) ... [2022-05-19T09:44:00.351Z] #49 48.74 Selecting previously unselected package cmake. [2022-05-19T09:44:00.351Z] #49 48.74 Preparing to unpack .../7-cmake_3.18.4-2+deb11u1_amd64.deb ... [2022-05-19T09:44:00.351Z] #49 48.75 Unpacking cmake (3.18.4-2+deb11u1) ... [2022-05-19T09:44:00.351Z] #49 50.18 Setting up libarchive13:amd64 (3.4.3-2+deb11u1) ... [2022-05-19T09:44:00.351Z] #49 50.19 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-05-19T09:44:00.351Z] #49 50.20 Setting up libuv1:amd64 (1.40.0-2) ... [2022-05-19T09:44:00.351Z] #49 50.21 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-05-19T09:44:00.351Z] #49 50.24 Setting up libjsoncpp24:amd64 (1.9.4-4) ... [2022-05-19T09:44:00.351Z] #49 50.26 Setting up librhash0:amd64 (1.4.1-2) ... [2022-05-19T09:44:00.351Z] #49 50.27 Setting up cmake-data (3.18.4-2+deb11u1) ... [2022-05-19T09:44:00.351Z] #49 50.29 Setting up cmake (3.18.4-2+deb11u1) ... [2022-05-19T09:44:00.351Z] #49 50.30 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-05-19T09:44:00.447Z] === RUN TestKillContainer/killing_signal [2022-05-19T09:44:00.618Z] #49 ... [2022-05-19T09:44:00.618Z] [2022-05-19T09:44:00.618Z] #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-05-19T09:44:00.618Z] #20 sha256:d5a6ee695fa28224a1dc282af0dd2426524d9c3f2f16e496b8b76a26d0991110 [2022-05-19T09:44:00.618Z] #20 47.80 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-05-19T09:44:00.618Z] #20 48.03 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-05-19T09:44:00.618Z] #20 48.03 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB] [2022-05-19T09:44:00.618Z] #20 48.03 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB] [2022-05-19T09:44:00.618Z] #20 48.04 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-05-19T09:44:00.618Z] #20 48.05 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-05-19T09:44:00.618Z] #20 48.06 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-05-19T09:44:00.618Z] #20 48.06 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-7 [123 kB] [2022-05-19T09:44:00.618Z] #20 48.07 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB] [2022-05-19T09:44:00.618Z] #20 48.07 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2 [231 kB] [2022-05-19T09:44:00.618Z] #20 48.08 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2 [220 kB] [2022-05-19T09:44:00.618Z] #20 48.09 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2 [49.1 kB] [2022-05-19T09:44:00.618Z] #20 48.09 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2 [731 kB] [2022-05-19T09:44:00.618Z] #20 48.11 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB] [2022-05-19T09:44:00.618Z] #20 48.11 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-05-19T09:44:00.618Z] #20 48.11 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1+deb11u1 [92.4 kB] [2022-05-19T09:44:00.618Z] #20 48.12 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-7 [401 kB] [2022-05-19T09:44:00.618Z] #20 48.55 debconf: delaying package configuration, since apt-utils is not installed [2022-05-19T09:44:00.618Z] #20 48.71 Fetched 115 MB in 3s (39.8 MB/s) [2022-05-19T09:44:00.618Z] #20 48.74 Selecting previously unselected package binutils-mingw-w64-i686. [2022-05-19T09:44:00.618Z] #20 48.74 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 30207 files and directories currently installed.) [2022-05-19T09:44:00.618Z] #20 48.78 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ... [2022-05-19T09:44:00.618Z] #20 48.78 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-05-19T09:44:00.618Z] #20 49.42 Selecting previously unselected package binutils-mingw-w64-x86-64. [2022-05-19T09:44:00.618Z] #20 49.43 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ... [2022-05-19T09:44:00.618Z] #20 49.43 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-05-19T09:44:00.618Z] #20 50.25 Selecting previously unselected package binutils-mingw-w64. [2022-05-19T09:44:00.618Z] #20 50.26 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ... [2022-05-19T09:44:00.618Z] #20 50.27 Unpacking binutils-mingw-w64 (2.35-2+8.11) ... [2022-05-19T09:44:00.618Z] #20 50.33 Selecting previously unselected package libdevmapper1.02.1:amd64. [2022-05-19T09:44:00.618Z] #20 50.33 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-05-19T09:44:00.618Z] #20 50.35 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-05-19T09:44:00.618Z] #20 50.46 Selecting previously unselected package dmsetup. [2022-05-19T09:44:00.884Z] #20 50.47 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ... [2022-05-19T09:44:00.884Z] #20 50.48 Unpacking dmsetup (2:1.02.175-2.1) ... [2022-05-19T09:44:00.884Z] #20 ... [2022-05-19T09:44:00.884Z] [2022-05-19T09:44:00.884Z] #49 [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-05-19T09:44:00.884Z] #49 sha256:dcf46e25fcf51c3262bd462f56d6beec9a737f6358b1cf662f296adcecda9132 [2022-05-19T09:44:00.884Z] #49 DONE 50.7s [2022-05-19T09:44:00.884Z] [2022-05-19T09:44:00.884Z] #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-05-19T09:44:00.884Z] #20 sha256:d5a6ee695fa28224a1dc282af0dd2426524d9c3f2f16e496b8b76a26d0991110 [2022-05-19T09:44:00.884Z] #20 50.62 Selecting previously unselected package mingw-w64-common. [2022-05-19T09:44:00.884Z] #20 50.62 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ... [2022-05-19T09:44:00.884Z] #20 50.64 Unpacking mingw-w64-common (8.0.0-1) ... [2022-05-19T09:44:01.014Z] --- PASS: TestKillContainer (1.45s) [2022-05-19T09:44:01.014Z] --- PASS: TestKillContainer/no_signal (0.44s) [2022-05-19T09:44:01.014Z] --- PASS: TestKillContainer/non_killing_signal (0.32s) [2022-05-19T09:44:01.014Z] --- PASS: TestKillContainer/killing_signal (0.44s) [2022-05-19T09:44:01.014Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-05-19T09:44:01.014Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2022-05-19T09:44:01.149Z] #20 ... [2022-05-19T09:44:01.149Z] [2022-05-19T09:44:01.149Z] #50 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2022-05-19T09:44:01.149Z] #50 sha256:1d7cbdd7c01030845b0e36cb0b57e333c5106151cdc2b9d3ee6dd17d31e58b6f [2022-05-19T09:44:01.149Z] #50 DONE 0.1s [2022-05-19T09:44:01.149Z] [2022-05-19T09:44:01.149Z] #51 [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-05-19T09:44:01.150Z] #51 sha256:273700261ad29a8b9060bf8c4c35beee94e4ea5d18f9f3f981a4c887a74fad1d [2022-05-19T09:44:01.351Z] ok github.com/docker/docker/libnetwork/networkdb 104.152s coverage: 60.0% of statements [2022-05-19T09:44:01.351Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2022-05-19T09:44:01.351Z] ok github.com/docker/docker/libnetwork/options 0.007s coverage: 100.0% of statements [2022-05-19T09:44:01.351Z] ok github.com/docker/docker/libnetwork/osl 4.325s coverage: 39.7% of statements [2022-05-19T09:44:01.351Z] ok github.com/docker/docker/libnetwork/osl/kernel 0.003s coverage: 20.0% of statements [2022-05-19T09:44:01.351Z] ok github.com/docker/docker/libnetwork/portallocator 0.007s coverage: 86.1% of statements [2022-05-19T09:44:01.351Z] ok github.com/docker/docker/libnetwork/portmapper 0.256s coverage: 48.6% of statements [2022-05-19T09:44:01.412Z] #51 ... [2022-05-19T09:44:01.412Z] [2022-05-19T09:44:01.412Z] #74 [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-05-19T09:44:01.412Z] #74 sha256:3cc6bcc810a0d3ee814dde86e3dff0bd73ba048e20fa6f77f43c849aa1f42bef [2022-05-19T09:44:01.412Z] #74 48.02 + for f in rootlesskit rootlesskit-docker-proxy [2022-05-19T09:44:01.412Z] #74 48.02 + GOBIN=/build [2022-05-19T09:44:01.412Z] #74 48.02 + GO111MODULE=on [2022-05-19T09:44:01.412Z] #74 48.02 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@1920341cd41e047834a21007424162a2dc946315 [2022-05-19T09:44:01.412Z] #74 50.93 rootlesskit version 1.0.0 [2022-05-19T09:44:01.412Z] #74 50.95 Usage of /build/rootlesskit-docker-proxy: [2022-05-19T09:44:01.412Z] #74 50.95 -container-ip string [2022-05-19T09:44:01.412Z] #74 50.95 container ip [2022-05-19T09:44:01.412Z] #74 50.95 -container-port int [2022-05-19T09:44:01.412Z] #74 50.95 container port (default -1) [2022-05-19T09:44:01.412Z] #74 50.95 -host-ip string [2022-05-19T09:44:01.412Z] #74 50.95 host ip [2022-05-19T09:44:01.412Z] #74 50.95 -host-port int [2022-05-19T09:44:01.412Z] #74 50.95 host port (default -1) [2022-05-19T09:44:01.412Z] #74 50.95 -proto string [2022-05-19T09:44:01.412Z] #74 50.95 proxy protocol (default "tcp") [2022-05-19T09:44:01.412Z] #74 DONE 51.1s [2022-05-19T09:44:01.412Z] [2022-05-19T09:44:01.412Z] #75 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build [2022-05-19T09:44:01.412Z] #75 sha256:409fa44ad34f02b24dfb68d019e87fa4ea7806a1577ee3ae315eaf14a40967d4 [2022-05-19T09:44:01.412Z] #75 DONE 0.1s [2022-05-19T09:44:01.581Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2022-05-19T09:44:01.613Z] ok github.com/docker/docker/libnetwork/resolvconf 0.003s coverage: 70.6% of statements [2022-05-19T09:44:01.613Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2022-05-19T09:44:01.674Z] [2022-05-19T09:44:01.674Z] #76 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-05-19T09:44:01.674Z] #76 sha256:48b094b9dc7637723224c854803d2ed2721b096838fbed3a4043ecef9fbc6500 [2022-05-19T09:44:01.674Z] #76 DONE 0.1s [2022-05-19T09:44:01.674Z] [2022-05-19T09:44:01.674Z] #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-05-19T09:44:01.674Z] #20 sha256:d5a6ee695fa28224a1dc282af0dd2426524d9c3f2f16e496b8b76a26d0991110 [2022-05-19T09:44:01.874Z] ok github.com/docker/docker/libnetwork/types 0.002s coverage: 37.3% of statements [2022-05-19T09:44:01.874Z] [2022-05-19T09:44:01.874Z] === Skipped [2022-05-19T09:44:01.874Z] === SKIP: libnetwork TestParallel1 (0.00s) [2022-05-19T09:44:01.874Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-05-19T09:44:01.874Z] [2022-05-19T09:44:01.874Z] === SKIP: libnetwork TestParallel3 (0.00s) [2022-05-19T09:44:01.874Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-05-19T09:44:01.874Z] [2022-05-19T09:44:01.874Z] === SKIP: libnetwork TestParallel2 (0.00s) [2022-05-19T09:44:01.874Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-05-19T09:44:01.874Z] [2022-05-19T09:44:01.874Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2022-05-19T09:44:01.874Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-19T09:44:01.874Z] [2022-05-19T09:44:01.874Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2022-05-19T09:44:01.874Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-19T09:44:01.874Z] [2022-05-19T09:44:01.874Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2022-05-19T09:44:01.874Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-19T09:44:01.874Z] [2022-05-19T09:44:01.874Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2022-05-19T09:44:01.874Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-19T09:44:01.874Z] [2022-05-19T09:44:01.874Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2022-05-19T09:44:01.874Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-19T09:44:01.874Z] [2022-05-19T09:44:01.874Z] === SKIP: libnetwork/iptables TestFirewalldInit (0.00s) [2022-05-19T09:44:01.874Z] firewalld_test.go:14: firewalld is not running [2022-05-19T09:44:01.874Z] [2022-05-19T09:44:01.874Z] DONE 326 tests, 9 skipped in 199.782s [2022-05-19T09:44:02.147Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (0.98s) [2022-05-19T09:44:02.147Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.47s) [2022-05-19T09:44:02.147Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.28s) [2022-05-19T09:44:02.147Z] === RUN TestKillStoppedContainer [2022-05-19T09:44:02.147Z] --- PASS: TestKillStoppedContainer (0.04s) [2022-05-19T09:44:02.147Z] === RUN TestKillStoppedContainerAPIPre120 [2022-05-19T09:44:02.147Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s) [2022-05-19T09:44:02.147Z] === RUN TestKillDifferentUserContainer Post stage [Pipeline] junit [2022-05-19T09:44:02.469Z] Recording test results [2022-05-19T09:44:02.617Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-05-19T09:44:02.714Z] --- PASS: TestKillDifferentUserContainer (0.47s) [2022-05-19T09:44:02.714Z] === RUN TestInspectOomKilledTrue [2022-05-19T09:44:02.714Z] kill_test.go:158: testEnv.DaemonInfo.CgroupDriver == "none" [2022-05-19T09:44:02.714Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2022-05-19T09:44:02.714Z] === RUN TestInspectOomKilledFalse [2022-05-19T09:44:02.714Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-05-19T09:44:02.714Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2022-05-19T09:44:02.714Z] === RUN TestLinksEtcHostsContentMatch [2022-05-19T09:44:02.714Z] links_linux_test.go:18: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts [2022-05-19T09:44:02.714Z] --- SKIP: TestLinksEtcHostsContentMatch (0.00s) [2022-05-19T09:44:02.714Z] === RUN TestLinksContainerNames [2022-05-19T09:44:02.997Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43557/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr8 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=c96cfe37a4e86f40c7da756c97e7071aeab55413 -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:c96cfe37a4e86f40c7da756c97e7071aeab55413 hack/make.sh dynbinary test-integration [2022-05-19T09:44:03.068Z] #20 ... [2022-05-19T09:44:03.068Z] [2022-05-19T09:44:03.068Z] #51 [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-05-19T09:44:03.068Z] #51 sha256:273700261ad29a8b9060bf8c4c35beee94e4ea5d18f9f3f981a4c887a74fad1d [2022-05-19T09:44:03.068Z] #51 1.063 + RM_GOPATH=0 [2022-05-19T09:44:03.068Z] #51 1.063 + TMP_GOPATH= [2022-05-19T09:44:03.068Z] #51 1.063 + : /build [2022-05-19T09:44:03.068Z] #51 1.063 + '[' -z '' ']' [2022-05-19T09:44:03.068Z] #51 1.063 ++ mktemp -d [2022-05-19T09:44:03.068Z] #51 1.072 + export GOPATH=/tmp/tmp.8XSVdAEmTZ [2022-05-19T09:44:03.068Z] #51 1.072 + GOPATH=/tmp/tmp.8XSVdAEmTZ [2022-05-19T09:44:03.068Z] #51 1.072 + RM_GOPATH=1 [2022-05-19T09:44:03.068Z] #51 1.072 + case "$(go env GOARCH)" in [2022-05-19T09:44:03.068Z] #51 1.072 ++ go env GOARCH [2022-05-19T09:44:03.068Z] #51 1.080 + export GO_BUILDMODE=-buildmode=pie [2022-05-19T09:44:03.068Z] #51 1.080 + GO_BUILDMODE=-buildmode=pie [2022-05-19T09:44:03.068Z] #51 1.080 ++ dirname /install.sh [2022-05-19T09:44:03.068Z] #51 1.083 Install tini version v0.19.0 [2022-05-19T09:44:03.068Z] #51 1.083 + dir=/ [2022-05-19T09:44:03.068Z] #51 1.083 + bin=tini [2022-05-19T09:44:03.068Z] #51 1.083 + shift [2022-05-19T09:44:03.068Z] #51 1.083 + '[' '!' -f //tini.installer ']' [2022-05-19T09:44:03.068Z] #51 1.083 + . //tini.installer [2022-05-19T09:44:03.068Z] #51 1.083 ++ : v0.19.0 [2022-05-19T09:44:03.068Z] #51 1.083 + install_tini [2022-05-19T09:44:03.068Z] #51 1.083 + echo 'Install tini version v0.19.0' [2022-05-19T09:44:03.068Z] #51 1.083 + git clone https://github.com/krallin/tini.git /tmp/tmp.8XSVdAEmTZ/tini [2022-05-19T09:44:03.068Z] #51 1.097 Cloning into '/tmp/tmp.8XSVdAEmTZ/tini'... [2022-05-19T09:44:03.068Z] #51 1.680 + cd /tmp/tmp.8XSVdAEmTZ/tini [2022-05-19T09:44:03.068Z] #51 1.681 + git checkout -q v0.19.0 [2022-05-19T09:44:03.068Z] #51 1.706 + cmake . [2022-05-19T09:44:03.068Z] #51 2.020 -- The C compiler identification is GNU 10.2.1 [2022-05-19T09:44:03.068Z] #51 2.067 -- Detecting C compiler ABI info [2022-05-19T09:44:03.257Z] [2022-05-19T09:44:03.257Z] Removing bundles/ [2022-05-19T09:44:03.257Z] [2022-05-19T09:44:03.257Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2022-05-19T09:44:03.331Z] #51 2.341 -- Detecting C compiler ABI info - done [2022-05-19T09:44:03.331Z] #51 2.371 -- Check for working C compiler: /usr/bin/cc - skipped [2022-05-19T09:44:03.331Z] #51 2.372 -- Detecting C compile features [2022-05-19T09:44:03.331Z] #51 2.373 -- Detecting C compile features - done [2022-05-19T09:44:03.331Z] #51 2.388 -- Performing Test HAS_BUILTIN_FORTIFY [2022-05-19T09:44:03.331Z] #51 2.457 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2022-05-19T09:44:03.518Z] Building: bundles/dynbinary-daemon/dockerd-dev [2022-05-19T09:44:03.518Z] GOOS="" GOARCH="" GOARM="" [2022-05-19T09:44:03.593Z] #51 2.490 -- Configuring done [2022-05-19T09:44:03.593Z] #51 2.502 -- Generating done [2022-05-19T09:44:03.593Z] #51 2.508 -- Build files have been written to: /tmp/tmp.8XSVdAEmTZ/tini [2022-05-19T09:44:03.593Z] #51 2.512 + make tini-static [2022-05-19T09:44:03.650Z] --- PASS: TestLinksContainerNames (0.92s) [2022-05-19T09:44:03.650Z] === RUN TestLogsFollowTailEmpty [2022-05-19T09:44:03.855Z] #51 2.636 Scanning dependencies of target tini-static [2022-05-19T09:44:03.855Z] #51 2.666 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2022-05-19T09:44:03.909Z] --- PASS: TestLogsFollowTailEmpty (0.50s) [2022-05-19T09:44:03.909Z] === RUN TestContainerNetworkMountsNoChown [2022-05-19T09:44:04.118Z] #51 3.051 [100%] Linking C executable tini-static [2022-05-19T09:44:04.379Z] #51 3.203 [100%] Built target tini-static [2022-05-19T09:44:04.379Z] #51 3.230 + mkdir -p /build [2022-05-19T09:44:04.379Z] #51 3.232 + cp tini-static /build/docker-init [2022-05-19T09:44:04.379Z] #51 DONE 3.5s [2022-05-19T09:44:04.379Z] [2022-05-19T09:44:04.379Z] #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-05-19T09:44:04.379Z] #20 sha256:d5a6ee695fa28224a1dc282af0dd2426524d9c3f2f16e496b8b76a26d0991110 [2022-05-19T09:44:04.379Z] #20 53.25 Selecting previously unselected package mingw-w64-x86-64-dev. [2022-05-19T09:44:04.379Z] #20 53.26 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ... [2022-05-19T09:44:04.379Z] #20 53.26 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ... [2022-05-19T09:44:04.475Z] --- PASS: TestContainerNetworkMountsNoChown (0.47s) [2022-05-19T09:44:04.475Z] === RUN TestMountDaemonRoot [2022-05-19T09:44:04.475Z] === RUN TestMountDaemonRoot/default [2022-05-19T09:44:04.475Z] === PAUSE TestMountDaemonRoot/default [2022-05-19T09:44:04.475Z] === RUN TestMountDaemonRoot/private [2022-05-19T09:44:04.475Z] === PAUSE TestMountDaemonRoot/private [2022-05-19T09:44:04.475Z] === RUN TestMountDaemonRoot/rprivate [2022-05-19T09:44:04.475Z] === PAUSE TestMountDaemonRoot/rprivate [2022-05-19T09:44:04.475Z] === RUN TestMountDaemonRoot/slave [2022-05-19T09:44:04.475Z] === PAUSE TestMountDaemonRoot/slave [2022-05-19T09:44:04.475Z] === RUN TestMountDaemonRoot/rslave [2022-05-19T09:44:04.475Z] === PAUSE TestMountDaemonRoot/rslave [2022-05-19T09:44:04.475Z] === RUN TestMountDaemonRoot/shared [2022-05-19T09:44:04.475Z] === PAUSE TestMountDaemonRoot/shared [2022-05-19T09:44:04.475Z] === RUN TestMountDaemonRoot/rshared [2022-05-19T09:44:04.475Z] === PAUSE TestMountDaemonRoot/rshared [2022-05-19T09:44:04.475Z] === CONT TestMountDaemonRoot/default [2022-05-19T09:44:04.475Z] === CONT TestMountDaemonRoot/shared [2022-05-19T09:44:04.475Z] === CONT TestMountDaemonRoot/rprivate [2022-05-19T09:44:04.475Z] === CONT TestMountDaemonRoot/slave [2022-05-19T09:44:04.475Z] === CONT TestMountDaemonRoot/rslave [2022-05-19T09:44:04.475Z] === CONT TestMountDaemonRoot/private [2022-05-19T09:44:04.475Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2022-05-19T09:44:04.475Z] === RUN TestMountDaemonRoot/rslave/bind_root [2022-05-19T09:44:04.475Z] === RUN TestMountDaemonRoot/shared/bind_root [2022-05-19T09:44:04.475Z] === RUN TestMountDaemonRoot/private/bind_root [2022-05-19T09:44:04.475Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2022-05-19T09:44:04.475Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2022-05-19T09:44:04.475Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2022-05-19T09:44:04.475Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2022-05-19T09:44:04.475Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2022-05-19T09:44:04.475Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2022-05-19T09:44:04.475Z] === RUN TestMountDaemonRoot/default/mount_subpath [2022-05-19T09:44:04.475Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2022-05-19T09:44:04.475Z] === PAUSE TestMountDaemonRoot/private/bind_root [2022-05-19T09:44:04.475Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2022-05-19T09:44:04.475Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2022-05-19T09:44:04.475Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2022-05-19T09:44:04.476Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2022-05-19T09:44:04.476Z] === RUN TestMountDaemonRoot/default/bind_root [2022-05-19T09:44:04.476Z] === RUN TestMountDaemonRoot/shared/mount_root [2022-05-19T09:44:04.476Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2022-05-19T09:44:04.476Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2022-05-19T09:44:04.476Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2022-05-19T09:44:04.476Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2022-05-19T09:44:04.476Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2022-05-19T09:44:04.476Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2022-05-19T09:44:04.476Z] === PAUSE TestMountDaemonRoot/default/bind_root [2022-05-19T09:44:04.476Z] === RUN TestMountDaemonRoot/slave/bind_root [2022-05-19T09:44:04.476Z] === RUN TestMountDaemonRoot/default/bind_subpath [2022-05-19T09:44:04.476Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2022-05-19T09:44:04.476Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2022-05-19T09:44:04.476Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2022-05-19T09:44:04.476Z] === RUN TestMountDaemonRoot/private/bind_subpath [2022-05-19T09:44:04.476Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2022-05-19T09:44:04.476Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2022-05-19T09:44:04.476Z] === RUN TestMountDaemonRoot/slave/mount_root [2022-05-19T09:44:04.476Z] === RUN TestMountDaemonRoot/rslave/mount_root [2022-05-19T09:44:04.476Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2022-05-19T09:44:04.476Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2022-05-19T09:44:04.476Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2022-05-19T09:44:04.476Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2022-05-19T09:44:04.476Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2022-05-19T09:44:04.476Z] === RUN TestMountDaemonRoot/private/mount_root [2022-05-19T09:44:04.476Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2022-05-19T09:44:04.476Z] === PAUSE TestMountDaemonRoot/private/mount_root [2022-05-19T09:44:04.476Z] === RUN TestMountDaemonRoot/private/mount_subpath [2022-05-19T09:44:04.476Z] === RUN TestMountDaemonRoot/default/mount_root [2022-05-19T09:44:04.476Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2022-05-19T09:44:04.476Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2022-05-19T09:44:04.476Z] === PAUSE TestMountDaemonRoot/default/mount_root [2022-05-19T09:44:04.476Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2022-05-19T09:44:04.476Z] === CONT TestMountDaemonRoot/shared/bind_root [2022-05-19T09:44:04.476Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2022-05-19T09:44:04.476Z] === CONT TestMountDaemonRoot/shared/mount_root [2022-05-19T09:44:04.476Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2022-05-19T09:44:04.476Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2022-05-19T09:44:04.476Z] === CONT TestMountDaemonRoot/rshared [2022-05-19T09:44:04.476Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2022-05-19T09:44:04.476Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2022-05-19T09:44:04.476Z] === RUN TestMountDaemonRoot/rshared/bind_root [2022-05-19T09:44:04.476Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2022-05-19T09:44:04.476Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2022-05-19T09:44:04.476Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2022-05-19T09:44:04.476Z] === RUN TestMountDaemonRoot/rshared/mount_root [2022-05-19T09:44:04.476Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2022-05-19T09:44:04.476Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2022-05-19T09:44:04.476Z] === CONT TestMountDaemonRoot/rslave/bind_root [2022-05-19T09:44:04.476Z] === CONT TestMountDaemonRoot/private/bind_root [2022-05-19T09:44:04.476Z] === CONT TestMountDaemonRoot/default/mount_subpath [2022-05-19T09:44:04.476Z] === CONT TestMountDaemonRoot/rslave/mount_root [2022-05-19T09:44:04.476Z] === CONT TestMountDaemonRoot/default/mount_root [2022-05-19T09:44:04.476Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2022-05-19T09:44:04.476Z] === CONT TestMountDaemonRoot/default/bind_subpath [2022-05-19T09:44:04.476Z] === CONT TestMountDaemonRoot/default/bind_root [2022-05-19T09:44:04.476Z] === CONT TestMountDaemonRoot/private/mount_root [2022-05-19T09:44:04.476Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2022-05-19T09:44:04.476Z] === CONT TestMountDaemonRoot/private/bind_subpath [2022-05-19T09:44:04.476Z] === CONT TestMountDaemonRoot/slave/bind_root [2022-05-19T09:44:04.476Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2022-05-19T09:44:04.476Z] === CONT TestMountDaemonRoot/slave/mount_root [2022-05-19T09:44:04.476Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2022-05-19T09:44:04.476Z] === CONT TestMountDaemonRoot/private/mount_subpath [2022-05-19T09:44:04.476Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2022-05-19T09:44:04.735Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2022-05-19T09:44:04.735Z] === CONT TestMountDaemonRoot/rshared/mount_root [2022-05-19T09:44:04.735Z] === CONT TestMountDaemonRoot/rshared/bind_root [2022-05-19T09:44:04.735Z] --- PASS: TestMountDaemonRoot (0.02s) [2022-05-19T09:44:04.735Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2022-05-19T09:44:04.735Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s) [2022-05-19T09:44:04.735Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s) [2022-05-19T09:44:04.735Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s) [2022-05-19T09:44:04.735Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s) [2022-05-19T09:44:04.735Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2022-05-19T09:44:04.735Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s) [2022-05-19T09:44:04.735Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2022-05-19T09:44:04.735Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s) [2022-05-19T09:44:04.735Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.03s) [2022-05-19T09:44:04.735Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2022-05-19T09:44:04.735Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.05s) [2022-05-19T09:44:04.735Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.05s) [2022-05-19T09:44:04.735Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.05s) [2022-05-19T09:44:04.735Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.06s) [2022-05-19T09:44:04.735Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2022-05-19T09:44:04.735Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.02s) [2022-05-19T09:44:04.735Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.02s) [2022-05-19T09:44:04.735Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.03s) [2022-05-19T09:44:04.735Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.03s) [2022-05-19T09:44:04.735Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2022-05-19T09:44:04.735Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.03s) [2022-05-19T09:44:04.735Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.03s) [2022-05-19T09:44:04.735Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s) [2022-05-19T09:44:04.735Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.03s) [2022-05-19T09:44:04.735Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2022-05-19T09:44:04.735Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.06s) [2022-05-19T09:44:04.735Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.06s) [2022-05-19T09:44:04.735Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.06s) [2022-05-19T09:44:04.735Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.05s) [2022-05-19T09:44:04.735Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2022-05-19T09:44:04.735Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.06s) [2022-05-19T09:44:04.735Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.05s) [2022-05-19T09:44:04.735Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.05s) [2022-05-19T09:44:04.735Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.05s) [2022-05-19T09:44:04.735Z] === RUN TestContainerBindMountNonRecursive [2022-05-19T09:44:04.735Z] 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-05-19T09:44:04.735Z] --- SKIP: TestContainerBindMountNonRecursive (0.02s) [2022-05-19T09:44:04.735Z] === RUN TestContainerVolumesMountedAsShared [2022-05-19T09:44:04.735Z] 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-05-19T09:44:04.735Z] --- SKIP: TestContainerVolumesMountedAsShared (0.00s) [2022-05-19T09:44:04.735Z] === RUN TestContainerVolumesMountedAsSlave [2022-05-19T09:44:04.735Z] 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-05-19T09:44:04.735Z] --- SKIP: TestContainerVolumesMountedAsSlave (0.00s) [2022-05-19T09:44:04.735Z] === RUN TestNetworkNat [2022-05-19T09:44:05.303Z] --- PASS: TestNetworkNat (0.56s) [2022-05-19T09:44:05.303Z] === RUN TestNetworkLocalhostTCPNat [2022-05-19T09:44:05.562Z] --- PASS: TestNetworkLocalhostTCPNat (0.46s) [2022-05-19T09:44:05.562Z] === RUN TestNetworkLoopbackNat [2022-05-19T09:44:05.814Z] #20 55.55 Selecting previously unselected package gcc-mingw-w64-base. [2022-05-19T09:44:05.814Z] #20 55.55 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ... [2022-05-19T09:44:05.814Z] #20 55.56 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-05-19T09:44:05.814Z] #20 55.66 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime. [2022-05-19T09:44:06.097Z] #20 55.67 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ... [2022-05-19T09:44:06.097Z] #20 55.68 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-05-19T09:44:06.493Z] #64 314.5 + bin/containerd-shim-runc-v2 [2022-05-19T09:44:06.493Z] #64 315.3 + binaries [2022-05-19T09:44:06.493Z] #64 315.3 + install -D bin/containerd /build/containerd [2022-05-19T09:44:06.493Z] #64 315.4 + install -D bin/containerd-shim /build/containerd-shim [2022-05-19T09:44:06.493Z] #64 315.4 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2022-05-19T09:44:06.493Z] #64 315.4 + install -D bin/ctr /build/ctr [2022-05-19T09:44:06.547Z] [2022-05-19T09:44:06.547Z] Name Version Source Summary [2022-05-19T09:44:06.547Z] ---- ------- ------ ------- [2022-05-19T09:44:06.547Z] 7Zip4Powershell 2.1.0 PSGallery Powershell ... [2022-05-19T09:44:06.547Z] [2022-05-19T09:44:06.547Z] PSPath : Microsoft.PowerShell.Core\FileSystem::C:\containerd [2022-05-19T09:44:06.547Z] PSParentPath : Microsoft.PowerShell.Core\FileSystem::C:\ [2022-05-19T09:44:06.547Z] PSChildName : containerd [2022-05-19T09:44:06.547Z] PSDrive : C [2022-05-19T09:44:06.547Z] PSProvider : Microsoft.PowerShell.Core\FileSystem [2022-05-19T09:44:06.547Z] PSIsContainer : True [2022-05-19T09:44:06.547Z] Name : containerd [2022-05-19T09:44:06.547Z] FullName : C:\containerd [2022-05-19T09:44:06.547Z] Parent : [2022-05-19T09:44:06.547Z] Exists : True [2022-05-19T09:44:06.547Z] Root : C:\ [2022-05-19T09:44:06.547Z] Extension : [2022-05-19T09:44:06.547Z] CreationTime : 5/19/2022 9:44:05 AM [2022-05-19T09:44:06.547Z] CreationTimeUtc : 5/19/2022 9:44:05 AM [2022-05-19T09:44:06.547Z] LastAccessTime : 5/19/2022 9:44:05 AM [2022-05-19T09:44:06.547Z] LastAccessTimeUtc : 5/19/2022 9:44:05 AM [2022-05-19T09:44:06.547Z] LastWriteTime : 5/19/2022 9:44:05 AM [2022-05-19T09:44:06.547Z] LastWriteTimeUtc : 5/19/2022 9:44:05 AM [2022-05-19T09:44:06.547Z] Attributes : Directory [2022-05-19T09:44:06.547Z] Mode : d----- [2022-05-19T09:44:06.547Z] BaseName : containerd [2022-05-19T09:44:06.547Z] Target : {} [2022-05-19T09:44:06.547Z] LinkType : [2022-05-19T09:44:06.547Z] [2022-05-19T09:44:08.020Z] #20 57.69 Selecting previously unselected package gcc-mingw-w64-x86-64-posix. [2022-05-19T09:44:08.020Z] #20 57.69 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-05-19T09:44:08.020Z] #20 57.70 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-05-19T09:44:08.122Z] INFO: Ensuring existence of directory C:\gopath\src\github.com\docker\docker\bundles ... [2022-05-19T09:44:08.122Z] INFO: Configuring git core.autocrlf... [2022-05-19T09:44:08.122Z] [2022-05-19T09:44:08.122Z] [2022-05-19T09:44:08.281Z] INFO: Expanding compiler 1 of 3... [2022-05-19T09:44:08.848Z] --- PASS: TestNetworkLoopbackNat (2.59s) [2022-05-19T09:44:08.848Z] === RUN TestPause [2022-05-19T09:44:08.848Z] pause_test.go:25: testEnv.DaemonInfo.CgroupDriver == "none" [2022-05-19T09:44:08.848Z] --- SKIP: TestPause (0.00s) [2022-05-19T09:44:08.848Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-05-19T09:44:08.848Z] pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-05-19T09:44:08.848Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2022-05-19T09:44:08.848Z] === RUN TestPauseStopPausedContainer [2022-05-19T09:44:08.848Z] pause_test.go:73: testEnv.DaemonInfo.CgroupDriver == "none" [2022-05-19T09:44:08.848Z] --- SKIP: TestPauseStopPausedContainer (0.02s) [2022-05-19T09:44:08.848Z] === RUN TestPidHost [2022-05-19T09:44:08.964Z] #47 DONE 298.6s [2022-05-19T09:44:08.964Z] [2022-05-19T09:44:08.964Z] #60 [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-05-19T09:44:08.964Z] #60 sha256:f7e6c4c7a029d3f306b695f7eff2cc12eaa05c51bcff56657754b1bebb4b5c70 [2022-05-19T09:44:08.964Z] #60 ... [2022-05-19T09:44:08.964Z] [2022-05-19T09:44:08.964Z] #48 [dev-systemd-false 17/26] COPY --from=registry /build/ /usr/local/bin/ [2022-05-19T09:44:08.964Z] #48 sha256:e4c53843c29110dc90884383a23d0a28dfbcde6c44f5f7a97aacf6aa72b62daa [2022-05-19T09:44:08.964Z] #48 DONE 0.5s [2022-05-19T09:44:08.964Z] [2022-05-19T09:44:08.964Z] #64 [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-05-19T09:44:08.964Z] #64 sha256:8bad8ba10555dbddf01ea143b484202a3eb27b30f31b8dbee7d335a92fb16664 [2022-05-19T09:44:08.964Z] #64 ... [2022-05-19T09:44:08.964Z] [2022-05-19T09:44:08.964Z] #52 [dev-systemd-false 18/26] COPY --from=criu /build/ /usr/local/bin/ [2022-05-19T09:44:08.964Z] #52 sha256:04e5b8e7de634bc627e90ea2cb702bb18aa5598137f7e84faa610a44f7fdabf1 [2022-05-19T09:44:08.964Z] #52 DONE 0.1s [2022-05-19T09:44:08.964Z] [2022-05-19T09:44:08.964Z] #54 [dev-systemd-false 19/26] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-05-19T09:44:08.964Z] #54 sha256:b4653375534732078784777f17c3697ff21b498c708b1fd9b8c1db748aa43c60 [2022-05-19T09:44:08.964Z] #54 DONE 0.1s [2022-05-19T09:44:08.964Z] [2022-05-19T09:44:08.964Z] #60 [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-05-19T09:44:08.964Z] #60 sha256:f7e6c4c7a029d3f306b695f7eff2cc12eaa05c51bcff56657754b1bebb4b5c70 [2022-05-19T09:44:09.023Z] #64 DONE 317.5s [2022-05-19T09:44:09.415Z] --- PASS: TestPidHost (1.00s) [2022-05-19T09:44:09.415Z] === RUN TestPsFilter [2022-05-19T09:44:09.415Z] --- PASS: TestPsFilter (0.09s) [2022-05-19T09:44:09.415Z] === RUN TestRemoveContainerWithRemovedVolume [2022-05-19T09:44:09.590Z] [2022-05-19T09:44:09.590Z] #65 [dev-systemd-false 23/26] COPY --from=containerd /build/ /usr/local/bin/ [2022-05-19T09:44:09.590Z] #65 sha256:71235d707aa8e27f100f1ef47a524c9dbe6abb76d26b5c46db0925d3f2088111 [2022-05-19T09:44:09.850Z] INFO: Expanding compiler 2 of 3... [2022-05-19T09:44:09.981Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.44s) [2022-05-19T09:44:09.981Z] === RUN TestRemoveContainerWithVolume [2022-05-19T09:44:10.240Z] --- PASS: TestRemoveContainerWithVolume (0.49s) [2022-05-19T09:44:10.240Z] === RUN TestRemoveContainerRunning [2022-05-19T09:44:10.525Z] #65 DONE 0.9s [2022-05-19T09:44:10.525Z] [2022-05-19T09:44:10.525Z] #70 [dev-systemd-false 24/26] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-05-19T09:44:10.525Z] #70 sha256:8ab637b1bfaec921eef61586457fdc88353dc64f77164e16d9c94065f8df7f6a [2022-05-19T09:44:10.784Z] #70 DONE 0.3s [2022-05-19T09:44:10.784Z] [2022-05-19T09:44:10.784Z] #75 [dev-systemd-false 25/26] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-05-19T09:44:10.784Z] #75 sha256:1cdb6b942d06bc9f7ac0c2f3fb3f2a1e7ee2faebb2e0b818a4ace3e0c467aa29 [2022-05-19T09:44:10.807Z] --- PASS: TestRemoveContainerRunning (0.46s) [2022-05-19T09:44:10.807Z] === RUN TestRemoveContainerForceRemoveRunning [2022-05-19T09:44:11.374Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.52s) [2022-05-19T09:44:11.374Z] === RUN TestRemoveInvalidContainer [2022-05-19T09:44:11.374Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2022-05-19T09:44:11.374Z] === RUN TestRenameLinkedContainer [2022-05-19T09:44:11.717Z] #75 DONE 0.9s [2022-05-19T09:44:11.717Z] [2022-05-19T09:44:11.717Z] #76 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2022-05-19T09:44:11.718Z] #76 sha256:327df5fa17a314cda064c5ada6ac3f9b9060d9e932ffafd2b14775de48416514 [2022-05-19T09:44:11.718Z] #76 DONE 0.0s [2022-05-19T09:44:11.718Z] [2022-05-19T09:44:11.718Z] #77 [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-05-19T09:44:11.718Z] #77 sha256:87ee57d358b9b9e513d16597460cb4211217ad1339a7a976de94eac3857b2b2a [2022-05-19T09:44:12.235Z] #20 61.67 Selecting previously unselected package g++-mingw-w64-x86-64-posix. [2022-05-19T09:44:12.235Z] #20 61.68 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-05-19T09:44:12.235Z] #20 61.68 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-05-19T09:44:12.284Z] #77 0.814 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [2022-05-19T09:44:12.808Z] #20 ... [2022-05-19T09:44:12.808Z] [2022-05-19T09:44:12.808Z] #71 [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-05-19T09:44:12.808Z] #71 sha256:96618212938a6405afa67737a49a91adb5aa97342dc87bcef46d635fd1aabc43 [2022-05-19T09:44:12.808Z] #71 15.28 + cd /tmp/tmp.Ku5EYr425A/src/github.com/containerd/containerd [2022-05-19T09:44:12.808Z] #71 15.28 + git checkout -q v1.6.4 [2022-05-19T09:44:12.853Z] #77 1.015 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [2022-05-19T09:44:12.853Z] #77 1.101 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [2022-05-19T09:44:13.276Z] --- PASS: TestRenameLinkedContainer (1.86s) [2022-05-19T09:44:13.276Z] === RUN TestRenameStoppedContainer [2022-05-19T09:44:13.381Z] #71 16.00 + export 'BUILDTAGS=netgo osusergo static_build' [2022-05-19T09:44:13.381Z] #71 16.00 + BUILDTAGS='netgo osusergo static_build' [2022-05-19T09:44:13.381Z] #71 16.00 + export EXTRA_FLAGS=-buildmode=pie [2022-05-19T09:44:13.381Z] #71 16.00 + EXTRA_FLAGS=-buildmode=pie [2022-05-19T09:44:13.381Z] #71 16.00 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2022-05-19T09:44:13.381Z] #71 16.00 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2022-05-19T09:44:13.381Z] #71 16.00 + '[' '' = dynamic ']' [2022-05-19T09:44:13.381Z] #71 16.00 + make [2022-05-19T09:44:13.421Z] #77 1.180 Reading package lists... [2022-05-19T09:44:13.534Z] --- PASS: TestRenameStoppedContainer (0.45s) [2022-05-19T09:44:13.534Z] === RUN TestRenameRunningContainerAndReuse [2022-05-19T09:44:13.988Z] #77 1.697 Reading package lists... [2022-05-19T09:44:13.988Z] #77 2.204 Building dependency tree... [2022-05-19T09:44:13.988Z] #77 2.313 Reading state information... [2022-05-19T09:44:14.247Z] #77 2.431 The following additional packages will be installed: [2022-05-19T09:44:14.247Z] #77 2.432 libargon2-1 libcryptsetup12 libdbus-1-3 libjson-c5 libkmod2 libpam-systemd [2022-05-19T09:44:14.247Z] #77 2.433 Suggested packages: [2022-05-19T09:44:14.247Z] #77 2.433 systemd-container policykit-1 [2022-05-19T09:44:14.247Z] #77 2.433 Recommended packages: [2022-05-19T09:44:14.247Z] #77 2.433 systemd-timesyncd | time-daemon libnss-systemd [2022-05-19T09:44:14.247Z] #77 2.500 The following NEW packages will be installed: [2022-05-19T09:44:14.247Z] #77 2.500 dbus dbus-user-session libargon2-1 libcryptsetup12 libdbus-1-3 libjson-c5 [2022-05-19T09:44:14.247Z] #77 2.501 libkmod2 libpam-systemd systemd systemd-sysv [2022-05-19T09:44:14.470Z] --- PASS: TestRenameRunningContainerAndReuse (0.97s) [2022-05-19T09:44:14.470Z] === RUN TestRenameInvalidName [2022-05-19T09:44:14.507Z] #77 2.768 0 upgraded, 10 newly installed, 0 to remove and 2 not upgraded. [2022-05-19T09:44:14.507Z] #77 2.768 Need to get 5817 kB of archives. [2022-05-19T09:44:14.507Z] #77 2.768 After this operation, 19.3 MB of additional disk space will be used. [2022-05-19T09:44:14.507Z] #77 2.768 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libargon2-1 amd64 0~20171227-0.2 [19.6 kB] [2022-05-19T09:44:14.507Z] #77 2.770 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjson-c5 amd64 0.15-2 [42.8 kB] [2022-05-19T09:44:14.507Z] #77 2.772 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcryptsetup12 amd64 2:2.3.7-1+deb11u1 [248 kB] [2022-05-19T09:44:14.507Z] #77 2.774 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libkmod2 amd64 28-1 [55.6 kB] [2022-05-19T09:44:14.507Z] #77 2.776 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 systemd amd64 247.3-7 [4500 kB] [2022-05-19T09:44:14.507Z] #77 2.871 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 systemd-sysv amd64 247.3-7 [113 kB] [2022-05-19T09:44:14.507Z] #77 2.872 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdbus-1-3 amd64 1.12.20-2 [219 kB] [2022-05-19T09:44:14.507Z] #77 2.873 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dbus amd64 1.12.20-2 [239 kB] [2022-05-19T09:44:14.507Z] #77 2.875 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpam-systemd amd64 247.3-7 [283 kB] [2022-05-19T09:44:14.507Z] #77 2.877 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dbus-user-session amd64 1.12.20-2 [96.2 kB] [2022-05-19T09:44:14.507Z] #77 3.021 debconf: delaying package configuration, since apt-utils is not installed [2022-05-19T09:44:14.766Z] #77 3.052 Fetched 5817 kB in 0s (15.6 MB/s) [2022-05-19T09:44:14.766Z] #77 3.075 Selecting previously unselected package libargon2-1:amd64. [2022-05-19T09:44:14.766Z] #77 3.075 (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-05-19T09:44:14.766Z] #77 3.090 Preparing to unpack .../libargon2-1_0~20171227-0.2_amd64.deb ... [2022-05-19T09:44:14.766Z] #77 3.098 Unpacking libargon2-1:amd64 (0~20171227-0.2) ... [2022-05-19T09:44:14.766Z] #77 3.131 Selecting previously unselected package libjson-c5:amd64. [2022-05-19T09:44:14.766Z] #77 3.134 Preparing to unpack .../libjson-c5_0.15-2_amd64.deb ... [2022-05-19T09:44:14.766Z] #77 3.137 Unpacking libjson-c5:amd64 (0.15-2) ... [2022-05-19T09:44:14.766Z] #77 3.172 Selecting previously unselected package libcryptsetup12:amd64. [2022-05-19T09:44:14.766Z] #77 3.174 Preparing to unpack .../libcryptsetup12_2%3a2.3.7-1+deb11u1_amd64.deb ... [2022-05-19T09:44:14.766Z] #77 3.178 Unpacking libcryptsetup12:amd64 (2:2.3.7-1+deb11u1) ... [2022-05-19T09:44:14.766Z] #77 3.231 Selecting previously unselected package libkmod2:amd64. [2022-05-19T09:44:14.766Z] #77 3.234 Preparing to unpack .../libkmod2_28-1_amd64.deb ... [2022-05-19T09:44:14.769Z] #71 17.18 + bin/ctr [2022-05-19T09:44:15.025Z] #77 3.238 Unpacking libkmod2:amd64 (28-1) ... [2022-05-19T09:44:15.025Z] #77 3.281 Selecting previously unselected package systemd. [2022-05-19T09:44:15.025Z] #77 3.284 Preparing to unpack .../systemd_247.3-7_amd64.deb ... [2022-05-19T09:44:15.025Z] #77 3.321 Unpacking systemd (247.3-7) ... [2022-05-19T09:44:15.037Z] --- PASS: TestRenameInvalidName (0.40s) [2022-05-19T09:44:15.038Z] === RUN TestRenameAnonymousContainer [2022-05-19T09:44:15.591Z] #77 3.856 Setting up libargon2-1:amd64 (0~20171227-0.2) ... [2022-05-19T09:44:15.591Z] #77 3.866 Setting up libjson-c5:amd64 (0.15-2) ... [2022-05-19T09:44:15.591Z] #77 3.880 Setting up libcryptsetup12:amd64 (2:2.3.7-1+deb11u1) ... [2022-05-19T09:44:15.591Z] #77 3.893 Setting up libkmod2:amd64 (28-1) ... [2022-05-19T09:44:15.591Z] #77 3.904 Setting up systemd (247.3-7) ... [2022-05-19T09:44:15.591Z] #77 3.942 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service. [2022-05-19T09:44:15.591Z] #77 3.944 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target. [2022-05-19T09:44:15.591Z] #77 3.947 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service. [2022-05-19T09:44:15.591Z] #77 3.971 Initializing machine ID from KVM UUID. [2022-05-19T09:44:15.721Z] INFO: Expanding compiler 3 of 3... [2022-05-19T09:44:15.850Z] #77 4.354 Selecting previously unselected package systemd-sysv. [2022-05-19T09:44:16.108Z] #77 4.354 (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 ... 29433 files and directories currently installed.) [2022-05-19T09:44:16.108Z] #77 4.368 Preparing to unpack .../systemd-sysv_247.3-7_amd64.deb ... [2022-05-19T09:44:16.108Z] #77 4.372 Unpacking systemd-sysv (247.3-7) ... [2022-05-19T09:44:16.108Z] #77 4.415 Selecting previously unselected package libdbus-1-3:amd64. [2022-05-19T09:44:16.108Z] #77 4.418 Preparing to unpack .../libdbus-1-3_1.12.20-2_amd64.deb ... [2022-05-19T09:44:16.108Z] #77 4.421 Unpacking libdbus-1-3:amd64 (1.12.20-2) ... [2022-05-19T09:44:16.108Z] #77 4.476 Selecting previously unselected package dbus. [2022-05-19T09:44:16.108Z] #77 4.479 Preparing to unpack .../dbus_1.12.20-2_amd64.deb ... [2022-05-19T09:44:16.108Z] #77 4.489 Unpacking dbus (1.12.20-2) ... [2022-05-19T09:44:16.108Z] #77 4.544 Selecting previously unselected package libpam-systemd:amd64. [2022-05-19T09:44:16.108Z] #77 4.547 Preparing to unpack .../libpam-systemd_247.3-7_amd64.deb ... [2022-05-19T09:44:16.108Z] #77 4.550 Unpacking libpam-systemd:amd64 (247.3-7) ... [2022-05-19T09:44:16.108Z] #77 4.597 Selecting previously unselected package dbus-user-session. [2022-05-19T09:44:16.367Z] #77 4.600 Preparing to unpack .../dbus-user-session_1.12.20-2_amd64.deb ... [2022-05-19T09:44:16.367Z] #77 4.603 Unpacking dbus-user-session (1.12.20-2) ... [2022-05-19T09:44:16.367Z] #77 4.669 Setting up systemd-sysv (247.3-7) ... [2022-05-19T09:44:16.367Z] #77 4.681 Setting up libdbus-1-3:amd64 (1.12.20-2) ... [2022-05-19T09:44:16.367Z] #77 4.692 Setting up dbus (1.12.20-2) ... [2022-05-19T09:44:16.367Z] #77 4.802 invoke-rc.d: could not determine current runlevel [2022-05-19T09:44:16.367Z] #77 4.804 invoke-rc.d: policy-rc.d denied execution of start. [2022-05-19T09:44:16.367Z] #77 4.808 Setting up libpam-systemd:amd64 (247.3-7) ... [2022-05-19T09:44:16.627Z] #77 4.948 Setting up dbus-user-session (1.12.20-2) ... [2022-05-19T09:44:16.627Z] #77 4.963 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-05-19T09:44:16.707Z] INFO: Removing downloaded files... [2022-05-19T09:44:16.707Z] INFO: Downloading containerd [2022-05-19T09:44:16.886Z] #77 DONE 5.1s [2022-05-19T09:44:16.886Z] [2022-05-19T09:44:16.886Z] #78 [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-05-19T09:44:16.886Z] #78 sha256:fa402ec2008e4ee0ecb1f4c8034fcd38b15e5ada3e7aac7743c17d1bc09b8f23 [2022-05-19T09:44:16.938Z] --- PASS: TestRenameAnonymousContainer (1.62s) [2022-05-19T09:44:16.939Z] === RUN TestRenameContainerWithSameName [2022-05-19T09:44:16.939Z] --- PASS: TestRenameContainerWithSameName (0.45s) [2022-05-19T09:44:16.939Z] === RUN TestRenameContainerWithLinkedContainer [2022-05-19T09:44:17.144Z] #78 0.409 % Total % Received % Xferd Average Speed Time Time Time Current [2022-05-19T09:44:17.144Z] #78 0.410 Dload Upload Total Spent Left Speed [2022-05-19T09:44:17.661Z] #78 0.412 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1823 100 1823 0 0 5880 0 --:--:-- --:--:-- --:--:-- 5861 [2022-05-19T09:44:17.661Z] #78 DONE 0.8s [2022-05-19T09:44:17.661Z] [2022-05-19T09:44:17.661Z] #79 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-05-19T09:44:17.661Z] #79 sha256:1444f92856c9aa4678e6d8de02a4ccc2ee3d305b0df5931910d3a3f7ce1e72b9 [2022-05-19T09:44:17.875Z] --- PASS: TestRenameContainerWithLinkedContainer (0.89s) [2022-05-19T09:44:17.875Z] === RUN TestResize [2022-05-19T09:44:18.442Z] --- PASS: TestResize (0.51s) [2022-05-19T09:44:18.442Z] === RUN TestResizeWithInvalidSize [2022-05-19T09:44:18.598Z] #79 DONE 0.9s [2022-05-19T09:44:18.598Z] [2022-05-19T09:44:18.598Z] #80 exporting to image [2022-05-19T09:44:18.598Z] #80 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2022-05-19T09:44:18.598Z] #80 exporting layers [2022-05-19T09:44:19.009Z] --- PASS: TestResizeWithInvalidSize (0.49s) [2022-05-19T09:44:19.009Z] === RUN TestResizeWhenContainerNotStarted [2022-05-19T09:44:19.576Z] --- PASS: TestResizeWhenContainerNotStarted (0.46s) [2022-05-19T09:44:19.576Z] === RUN TestDaemonRestartKillContainers [2022-05-19T09:44:19.576Z] restart_test.go:21: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore [2022-05-19T09:44:19.576Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2022-05-19T09:44:19.576Z] === RUN TestCgroupNamespacesRun [2022-05-19T09:44:20.072Z] #71 ... [2022-05-19T09:44:20.072Z] [2022-05-19T09:44:20.072Z] #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-05-19T09:44:20.072Z] #20 sha256:d5a6ee695fa28224a1dc282af0dd2426524d9c3f2f16e496b8b76a26d0991110 [2022-05-19T09:44:20.072Z] #20 63.24 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime. [2022-05-19T09:44:20.072Z] #20 63.25 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ... [2022-05-19T09:44:20.072Z] #20 63.25 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-05-19T09:44:20.072Z] #20 64.80 Selecting previously unselected package gcc-mingw-w64-x86-64-win32. [2022-05-19T09:44:20.072Z] #20 64.81 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-05-19T09:44:20.072Z] #20 64.81 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-05-19T09:44:20.072Z] #20 68.49 Selecting previously unselected package g++-mingw-w64-x86-64-win32. [2022-05-19T09:44:20.072Z] #20 68.50 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-05-19T09:44:20.072Z] #20 68.50 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-05-19T09:44:20.335Z] #20 70.31 Selecting previously unselected package g++-mingw-w64-x86-64. [2022-05-19T09:44:20.513Z] --- PASS: TestCgroupNamespacesRun (1.17s) [2022-05-19T09:44:20.513Z] === RUN TestCgroupNamespacesRunPrivileged [2022-05-19T09:44:20.597Z] #20 70.32 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ... [2022-05-19T09:44:20.597Z] #20 70.34 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-05-19T09:44:20.597Z] #20 70.40 Selecting previously unselected package libapparmor1:amd64. [2022-05-19T09:44:20.597Z] #20 70.41 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ... [2022-05-19T09:44:20.597Z] #20 70.41 Unpacking libapparmor1:amd64 (2.13.6-10) ... [2022-05-19T09:44:20.862Z] #20 70.47 Selecting previously unselected package libapparmor-dev:amd64. [2022-05-19T09:44:20.863Z] #20 70.47 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ... [2022-05-19T09:44:20.863Z] #20 70.48 Unpacking libapparmor-dev:amd64 (2.13.6-10) ... [2022-05-19T09:44:20.863Z] #20 70.55 Selecting previously unselected package libbtrfs0:amd64. [2022-05-19T09:44:20.863Z] #20 70.56 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ... [2022-05-19T09:44:20.863Z] #20 70.56 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-05-19T09:44:20.863Z] #20 70.63 Selecting previously unselected package libbtrfs-dev:amd64. [2022-05-19T09:44:20.863Z] #20 70.64 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-05-19T09:44:20.863Z] #20 70.64 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-05-19T09:44:20.863Z] #20 70.74 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2022-05-19T09:44:21.128Z] #20 70.74 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-05-19T09:44:21.128Z] #20 70.75 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-05-19T09:44:21.128Z] #20 70.78 Selecting previously unselected package libudev-dev:amd64. [2022-05-19T09:44:21.128Z] #20 70.79 Preparing to unpack .../20-libudev-dev_247.3-7_amd64.deb ... [2022-05-19T09:44:21.128Z] #20 70.79 Unpacking libudev-dev:amd64 (247.3-7) ... [2022-05-19T09:44:21.128Z] #20 70.85 Selecting previously unselected package libsepol1-dev:amd64. [2022-05-19T09:44:21.128Z] #20 70.86 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ... [2022-05-19T09:44:21.128Z] #20 70.86 Unpacking libsepol1-dev:amd64 (3.1-1) ... [2022-05-19T09:44:21.128Z] #20 70.97 Selecting previously unselected package libpcre2-16-0:amd64. [2022-05-19T09:44:21.128Z] #20 70.97 Preparing to unpack .../22-libpcre2-16-0_10.36-2_amd64.deb ... [2022-05-19T09:44:21.128Z] #20 70.98 Unpacking libpcre2-16-0:amd64 (10.36-2) ... [2022-05-19T09:44:21.128Z] #20 71.05 Selecting previously unselected package libpcre2-32-0:amd64. [2022-05-19T09:44:21.128Z] #20 71.05 Preparing to unpack .../23-libpcre2-32-0_10.36-2_amd64.deb ... [2022-05-19T09:44:21.128Z] #20 71.06 Unpacking libpcre2-32-0:amd64 (10.36-2) ... [2022-05-19T09:44:21.389Z] #20 71.13 Selecting previously unselected package libpcre2-posix2:amd64. [2022-05-19T09:44:21.389Z] #20 71.14 Preparing to unpack .../24-libpcre2-posix2_10.36-2_amd64.deb ... [2022-05-19T09:44:21.389Z] #20 71.15 Unpacking libpcre2-posix2:amd64 (10.36-2) ... [2022-05-19T09:44:21.389Z] #20 71.19 Selecting previously unselected package libpcre2-dev:amd64. [2022-05-19T09:44:21.389Z] #20 71.20 Preparing to unpack .../25-libpcre2-dev_10.36-2_amd64.deb ... [2022-05-19T09:44:21.389Z] #20 71.21 Unpacking libpcre2-dev:amd64 (10.36-2) ... [2022-05-19T09:44:21.650Z] #20 71.39 Selecting previously unselected package libselinux1-dev:amd64. [2022-05-19T09:44:21.650Z] #20 71.40 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ... [2022-05-19T09:44:21.650Z] #20 71.41 Unpacking libselinux1-dev:amd64 (3.1-3) ... [2022-05-19T09:44:21.650Z] #20 71.50 Selecting previously unselected package libdevmapper-dev:amd64. [2022-05-19T09:44:21.650Z] #20 71.51 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ... [2022-05-19T09:44:21.650Z] #20 71.51 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-05-19T09:44:21.650Z] #20 71.56 Selecting previously unselected package libseccomp-dev:amd64. [2022-05-19T09:44:21.650Z] #20 71.56 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ... [2022-05-19T09:44:21.650Z] #20 71.57 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-05-19T09:44:21.889Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.15s) [2022-05-19T09:44:21.889Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2022-05-19T09:44:21.911Z] #20 71.63 Selecting previously unselected package libsystemd-dev:amd64. [2022-05-19T09:44:21.912Z] #20 71.64 Preparing to unpack .../29-libsystemd-dev_247.3-7_amd64.deb ... [2022-05-19T09:44:21.912Z] #20 71.64 Unpacking libsystemd-dev:amd64 (247.3-7) ... [2022-05-19T09:44:22.173Z] #20 71.95 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-05-19T09:44:22.173Z] #20 71.96 Setting up libapparmor1:amd64 (2.13.6-10) ... [2022-05-19T09:44:22.173Z] #20 71.97 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-05-19T09:44:22.173Z] #20 71.99 Setting up libsepol1-dev:amd64 (3.1-1) ... [2022-05-19T09:44:22.173Z] #20 72.00 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-05-19T09:44:22.173Z] #20 72.01 Setting up libpcre2-16-0:amd64 (10.36-2) ... [2022-05-19T09:44:22.173Z] #20 72.02 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-05-19T09:44:22.173Z] #20 72.03 Setting up libpcre2-32-0:amd64 (10.36-2) ... [2022-05-19T09:44:22.173Z] #20 72.04 Setting up libudev-dev:amd64 (247.3-7) ... [2022-05-19T09:44:22.173Z] #20 72.05 Setting up libpcre2-posix2:amd64 (10.36-2) ... [2022-05-19T09:44:22.173Z] #20 72.07 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-05-19T09:44:22.173Z] #20 72.08 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-05-19T09:44:22.173Z] #20 72.09 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-05-19T09:44:22.173Z] #20 72.10 Setting up libapparmor-dev:amd64 (2.13.6-10) ... [2022-05-19T09:44:22.173Z] #20 72.11 Setting up mingw-w64-common (8.0.0-1) ... [2022-05-19T09:44:22.173Z] #20 72.12 Setting up libsystemd-dev:amd64 (247.3-7) ... [2022-05-19T09:44:22.173Z] #20 72.13 Setting up mingw-w64-x86-64-dev (8.0.0-1) ... [2022-05-19T09:44:22.434Z] #20 72.15 Setting up libpcre2-dev:amd64 (10.36-2) ... [2022-05-19T09:44:22.434Z] #20 72.16 Setting up libselinux1-dev:amd64 (3.1-3) ... [2022-05-19T09:44:22.434Z] #20 72.18 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-05-19T09:44:22.434Z] #20 72.19 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-05-19T09:44:22.434Z] #20 72.20 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-05-19T09:44:22.434Z] #20 72.21 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-05-19T09:44:22.434Z] #20 72.22 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-05-19T09:44:22.434Z] #20 72.24 Setting up binutils-mingw-w64 (2.35-2+8.11) ... [2022-05-19T09:44:22.434Z] #20 72.25 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-05-19T09:44:22.434Z] #20 72.26 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-05-19T09:44:22.434Z] #20 72.27 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-05-19T09:44:22.434Z] #20 72.28 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-05-19T09:44:22.434Z] #20 72.30 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-05-19T09:44:22.434Z] #20 72.31 Setting up dmsetup (2:1.02.175-2.1) ... [2022-05-19T09:44:22.434Z] #20 72.33 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-05-19T09:44:22.434Z] #20 72.34 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-05-19T09:44:22.434Z] #20 72.35 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-05-19T09:44:22.825Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.14s) [2022-05-19T09:44:22.825Z] === RUN TestCgroupNamespacesRunHostMode [2022-05-19T09:44:23.823Z] #20 DONE 73.7s [2022-05-19T09:44:23.823Z] [2022-05-19T09:44:23.823Z] #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-05-19T09:44:23.823Z] #21 sha256:6c2379b16c675dd5e311a91eba3c6f26d29780fe93c29329112b9e0a156c8b52 [2022-05-19T09:44:24.202Z] --- PASS: TestCgroupNamespacesRunHostMode (1.14s) [2022-05-19T09:44:24.202Z] === RUN TestCgroupNamespacesRunPrivateMode [2022-05-19T09:44:25.138Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.15s) [2022-05-19T09:44:25.138Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2022-05-19T09:44:25.167Z] #80 exporting layers 6.5s done [2022-05-19T09:44:25.167Z] #80 writing image sha256:08539cea70b1ef3e81cabbe053758884f4f8b00aaacee0d2bbbcae9ee5e75942 done [2022-05-19T09:44:25.167Z] #80 naming to docker.io/library/docker:eb9263b44eac3e9bd50515c0177ddc18da06530d done [2022-05-19T09:44:25.167Z] #80 DONE 6.5s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [2022-05-19T09:44:25.218Z] #21 1.140 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [2022-05-19T09:44:25.218Z] #21 1.140 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [2022-05-19T09:44:25.218Z] #21 1.140 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-05-19T09:44:25.676Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43557/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr8 -e DOCKER_GITCOMMIT=eb9263b44eac3e9bd50515c0177ddc18da06530d -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:eb9263b44eac3e9bd50515c0177ddc18da06530d hack/make.sh dynbinary test-integration [2022-05-19T09:44:26.513Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.15s) [2022-05-19T09:44:26.513Z] === RUN TestCgroupNamespacesRunInvalidMode [2022-05-19T09:44:27.081Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.69s) [2022-05-19T09:44:27.081Z] === RUN TestCgroupNamespacesRunOlderClient [2022-05-19T09:44:27.584Z] Created symlink /etc/systemd/system/systemd-firstboot.service → /dev/null. [2022-05-19T09:44:27.584Z] Created symlink /etc/systemd/system/systemd-udevd.service → /dev/null. [2022-05-19T09:44:27.584Z] Created symlink /etc/systemd/system/multi-user.target.wants/docker-entrypoint.service → /etc/systemd/system/docker-entrypoint.service. [2022-05-19T09:44:27.584Z] hack/dind-systemd: starting /lib/systemd/systemd --show-status=false --unit=docker-entrypoint.target [2022-05-19T09:44:27.584Z] systemd 247.3-7 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-05-19T09:44:27.584Z] Detected virtualization docker. [2022-05-19T09:44:27.584Z] Detected architecture x86-64. [2022-05-19T09:44:27.584Z] Set hostname to <4f12bf5eb9a2>. [2022-05-19T09:44:27.584Z] modprobe@configfs.service: Succeeded. [2022-05-19T09:44:27.584Z] modprobe@drm.service: Succeeded. [2022-05-19T09:44:27.584Z] modprobe@fuse.service: Succeeded. [2022-05-19T09:44:27.584Z] + source /etc/docker-entrypoint-cmd [2022-05-19T09:44:27.584Z] ++ hack/make.sh dynbinary test-integration [2022-05-19T09:44:27.584Z] [2022-05-19T09:44:27.584Z] Removing bundles/ [2022-05-19T09:44:27.584Z] [2022-05-19T09:44:27.584Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2022-05-19T09:44:27.584Z] Building: bundles/dynbinary-daemon/dockerd-dev [2022-05-19T09:44:27.584Z] GOOS="" GOARCH="" GOARM="" [2022-05-19T09:44:28.455Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.18s) [2022-05-19T09:44:28.456Z] === RUN TestNISDomainname [2022-05-19T09:44:28.456Z] run_linux_test.go:36: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632) [2022-05-19T09:44:28.456Z] --- SKIP: TestNISDomainname (0.02s) [2022-05-19T09:44:28.456Z] === RUN TestHostnameDnsResolution [2022-05-19T09:44:29.022Z] --- PASS: TestHostnameDnsResolution (0.69s) [2022-05-19T09:44:29.022Z] === RUN TestUnprivilegedPortsAndPing [2022-05-19T09:44:29.022Z] run_linux_test.go:112: (*Execution).IsRootless-fm: rootless mode doesn't support setting net.ipv4.ping_group_range and net.ipv4.ip_unprivileged_port_start [2022-05-19T09:44:29.022Z] --- SKIP: TestUnprivilegedPortsAndPing (0.00s) [2022-05-19T09:44:29.022Z] === RUN TestPrivilegedHostDevices [2022-05-19T09:44:29.281Z] --- PASS: TestPrivilegedHostDevices (0.50s) [2022-05-19T09:44:29.281Z] === RUN TestConsoleSize [2022-05-19T09:44:29.586Z] INFO: Expanding compiler 1 of 3... [2022-05-19T09:44:29.586Z] INFO: Expanding compiler 2 of 3... [2022-05-19T09:44:29.848Z] --- PASS: TestConsoleSize (0.44s) [2022-05-19T09:44:29.848Z] === RUN TestStats [2022-05-19T09:44:29.848Z] stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none" [2022-05-19T09:44:29.848Z] --- SKIP: TestStats (0.00s) [2022-05-19T09:44:29.848Z] === RUN TestStopContainerWithTimeout [2022-05-19T09:44:29.848Z] === RUN TestStopContainerWithTimeout/0 [2022-05-19T09:44:29.848Z] === PAUSE TestStopContainerWithTimeout/0 [2022-05-19T09:44:29.848Z] === RUN TestStopContainerWithTimeout/1 [2022-05-19T09:44:29.848Z] === PAUSE TestStopContainerWithTimeout/1 [2022-05-19T09:44:29.848Z] === RUN TestStopContainerWithTimeout/3 [2022-05-19T09:44:29.848Z] === PAUSE TestStopContainerWithTimeout/3 [2022-05-19T09:44:29.848Z] === RUN TestStopContainerWithTimeout/-1 [2022-05-19T09:44:29.848Z] === PAUSE TestStopContainerWithTimeout/-1 [2022-05-19T09:44:29.848Z] === CONT TestStopContainerWithTimeout/0 [2022-05-19T09:44:29.848Z] === CONT TestStopContainerWithTimeout/3 [2022-05-19T09:44:29.848Z] === CONT TestStopContainerWithTimeout/-1 [2022-05-19T09:44:29.848Z] === CONT TestStopContainerWithTimeout/1 [2022-05-19T09:44:30.950Z] #21 1.673 Reading package lists... [2022-05-19T09:44:32.547Z] INFO: Expanding compiler 3 of 3... [2022-05-19T09:44:33.133Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2022-05-19T09:44:33.133Z] --- PASS: TestStopContainerWithTimeout/0 (0.85s) [2022-05-19T09:44:33.133Z] --- PASS: TestStopContainerWithTimeout/1 (1.59s) [2022-05-19T09:44:33.133Z] --- PASS: TestStopContainerWithTimeout/3 (2.80s) [2022-05-19T09:44:33.133Z] --- PASS: TestStopContainerWithTimeout/-1 (3.00s) [2022-05-19T09:44:33.133Z] === RUN TestDeleteDevicemapper [2022-05-19T09:44:33.133Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-05-19T09:44:33.133Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2022-05-19T09:44:33.133Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-05-19T09:44:33.295Z] INFO: Removing downloaded files... [2022-05-19T09:44:33.295Z] INFO: Downloading containerd [2022-05-19T09:44:34.509Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.43s) [2022-05-19T09:44:34.509Z] === RUN TestUpdateMemory [2022-05-19T09:44:34.509Z] update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none" [2022-05-19T09:44:34.509Z] --- SKIP: TestUpdateMemory (0.00s) [2022-05-19T09:44:34.509Z] === RUN TestUpdateCPUQuota [2022-05-19T09:44:34.509Z] update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none" [2022-05-19T09:44:34.509Z] --- SKIP: TestUpdateCPUQuota (0.00s) [2022-05-19T09:44:34.509Z] === RUN TestUpdatePidsLimit [2022-05-19T09:44:34.509Z] update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none" [2022-05-19T09:44:34.509Z] --- SKIP: TestUpdatePidsLimit (0.00s) [2022-05-19T09:44:34.509Z] === RUN TestUpdateRestartPolicy [2022-05-19T09:44:35.173Z] #21 6.333 Reading package lists... [2022-05-19T09:44:35.748Z] #21 10.91 Building dependency tree... [2022-05-19T09:44:36.010Z] #21 12.01 Reading state information... [2022-05-19T09:44:36.959Z] #21 13.21 The following additional packages will be installed: [2022-05-19T09:44:36.959Z] #21 13.21 gcc-10-base:arm64 gcc-10-base:armel gcc-10-base:armhf gcc-10-base:ppc64el [2022-05-19T09:44:37.221Z] #21 13.21 gcc-10-base:s390x libapparmor1:arm64 libapparmor1:armel libapparmor1:armhf [2022-05-19T09:44:37.221Z] #21 13.21 libapparmor1:ppc64el libapparmor1:s390x libc6:arm64 libc6:armel libc6:armhf [2022-05-19T09:44:37.221Z] #21 13.21 libc6:ppc64el libc6:s390x libcrypt1:arm64 libcrypt1:armel libcrypt1:armhf [2022-05-19T09:44:37.221Z] #21 13.21 libcrypt1:ppc64el libcrypt1:s390x libgcc-s1:arm64 libgcc-s1:armel [2022-05-19T09:44:37.221Z] #21 13.22 libgcc-s1:armhf libgcc-s1:ppc64el libgcc-s1:s390x libseccomp2:arm64 [2022-05-19T09:44:37.221Z] #21 13.22 libseccomp2:armel libseccomp2:armhf libseccomp2:ppc64el libseccomp2:s390x [2022-05-19T09:44:37.221Z] #21 13.23 Suggested packages: [2022-05-19T09:44:37.221Z] #21 13.23 glibc-doc:arm64 libc-l10n:arm64 locales:arm64 glibc-doc:armel [2022-05-19T09:44:37.221Z] #21 13.23 libc-l10n:armel locales:armel glibc-doc:armhf libc-l10n:armhf locales:armhf [2022-05-19T09:44:37.221Z] #21 13.23 glibc-doc:ppc64el libc-l10n:ppc64el locales:ppc64el glibc-doc:s390x [2022-05-19T09:44:37.221Z] #21 13.23 libc-l10n:s390x locales:s390x seccomp:arm64 seccomp:armel seccomp:armhf [2022-05-19T09:44:37.221Z] #21 13.23 seccomp:ppc64el seccomp:s390x [2022-05-19T09:44:37.221Z] #21 13.23 Recommended packages: [2022-05-19T09:44:37.221Z] #21 13.23 libidn2-0:arm64 libnss-nis:arm64 libnss-nisplus:arm64 libidn2-0:armel [2022-05-19T09:44:37.221Z] #21 13.23 libnss-nis:armel libnss-nisplus:armel libidn2-0:armhf libnss-nis:armhf [2022-05-19T09:44:37.221Z] #21 13.23 libnss-nisplus:armhf libidn2-0:ppc64el libnss-nis:ppc64el [2022-05-19T09:44:37.221Z] #21 13.23 libnss-nisplus:ppc64el libidn2-0:s390x libnss-nis:s390x libnss-nisplus:s390x [2022-05-19T09:44:37.795Z] #21 13.71 The following NEW packages will be installed: [2022-05-19T09:44:37.795Z] #21 13.71 gcc-10-base:arm64 gcc-10-base:armel gcc-10-base:armhf gcc-10-base:ppc64el [2022-05-19T09:44:37.795Z] #21 13.71 gcc-10-base:s390x libapparmor-dev:arm64 libapparmor-dev:armel [2022-05-19T09:44:37.795Z] #21 13.71 libapparmor-dev:armhf libapparmor-dev:ppc64el libapparmor-dev:s390x [2022-05-19T09:44:37.795Z] #21 13.71 libapparmor1:arm64 libapparmor1:armel libapparmor1:armhf [2022-05-19T09:44:37.795Z] #21 13.71 libapparmor1:ppc64el libapparmor1:s390x libc6:arm64 libc6:armel libc6:armhf [2022-05-19T09:44:37.795Z] #21 13.71 libc6:ppc64el libc6:s390x libcrypt1:arm64 libcrypt1:armel libcrypt1:armhf [2022-05-19T09:44:37.795Z] #21 13.71 libcrypt1:ppc64el libcrypt1:s390x libgcc-s1:arm64 libgcc-s1:armel [2022-05-19T09:44:37.795Z] #21 13.71 libgcc-s1:armhf libgcc-s1:ppc64el libgcc-s1:s390x libseccomp-dev:arm64 [2022-05-19T09:44:37.795Z] #21 13.71 libseccomp-dev:armel libseccomp-dev:armhf libseccomp-dev:ppc64el [2022-05-19T09:44:37.795Z] #21 13.71 libseccomp-dev:s390x libseccomp2:arm64 libseccomp2:armel libseccomp2:armhf [2022-05-19T09:44:37.795Z] #21 13.72 libseccomp2:ppc64el libseccomp2:s390x [2022-05-19T09:44:37.795Z] #21 14.09 0 upgraded, 40 newly installed, 0 to remove and 2 not upgraded. [2022-05-19T09:44:37.795Z] #21 14.09 Need to get 15.9 MB of archives. [2022-05-19T09:44:37.795Z] #21 14.09 After this operation, 73.0 MB of additional disk space will be used. [2022-05-19T09:44:37.795Z] #21 14.09 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gcc-10-base arm64 10.2.1-6 [201 kB] [2022-05-19T09:44:38.057Z] #21 14.09 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main armel gcc-10-base armel 10.2.1-6 [201 kB] [2022-05-19T09:44:38.057Z] #21 14.10 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf gcc-10-base armhf 10.2.1-6 [201 kB] [2022-05-19T09:44:38.057Z] #21 14.11 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el gcc-10-base ppc64el 10.2.1-6 [201 kB] [2022-05-19T09:44:38.057Z] #21 14.11 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x gcc-10-base s390x 10.2.1-6 [201 kB] [2022-05-19T09:44:38.057Z] #21 14.12 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libgcc-s1 s390x 10.2.1-6 [24.6 kB] [2022-05-19T09:44:38.057Z] #21 14.12 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libcrypt1 s390x 1:4.4.18-4 [87.9 kB] [2022-05-19T09:44:38.057Z] #21 14.12 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libc6 s390x 2.31-13+deb11u3 [2448 kB] [2022-05-19T09:44:38.057Z] #21 14.19 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libapparmor1 s390x 2.13.6-10 [97.8 kB] [2022-05-19T09:44:38.057Z] #21 14.19 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libapparmor-dev s390x 2.13.6-10 [139 kB] [2022-05-19T09:44:38.057Z] #21 14.19 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libgcc-s1 ppc64el 10.2.1-6 [30.3 kB] [2022-05-19T09:44:38.057Z] #21 14.19 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libcrypt1 ppc64el 1:4.4.18-4 [96.7 kB] [2022-05-19T09:44:38.057Z] #21 14.20 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libc6 ppc64el 2.31-13+deb11u3 [2832 kB] [2022-05-19T09:44:38.057Z] #21 14.25 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libapparmor1 ppc64el 2.13.6-10 [103 kB] [2022-05-19T09:44:38.057Z] #21 14.26 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libapparmor-dev ppc64el 2.13.6-10 [146 kB] [2022-05-19T09:44:38.057Z] #21 14.26 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libgcc-s1 armhf 10.2.1-6 [36.2 kB] [2022-05-19T09:44:38.057Z] #21 14.26 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libcrypt1 armhf 1:4.4.18-4 [95.6 kB] [2022-05-19T09:44:38.057Z] #21 14.26 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libc6 armhf 2.31-13+deb11u3 [2330 kB] [2022-05-19T09:44:38.057Z] #21 14.30 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libapparmor1 armhf 2.13.6-10 [94.5 kB] [2022-05-19T09:44:38.319Z] #21 14.30 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libapparmor-dev armhf 2.13.6-10 [137 kB] [2022-05-19T09:44:38.319Z] #21 14.31 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libgcc-s1 arm64 10.2.1-6 [34.6 kB] [2022-05-19T09:44:38.319Z] #21 14.31 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcrypt1 arm64 1:4.4.18-4 [89.7 kB] [2022-05-19T09:44:38.319Z] #21 14.31 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libc6 arm64 2.31-13+deb11u3 [2458 kB] [2022-05-19T09:44:38.319Z] #21 14.34 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libapparmor1 arm64 2.13.6-10 [98.5 kB] [2022-05-19T09:44:38.319Z] #21 14.34 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libapparmor-dev arm64 2.13.6-10 [141 kB] [2022-05-19T09:44:38.319Z] #21 14.35 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libgcc-s1 armel 10.2.1-6 [38.4 kB] [2022-05-19T09:44:38.319Z] #21 14.35 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libcrypt1 armel 1:4.4.18-4 [97.0 kB] [2022-05-19T09:44:38.319Z] #21 14.35 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libc6 armel 2.31-13+deb11u3 [2341 kB] [2022-05-19T09:44:38.319Z] #21 14.38 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libapparmor1 armel 2.13.6-10 [95.2 kB] [2022-05-19T09:44:38.319Z] #21 14.40 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libapparmor-dev armel 2.13.6-10 [138 kB] [2022-05-19T09:44:38.319Z] #21 14.40 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libseccomp2 s390x 2.5.1-1+deb11u1 [46.8 kB] [2022-05-19T09:44:38.319Z] #21 14.40 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libseccomp-dev s390x 2.5.1-1+deb11u1 [90.7 kB] [2022-05-19T09:44:38.319Z] #21 14.40 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libseccomp2 ppc64el 2.5.1-1+deb11u1 [54.5 kB] [2022-05-19T09:44:38.319Z] #21 14.40 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libseccomp-dev ppc64el 2.5.1-1+deb11u1 [95.3 kB] [2022-05-19T09:44:38.319Z] #21 14.41 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libseccomp2 armhf 2.5.1-1+deb11u1 [46.7 kB] [2022-05-19T09:44:38.319Z] #21 14.41 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libseccomp-dev armhf 2.5.1-1+deb11u1 [87.0 kB] [2022-05-19T09:44:38.319Z] #21 14.41 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libseccomp2 armel 2.5.1-1+deb11u1 [47.6 kB] [2022-05-19T09:44:38.319Z] #21 14.41 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libseccomp-dev armel 2.5.1-1+deb11u1 [87.8 kB] [2022-05-19T09:44:38.319Z] #21 14.41 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libseccomp2 arm64 2.5.1-1+deb11u1 [47.4 kB] [2022-05-19T09:44:38.319Z] #21 14.41 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libseccomp-dev arm64 2.5.1-1+deb11u1 [89.6 kB] [2022-05-19T09:44:38.892Z] #21 14.96 debconf: delaying package configuration, since apt-utils is not installed [2022-05-19T09:44:39.154Z] #21 15.19 Fetched 15.9 MB in 1s (25.6 MB/s) [2022-05-19T09:44:39.154Z] #21 15.26 Selecting previously unselected package gcc-10-base:armel. [2022-05-19T09:44:39.154Z] #21 15.26 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 38508 files and directories currently installed.) [2022-05-19T09:44:39.154Z] #21 15.29 Preparing to unpack .../00-gcc-10-base_10.2.1-6_armel.deb ... [2022-05-19T09:44:39.154Z] #21 15.30 Unpacking gcc-10-base:armel (10.2.1-6) ... [2022-05-19T09:44:39.154Z] #21 15.34 Selecting previously unselected package gcc-10-base:armhf. [2022-05-19T09:44:39.154Z] #21 15.34 Preparing to unpack .../01-gcc-10-base_10.2.1-6_armhf.deb ... [2022-05-19T09:44:39.154Z] #21 15.35 Unpacking gcc-10-base:armhf (10.2.1-6) ... [2022-05-19T09:44:39.154Z] #21 15.41 Selecting previously unselected package gcc-10-base:ppc64el. [2022-05-19T09:44:39.415Z] #21 15.42 Preparing to unpack .../02-gcc-10-base_10.2.1-6_ppc64el.deb ... [2022-05-19T09:44:39.416Z] #21 15.42 Unpacking gcc-10-base:ppc64el (10.2.1-6) ... [2022-05-19T09:44:39.416Z] #21 15.47 Selecting previously unselected package gcc-10-base:s390x. [2022-05-19T09:44:39.416Z] #21 15.48 Preparing to unpack .../03-gcc-10-base_10.2.1-6_s390x.deb ... [2022-05-19T09:44:39.416Z] #21 15.49 Unpacking gcc-10-base:s390x (10.2.1-6) ... [2022-05-19T09:44:39.416Z] #21 15.54 Selecting previously unselected package gcc-10-base:arm64. [2022-05-19T09:44:39.416Z] #21 15.54 Preparing to unpack .../04-gcc-10-base_10.2.1-6_arm64.deb ... [2022-05-19T09:44:39.416Z] #21 15.55 Unpacking gcc-10-base:arm64 (10.2.1-6) ... [2022-05-19T09:44:39.416Z] #21 15.61 Selecting previously unselected package libgcc-s1:armel. [2022-05-19T09:44:39.416Z] #21 15.61 Preparing to unpack .../05-libgcc-s1_10.2.1-6_armel.deb ... [2022-05-19T09:44:39.416Z] #21 15.62 Unpacking libgcc-s1:armel (10.2.1-6) ... [2022-05-19T09:44:39.416Z] #21 15.67 Selecting previously unselected package libcrypt1:armel. [2022-05-19T09:44:39.677Z] #21 15.68 Preparing to unpack .../06-libcrypt1_1%3a4.4.18-4_armel.deb ... [2022-05-19T09:44:39.677Z] #21 15.68 Unpacking libcrypt1:armel (1:4.4.18-4) ... [2022-05-19T09:44:39.677Z] #21 15.76 Selecting previously unselected package libc6:armel. [2022-05-19T09:44:39.677Z] #21 15.77 Preparing to unpack .../07-libc6_2.31-13+deb11u3_armel.deb ... [2022-05-19T09:44:39.938Z] #21 16.00 Unpacking libc6:armel (2.31-13+deb11u3) ... [2022-05-19T09:44:40.460Z] #21 16.41 Selecting previously unselected package libapparmor1:armel. [2022-05-19T09:44:40.460Z] #21 16.42 Preparing to unpack .../08-libapparmor1_2.13.6-10_armel.deb ... [2022-05-19T09:44:40.460Z] #21 16.42 Unpacking libapparmor1:armel (2.13.6-10) ... [2022-05-19T09:44:40.460Z] #21 16.48 Selecting previously unselected package libapparmor-dev:armel. [2022-05-19T09:44:40.460Z] #21 16.48 Preparing to unpack .../09-libapparmor-dev_2.13.6-10_armel.deb ... [2022-05-19T09:44:40.460Z] #21 16.49 Unpacking libapparmor-dev:armel (2.13.6-10) ... [2022-05-19T09:44:40.460Z] #21 16.57 Selecting previously unselected package libgcc-s1:arm64. [2022-05-19T09:44:40.460Z] #21 16.58 Preparing to unpack .../10-libgcc-s1_10.2.1-6_arm64.deb ... [2022-05-19T09:44:40.460Z] #21 16.58 Unpacking libgcc-s1:arm64 (10.2.1-6) ... [2022-05-19T09:44:40.460Z] #21 16.63 Selecting previously unselected package libcrypt1:arm64. [2022-05-19T09:44:40.460Z] #21 16.63 Preparing to unpack .../11-libcrypt1_1%3a4.4.18-4_arm64.deb ... [2022-05-19T09:44:40.460Z] #21 16.64 Unpacking libcrypt1:arm64 (1:4.4.18-4) ... [2022-05-19T09:44:40.722Z] #21 16.76 Selecting previously unselected package libc6:arm64. [2022-05-19T09:44:40.722Z] #21 16.77 Preparing to unpack .../12-libc6_2.31-13+deb11u3_arm64.deb ... [2022-05-19T09:44:40.722Z] #21 16.95 Unpacking libc6:arm64 (2.31-13+deb11u3) ... [2022-05-19T09:44:41.067Z] #60 153.1 + mkdir -p /build [2022-05-19T09:44:41.067Z] #60 153.1 + cp runc /build/runc [2022-05-19T09:44:41.294Z] #21 17.42 Selecting previously unselected package libapparmor1:arm64. [2022-05-19T09:44:41.294Z] #21 17.43 Preparing to unpack .../13-libapparmor1_2.13.6-10_arm64.deb ... [2022-05-19T09:44:41.294Z] #21 17.43 Unpacking libapparmor1:arm64 (2.13.6-10) ... [2022-05-19T09:44:41.294Z] #21 17.49 Selecting previously unselected package libapparmor-dev:arm64. [2022-05-19T09:44:41.294Z] #21 17.50 Preparing to unpack .../14-libapparmor-dev_2.13.6-10_arm64.deb ... [2022-05-19T09:44:41.294Z] #21 17.50 Unpacking libapparmor-dev:arm64 (2.13.6-10) ... [2022-05-19T09:44:41.556Z] #21 17.57 Selecting previously unselected package libgcc-s1:s390x. [2022-05-19T09:44:41.556Z] #21 17.58 Preparing to unpack .../15-libgcc-s1_10.2.1-6_s390x.deb ... [2022-05-19T09:44:41.556Z] #21 17.58 Unpacking libgcc-s1:s390x (10.2.1-6) ... [2022-05-19T09:44:41.556Z] #21 17.63 Selecting previously unselected package libcrypt1:s390x. [2022-05-19T09:44:41.556Z] #21 17.64 Preparing to unpack .../16-libcrypt1_1%3a4.4.18-4_s390x.deb ... [2022-05-19T09:44:41.556Z] #21 17.65 Unpacking libcrypt1:s390x (1:4.4.18-4) ... [2022-05-19T09:44:41.818Z] #21 17.73 Selecting previously unselected package libc6:s390x. [2022-05-19T09:44:41.818Z] #21 17.74 Preparing to unpack .../17-libc6_2.31-13+deb11u3_s390x.deb ... [2022-05-19T09:44:41.818Z] #21 17.96 Unpacking libc6:s390x (2.31-13+deb11u3) ... [2022-05-19T09:44:41.846Z] [2022-05-19T09:44:41.846Z] Name Version Source Summary [2022-05-19T09:44:41.846Z] ---- ------- ------ ------- [2022-05-19T09:44:41.846Z] 7Zip4Powershell 2.1.0 PSGallery Powershell ... [2022-05-19T09:44:41.846Z] [2022-05-19T09:44:41.846Z] PSPath : Microsoft.PowerShell.Core\FileSystem::C:\containerd [2022-05-19T09:44:41.846Z] PSParentPath : Microsoft.PowerShell.Core\FileSystem::C:\ [2022-05-19T09:44:41.846Z] PSChildName : containerd [2022-05-19T09:44:41.846Z] PSDrive : C [2022-05-19T09:44:41.846Z] PSProvider : Microsoft.PowerShell.Core\FileSystem [2022-05-19T09:44:41.846Z] PSIsContainer : True [2022-05-19T09:44:41.846Z] Name : containerd [2022-05-19T09:44:41.846Z] FullName : C:\containerd [2022-05-19T09:44:41.846Z] Parent : [2022-05-19T09:44:41.846Z] Exists : True [2022-05-19T09:44:41.846Z] Root : C:\ [2022-05-19T09:44:41.846Z] Extension : [2022-05-19T09:44:41.846Z] CreationTime : 5/19/2022 9:44:40 AM [2022-05-19T09:44:41.846Z] CreationTimeUtc : 5/19/2022 9:44:40 AM [2022-05-19T09:44:41.846Z] LastAccessTime : 5/19/2022 9:44:40 AM [2022-05-19T09:44:41.846Z] LastAccessTimeUtc : 5/19/2022 9:44:40 AM [2022-05-19T09:44:41.846Z] LastWriteTime : 5/19/2022 9:44:40 AM [2022-05-19T09:44:41.846Z] LastWriteTimeUtc : 5/19/2022 9:44:40 AM [2022-05-19T09:44:41.846Z] Attributes : Directory [2022-05-19T09:44:41.846Z] Mode : d----- [2022-05-19T09:44:41.846Z] BaseName : containerd [2022-05-19T09:44:41.846Z] Target : {} [2022-05-19T09:44:41.846Z] LinkType : [2022-05-19T09:44:41.846Z] [2022-05-19T09:44:42.392Z] #21 18.44 Selecting previously unselected package libapparmor1:s390x. [2022-05-19T09:44:42.392Z] #21 18.45 Preparing to unpack .../18-libapparmor1_2.13.6-10_s390x.deb ... [2022-05-19T09:44:42.392Z] #21 18.45 Unpacking libapparmor1:s390x (2.13.6-10) ... [2022-05-19T09:44:42.392Z] #21 18.50 Selecting previously unselected package libapparmor-dev:s390x. [2022-05-19T09:44:42.392Z] #21 18.51 Preparing to unpack .../19-libapparmor-dev_2.13.6-10_s390x.deb ... [2022-05-19T09:44:42.392Z] #21 18.51 Unpacking libapparmor-dev:s390x (2.13.6-10) ... [2022-05-19T09:44:42.392Z] #21 18.57 Selecting previously unselected package libgcc-s1:armhf. [2022-05-19T09:44:42.436Z] #60 DONE 155.8s [2022-05-19T09:44:42.436Z] [2022-05-19T09:44:42.436Z] #55 [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-05-19T09:44:42.436Z] #55 sha256:5057fea76c4566561f2fcd443fa7f0c66715a304331185cc70a563f6efd078dd [2022-05-19T09:44:42.436Z] #55 334.3 golangci-lint has version v1.44.0 built from (unknown, mod sum: "h1:YJPouGNQEdK+x2KsCpWMIBy0q6MSuxHjkWMxJMNj/DU=") on (unknown) [2022-05-19T09:44:42.436Z] #55 DONE 336.6s [2022-05-19T09:44:42.436Z] [2022-05-19T09:44:42.436Z] #64 [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-05-19T09:44:42.436Z] #64 sha256:8bad8ba10555dbddf01ea143b484202a3eb27b30f31b8dbee7d335a92fb16664 [2022-05-19T09:44:42.654Z] #21 18.58 Preparing to unpack .../20-libgcc-s1_10.2.1-6_armhf.deb ... [2022-05-19T09:44:42.654Z] #21 18.58 Unpacking libgcc-s1:armhf (10.2.1-6) ... [2022-05-19T09:44:42.654Z] #21 18.63 Selecting previously unselected package libcrypt1:armhf. [2022-05-19T09:44:42.654Z] #21 18.63 Preparing to unpack .../21-libcrypt1_1%3a4.4.18-4_armhf.deb ... [2022-05-19T09:44:42.654Z] #21 18.64 Unpacking libcrypt1:armhf (1:4.4.18-4) ... [2022-05-19T09:44:42.654Z] #21 18.71 Selecting previously unselected package libc6:armhf. [2022-05-19T09:44:42.654Z] #21 18.72 Preparing to unpack .../22-libc6_2.31-13+deb11u3_armhf.deb ... [2022-05-19T09:44:42.810Z] INFO: Ensuring existence of directory C:\gopath\src\github.com\docker\docker\bundles ... [2022-05-19T09:44:42.810Z] INFO: Configuring git core.autocrlf... [2022-05-19T09:44:42.810Z] [2022-05-19T09:44:42.810Z] [2022-05-19T09:44:42.916Z] #21 18.96 Unpacking libc6:armhf (2.31-13+deb11u3) ... [2022-05-19T09:44:43.177Z] #21 19.42 Selecting previously unselected package libapparmor1:armhf. [2022-05-19T09:44:43.439Z] #21 19.42 Preparing to unpack .../23-libapparmor1_2.13.6-10_armhf.deb ... [2022-05-19T09:44:43.439Z] #21 19.43 Unpacking libapparmor1:armhf (2.13.6-10) ... [2022-05-19T09:44:43.439Z] #21 19.48 Selecting previously unselected package libapparmor-dev:armhf. [2022-05-19T09:44:43.439Z] #21 19.49 Preparing to unpack .../24-libapparmor-dev_2.13.6-10_armhf.deb ... [2022-05-19T09:44:43.439Z] #21 19.49 Unpacking libapparmor-dev:armhf (2.13.6-10) ... [2022-05-19T09:44:43.439Z] #21 19.56 Selecting previously unselected package libgcc-s1:ppc64el. [2022-05-19T09:44:43.439Z] #21 19.57 Preparing to unpack .../25-libgcc-s1_10.2.1-6_ppc64el.deb ... [2022-05-19T09:44:43.439Z] #21 19.58 Unpacking libgcc-s1:ppc64el (10.2.1-6) ... [2022-05-19T09:44:43.439Z] #21 19.61 Selecting previously unselected package libcrypt1:ppc64el. [2022-05-19T09:44:43.439Z] #21 19.62 Preparing to unpack .../26-libcrypt1_1%3a4.4.18-4_ppc64el.deb ... [2022-05-19T09:44:43.439Z] #21 19.62 Unpacking libcrypt1:ppc64el (1:4.4.18-4) ... [2022-05-19T09:44:43.701Z] #21 19.72 Selecting previously unselected package libc6:ppc64el. [2022-05-19T09:44:43.701Z] #21 19.72 Preparing to unpack .../27-libc6_2.31-13+deb11u3_ppc64el.deb ... [2022-05-19T09:44:43.773Z] [2022-05-19T09:44:43.773Z] Name Version Source Summary [2022-05-19T09:44:43.773Z] ---- ------- ------ ------- [2022-05-19T09:44:43.773Z] 7Zip4Powershell 2.1.0 PSGallery Powershell ... [2022-05-19T09:44:43.963Z] #21 19.92 Unpacking libc6:ppc64el (2.31-13+deb11u3) ... [2022-05-19T09:44:44.243Z] [2022-05-19T09:44:44.243Z] PSPath : Microsoft.PowerShell.Core\FileSystem::C:\containerd [2022-05-19T09:44:44.243Z] PSParentPath : Microsoft.PowerShell.Core\FileSystem::C:\ [2022-05-19T09:44:44.243Z] PSChildName : containerd [2022-05-19T09:44:44.243Z] PSDrive : C [2022-05-19T09:44:44.243Z] PSProvider : Microsoft.PowerShell.Core\FileSystem [2022-05-19T09:44:44.243Z] PSIsContainer : True [2022-05-19T09:44:44.243Z] Name : containerd [2022-05-19T09:44:44.243Z] FullName : C:\containerd [2022-05-19T09:44:44.243Z] Parent : [2022-05-19T09:44:44.243Z] Exists : True [2022-05-19T09:44:44.243Z] Root : C:\ [2022-05-19T09:44:44.243Z] Extension : [2022-05-19T09:44:44.243Z] CreationTime : 5/19/2022 9:44:44 AM [2022-05-19T09:44:44.243Z] CreationTimeUtc : 5/19/2022 9:44:44 AM [2022-05-19T09:44:44.243Z] LastAccessTime : 5/19/2022 9:44:44 AM [2022-05-19T09:44:44.243Z] LastAccessTimeUtc : 5/19/2022 9:44:44 AM [2022-05-19T09:44:44.243Z] LastWriteTime : 5/19/2022 9:44:44 AM [2022-05-19T09:44:44.243Z] LastWriteTimeUtc : 5/19/2022 9:44:44 AM [2022-05-19T09:44:44.243Z] Attributes : Directory [2022-05-19T09:44:44.243Z] Mode : d----- [2022-05-19T09:44:44.243Z] BaseName : containerd [2022-05-19T09:44:44.243Z] Target : {} [2022-05-19T09:44:44.243Z] LinkType : [2022-05-19T09:44:44.243Z] [2022-05-19T09:44:44.537Z] #21 20.50 Selecting previously unselected package libapparmor1:ppc64el. [2022-05-19T09:44:44.537Z] #21 20.51 Preparing to unpack .../28-libapparmor1_2.13.6-10_ppc64el.deb ... [2022-05-19T09:44:44.537Z] #21 20.51 Unpacking libapparmor1:ppc64el (2.13.6-10) ... [2022-05-19T09:44:44.537Z] #21 20.57 Selecting previously unselected package libapparmor-dev:ppc64el. [2022-05-19T09:44:44.537Z] #21 20.58 Preparing to unpack .../29-libapparmor-dev_2.13.6-10_ppc64el.deb ... [2022-05-19T09:44:44.537Z] #21 20.58 Unpacking libapparmor-dev:ppc64el (2.13.6-10) ... [2022-05-19T09:44:44.537Z] #21 20.66 Selecting previously unselected package libseccomp2:s390x. [2022-05-19T09:44:44.537Z] #21 20.66 Preparing to unpack .../30-libseccomp2_2.5.1-1+deb11u1_s390x.deb ... [2022-05-19T09:44:44.537Z] #21 20.67 Unpacking libseccomp2:s390x (2.5.1-1+deb11u1) ... [2022-05-19T09:44:44.798Z] #21 20.71 Selecting previously unselected package libseccomp-dev:s390x. [2022-05-19T09:44:44.798Z] #21 20.72 Preparing to unpack .../31-libseccomp-dev_2.5.1-1+deb11u1_s390x.deb ... [2022-05-19T09:44:44.798Z] #21 20.72 Unpacking libseccomp-dev:s390x (2.5.1-1+deb11u1) ... [2022-05-19T09:44:44.798Z] #21 20.79 Selecting previously unselected package libseccomp2:ppc64el. [2022-05-19T09:44:44.798Z] #21 20.80 Preparing to unpack .../32-libseccomp2_2.5.1-1+deb11u1_ppc64el.deb ... [2022-05-19T09:44:44.798Z] #21 20.81 Unpacking libseccomp2:ppc64el (2.5.1-1+deb11u1) ... [2022-05-19T09:44:44.798Z] #21 20.85 Selecting previously unselected package libseccomp-dev:ppc64el. [2022-05-19T09:44:44.798Z] #21 20.86 Preparing to unpack .../33-libseccomp-dev_2.5.1-1+deb11u1_ppc64el.deb ... [2022-05-19T09:44:44.798Z] #21 20.87 Unpacking libseccomp-dev:ppc64el (2.5.1-1+deb11u1) ... [2022-05-19T09:44:44.798Z] #21 20.93 Selecting previously unselected package libseccomp2:armhf. [2022-05-19T09:44:44.798Z] #21 20.93 Preparing to unpack .../34-libseccomp2_2.5.1-1+deb11u1_armhf.deb ... [2022-05-19T09:44:44.798Z] #21 20.94 Unpacking libseccomp2:armhf (2.5.1-1+deb11u1) ... [2022-05-19T09:44:45.060Z] #21 21.00 Selecting previously unselected package libseccomp-dev:armhf. [2022-05-19T09:44:45.060Z] #21 21.00 Preparing to unpack .../35-libseccomp-dev_2.5.1-1+deb11u1_armhf.deb ... [2022-05-19T09:44:45.060Z] #21 21.01 Unpacking libseccomp-dev:armhf (2.5.1-1+deb11u1) ... [2022-05-19T09:44:45.060Z] #21 21.07 Selecting previously unselected package libseccomp2:armel. [2022-05-19T09:44:45.060Z] #21 21.07 Preparing to unpack .../36-libseccomp2_2.5.1-1+deb11u1_armel.deb ... [2022-05-19T09:44:45.060Z] #21 21.08 Unpacking libseccomp2:armel (2.5.1-1+deb11u1) ... [2022-05-19T09:44:45.061Z] #21 21.12 Selecting previously unselected package libseccomp-dev:armel. [2022-05-19T09:44:45.061Z] #21 21.13 Preparing to unpack .../37-libseccomp-dev_2.5.1-1+deb11u1_armel.deb ... [2022-05-19T09:44:45.061Z] #21 21.13 Unpacking libseccomp-dev:armel (2.5.1-1+deb11u1) ... [2022-05-19T09:44:45.061Z] #21 21.20 Selecting previously unselected package libseccomp2:arm64. [2022-05-19T09:44:45.061Z] #21 21.20 Preparing to unpack .../38-libseccomp2_2.5.1-1+deb11u1_arm64.deb ... [2022-05-19T09:44:45.061Z] #21 21.21 Unpacking libseccomp2:arm64 (2.5.1-1+deb11u1) ... [2022-05-19T09:44:45.322Z] #21 21.25 Selecting previously unselected package libseccomp-dev:arm64. [2022-05-19T09:44:45.322Z] #21 21.26 Preparing to unpack .../39-libseccomp-dev_2.5.1-1+deb11u1_arm64.deb ... [2022-05-19T09:44:45.322Z] #21 21.26 Unpacking libseccomp-dev:arm64 (2.5.1-1+deb11u1) ... [2022-05-19T09:44:45.322Z] #21 21.37 Setting up gcc-10-base:arm64 (10.2.1-6) ... [2022-05-19T09:44:45.322Z] #21 21.39 Setting up gcc-10-base:armel (10.2.1-6) ... [2022-05-19T09:44:45.322Z] #21 21.40 Setting up gcc-10-base:armhf (10.2.1-6) ... [2022-05-19T09:44:45.322Z] #21 21.42 Setting up gcc-10-base:ppc64el (10.2.1-6) ... [2022-05-19T09:44:45.322Z] #21 21.43 Setting up gcc-10-base:s390x (10.2.1-6) ... [2022-05-19T09:44:45.322Z] #21 21.45 Setting up libcrypt1:arm64 (1:4.4.18-4) ... [2022-05-19T09:44:45.322Z] #21 21.46 Setting up libcrypt1:armel (1:4.4.18-4) ... [2022-05-19T09:44:45.322Z] #21 21.47 Setting up libcrypt1:armhf (1:4.4.18-4) ... [2022-05-19T09:44:45.322Z] #21 21.49 Setting up libcrypt1:ppc64el (1:4.4.18-4) ... [2022-05-19T09:44:45.322Z] #21 21.50 Setting up libcrypt1:s390x (1:4.4.18-4) ... [2022-05-19T09:44:45.322Z] #21 21.51 Setting up libgcc-s1:arm64 (10.2.1-6) ... [2022-05-19T09:44:45.322Z] #21 21.52 Setting up libgcc-s1:armel (10.2.1-6) ... [2022-05-19T09:44:45.322Z] #21 21.54 Setting up libgcc-s1:armhf (10.2.1-6) ... [2022-05-19T09:44:45.322Z] #21 21.55 Setting up libgcc-s1:ppc64el (10.2.1-6) ... [2022-05-19T09:44:45.322Z] #21 21.56 Setting up libgcc-s1:s390x (10.2.1-6) ... [2022-05-19T09:44:45.584Z] #21 21.58 Setting up libc6:arm64 (2.31-13+deb11u3) ... [2022-05-19T09:44:45.712Z] #64 ... [2022-05-19T09:44:45.712Z] [2022-05-19T09:44:45.712Z] #56 [dev-systemd-false 20/26] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-05-19T09:44:45.712Z] #56 sha256:f63f4aed560662cebcf72952929fc1c80d8c4a26d06b32d4b0f096be5a24c0f3 [2022-05-19T09:44:46.466Z] INFO: Ensuring existence of directory C:\gopath\src\github.com\docker\docker\bundles ... [2022-05-19T09:44:46.466Z] INFO: Configuring git core.autocrlf... [2022-05-19T09:44:46.466Z] [2022-05-19T09:44:46.466Z] [2022-05-19T09:44:46.711Z] --- PASS: TestUpdateRestartPolicy (10.95s) [2022-05-19T09:44:46.711Z] === RUN TestUpdateRestartWithAutoRemove [2022-05-19T09:44:46.711Z] --- PASS: TestUpdateRestartWithAutoRemove (0.46s) [2022-05-19T09:44:46.711Z] === RUN TestWaitNonBlocked [2022-05-19T09:44:46.711Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-05-19T09:44:46.711Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-05-19T09:44:46.711Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-05-19T09:44:46.711Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-05-19T09:44:46.711Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-05-19T09:44:46.711Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-05-19T09:44:46.711Z] --- PASS: TestWaitNonBlocked (0.01s) [2022-05-19T09:44:46.711Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.72s) [2022-05-19T09:44:46.711Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.78s) [2022-05-19T09:44:46.711Z] === RUN TestWaitBlocked [2022-05-19T09:44:46.711Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2022-05-19T09:44:46.711Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2022-05-19T09:44:46.711Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2022-05-19T09:44:46.711Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2022-05-19T09:44:46.711Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2022-05-19T09:44:46.711Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2022-05-19T09:44:46.971Z] #21 22.84 Setting up libc6:armel (2.31-13+deb11u3) ... [2022-05-19T09:44:47.080Z] #56 DONE 1.5s [2022-05-19T09:44:47.080Z] [2022-05-19T09:44:47.080Z] #58 [dev-systemd-false 21/26] COPY --from=shfmt /build/ /usr/local/bin/ [2022-05-19T09:44:47.080Z] #58 sha256:a4b8fb1d98cedc87699ca43a06f849f97258502ef467193f4e6ed03fc7d36b93 [2022-05-19T09:44:47.080Z] #58 DONE 0.1s [2022-05-19T09:44:47.080Z] [2022-05-19T09:44:47.080Z] #61 [dev-systemd-false 22/26] COPY --from=runc /build/ /usr/local/bin/ [2022-05-19T09:44:47.080Z] #61 sha256:a3a6130fa01e2e4ab6defd78a52ad2e17324bf0969a2b2414b7c7cec029b949f [2022-05-19T09:44:47.277Z] --- PASS: TestWaitBlocked (0.01s) [2022-05-19T09:44:47.277Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.65s) [2022-05-19T09:44:47.277Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.69s) [2022-05-19T09:44:47.277Z] === CONT TestDaemonRestartIpcMode [2022-05-19T09:44:47.277Z] === CONT TestIpcModeOlderClient [2022-05-19T09:44:47.277Z] === CONT TestRestartDaemonWithRestartingContainer [2022-05-19T09:44:47.277Z] --- PASS: TestIpcModeOlderClient (0.07s) [2022-05-19T09:44:47.337Z] #61 DONE 0.3s [2022-05-19T09:44:47.337Z] [2022-05-19T09:44:47.337Z] #64 [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-05-19T09:44:47.337Z] #64 sha256:8bad8ba10555dbddf01ea143b484202a3eb27b30f31b8dbee7d335a92fb16664 [2022-05-19T09:44:47.337Z] #64 283.9 + bin/containerd [2022-05-19T09:44:47.915Z] #21 24.07 Setting up libc6:armhf (2.31-13+deb11u3) ... [2022-05-19T09:44:49.303Z] #21 25.27 Setting up libc6:ppc64el (2.31-13+deb11u3) ... [2022-05-19T09:44:49.807Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.39s) [2022-05-19T09:44:50.066Z] --- PASS: TestDaemonRestartIpcMode (2.92s) [2022-05-19T09:44:50.066Z] PASS [2022-05-19T09:44:50.066Z] [2022-05-19T09:44:50.066Z] === Skipped [2022-05-19T09:44:50.066Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2022-05-19T09:44:50.066Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-05-19T09:44:50.066Z] [2022-05-19T09:44:50.066Z] === SKIP: amd64.integration.container TestContainerStartOnDaemonRestart (0.00s) [2022-05-19T09:44:50.066Z] daemon_linux_test.go:38: (*Execution).IsRootless-fm [2022-05-19T09:44:50.066Z] [2022-05-19T09:44:50.066Z] === SKIP: amd64.integration.container TestDaemonHostGatewayIP (0.00s) [2022-05-19T09:44:50.066Z] daemon_linux_test.go:138: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-05-19T09:44:50.066Z] [2022-05-19T09:44:50.066Z] === SKIP: amd64.integration.container TestContainerKillOnDaemonStart (0.00s) [2022-05-19T09:44:50.066Z] daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode [2022-05-19T09:44:50.066Z] [2022-05-19T09:44:50.066Z] === SKIP: amd64.integration.container TestInspectCpusetInConfigPre120 (0.00s) [2022-05-19T09:44:50.066Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-05-19T09:44:50.066Z] [2022-05-19T09:44:50.066Z] === SKIP: amd64.integration.container TestIpcModeShareable (0.00s) [2022-05-19T09:44:50.066Z] ipcmode_linux_test.go:118: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-05-19T09:44:50.066Z] [2022-05-19T09:44:50.066Z] === SKIP: amd64.integration.container TestAPIIpcModeHost (0.00s) [2022-05-19T09:44:50.066Z] ipcmode_linux_test.go:194: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-05-19T09:44:50.066Z] [2022-05-19T09:44:50.066Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareable (0.00s) [2022-05-19T09:44:50.066Z] ipcmode_linux_test.go:266: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-05-19T09:44:50.066Z] [2022-05-19T09:44:50.066Z] === SKIP: amd64.integration.container TestDaemonIpcModePrivateFromConfig (0.00s) [2022-05-19T09:44:50.066Z] ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-05-19T09:44:50.066Z] [2022-05-19T09:44:50.066Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareableFromConfig (0.00s) [2022-05-19T09:44:50.066Z] ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-05-19T09:44:50.066Z] [2022-05-19T09:44:50.066Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2022-05-19T09:44:50.066Z] kill_test.go:158: testEnv.DaemonInfo.CgroupDriver == "none" [2022-05-19T09:44:50.066Z] [2022-05-19T09:44:50.066Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2022-05-19T09:44:50.066Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-05-19T09:44:50.066Z] [2022-05-19T09:44:50.066Z] === SKIP: amd64.integration.container TestLinksEtcHostsContentMatch (0.00s) [2022-05-19T09:44:50.066Z] links_linux_test.go:18: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts [2022-05-19T09:44:50.066Z] [2022-05-19T09:44:50.066Z] === SKIP: amd64.integration.container TestContainerBindMountNonRecursive (0.02s) [2022-05-19T09:44:50.066Z] 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-05-19T09:44:50.066Z] [2022-05-19T09:44:50.066Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsShared (0.00s) [2022-05-19T09:44:50.066Z] 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-05-19T09:44:50.066Z] [2022-05-19T09:44:50.066Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsSlave (0.00s) [2022-05-19T09:44:50.066Z] 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-05-19T09:44:50.066Z] [2022-05-19T09:44:50.066Z] === SKIP: amd64.integration.container TestPause (0.00s) [2022-05-19T09:44:50.066Z] pause_test.go:25: testEnv.DaemonInfo.CgroupDriver == "none" [2022-05-19T09:44:50.066Z] [2022-05-19T09:44:50.066Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2022-05-19T09:44:50.066Z] pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-05-19T09:44:50.066Z] [2022-05-19T09:44:50.066Z] === SKIP: amd64.integration.container TestPauseStopPausedContainer (0.02s) [2022-05-19T09:44:50.066Z] pause_test.go:73: testEnv.DaemonInfo.CgroupDriver == "none" [2022-05-19T09:44:50.066Z] [2022-05-19T09:44:50.066Z] === SKIP: amd64.integration.container TestDaemonRestartKillContainers (0.00s) [2022-05-19T09:44:50.066Z] restart_test.go:21: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore [2022-05-19T09:44:50.066Z] [2022-05-19T09:44:50.066Z] === SKIP: amd64.integration.container TestNISDomainname (0.02s) [2022-05-19T09:44:50.066Z] run_linux_test.go:36: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632) [2022-05-19T09:44:50.066Z] [2022-05-19T09:44:50.066Z] === SKIP: amd64.integration.container TestUnprivilegedPortsAndPing (0.00s) [2022-05-19T09:44:50.066Z] run_linux_test.go:112: (*Execution).IsRootless-fm: rootless mode doesn't support setting net.ipv4.ping_group_range and net.ipv4.ip_unprivileged_port_start [2022-05-19T09:44:50.066Z] [2022-05-19T09:44:50.066Z] === SKIP: amd64.integration.container TestStats (0.00s) [2022-05-19T09:44:50.066Z] stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none" [2022-05-19T09:44:50.066Z] [2022-05-19T09:44:50.066Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2022-05-19T09:44:50.066Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-05-19T09:44:50.066Z] [2022-05-19T09:44:50.066Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2022-05-19T09:44:50.066Z] update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none" [2022-05-19T09:44:50.066Z] [2022-05-19T09:44:50.066Z] === SKIP: amd64.integration.container TestUpdateCPUQuota (0.00s) [2022-05-19T09:44:50.066Z] update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none" [2022-05-19T09:44:50.066Z] [2022-05-19T09:44:50.066Z] === SKIP: amd64.integration.container TestUpdatePidsLimit (0.00s) [2022-05-19T09:44:50.066Z] update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none" [2022-05-19T09:44:50.066Z] [2022-05-19T09:44:50.066Z] DONE 215 tests, 27 skipped in 74.809s [2022-05-19T09:44:50.066Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m [2022-05-19T09:44:50.066Z] === RUN TestConfigDaemonLibtrustID [2022-05-19T09:44:50.248Z] #21 26.52 Setting up libc6:s390x (2.31-13+deb11u3) ... [2022-05-19T09:44:50.643Z] --- PASS: TestConfigDaemonLibtrustID (0.56s) [2022-05-19T09:44:50.643Z] === RUN TestConfigDaemonID [2022-05-19T09:44:51.640Z] #21 27.75 Setting up libapparmor1:arm64 (2.13.6-10) ... [2022-05-19T09:44:51.640Z] #21 27.76 Setting up libapparmor1:armel (2.13.6-10) ... [2022-05-19T09:44:51.640Z] #21 27.77 Setting up libapparmor1:armhf (2.13.6-10) ... [2022-05-19T09:44:51.640Z] #21 27.78 Setting up libapparmor1:ppc64el (2.13.6-10) ... [2022-05-19T09:44:51.640Z] #21 27.79 Setting up libapparmor1:s390x (2.13.6-10) ... [2022-05-19T09:44:51.640Z] #21 27.80 Setting up libseccomp2:arm64 (2.5.1-1+deb11u1) ... [2022-05-19T09:44:51.640Z] #21 27.81 Setting up libseccomp2:armel (2.5.1-1+deb11u1) ... [2022-05-19T09:44:51.640Z] #21 27.82 Setting up libseccomp2:armhf (2.5.1-1+deb11u1) ... [2022-05-19T09:44:51.640Z] #21 27.83 Setting up libseccomp2:ppc64el (2.5.1-1+deb11u1) ... [2022-05-19T09:44:51.640Z] #21 27.85 Setting up libseccomp2:s390x (2.5.1-1+deb11u1) ... [2022-05-19T09:44:51.640Z] #21 27.86 Setting up libapparmor-dev:arm64 (2.13.6-10) ... [2022-05-19T09:44:51.640Z] #21 27.87 Setting up libapparmor-dev:armel (2.13.6-10) ... [2022-05-19T09:44:51.640Z] #21 27.88 Setting up libapparmor-dev:armhf (2.13.6-10) ... [2022-05-19T09:44:51.640Z] #21 27.89 Setting up libapparmor-dev:ppc64el (2.13.6-10) ... [2022-05-19T09:44:51.640Z] #21 27.91 Setting up libapparmor-dev:s390x (2.13.6-10) ... [2022-05-19T09:44:51.640Z] #21 27.91 Setting up libseccomp-dev:arm64 (2.5.1-1+deb11u1) ... [2022-05-19T09:44:51.640Z] #21 27.92 Setting up libseccomp-dev:armel (2.5.1-1+deb11u1) ... [2022-05-19T09:44:51.902Z] #21 27.94 Setting up libseccomp-dev:armhf (2.5.1-1+deb11u1) ... [2022-05-19T09:44:51.902Z] #21 27.95 Setting up libseccomp-dev:ppc64el (2.5.1-1+deb11u1) ... [2022-05-19T09:44:51.902Z] #21 27.96 Setting up libseccomp-dev:s390x (2.5.1-1+deb11u1) ... [2022-05-19T09:44:51.902Z] #21 27.97 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-05-19T09:44:52.052Z] daemon_test.go:84: [d9867dd555448] daemon is not started [2022-05-19T09:44:52.052Z] --- PASS: TestConfigDaemonID (1.15s) [2022-05-19T09:44:52.052Z] === RUN TestDaemonConfigValidation [2022-05-19T09:44:52.052Z] === RUN TestDaemonConfigValidation/config_with_no_content [2022-05-19T09:44:52.052Z] === PAUSE TestDaemonConfigValidation/config_with_no_content [2022-05-19T09:44:52.052Z] === RUN TestDaemonConfigValidation/config_with_{} [2022-05-19T09:44:52.052Z] === PAUSE TestDaemonConfigValidation/config_with_{} [2022-05-19T09:44:52.052Z] === RUN TestDaemonConfigValidation/invalid_config [2022-05-19T09:44:52.052Z] === PAUSE TestDaemonConfigValidation/invalid_config [2022-05-19T09:44:52.052Z] === RUN TestDaemonConfigValidation/malformed_config [2022-05-19T09:44:52.052Z] === PAUSE TestDaemonConfigValidation/malformed_config [2022-05-19T09:44:52.052Z] === RUN TestDaemonConfigValidation/valid_config [2022-05-19T09:44:52.052Z] === PAUSE TestDaemonConfigValidation/valid_config [2022-05-19T09:44:52.052Z] === CONT TestDaemonConfigValidation/config_with_no_content [2022-05-19T09:44:52.052Z] === CONT TestDaemonConfigValidation/malformed_config [2022-05-19T09:44:52.052Z] === CONT TestDaemonConfigValidation/invalid_config [2022-05-19T09:44:52.052Z] === CONT TestDaemonConfigValidation/config_with_{} [2022-05-19T09:44:52.052Z] === CONT TestDaemonConfigValidation/valid_config [2022-05-19T09:44:52.052Z] --- PASS: TestDaemonConfigValidation (0.00s) [2022-05-19T09:44:52.052Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.06s) [2022-05-19T09:44:52.052Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.06s) [2022-05-19T09:44:52.052Z] --- PASS: TestDaemonConfigValidation/valid_config (0.06s) [2022-05-19T09:44:52.052Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.07s) [2022-05-19T09:44:52.052Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.07s) [2022-05-19T09:44:52.052Z] === RUN TestConfigDaemonSeccompProfiles [2022-05-19T09:44:52.052Z] === RUN TestConfigDaemonSeccompProfiles/empty_profile_set [2022-05-19T09:44:52.474Z] #21 DONE 28.6s [2022-05-19T09:44:52.474Z] [2022-05-19T09:44:52.474Z] #66 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2022-05-19T09:44:52.474Z] #66 sha256:ca73b04afe08a2aedb204ed9322ce31cef6fd966d0c796df7995cea4c6879f74 [2022-05-19T09:44:52.737Z] #66 DONE 0.1s [2022-05-19T09:44:52.737Z] [2022-05-19T09:44:52.737Z] #67 [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-05-19T09:44:52.737Z] #67 sha256:5a96bf5d0bf05b9fb72cc2c6ab193af15a0fd1d7bb5a345a71946607646869a3 [2022-05-19T09:44:53.019Z] === RUN TestConfigDaemonSeccompProfiles/default_profile [2022-05-19T09:44:53.682Z] #67 0.993 + RM_GOPATH=0 [2022-05-19T09:44:53.682Z] #67 0.993 + TMP_GOPATH= [2022-05-19T09:44:53.682Z] #67 0.993 + : /build [2022-05-19T09:44:53.682Z] #67 0.993 + '[' -z '' ']' [2022-05-19T09:44:53.682Z] #67 0.993 ++ mktemp -d [2022-05-19T09:44:53.682Z] #67 0.993 + export GOPATH=/tmp/tmp.YROpUIng8l [2022-05-19T09:44:53.682Z] #67 0.993 + GOPATH=/tmp/tmp.YROpUIng8l [2022-05-19T09:44:53.682Z] #67 0.993 + RM_GOPATH=1 [2022-05-19T09:44:53.682Z] #67 0.993 + case "$(go env GOARCH)" in [2022-05-19T09:44:53.682Z] #67 0.993 ++ go env GOARCH [2022-05-19T09:44:53.682Z] #67 1.000 + export GO_BUILDMODE=-buildmode=pie [2022-05-19T09:44:53.682Z] #67 1.000 + GO_BUILDMODE=-buildmode=pie [2022-05-19T09:44:53.682Z] #67 1.000 ++ dirname /install.sh [2022-05-19T09:44:53.682Z] #67 1.003 Install runc version v1.1.2 (build tags: seccomp) [2022-05-19T09:44:53.682Z] #67 1.003 + dir=/ [2022-05-19T09:44:53.682Z] #67 1.003 + bin=runc [2022-05-19T09:44:53.682Z] #67 1.003 + shift [2022-05-19T09:44:53.682Z] #67 1.003 + '[' '!' -f //runc.installer ']' [2022-05-19T09:44:53.682Z] #67 1.003 + . //runc.installer [2022-05-19T09:44:53.682Z] #67 1.003 ++ set -e [2022-05-19T09:44:53.682Z] #67 1.003 ++ : v1.1.2 [2022-05-19T09:44:53.682Z] #67 1.003 + install_runc [2022-05-19T09:44:53.682Z] #67 1.003 + RUNC_BUILDTAGS=seccomp [2022-05-19T09:44:53.682Z] #67 1.003 + echo 'Install runc version v1.1.2 (build tags: seccomp)' [2022-05-19T09:44:53.682Z] #67 1.003 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.YROpUIng8l/src/github.com/opencontainers/runc [2022-05-19T09:44:53.682Z] #67 1.007 Cloning into '/tmp/tmp.YROpUIng8l/src/github.com/opencontainers/runc'... [2022-05-19T09:44:53.943Z] #67 ... [2022-05-19T09:44:53.943Z] [2022-05-19T09:44:53.943Z] #22 [dev-systemd-false 1/26] RUN groupadd -r docker [2022-05-19T09:44:53.943Z] #22 sha256:f960ace95f061f884aaef19cf4b6acb588d7aafa8d52a4c0e31709b9e1058de8 [2022-05-19T09:44:53.943Z] #22 DONE 1.3s [2022-05-19T09:44:53.943Z] [2022-05-19T09:44:53.943Z] #23 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2022-05-19T09:44:53.943Z] #23 sha256:e1ec129310b8f56ba255237fcf4698db1ece468edc2abfdcc11db62814863962 [2022-05-19T09:44:54.421Z] === RUN TestConfigDaemonSeccompProfiles/unconfined_profile [2022-05-19T09:44:54.888Z] #23 DONE 1.0s [2022-05-19T09:44:54.888Z] [2022-05-19T09:44:54.888Z] #24 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-05-19T09:44:54.888Z] #24 sha256:9d2d46962e8501dddd1828123e85de2d8c282b98c5659a42ac993cade9ce0334 [2022-05-19T09:44:55.369Z] === CONT TestConfigDaemonSeccompProfiles [2022-05-19T09:44:55.369Z] daemon_test.go:198: [d35a581c05c74] daemon is not started [2022-05-19T09:44:55.369Z] --- PASS: TestConfigDaemonSeccompProfiles (3.36s) [2022-05-19T09:44:55.369Z] --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.13s) [2022-05-19T09:44:55.369Z] --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.09s) [2022-05-19T09:44:55.369Z] --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.14s) [2022-05-19T09:44:55.369Z] === RUN TestDaemonProxy [2022-05-19T09:44:55.369Z] daemon_test.go:202: os.Getenv("DOCKER_ROOTLESS") != "": cannot connect to localhost proxy in rootless environment [2022-05-19T09:44:55.369Z] --- SKIP: TestDaemonProxy (0.00s) [2022-05-19T09:44:55.369Z] PASS [2022-05-19T09:44:55.369Z] [2022-05-19T09:44:55.369Z] === Skipped [2022-05-19T09:44:55.369Z] === SKIP: amd64.integration.daemon TestDaemonProxy (0.00s) [2022-05-19T09:44:55.369Z] daemon_test.go:202: os.Getenv("DOCKER_ROOTLESS") != "": cannot connect to localhost proxy in rootless environment [2022-05-19T09:44:55.369Z] [2022-05-19T09:44:55.369Z] DONE 13 tests, 1 skipped in 5.169s [2022-05-19T09:44:55.369Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2022-05-19T09:44:55.369Z] INFO: Testing against a local daemon [2022-05-19T09:44:55.369Z] === RUN TestCommitInheritsEnv [2022-05-19T09:44:55.834Z] #24 0.793 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2022-05-19T09:44:55.834Z] #24 DONE 1.0s [2022-05-19T09:44:55.834Z] [2022-05-19T09:44:55.834Z] #67 [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-05-19T09:44:55.834Z] #67 sha256:5a96bf5d0bf05b9fb72cc2c6ab193af15a0fd1d7bb5a345a71946607646869a3 [2022-05-19T09:44:56.778Z] #67 ... [2022-05-19T09:44:56.778Z] [2022-05-19T09:44:56.778Z] #25 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-05-19T09:44:56.778Z] #25 sha256:89bbdbfa8cf06608398bdaabf25c778a2b8fb011b327cb885e060eca7f1a0f91 [2022-05-19T09:44:56.778Z] #25 DONE 0.9s [2022-05-19T09:44:56.778Z] [2022-05-19T09:44:56.778Z] #26 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-05-19T09:44:56.778Z] #26 sha256:d6f649d6da96e48100c187b0fb8fe41f8bcc289a86aaab59b5cb360dd5e9a6e3 [2022-05-19T09:44:57.390Z] --- PASS: TestCommitInheritsEnv (1.81s) [2022-05-19T09:44:57.390Z] === RUN TestImportExtremelyLargeImageWorks [2022-05-19T09:44:57.390Z] === PAUSE TestImportExtremelyLargeImageWorks [2022-05-19T09:44:57.390Z] === RUN TestImportWithCustomPlatform [2022-05-19T09:44:57.390Z] === RUN TestImportWithCustomPlatform/#00 [2022-05-19T09:44:57.390Z] === RUN TestImportWithCustomPlatform/_______ [2022-05-19T09:44:57.390Z] === RUN TestImportWithCustomPlatform// [2022-05-19T09:44:57.390Z] === RUN TestImportWithCustomPlatform/linux [2022-05-19T09:44:57.390Z] === RUN TestImportWithCustomPlatform/LINUX [2022-05-19T09:44:57.390Z] === RUN TestImportWithCustomPlatform/linux/sparc64 [2022-05-19T09:44:57.390Z] === RUN TestImportWithCustomPlatform/macos [2022-05-19T09:44:57.390Z] === RUN TestImportWithCustomPlatform/macos/arm64 [2022-05-19T09:44:57.390Z] === RUN TestImportWithCustomPlatform/nintendo64 [2022-05-19T09:44:57.390Z] --- PASS: TestImportWithCustomPlatform (0.26s) [2022-05-19T09:44:57.390Z] --- PASS: TestImportWithCustomPlatform/#00 (0.06s) [2022-05-19T09:44:57.390Z] --- PASS: TestImportWithCustomPlatform/_______ (0.00s) [2022-05-19T09:44:57.390Z] --- PASS: TestImportWithCustomPlatform// (0.00s) [2022-05-19T09:44:57.390Z] --- PASS: TestImportWithCustomPlatform/linux (0.06s) [2022-05-19T09:44:57.390Z] --- PASS: TestImportWithCustomPlatform/LINUX (0.06s) [2022-05-19T09:44:57.390Z] --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.06s) [2022-05-19T09:44:57.390Z] --- PASS: TestImportWithCustomPlatform/macos (0.00s) [2022-05-19T09:44:57.390Z] --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s) [2022-05-19T09:44:57.390Z] --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s) [2022-05-19T09:44:57.390Z] === RUN TestImagesFilterMultiReference [2022-05-19T09:44:57.390Z] --- PASS: TestImagesFilterMultiReference (0.06s) [2022-05-19T09:44:57.390Z] === RUN TestImagePullPlatformInvalid [2022-05-19T09:44:57.390Z] --- PASS: TestImagePullPlatformInvalid (0.03s) [2022-05-19T09:44:57.390Z] === RUN TestRemoveImageOrphaning [2022-05-19T09:44:57.721Z] #26 DONE 0.9s [2022-05-19T09:44:57.721Z] [2022-05-19T09:44:57.721Z] #67 [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-05-19T09:44:57.721Z] #67 sha256:5a96bf5d0bf05b9fb72cc2c6ab193af15a0fd1d7bb5a345a71946607646869a3 [2022-05-19T09:44:57.721Z] #67 ... [2022-05-19T09:44:57.721Z] [2022-05-19T09:44:57.721Z] #27 [dev-systemd-false 6/26] RUN ldconfig [2022-05-19T09:44:57.721Z] #27 sha256:e0544e8be560d83471a92c76f818f4aa1637fc5ec84ab7d65c1fd6b26df5f448 [2022-05-19T09:44:58.664Z] #27 DONE 1.0s [2022-05-19T09:44:58.664Z] [2022-05-19T09:44:58.664Z] #28 [dev-systemd-false 7/26] 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-05-19T09:44:58.664Z] #28 sha256:e7aba1ebc7f0dd6ddbdc75d13116045df28aecc8cb33168f6b228432acb91be1 [2022-05-19T09:44:59.325Z] --- PASS: TestRemoveImageOrphaning (1.65s) [2022-05-19T09:44:59.325Z] === RUN TestRemoveImageGarbageCollector [2022-05-19T09:44:59.325Z] remove_unix_test.go:36: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros [2022-05-19T09:44:59.325Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2022-05-19T09:44:59.325Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-05-19T09:44:59.325Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) [2022-05-19T09:44:59.325Z] === RUN TestTagInvalidReference [2022-05-19T09:44:59.325Z] --- PASS: TestTagInvalidReference (0.01s) [2022-05-19T09:44:59.325Z] === RUN TestTagValidPrefixedRepo [2022-05-19T09:44:59.325Z] --- PASS: TestTagValidPrefixedRepo (0.04s) [2022-05-19T09:44:59.325Z] === RUN TestTagExistedNameWithoutForce [2022-05-19T09:44:59.325Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2022-05-19T09:44:59.325Z] === RUN TestTagOfficialNames [2022-05-19T09:44:59.325Z] --- PASS: TestTagOfficialNames (0.04s) [2022-05-19T09:44:59.325Z] === RUN TestTagMatchesDigest [2022-05-19T09:44:59.325Z] --- PASS: TestTagMatchesDigest (0.01s) [2022-05-19T09:44:59.325Z] === CONT TestImportExtremelyLargeImageWorks [2022-05-19T09:45:00.055Z] #28 1.187 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-05-19T09:45:00.055Z] #28 1.200 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-05-19T09:45:00.055Z] #28 1.203 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-05-19T09:45:00.055Z] #28 1.463 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8030 kB] [2022-05-19T09:45:00.317Z] #28 1.780 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7944 kB] [2022-05-19T09:45:00.579Z] #28 2.149 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7865 kB] [2022-05-19T09:45:01.154Z] #28 2.548 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-05-19T09:45:01.727Z] #28 2.959 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-05-19T09:45:01.989Z] #28 3.393 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7876 kB] [2022-05-19T09:45:02.282Z] #28 3.764 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [146 kB] [2022-05-19T09:45:02.545Z] #28 3.766 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [129 kB] [2022-05-19T09:45:02.545Z] #28 3.768 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [145 kB] [2022-05-19T09:45:02.545Z] #28 3.778 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [121 kB] [2022-05-19T09:45:02.545Z] #28 3.781 Get:14 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [147 kB] [2022-05-19T09:45:02.545Z] #28 3.785 Get:15 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [139 kB] [2022-05-19T09:45:02.545Z] #28 3.797 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B] [2022-05-19T09:45:02.545Z] #28 3.798 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2604 B] [2022-05-19T09:45:02.545Z] #28 3.799 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B] [2022-05-19T09:45:02.545Z] #28 3.803 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2604 B] [2022-05-19T09:45:02.545Z] #28 3.803 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2604 B] [2022-05-19T09:45:02.545Z] #28 3.804 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-05-19T09:45:09.145Z] #28 ... [2022-05-19T09:45:09.145Z] [2022-05-19T09:45:09.145Z] #67 [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-05-19T09:45:09.145Z] #67 sha256:5a96bf5d0bf05b9fb72cc2c6ab193af15a0fd1d7bb5a345a71946607646869a3 [2022-05-19T09:45:09.145Z] #67 5.457 + cd /tmp/tmp.YROpUIng8l/src/github.com/opencontainers/runc [2022-05-19T09:45:09.145Z] #67 5.457 + git checkout -q v1.1.2 [2022-05-19T09:45:09.145Z] #67 5.663 + '[' -z '' ']' [2022-05-19T09:45:09.145Z] #67 5.666 + target=static [2022-05-19T09:45:09.145Z] #67 5.666 + make BUILDTAGS=seccomp static [2022-05-19T09:45:09.145Z] #67 5.838 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.1.2-0-ga916309f -X main.version=1.1.2 " -o runc . [2022-05-19T09:45:13.358Z] #67 ... [2022-05-19T09:45:13.358Z] [2022-05-19T09:45:13.358Z] #28 [dev-systemd-false 7/26] 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-05-19T09:45:13.358Z] #28 sha256:e7aba1ebc7f0dd6ddbdc75d13116045df28aecc8cb33168f6b228432acb91be1 [2022-05-19T09:45:13.358Z] #28 14.55 Fetched 49.0 MB in 14s (3600 kB/s) [2022-05-19T09:45:19.953Z] #28 14.55 Reading package lists... [2022-05-19T09:45:25.178Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2022-05-19T09:45:25.178Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2022-05-19T09:45:25.178Z] GOOS="" GOARCH="" GOARM="" [2022-05-19T09:45:25.178Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2022-05-19T09:45:25.178Z] [2022-05-19T09:45:25.178Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-05-19T09:45:25.751Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-05-19T09:45:25.751Z] HOSTNAME=195a8d0088a3 [2022-05-19T09:45:25.751Z] TESTDEBUG=0 [2022-05-19T09:45:25.751Z] DEST=bundles/test-integration [2022-05-19T09:45:25.751Z] PWD=/go/src/github.com/docker/docker [2022-05-19T09:45:25.751Z] DOCKER_GITCOMMIT=c96cfe37a4e86f40c7da756c97e7071aeab55413 [2022-05-19T09:45:25.751Z] container=docker [2022-05-19T09:45:25.751Z] HOME=/root [2022-05-19T09:45:25.751Z] GOLANG_VERSION=1.18.2 [2022-05-19T09:45:25.751Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-05-19T09:45:25.751Z] VALIDATE_BRANCH=master [2022-05-19T09:45:25.751Z] TERM=xterm [2022-05-19T09:45:25.751Z] DOCKER_PKG=github.com/docker/docker [2022-05-19T09:45:25.751Z] SHLVL=1 [2022-05-19T09:45:25.752Z] TIMEOUT=120m [2022-05-19T09:45:25.752Z] DOCKER_BUILDTAGS= journald [2022-05-19T09:45:25.752Z] DOCKER_GRAPHDRIVER=overlay2 [2022-05-19T09:45:25.752Z] GO111MODULE=off [2022-05-19T09:45:25.752Z] DOCKER_EXPERIMENTAL=1 [2022-05-19T09:45:25.752Z] TEST_SKIP_INTEGRATION_CLI=1 [2022-05-19T09:45:25.752Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-05-19T09:45:25.752Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-05-19T09:45:25.752Z] GOPATH=/go [2022-05-19T09:45:25.752Z] PKG_CONFIG=pkg-config [2022-05-19T09:45:25.752Z] _=/usr/bin/env [2022-05-19T09:45:25.752Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2022-05-19T09:45:26.548Z] #28 21.26 Reading package lists... [2022-05-19T09:45:27.935Z] #28 27.88 Building dependency tree... [2022-05-19T09:45:29.324Z] #28 30.56 bzip2 is already the newest version (1.0.8-4). [2022-05-19T09:45:29.324Z] #28 30.56 patch is already the newest version (2.7.6-7). [2022-05-19T09:45:29.324Z] #28 30.56 xz-utils is already the newest version (5.2.5-2.1~deb11u1). [2022-05-19T09:45:29.324Z] #28 30.56 The following additional packages will be installed: [2022-05-19T09:45:29.324Z] #28 30.56 libaio1 libbpf0 libcap2 libelf1 libgpm2 libinih1 libip4tc2 libip6tc2 libjq1 [2022-05-19T09:45:29.324Z] #28 30.57 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 [2022-05-19T09:45:29.324Z] #28 30.57 libxtables12 python-pip-whl python3-distutils python3-lib2to3 [2022-05-19T09:45:29.324Z] #28 30.57 python3-pkg-resources vim-runtime xxd [2022-05-19T09:45:29.324Z] #28 30.59 Suggested packages: [2022-05-19T09:45:29.324Z] #28 30.59 apparmor-profiles-extra apparmor-utils iproute2-doc firewalld kmod gpm [2022-05-19T09:45:29.324Z] #28 30.59 python-setuptools-doc ctags vim-doc vim-scripts xfsdump acl attr quota [2022-05-19T09:45:29.324Z] #28 30.59 Recommended packages: [2022-05-19T09:45:29.324Z] #28 30.59 libatm1 nftables libpam-cap build-essential python3-dev unzip [2022-05-19T09:45:30.711Z] #28 31.96 The following NEW packages will be installed: [2022-05-19T09:45:30.711Z] #28 31.97 apparmor bash-completion inetutils-ping iproute2 iptables jq libaio1 libbpf0 [2022-05-19T09:45:30.711Z] #28 31.97 libcap2 libcap2-bin libelf1 libgpm2 libinih1 libip4tc2 libip6tc2 libjq1 [2022-05-19T09:45:30.711Z] #28 31.97 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 [2022-05-19T09:45:30.711Z] #28 31.98 libonig5 libprotobuf-c1 libxtables12 net-tools pigz python-pip-whl [2022-05-19T09:45:30.711Z] #28 31.98 python3-distutils python3-lib2to3 python3-pip python3-pkg-resources [2022-05-19T09:45:30.711Z] #28 31.98 python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim [2022-05-19T09:45:30.711Z] #28 31.98 vim-common vim-runtime xfsprogs xxd zip zstd [2022-05-19T09:45:30.972Z] #28 32.37 0 upgraded, 44 newly installed, 0 to remove and 2 not upgraded. [2022-05-19T09:45:30.972Z] #28 32.37 Need to get 18.6 MB of archives. [2022-05-19T09:45:30.972Z] #28 32.37 After this operation, 71.4 MB of additional disk space will be used. [2022-05-19T09:45:30.972Z] #28 32.37 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 pigz amd64 2.6-1 [64.0 kB] [2022-05-19T09:45:30.972Z] #28 32.38 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB] [2022-05-19T09:45:30.972Z] #28 32.38 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbpf0 amd64 1:0.3-2 [98.3 kB] [2022-05-19T09:45:30.972Z] #28 32.38 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB] [2022-05-19T09:45:30.972Z] #28 32.38 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB] [2022-05-19T09:45:30.972Z] #28 32.39 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB] [2022-05-19T09:45:30.972Z] #28 32.39 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2-bin amd64 1:2.44-1 [32.6 kB] [2022-05-19T09:45:30.972Z] #28 32.39 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iproute2 amd64 5.10.0-4 [930 kB] [2022-05-19T09:45:30.972Z] #28 32.41 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-05-19T09:45:30.972Z] #28 32.41 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2022-05-19T09:45:30.972Z] #28 32.42 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB] [2022-05-19T09:45:30.972Z] #28 32.43 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 apparmor amd64 2.13.6-10 [640 kB] [2022-05-19T09:45:30.973Z] #28 32.44 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 inetutils-ping amd64 2:2.0-1 [245 kB] [2022-05-19T09:45:30.973Z] #28 32.44 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB] [2022-05-19T09:45:30.973Z] #28 32.45 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB] [2022-05-19T09:45:30.973Z] #28 32.45 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2022-05-19T09:45:30.973Z] #28 32.45 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB] [2022-05-19T09:45:30.973Z] #28 32.45 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB] [2022-05-19T09:45:30.973Z] #28 32.46 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB] [2022-05-19T09:45:30.973Z] #28 32.46 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-05-19T09:45:30.973Z] #28 32.47 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-05-19T09:45:30.973Z] #28 32.47 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-05-19T09:45:30.973Z] #28 32.47 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libaio1 amd64 0.3.112-9 [12.5 kB] [2022-05-19T09:45:30.973Z] #28 32.47 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB] [2022-05-19T09:45:30.973Z] #28 32.48 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libinih1 amd64 53-1+b2 [6792 B] [2022-05-19T09:45:30.973Z] #28 32.49 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2022-05-19T09:45:30.973Z] #28 32.49 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-05-19T09:45:30.973Z] #28 32.49 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB] [2022-05-19T09:45:30.973Z] #28 32.49 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 net-tools amd64 1.60+git20181103.0eebece-1 [250 kB] [2022-05-19T09:45:30.973Z] #28 32.50 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python-pip-whl all 20.3.4-4+deb11u1 [1948 kB] [2022-05-19T09:45:30.973Z] #28 32.53 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB] [2022-05-19T09:45:30.973Z] #28 32.53 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB] [2022-05-19T09:45:30.973Z] #28 32.54 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-05-19T09:45:30.973Z] #28 32.54 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-setuptools all 52.0.0-4 [366 kB] [2022-05-19T09:45:30.973Z] #28 32.55 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-wheel all 0.34.2-1 [24.0 kB] [2022-05-19T09:45:30.973Z] #28 32.55 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pip all 20.3.4-4+deb11u1 [337 kB] [2022-05-19T09:45:30.973Z] #28 32.55 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 sudo amd64 1.9.5p2-3 [1059 kB] [2022-05-19T09:45:30.973Z] #28 32.58 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 thin-provisioning-tools amd64 0.9.0-1 [393 kB] [2022-05-19T09:45:31.234Z] #28 32.59 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 uidmap amd64 1:4.8.1-1 [223 kB] [2022-05-19T09:45:31.234Z] #28 32.59 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-runtime all 2:8.2.2434-3+deb11u1 [6226 kB] [2022-05-19T09:45:31.234Z] #28 32.70 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim amd64 2:8.2.2434-3+deb11u1 [1494 kB] [2022-05-19T09:45:31.495Z] #28 32.72 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xfsprogs amd64 5.10.0-4 [959 kB] [2022-05-19T09:45:31.495Z] #28 32.73 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zip amd64 3.0-12 [232 kB] [2022-05-19T09:45:31.495Z] #28 32.74 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zstd amd64 1.4.8+dfsg-2.1 [630 kB] [2022-05-19T09:45:32.073Z] #28 33.33 debconf: delaying package configuration, since apt-utils is not installed [2022-05-19T09:45:32.073Z] #28 33.60 Fetched 18.6 MB in 1s (28.1 MB/s) [2022-05-19T09:45:32.335Z] #28 33.69 Selecting previously unselected package pigz. [2022-05-19T09:45:32.335Z] #28 33.69 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 40068 files and directories currently installed.) [2022-05-19T09:45:32.335Z] #28 33.76 Preparing to unpack .../00-pigz_2.6-1_amd64.deb ... [2022-05-19T09:45:32.335Z] #28 33.77 Unpacking pigz (2.6-1) ... [2022-05-19T09:45:32.596Z] #28 33.90 Selecting previously unselected package libelf1:amd64. [2022-05-19T09:45:32.596Z] #28 33.91 Preparing to unpack .../01-libelf1_0.183-1_amd64.deb ... [2022-05-19T09:45:32.596Z] #28 33.93 Unpacking libelf1:amd64 (0.183-1) ... [2022-05-19T09:45:32.857Z] #28 34.10 Selecting previously unselected package libbpf0:amd64. [2022-05-19T09:45:32.857Z] #28 34.11 Preparing to unpack .../02-libbpf0_1%3a0.3-2_amd64.deb ... [2022-05-19T09:45:32.857Z] #28 34.11 Unpacking libbpf0:amd64 (1:0.3-2) ... [2022-05-19T09:45:32.857Z] #28 34.18 Selecting previously unselected package libcap2:amd64. [2022-05-19T09:45:32.857Z] #28 34.18 Preparing to unpack .../03-libcap2_1%3a2.44-1_amd64.deb ... [2022-05-19T09:45:32.857Z] #28 34.19 Unpacking libcap2:amd64 (1:2.44-1) ... [2022-05-19T09:45:32.857Z] #28 34.24 Selecting previously unselected package libmnl0:amd64. [2022-05-19T09:45:32.857Z] #28 34.24 Preparing to unpack .../04-libmnl0_1.0.4-3_amd64.deb ... [2022-05-19T09:45:32.857Z] #28 34.25 Unpacking libmnl0:amd64 (1.0.4-3) ... [2022-05-19T09:45:32.857Z] #28 34.30 Selecting previously unselected package libxtables12:amd64. [2022-05-19T09:45:32.857Z] #28 34.30 Preparing to unpack .../05-libxtables12_1.8.7-1_amd64.deb ... [2022-05-19T09:45:32.857Z] #28 34.31 Unpacking libxtables12:amd64 (1.8.7-1) ... [2022-05-19T09:45:32.857Z] #28 34.36 Selecting previously unselected package libcap2-bin. [2022-05-19T09:45:33.118Z] #28 34.36 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_amd64.deb ... [2022-05-19T09:45:33.118Z] #28 34.37 Unpacking libcap2-bin (1:2.44-1) ... [2022-05-19T09:45:33.118Z] #28 34.42 Selecting previously unselected package iproute2. [2022-05-19T09:45:33.118Z] #28 34.43 Preparing to unpack .../07-iproute2_5.10.0-4_amd64.deb ... [2022-05-19T09:45:33.118Z] #28 34.43 Unpacking iproute2 (5.10.0-4) ... [2022-05-19T09:45:33.379Z] #28 34.71 Selecting previously unselected package xxd. [2022-05-19T09:45:33.379Z] #28 34.71 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-05-19T09:45:33.379Z] #28 34.72 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-05-19T09:45:33.379Z] #28 34.81 Selecting previously unselected package vim-common. [2022-05-19T09:45:33.379Z] #28 34.81 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-05-19T09:45:33.379Z] #28 34.83 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-05-19T09:45:33.379Z] #28 34.96 Selecting previously unselected package bash-completion. [2022-05-19T09:45:33.379Z] #28 34.96 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ... [2022-05-19T09:45:34.461Z] Removing intermediate container 82695d247435 [2022-05-19T09:45:34.461Z] ---> 563e4e19b201 [2022-05-19T09:45:34.461Z] Step 9/13 : 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-05-19T09:45:34.461Z] ---> Running in a4880be17558 [2022-05-19T09:45:34.765Z] #28 36.10 Unpacking bash-completion (1:2.11-2) ... [2022-05-19T09:45:35.026Z] #28 36.33 Selecting previously unselected package apparmor. [2022-05-19T09:45:35.026Z] #28 36.33 Preparing to unpack .../11-apparmor_2.13.6-10_amd64.deb ... [2022-05-19T09:45:35.026Z] #28 36.38 Unpacking apparmor (2.13.6-10) ... [2022-05-19T09:45:35.287Z] #28 36.71 Selecting previously unselected package inetutils-ping. [2022-05-19T09:45:35.287Z] #28 36.72 Preparing to unpack .../12-inetutils-ping_2%3a2.0-1_amd64.deb ... [2022-05-19T09:45:35.287Z] #28 36.72 Unpacking inetutils-ping (2:2.0-1) ... [2022-05-19T09:45:35.287Z] #28 36.81 Selecting previously unselected package libip4tc2:amd64. [2022-05-19T09:45:35.287Z] #28 36.81 Preparing to unpack .../13-libip4tc2_1.8.7-1_amd64.deb ... [2022-05-19T09:45:35.287Z] #28 36.82 Unpacking libip4tc2:amd64 (1.8.7-1) ... [2022-05-19T09:45:35.548Z] #28 36.87 Selecting previously unselected package libip6tc2:amd64. [2022-05-19T09:45:35.548Z] #28 36.87 Preparing to unpack .../14-libip6tc2_1.8.7-1_amd64.deb ... [2022-05-19T09:45:35.548Z] #28 36.88 Unpacking libip6tc2:amd64 (1.8.7-1) ... [2022-05-19T09:45:35.548Z] #28 36.94 Selecting previously unselected package libnfnetlink0:amd64. [2022-05-19T09:45:35.548Z] #28 36.95 Preparing to unpack .../15-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2022-05-19T09:45:35.548Z] #28 36.96 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-05-19T09:45:35.548Z] #28 37.01 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2022-05-19T09:45:35.548Z] #28 37.01 Preparing to unpack .../16-libnetfilter-conntrack3_1.0.8-3_amd64.deb ... [2022-05-19T09:45:35.548Z] #28 37.02 Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-05-19T09:45:35.548Z] #28 37.09 Selecting previously unselected package libnftnl11:amd64. [2022-05-19T09:45:35.809Z] #28 37.10 Preparing to unpack .../17-libnftnl11_1.1.9-1_amd64.deb ... [2022-05-19T09:45:35.809Z] #28 37.11 Unpacking libnftnl11:amd64 (1.1.9-1) ... [2022-05-19T09:45:35.809Z] #28 37.17 Selecting previously unselected package iptables. [2022-05-19T09:45:35.809Z] #28 37.18 Preparing to unpack .../18-iptables_1.8.7-1_amd64.deb ... [2022-05-19T09:45:35.809Z] #28 37.19 Unpacking iptables (1.8.7-1) ... [2022-05-19T09:45:36.070Z] #28 37.48 Selecting previously unselected package libonig5:amd64. [2022-05-19T09:45:36.070Z] #28 37.48 Preparing to unpack .../19-libonig5_6.9.6-1.1_amd64.deb ... [2022-05-19T09:45:36.070Z] #28 37.49 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-05-19T09:45:36.333Z] #28 37.62 Selecting previously unselected package libjq1:amd64. [2022-05-19T09:45:36.333Z] #28 37.63 Preparing to unpack .../20-libjq1_1.6-2.1_amd64.deb ... [2022-05-19T09:45:36.333Z] #28 37.63 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-05-19T09:45:36.333Z] #28 37.70 Selecting previously unselected package jq. [2022-05-19T09:45:36.333Z] #28 37.70 Preparing to unpack .../21-jq_1.6-2.1_amd64.deb ... [2022-05-19T09:45:36.333Z] #28 37.70 Unpacking jq (1.6-2.1) ... [2022-05-19T09:45:36.333Z] #28 37.76 Selecting previously unselected package libaio1:amd64. [2022-05-19T09:45:36.333Z] #28 37.77 Preparing to unpack .../22-libaio1_0.3.112-9_amd64.deb ... [2022-05-19T09:45:36.333Z] #28 37.78 Unpacking libaio1:amd64 (0.3.112-9) ... [2022-05-19T09:45:36.333Z] #28 37.83 Selecting previously unselected package libgpm2:amd64. [2022-05-19T09:45:36.333Z] #28 37.83 Preparing to unpack .../23-libgpm2_1.20.7-8_amd64.deb ... [2022-05-19T09:45:36.333Z] #28 37.83 Unpacking libgpm2:amd64 (1.20.7-8) ... [2022-05-19T09:45:36.333Z] #28 37.89 Selecting previously unselected package libinih1:amd64. [2022-05-19T09:45:36.594Z] #28 37.90 Preparing to unpack .../24-libinih1_53-1+b2_amd64.deb ... [2022-05-19T09:45:36.594Z] #28 37.91 Unpacking libinih1:amd64 (53-1+b2) ... [2022-05-19T09:45:36.594Z] #28 37.96 Selecting previously unselected package libnet1:amd64. [2022-05-19T09:45:36.594Z] #28 37.96 Preparing to unpack .../25-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-05-19T09:45:36.594Z] #28 37.97 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-05-19T09:45:36.594Z] #28 38.04 Selecting previously unselected package libnl-3-200:amd64. [2022-05-19T09:45:36.594Z] #28 38.06 Preparing to unpack .../26-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-05-19T09:45:36.594Z] #28 38.06 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-05-19T09:45:36.594Z] #28 38.15 Selecting previously unselected package libprotobuf-c1:amd64. [2022-05-19T09:45:36.856Z] #28 38.16 Preparing to unpack .../27-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-05-19T09:45:36.856Z] #28 38.16 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-05-19T09:45:36.856Z] #28 38.23 Selecting previously unselected package net-tools. [2022-05-19T09:45:36.856Z] #28 38.24 Preparing to unpack .../28-net-tools_1.60+git20181103.0eebece-1_amd64.deb ... [2022-05-19T09:45:36.856Z] #28 38.24 Unpacking net-tools (1.60+git20181103.0eebece-1) ... [2022-05-19T09:45:36.856Z] #28 38.37 Selecting previously unselected package python-pip-whl. [2022-05-19T09:45:36.856Z] #28 38.38 Preparing to unpack .../29-python-pip-whl_20.3.4-4+deb11u1_all.deb ... [2022-05-19T09:45:36.856Z] #28 38.39 Unpacking python-pip-whl (20.3.4-4+deb11u1) ... [2022-05-19T09:45:37.430Z] #28 38.75 Selecting previously unselected package python3-lib2to3. [2022-05-19T09:45:37.430Z] #28 38.77 Preparing to unpack .../30-python3-lib2to3_3.9.2-1_all.deb ... [2022-05-19T09:45:37.430Z] #28 38.77 Unpacking python3-lib2to3 (3.9.2-1) ... [2022-05-19T09:45:37.430Z] #28 38.86 Selecting previously unselected package python3-distutils. [2022-05-19T09:45:37.430Z] #28 38.86 Preparing to unpack .../31-python3-distutils_3.9.2-1_all.deb ... [2022-05-19T09:45:37.430Z] #28 38.87 Unpacking python3-distutils (3.9.2-1) ... [2022-05-19T09:45:37.430Z] #28 38.95 Selecting previously unselected package python3-pkg-resources. [2022-05-19T09:45:37.692Z] #28 38.97 Preparing to unpack .../32-python3-pkg-resources_52.0.0-4_all.deb ... [2022-05-19T09:45:37.692Z] #28 38.97 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-05-19T09:45:37.692Z] #28 39.06 Selecting previously unselected package python3-setuptools. [2022-05-19T09:45:37.692Z] #28 39.07 Preparing to unpack .../33-python3-setuptools_52.0.0-4_all.deb ... [2022-05-19T09:45:37.692Z] #28 39.07 Unpacking python3-setuptools (52.0.0-4) ... [2022-05-19T09:45:37.954Z] #28 39.24 Selecting previously unselected package python3-wheel. [2022-05-19T09:45:37.954Z] #28 39.26 Preparing to unpack .../34-python3-wheel_0.34.2-1_all.deb ... [2022-05-19T09:45:37.954Z] #28 39.26 Unpacking python3-wheel (0.34.2-1) ... [2022-05-19T09:45:37.954Z] #28 39.32 Selecting previously unselected package python3-pip. [2022-05-19T09:45:37.954Z] #28 ... [2022-05-19T09:45:37.954Z] [2022-05-19T09:45:37.954Z] #71 [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-05-19T09:45:37.954Z] #71 sha256:96618212938a6405afa67737a49a91adb5aa97342dc87bcef46d635fd1aabc43 [2022-05-19T09:45:37.954Z] #71 100.4 + bin/containerd [2022-05-19T09:45:39.232Z] INFO: Installing gotestsum version v1.7.0 in C:\gopath\bin [2022-05-19T09:45:39.232Z] go: downloading gotest.tools/gotestsum v1.7.0 [2022-05-19T09:45:39.704Z] go: downloading github.com/fatih/color v1.10.0 [2022-05-19T09:45:39.704Z] go: downloading github.com/dnephin/pflag v1.0.7 [2022-05-19T09:45:39.704Z] go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-05-19T09:45:39.704Z] go: downloading github.com/pkg/errors v0.9.1 [2022-05-19T09:45:40.177Z] go: downloading golang.org/x/tools v0.1.0 [2022-05-19T09:45:40.177Z] go: downloading github.com/mattn/go-colorable v0.1.8 [2022-05-19T09:45:40.177Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2022-05-19T09:45:40.177Z] go: downloading github.com/fsnotify/fsnotify v1.4.9 [2022-05-19T09:45:40.177Z] go: downloading github.com/jonboulle/clockwork v0.2.2 [2022-05-19T09:45:40.177Z] go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2022-05-19T09:45:40.177Z] go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2022-05-19T09:45:40.646Z] go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2022-05-19T09:45:41.634Z] go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-05-19T09:45:41.634Z] go: downloading golang.org/x/mod v0.3.0 [2022-05-19T09:45:43.251Z] #71 ... [2022-05-19T09:45:43.251Z] [2022-05-19T09:45:43.251Z] #28 [dev-systemd-false 7/26] 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-05-19T09:45:43.251Z] #28 sha256:e7aba1ebc7f0dd6ddbdc75d13116045df28aecc8cb33168f6b228432acb91be1 [2022-05-19T09:45:43.251Z] #28 39.32 Selecting previously unselected package python3-pip. [2022-05-19T09:45:43.251Z] #28 39.33 Preparing to unpack .../35-python3-pip_20.3.4-4+deb11u1_all.deb ... [2022-05-19T09:45:43.251Z] #28 39.34 Unpacking python3-pip (20.3.4-4+deb11u1) ... [2022-05-19T09:45:43.251Z] #28 39.48 Selecting previously unselected package sudo. [2022-05-19T09:45:43.251Z] #28 39.48 Preparing to unpack .../36-sudo_1.9.5p2-3_amd64.deb ... [2022-05-19T09:45:43.251Z] #28 39.49 Unpacking sudo (1.9.5p2-3) ... [2022-05-19T09:45:43.251Z] #28 39.79 Selecting previously unselected package thin-provisioning-tools. [2022-05-19T09:45:43.251Z] #28 39.80 Preparing to unpack .../37-thin-provisioning-tools_0.9.0-1_amd64.deb ... [2022-05-19T09:45:43.251Z] #28 39.80 Unpacking thin-provisioning-tools (0.9.0-1) ... [2022-05-19T09:45:43.251Z] #28 39.95 Selecting previously unselected package uidmap. [2022-05-19T09:45:43.251Z] #28 39.96 Preparing to unpack .../38-uidmap_1%3a4.8.1-1_amd64.deb ... [2022-05-19T09:45:43.251Z] #28 39.97 Unpacking uidmap (1:4.8.1-1) ... [2022-05-19T09:45:43.251Z] #28 40.05 Selecting previously unselected package vim-runtime. [2022-05-19T09:45:43.251Z] #28 40.06 Preparing to unpack .../39-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-05-19T09:45:43.251Z] #28 40.08 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime' [2022-05-19T09:45:43.251Z] #28 40.10 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime' [2022-05-19T09:45:43.251Z] #28 40.11 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-05-19T09:45:43.251Z] #28 41.66 Selecting previously unselected package vim. [2022-05-19T09:45:43.251Z] #28 41.67 Preparing to unpack .../40-vim_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-05-19T09:45:43.251Z] #28 41.68 Unpacking vim (2:8.2.2434-3+deb11u1) ... [2022-05-19T09:45:43.251Z] #28 42.05 Selecting previously unselected package xfsprogs. [2022-05-19T09:45:43.251Z] #28 42.06 Preparing to unpack .../41-xfsprogs_5.10.0-4_amd64.deb ... [2022-05-19T09:45:43.251Z] #28 42.07 Unpacking xfsprogs (5.10.0-4) ... [2022-05-19T09:45:43.251Z] #28 42.36 Selecting previously unselected package zip. [2022-05-19T09:45:43.251Z] #28 42.37 Preparing to unpack .../42-zip_3.0-12_amd64.deb ... [2022-05-19T09:45:43.251Z] #28 42.37 Unpacking zip (3.0-12) ... [2022-05-19T09:45:43.251Z] #28 42.47 Selecting previously unselected package zstd. [2022-05-19T09:45:43.251Z] #28 42.48 Preparing to unpack .../43-zstd_1.4.8+dfsg-2.1_amd64.deb ... [2022-05-19T09:45:43.251Z] #28 42.49 Unpacking zstd (1.4.8+dfsg-2.1) ... [2022-05-19T09:45:43.251Z] #28 42.76 Setting up python3-pkg-resources (52.0.0-4) ... [2022-05-19T09:45:43.251Z] #28 43.13 Setting up libip4tc2:amd64 (1.8.7-1) ... [2022-05-19T09:45:43.251Z] #28 43.15 Setting up net-tools (1.60+git20181103.0eebece-1) ... [2022-05-19T09:45:43.251Z] #28 43.16 Setting up libgpm2:amd64 (1.20.7-8) ... [2022-05-19T09:45:43.251Z] #28 43.17 Setting up libip6tc2:amd64 (1.8.7-1) ... [2022-05-19T09:45:43.251Z] #28 43.19 Setting up libinih1:amd64 (53-1+b2) ... [2022-05-19T09:45:43.251Z] #28 43.20 Setting up uidmap (1:4.8.1-1) ... [2022-05-19T09:45:43.251Z] #28 43.21 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-05-19T09:45:43.251Z] #28 43.22 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-05-19T09:45:43.251Z] #28 43.23 Setting up python3-wheel (0.34.2-1) ... [2022-05-19T09:45:43.251Z] #28 43.68 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-05-19T09:45:43.251Z] #28 43.69 Setting up libcap2:amd64 (1:2.44-1) ... [2022-05-19T09:45:43.251Z] #28 43.71 Setting up libcap2-bin (1:2.44-1) ... [2022-05-19T09:45:43.251Z] #28 43.72 Setting up apparmor (2.13.6-10) ... [2022-05-19T09:45:43.513Z] #28 44.80 Setting up zip (3.0-12) ... [2022-05-19T09:45:43.513Z] #28 44.81 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-05-19T09:45:43.513Z] #28 44.83 Setting up bash-completion (1:2.11-2) ... [2022-05-19T09:45:43.526Z] #64 334.5 # github.com/containerd/containerd/cmd/containerd [2022-05-19T09:45:43.526Z] #64 334.5 /usr/bin/ld: /tmp/go-link-1243695755/000019.o: in function `New': [2022-05-19T09:45:43.526Z] #64 334.5 /tmp/tmp.0HxNsPJfzE/src/github.com/containerd/containerd/vendor/github.com/miekg/pkcs11/pkcs11.go:77: warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking [2022-05-19T09:45:43.526Z] #64 334.6 + bin/containerd-stress [2022-05-19T09:45:43.526Z] #64 335.6 + bin/containerd-shim [2022-05-19T09:45:44.902Z] #28 46.10 Setting up libmnl0:amd64 (1.0.4-3) ... [2022-05-19T09:45:44.902Z] #28 46.11 Setting up sudo (1.9.5p2-3) ... [2022-05-19T09:45:44.902Z] #28 46.17 invoke-rc.d: could not determine current runlevel [2022-05-19T09:45:44.902Z] #28 46.18 invoke-rc.d: policy-rc.d denied execution of start. [2022-05-19T09:45:44.902Z] #28 46.19 Setting up xfsprogs (5.10.0-4) ... [2022-05-19T09:45:44.902Z] #28 46.20 Setting up libxtables12:amd64 (1.8.7-1) ... [2022-05-19T09:45:44.902Z] #28 46.21 Setting up inetutils-ping (2:2.0-1) ... [2022-05-19T09:45:44.902Z] #28 46.22 Setting up pigz (2.6-1) ... [2022-05-19T09:45:44.902Z] #28 46.23 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-05-19T09:45:44.902Z] #28 46.24 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-05-19T09:45:44.902Z] #28 46.26 Setting up python-pip-whl (20.3.4-4+deb11u1) ... [2022-05-19T09:45:44.902Z] #28 46.27 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-05-19T09:45:45.475Z] #28 46.70 Setting up libaio1:amd64 (0.3.112-9) ... [2022-05-19T09:45:45.475Z] #28 46.71 Setting up python3-lib2to3 (3.9.2-1) ... [2022-05-19T09:45:45.737Z] #28 46.95 Setting up libelf1:amd64 (0.183-1) ... [2022-05-19T09:45:45.737Z] #28 46.97 Setting up zstd (1.4.8+dfsg-2.1) ... [2022-05-19T09:45:45.737Z] #28 46.98 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-05-19T09:45:45.737Z] #28 46.99 Setting up python3-distutils (3.9.2-1) ... [2022-05-19T09:45:45.998Z] #28 47.28 Setting up vim (2:8.2.2434-3+deb11u1) ... [2022-05-19T09:45:45.998Z] #28 47.29 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2022-05-19T09:45:45.998Z] #28 47.29 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2022-05-19T09:45:45.998Z] #28 47.30 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2022-05-19T09:45:45.998Z] #28 47.30 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2022-05-19T09:45:45.998Z] #28 47.30 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2022-05-19T09:45:45.998Z] #28 47.31 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2022-05-19T09:45:45.998Z] #28 47.32 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2022-05-19T09:45:45.998Z] #28 47.32 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2022-05-19T09:45:45.998Z] #28 47.36 Setting up python3-setuptools (52.0.0-4) ... [2022-05-19T09:45:46.944Z] #28 48.13 Setting up libjq1:amd64 (1.6-2.1) ... [2022-05-19T09:45:46.944Z] #28 48.14 Setting up libnftnl11:amd64 (1.1.9-1) ... [2022-05-19T09:45:46.944Z] #28 48.15 Setting up thin-provisioning-tools (0.9.0-1) ... [2022-05-19T09:45:46.944Z] #28 48.16 Setting up python3-pip (20.3.4-4+deb11u1) ... [2022-05-19T09:45:47.517Z] #28 48.79 Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-05-19T09:45:47.517Z] #28 48.81 Setting up jq (1.6-2.1) ... [2022-05-19T09:45:47.517Z] #28 48.82 Setting up libbpf0:amd64 (1:0.3-2) ... [2022-05-19T09:45:47.517Z] #28 48.83 Setting up iptables (1.8.7-1) ... [2022-05-19T09:45:47.517Z] #28 48.84 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2022-05-19T09:45:47.517Z] #28 48.85 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-05-19T09:45:47.517Z] #28 48.86 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2022-05-19T09:45:47.517Z] #28 48.86 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-05-19T09:45:47.517Z] #28 48.87 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2022-05-19T09:45:47.517Z] #28 48.87 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2022-05-19T09:45:47.517Z] #28 48.88 Setting up iproute2 (5.10.0-4) ... [2022-05-19T09:45:47.780Z] #28 49.10 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-05-19T09:45:48.354Z] #28 DONE 49.7s [2022-05-19T09:45:48.354Z] [2022-05-19T09:45:48.354Z] #67 [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-05-19T09:45:48.354Z] #67 sha256:5a96bf5d0bf05b9fb72cc2c6ab193af15a0fd1d7bb5a345a71946607646869a3 [2022-05-19T09:45:48.354Z] #67 ... [2022-05-19T09:45:48.354Z] [2022-05-19T09:45:48.354Z] #29 [dev-systemd-false 8/26] 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-05-19T09:45:48.354Z] #29 sha256:f8eb93030c7ac506371050739bef3ad85df4ae4863952c82fc973e86bff67593 [2022-05-19T09:45:49.303Z] #29 0.838 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2022-05-19T09:45:49.303Z] #29 0.842 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2022-05-19T09:45:49.303Z] #29 0.845 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2022-05-19T09:45:49.303Z] #29 DONE 0.9s [2022-05-19T09:45:49.303Z] [2022-05-19T09:45:49.303Z] #30 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.26.1 [2022-05-19T09:45:49.303Z] #30 sha256:d51114f67b1a8165f4dd4f87fc135c06988a7cf17fddeb03ab0959d99641bfd3 [2022-05-19T09:45:50.130Z] #64 347.0 + bin/containerd-shim-runc-v1 [2022-05-19T09:45:56.673Z] #64 353.2 + bin/containerd-shim-runc-v2 [2022-05-19T09:45:56.673Z] #64 354.0 + binaries [2022-05-19T09:45:56.673Z] #64 354.0 + install -D bin/containerd /build/containerd [2022-05-19T09:45:56.673Z] #64 354.0 + install -D bin/containerd-shim /build/containerd-shim [2022-05-19T09:45:56.673Z] #64 354.0 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2022-05-19T09:45:56.673Z] #64 354.0 + install -D bin/ctr /build/ctr [2022-05-19T09:45:57.463Z] #30 7.530 Collecting yamllint==1.26.1 [2022-05-19T09:45:57.725Z] #30 8.584 Downloading yamllint-1.26.1.tar.gz (126 kB) [2022-05-19T09:45:58.299Z] #30 9.282 Collecting pathspec>=0.5.3 [2022-05-19T09:45:58.561Z] #30 9.289 Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB) [2022-05-19T09:45:58.561Z] #30 9.508 Collecting pyyaml [2022-05-19T09:45:58.561Z] #30 9.513 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-05-19T09:45:58.561Z] #30 9.555 Building wheels for collected packages: yamllint [2022-05-19T09:45:58.822Z] #30 9.555 Building wheel for yamllint (setup.py): started [2022-05-19T09:45:59.189Z] #64 DONE 356.1s [2022-05-19T09:45:59.396Z] #30 10.09 Building wheel for yamllint (setup.py): finished with status 'done' [2022-05-19T09:45:59.396Z] #30 10.09 Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=36ba60a8d4732c6ee419deb6fe5a29ff31a857577781ac01358e4ae1ece57263 [2022-05-19T09:45:59.396Z] #30 10.09 Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3 [2022-05-19T09:45:59.396Z] #30 10.10 Successfully built yamllint [2022-05-19T09:45:59.396Z] #30 10.12 Installing collected packages: pyyaml, pathspec, yamllint [2022-05-19T09:45:59.396Z] #30 10.39 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1 [2022-05-19T09:45:59.845Z] #30 DONE 10.7s [2022-05-19T09:45:59.845Z] [2022-05-19T09:45:59.845Z] #71 [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-05-19T09:45:59.845Z] #71 sha256:96618212938a6405afa67737a49a91adb5aa97342dc87bcef46d635fd1aabc43 [2022-05-19T09:45:59.845Z] #71 ... [2022-05-19T09:45:59.845Z] [2022-05-19T09:45:59.845Z] #34 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/cli [2022-05-19T09:45:59.845Z] #34 sha256:1d3536b7514ea51ae4d1b15b35a8839e538f731a969ba704f0cd4d9a2eda8f0e [2022-05-19T09:46:00.107Z] #34 DONE 0.2s [2022-05-19T09:46:00.107Z] [2022-05-19T09:46:00.107Z] #39 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images [2022-05-19T09:46:00.107Z] #39 sha256:c4fd38f41dd5ecc70094b2e911ae8e08369abbdd5c07aed0f6f876679f4a12d8 [2022-05-19T09:46:00.211Z] [2022-05-19T09:46:00.211Z] #65 [dev-systemd-false 23/26] COPY --from=containerd /build/ /usr/local/bin/ [2022-05-19T09:46:00.211Z] #65 sha256:27699a9666cd9603c48f5e970d55bb1c2de8b4467d52d277ab7b353e1ca74098 [2022-05-19T09:46:00.369Z] #39 DONE 0.3s [2022-05-19T09:46:00.369Z] [2022-05-19T09:46:00.369Z] #42 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/bin/ [2022-05-19T09:46:00.369Z] #42 sha256:5c96601813ac8ccf5cf6a79d4424da9165a71f0c2b9e8bc6a91eb7e89847a800 [2022-05-19T09:46:00.369Z] #42 DONE 0.1s [2022-05-19T09:46:00.369Z] [2022-05-19T09:46:00.369Z] #44 [dev-systemd-false 13/26] COPY --from=delve /build/ /usr/local/bin/ [2022-05-19T09:46:00.369Z] #44 sha256:9eb5e8ddb5ca8d9f243e3cff9743c0cb337c35b6b26a24d24f8efd755147627a [2022-05-19T09:46:00.369Z] #44 DONE 0.1s [2022-05-19T09:46:00.369Z] [2022-05-19T09:46:00.369Z] #67 [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-05-19T09:46:00.369Z] #67 sha256:5a96bf5d0bf05b9fb72cc2c6ab193af15a0fd1d7bb5a345a71946607646869a3 [2022-05-19T09:46:00.632Z] #67 ... [2022-05-19T09:46:00.632Z] [2022-05-19T09:46:00.632Z] #46 [dev-systemd-false 14/26] COPY --from=tomll /build/ /usr/local/bin/ [2022-05-19T09:46:00.632Z] #46 sha256:d3ce9718930fef87c38d71de9fb99e9b6c146b0820cbbf3c05c218f4d5508425 [2022-05-19T09:46:00.632Z] #46 DONE 0.1s [2022-05-19T09:46:00.632Z] [2022-05-19T09:46:00.632Z] #48 [dev-systemd-false 15/26] COPY --from=gowinres /build/ /usr/local/bin/ [2022-05-19T09:46:00.632Z] #48 sha256:30a1c10afa8b8c02a44c2283a0fc456ca38786ae5e1dfdff9546c24627d711cd [2022-05-19T09:46:00.632Z] #48 DONE 0.1s [2022-05-19T09:46:00.894Z] [2022-05-19T09:46:00.894Z] #52 [dev-systemd-false 16/26] COPY --from=tini /build/ /usr/local/bin/ [2022-05-19T09:46:00.894Z] #52 sha256:c384e9615e12cf8c1bc13c5df7d3f06ae5ecf485e5acc7bf17601bb3e600e61a [2022-05-19T09:46:00.894Z] #52 DONE 0.0s [2022-05-19T09:46:00.894Z] [2022-05-19T09:46:00.894Z] #55 [dev-systemd-false 17/26] COPY --from=registry /build/ /usr/local/bin/ [2022-05-19T09:46:00.894Z] #55 sha256:0477fc4c7166b3513cb9d805396d8602c193b6db9f02385cdf1836d23b11e5a5 [2022-05-19T09:46:00.894Z] #55 DONE 0.2s [2022-05-19T09:46:00.894Z] [2022-05-19T09:46:00.894Z] #59 [dev-systemd-false 18/26] COPY --from=criu /build/ /usr/local/bin/ [2022-05-19T09:46:00.894Z] #59 sha256:4859b3d2ac8a6570b179ce60176cfb010c25aebd00411db4dbe3241a5414f3a6 [2022-05-19T09:46:00.894Z] #59 DONE 0.1s [2022-05-19T09:46:00.894Z] [2022-05-19T09:46:00.894Z] #67 [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-05-19T09:46:00.894Z] #67 sha256:5a96bf5d0bf05b9fb72cc2c6ab193af15a0fd1d7bb5a345a71946607646869a3 [2022-05-19T09:46:01.138Z] #65 DONE 0.9s [2022-05-19T09:46:01.138Z] [2022-05-19T09:46:01.138Z] #70 [dev-systemd-false 24/26] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-05-19T09:46:01.138Z] #70 sha256:5278fe40a984d25a311dd8c7903e1c0cbb186232cb0852b290f9188f77934f65 [2022-05-19T09:46:01.138Z] #70 DONE 0.2s [2022-05-19T09:46:01.138Z] [2022-05-19T09:46:01.138Z] #75 [dev-systemd-false 25/26] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-05-19T09:46:01.138Z] #75 sha256:3c5065cfd8e47c9991fe4d09e1bba5f063e444c9e2b0159e5130b1edda3c7274 [2022-05-19T09:46:01.156Z] #67 ... [2022-05-19T09:46:01.156Z] [2022-05-19T09:46:01.156Z] #61 [dev-systemd-false 19/26] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-05-19T09:46:01.156Z] #61 sha256:5d1678f14fd29a605c4b7dbd7f88404f726443fd5ea9c23a96e0f11e0e29a38e [2022-05-19T09:46:01.156Z] #61 DONE 0.1s [2022-05-19T09:46:01.156Z] [2022-05-19T09:46:01.156Z] #63 [dev-systemd-false 20/26] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-05-19T09:46:01.156Z] #63 sha256:b0b8373286b8e8ec4cf3c77dccf66db66c11514c01cf34f07ab52a9e8642a5c2 [2022-05-19T09:46:01.156Z] #63 DONE 0.2s [2022-05-19T09:46:01.156Z] [2022-05-19T09:46:01.156Z] #65 [dev-systemd-false 21/26] COPY --from=shfmt /build/ /usr/local/bin/ [2022-05-19T09:46:01.156Z] #65 sha256:1f04041f950a2938d023078739705baf05cf84a80bd932192d0fbf5553578cb3 [2022-05-19T09:46:01.418Z] #65 DONE 0.1s [2022-05-19T09:46:01.418Z] [2022-05-19T09:46:01.418Z] #67 [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-05-19T09:46:01.418Z] #67 sha256:5a96bf5d0bf05b9fb72cc2c6ab193af15a0fd1d7bb5a345a71946607646869a3 [2022-05-19T09:46:02.503Z] #75 DONE 1.0s [2022-05-19T09:46:02.503Z] [2022-05-19T09:46:02.503Z] #76 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2022-05-19T09:46:02.503Z] #76 sha256:c5223c39e4bec96f3cc7474dfee240082e918ba19d481c2eb7e47615ecbe5d4c [2022-05-19T09:46:02.503Z] #76 DONE 0.0s [2022-05-19T09:46:02.503Z] [2022-05-19T09:46:02.503Z] #77 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-05-19T09:46:02.503Z] #77 sha256:7bd39d34be097c3224724ca8993fdb902a60163b7e1ede8f54aa0242e6277e4e [2022-05-19T09:46:03.433Z] #77 DONE 1.3s [2022-05-19T09:46:03.433Z] [2022-05-19T09:46:03.433Z] #78 exporting to image [2022-05-19T09:46:03.433Z] #78 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2022-05-19T09:46:03.433Z] #78 exporting layers [2022-05-19T09:46:04.542Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2022-05-19T09:46:04.542Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2022-05-19T09:46:06.937Z] Removing intermediate container a4880be17558 [2022-05-19T09:46:06.937Z] ---> 1599dcc01630 [2022-05-19T09:46:06.937Z] Step 10/13 : RUN Function Install-GoWinres() { $Env:GO111MODULE = 'on'; $tmpGobin = "${Env:GOBIN_TMP}"; $Env:GOBIN = """${Env:GOPATH}`\bin"""; Write-Host "INFO: Installing go-winres version $Env:GOWINRES_VERSION in $Env:GOBIN"; &go install "github.com/tc-hib/go-winres@${Env:GOWINRES_VERSION}"; $Env:GOBIN = "${tmpGobin}"; $Env:GO111MODULE = 'off'; if ($LASTEXITCODE -ne 0) { Throw '"go-winres install failed..."'; } } Install-GoWinres [2022-05-19T09:46:06.937Z] ---> Running in b3ced79f497f [2022-05-19T09:46:09.155Z] INFO: Installing go-winres version v0.2.3 in C:\gopath\bin [2022-05-19T09:46:09.155Z] go: downloading github.com/tc-hib/go-winres v0.2.3 [2022-05-19T09:46:09.155Z] go: downloading github.com/tc-hib/winres v0.1.5 [2022-05-19T09:46:09.155Z] go: downloading github.com/urfave/cli/v2 v2.3.0 [2022-05-19T09:46:09.625Z] go: downloading github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 [2022-05-19T09:46:09.625Z] go: downloading golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb [2022-05-19T09:46:09.980Z] #78 exporting layers 6.3s done [2022-05-19T09:46:09.980Z] #78 writing image sha256:68739aefda56497635cda87996a435a980ec9004d0ac3186dc7b03de6dfb4a14 done [2022-05-19T09:46:09.980Z] #78 naming to docker.io/library/docker:fd587901ca6aca2b45ed0fa0aec48fbad7f02002 done [2022-05-19T09:46:09.980Z] #78 DONE 6.4s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] sh [2022-05-19T09:46:10.094Z] go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2022-05-19T09:46:10.094Z] go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-05-19T09:46:10.320Z] + trap exit INT TERM [2022-05-19T09:46:10.320Z] + trap 'pids=$(jobs -p); echo "Remaining pids to kill: [$pids]"; [ -z "$pids" ] || kill $pids' EXIT [2022-05-19T09:46:10.320Z] + CONTAINER_NAME=docker-pr8 [2022-05-19T09:46:10.320Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43557/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43557/.git:/go/src/github.com/docker/docker/.git --name docker-pr8-build -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=fd587901ca6aca2b45ed0fa0aec48fbad7f02002 -e DOCKER_GRAPHDRIVER docker:fd587901ca6aca2b45ed0fa0aec48fbad7f02002 hack/make.sh dynbinary [2022-05-19T09:46:11.248Z] [2022-05-19T09:46:11.248Z] Removing bundles/ [2022-05-19T09:46:11.248Z] [2022-05-19T09:46:11.248Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2022-05-19T09:46:11.504Z] Building: bundles/dynbinary-daemon/dockerd-dev [2022-05-19T09:46:11.504Z] GOOS="" GOARCH="" GOARM="" [2022-05-19T09:46:22.610Z] Removing intermediate container b3ced79f497f [2022-05-19T09:46:22.611Z] ---> 08941f91d6ec [2022-05-19T09:46:22.611Z] Step 11/13 : ENTRYPOINT ["powershell.exe"] [2022-05-19T09:46:22.611Z] ---> Running in 5579236905e9 [2022-05-19T09:46:22.611Z] Removing intermediate container 5579236905e9 [2022-05-19T09:46:22.611Z] ---> d4ad722f8709 [2022-05-19T09:46:22.611Z] Step 12/13 : WORKDIR ${GOPATH}\src\github.com\docker\docker [2022-05-19T09:46:22.611Z] ---> Running in f3a7f310d107 [2022-05-19T09:46:22.611Z] Removing intermediate container f3a7f310d107 [2022-05-19T09:46:22.611Z] ---> 7249d767211f [2022-05-19T09:46:22.611Z] Step 13/13 : COPY . . [2022-05-19T09:46:22.660Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2022-05-19T09:46:23.397Z] #67 89.52 + mkdir -p /build [2022-05-19T09:46:23.397Z] #67 89.52 + cp runc /build/runc [2022-05-19T09:46:23.397Z] #67 DONE 89.9s [2022-05-19T09:46:23.397Z] [2022-05-19T09:46:23.397Z] #71 [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-05-19T09:46:23.397Z] #71 sha256:96618212938a6405afa67737a49a91adb5aa97342dc87bcef46d635fd1aabc43 [2022-05-19T09:46:23.971Z] #71 ... [2022-05-19T09:46:23.971Z] [2022-05-19T09:46:23.971Z] #68 [dev-systemd-false 22/26] COPY --from=runc /build/ /usr/local/bin/ [2022-05-19T09:46:23.971Z] #68 sha256:72a42a6f13028429096a9b9a9db275d092ffa7d1b37c6eb19907319e2c674d41 [2022-05-19T09:46:23.971Z] #68 DONE 0.1s [2022-05-19T09:46:23.971Z] [2022-05-19T09:46:23.971Z] #71 [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-05-19T09:46:23.971Z] #71 sha256:96618212938a6405afa67737a49a91adb5aa97342dc87bcef46d635fd1aabc43 [2022-05-19T09:46:24.016Z] Removing intermediate container e8eb0cd93d29 [2022-05-19T09:46:24.016Z] ---> db6018b3573a [2022-05-19T09:46:24.016Z] Step 9/13 : 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-05-19T09:46:24.016Z] ---> Running in 0c977cfc9b7e [2022-05-19T09:46:24.016Z] INFO: Installing gotestsum version v1.7.0 in C:\gopath\bin [2022-05-19T09:46:24.016Z] go: downloading gotest.tools/gotestsum v1.7.0 [2022-05-19T09:46:24.016Z] go: downloading github.com/fatih/color v1.10.0 [2022-05-19T09:46:24.016Z] go: downloading github.com/dnephin/pflag v1.0.7 [2022-05-19T09:46:24.016Z] go: downloading github.com/pkg/errors v0.9.1 [2022-05-19T09:46:24.016Z] go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-05-19T09:46:24.016Z] go: downloading github.com/mattn/go-colorable v0.1.8 [2022-05-19T09:46:24.016Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2022-05-19T09:46:24.016Z] go: downloading golang.org/x/tools v0.1.0 [2022-05-19T09:46:24.016Z] go: downloading github.com/fsnotify/fsnotify v1.4.9 [2022-05-19T09:46:24.016Z] go: downloading github.com/jonboulle/clockwork v0.2.2 [2022-05-19T09:46:24.016Z] go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2022-05-19T09:46:24.016Z] go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2022-05-19T09:46:24.016Z] go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2022-05-19T09:46:24.016Z] go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-05-19T09:46:24.016Z] go: downloading golang.org/x/mod v0.3.0 [2022-05-19T09:46:27.948Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2022-05-19T09:46:28.015Z] Removing intermediate container 99c80cff8b6e [2022-05-19T09:46:28.015Z] ---> 88fee0a2095e [2022-05-19T09:46:28.015Z] Step 9/13 : 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-05-19T09:46:28.015Z] ---> Running in 929ccdcf87f9 [2022-05-19T09:46:28.015Z] INFO: Installing gotestsum version v1.7.0 in C:\gopath\bin [2022-05-19T09:46:28.015Z] go: downloading gotest.tools/gotestsum v1.7.0 [2022-05-19T09:46:28.015Z] go: downloading github.com/fatih/color v1.10.0 [2022-05-19T09:46:28.015Z] go: downloading github.com/dnephin/pflag v1.0.7 [2022-05-19T09:46:28.015Z] go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-05-19T09:46:28.015Z] go: downloading github.com/pkg/errors v0.9.1 [2022-05-19T09:46:28.015Z] go: downloading golang.org/x/tools v0.1.0 [2022-05-19T09:46:28.015Z] go: downloading github.com/mattn/go-colorable v0.1.8 [2022-05-19T09:46:28.015Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2022-05-19T09:46:28.015Z] go: downloading github.com/fsnotify/fsnotify v1.4.9 [2022-05-19T09:46:28.015Z] go: downloading github.com/jonboulle/clockwork v0.2.2 [2022-05-19T09:46:28.015Z] go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2022-05-19T09:46:28.015Z] go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2022-05-19T09:46:28.015Z] go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2022-05-19T09:46:28.015Z] go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-05-19T09:46:28.015Z] go: downloading golang.org/x/mod v0.3.0 [2022-05-19T09:46:34.064Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2022-05-19T09:46:34.064Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2022-05-19T09:46:34.064Z] GOOS="" GOARCH="" GOARM="" [2022-05-19T09:46:34.064Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2022-05-19T09:46:34.064Z] [2022-05-19T09:46:34.064Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-05-19T09:46:34.064Z] DOCKER_SYSTEMD=1 [2022-05-19T09:46:34.064Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-05-19T09:46:34.064Z] HOSTNAME=4f12bf5eb9a2 [2022-05-19T09:46:34.064Z] DEST=bundles/test-integration [2022-05-19T09:46:34.064Z] PWD=/go/src/github.com/docker/docker [2022-05-19T09:46:34.064Z] DOCKER_GITCOMMIT=eb9263b44eac3e9bd50515c0177ddc18da06530d [2022-05-19T09:46:34.064Z] container=docker [2022-05-19T09:46:34.064Z] HOME=/root [2022-05-19T09:46:34.064Z] LANG=C.UTF-8 [2022-05-19T09:46:34.064Z] INVOCATION_ID=e4ff38166ea84fc794a60c28f2d76e41 [2022-05-19T09:46:34.064Z] GOLANG_VERSION=1.18.2 [2022-05-19T09:46:34.064Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-05-19T09:46:34.064Z] VALIDATE_BRANCH=master [2022-05-19T09:46:34.064Z] TERM=xterm [2022-05-19T09:46:34.064Z] DOCKER_PKG=github.com/docker/docker [2022-05-19T09:46:34.064Z] SHLVL=3 [2022-05-19T09:46:34.064Z] TIMEOUT=120m [2022-05-19T09:46:34.064Z] DOCKER_BUILDTAGS= journald [2022-05-19T09:46:34.064Z] DOCKER_GRAPHDRIVER=overlay2 [2022-05-19T09:46:34.064Z] GO111MODULE=off [2022-05-19T09:46:34.064Z] DOCKER_EXPERIMENTAL=1 [2022-05-19T09:46:34.064Z] TEST_SKIP_INTEGRATION_CLI=1 [2022-05-19T09:46:34.064Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-05-19T09:46:34.064Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-05-19T09:46:34.064Z] GOPATH=/go [2022-05-19T09:46:34.064Z] PKG_CONFIG=pkg-config [2022-05-19T09:46:34.064Z] _=/usr/bin/env [2022-05-19T09:46:34.064Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2022-05-19T09:46:35.768Z] --- PASS: TestImportExtremelyLargeImageWorks (86.94s) [2022-05-19T09:46:35.768Z] PASS [2022-05-19T09:46:35.768Z] [2022-05-19T09:46:35.768Z] === Skipped [2022-05-19T09:46:35.768Z] === SKIP: amd64.integration.image TestRemoveImageGarbageCollector (0.00s) [2022-05-19T09:46:35.768Z] remove_unix_test.go:36: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros [2022-05-19T09:46:35.768Z] [2022-05-19T09:46:35.768Z] DONE 22 tests, 1 skipped in 90.929s [2022-05-19T09:46:35.768Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2022-05-19T09:46:35.768Z] INFO: Testing against a local daemon [2022-05-19T09:46:35.768Z] === RUN TestNetworkCreateDelete [2022-05-19T09:46:35.768Z] --- PASS: TestNetworkCreateDelete (0.20s) [2022-05-19T09:46:35.768Z] === RUN TestDockerNetworkDeletePreferID [2022-05-19T09:46:35.768Z] --- PASS: TestDockerNetworkDeletePreferID (0.47s) [2022-05-19T09:46:35.768Z] === RUN TestDaemonDNSFallback [2022-05-19T09:46:35.768Z] --- PASS: TestDaemonDNSFallback (6.39s) [2022-05-19T09:46:35.768Z] === RUN TestInspectNetwork [2022-05-19T09:46:35.768Z] inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-19T09:46:35.768Z] --- SKIP: TestInspectNetwork (0.00s) [2022-05-19T09:46:35.768Z] === RUN TestRunContainerWithBridgeNone [2022-05-19T09:46:35.768Z] network_test.go:27: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-05-19T09:46:35.768Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2022-05-19T09:46:35.768Z] === RUN TestNetworkInvalidJSON [2022-05-19T09:46:35.768Z] === RUN TestNetworkInvalidJSON/networks/create [2022-05-19T09:46:35.768Z] === PAUSE TestNetworkInvalidJSON/networks/create [2022-05-19T09:46:35.768Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect [2022-05-19T09:46:35.768Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect [2022-05-19T09:46:35.768Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect [2022-05-19T09:46:35.768Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect [2022-05-19T09:46:35.768Z] === CONT TestNetworkInvalidJSON/networks/create [2022-05-19T09:46:35.768Z] === CONT TestNetworkInvalidJSON/networks/bridge/disconnect [2022-05-19T09:46:35.768Z] === CONT TestNetworkInvalidJSON/networks/bridge/connect [2022-05-19T09:46:35.768Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type [2022-05-19T09:46:35.768Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type [2022-05-19T09:46:35.768Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_content_type [2022-05-19T09:46:35.768Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_JSON [2022-05-19T09:46:35.768Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON [2022-05-19T09:46:35.768Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON [2022-05-19T09:46:35.769Z] === RUN TestNetworkInvalidJSON/networks/create/extra_content_after_JSON [2022-05-19T09:46:35.769Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON [2022-05-19T09:46:35.769Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON [2022-05-19T09:46:35.769Z] === RUN TestNetworkInvalidJSON/networks/create/empty_body [2022-05-19T09:46:35.769Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/empty_body [2022-05-19T09:46:35.769Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body [2022-05-19T09:46:35.769Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2022-05-19T09:46:35.769Z] --- PASS: TestNetworkInvalidJSON/networks/create (0.00s) [2022-05-19T09:46:35.769Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.00s) [2022-05-19T09:46:35.769Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.00s) [2022-05-19T09:46:35.769Z] --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.00s) [2022-05-19T09:46:35.769Z] --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s) [2022-05-19T09:46:35.769Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.00s) [2022-05-19T09:46:35.769Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.00s) [2022-05-19T09:46:35.769Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.00s) [2022-05-19T09:46:35.769Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.00s) [2022-05-19T09:46:35.769Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.00s) [2022-05-19T09:46:35.769Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.00s) [2022-05-19T09:46:35.769Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.00s) [2022-05-19T09:46:35.769Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.00s) [2022-05-19T09:46:35.769Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.00s) [2022-05-19T09:46:35.769Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.00s) [2022-05-19T09:46:35.769Z] === RUN TestNetworkList [2022-05-19T09:46:35.769Z] === RUN TestNetworkList//networks [2022-05-19T09:46:35.769Z] === PAUSE TestNetworkList//networks [2022-05-19T09:46:35.769Z] === RUN TestNetworkList//networks/ [2022-05-19T09:46:35.769Z] === PAUSE TestNetworkList//networks/ [2022-05-19T09:46:35.769Z] === CONT TestNetworkList//networks [2022-05-19T09:46:35.769Z] === CONT TestNetworkList//networks/ [2022-05-19T09:46:35.769Z] --- PASS: TestNetworkList (0.01s) [2022-05-19T09:46:35.769Z] --- PASS: TestNetworkList//networks (0.00s) [2022-05-19T09:46:35.769Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-05-19T09:46:35.769Z] === RUN TestHostIPv4BridgeLabel [2022-05-19T09:46:35.769Z] network_test.go:156: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-05-19T09:46:35.769Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2022-05-19T09:46:35.769Z] === RUN TestDaemonRestartWithLiveRestore [2022-05-19T09:46:35.769Z] service_test.go:33: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-05-19T09:46:35.769Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.02s) [2022-05-19T09:46:35.769Z] === RUN TestDaemonDefaultNetworkPools [2022-05-19T09:46:35.769Z] service_test.go:63: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-05-19T09:46:35.769Z] --- SKIP: TestDaemonDefaultNetworkPools (0.02s) [2022-05-19T09:46:35.769Z] === RUN TestDaemonRestartWithExistingNetwork [2022-05-19T09:46:35.769Z] service_test.go:106: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-05-19T09:46:35.769Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.02s) [2022-05-19T09:46:35.769Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-05-19T09:46:35.769Z] service_test.go:140: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-05-19T09:46:35.769Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.02s) [2022-05-19T09:46:35.769Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-05-19T09:46:35.769Z] service_test.go:191: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-05-19T09:46:35.769Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.02s) [2022-05-19T09:46:35.769Z] === RUN TestServiceWithPredefinedNetwork [2022-05-19T09:46:35.769Z] service_test.go:214: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-19T09:46:35.769Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2022-05-19T09:46:35.769Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-05-19T09:46:35.769Z] service_test.go:243: FLAKY_TEST [2022-05-19T09:46:35.769Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-05-19T09:46:35.769Z] === RUN TestServiceWithDataPathPortInit [2022-05-19T09:46:35.769Z] service_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-19T09:46:35.769Z] --- SKIP: TestServiceWithDataPathPortInit (0.02s) [2022-05-19T09:46:35.769Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-05-19T09:46:35.769Z] service_test.go:403: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-19T09:46:35.769Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2022-05-19T09:46:35.769Z] PASS [2022-05-19T09:46:35.769Z] [2022-05-19T09:46:35.769Z] === Skipped [2022-05-19T09:46:35.769Z] === SKIP: amd64.integration.network TestInspectNetwork (0.00s) [2022-05-19T09:46:35.769Z] inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-19T09:46:35.769Z] [2022-05-19T09:46:35.769Z] === SKIP: amd64.integration.network TestRunContainerWithBridgeNone (0.00s) [2022-05-19T09:46:35.769Z] network_test.go:27: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-05-19T09:46:35.769Z] [2022-05-19T09:46:35.769Z] === SKIP: amd64.integration.network TestHostIPv4BridgeLabel (0.00s) [2022-05-19T09:46:35.769Z] network_test.go:156: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-05-19T09:46:35.769Z] [2022-05-19T09:46:35.769Z] === SKIP: amd64.integration.network TestDaemonRestartWithLiveRestore (0.02s) [2022-05-19T09:46:35.769Z] service_test.go:33: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-05-19T09:46:35.769Z] [2022-05-19T09:46:35.769Z] === SKIP: amd64.integration.network TestDaemonDefaultNetworkPools (0.02s) [2022-05-19T09:46:35.769Z] service_test.go:63: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-05-19T09:46:35.769Z] [2022-05-19T09:46:35.769Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetwork (0.02s) [2022-05-19T09:46:35.769Z] service_test.go:106: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-05-19T09:46:35.769Z] [2022-05-19T09:46:35.769Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.02s) [2022-05-19T09:46:35.769Z] service_test.go:140: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-05-19T09:46:35.769Z] [2022-05-19T09:46:35.769Z] === SKIP: amd64.integration.network TestDaemonWithBipAndDefaultNetworkPool (0.02s) [2022-05-19T09:46:35.769Z] service_test.go:191: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-05-19T09:46:35.769Z] [2022-05-19T09:46:35.769Z] === SKIP: amd64.integration.network TestServiceWithPredefinedNetwork (0.00s) [2022-05-19T09:46:35.769Z] service_test.go:214: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-19T09:46:35.769Z] [2022-05-19T09:46:35.769Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-05-19T09:46:35.769Z] service_test.go:243: FLAKY_TEST [2022-05-19T09:46:35.769Z] [2022-05-19T09:46:35.769Z] === SKIP: amd64.integration.network TestServiceWithDataPathPortInit (0.02s) [2022-05-19T09:46:35.769Z] service_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-19T09:46:35.769Z] [2022-05-19T09:46:35.769Z] === SKIP: amd64.integration.network TestServiceWithDefaultAddressPoolInit (0.00s) [2022-05-19T09:46:35.769Z] service_test.go:403: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-19T09:46:35.769Z] [2022-05-19T09:46:35.769Z] DONE 34 tests, 12 skipped in 7.224s [2022-05-19T09:46:35.769Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2022-05-19T09:46:35.769Z] INFO: Testing against a local daemon [2022-05-19T09:46:35.769Z] === RUN TestDockerNetworkIpvlanPersistance [2022-05-19T09:46:35.769Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-05-19T09:46:35.769Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2022-05-19T09:46:35.769Z] === RUN TestDockerNetworkIpvlan [2022-05-19T09:46:35.769Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-05-19T09:46:35.769Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2022-05-19T09:46:35.769Z] PASS [2022-05-19T09:46:35.769Z] [2022-05-19T09:46:35.769Z] === Skipped [2022-05-19T09:46:35.769Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2022-05-19T09:46:35.769Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-05-19T09:46:35.769Z] [2022-05-19T09:46:35.769Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2022-05-19T09:46:35.769Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-05-19T09:46:35.769Z] [2022-05-19T09:46:35.769Z] DONE 2 tests, 2 skipped in 0.021s [2022-05-19T09:46:35.769Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2022-05-19T09:46:35.769Z] INFO: Testing against a local daemon [2022-05-19T09:46:35.769Z] === RUN TestDockerNetworkMacvlanPersistance [2022-05-19T09:46:35.769Z] macvlan_test.go:23: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-05-19T09:46:35.769Z] --- SKIP: TestDockerNetworkMacvlanPersistance (0.00s) [2022-05-19T09:46:35.769Z] === RUN TestDockerNetworkMacvlan [2022-05-19T09:46:35.769Z] macvlan_test.go:46: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-05-19T09:46:35.769Z] --- SKIP: TestDockerNetworkMacvlan (0.00s) [2022-05-19T09:46:35.769Z] PASS [2022-05-19T09:46:35.769Z] [2022-05-19T09:46:35.769Z] === Skipped [2022-05-19T09:46:35.769Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlanPersistance (0.00s) [2022-05-19T09:46:35.769Z] macvlan_test.go:23: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-05-19T09:46:35.769Z] [2022-05-19T09:46:35.769Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlan (0.00s) [2022-05-19T09:46:35.769Z] macvlan_test.go:46: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-05-19T09:46:35.769Z] [2022-05-19T09:46:35.769Z] DONE 2 tests, 2 skipped in 0.019s [2022-05-19T09:46:35.769Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2022-05-19T09:46:35.769Z] testing: warning: no tests to run [2022-05-19T09:46:35.769Z] PASS [2022-05-19T09:46:35.769Z] [2022-05-19T09:46:35.769Z] DONE 0 tests in 0.006s [2022-05-19T09:46:35.769Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2022-05-19T09:46:35.769Z] INFO: Testing against a local daemon [2022-05-19T09:46:35.769Z] === RUN TestAuthZPluginAllowRequest [2022-05-19T09:46:35.769Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-19T09:46:35.769Z] --- SKIP: TestAuthZPluginAllowRequest (0.00s) [2022-05-19T09:46:35.769Z] === RUN TestAuthZPluginTLS [2022-05-19T09:46:35.769Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-19T09:46:35.769Z] --- SKIP: TestAuthZPluginTLS (0.00s) [2022-05-19T09:46:35.769Z] === RUN TestAuthZPluginDenyRequest [2022-05-19T09:46:35.769Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-19T09:46:35.769Z] --- SKIP: TestAuthZPluginDenyRequest (0.00s) [2022-05-19T09:46:35.769Z] === RUN TestAuthZPluginAPIDenyResponse [2022-05-19T09:46:35.769Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-19T09:46:35.769Z] --- SKIP: TestAuthZPluginAPIDenyResponse (0.00s) [2022-05-19T09:46:35.769Z] === RUN TestAuthZPluginDenyResponse [2022-05-19T09:46:35.769Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-19T09:46:35.769Z] --- SKIP: TestAuthZPluginDenyResponse (0.00s) [2022-05-19T09:46:35.769Z] === RUN TestAuthZPluginAllowEventStream [2022-05-19T09:46:35.769Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-19T09:46:35.769Z] --- SKIP: TestAuthZPluginAllowEventStream (0.00s) [2022-05-19T09:46:35.769Z] === RUN TestAuthZPluginErrorResponse [2022-05-19T09:46:35.769Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-19T09:46:35.769Z] --- SKIP: TestAuthZPluginErrorResponse (0.00s) [2022-05-19T09:46:35.769Z] === RUN TestAuthZPluginErrorRequest [2022-05-19T09:46:35.769Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-19T09:46:35.769Z] --- SKIP: TestAuthZPluginErrorRequest (0.00s) [2022-05-19T09:46:35.769Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2022-05-19T09:46:35.769Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-19T09:46:35.769Z] --- SKIP: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s) [2022-05-19T09:46:35.769Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2022-05-19T09:46:35.769Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-19T09:46:35.769Z] --- SKIP: TestAuthZPluginEnsureLoadImportWorking (0.00s) [2022-05-19T09:46:35.769Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2022-05-19T09:46:35.769Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-19T09:46:35.769Z] --- SKIP: TestAuthzPluginEnsureContainerCopyToFrom (0.00s) [2022-05-19T09:46:35.769Z] === RUN TestAuthZPluginHeader [2022-05-19T09:46:35.769Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-19T09:46:35.769Z] --- SKIP: TestAuthZPluginHeader (0.00s) [2022-05-19T09:46:35.769Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2022-05-19T09:46:35.769Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-19T09:46:35.769Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.04s) [2022-05-19T09:46:35.769Z] === RUN TestAuthZPluginV2Disable [2022-05-19T09:46:35.769Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-19T09:46:35.769Z] --- SKIP: TestAuthZPluginV2Disable (0.01s) [2022-05-19T09:46:35.769Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2022-05-19T09:46:35.769Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-19T09:46:35.769Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.02s) [2022-05-19T09:46:35.769Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2022-05-19T09:46:35.769Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-19T09:46:35.769Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.02s) [2022-05-19T09:46:35.769Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2022-05-19T09:46:35.769Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-19T09:46:35.769Z] --- SKIP: TestAuthZPluginV2NonexistentFailsDaemonStart (0.02s) [2022-05-19T09:46:35.769Z] PASS [2022-05-19T09:46:35.769Z] [2022-05-19T09:46:35.769Z] === Skipped [2022-05-19T09:46:35.769Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowRequest (0.00s) [2022-05-19T09:46:35.769Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-19T09:46:35.769Z] [2022-05-19T09:46:35.769Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginTLS (0.00s) [2022-05-19T09:46:35.769Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-19T09:46:35.769Z] [2022-05-19T09:46:35.769Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyRequest (0.00s) [2022-05-19T09:46:35.769Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-19T09:46:35.769Z] [2022-05-19T09:46:35.769Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAPIDenyResponse (0.00s) [2022-05-19T09:46:35.769Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-19T09:46:35.769Z] [2022-05-19T09:46:35.769Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyResponse (0.00s) [2022-05-19T09:46:35.769Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-19T09:46:35.769Z] [2022-05-19T09:46:35.769Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowEventStream (0.00s) [2022-05-19T09:46:35.769Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-19T09:46:35.769Z] [2022-05-19T09:46:35.769Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorResponse (0.00s) [2022-05-19T09:46:35.769Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-19T09:46:35.769Z] [2022-05-19T09:46:35.769Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorRequest (0.00s) [2022-05-19T09:46:35.769Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-19T09:46:35.769Z] [2022-05-19T09:46:35.769Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s) [2022-05-19T09:46:35.769Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-19T09:46:35.769Z] [2022-05-19T09:46:35.769Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureLoadImportWorking (0.00s) [2022-05-19T09:46:35.769Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-19T09:46:35.769Z] [2022-05-19T09:46:35.769Z] === SKIP: amd64.integration.plugin.authz TestAuthzPluginEnsureContainerCopyToFrom (0.00s) [2022-05-19T09:46:35.769Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-19T09:46:35.769Z] [2022-05-19T09:46:35.769Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginHeader (0.00s) [2022-05-19T09:46:35.769Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-19T09:46:35.769Z] [2022-05-19T09:46:35.769Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.04s) [2022-05-19T09:46:35.769Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-19T09:46:35.769Z] [2022-05-19T09:46:35.769Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2Disable (0.01s) [2022-05-19T09:46:35.769Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-19T09:46:35.769Z] [2022-05-19T09:46:35.769Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.02s) [2022-05-19T09:46:35.769Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-19T09:46:35.769Z] [2022-05-19T09:46:35.769Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.02s) [2022-05-19T09:46:35.769Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-19T09:46:35.769Z] [2022-05-19T09:46:35.769Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2NonexistentFailsDaemonStart (0.02s) [2022-05-19T09:46:35.769Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-19T09:46:35.769Z] [2022-05-19T09:46:35.769Z] DONE 17 tests, 17 skipped in 0.120s [2022-05-19T09:46:35.769Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2022-05-19T09:46:35.769Z] INFO: Testing against a local daemon [2022-05-19T09:46:35.769Z] === RUN TestPluginInvalidJSON [2022-05-19T09:46:35.769Z] === RUN TestPluginInvalidJSON/plugins/foobar/set [2022-05-19T09:46:35.769Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set [2022-05-19T09:46:35.769Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade [2022-05-19T09:46:35.769Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade [2022-05-19T09:46:35.769Z] === RUN TestPluginInvalidJSON/plugins/pull [2022-05-19T09:46:35.769Z] === PAUSE TestPluginInvalidJSON/plugins/pull [2022-05-19T09:46:35.769Z] === CONT TestPluginInvalidJSON/plugins/foobar/set [2022-05-19T09:46:35.769Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type [2022-05-19T09:46:35.769Z] === CONT TestPluginInvalidJSON/plugins/pull [2022-05-19T09:46:35.769Z] === CONT TestPluginInvalidJSON/plugins/foobar/upgrade [2022-05-19T09:46:35.769Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type [2022-05-19T09:46:35.769Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_content_type [2022-05-19T09:46:35.769Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON [2022-05-19T09:46:35.769Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON [2022-05-19T09:46:35.769Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_JSON [2022-05-19T09:46:35.769Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON [2022-05-19T09:46:35.769Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON [2022-05-19T09:46:35.769Z] === RUN TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON [2022-05-19T09:46:35.769Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/empty_body [2022-05-19T09:46:35.769Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body [2022-05-19T09:46:35.769Z] === RUN TestPluginInvalidJSON/plugins/pull/empty_body [2022-05-19T09:46:35.769Z] --- PASS: TestPluginInvalidJSON (0.01s) [2022-05-19T09:46:35.769Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.00s) [2022-05-19T09:46:35.769Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.00s) [2022-05-19T09:46:35.769Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s) [2022-05-19T09:46:35.769Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.00s) [2022-05-19T09:46:35.769Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s) [2022-05-19T09:46:35.769Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.00s) [2022-05-19T09:46:35.769Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.00s) [2022-05-19T09:46:35.769Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.00s) [2022-05-19T09:46:35.769Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.00s) [2022-05-19T09:46:35.769Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.00s) [2022-05-19T09:46:35.769Z] --- PASS: TestPluginInvalidJSON/plugins/pull (0.00s) [2022-05-19T09:46:35.769Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.00s) [2022-05-19T09:46:35.769Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.00s) [2022-05-19T09:46:35.769Z] --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.00s) [2022-05-19T09:46:35.769Z] --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.00s) [2022-05-19T09:46:35.769Z] === RUN TestPluginInstall [2022-05-19T09:46:35.769Z] plugin_test.go:94: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-19T09:46:35.769Z] --- SKIP: TestPluginInstall (0.00s) [2022-05-19T09:46:35.769Z] === RUN TestPluginsWithRuntimes [2022-05-19T09:46:35.770Z] plugin_test.go:201: (*Execution).IsRootless-fm: Test not supported on rootless due to buggy daemon setup in rootless mode due to daemon restart [2022-05-19T09:46:35.770Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2022-05-19T09:46:35.770Z] === RUN TestPluginBackCompatMediaTypes [2022-05-19T09:46:35.770Z] plugin_test.go:265: (*Execution).IsRootless-fm: Rootless has a different view of localhost (needed for test registry access) [2022-05-19T09:46:35.770Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s) [2022-05-19T09:46:35.770Z] PASS [2022-05-19T09:46:35.770Z] [2022-05-19T09:46:35.770Z] === Skipped [2022-05-19T09:46:35.770Z] === SKIP: amd64.integration.plugin.common TestPluginInstall (0.00s) [2022-05-19T09:46:35.770Z] plugin_test.go:94: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-19T09:46:35.770Z] [2022-05-19T09:46:35.770Z] === SKIP: amd64.integration.plugin.common TestPluginsWithRuntimes (0.00s) [2022-05-19T09:46:35.770Z] plugin_test.go:201: (*Execution).IsRootless-fm: Test not supported on rootless due to buggy daemon setup in rootless mode due to daemon restart [2022-05-19T09:46:35.770Z] [2022-05-19T09:46:35.770Z] === SKIP: amd64.integration.plugin.common TestPluginBackCompatMediaTypes (0.00s) [2022-05-19T09:46:35.770Z] plugin_test.go:265: (*Execution).IsRootless-fm: Rootless has a different view of localhost (needed for test registry access) [2022-05-19T09:46:35.770Z] [2022-05-19T09:46:35.770Z] DONE 19 tests, 3 skipped in 0.034s [2022-05-19T09:46:35.770Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2022-05-19T09:46:35.770Z] INFO: Testing against a local daemon [2022-05-19T09:46:35.770Z] === RUN TestExternalGraphDriver [2022-05-19T09:46:35.770Z] external_test.go:51: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver [2022-05-19T09:46:35.770Z] --- SKIP: TestExternalGraphDriver (0.03s) [2022-05-19T09:46:35.770Z] === RUN TestGraphdriverPluginV2 [2022-05-19T09:46:36.091Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2022-05-19T09:46:36.091Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2022-05-19T09:46:36.351Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2022-05-19T09:46:36.923Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2022-05-19T09:46:37.147Z] --- PASS: TestGraphdriverPluginV2 (3.28s) [2022-05-19T09:46:37.147Z] PASS [2022-05-19T09:46:37.147Z] [2022-05-19T09:46:37.147Z] === Skipped [2022-05-19T09:46:37.147Z] === SKIP: amd64.integration.plugin.graphdriver TestExternalGraphDriver (0.03s) [2022-05-19T09:46:37.147Z] external_test.go:51: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver [2022-05-19T09:46:37.147Z] [2022-05-19T09:46:37.147Z] DONE 2 tests, 1 skipped in 3.335s [2022-05-19T09:46:37.147Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2022-05-19T09:46:37.147Z] INFO: Testing against a local daemon [2022-05-19T09:46:37.147Z] === RUN TestContinueAfterPluginCrash [2022-05-19T09:46:37.147Z] === PAUSE TestContinueAfterPluginCrash [2022-05-19T09:46:37.147Z] === RUN TestReadPluginNoRead [2022-05-19T09:46:37.147Z] === PAUSE TestReadPluginNoRead [2022-05-19T09:46:37.147Z] === RUN TestDaemonStartWithLogOpt [2022-05-19T09:46:37.147Z] === PAUSE TestDaemonStartWithLogOpt [2022-05-19T09:46:37.147Z] === CONT TestContinueAfterPluginCrash [2022-05-19T09:46:37.147Z] === CONT TestDaemonStartWithLogOpt [2022-05-19T09:46:37.147Z] === CONT TestReadPluginNoRead [2022-05-19T09:46:37.184Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2022-05-19T09:46:38.127Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2022-05-19T09:46:38.798Z] Removing intermediate container 0c977cfc9b7e [2022-05-19T09:46:38.798Z] ---> e5d28e9caa00 [2022-05-19T09:46:38.798Z] Step 10/13 : RUN Function Install-GoWinres() { $Env:GO111MODULE = 'on'; $tmpGobin = "${Env:GOBIN_TMP}"; $Env:GOBIN = """${Env:GOPATH}`\bin"""; Write-Host "INFO: Installing go-winres version $Env:GOWINRES_VERSION in $Env:GOBIN"; &go install "github.com/tc-hib/go-winres@${Env:GOWINRES_VERSION}"; $Env:GOBIN = "${tmpGobin}"; $Env:GO111MODULE = 'off'; if ($LASTEXITCODE -ne 0) { Throw '"go-winres install failed..."'; } } Install-GoWinres [2022-05-19T09:46:38.798Z] ---> Running in 3907402c10f6 [2022-05-19T09:46:39.681Z] === RUN TestReadPluginNoRead/default [2022-05-19T09:46:40.042Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2022-05-19T09:46:40.247Z] --- PASS: TestDaemonStartWithLogOpt (3.08s) [2022-05-19T09:46:40.814Z] === RUN TestReadPluginNoRead/disabled_caching [2022-05-19T09:46:40.986Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2022-05-19T09:46:41.929Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2022-05-19T09:46:42.191Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2022-05-19T09:46:42.715Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2022-05-19T09:46:43.134Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2022-05-19T09:46:43.551Z] INFO: Installing go-winres version v0.2.3 in C:\gopath\bin [2022-05-19T09:46:43.551Z] go: downloading github.com/tc-hib/go-winres v0.2.3 [2022-05-19T09:46:43.551Z] go: downloading github.com/tc-hib/winres v0.1.5 [2022-05-19T09:46:43.551Z] go: downloading github.com/urfave/cli/v2 v2.3.0 [2022-05-19T09:46:43.650Z] === CONT TestReadPluginNoRead [2022-05-19T09:46:43.650Z] read_test.go:92: [ddf0b66661030] daemon is not started [2022-05-19T09:46:43.650Z] --- PASS: TestReadPluginNoRead (6.57s) [2022-05-19T09:46:43.650Z] --- PASS: TestReadPluginNoRead/default (1.46s) [2022-05-19T09:46:43.650Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.43s) [2022-05-19T09:46:43.650Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.35s) [2022-05-19T09:46:43.705Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2022-05-19T09:46:44.008Z] go: downloading github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 [2022-05-19T09:46:44.008Z] go: downloading golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb [2022-05-19T09:46:44.008Z] go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2022-05-19T09:46:44.008Z] go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-05-19T09:46:44.647Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2022-05-19T09:46:45.026Z] --- PASS: TestContinueAfterPluginCrash (8.00s) [2022-05-19T09:46:45.026Z] PASS [2022-05-19T09:46:45.026Z] [2022-05-19T09:46:45.026Z] DONE 6 tests in 8.023s [2022-05-19T09:46:45.026Z] 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-05-19T09:46:45.026Z] testing: warning: no tests to run [2022-05-19T09:46:45.026Z] PASS [2022-05-19T09:46:45.026Z] [2022-05-19T09:46:45.026Z] DONE 0 tests in 0.008s [2022-05-19T09:46:45.026Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2022-05-19T09:46:45.219Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2022-05-19T09:46:45.285Z] INFO: Testing against a local daemon [2022-05-19T09:46:45.285Z] === RUN TestPluginWithDevMounts [2022-05-19T09:46:45.285Z] mounts_test.go:20: (*Execution).IsRootless-fm [2022-05-19T09:46:45.285Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2022-05-19T09:46:45.285Z] PASS [2022-05-19T09:46:45.285Z] [2022-05-19T09:46:45.285Z] === Skipped [2022-05-19T09:46:45.285Z] === SKIP: amd64.integration.plugin.volumes TestPluginWithDevMounts (0.00s) [2022-05-19T09:46:45.285Z] mounts_test.go:20: (*Execution).IsRootless-fm [2022-05-19T09:46:45.285Z] [2022-05-19T09:46:45.285Z] DONE 1 tests, 1 skipped in 0.021s [2022-05-19T09:46:45.285Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2022-05-19T09:46:45.285Z] INFO: Testing against a local daemon [2022-05-19T09:46:45.285Z] === RUN TestSecretInspect [2022-05-19T09:46:45.285Z] secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-19T09:46:45.285Z] --- SKIP: TestSecretInspect (0.01s) [2022-05-19T09:46:45.285Z] === RUN TestSecretList [2022-05-19T09:46:45.285Z] secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-19T09:46:45.285Z] --- SKIP: TestSecretList (0.01s) [2022-05-19T09:46:45.285Z] === RUN TestSecretsCreateAndDelete [2022-05-19T09:46:45.285Z] secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-19T09:46:45.285Z] --- SKIP: TestSecretsCreateAndDelete (0.01s) [2022-05-19T09:46:45.285Z] === RUN TestSecretsUpdate [2022-05-19T09:46:45.285Z] secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-19T09:46:45.285Z] --- SKIP: TestSecretsUpdate (0.01s) [2022-05-19T09:46:45.285Z] === RUN TestTemplatedSecret [2022-05-19T09:46:45.285Z] secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-19T09:46:45.285Z] --- SKIP: TestTemplatedSecret (0.00s) [2022-05-19T09:46:45.285Z] === RUN TestSecretCreateResolve [2022-05-19T09:46:45.285Z] secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-19T09:46:45.285Z] --- SKIP: TestSecretCreateResolve (0.01s) [2022-05-19T09:46:45.285Z] PASS [2022-05-19T09:46:45.285Z] [2022-05-19T09:46:45.285Z] === Skipped [2022-05-19T09:46:45.285Z] === SKIP: amd64.integration.secret TestSecretInspect (0.01s) [2022-05-19T09:46:45.285Z] secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-19T09:46:45.285Z] [2022-05-19T09:46:45.285Z] === SKIP: amd64.integration.secret TestSecretList (0.01s) [2022-05-19T09:46:45.285Z] secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-19T09:46:45.285Z] [2022-05-19T09:46:45.285Z] === SKIP: amd64.integration.secret TestSecretsCreateAndDelete (0.01s) [2022-05-19T09:46:45.285Z] secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-19T09:46:45.285Z] [2022-05-19T09:46:45.285Z] === SKIP: amd64.integration.secret TestSecretsUpdate (0.01s) [2022-05-19T09:46:45.285Z] secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-19T09:46:45.285Z] [2022-05-19T09:46:45.285Z] === SKIP: amd64.integration.secret TestTemplatedSecret (0.00s) [2022-05-19T09:46:45.285Z] secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-19T09:46:45.285Z] [2022-05-19T09:46:45.285Z] === SKIP: amd64.integration.secret TestSecretCreateResolve (0.01s) [2022-05-19T09:46:45.285Z] secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-19T09:46:45.285Z] [2022-05-19T09:46:45.285Z] DONE 6 tests, 6 skipped in 0.074s [2022-05-19T09:46:45.285Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2022-05-19T09:46:45.285Z] INFO: Testing against a local daemon [2022-05-19T09:46:45.285Z] === RUN TestServiceCreateInit [2022-05-19T09:46:45.285Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-05-19T09:46:45.285Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-19T09:46:45.285Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-05-19T09:46:45.285Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-19T09:46:45.285Z] --- PASS: TestServiceCreateInit (0.01s) [2022-05-19T09:46:45.285Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-05-19T09:46:45.285Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-05-19T09:46:45.285Z] === RUN TestCreateServiceMultipleTimes [2022-05-19T09:46:45.285Z] create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-19T09:46:45.285Z] --- SKIP: TestCreateServiceMultipleTimes (0.01s) [2022-05-19T09:46:45.285Z] === RUN TestCreateServiceConflict [2022-05-19T09:46:45.285Z] create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-19T09:46:45.285Z] --- SKIP: TestCreateServiceConflict (0.01s) [2022-05-19T09:46:45.285Z] === RUN TestCreateServiceMaxReplicas [2022-05-19T09:46:45.285Z] create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-19T09:46:45.285Z] --- SKIP: TestCreateServiceMaxReplicas (0.01s) [2022-05-19T09:46:45.285Z] === RUN TestCreateWithDuplicateNetworkNames [2022-05-19T09:46:45.285Z] create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-19T09:46:45.285Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.01s) [2022-05-19T09:46:45.285Z] === RUN TestCreateServiceSecretFileMode [2022-05-19T09:46:45.285Z] create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-19T09:46:45.285Z] --- SKIP: TestCreateServiceSecretFileMode (0.01s) [2022-05-19T09:46:45.285Z] === RUN TestCreateServiceConfigFileMode [2022-05-19T09:46:45.285Z] create_test.go:307: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-19T09:46:45.285Z] --- SKIP: TestCreateServiceConfigFileMode (0.01s) [2022-05-19T09:46:45.285Z] === RUN TestCreateServiceSysctls [2022-05-19T09:46:45.285Z] create_test.go:390: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-19T09:46:45.285Z] --- SKIP: TestCreateServiceSysctls (0.03s) [2022-05-19T09:46:45.285Z] === RUN TestCreateServiceCapabilities [2022-05-19T09:46:45.544Z] create_test.go:474: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-19T09:46:45.544Z] --- SKIP: TestCreateServiceCapabilities (0.03s) [2022-05-19T09:46:45.544Z] === RUN TestInspect [2022-05-19T09:46:45.544Z] inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-19T09:46:45.544Z] --- SKIP: TestInspect (0.01s) [2022-05-19T09:46:45.544Z] === RUN TestCreateJob [2022-05-19T09:46:45.544Z] jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-19T09:46:45.544Z] --- SKIP: TestCreateJob (0.01s) [2022-05-19T09:46:45.544Z] === RUN TestReplicatedJob [2022-05-19T09:46:45.544Z] jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-19T09:46:45.544Z] --- SKIP: TestReplicatedJob (0.01s) [2022-05-19T09:46:45.544Z] === RUN TestUpdateReplicatedJob [2022-05-19T09:46:45.544Z] jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-19T09:46:45.544Z] --- SKIP: TestUpdateReplicatedJob (0.01s) [2022-05-19T09:46:45.544Z] === RUN TestServiceListWithStatuses [2022-05-19T09:46:45.544Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-05-19T09:46:45.544Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-05-19T09:46:45.544Z] === RUN TestDockerNetworkConnectAlias [2022-05-19T09:46:45.544Z] network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-19T09:46:45.544Z] --- SKIP: TestDockerNetworkConnectAlias (0.01s) [2022-05-19T09:46:45.544Z] === RUN TestDockerNetworkReConnect [2022-05-19T09:46:45.544Z] network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-19T09:46:45.544Z] --- SKIP: TestDockerNetworkReConnect (0.01s) [2022-05-19T09:46:45.544Z] === RUN TestServicePlugin [2022-05-19T09:46:46.162Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2022-05-19T09:46:46.752Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-05-19T09:46:46.752Z] Using test binary docker [2022-05-19T09:46:46.752Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2022-05-19T09:46:46.752Z] +++ /etc/init.d/apparmor start [2022-05-19T09:46:46.752Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-05-19T09:46:46.752Z] INFO: Waiting for daemon to start... [2022-05-19T09:46:46.752Z] Starting dockerd [2022-05-19T09:46:46.752Z] +++ 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-05-19T09:46:47.446Z] plugin_test.go:58: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-19T09:46:47.446Z] --- SKIP: TestServicePlugin (1.83s) [2022-05-19T09:46:47.446Z] === RUN TestServiceUpdateLabel [2022-05-19T09:46:47.446Z] update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-19T09:46:47.446Z] --- SKIP: TestServiceUpdateLabel (0.01s) [2022-05-19T09:46:47.446Z] === RUN TestServiceUpdateSecrets [2022-05-19T09:46:47.446Z] update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-19T09:46:47.446Z] --- SKIP: TestServiceUpdateSecrets (0.01s) [2022-05-19T09:46:47.446Z] === RUN TestServiceUpdateConfigs [2022-05-19T09:46:47.446Z] update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-19T09:46:47.446Z] --- SKIP: TestServiceUpdateConfigs (0.01s) [2022-05-19T09:46:47.446Z] === RUN TestServiceUpdateNetwork [2022-05-19T09:46:47.446Z] update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-19T09:46:47.446Z] --- SKIP: TestServiceUpdateNetwork (0.01s) [2022-05-19T09:46:47.446Z] === RUN TestServiceUpdatePidsLimit [2022-05-19T09:46:47.446Z] update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-19T09:46:47.446Z] --- SKIP: TestServiceUpdatePidsLimit (0.03s) [2022-05-19T09:46:47.446Z] PASS [2022-05-19T09:46:47.446Z] [2022-05-19T09:46:47.446Z] === Skipped [2022-05-19T09:46:47.446Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-05-19T09:46:47.446Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-19T09:46:47.446Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-05-19T09:46:47.446Z] [2022-05-19T09:46:47.446Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-05-19T09:46:47.446Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-19T09:46:47.446Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-05-19T09:46:47.446Z] [2022-05-19T09:46:47.446Z] === SKIP: amd64.integration.service TestCreateServiceMultipleTimes (0.01s) [2022-05-19T09:46:47.446Z] create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-19T09:46:47.446Z] [2022-05-19T09:46:47.446Z] === SKIP: amd64.integration.service TestCreateServiceConflict (0.01s) [2022-05-19T09:46:47.446Z] create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-19T09:46:47.446Z] [2022-05-19T09:46:47.446Z] === SKIP: amd64.integration.service TestCreateServiceMaxReplicas (0.01s) [2022-05-19T09:46:47.446Z] create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-19T09:46:47.446Z] [2022-05-19T09:46:47.446Z] === SKIP: amd64.integration.service TestCreateWithDuplicateNetworkNames (0.01s) [2022-05-19T09:46:47.446Z] create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-19T09:46:47.446Z] [2022-05-19T09:46:47.446Z] === SKIP: amd64.integration.service TestCreateServiceSecretFileMode (0.01s) [2022-05-19T09:46:47.446Z] create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-19T09:46:47.446Z] [2022-05-19T09:46:47.446Z] === SKIP: amd64.integration.service TestCreateServiceConfigFileMode (0.01s) [2022-05-19T09:46:47.446Z] create_test.go:307: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-19T09:46:47.446Z] [2022-05-19T09:46:47.446Z] === SKIP: amd64.integration.service TestCreateServiceSysctls (0.03s) [2022-05-19T09:46:47.446Z] create_test.go:390: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-19T09:46:47.446Z] [2022-05-19T09:46:47.446Z] === SKIP: amd64.integration.service TestCreateServiceCapabilities (0.03s) [2022-05-19T09:46:47.446Z] create_test.go:474: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-19T09:46:47.446Z] [2022-05-19T09:46:47.446Z] === SKIP: amd64.integration.service TestInspect (0.01s) [2022-05-19T09:46:47.446Z] inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-19T09:46:47.446Z] [2022-05-19T09:46:47.446Z] === SKIP: amd64.integration.service TestCreateJob (0.01s) [2022-05-19T09:46:47.446Z] jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-19T09:46:47.446Z] [2022-05-19T09:46:47.446Z] === SKIP: amd64.integration.service TestReplicatedJob (0.01s) [2022-05-19T09:46:47.446Z] jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-19T09:46:47.446Z] [2022-05-19T09:46:47.446Z] === SKIP: amd64.integration.service TestUpdateReplicatedJob (0.01s) [2022-05-19T09:46:47.446Z] jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-19T09:46:47.446Z] [2022-05-19T09:46:47.446Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2022-05-19T09:46:47.446Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-05-19T09:46:47.446Z] [2022-05-19T09:46:47.446Z] === SKIP: amd64.integration.service TestDockerNetworkConnectAlias (0.01s) [2022-05-19T09:46:47.446Z] network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-19T09:46:47.446Z] [2022-05-19T09:46:47.446Z] === SKIP: amd64.integration.service TestDockerNetworkReConnect (0.01s) [2022-05-19T09:46:47.446Z] network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-19T09:46:47.446Z] [2022-05-19T09:46:47.446Z] === SKIP: amd64.integration.service TestServicePlugin (1.83s) [2022-05-19T09:46:47.446Z] plugin_test.go:58: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-19T09:46:47.446Z] [2022-05-19T09:46:47.446Z] === SKIP: amd64.integration.service TestServiceUpdateLabel (0.01s) [2022-05-19T09:46:47.446Z] update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-19T09:46:47.446Z] [2022-05-19T09:46:47.446Z] === SKIP: amd64.integration.service TestServiceUpdateSecrets (0.01s) [2022-05-19T09:46:47.446Z] update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-19T09:46:47.446Z] [2022-05-19T09:46:47.446Z] === SKIP: amd64.integration.service TestServiceUpdateConfigs (0.01s) [2022-05-19T09:46:47.446Z] update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-19T09:46:47.446Z] [2022-05-19T09:46:47.446Z] === SKIP: amd64.integration.service TestServiceUpdateNetwork (0.01s) [2022-05-19T09:46:47.446Z] update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-19T09:46:47.446Z] [2022-05-19T09:46:47.446Z] === SKIP: amd64.integration.service TestServiceUpdatePidsLimit (0.03s) [2022-05-19T09:46:47.446Z] update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-19T09:46:47.446Z] [2022-05-19T09:46:47.446Z] DONE 24 tests, 23 skipped in 2.111s [2022-05-19T09:46:47.446Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2022-05-19T09:46:47.446Z] INFO: Testing against a local daemon [2022-05-19T09:46:47.446Z] === RUN TestSessionCreate [2022-05-19T09:46:47.446Z] --- PASS: TestSessionCreate (0.03s) [2022-05-19T09:46:47.446Z] === RUN TestSessionCreateWithBadUpgrade [2022-05-19T09:46:47.446Z] --- PASS: TestSessionCreateWithBadUpgrade (0.03s) [2022-05-19T09:46:47.446Z] PASS [2022-05-19T09:46:47.446Z] [2022-05-19T09:46:47.446Z] DONE 2 tests in 0.074s [2022-05-19T09:46:47.446Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2022-05-19T09:46:47.446Z] INFO: Testing against a local daemon [2022-05-19T09:46:47.446Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-05-19T09:46:47.446Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-05-19T09:46:47.446Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-05-19T09:46:47.446Z] === RUN TestDiskUsage [2022-05-19T09:46:47.446Z] === PAUSE TestDiskUsage [2022-05-19T09:46:47.446Z] === RUN TestEventsExecDie [2022-05-19T09:46:48.013Z] --- PASS: TestEventsExecDie (0.57s) [2022-05-19T09:46:48.013Z] === RUN TestEventsBackwardsCompatible [2022-05-19T09:46:48.013Z] --- PASS: TestEventsBackwardsCompatible (0.04s) [2022-05-19T09:46:48.013Z] === RUN TestEventsVolumeCreate [2022-05-19T09:46:48.013Z] --- PASS: TestEventsVolumeCreate (0.04s) [2022-05-19T09:46:48.013Z] === RUN TestInfoBinaryCommits [2022-05-19T09:46:48.271Z] --- PASS: TestInfoBinaryCommits (0.02s) [2022-05-19T09:46:48.271Z] === RUN TestInfoAPIVersioned [2022-05-19T09:46:48.271Z] --- PASS: TestInfoAPIVersioned (0.00s) [2022-05-19T09:46:48.271Z] === RUN TestInfoAPI [2022-05-19T09:46:48.271Z] --- PASS: TestInfoAPI (0.01s) [2022-05-19T09:46:48.271Z] === RUN TestInfoAPIWarnings [2022-05-19T09:46:48.678Z] . [2022-05-19T09:46:48.678Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-05-19T09:46:48.678Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-05-19T09:46:48.678Z] Error: No such image: emptyfs [2022-05-19T09:46:48.678Z] ++++ tar -cC bundles/test-integration/emptyfs . [2022-05-19T09:46:48.939Z] ++++ docker load [2022-05-19T09:46:48.939Z] Running integration-test (iteration 1) [2022-05-19T09:46:48.939Z] Running /go/src/github.com/docker/docker/integration/build (arm64.integration.build) flags=-test.v -test.timeout=120m [2022-05-19T09:46:48.939Z] ++ 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-05-19T09:46:48.939Z] ++ set -e [2022-05-19T09:46:48.939Z] ++ '[' -n 0 ']' [2022-05-19T09:46:48.939Z] ++ set -x [2022-05-19T09:46:48.939Z] ++ 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-05-19T09:46:49.200Z] Loaded image: busybox:latest [2022-05-19T09:46:49.200Z] Loaded image: busybox:glibc [2022-05-19T09:46:50.144Z] Loaded image: debian:bullseye-slim [2022-05-19T09:46:50.405Z] Loaded image: hello-world:latest [2022-05-19T09:46:50.405Z] Loaded image: arm32v7/hello-world:latest [2022-05-19T09:46:50.405Z] INFO: Testing against a local daemon [2022-05-19T09:46:50.405Z] === RUN TestCgroupNamespacesBuild [2022-05-19T09:46:51.790Z] --- PASS: TestCgroupNamespacesBuild (1.12s) [2022-05-19T09:46:51.790Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2022-05-19T09:46:52.733Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.13s) [2022-05-19T09:46:52.733Z] === RUN TestBuildWithSession [2022-05-19T09:46:52.733Z] build_session_test.go:25: TODO: BuildKit [2022-05-19T09:46:52.733Z] --- SKIP: TestBuildWithSession (0.00s) [2022-05-19T09:46:52.733Z] === RUN TestBuildSquashParent [2022-05-19T09:46:53.446Z] Removing intermediate container 929ccdcf87f9 [2022-05-19T09:46:53.446Z] ---> ae2acd05308b [2022-05-19T09:46:53.446Z] Step 10/13 : RUN Function Install-GoWinres() { $Env:GO111MODULE = 'on'; $tmpGobin = "${Env:GOBIN_TMP}"; $Env:GOBIN = """${Env:GOPATH}`\bin"""; Write-Host "INFO: Installing go-winres version $Env:GOWINRES_VERSION in $Env:GOBIN"; &go install "github.com/tc-hib/go-winres@${Env:GOWINRES_VERSION}"; $Env:GOBIN = "${tmpGobin}"; $Env:GO111MODULE = 'off'; if ($LASTEXITCODE -ne 0) { Throw '"go-winres install failed..."'; } } Install-GoWinres [2022-05-19T09:46:53.446Z] ---> Running in bb60e7d6a6b6 [2022-05-19T09:46:54.302Z] Removing intermediate container 3907402c10f6 [2022-05-19T09:46:54.302Z] ---> 8b872445fe45 [2022-05-19T09:46:54.302Z] Step 11/13 : ENTRYPOINT ["powershell.exe"] [2022-05-19T09:46:54.302Z] ---> Running in 5b6b9ebe35bf [2022-05-19T09:46:55.284Z] Removing intermediate container 5b6b9ebe35bf [2022-05-19T09:46:55.284Z] ---> 94cb2de61c04 [2022-05-19T09:46:55.284Z] Step 12/13 : WORKDIR ${GOPATH}\src\github.com\docker\docker [2022-05-19T09:46:55.284Z] ---> Running in cddcc3704a70 [2022-05-19T09:46:55.740Z] Removing intermediate container cddcc3704a70 [2022-05-19T09:46:55.740Z] ---> 4c659563d062 [2022-05-19T09:46:55.740Z] Step 13/13 : COPY . . [2022-05-19T09:46:56.151Z] #71 177.7 # github.com/containerd/containerd/cmd/containerd [2022-05-19T09:46:56.152Z] #71 177.7 /usr/bin/ld: /tmp/go-link-2214059144/000019.o: in function `New': [2022-05-19T09:46:56.152Z] #71 177.7 /tmp/tmp.Ku5EYr425A/src/github.com/containerd/containerd/vendor/github.com/miekg/pkcs11/pkcs11.go:77: warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking [2022-05-19T09:46:56.152Z] #71 177.8 + bin/containerd-stress [2022-05-19T09:46:56.413Z] #71 178.9 + bin/containerd-shim [2022-05-19T09:46:56.481Z] INFO: Installing go-winres version v0.2.3 in C:\gopath\bin [2022-05-19T09:46:56.481Z] go: downloading github.com/tc-hib/go-winres v0.2.3 [2022-05-19T09:46:56.481Z] go: downloading github.com/tc-hib/winres v0.1.5 [2022-05-19T09:46:56.481Z] go: downloading github.com/urfave/cli/v2 v2.3.0 [2022-05-19T09:46:56.939Z] --- PASS: TestBuildSquashParent (3.56s) [2022-05-19T09:46:56.939Z] === RUN TestBuildWithRemoveAndForceRemove [2022-05-19T09:46:56.939Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-05-19T09:46:56.939Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-05-19T09:46:56.939Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-05-19T09:46:56.939Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-05-19T09:46:56.939Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-05-19T09:46:56.939Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-05-19T09:46:56.939Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-05-19T09:46:56.939Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-05-19T09:46:56.939Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-05-19T09:46:56.939Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-05-19T09:46:56.939Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-05-19T09:46:56.939Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-05-19T09:46:56.939Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-05-19T09:46:56.939Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-05-19T09:46:57.473Z] go: downloading github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 [2022-05-19T09:46:57.474Z] go: downloading golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb [2022-05-19T09:46:57.474Z] go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2022-05-19T09:46:57.474Z] go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-05-19T09:46:57.880Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-05-19T09:46:57.880Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-05-19T09:46:58.505Z] ---> 580e1e7088ca [2022-05-19T09:46:58.973Z] Successfully built 580e1e7088ca [2022-05-19T09:46:58.973Z] Successfully tagged docker:latest [2022-05-19T09:46:58.973Z] INFO: Image build ended at 05/19/2022 09:46:58. Duration:00:04:28.5438304 [2022-05-19T09:46:58.973Z] [2022-05-19T09:46:58.973Z] [2022-05-19T09:46:58.973Z] INFO: Building the test binaries at 05/19/2022 09:46:58... [2022-05-19T09:46:59.265Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-05-19T09:46:59.265Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-05-19T09:47:00.650Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2022-05-19T09:47:00.650Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.51s) [2022-05-19T09:47:00.650Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.54s) [2022-05-19T09:47:00.650Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.21s) [2022-05-19T09:47:00.650Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.18s) [2022-05-19T09:47:00.650Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.32s) [2022-05-19T09:47:00.650Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.37s) [2022-05-19T09:47:00.650Z] === RUN TestBuildMultiStageCopy [2022-05-19T09:47:00.650Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-05-19T09:47:01.593Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-05-19T09:47:01.593Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-05-19T09:47:01.854Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-05-19T09:47:02.115Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-05-19T09:47:02.377Z] --- PASS: TestBuildMultiStageCopy (1.94s) [2022-05-19T09:47:02.377Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.09s) [2022-05-19T09:47:02.377Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.20s) [2022-05-19T09:47:02.377Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.21s) [2022-05-19T09:47:02.377Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.21s) [2022-05-19T09:47:02.377Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.23s) [2022-05-19T09:47:02.377Z] === RUN TestBuildMultiStageParentConfig [2022-05-19T09:47:02.948Z] --- PASS: TestBuildMultiStageParentConfig (0.57s) [2022-05-19T09:47:02.948Z] === RUN TestBuildLabelWithTargets [2022-05-19T09:47:03.797Z] INFO: make.ps1 starting at 05/19/2022 09:47:03 [2022-05-19T09:47:03.891Z] --- PASS: TestBuildLabelWithTargets (0.96s) [2022-05-19T09:47:03.891Z] === RUN TestBuildWithEmptyLayers [2022-05-19T09:47:04.151Z] --- PASS: TestBuildWithEmptyLayers (0.43s) [2022-05-19T09:47:04.151Z] === RUN TestBuildMultiStageOnBuild [2022-05-19T09:47:04.266Z] INFO: Git commit (5bf13500c9) assumed from DOCKER_GITCOMMIT environment variable [2022-05-19T09:47:04.266Z] INFO: Invoking autogen... [2022-05-19T09:47:04.735Z] { [2022-05-19T09:47:04.735Z] "RT_GROUP_ICON": { [2022-05-19T09:47:04.735Z] "#1": { [2022-05-19T09:47:04.735Z] "0409": "../../winresources/docker.ico" [2022-05-19T09:47:04.735Z] } [2022-05-19T09:47:04.735Z] }, [2022-05-19T09:47:04.735Z] "RT_MANIFEST": { [2022-05-19T09:47:04.735Z] "#1": { [2022-05-19T09:47:04.735Z] "0409": { [2022-05-19T09:47:04.735Z] "identity": {}, [2022-05-19T09:47:04.735Z] "description": "Docker Engine", [2022-05-19T09:47:04.735Z] "minimum-os": "vista", [2022-05-19T09:47:04.735Z] "execution-level": "", [2022-05-19T09:47:04.735Z] "ui-access": false, [2022-05-19T09:47:04.735Z] "auto-elevate": false, [2022-05-19T09:47:04.735Z] "dpi-awareness": "unaware", [2022-05-19T09:47:04.735Z] "disable-theming": false, [2022-05-19T09:47:04.735Z] "disable-window-filtering": false, [2022-05-19T09:47:04.735Z] "high-resolution-scrolling-aware": false, [2022-05-19T09:47:04.735Z] "ultra-high-resolution-scrolling-aware": false, [2022-05-19T09:47:04.735Z] "long-path-aware": false, [2022-05-19T09:47:04.735Z] "printer-driver-isolation": false, [2022-05-19T09:47:04.735Z] "gdi-scaling": false, [2022-05-19T09:47:04.735Z] "segment-heap": false, [2022-05-19T09:47:04.735Z] "use-common-controls-v6": false [2022-05-19T09:47:04.735Z] } [2022-05-19T09:47:04.735Z] } [2022-05-19T09:47:04.735Z] }, [2022-05-19T09:47:04.735Z] "RT_MESSAGETABLE": { [2022-05-19T09:47:04.735Z] "#1": { [2022-05-19T09:47:04.735Z] "0409": "../../winresources/event_messages.bin" [2022-05-19T09:47:04.735Z] } [2022-05-19T09:47:04.735Z] }, [2022-05-19T09:47:04.735Z] "RT_VERSION": { [2022-05-19T09:47:04.735Z] "#1": { [2022-05-19T09:47:04.735Z] "0409": { [2022-05-19T09:47:04.735Z] "fixed": { [2022-05-19T09:47:04.735Z] "file_version": "0.0.0.0", [2022-05-19T09:47:04.735Z] "product_version": "0.0.0.0", [2022-05-19T09:47:04.735Z] "type": "Unknown" [2022-05-19T09:47:04.735Z] }, [2022-05-19T09:47:04.735Z] "info": { [2022-05-19T09:47:04.735Z] "0000": { [2022-05-19T09:47:04.735Z] "CompanyName": "", [2022-05-19T09:47:04.735Z] "FileVersion": "0.0.0-dev", [2022-05-19T09:47:04.735Z] "LegalCopyright": "Copyright (C) 2015-2022 Docker Inc.", [2022-05-19T09:47:04.735Z] "OriginalFileName": "dockerd.exe", [2022-05-19T09:47:04.735Z] "ProductName": "", [2022-05-19T09:47:04.735Z] "ProductVersion": "0.0.0-dev", [2022-05-19T09:47:04.735Z] "SpecialBuild": "5bf13500c9" [2022-05-19T09:47:04.735Z] } [2022-05-19T09:47:04.735Z] } [2022-05-19T09:47:04.735Z] } [2022-05-19T09:47:04.735Z] } [2022-05-19T09:47:04.735Z] } [2022-05-19T09:47:04.735Z] } [2022-05-19T09:47:05.204Z] powershell.exe : cmd\dockerd\config.go [2022-05-19T09:47:05.204Z] At D:\gopath\src\github.com\docker\docker@tmp\durable-e7043876\powershellWrapper.ps1:3 char:1 [2022-05-19T09:47:05.204Z] + & powershell -NoProfile -NonInteractive -ExecutionPolicy Bypass -Comm ... [2022-05-19T09:47:05.204Z] + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [2022-05-19T09:47:05.204Z] + CategoryInfo : NotSpecified: (cmd\dockerd\config.go:String) [], RemoteException [2022-05-19T09:47:05.204Z] + FullyQualifiedErrorId : NativeCommandError [2022-05-19T09:47:05.204Z] [2022-05-19T09:47:05.204Z] cmd\dockerd\config_windows.go [2022-05-19T09:47:05.204Z] cmd\dockerd\daemon.go [2022-05-19T09:47:05.204Z] cmd\dockerd\daemon_test.go [2022-05-19T09:47:05.204Z] cmd\dockerd\daemon_windows.go [2022-05-19T09:47:05.204Z] cmd\dockerd\docker.go [2022-05-19T09:47:05.204Z] cmd\dockerd\docker_windows.go [2022-05-19T09:47:05.204Z] cmd\dockerd\genwinres_windows.go [2022-05-19T09:47:05.204Z] cmd\dockerd\metrics.go [2022-05-19T09:47:05.204Z] cmd\dockerd\options.go [2022-05-19T09:47:05.204Z] cmd\dockerd\options_test.go [2022-05-19T09:47:05.204Z] cmd\dockerd\service_windows.go [2022-05-19T09:47:05.204Z] INFO: Building daemon... [2022-05-19T09:47:05.536Z] --- PASS: TestBuildMultiStageOnBuild (1.27s) [2022-05-19T09:47:05.536Z] === RUN TestBuildUncleanTarFilenames [2022-05-19T09:47:06.108Z] --- PASS: TestBuildUncleanTarFilenames (0.62s) [2022-05-19T09:47:06.108Z] === RUN TestBuildMultiStageLayerLeak [2022-05-19T09:47:06.350Z] --- PASS: TestInfoAPIWarnings (16.59s) [2022-05-19T09:47:06.350Z] === RUN TestInfoDebug [2022-05-19T09:47:06.350Z] --- PASS: TestInfoDebug (0.58s) [2022-05-19T09:47:06.350Z] === RUN TestInfoInsecureRegistries [2022-05-19T09:47:06.350Z] --- PASS: TestInfoInsecureRegistries (0.57s) [2022-05-19T09:47:06.350Z] === RUN TestInfoRegistryMirrors [2022-05-19T09:47:06.350Z] --- PASS: TestInfoRegistryMirrors (0.56s) [2022-05-19T09:47:06.350Z] === RUN TestLoginFailsWithBadCredentials [2022-05-19T09:47:06.608Z] --- PASS: TestLoginFailsWithBadCredentials (0.07s) [2022-05-19T09:47:06.608Z] === RUN TestPingCacheHeaders [2022-05-19T09:47:06.608Z] --- PASS: TestPingCacheHeaders (0.03s) [2022-05-19T09:47:06.608Z] === RUN TestPingGet [2022-05-19T09:47:06.608Z] --- PASS: TestPingGet (0.01s) [2022-05-19T09:47:06.608Z] === RUN TestPingHead [2022-05-19T09:47:06.608Z] --- PASS: TestPingHead (0.03s) [2022-05-19T09:47:06.608Z] === RUN TestPingSwarmHeader [2022-05-19T09:47:07.175Z] === RUN TestPingSwarmHeader/before_swarm_init [2022-05-19T09:47:07.729Z] --- PASS: TestBuildMultiStageLayerLeak (1.37s) [2022-05-19T09:47:07.729Z] === RUN TestBuildWithHugeFile [2022-05-19T09:47:07.741Z] === RUN TestPingSwarmHeader/after_swarm_init [2022-05-19T09:47:07.921Z] Removing intermediate container bb60e7d6a6b6 [2022-05-19T09:47:07.922Z] ---> 064e14723f57 [2022-05-19T09:47:07.922Z] Step 11/13 : ENTRYPOINT ["powershell.exe"] [2022-05-19T09:47:07.922Z] ---> Running in e15430f10935 [2022-05-19T09:47:08.394Z] Removing intermediate container e15430f10935 [2022-05-19T09:47:08.394Z] ---> a7789dec77c6 [2022-05-19T09:47:08.394Z] Step 12/13 : WORKDIR ${GOPATH}\src\github.com\docker\docker [2022-05-19T09:47:08.394Z] ---> Running in 5cc146d21a89 [2022-05-19T09:47:08.655Z] #71 190.1 + bin/containerd-shim-runc-v1 [2022-05-19T09:47:08.869Z] Removing intermediate container 5cc146d21a89 [2022-05-19T09:47:08.869Z] ---> 0d83b222c815 [2022-05-19T09:47:08.869Z] Step 13/13 : COPY . . [2022-05-19T09:47:09.114Z] === RUN TestPingSwarmHeader/after_swarm_leave [2022-05-19T09:47:09.115Z] --- PASS: TestPingSwarmHeader (2.29s) [2022-05-19T09:47:09.115Z] --- PASS: TestPingSwarmHeader/before_swarm_init (0.00s) [2022-05-19T09:47:09.115Z] --- PASS: TestPingSwarmHeader/after_swarm_init (0.00s) [2022-05-19T09:47:09.115Z] --- PASS: TestPingSwarmHeader/after_swarm_leave (0.00s) [2022-05-19T09:47:09.115Z] === RUN TestVersion [2022-05-19T09:47:09.115Z] --- PASS: TestVersion (0.03s) [2022-05-19T09:47:09.115Z] === CONT TestDiskUsage [2022-05-19T09:47:09.373Z] === RUN TestDiskUsage/empty [2022-05-19T09:47:09.373Z] === RUN TestDiskUsage/empty/container_types [2022-05-19T09:47:09.373Z] === RUN TestDiskUsage/empty/image_types [2022-05-19T09:47:09.373Z] === RUN TestDiskUsage/empty/volume_types [2022-05-19T09:47:09.373Z] === RUN TestDiskUsage/empty/build-cache_types [2022-05-19T09:47:09.373Z] === RUN TestDiskUsage/empty/container,_volume_types [2022-05-19T09:47:09.373Z] === RUN TestDiskUsage/empty/image,_build-cache_types [2022-05-19T09:47:09.373Z] === RUN TestDiskUsage/empty/container,_volume,_build-cache_types [2022-05-19T09:47:09.373Z] === RUN TestDiskUsage/empty/image,_volume,_build-cache_types [2022-05-19T09:47:09.373Z] === RUN TestDiskUsage/empty/container,_image,_volume_types [2022-05-19T09:47:09.373Z] === RUN TestDiskUsage/empty/container,_image,_volume,_build-cache_types [2022-05-19T09:47:09.373Z] === RUN TestDiskUsage/after_LoadBusybox [2022-05-19T09:47:09.631Z] === RUN TestDiskUsage/after_LoadBusybox/container_types [2022-05-19T09:47:09.631Z] === RUN TestDiskUsage/after_LoadBusybox/image_types [2022-05-19T09:47:09.631Z] === RUN TestDiskUsage/after_LoadBusybox/volume_types [2022-05-19T09:47:09.631Z] === RUN TestDiskUsage/after_LoadBusybox/build-cache_types [2022-05-19T09:47:09.631Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume_types [2022-05-19T09:47:09.631Z] === RUN TestDiskUsage/after_LoadBusybox/image,_build-cache_types [2022-05-19T09:47:09.631Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types [2022-05-19T09:47:09.631Z] === RUN TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types [2022-05-19T09:47:09.631Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume_types [2022-05-19T09:47:09.631Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types [2022-05-19T09:47:09.631Z] === RUN TestDiskUsage/after_container.Run [2022-05-19T09:47:09.889Z] === RUN TestDiskUsage/after_container.Run/container_types [2022-05-19T09:47:09.889Z] === RUN TestDiskUsage/after_container.Run/image_types [2022-05-19T09:47:09.889Z] === RUN TestDiskUsage/after_container.Run/volume_types [2022-05-19T09:47:09.889Z] === RUN TestDiskUsage/after_container.Run/build-cache_types [2022-05-19T09:47:09.889Z] === RUN TestDiskUsage/after_container.Run/container,_volume_types [2022-05-19T09:47:09.889Z] === RUN TestDiskUsage/after_container.Run/image,_build-cache_types [2022-05-19T09:47:09.889Z] === RUN TestDiskUsage/after_container.Run/container,_volume,_build-cache_types [2022-05-19T09:47:09.889Z] === RUN TestDiskUsage/after_container.Run/image,_volume,_build-cache_types [2022-05-19T09:47:09.889Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume_types [2022-05-19T09:47:09.889Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types [2022-05-19T09:47:10.148Z] --- PASS: TestDiskUsage (1.26s) [2022-05-19T09:47:10.148Z] --- PASS: TestDiskUsage/empty (0.00s) [2022-05-19T09:47:10.148Z] --- PASS: TestDiskUsage/empty/container_types (0.00s) [2022-05-19T09:47:10.148Z] --- PASS: TestDiskUsage/empty/image_types (0.00s) [2022-05-19T09:47:10.148Z] --- PASS: TestDiskUsage/empty/volume_types (0.00s) [2022-05-19T09:47:10.148Z] --- PASS: TestDiskUsage/empty/build-cache_types (0.00s) [2022-05-19T09:47:10.148Z] --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s) [2022-05-19T09:47:10.148Z] --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s) [2022-05-19T09:47:10.148Z] --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s) [2022-05-19T09:47:10.148Z] --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s) [2022-05-19T09:47:10.148Z] --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s) [2022-05-19T09:47:10.148Z] --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s) [2022-05-19T09:47:10.148Z] --- PASS: TestDiskUsage/after_LoadBusybox (0.14s) [2022-05-19T09:47:10.148Z] --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s) [2022-05-19T09:47:10.148Z] --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s) [2022-05-19T09:47:10.148Z] --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s) [2022-05-19T09:47:10.148Z] --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s) [2022-05-19T09:47:10.148Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s) [2022-05-19T09:47:10.148Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s) [2022-05-19T09:47:10.148Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s) [2022-05-19T09:47:10.148Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s) [2022-05-19T09:47:10.148Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s) [2022-05-19T09:47:10.148Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s) [2022-05-19T09:47:10.148Z] --- PASS: TestDiskUsage/after_container.Run (0.35s) [2022-05-19T09:47:10.148Z] --- PASS: TestDiskUsage/after_container.Run/container_types (0.01s) [2022-05-19T09:47:10.148Z] --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s) [2022-05-19T09:47:10.148Z] --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s) [2022-05-19T09:47:10.148Z] --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s) [2022-05-19T09:47:10.148Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.01s) [2022-05-19T09:47:10.148Z] --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s) [2022-05-19T09:47:10.148Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.01s) [2022-05-19T09:47:10.148Z] --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s) [2022-05-19T09:47:10.148Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.01s) [2022-05-19T09:47:10.148Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.01s) [2022-05-19T09:47:10.148Z] PASS [2022-05-19T09:47:10.148Z] [2022-05-19T09:47:10.148Z] === Skipped [2022-05-19T09:47:10.148Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-05-19T09:47:10.148Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-05-19T09:47:10.148Z] [2022-05-19T09:47:10.148Z] DONE 54 tests, 1 skipped in 22.713s [2022-05-19T09:47:10.148Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2022-05-19T09:47:10.148Z] INFO: Testing against a local daemon [2022-05-19T09:47:10.148Z] === RUN TestVolumesCreateAndList [2022-05-19T09:47:10.148Z] --- PASS: TestVolumesCreateAndList (0.02s) [2022-05-19T09:47:10.148Z] === RUN TestVolumesRemove [2022-05-19T09:47:10.148Z] --- PASS: TestVolumesRemove (0.05s) [2022-05-19T09:47:10.148Z] === RUN TestVolumesInspect [2022-05-19T09:47:10.406Z] --- PASS: TestVolumesInspect (0.01s) [2022-05-19T09:47:10.406Z] === RUN TestVolumesInvalidJSON [2022-05-19T09:47:10.406Z] === RUN TestVolumesInvalidJSON/volumes/create [2022-05-19T09:47:10.406Z] === PAUSE TestVolumesInvalidJSON/volumes/create [2022-05-19T09:47:10.406Z] === CONT TestVolumesInvalidJSON/volumes/create [2022-05-19T09:47:10.406Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_content_type [2022-05-19T09:47:10.406Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_JSON [2022-05-19T09:47:10.406Z] === RUN TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON [2022-05-19T09:47:10.406Z] === RUN TestVolumesInvalidJSON/volumes/create/empty_body [2022-05-19T09:47:10.406Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2022-05-19T09:47:10.406Z] --- PASS: TestVolumesInvalidJSON/volumes/create (0.00s) [2022-05-19T09:47:10.406Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.00s) [2022-05-19T09:47:10.406Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.00s) [2022-05-19T09:47:10.406Z] --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s) [2022-05-19T09:47:10.406Z] --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s) [2022-05-19T09:47:10.406Z] PASS [2022-05-19T09:47:10.406Z] [2022-05-19T09:47:10.406Z] DONE 9 tests in 0.107s [2022-05-19T09:47:10.406Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-05-19T09:47:10.406Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 20440 is not a child of this shell [2022-05-19T09:47:10.406Z] warning: PID 20440 from bundles/test-integration/docker.pid had a nonzero exit code [2022-05-19T09:47:10.406Z] Leaving: AppArmorNo profiles have been unloaded. [2022-05-19T09:47:10.406Z] [2022-05-19T09:47:10.406Z] Unloading profiles will leave already running processes permanently [2022-05-19T09:47:10.406Z] unconfined, which can lead to unexpected situations. [2022-05-19T09:47:10.406Z] [2022-05-19T09:47:10.406Z] To set a process to complain mode, use the command line tool [2022-05-19T09:47:10.406Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-05-19T09:47:10.406Z] Removing test suite binaries [2022-05-19T09:47:10.406Z] exiting test-integration [2022-05-19T09:47:10.406Z] ++ exit 0 [2022-05-19T09:47:10.406Z] Post stage [Pipeline] junit [2022-05-19T09:47:11.356Z] Recording test results [2022-05-19T09:47:12.618Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2022-05-19T09:47:12.959Z] + echo Ensuring container killed. [2022-05-19T09:47:12.959Z] Ensuring container killed. [2022-05-19T09:47:12.959Z] + docker rm -vf docker-pr8 [2022-05-19T09:47:12.959Z] Error: No such container: docker-pr8 [Pipeline] sh [2022-05-19T09:47:13.240Z] + echo Chowning /workspace to jenkins user [2022-05-19T09:47:13.240Z] Chowning /workspace to jenkins user [2022-05-19T09:47:13.240Z] + id -u [2022-05-19T09:47:13.240Z] + id -g [2022-05-19T09:47:13.240Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43557:/workspace busybox chown -R 1000:1000 /workspace [2022-05-19T09:47:13.240Z] Unable to find image 'busybox:latest' locally [2022-05-19T09:47:13.240Z] latest: Pulling from library/busybox [2022-05-19T09:47:13.499Z] 50e8d59317eb: Pulling fs layer [2022-05-19T09:47:13.499Z] 50e8d59317eb: Download complete [2022-05-19T09:47:13.499Z] 50e8d59317eb: Pull complete [2022-05-19T09:47:13.499Z] Digest: sha256:d2b53584f580310186df7a2055ce3ff83cc0df6caacf1e3489bff8cf5d0af5d8 [2022-05-19T09:47:13.499Z] Status: Downloaded newer image for busybox:latest [2022-05-19T09:47:13.950Z] #71 196.4 + bin/containerd-shim-runc-v2 [2022-05-19T09:47:14.521Z] #71 197.2 + binaries [2022-05-19T09:47:14.521Z] #71 197.2 + install -D bin/containerd /build/containerd [2022-05-19T09:47:14.521Z] #71 197.2 + install -D bin/containerd-shim /build/containerd-shim [2022-05-19T09:47:14.785Z] #71 197.2 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2022-05-19T09:47:14.785Z] #71 197.3 + install -D bin/ctr /build/ctr [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-05-19T09:47:15.048Z] #71 DONE 197.7s [2022-05-19T09:47:15.169Z] + bundleName=amd64-rootless [2022-05-19T09:47:15.169Z] + echo Creating amd64-rootless-bundles.tar.gz [2022-05-19T09:47:15.169Z] Creating amd64-rootless-bundles.tar.gz [2022-05-19T09:47:15.169Z] + + find bundles -path */root/*overlay2 -prunexargs -o tar -type -czf f amd64-rootless-bundles.tar.gz ( [2022-05-19T09:47:15.169Z] -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [Pipeline] archiveArtifacts [2022-05-19T09:47:15.181Z] Archiving artifacts [2022-05-19T09:47:16.436Z] [2022-05-19T09:47:16.436Z] #72 [dev-systemd-false 23/26] COPY --from=containerd /build/ /usr/local/bin/ [2022-05-19T09:47:16.436Z] #72 sha256:e5e6df309a50c80da8c49e53aaa51fdc0f83257e5c2528f0dd729406b7c55bf9 [2022-05-19T09:47:16.436Z] #72 DONE 0.2s [2022-05-19T09:47:16.626Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43557/8/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-05-19T09:47:16.698Z] [2022-05-19T09:47:16.698Z] #77 [dev-systemd-false 24/26] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-05-19T09:47:16.698Z] #77 sha256:b2115cb0d2240e89eeaa8e3608fce2853778b83677c45c850365ffb080262699 [2022-05-19T09:47:16.698Z] #77 DONE 0.1s [2022-05-19T09:47:16.698Z] [2022-05-19T09:47:16.698Z] #82 [dev-systemd-false 25/26] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-05-19T09:47:16.698Z] #82 sha256:1f0e2866ce9ceea3d3837cbd66db13b9d2e64ee1aee7dfdac1b4992d7c826454 [2022-05-19T09:47:16.937Z] + make clean [2022-05-19T09:47:16.937Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-05-19T09:47:16.937Z] docker-dev-cache [2022-05-19T09:47:16.937Z] docker-mod-cache [Pipeline] deleteDir [2022-05-19T09:47:16.963Z] #82 DONE 0.5s [2022-05-19T09:47:16.963Z] [2022-05-19T09:47:16.963Z] #83 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2022-05-19T09:47:16.963Z] #83 sha256:8bdc2cc3ab8773183ab27d2d2e704b4c7288f797d2c13e8afaac4c69a3e2100f [2022-05-19T09:47:16.963Z] #83 DONE 0.0s [2022-05-19T09:47:17.223Z] [2022-05-19T09:47:17.223Z] #84 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-05-19T09:47:17.223Z] #84 sha256:07fca4e0e185be5d1da0f75a807c87086a1d73fbaf85c450d30934023afad4aa [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-05-19T09:47:20.746Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2022-05-19T09:47:20.746Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2022-05-19T09:47:21.428Z] #84 DONE 3.9s [2022-05-19T09:47:21.428Z] [2022-05-19T09:47:21.428Z] #85 exporting to image [2022-05-19T09:47:21.428Z] #85 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2022-05-19T09:47:21.428Z] #85 exporting layers [2022-05-19T09:47:31.373Z] ---> bff984149f52 [2022-05-19T09:47:31.373Z] Successfully built bff984149f52 [2022-05-19T09:47:31.373Z] Successfully tagged docker:latest [2022-05-19T09:47:31.830Z] INFO: Image build ended at 05/19/2022 09:47:31. Duration:00:04:28.9159628 [2022-05-19T09:47:31.830Z] [2022-05-19T09:47:31.830Z] [2022-05-19T09:47:31.830Z] INFO: Building the test binaries at 05/19/2022 09:47:31... [2022-05-19T09:47:36.512Z] INFO: make.ps1 starting at 05/19/2022 09:47:35 [2022-05-19T09:47:36.512Z] INFO: Git commit (b0d5c29156) assumed from DOCKER_GITCOMMIT environment variable [2022-05-19T09:47:36.512Z] INFO: Invoking autogen... [2022-05-19T09:47:36.512Z] { [2022-05-19T09:47:36.512Z] "RT_GROUP_ICON": { [2022-05-19T09:47:36.512Z] "#1": { [2022-05-19T09:47:36.512Z] "0409": "../../winresources/docker.ico" [2022-05-19T09:47:36.512Z] } [2022-05-19T09:47:36.512Z] }, [2022-05-19T09:47:36.512Z] "RT_MANIFEST": { [2022-05-19T09:47:36.512Z] "#1": { [2022-05-19T09:47:36.512Z] "0409": { [2022-05-19T09:47:36.512Z] "identity": {}, [2022-05-19T09:47:36.512Z] "description": "Docker Engine", [2022-05-19T09:47:36.512Z] "minimum-os": "vista", [2022-05-19T09:47:36.512Z] "execution-level": "", [2022-05-19T09:47:36.512Z] "ui-access": false, [2022-05-19T09:47:36.512Z] "auto-elevate": false, [2022-05-19T09:47:36.512Z] "dpi-awareness": "unaware", [2022-05-19T09:47:36.512Z] "disable-theming": false, [2022-05-19T09:47:36.512Z] "disable-window-filtering": false, [2022-05-19T09:47:36.512Z] "high-resolution-scrolling-aware": false, [2022-05-19T09:47:36.512Z] "ultra-high-resolution-scrolling-aware": false, [2022-05-19T09:47:36.512Z] "long-path-aware": false, [2022-05-19T09:47:36.512Z] "printer-driver-isolation": false, [2022-05-19T09:47:36.512Z] "gdi-scaling": false, [2022-05-19T09:47:36.512Z] "segment-heap": false, [2022-05-19T09:47:36.512Z] "use-common-controls-v6": false [2022-05-19T09:47:36.512Z] } [2022-05-19T09:47:36.512Z] } [2022-05-19T09:47:36.512Z] }, [2022-05-19T09:47:36.512Z] "RT_MESSAGETABLE": { [2022-05-19T09:47:36.512Z] "#1": { [2022-05-19T09:47:36.512Z] "0409": "../../winresources/event_messages.bin" [2022-05-19T09:47:36.512Z] } [2022-05-19T09:47:36.512Z] }, [2022-05-19T09:47:36.512Z] "RT_VERSION": { [2022-05-19T09:47:36.512Z] "#1": { [2022-05-19T09:47:36.512Z] "0409": { [2022-05-19T09:47:36.512Z] "fixed": { [2022-05-19T09:47:36.512Z] "file_version": "0.0.0.0", [2022-05-19T09:47:36.512Z] "product_version": "0.0.0.0", [2022-05-19T09:47:36.512Z] "type": "Unknown" [2022-05-19T09:47:36.512Z] }, [2022-05-19T09:47:36.512Z] "info": { [2022-05-19T09:47:36.512Z] "0000": { [2022-05-19T09:47:36.512Z] "CompanyName": "", [2022-05-19T09:47:36.512Z] "FileVersion": "0.0.0-dev", [2022-05-19T09:47:36.512Z] "LegalCopyright": "Copyright (C) 2015-2022 Docker Inc.", [2022-05-19T09:47:36.512Z] "OriginalFileName": "dockerd.exe", [2022-05-19T09:47:36.512Z] "ProductName": "", [2022-05-19T09:47:36.512Z] "ProductVersion": "0.0.0-dev", [2022-05-19T09:47:36.512Z] "SpecialBuild": "b0d5c29156" [2022-05-19T09:47:36.512Z] } [2022-05-19T09:47:36.512Z] } [2022-05-19T09:47:36.512Z] } [2022-05-19T09:47:36.512Z] } [2022-05-19T09:47:36.512Z] } [2022-05-19T09:47:36.512Z] } [2022-05-19T09:47:37.475Z] powershell.exe : cmd\dockerd\config.go [2022-05-19T09:47:37.475Z] At D:\gopath\src\github.com\docker\docker@tmp\durable-7e7557be\powershellWrapper.ps1:3 char:1 [2022-05-19T09:47:37.475Z] + & powershell -NoProfile -NonInteractive -ExecutionPolicy Bypass -Comm ... [2022-05-19T09:47:37.475Z] + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [2022-05-19T09:47:37.475Z] + CategoryInfo : NotSpecified: (cmd\dockerd\config.go:String) [], RemoteException [2022-05-19T09:47:37.475Z] + FullyQualifiedErrorId : NativeCommandError [2022-05-19T09:47:37.475Z] [2022-05-19T09:47:37.475Z] cmd\dockerd\config_windows.go [2022-05-19T09:47:37.475Z] cmd\dockerd\daemon.go [2022-05-19T09:47:37.475Z] cmd\dockerd\daemon_test.go [2022-05-19T09:47:37.475Z] cmd\dockerd\daemon_windows.go [2022-05-19T09:47:37.475Z] cmd\dockerd\docker.go [2022-05-19T09:47:37.475Z] cmd\dockerd\docker_windows.go [2022-05-19T09:47:37.475Z] cmd\dockerd\genwinres_windows.go [2022-05-19T09:47:37.475Z] cmd\dockerd\metrics.go [2022-05-19T09:47:37.475Z] cmd\dockerd\options.go [2022-05-19T09:47:37.475Z] cmd\dockerd\options_test.go [2022-05-19T09:47:37.475Z] cmd\dockerd\service_windows.go [2022-05-19T09:47:37.475Z] INFO: Building daemon... [2022-05-19T09:47:42.683Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2022-05-19T09:47:44.761Z] ---> 108751c3a965 [2022-05-19T09:47:44.761Z] Successfully built 108751c3a965 [2022-05-19T09:47:44.761Z] Successfully tagged docker:latest [2022-05-19T09:47:44.761Z] INFO: Image build ended at 05/19/2022 09:47:43. Duration:00:04:38.0060930 [2022-05-19T09:47:44.761Z] [2022-05-19T09:47:44.761Z] [2022-05-19T09:47:44.761Z] INFO: Building the test binaries at 05/19/2022 09:47:43... [2022-05-19T09:47:46.481Z] --- PASS: TestBuildWithHugeFile (34.64s) [2022-05-19T09:47:46.481Z] === RUN TestBuildWCOWSandboxSize [2022-05-19T09:47:46.481Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-05-19T09:47:46.481Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-05-19T09:47:46.481Z] === RUN TestBuildWithEmptyDockerfile [2022-05-19T09:47:46.481Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-05-19T09:47:46.481Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-05-19T09:47:46.481Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-05-19T09:47:46.481Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-05-19T09:47:46.481Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-05-19T09:47:46.481Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-05-19T09:47:46.481Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-05-19T09:47:46.481Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-05-19T09:47:46.481Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-05-19T09:47:46.481Z] --- PASS: TestBuildWithEmptyDockerfile (0.02s) [2022-05-19T09:47:46.481Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.08s) [2022-05-19T09:47:46.481Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.08s) [2022-05-19T09:47:46.481Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.05s) [2022-05-19T09:47:46.481Z] === RUN TestBuildPreserveOwnership [2022-05-19T09:47:46.481Z] === RUN TestBuildPreserveOwnership/copy_from [2022-05-19T09:47:46.481Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2022-05-19T09:47:46.481Z] --- PASS: TestBuildPreserveOwnership (2.82s) [2022-05-19T09:47:46.481Z] --- PASS: TestBuildPreserveOwnership/copy_from (1.79s) [2022-05-19T09:47:46.481Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.02s) [2022-05-19T09:47:46.481Z] === RUN TestBuildPlatformInvalid [2022-05-19T09:47:46.481Z] --- PASS: TestBuildPlatformInvalid (0.07s) [2022-05-19T09:47:46.481Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2022-05-19T09:47:46.481Z] Loaded image: busybox:latest [2022-05-19T09:47:46.481Z] Loaded image: busybox:glibc [2022-05-19T09:47:47.053Z] Loaded image: debian:bullseye-slim [2022-05-19T09:47:47.053Z] Loaded image: hello-world:latest [2022-05-19T09:47:47.053Z] Loaded image: arm32v7/hello-world:latest [2022-05-19T09:47:48.009Z] #85 exporting layers 24.9s done [2022-05-19T09:47:48.009Z] #85 writing image sha256:b1fd1a1be275450a80ef5126a214ba8b044379b34e3a822afc3738c763d54ebd done [2022-05-19T09:47:48.009Z] #85 naming to docker.io/library/docker:0e0a9bc1232efa07bc98be8e826f0ae8fe7a8dd9 done [2022-05-19T09:47:48.009Z] #85 DONE 25.0s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate) [Pipeline] sh [2022-05-19T09:47:48.360Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43557/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43557/.git:/go/src/github.com/docker/docker/.git --name docker-pr8 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=0e0a9bc1232efa07bc98be8e826f0ae8fe7a8dd9 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:0e0a9bc1232efa07bc98be8e826f0ae8fe7a8dd9 hack/validate/default [2022-05-19T09:47:48.932Z] Congratulations! Packages in "./pkg/..." are safely isolated from internal code. [2022-05-19T09:47:48.932Z] No api/types/ or api/swagger.yaml changes in diff. [2022-05-19T09:47:48.932Z] Congratulations! All TOML source files changed here have valid syntax. [2022-05-19T09:47:48.932Z] Congratulations! Changelog CHANGELOG.md is well-formed. [2022-05-19T09:47:48.932Z] Congratulations! Changelog CHANGELOG.md dates are in descending order. [2022-05-19T09:47:48.932Z] Congratulations! No new tests were added to integration-cli. [2022-05-19T09:47:48.932Z] [2022-05-19T09:47:48.932Z] INFO Start validation with golang-ci-lint [2022-05-19T09:47:49.875Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml [2022-05-19T09:47:49.875Z] INFO [lintersdb] Active 15 linters: [deadcode depguard goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] [2022-05-19T09:47:52.173Z] INFO: make.ps1 starting at 05/19/2022 09:47:50 [2022-05-19T09:47:52.173Z] INFO: Git commit (5771492202) assumed from DOCKER_GITCOMMIT environment variable [2022-05-19T09:47:52.173Z] INFO: Invoking autogen... [2022-05-19T09:47:52.173Z] { [2022-05-19T09:47:52.173Z] "RT_GROUP_ICON": { [2022-05-19T09:47:52.173Z] "#1": { [2022-05-19T09:47:52.173Z] "0409": "../../winresources/docker.ico" [2022-05-19T09:47:52.173Z] } [2022-05-19T09:47:52.173Z] }, [2022-05-19T09:47:52.173Z] "RT_MANIFEST": { [2022-05-19T09:47:52.173Z] "#1": { [2022-05-19T09:47:52.173Z] "0409": { [2022-05-19T09:47:52.173Z] "identity": {}, [2022-05-19T09:47:52.173Z] "description": "Docker Engine", [2022-05-19T09:47:52.173Z] "minimum-os": "vista", [2022-05-19T09:47:52.173Z] "execution-level": "", [2022-05-19T09:47:52.173Z] "ui-access": false, [2022-05-19T09:47:52.173Z] "auto-elevate": false, [2022-05-19T09:47:52.173Z] "dpi-awareness": "unaware", [2022-05-19T09:47:52.173Z] "disable-theming": false, [2022-05-19T09:47:52.173Z] "disable-window-filtering": false, [2022-05-19T09:47:52.173Z] "high-resolution-scrolling-aware": false, [2022-05-19T09:47:52.173Z] "ultra-high-resolution-scrolling-aware": false, [2022-05-19T09:47:52.173Z] "long-path-aware": false, [2022-05-19T09:47:52.173Z] "printer-driver-isolation": false, [2022-05-19T09:47:52.173Z] "gdi-scaling": false, [2022-05-19T09:47:52.173Z] "segment-heap": false, [2022-05-19T09:47:52.173Z] "use-common-controls-v6": false [2022-05-19T09:47:52.173Z] } [2022-05-19T09:47:52.173Z] } [2022-05-19T09:47:52.173Z] }, [2022-05-19T09:47:52.173Z] "RT_MESSAGETABLE": { [2022-05-19T09:47:52.173Z] "#1": { [2022-05-19T09:47:52.173Z] "0409": "../../winresources/event_messages.bin" [2022-05-19T09:47:52.173Z] } [2022-05-19T09:47:52.173Z] }, [2022-05-19T09:47:52.173Z] "RT_VERSION": { [2022-05-19T09:47:52.173Z] "#1": { [2022-05-19T09:47:52.173Z] "0409": { [2022-05-19T09:47:52.173Z] "fixed": { [2022-05-19T09:47:52.173Z] "file_version": "0.0.0.0", [2022-05-19T09:47:52.173Z] "product_version": "0.0.0.0", [2022-05-19T09:47:52.173Z] "type": "Unknown" [2022-05-19T09:47:52.173Z] }, [2022-05-19T09:47:52.173Z] "info": { [2022-05-19T09:47:52.173Z] "0000": { [2022-05-19T09:47:52.173Z] "CompanyName": "", [2022-05-19T09:47:52.173Z] "FileVersion": "0.0.0-dev", [2022-05-19T09:47:52.173Z] "LegalCopyright": "Copyright (C) 2015-2022 Docker Inc.", [2022-05-19T09:47:52.173Z] "OriginalFileName": "dockerd.exe", [2022-05-19T09:47:52.173Z] "ProductName": "", [2022-05-19T09:47:52.173Z] "ProductVersion": "0.0.0-dev", [2022-05-19T09:47:52.173Z] "SpecialBuild": "5771492202" [2022-05-19T09:47:52.173Z] } [2022-05-19T09:47:52.173Z] } [2022-05-19T09:47:52.173Z] } [2022-05-19T09:47:52.173Z] } [2022-05-19T09:47:52.173Z] } [2022-05-19T09:47:52.173Z] } [2022-05-19T09:47:52.648Z] powershell.exe : cmd\dockerd\config.go [2022-05-19T09:47:52.648Z] At D:\gopath\src\github.com\docker\docker@tmp\durable-53678061\powershellWrapper.ps1:3 char:1 [2022-05-19T09:47:52.648Z] + & powershell -NoProfile -NonInteractive -ExecutionPolicy Bypass -Comm ... [2022-05-19T09:47:52.648Z] + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [2022-05-19T09:47:52.648Z] + CategoryInfo : NotSpecified: (cmd\dockerd\config.go:String) [], RemoteException [2022-05-19T09:47:52.648Z] + FullyQualifiedErrorId : NativeCommandError [2022-05-19T09:47:52.648Z] [2022-05-19T09:47:52.648Z] cmd\dockerd\config_windows.go [2022-05-19T09:47:52.648Z] cmd\dockerd\daemon.go [2022-05-19T09:47:52.648Z] cmd\dockerd\daemon_test.go [2022-05-19T09:47:52.648Z] cmd\dockerd\daemon_windows.go [2022-05-19T09:47:52.648Z] cmd\dockerd\docker.go [2022-05-19T09:47:52.648Z] cmd\dockerd\docker_windows.go [2022-05-19T09:47:52.648Z] cmd\dockerd\genwinres_windows.go [2022-05-19T09:47:52.648Z] cmd\dockerd\metrics.go [2022-05-19T09:47:52.648Z] cmd\dockerd\options.go [2022-05-19T09:47:52.648Z] cmd\dockerd\options_test.go [2022-05-19T09:47:52.648Z] cmd\dockerd\service_windows.go [2022-05-19T09:47:52.648Z] INFO: Building daemon... [2022-05-19T09:47:52.667Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2022-05-19T09:47:55.189Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (9.00s) [2022-05-19T09:47:55.189Z] PASS [2022-05-19T09:47:55.189Z] [2022-05-19T09:47:55.189Z] === Skipped [2022-05-19T09:47:55.189Z] === SKIP: arm64.integration.build TestBuildWithSession (0.00s) [2022-05-19T09:47:55.189Z] build_session_test.go:25: TODO: BuildKit [2022-05-19T09:47:55.189Z] [2022-05-19T09:47:55.189Z] === SKIP: arm64.integration.build TestBuildWCOWSandboxSize (0.00s) [2022-05-19T09:47:55.189Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-05-19T09:47:55.189Z] [2022-05-19T09:47:55.189Z] DONE 34 tests, 2 skipped in 65.256s [2022-05-19T09:47:55.189Z] Running /go/src/github.com/docker/docker/integration/config (arm64.integration.config) flags=-test.v -test.timeout=120m [2022-05-19T09:47:55.189Z] ++ 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-05-19T09:47:55.189Z] ++ set -e [2022-05-19T09:47:55.189Z] ++ '[' -n 0 ']' [2022-05-19T09:47:55.189Z] ++ set -x [2022-05-19T09:47:55.189Z] ++ 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-05-19T09:47:55.189Z] INFO: Testing against a local daemon [2022-05-19T09:47:55.189Z] === RUN TestConfigInspect [2022-05-19T09:47:56.572Z] --- PASS: TestConfigInspect (2.12s) [2022-05-19T09:47:56.572Z] === RUN TestConfigList [2022-05-19T09:47:58.485Z] --- PASS: TestConfigList (2.13s) [2022-05-19T09:47:58.485Z] === RUN TestConfigsCreateAndDelete [2022-05-19T09:48:00.785Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2022-05-19T09:48:01.029Z] --- PASS: TestConfigsCreateAndDelete (2.16s) [2022-05-19T09:48:01.029Z] === RUN TestConfigsUpdate [2022-05-19T09:48:01.721Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2022-05-19T09:48:02.289Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2022-05-19T09:48:02.943Z] --- PASS: TestConfigsUpdate (2.25s) [2022-05-19T09:48:02.943Z] === RUN TestTemplatedConfig [2022-05-19T09:48:03.226Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2022-05-19T09:48:03.226Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2022-05-19T09:48:04.165Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2022-05-19T09:48:05.486Z] --- PASS: TestTemplatedConfig (2.44s) [2022-05-19T09:48:05.487Z] === RUN TestConfigCreateResolve [2022-05-19T09:48:06.695Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2022-05-19T09:48:08.047Z] --- PASS: TestConfigCreateResolve (2.19s) [2022-05-19T09:48:08.047Z] PASS [2022-05-19T09:48:08.047Z] [2022-05-19T09:48:08.047Z] DONE 6 tests in 13.391s [2022-05-19T09:48:08.047Z] Running /go/src/github.com/docker/docker/integration/container (arm64.integration.container) flags=-test.v -test.timeout=120m [2022-05-19T09:48:08.047Z] ++ 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-05-19T09:48:08.047Z] ++ set -e [2022-05-19T09:48:08.047Z] ++ '[' -n 0 ']' [2022-05-19T09:48:08.047Z] ++ set -x [2022-05-19T09:48:08.047Z] ++ 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-05-19T09:48:08.047Z] INFO: Testing against a local daemon [2022-05-19T09:48:08.047Z] === RUN TestAttachWithTTY [2022-05-19T09:48:08.047Z] --- PASS: TestAttachWithTTY (0.05s) [2022-05-19T09:48:08.047Z] === RUN TestAttachWithoutTTy [2022-05-19T09:48:08.047Z] --- PASS: TestAttachWithoutTTy (0.04s) [2022-05-19T09:48:08.047Z] === RUN TestCheckpoint [2022-05-19T09:48:08.047Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-05-19T09:48:08.047Z] --- SKIP: TestCheckpoint (0.00s) [2022-05-19T09:48:08.047Z] === RUN TestContainerInvalidJSON [2022-05-19T09:48:08.047Z] === RUN TestContainerInvalidJSON/commit [2022-05-19T09:48:08.047Z] === PAUSE TestContainerInvalidJSON/commit [2022-05-19T09:48:08.047Z] === RUN TestContainerInvalidJSON/containers/create [2022-05-19T09:48:08.047Z] === PAUSE TestContainerInvalidJSON/containers/create [2022-05-19T09:48:08.047Z] === RUN TestContainerInvalidJSON/containers/foobar/exec [2022-05-19T09:48:08.047Z] === PAUSE TestContainerInvalidJSON/containers/foobar/exec [2022-05-19T09:48:08.047Z] === RUN TestContainerInvalidJSON/containers/foobar/update [2022-05-19T09:48:08.047Z] === PAUSE TestContainerInvalidJSON/containers/foobar/update [2022-05-19T09:48:08.047Z] === RUN TestContainerInvalidJSON/exec/foobar/start [2022-05-19T09:48:08.047Z] === PAUSE TestContainerInvalidJSON/exec/foobar/start [2022-05-19T09:48:08.047Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-05-19T09:48:08.047Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-05-19T09:48:08.047Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-05-19T09:48:08.047Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-05-19T09:48:08.047Z] === CONT TestContainerInvalidJSON/commit [2022-05-19T09:48:08.047Z] === RUN TestContainerInvalidJSON/commit/invalid_content_type [2022-05-19T09:48:08.047Z] === CONT TestContainerInvalidJSON/exec/foobar/start [2022-05-19T09:48:08.047Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_content_type [2022-05-19T09:48:08.047Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_JSON [2022-05-19T09:48:08.047Z] === RUN TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON [2022-05-19T09:48:08.047Z] === RUN TestContainerInvalidJSON/commit/invalid_JSON [2022-05-19T09:48:08.048Z] === RUN TestContainerInvalidJSON/exec/foobar/start/empty_body [2022-05-19T09:48:08.048Z] === RUN TestContainerInvalidJSON/commit/extra_content_after_JSON [2022-05-19T09:48:08.048Z] === CONT TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-05-19T09:48:08.048Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type [2022-05-19T09:48:08.048Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON [2022-05-19T09:48:08.048Z] === RUN TestContainerInvalidJSON/commit/empty_body [2022-05-19T09:48:08.048Z] === CONT TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-05-19T09:48:08.048Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type [2022-05-19T09:48:08.048Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON [2022-05-19T09:48:08.048Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON [2022-05-19T09:48:08.048Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body [2022-05-19T09:48:08.048Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON [2022-05-19T09:48:08.048Z] === CONT TestContainerInvalidJSON/containers/foobar/exec [2022-05-19T09:48:08.048Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type [2022-05-19T09:48:08.048Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body [2022-05-19T09:48:08.048Z] === CONT TestContainerInvalidJSON/containers/foobar/update [2022-05-19T09:48:08.048Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_content_type [2022-05-19T09:48:08.048Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON [2022-05-19T09:48:08.048Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_JSON [2022-05-19T09:48:08.048Z] === RUN TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON [2022-05-19T09:48:08.048Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON [2022-05-19T09:48:08.048Z] === RUN TestContainerInvalidJSON/containers/foobar/update/empty_body [2022-05-19T09:48:08.048Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/empty_body [2022-05-19T09:48:08.048Z] === CONT TestContainerInvalidJSON/containers/create [2022-05-19T09:48:08.048Z] === RUN TestContainerInvalidJSON/containers/create/invalid_content_type [2022-05-19T09:48:08.048Z] === RUN TestContainerInvalidJSON/containers/create/invalid_JSON [2022-05-19T09:48:08.048Z] === RUN TestContainerInvalidJSON/containers/create/extra_content_after_JSON [2022-05-19T09:48:08.048Z] === RUN TestContainerInvalidJSON/containers/create/empty_body [2022-05-19T09:48:08.048Z] --- PASS: TestContainerInvalidJSON (0.01s) [2022-05-19T09:48:08.048Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start (0.00s) [2022-05-19T09:48:08.048Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_content_type (0.00s) [2022-05-19T09:48:08.048Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_JSON (0.00s) [2022-05-19T09:48:08.048Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON (0.00s) [2022-05-19T09:48:08.048Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/empty_body (0.00s) [2022-05-19T09:48:08.048Z] --- PASS: TestContainerInvalidJSON/commit (0.00s) [2022-05-19T09:48:08.048Z] --- PASS: TestContainerInvalidJSON/commit/invalid_content_type (0.00s) [2022-05-19T09:48:08.048Z] --- PASS: TestContainerInvalidJSON/commit/invalid_JSON (0.00s) [2022-05-19T09:48:08.048Z] --- PASS: TestContainerInvalidJSON/commit/extra_content_after_JSON (0.00s) [2022-05-19T09:48:08.048Z] --- PASS: TestContainerInvalidJSON/commit/empty_body (0.00s) [2022-05-19T09:48:08.048Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start (0.00s) [2022-05-19T09:48:08.048Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type (0.00s) [2022-05-19T09:48:08.048Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON (0.00s) [2022-05-19T09:48:08.048Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON (0.00s) [2022-05-19T09:48:08.048Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body (0.00s) [2022-05-19T09:48:08.048Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy (0.00s) [2022-05-19T09:48:08.048Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type (0.00s) [2022-05-19T09:48:08.048Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON (0.00s) [2022-05-19T09:48:08.048Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON (0.00s) [2022-05-19T09:48:08.048Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body (0.00s) [2022-05-19T09:48:08.048Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update (0.00s) [2022-05-19T09:48:08.048Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_content_type (0.00s) [2022-05-19T09:48:08.048Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_JSON (0.00s) [2022-05-19T09:48:08.048Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON (0.00s) [2022-05-19T09:48:08.048Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/empty_body (0.00s) [2022-05-19T09:48:08.048Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec (0.00s) [2022-05-19T09:48:08.048Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type (0.00s) [2022-05-19T09:48:08.048Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON (0.00s) [2022-05-19T09:48:08.048Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON (0.00s) [2022-05-19T09:48:08.048Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/empty_body (0.00s) [2022-05-19T09:48:08.048Z] --- PASS: TestContainerInvalidJSON/containers/create (0.00s) [2022-05-19T09:48:08.048Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_content_type (0.00s) [2022-05-19T09:48:08.048Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_JSON (0.00s) [2022-05-19T09:48:08.048Z] --- PASS: TestContainerInvalidJSON/containers/create/extra_content_after_JSON (0.00s) [2022-05-19T09:48:08.048Z] --- PASS: TestContainerInvalidJSON/containers/create/empty_body (0.00s) [2022-05-19T09:48:08.048Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-05-19T09:48:08.048Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.05s) [2022-05-19T09:48:08.048Z] === RUN TestCopyFromContainerPathIsNotDir [2022-05-19T09:48:08.048Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.04s) [2022-05-19T09:48:08.048Z] === RUN TestCopyToContainerPathDoesNotExist [2022-05-19T09:48:08.048Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.05s) [2022-05-19T09:48:08.048Z] === RUN TestCopyEmptyFile [2022-05-19T09:48:08.072Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2022-05-19T09:48:08.310Z] --- PASS: TestCopyEmptyFile (0.23s) [2022-05-19T09:48:08.310Z] === RUN TestCopyToContainerPathIsNotDir [2022-05-19T09:48:08.310Z] --- PASS: TestCopyToContainerPathIsNotDir (0.04s) [2022-05-19T09:48:08.310Z] === RUN TestCopyFromContainer [2022-05-19T09:48:08.639Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2022-05-19T09:48:09.206Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2022-05-19T09:48:09.252Z] === RUN TestCopyFromContainer// [2022-05-19T09:48:09.252Z] === RUN TestCopyFromContainer//bar/root [2022-05-19T09:48:09.252Z] === RUN TestCopyFromContainer//bar/root/ [2022-05-19T09:48:09.252Z] === RUN TestCopyFromContainer/bar/quux [2022-05-19T09:48:09.513Z] === RUN TestCopyFromContainer/bar/quux/ [2022-05-19T09:48:09.513Z] === RUN TestCopyFromContainer/bar/quux/baz [2022-05-19T09:48:09.513Z] === RUN TestCopyFromContainer/bar/filesymlink [2022-05-19T09:48:09.513Z] === RUN TestCopyFromContainer/bar/dirsymlink [2022-05-19T09:48:09.513Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2022-05-19T09:48:09.774Z] === RUN TestCopyFromContainer/bar/notarget [2022-05-19T09:48:09.774Z] --- PASS: TestCopyFromContainer (1.46s) [2022-05-19T09:48:09.774Z] --- PASS: TestCopyFromContainer// (0.06s) [2022-05-19T09:48:09.774Z] --- PASS: TestCopyFromContainer//bar/root (0.06s) [2022-05-19T09:48:09.774Z] --- PASS: TestCopyFromContainer//bar/root/ (0.06s) [2022-05-19T09:48:09.774Z] --- PASS: TestCopyFromContainer/bar/quux (0.07s) [2022-05-19T09:48:09.774Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.05s) [2022-05-19T09:48:09.774Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.05s) [2022-05-19T09:48:09.774Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.06s) [2022-05-19T09:48:09.774Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.05s) [2022-05-19T09:48:09.774Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.06s) [2022-05-19T09:48:09.774Z] --- PASS: TestCopyFromContainer/bar/notarget (0.05s) [2022-05-19T09:48:09.774Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-05-19T09:48:09.774Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-05-19T09:48:09.774Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-05-19T09:48:09.774Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-05-19T09:48:09.774Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-05-19T09:48:09.774Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-05-19T09:48:09.774Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-05-19T09:48:09.774Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-05-19T09:48:09.774Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-05-19T09:48:09.774Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-05-19T09:48:09.774Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2022-05-19T09:48:09.774Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-05-19T09:48:09.774Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-05-19T09:48:09.774Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-05-19T09:48:09.774Z] === RUN TestCreateLinkToNonExistingContainer [2022-05-19T09:48:09.774Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s) [2022-05-19T09:48:09.774Z] === RUN TestCreateWithInvalidEnv [2022-05-19T09:48:09.774Z] === RUN TestCreateWithInvalidEnv/0 [2022-05-19T09:48:09.774Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-05-19T09:48:09.774Z] === RUN TestCreateWithInvalidEnv/1 [2022-05-19T09:48:09.774Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-05-19T09:48:09.774Z] === RUN TestCreateWithInvalidEnv/2 [2022-05-19T09:48:09.774Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-05-19T09:48:09.774Z] === CONT TestCreateWithInvalidEnv/0 [2022-05-19T09:48:09.774Z] === CONT TestCreateWithInvalidEnv/2 [2022-05-19T09:48:09.774Z] === CONT TestCreateWithInvalidEnv/1 [2022-05-19T09:48:09.774Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2022-05-19T09:48:09.774Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-05-19T09:48:09.774Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-05-19T09:48:09.774Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-05-19T09:48:09.774Z] === RUN TestCreateTmpfsMountsTarget [2022-05-19T09:48:09.774Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s) [2022-05-19T09:48:09.774Z] === RUN TestCreateWithCustomMaskedPaths [2022-05-19T09:48:10.142Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2022-05-19T09:48:11.081Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2022-05-19T09:48:11.159Z] --- PASS: TestCreateWithCustomMaskedPaths (1.14s) [2022-05-19T09:48:11.159Z] === RUN TestCreateWithCustomReadonlyPaths [2022-05-19T09:48:12.028Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2022-05-19T09:48:12.101Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.20s) [2022-05-19T09:48:12.101Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-05-19T09:48:12.101Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-05-19T09:48:12.101Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-05-19T09:48:12.101Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-05-19T09:48:12.101Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-05-19T09:48:12.101Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-05-19T09:48:12.101Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-05-19T09:48:12.101Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-05-19T09:48:12.101Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-05-19T09:48:12.101Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-05-19T09:48:12.101Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-05-19T09:48:12.101Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-05-19T09:48:12.101Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-05-19T09:48:12.101Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-05-19T09:48:12.101Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-05-19T09:48:12.101Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-05-19T09:48:12.101Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2022-05-19T09:48:12.101Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2022-05-19T09:48:12.101Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2022-05-19T09:48:12.101Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2022-05-19T09:48:12.101Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2022-05-19T09:48:12.101Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2022-05-19T09:48:12.101Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-05-19T09:48:12.666Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2022-05-19T09:48:12.674Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.38s) [2022-05-19T09:48:12.674Z] === RUN TestCreateDifferentPlatform [2022-05-19T09:48:12.674Z] === RUN TestCreateDifferentPlatform/different_os [2022-05-19T09:48:12.674Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-05-19T09:48:12.674Z] --- PASS: TestCreateDifferentPlatform (0.01s) [2022-05-19T09:48:12.674Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-05-19T09:48:12.674Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-05-19T09:48:12.674Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-05-19T09:48:12.674Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.02s) [2022-05-19T09:48:12.674Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-05-19T09:48:12.674Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.04s) [2022-05-19T09:48:12.674Z] === RUN TestContainerStartOnDaemonRestart [2022-05-19T09:48:12.674Z] === PAUSE TestContainerStartOnDaemonRestart [2022-05-19T09:48:12.674Z] === RUN TestDaemonRestartIpcMode [2022-05-19T09:48:12.674Z] === PAUSE TestDaemonRestartIpcMode [2022-05-19T09:48:12.674Z] === RUN TestDaemonHostGatewayIP [2022-05-19T09:48:12.674Z] === PAUSE TestDaemonHostGatewayIP [2022-05-19T09:48:12.674Z] === RUN TestRestartDaemonWithRestartingContainer [2022-05-19T09:48:12.674Z] === PAUSE TestRestartDaemonWithRestartingContainer [2022-05-19T09:48:12.674Z] === RUN TestContainerKillOnDaemonStart [2022-05-19T09:48:12.674Z] === PAUSE TestContainerKillOnDaemonStart [2022-05-19T09:48:12.674Z] === RUN TestDiff [2022-05-19T09:48:12.935Z] --- PASS: TestDiff (0.39s) [2022-05-19T09:48:12.935Z] === RUN TestExecWithCloseStdin [2022-05-19T09:48:13.506Z] --- PASS: TestExecWithCloseStdin (0.45s) [2022-05-19T09:48:13.506Z] === RUN TestExec [2022-05-19T09:48:14.077Z] --- PASS: TestExec (0.44s) [2022-05-19T09:48:14.077Z] === RUN TestExecUser [2022-05-19T09:48:14.083Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2022-05-19T09:48:14.338Z] --- PASS: TestExecUser (0.48s) [2022-05-19T09:48:14.338Z] === RUN TestExportContainerAndImportImage [2022-05-19T09:48:14.649Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-05-19T09:48:14.649Z] Using test binary docker [2022-05-19T09:48:14.649Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2022-05-19T09:48:14.649Z] Starting apparmor (via systemctl): apparmor.service. [2022-05-19T09:48:14.649Z] INFO: Waiting for daemon to start... [2022-05-19T09:48:14.649Z] Starting dockerd [2022-05-19T09:48:14.909Z] --- PASS: TestExportContainerAndImportImage (0.56s) [2022-05-19T09:48:14.909Z] === RUN TestExportContainerAfterDaemonRestart [2022-05-19T09:48:16.293Z] --- PASS: TestExportContainerAfterDaemonRestart (1.26s) [2022-05-19T09:48:16.293Z] === RUN TestHealthCheckWorkdir [2022-05-19T09:48:16.863Z] --- PASS: TestHealthCheckWorkdir (0.51s) [2022-05-19T09:48:16.864Z] === RUN TestHealthKillContainer [2022-05-19T09:48:17.178Z] . [2022-05-19T09:48:17.178Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-05-19T09:48:17.436Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-05-19T09:48:17.436Z] Error: No such image: emptyfs [2022-05-19T09:48:17.436Z] Running integration-test (iteration 1) [2022-05-19T09:48:17.436Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2022-05-19T09:48:17.695Z] Loaded image: busybox:latest [2022-05-19T09:48:17.948Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2022-05-19T09:48:17.948Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2022-05-19T09:48:17.948Z] GOOS="" GOARCH="" GOARM="" [2022-05-19T09:48:17.948Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2022-05-19T09:48:17.948Z] [2022-05-19T09:48:17.948Z] + TEST_INTEGRATION_DEST=2 [2022-05-19T09:48:17.948Z] + CONTAINER_NAME=docker-pr8-2 [2022-05-19T09:48:17.948Z] + TEST_SKIP_INTEGRATION=1 [2022-05-19T09:48:17.948Z] + TESTFLAGS='-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/' [2022-05-19T09:48:17.948Z] + run_tests [2022-05-19T09:48:17.948Z] + c=0 [2022-05-19T09:48:17.948Z] + '[' -n 0 ']' [2022-05-19T09:48:17.948Z] + rm= [2022-05-19T09:48:17.948Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-43557/bundles/2:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43557/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-43557/.git:/go/src/github.com/docker/docker/.git --name docker-pr8-2 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=fd587901ca6aca2b45ed0fa0aec48fbad7f02002 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:fd587901ca6aca2b45ed0fa0aec48fbad7f02002 hack/make.sh '' test-integration [2022-05-19T09:48:17.948Z] + TEST_INTEGRATION_DEST=1 [2022-05-19T09:48:17.948Z] + CONTAINER_NAME=docker-pr8-1 [2022-05-19T09:48:17.948Z] + TEST_SKIP_INTEGRATION_CLI=1 [2022-05-19T09:48:17.948Z] + run_tests test-integration-flaky [2022-05-19T09:48:17.948Z] + '[' -n 0 ']' [2022-05-19T09:48:17.948Z] + rm= [2022-05-19T09:48:17.948Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-43557/bundles/1:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43557/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-43557/.git:/go/src/github.com/docker/docker/.git --name docker-pr8-1 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=fd587901ca6aca2b45ed0fa0aec48fbad7f02002 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:fd587901ca6aca2b45ed0fa0aec48fbad7f02002 hack/make.sh test-integration-flaky test-integration [2022-05-19T09:48:17.948Z] + TEST_INTEGRATION_DEST=3 [2022-05-19T09:48:17.948Z] + CONTAINER_NAME=docker-pr8-3 [2022-05-19T09:48:17.948Z] + TEST_SKIP_INTEGRATION=1 [2022-05-19T09:48:17.948Z] + TESTFLAGS='-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/' [2022-05-19T09:48:17.948Z] + run_tests [2022-05-19T09:48:17.948Z] + '[' -n 0 ']' [2022-05-19T09:48:17.948Z] + rm= [2022-05-19T09:48:17.948Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-43557/bundles/3:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43557/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-43557/.git:/go/src/github.com/docker/docker/.git --name docker-pr8-3 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=fd587901ca6aca2b45ed0fa0aec48fbad7f02002 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:fd587901ca6aca2b45ed0fa0aec48fbad7f02002 hack/make.sh '' test-integration [2022-05-19T09:48:17.948Z] ++ jobs -p [2022-05-19T09:48:17.948Z] + for job in $(jobs -p) [2022-05-19T09:48:17.948Z] + wait 10555 [2022-05-19T09:48:17.948Z] [2022-05-19T09:48:17.948Z] [2022-05-19T09:48:17.948Z] ---> Making bundle: test-integration-flaky (in bundles/test-integration-flaky) [2022-05-19T09:48:17.948Z] [2022-05-19T09:48:17.948Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-05-19T09:48:17.948Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-05-19T09:48:17.948Z] HOSTNAME=2396aa43c38a [2022-05-19T09:48:17.948Z] TEST_SKIP_INTEGRATION=1 [2022-05-19T09:48:17.948Z] TESTDEBUG=0 [2022-05-19T09:48:17.948Z] DEST=bundles/test-integration [2022-05-19T09:48:17.948Z] PWD=/go/src/github.com/docker/docker [2022-05-19T09:48:17.948Z] KEEPBUNDLE=1 [2022-05-19T09:48:17.949Z] DOCKER_GITCOMMIT=fd587901ca6aca2b45ed0fa0aec48fbad7f02002 [2022-05-19T09:48:17.949Z] container=docker [2022-05-19T09:48:17.949Z] HOME=/root [2022-05-19T09:48:17.949Z] GOLANG_VERSION=1.18.2 [2022-05-19T09:48:17.949Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-05-19T09:48:17.949Z] VALIDATE_BRANCH=master [2022-05-19T09:48:17.949Z] TERM=xterm [2022-05-19T09:48:17.949Z] DOCKER_PKG=github.com/docker/docker [2022-05-19T09:48:17.949Z] SHLVL=1 [2022-05-19T09:48:17.949Z] TIMEOUT=120m [2022-05-19T09:48:17.949Z] DOCKER_BUILDTAGS= journald [2022-05-19T09:48:17.949Z] DOCKER_GRAPHDRIVER=overlay2 [2022-05-19T09:48:17.949Z] TESTFLAGS=-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/ [2022-05-19T09:48:17.949Z] GO111MODULE=off [2022-05-19T09:48:17.949Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-05-19T09:48:17.949Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-05-19T09:48:17.949Z] GOPATH=/go [2022-05-19T09:48:17.949Z] PKG_CONFIG=pkg-config [2022-05-19T09:48:17.949Z] _=/usr/bin/env [2022-05-19T09:48:17.949Z] Building test suite binary ./integration-cli/test.main [2022-05-19T09:48:17.949Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-05-19T09:48:17.949Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-05-19T09:48:17.949Z] HOSTNAME=2b086bc07b29 [2022-05-19T09:48:17.949Z] TEST_SKIP_INTEGRATION=1 [2022-05-19T09:48:17.949Z] TESTDEBUG=0 [2022-05-19T09:48:17.949Z] DEST=bundles/test-integration [2022-05-19T09:48:17.949Z] PWD=/go/src/github.com/docker/docker [2022-05-19T09:48:17.949Z] KEEPBUNDLE=1 [2022-05-19T09:48:17.949Z] DOCKER_GITCOMMIT=fd587901ca6aca2b45ed0fa0aec48fbad7f02002 [2022-05-19T09:48:17.949Z] container=docker [2022-05-19T09:48:17.949Z] HOME=/root [2022-05-19T09:48:17.949Z] GOLANG_VERSION=1.18.2 [2022-05-19T09:48:17.949Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-05-19T09:48:17.949Z] VALIDATE_BRANCH=master [2022-05-19T09:48:17.949Z] TERM=xterm [2022-05-19T09:48:17.949Z] DOCKER_PKG=github.com/docker/docker [2022-05-19T09:48:17.949Z] SHLVL=1 [2022-05-19T09:48:17.949Z] TIMEOUT=120m [2022-05-19T09:48:17.949Z] DOCKER_BUILDTAGS= journald [2022-05-19T09:48:17.949Z] DOCKER_GRAPHDRIVER=overlay2 [2022-05-19T09:48:17.949Z] TESTFLAGS=-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/ [2022-05-19T09:48:17.949Z] GO111MODULE=off [2022-05-19T09:48:17.949Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-05-19T09:48:17.949Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-05-19T09:48:17.949Z] GOPATH=/go [2022-05-19T09:48:17.949Z] PKG_CONFIG=pkg-config [2022-05-19T09:48:17.949Z] _=/usr/bin/env [2022-05-19T09:48:17.949Z] Building test suite binary ./integration-cli/test.main [2022-05-19T09:48:17.949Z] No new tests added to integration. [2022-05-19T09:48:17.949Z] [2022-05-19T09:48:17.949Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-05-19T09:48:17.949Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-05-19T09:48:17.949Z] HOSTNAME=93cea6032558 [2022-05-19T09:48:17.949Z] TESTDEBUG=0 [2022-05-19T09:48:17.949Z] DEST=bundles/test-integration [2022-05-19T09:48:17.949Z] PWD=/go/src/github.com/docker/docker [2022-05-19T09:48:17.949Z] KEEPBUNDLE=1 [2022-05-19T09:48:17.949Z] DOCKER_GITCOMMIT=fd587901ca6aca2b45ed0fa0aec48fbad7f02002 [2022-05-19T09:48:17.949Z] container=docker [2022-05-19T09:48:17.949Z] HOME=/root [2022-05-19T09:48:17.949Z] GOLANG_VERSION=1.18.2 [2022-05-19T09:48:17.949Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-05-19T09:48:17.949Z] VALIDATE_BRANCH=master [2022-05-19T09:48:17.949Z] TERM=xterm [2022-05-19T09:48:17.949Z] DOCKER_PKG=github.com/docker/docker [2022-05-19T09:48:17.949Z] SHLVL=1 [2022-05-19T09:48:17.949Z] TIMEOUT=120m [2022-05-19T09:48:17.949Z] DOCKER_BUILDTAGS= journald [2022-05-19T09:48:17.949Z] DOCKER_GRAPHDRIVER=overlay2 [2022-05-19T09:48:17.949Z] GO111MODULE=off [2022-05-19T09:48:17.949Z] TEST_SKIP_INTEGRATION_CLI=1 [2022-05-19T09:48:17.949Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-05-19T09:48:17.949Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-05-19T09:48:17.949Z] GOPATH=/go [2022-05-19T09:48:17.949Z] PKG_CONFIG=pkg-config [2022-05-19T09:48:17.949Z] _=/usr/bin/env [2022-05-19T09:48:17.949Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2022-05-19T09:48:17.953Z] Loaded image: busybox:glibc [2022-05-19T09:48:19.327Z] Loaded image: debian:bullseye-slim [2022-05-19T09:48:19.327Z] Loaded image: hello-world:latest [2022-05-19T09:48:19.327Z] Loaded image: arm32v7/hello-world:latest [2022-05-19T09:48:19.327Z] INFO: Testing against a local daemon [2022-05-19T09:48:19.327Z] === RUN TestCgroupNamespacesBuild [2022-05-19T09:48:20.706Z] --- PASS: TestCgroupNamespacesBuild (1.30s) [2022-05-19T09:48:20.706Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2022-05-19T09:48:22.080Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.24s) [2022-05-19T09:48:22.080Z] === RUN TestBuildWithSession [2022-05-19T09:48:22.080Z] build_session_test.go:25: TODO: BuildKit [2022-05-19T09:48:22.080Z] --- SKIP: TestBuildWithSession (0.00s) [2022-05-19T09:48:22.080Z] === RUN TestBuildSquashParent [2022-05-19T09:48:24.999Z] --- PASS: TestHealthKillContainer (7.87s) [2022-05-19T09:48:24.999Z] === RUN TestInspectCpusetInConfigPre120 [2022-05-19T09:48:24.999Z] --- PASS: TestInspectCpusetInConfigPre120 (0.40s) [2022-05-19T09:48:24.999Z] === RUN TestIpcModeNone [2022-05-19T09:48:25.570Z] --- PASS: TestIpcModeNone (0.46s) [2022-05-19T09:48:25.570Z] === RUN TestIpcModePrivate [2022-05-19T09:48:25.830Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:74, shared: false, mustBeShared: false [2022-05-19T09:48:25.830Z] --- PASS: TestIpcModePrivate (0.47s) [2022-05-19T09:48:25.830Z] === RUN TestIpcModeShareable [2022-05-19T09:48:26.401Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:68, shared: true, mustBeShared: true [2022-05-19T09:48:26.401Z] --- PASS: TestIpcModeShareable (0.45s) [2022-05-19T09:48:26.401Z] === RUN TestAPIIpcModeShareableAndContainer [2022-05-19T09:48:27.344Z] --- PASS: TestBuildSquashParent (4.52s) [2022-05-19T09:48:27.344Z] === RUN TestBuildWithRemoveAndForceRemove [2022-05-19T09:48:27.344Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-05-19T09:48:27.344Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-05-19T09:48:27.344Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-05-19T09:48:27.344Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-05-19T09:48:27.344Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-05-19T09:48:27.344Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-05-19T09:48:27.344Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-05-19T09:48:27.344Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-05-19T09:48:27.344Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-05-19T09:48:27.344Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-05-19T09:48:27.344Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-05-19T09:48:27.344Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-05-19T09:48:27.344Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-05-19T09:48:27.344Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-05-19T09:48:27.786Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.46s) [2022-05-19T09:48:27.786Z] === RUN TestAPIIpcModeHost [2022-05-19T09:48:28.358Z] --- PASS: TestAPIIpcModeHost (0.41s) [2022-05-19T09:48:28.358Z] === RUN TestDaemonIpcModeShareable [2022-05-19T09:48:28.718Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-05-19T09:48:28.718Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-05-19T09:48:29.301Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:78, shared: true, mustBeShared: true [2022-05-19T09:48:29.301Z] --- PASS: TestDaemonIpcModeShareable (1.13s) [2022-05-19T09:48:29.301Z] === RUN TestDaemonIpcModePrivate [2022-05-19T09:48:30.094Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-05-19T09:48:30.094Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-05-19T09:48:30.685Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:84, shared: false, mustBeShared: false [2022-05-19T09:48:30.685Z] --- PASS: TestDaemonIpcModePrivate (1.13s) [2022-05-19T09:48:30.685Z] === RUN TestDaemonIpcModePrivateFromConfig [2022-05-19T09:48:31.629Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:84, shared: false, mustBeShared: false [2022-05-19T09:48:31.629Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.12s) [2022-05-19T09:48:31.629Z] === RUN TestDaemonIpcModeShareableFromConfig [2022-05-19T09:48:31.996Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.03s) [2022-05-19T09:48:31.996Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.97s) [2022-05-19T09:48:31.996Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.07s) [2022-05-19T09:48:31.996Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.38s) [2022-05-19T09:48:31.996Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.65s) [2022-05-19T09:48:31.996Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.65s) [2022-05-19T09:48:31.996Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.46s) [2022-05-19T09:48:31.996Z] === RUN TestBuildMultiStageCopy [2022-05-19T09:48:31.996Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-05-19T09:48:32.586Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:78, shared: true, mustBeShared: true [2022-05-19T09:48:32.847Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.14s) [2022-05-19T09:48:32.847Z] === RUN TestIpcModeOlderClient [2022-05-19T09:48:32.847Z] === PAUSE TestIpcModeOlderClient [2022-05-19T09:48:32.847Z] === RUN TestKillContainerInvalidSignal [2022-05-19T09:48:33.107Z] --- PASS: TestKillContainerInvalidSignal (0.42s) [2022-05-19T09:48:33.107Z] === RUN TestKillContainer [2022-05-19T09:48:33.107Z] === RUN TestKillContainer/no_signal [2022-05-19T09:48:33.375Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-05-19T09:48:33.375Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-05-19T09:48:33.634Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-05-19T09:48:33.678Z] === RUN TestKillContainer/non_killing_signal [2022-05-19T09:48:33.892Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-05-19T09:48:33.939Z] === RUN TestKillContainer/killing_signal [2022-05-19T09:48:34.151Z] --- PASS: TestBuildMultiStageCopy (2.40s) [2022-05-19T09:48:34.151Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.48s) [2022-05-19T09:48:34.151Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.23s) [2022-05-19T09:48:34.151Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.23s) [2022-05-19T09:48:34.151Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.23s) [2022-05-19T09:48:34.151Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.24s) [2022-05-19T09:48:34.151Z] === RUN TestBuildMultiStageParentConfig [2022-05-19T09:48:34.510Z] --- PASS: TestKillContainer (1.29s) [2022-05-19T09:48:34.510Z] --- PASS: TestKillContainer/no_signal (0.41s) [2022-05-19T09:48:34.511Z] --- PASS: TestKillContainer/non_killing_signal (0.33s) [2022-05-19T09:48:34.511Z] --- PASS: TestKillContainer/killing_signal (0.40s) [2022-05-19T09:48:34.511Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-05-19T09:48:34.511Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2022-05-19T09:48:34.718Z] --- PASS: TestBuildMultiStageParentConfig (0.68s) [2022-05-19T09:48:34.718Z] === RUN TestBuildLabelWithTargets [2022-05-19T09:48:34.771Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2022-05-19T09:48:35.342Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (0.81s) [2022-05-19T09:48:35.342Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.38s) [2022-05-19T09:48:35.342Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.30s) [2022-05-19T09:48:35.342Z] === RUN TestKillStoppedContainer [2022-05-19T09:48:35.342Z] --- PASS: TestKillStoppedContainer (0.04s) [2022-05-19T09:48:35.342Z] === RUN TestKillStoppedContainerAPIPre120 [2022-05-19T09:48:35.342Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.05s) [2022-05-19T09:48:35.342Z] === RUN TestKillDifferentUserContainer [2022-05-19T09:48:35.653Z] --- PASS: TestBuildLabelWithTargets (1.01s) [2022-05-19T09:48:35.653Z] === RUN TestBuildWithEmptyLayers [2022-05-19T09:48:35.913Z] --- PASS: TestKillDifferentUserContainer (0.44s) [2022-05-19T09:48:35.913Z] === RUN TestInspectOomKilledTrue [2022-05-19T09:48:36.173Z] --- PASS: TestInspectOomKilledTrue (0.46s) [2022-05-19T09:48:36.173Z] === RUN TestInspectOomKilledFalse [2022-05-19T09:48:36.220Z] --- PASS: TestBuildWithEmptyLayers (0.45s) [2022-05-19T09:48:36.220Z] === RUN TestBuildMultiStageOnBuild [2022-05-19T09:48:36.745Z] --- PASS: TestInspectOomKilledFalse (0.40s) [2022-05-19T09:48:36.745Z] === RUN TestLinksEtcHostsContentMatch [2022-05-19T09:48:37.006Z] --- PASS: TestLinksEtcHostsContentMatch (0.28s) [2022-05-19T09:48:37.006Z] === RUN TestLinksContainerNames [2022-05-19T09:48:37.949Z] --- PASS: TestLinksContainerNames (0.81s) [2022-05-19T09:48:37.949Z] === RUN TestLogsFollowTailEmpty [2022-05-19T09:48:38.119Z] --- PASS: TestBuildMultiStageOnBuild (1.71s) [2022-05-19T09:48:38.119Z] === RUN TestBuildUncleanTarFilenames [2022-05-19T09:48:38.210Z] --- PASS: TestLogsFollowTailEmpty (0.40s) [2022-05-19T09:48:38.210Z] === RUN TestContainerNetworkMountsNoChown [2022-05-19T09:48:38.471Z] --- PASS: TestContainerNetworkMountsNoChown (0.38s) [2022-05-19T09:48:38.471Z] === RUN TestMountDaemonRoot [2022-05-19T09:48:38.471Z] === RUN TestMountDaemonRoot/default [2022-05-19T09:48:38.471Z] === PAUSE TestMountDaemonRoot/default [2022-05-19T09:48:38.471Z] === RUN TestMountDaemonRoot/private [2022-05-19T09:48:38.471Z] === PAUSE TestMountDaemonRoot/private [2022-05-19T09:48:38.471Z] === RUN TestMountDaemonRoot/rprivate [2022-05-19T09:48:38.471Z] === PAUSE TestMountDaemonRoot/rprivate [2022-05-19T09:48:38.471Z] === RUN TestMountDaemonRoot/slave [2022-05-19T09:48:38.471Z] === PAUSE TestMountDaemonRoot/slave [2022-05-19T09:48:38.471Z] === RUN TestMountDaemonRoot/rslave [2022-05-19T09:48:38.471Z] === PAUSE TestMountDaemonRoot/rslave [2022-05-19T09:48:38.471Z] === RUN TestMountDaemonRoot/shared [2022-05-19T09:48:38.471Z] === PAUSE TestMountDaemonRoot/shared [2022-05-19T09:48:38.471Z] === RUN TestMountDaemonRoot/rshared [2022-05-19T09:48:38.471Z] === PAUSE TestMountDaemonRoot/rshared [2022-05-19T09:48:38.471Z] === CONT TestMountDaemonRoot/default [2022-05-19T09:48:38.471Z] === RUN TestMountDaemonRoot/default/bind_root [2022-05-19T09:48:38.471Z] === PAUSE TestMountDaemonRoot/default/bind_root [2022-05-19T09:48:38.471Z] === RUN TestMountDaemonRoot/default/bind_subpath [2022-05-19T09:48:38.471Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2022-05-19T09:48:38.471Z] === RUN TestMountDaemonRoot/default/mount_root [2022-05-19T09:48:38.471Z] === PAUSE TestMountDaemonRoot/default/mount_root [2022-05-19T09:48:38.471Z] === RUN TestMountDaemonRoot/default/mount_subpath [2022-05-19T09:48:38.471Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2022-05-19T09:48:38.471Z] === CONT TestMountDaemonRoot/rslave [2022-05-19T09:48:38.471Z] === RUN TestMountDaemonRoot/rslave/bind_root [2022-05-19T09:48:38.471Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2022-05-19T09:48:38.471Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2022-05-19T09:48:38.471Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2022-05-19T09:48:38.471Z] === RUN TestMountDaemonRoot/rslave/mount_root [2022-05-19T09:48:38.471Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2022-05-19T09:48:38.471Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2022-05-19T09:48:38.471Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2022-05-19T09:48:38.471Z] === CONT TestMountDaemonRoot/rshared [2022-05-19T09:48:38.471Z] === RUN TestMountDaemonRoot/rshared/bind_root [2022-05-19T09:48:38.471Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2022-05-19T09:48:38.471Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2022-05-19T09:48:38.471Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2022-05-19T09:48:38.471Z] === RUN TestMountDaemonRoot/rshared/mount_root [2022-05-19T09:48:38.471Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2022-05-19T09:48:38.471Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2022-05-19T09:48:38.471Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2022-05-19T09:48:38.471Z] === CONT TestMountDaemonRoot/shared [2022-05-19T09:48:38.471Z] === RUN TestMountDaemonRoot/shared/bind_root [2022-05-19T09:48:38.471Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2022-05-19T09:48:38.471Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2022-05-19T09:48:38.471Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2022-05-19T09:48:38.471Z] === RUN TestMountDaemonRoot/shared/mount_root [2022-05-19T09:48:38.471Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2022-05-19T09:48:38.471Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2022-05-19T09:48:38.471Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2022-05-19T09:48:38.471Z] === CONT TestMountDaemonRoot/rprivate [2022-05-19T09:48:38.471Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2022-05-19T09:48:38.471Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2022-05-19T09:48:38.471Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2022-05-19T09:48:38.471Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2022-05-19T09:48:38.471Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2022-05-19T09:48:38.471Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2022-05-19T09:48:38.471Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2022-05-19T09:48:38.471Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2022-05-19T09:48:38.471Z] === CONT TestMountDaemonRoot/slave [2022-05-19T09:48:38.471Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2022-05-19T09:48:38.471Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2022-05-19T09:48:38.471Z] === RUN TestMountDaemonRoot/slave/bind_root [2022-05-19T09:48:38.471Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2022-05-19T09:48:38.471Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2022-05-19T09:48:38.471Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2022-05-19T09:48:38.471Z] === RUN TestMountDaemonRoot/slave/mount_root [2022-05-19T09:48:38.471Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2022-05-19T09:48:38.471Z] === CONT TestMountDaemonRoot/private [2022-05-19T09:48:38.471Z] === RUN TestMountDaemonRoot/private/bind_root [2022-05-19T09:48:38.471Z] === PAUSE TestMountDaemonRoot/private/bind_root [2022-05-19T09:48:38.471Z] === RUN TestMountDaemonRoot/private/bind_subpath [2022-05-19T09:48:38.471Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2022-05-19T09:48:38.471Z] === RUN TestMountDaemonRoot/private/mount_root [2022-05-19T09:48:38.471Z] === PAUSE TestMountDaemonRoot/private/mount_root [2022-05-19T09:48:38.471Z] === RUN TestMountDaemonRoot/private/mount_subpath [2022-05-19T09:48:38.471Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2022-05-19T09:48:38.471Z] === CONT TestMountDaemonRoot/default/bind_root [2022-05-19T09:48:38.471Z] === CONT TestMountDaemonRoot/rslave/bind_root [2022-05-19T09:48:38.687Z] --- PASS: TestBuildUncleanTarFilenames (0.60s) [2022-05-19T09:48:38.687Z] === RUN TestBuildMultiStageLayerLeak [2022-05-19T09:48:38.733Z] === CONT TestMountDaemonRoot/rshared/bind_root [2022-05-19T09:48:38.733Z] === CONT TestMountDaemonRoot/default/mount_subpath [2022-05-19T09:48:38.733Z] === CONT TestMountDaemonRoot/default/mount_root [2022-05-19T09:48:38.733Z] === CONT TestMountDaemonRoot/default/bind_subpath [2022-05-19T09:48:38.733Z] === CONT TestMountDaemonRoot/shared/bind_root [2022-05-19T09:48:38.733Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2022-05-19T09:48:38.733Z] === CONT TestMountDaemonRoot/rslave/mount_root [2022-05-19T09:48:38.733Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2022-05-19T09:48:38.733Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2022-05-19T09:48:38.733Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2022-05-19T09:48:38.733Z] === CONT TestMountDaemonRoot/rshared/mount_root [2022-05-19T09:48:38.733Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2022-05-19T09:48:38.733Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2022-05-19T09:48:38.733Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2022-05-19T09:48:38.733Z] === CONT TestMountDaemonRoot/shared/mount_root [2022-05-19T09:48:38.994Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2022-05-19T09:48:38.994Z] === CONT TestMountDaemonRoot/private/bind_root [2022-05-19T09:48:38.994Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2022-05-19T09:48:38.994Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2022-05-19T09:48:38.994Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2022-05-19T09:48:38.994Z] === CONT TestMountDaemonRoot/slave/mount_root [2022-05-19T09:48:38.994Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2022-05-19T09:48:38.994Z] === CONT TestMountDaemonRoot/slave/bind_root [2022-05-19T09:48:38.994Z] === CONT TestMountDaemonRoot/private/mount_root [2022-05-19T09:48:38.994Z] === CONT TestMountDaemonRoot/private/mount_subpath [2022-05-19T09:48:38.994Z] === CONT TestMountDaemonRoot/private/bind_subpath [2022-05-19T09:48:38.994Z] --- PASS: TestMountDaemonRoot (0.01s) [2022-05-19T09:48:38.994Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2022-05-19T09:48:38.994Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.05s) [2022-05-19T09:48:38.994Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.04s) [2022-05-19T09:48:38.994Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.04s) [2022-05-19T09:48:38.994Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.04s) [2022-05-19T09:48:38.994Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2022-05-19T09:48:38.994Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.05s) [2022-05-19T09:48:38.994Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.04s) [2022-05-19T09:48:38.994Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.04s) [2022-05-19T09:48:38.994Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.04s) [2022-05-19T09:48:38.994Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2022-05-19T09:48:38.994Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.04s) [2022-05-19T09:48:38.994Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.04s) [2022-05-19T09:48:38.994Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.05s) [2022-05-19T09:48:38.994Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.04s) [2022-05-19T09:48:38.994Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2022-05-19T09:48:38.994Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s) [2022-05-19T09:48:38.994Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s) [2022-05-19T09:48:38.994Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s) [2022-05-19T09:48:38.994Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s) [2022-05-19T09:48:38.994Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2022-05-19T09:48:38.994Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s) [2022-05-19T09:48:38.994Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2022-05-19T09:48:38.994Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s) [2022-05-19T09:48:38.994Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s) [2022-05-19T09:48:38.994Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2022-05-19T09:48:38.994Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s) [2022-05-19T09:48:38.994Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.01s) [2022-05-19T09:48:38.994Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s) [2022-05-19T09:48:38.994Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s) [2022-05-19T09:48:38.994Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2022-05-19T09:48:38.994Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.02s) [2022-05-19T09:48:38.994Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.02s) [2022-05-19T09:48:38.994Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s) [2022-05-19T09:48:38.994Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s) [2022-05-19T09:48:38.994Z] === RUN TestContainerBindMountNonRecursive [2022-05-19T09:48:40.379Z] --- PASS: TestContainerBindMountNonRecursive (1.34s) [2022-05-19T09:48:40.380Z] === RUN TestContainerVolumesMountedAsShared [2022-05-19T09:48:40.588Z] --- PASS: TestBuildMultiStageLayerLeak (1.68s) [2022-05-19T09:48:40.588Z] === RUN TestBuildWithHugeFile [2022-05-19T09:48:40.640Z] --- PASS: TestContainerVolumesMountedAsShared (0.39s) [2022-05-19T09:48:40.641Z] === RUN TestContainerVolumesMountedAsSlave [2022-05-19T09:48:41.212Z] --- PASS: TestContainerVolumesMountedAsSlave (0.34s) [2022-05-19T09:48:41.212Z] === RUN TestNetworkNat [2022-05-19T09:48:41.473Z] --- PASS: TestNetworkNat (0.44s) [2022-05-19T09:48:41.473Z] === RUN TestNetworkLocalhostTCPNat [2022-05-19T09:48:42.045Z] --- PASS: TestNetworkLocalhostTCPNat (0.44s) [2022-05-19T09:48:42.045Z] === RUN TestNetworkLoopbackNat [2022-05-19T09:48:44.588Z] --- PASS: TestNetworkLoopbackNat (2.52s) [2022-05-19T09:48:44.588Z] === RUN TestPause [2022-05-19T09:48:44.849Z] --- PASS: TestPause (0.46s) [2022-05-19T09:48:44.849Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-05-19T09:48:44.849Z] pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-05-19T09:48:44.849Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2022-05-19T09:48:44.849Z] === RUN TestPauseStopPausedContainer [2022-05-19T09:48:45.419Z] --- PASS: TestPauseStopPausedContainer (0.44s) [2022-05-19T09:48:45.419Z] === RUN TestPidHost [2022-05-19T09:48:46.360Z] --- PASS: TestPidHost (0.90s) [2022-05-19T09:48:46.360Z] === RUN TestPsFilter [2022-05-19T09:48:46.360Z] --- PASS: TestPsFilter (0.17s) [2022-05-19T09:48:46.360Z] === RUN TestRemoveContainerWithRemovedVolume [2022-05-19T09:48:46.931Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.38s) [2022-05-19T09:48:46.931Z] === RUN TestRemoveContainerWithVolume [2022-05-19T09:48:47.192Z] --- PASS: TestRemoveContainerWithVolume (0.39s) [2022-05-19T09:48:47.192Z] === RUN TestRemoveContainerRunning [2022-05-19T09:48:47.764Z] --- PASS: TestRemoveContainerRunning (0.42s) [2022-05-19T09:48:47.764Z] === RUN TestRemoveContainerForceRemoveRunning [2022-05-19T09:48:48.025Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.41s) [2022-05-19T09:48:48.025Z] === RUN TestRemoveInvalidContainer [2022-05-19T09:48:48.025Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2022-05-19T09:48:48.025Z] === RUN TestRenameLinkedContainer [2022-05-19T09:48:49.939Z] --- PASS: TestRenameLinkedContainer (1.62s) [2022-05-19T09:48:49.939Z] === RUN TestRenameStoppedContainer [2022-05-19T09:48:49.939Z] --- PASS: TestRenameStoppedContainer (0.40s) [2022-05-19T09:48:49.939Z] === RUN TestRenameRunningContainerAndReuse [2022-05-19T09:48:50.880Z] --- PASS: TestRenameRunningContainerAndReuse (0.84s) [2022-05-19T09:48:50.881Z] === RUN TestRenameInvalidName [2022-05-19T09:48:51.451Z] --- PASS: TestRenameInvalidName (0.40s) [2022-05-19T09:48:51.452Z] === RUN TestRenameAnonymousContainer [2022-05-19T09:48:52.872Z] --- PASS: TestRenameAnonymousContainer (1.51s) [2022-05-19T09:48:52.872Z] === RUN TestRenameContainerWithSameName [2022-05-19T09:48:53.132Z] --- PASS: TestRenameContainerWithSameName (0.40s) [2022-05-19T09:48:53.132Z] === RUN TestRenameContainerWithLinkedContainer [2022-05-19T09:48:54.075Z] --- PASS: TestRenameContainerWithLinkedContainer (0.85s) [2022-05-19T09:48:54.075Z] === RUN TestResize [2022-05-19T09:48:54.647Z] --- PASS: TestResize (0.43s) [2022-05-19T09:48:54.647Z] === RUN TestResizeWithInvalidSize [2022-05-19T09:48:54.908Z] --- PASS: TestResizeWithInvalidSize (0.42s) [2022-05-19T09:48:54.908Z] === RUN TestResizeWhenContainerNotStarted [2022-05-19T09:48:55.481Z] --- PASS: TestResizeWhenContainerNotStarted (0.40s) [2022-05-19T09:48:55.481Z] === RUN TestDaemonRestartKillContainers [2022-05-19T09:48:55.481Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-05-19T09:48:55.481Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-05-19T09:48:55.481Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-05-19T09:48:55.481Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-05-19T09:48:55.481Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-05-19T09:48:55.481Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-05-19T09:48:55.481Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-05-19T09:48:55.481Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-05-19T09:48:55.481Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-05-19T09:48:55.481Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-05-19T09:48:55.481Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-05-19T09:48:55.481Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-05-19T09:48:55.481Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-05-19T09:48:55.481Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-05-19T09:48:55.481Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-05-19T09:48:55.481Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-05-19T09:48:55.481Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-05-19T09:48:55.481Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-05-19T09:48:55.481Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-05-19T09:48:55.481Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-05-19T09:48:55.481Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-05-19T09:48:55.481Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-05-19T09:48:55.481Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-05-19T09:48:55.481Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-05-19T09:48:55.481Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-05-19T09:48:55.481Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-05-19T09:48:55.481Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-05-19T09:48:55.481Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-05-19T09:48:55.481Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-05-19T09:48:55.481Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-05-19T09:48:55.481Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-05-19T09:48:55.481Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-05-19T09:48:55.481Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-05-19T09:48:55.481Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-05-19T09:48:56.870Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-05-19T09:48:58.253Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-05-19T09:48:59.194Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-05-19T09:48:59.455Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-05-19T09:49:00.841Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-05-19T09:49:00.841Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-05-19T09:49:02.137Z] INFO: Downloading docker/cli version 17.06.2-ce from stable... [2022-05-19T09:49:02.137Z] [2022-05-19T09:49:02.137Z] ________ ____ __. [2022-05-19T09:49:02.137Z] \_____ \ | |/ _| [2022-05-19T09:49:02.137Z] / | \| < [2022-05-19T09:49:02.137Z] / | \ | \ [2022-05-19T09:49:02.137Z] \_______ /____|__ \ [2022-05-19T09:49:02.137Z] \/ \/ [2022-05-19T09:49:02.137Z] [2022-05-19T09:49:02.137Z] INFO: make.ps1 ended at 05/19/2022 09:48:52 [2022-05-19T09:49:02.137Z] INFO: Binaries build ended at 05/19/2022 09:48:54. Duration:00:01:55.4409457 [2022-05-19T09:49:02.137Z] INFO: Copying the built daemon binary to d:\CI\PR-43557\8\binary\dockerd-5bf13500c9.exe... [2022-05-19T09:49:02.137Z] INFO: Copying the built client binary to d:\CI\PR-43557\8\binary\docker-5bf13500c9.exe... [2022-05-19T09:49:02.137Z] INFO: Copying the golang package from the container to d:\CI\PR-43557\8\installer\go.zip... [2022-05-19T09:49:02.137Z] INFO: Extracting go.zip to d:\CI\PR-43557\8\go [2022-05-19T09:49:04.140Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-05-19T09:49:04.140Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-05-19T09:49:06.053Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-05-19T09:49:07.611Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-05-19T09:49:07.871Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-05-19T09:49:09.255Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-05-19T09:49:09.516Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-05-19T09:49:10.902Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-05-19T09:49:12.814Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2022-05-19T09:49:12.814Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.63s) [2022-05-19T09:49:12.814Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.23s) [2022-05-19T09:49:12.814Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (4.01s) [2022-05-19T09:49:12.814Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.22s) [2022-05-19T09:49:12.814Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.25s) [2022-05-19T09:49:12.814Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.31s) [2022-05-19T09:49:12.814Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (3.35s) [2022-05-19T09:49:12.814Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (3.39s) [2022-05-19T09:49:12.814Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (1.93s) [2022-05-19T09:49:12.814Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (1.61s) [2022-05-19T09:49:12.814Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (3.87s) [2022-05-19T09:49:12.814Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (1.71s) [2022-05-19T09:49:12.814Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (1.86s) [2022-05-19T09:49:12.815Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (1.66s) [2022-05-19T09:49:12.815Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (1.69s) [2022-05-19T09:49:12.815Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (1.58s) [2022-05-19T09:49:12.815Z] === RUN TestCgroupNamespacesRun [2022-05-19T09:49:13.759Z] --- PASS: TestCgroupNamespacesRun (1.12s) [2022-05-19T09:49:13.759Z] === RUN TestCgroupNamespacesRunPrivileged [2022-05-19T09:49:15.152Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.17s) [2022-05-19T09:49:15.152Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2022-05-19T09:49:16.095Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.14s) [2022-05-19T09:49:16.095Z] === RUN TestCgroupNamespacesRunHostMode [2022-05-19T09:49:17.037Z] --- PASS: TestCgroupNamespacesRunHostMode (1.11s) [2022-05-19T09:49:17.037Z] === RUN TestCgroupNamespacesRunPrivateMode [2022-05-19T09:49:18.422Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.14s) [2022-05-19T09:49:18.422Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2022-05-19T09:49:18.668Z] INFO: Downloading docker/cli version 17.06.2-ce from stable... [2022-05-19T09:49:18.668Z] [2022-05-19T09:49:18.668Z] ________ ____ __. [2022-05-19T09:49:18.668Z] \_____ \ | |/ _| [2022-05-19T09:49:18.668Z] / | \| < [2022-05-19T09:49:18.668Z] / | \ | \ [2022-05-19T09:49:18.668Z] \_______ /____|__ \ [2022-05-19T09:49:18.668Z] \/ \/ [2022-05-19T09:49:18.668Z] [2022-05-19T09:49:18.668Z] INFO: make.ps1 ended at 05/19/2022 09:49:16 [2022-05-19T09:49:19.125Z] INFO: Binaries build ended at 05/19/2022 09:49:18. Duration:00:01:47.1782104 [2022-05-19T09:49:19.364Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.13s) [2022-05-19T09:49:19.364Z] === RUN TestCgroupNamespacesRunInvalidMode [2022-05-19T09:49:19.936Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.67s) [2022-05-19T09:49:19.936Z] === RUN TestCgroupNamespacesRunOlderClient [2022-05-19T09:49:20.655Z] INFO: Copying the built daemon binary to d:\CI\PR-43557\8\binary\dockerd-b0d5c29156.exe... [2022-05-19T09:49:20.655Z] INFO: Copying the built client binary to d:\CI\PR-43557\8\binary\docker-b0d5c29156.exe... [2022-05-19T09:49:20.655Z] INFO: Copying the golang package from the container to d:\CI\PR-43557\8\installer\go.zip... [2022-05-19T09:49:21.112Z] INFO: Extracting go.zip to d:\CI\PR-43557\8\go [2022-05-19T09:49:21.320Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.10s) [2022-05-19T09:49:21.321Z] === RUN TestNISDomainname [2022-05-19T09:49:21.581Z] --- PASS: TestNISDomainname (0.50s) [2022-05-19T09:49:21.581Z] === RUN TestHostnameDnsResolution [2022-05-19T09:49:22.521Z] --- PASS: TestHostnameDnsResolution (0.71s) [2022-05-19T09:49:22.521Z] === RUN TestUnprivilegedPortsAndPing [2022-05-19T09:49:23.093Z] --- PASS: TestUnprivilegedPortsAndPing (0.58s) [2022-05-19T09:49:23.093Z] === RUN TestPrivilegedHostDevices [2022-05-19T09:49:23.353Z] --- PASS: TestPrivilegedHostDevices (0.50s) [2022-05-19T09:49:23.353Z] === RUN TestConsoleSize [2022-05-19T09:49:23.924Z] --- PASS: TestConsoleSize (0.42s) [2022-05-19T09:49:23.924Z] === RUN TestStats [2022-05-19T09:49:26.467Z] --- PASS: TestStats (2.44s) [2022-05-19T09:49:26.467Z] === RUN TestStopContainerWithTimeout [2022-05-19T09:49:26.467Z] === RUN TestStopContainerWithTimeout/0 [2022-05-19T09:49:26.467Z] === PAUSE TestStopContainerWithTimeout/0 [2022-05-19T09:49:26.467Z] === RUN TestStopContainerWithTimeout/1 [2022-05-19T09:49:26.467Z] === PAUSE TestStopContainerWithTimeout/1 [2022-05-19T09:49:26.467Z] === RUN TestStopContainerWithTimeout/3 [2022-05-19T09:49:26.467Z] === PAUSE TestStopContainerWithTimeout/3 [2022-05-19T09:49:26.467Z] === RUN TestStopContainerWithTimeout/-1 [2022-05-19T09:49:26.467Z] === PAUSE TestStopContainerWithTimeout/-1 [2022-05-19T09:49:26.467Z] === CONT TestStopContainerWithTimeout/0 [2022-05-19T09:49:26.467Z] === CONT TestStopContainerWithTimeout/3 [2022-05-19T09:49:27.040Z] === CONT TestStopContainerWithTimeout/-1 [2022-05-19T09:49:28.952Z] === CONT TestStopContainerWithTimeout/1 [2022-05-19T09:49:30.335Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2022-05-19T09:49:30.335Z] --- PASS: TestStopContainerWithTimeout/0 (0.73s) [2022-05-19T09:49:30.335Z] --- PASS: TestStopContainerWithTimeout/3 (2.72s) [2022-05-19T09:49:30.335Z] --- PASS: TestStopContainerWithTimeout/-1 (2.39s) [2022-05-19T09:49:30.335Z] --- PASS: TestStopContainerWithTimeout/1 (1.42s) [2022-05-19T09:49:30.335Z] === RUN TestDeleteDevicemapper [2022-05-19T09:49:30.335Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-05-19T09:49:30.335Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2022-05-19T09:49:30.335Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-05-19T09:49:32.313Z] INFO: Extraction ended at 05/19/2022 09:49:32. Duration:00:00:35.4243229 [2022-05-19T09:49:32.313Z] INFO: Updating the golang and path environment variables [2022-05-19T09:49:32.313Z] INFO: GOPATH=d:\gopath [2022-05-19T09:49:32.313Z] INFO: go version go1.18.2 windows/amd64 [2022-05-19T09:49:32.313Z] INFO: Running the daemon under test in debug mode [2022-05-19T09:49:32.313Z] INFO: Starting a daemon under test... [2022-05-19T09:49:32.313Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI\PR-43557\8\daemon --pidfile d:\CI\PR-43557\8\docker.pid -D [2022-05-19T09:49:32.313Z] INFO: Process started successfully. [2022-05-19T09:49:32.313Z] INFO: Start tailing logs of the daemon under tests [2022-05-19T09:49:32.794Z] INFO: Waiting for the daemon under test to start... [2022-05-19T09:49:32.881Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.06s) [2022-05-19T09:49:32.881Z] === RUN TestUpdateMemory [2022-05-19T09:49:32.881Z] --- PASS: TestUpdateMemory (0.47s) [2022-05-19T09:49:32.881Z] === RUN TestUpdateCPUQuota [2022-05-19T09:49:33.823Z] --- PASS: TestUpdateCPUQuota (0.70s) [2022-05-19T09:49:33.823Z] === RUN TestUpdatePidsLimit [2022-05-19T09:49:33.823Z] === RUN TestUpdatePidsLimit/update_from_none [2022-05-19T09:49:33.823Z] === RUN TestUpdatePidsLimit/no_change [2022-05-19T09:49:34.084Z] === RUN TestUpdatePidsLimit/update_lower [2022-05-19T09:49:34.187Z] INFO: Downloading docker/cli version 17.06.2-ce from stable... [2022-05-19T09:49:34.187Z] [2022-05-19T09:49:34.187Z] ________ ____ __. [2022-05-19T09:49:34.187Z] \_____ \ | |/ _| [2022-05-19T09:49:34.187Z] / | \| < [2022-05-19T09:49:34.187Z] / | \ | \ [2022-05-19T09:49:34.187Z] \_______ /____|__ \ [2022-05-19T09:49:34.187Z] \/ \/ [2022-05-19T09:49:34.187Z] [2022-05-19T09:49:34.187Z] INFO: make.ps1 ended at 05/19/2022 09:49:28 [2022-05-19T09:49:34.187Z] INFO: Binaries build ended at 05/19/2022 09:49:30. Duration:00:01:46.2931665 [2022-05-19T09:49:34.187Z] INFO: Copying the built daemon binary to d:\CI\PR-43557\8\binary\dockerd-5771492202.exe... [2022-05-19T09:49:34.187Z] INFO: Copying the built client binary to d:\CI\PR-43557\8\binary\docker-5771492202.exe... [2022-05-19T09:49:34.187Z] INFO: Copying the golang package from the container to d:\CI\PR-43557\8\installer\go.zip... [2022-05-19T09:49:34.187Z] INFO: Extracting go.zip to d:\CI\PR-43557\8\go [2022-05-19T09:49:34.345Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2022-05-19T09:49:34.345Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2022-05-19T09:49:34.607Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2022-05-19T09:49:34.607Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2022-05-19T09:49:35.549Z] --- PASS: TestUpdatePidsLimit (1.65s) [2022-05-19T09:49:35.549Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.17s) [2022-05-19T09:49:35.549Z] --- PASS: TestUpdatePidsLimit/no_change (0.18s) [2022-05-19T09:49:35.549Z] --- PASS: TestUpdatePidsLimit/update_lower (0.19s) [2022-05-19T09:49:35.549Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.16s) [2022-05-19T09:49:35.549Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.18s) [2022-05-19T09:49:35.549Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.17s) [2022-05-19T09:49:35.549Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.17s) [2022-05-19T09:49:35.549Z] === RUN TestUpdateRestartPolicy [2022-05-19T09:49:36.818Z] --- PASS: TestBuildWithHugeFile (49.81s) [2022-05-19T09:49:36.818Z] === RUN TestBuildWCOWSandboxSize [2022-05-19T09:49:36.818Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-05-19T09:49:36.818Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-05-19T09:49:36.818Z] === RUN TestBuildWithEmptyDockerfile [2022-05-19T09:49:36.818Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-05-19T09:49:36.818Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-05-19T09:49:36.818Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-05-19T09:49:36.818Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-05-19T09:49:36.818Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-05-19T09:49:36.818Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-05-19T09:49:36.818Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-05-19T09:49:36.818Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-05-19T09:49:36.818Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-05-19T09:49:36.818Z] --- PASS: TestBuildWithEmptyDockerfile (0.02s) [2022-05-19T09:49:36.818Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.09s) [2022-05-19T09:49:36.818Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.10s) [2022-05-19T09:49:36.818Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.05s) [2022-05-19T09:49:36.818Z] === RUN TestBuildPreserveOwnership [2022-05-19T09:49:36.818Z] === RUN TestBuildPreserveOwnership/copy_from [2022-05-19T09:49:36.818Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2022-05-19T09:49:36.818Z] --- PASS: TestBuildPreserveOwnership (3.52s) [2022-05-19T09:49:36.818Z] --- PASS: TestBuildPreserveOwnership/copy_from (2.34s) [2022-05-19T09:49:36.818Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.17s) [2022-05-19T09:49:36.818Z] === RUN TestBuildPlatformInvalid [2022-05-19T09:49:36.818Z] --- PASS: TestBuildPlatformInvalid (0.07s) [2022-05-19T09:49:36.818Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2022-05-19T09:49:36.818Z] Loaded image: busybox:latest [2022-05-19T09:49:36.818Z] Loaded image: busybox:glibc [2022-05-19T09:49:36.818Z] Loaded image: debian:bullseye-slim [2022-05-19T09:49:36.818Z] Loaded image: hello-world:latest [2022-05-19T09:49:36.818Z] Loaded image: arm32v7/hello-world:latest [2022-05-19T09:49:45.012Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (10.97s) [2022-05-19T09:49:45.012Z] PASS [2022-05-19T09:49:45.012Z] [2022-05-19T09:49:45.012Z] === Skipped [2022-05-19T09:49:45.012Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2022-05-19T09:49:45.012Z] build_session_test.go:25: TODO: BuildKit [2022-05-19T09:49:45.012Z] [2022-05-19T09:49:45.012Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.00s) [2022-05-19T09:49:45.012Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-05-19T09:49:45.012Z] [2022-05-19T09:49:45.012Z] DONE 34 tests, 2 skipped in 87.253s [2022-05-19T09:49:45.012Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2022-05-19T09:49:45.012Z] INFO: Testing against a local daemon [2022-05-19T09:49:45.012Z] === RUN TestConfigInspect [2022-05-19T09:49:47.542Z] --- PASS: TestConfigInspect (2.28s) [2022-05-19T09:49:47.542Z] === RUN TestConfigList [2022-05-19T09:49:47.805Z] --- PASS: TestUpdateRestartPolicy (10.87s) [2022-05-19T09:49:47.805Z] === RUN TestUpdateRestartWithAutoRemove [2022-05-19T09:49:47.805Z] --- PASS: TestUpdateRestartWithAutoRemove (0.49s) [2022-05-19T09:49:47.805Z] === RUN TestWaitNonBlocked [2022-05-19T09:49:47.805Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-05-19T09:49:47.805Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-05-19T09:49:47.805Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-05-19T09:49:47.805Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-05-19T09:49:47.805Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-05-19T09:49:47.805Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-05-19T09:49:47.805Z] --- PASS: TestWaitNonBlocked (0.01s) [2022-05-19T09:49:47.805Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.56s) [2022-05-19T09:49:47.805Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.60s) [2022-05-19T09:49:47.805Z] === RUN TestWaitBlocked [2022-05-19T09:49:47.805Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2022-05-19T09:49:47.805Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2022-05-19T09:49:47.805Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2022-05-19T09:49:47.805Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2022-05-19T09:49:47.805Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2022-05-19T09:49:47.805Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2022-05-19T09:49:47.805Z] --- PASS: TestWaitBlocked (0.01s) [2022-05-19T09:49:47.805Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.53s) [2022-05-19T09:49:47.805Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.63s) [2022-05-19T09:49:47.805Z] === CONT TestContainerStartOnDaemonRestart [2022-05-19T09:49:47.805Z] === CONT TestRestartDaemonWithRestartingContainer [2022-05-19T09:49:49.440Z] --- PASS: TestConfigList (2.15s) [2022-05-19T09:49:49.440Z] === RUN TestConfigsCreateAndDelete [2022-05-19T09:49:50.351Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.02s) [2022-05-19T09:49:50.351Z] === CONT TestDaemonHostGatewayIP [2022-05-19T09:49:50.351Z] --- PASS: TestContainerStartOnDaemonRestart (2.03s) [2022-05-19T09:49:50.351Z] === CONT TestDaemonRestartIpcMode [2022-05-19T09:49:51.341Z] --- PASS: TestConfigsCreateAndDelete (2.16s) [2022-05-19T09:49:51.341Z] === RUN TestConfigsUpdate [2022-05-19T09:49:52.269Z] --- PASS: TestDaemonRestartIpcMode (2.40s) [2022-05-19T09:49:52.269Z] === CONT TestIpcModeOlderClient [2022-05-19T09:49:52.531Z] --- PASS: TestDaemonHostGatewayIP (2.46s) [2022-05-19T09:49:52.531Z] === CONT TestContainerKillOnDaemonStart [2022-05-19T09:49:52.531Z] --- PASS: TestIpcModeOlderClient (0.07s) [2022-05-19T09:49:53.986Z] --- PASS: TestConfigsUpdate (2.16s) [2022-05-19T09:49:53.986Z] === RUN TestTemplatedConfig [2022-05-19T09:49:54.034Z] ...INFO: Daemon under test started and replied! [2022-05-19T09:49:54.034Z] INFO: Docker version of the daemon under test [2022-05-19T09:49:54.034Z] [2022-05-19T09:49:54.034Z] Client: [2022-05-19T09:49:54.034Z] Version: 17.06.2-ce [2022-05-19T09:49:54.034Z] API version: 1.30 [2022-05-19T09:49:54.034Z] Go version: go1.8.3 [2022-05-19T09:49:54.034Z] Git commit: cec0b72 [2022-05-19T09:49:54.034Z] Built: Tue Sep 5 19:57:19 2017 [2022-05-19T09:49:54.034Z] OS/Arch: windows/amd64 [2022-05-19T09:49:54.034Z] [2022-05-19T09:49:54.034Z] Server: [2022-05-19T09:49:54.034Z] Version: 0.0.0-dev [2022-05-19T09:49:54.034Z] API version: 1.42 (minimum version 1.24) [2022-05-19T09:49:54.034Z] Go version: go1.18.2 [2022-05-19T09:49:54.034Z] Git commit: 5bf13500c9 [2022-05-19T09:49:54.034Z] Built: [2022-05-19T09:49:54.034Z] OS/Arch: windows/amd64 [2022-05-19T09:49:54.034Z] Experimental: false [2022-05-19T09:49:54.034Z] [2022-05-19T09:49:54.034Z] INFO: Docker info of the daemon under test [2022-05-19T09:49:54.034Z] [2022-05-19T09:49:54.034Z] Containers: 0 [2022-05-19T09:49:54.034Z] Running: 0 [2022-05-19T09:49:54.034Z] Paused: 0 [2022-05-19T09:49:54.034Z] Stopped: 0 [2022-05-19T09:49:54.034Z] Images: 0 [2022-05-19T09:49:54.034Z] Server Version: 0.0.0-dev [2022-05-19T09:49:54.034Z] Storage Driver: windowsfilter [2022-05-19T09:49:54.034Z] Windows: [2022-05-19T09:49:54.034Z] Logging Driver: json-file [2022-05-19T09:49:54.034Z] Plugins: [2022-05-19T09:49:54.034Z] Volume: local [2022-05-19T09:49:54.034Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-05-19T09:49:54.034Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-05-19T09:49:54.034Z] Swarm: inactive [2022-05-19T09:49:54.034Z] Default Isolation: process [2022-05-19T09:49:54.034Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2022-05-19T09:49:54.034Z] Operating System: Microsoft Windows Server Version 21H2 (OS Build 20348.230) [2022-05-19T09:49:54.034Z] OSType: windows [2022-05-19T09:49:54.034Z] Architecture: x86_64 [2022-05-19T09:49:54.034Z] CPUs: 4 [2022-05-19T09:49:54.034Z] Total Memory: 32GiB [2022-05-19T09:49:54.034Z] Name: azwin-2-1c18f0 [2022-05-19T09:49:54.034Z] ID: 109f3ce1-50a2-4b03-9acd-2f10d670cab0 [2022-05-19T09:49:54.034Z] Docker Root Dir: D:\CI\PR-43557\8\daemon [2022-05-19T09:49:54.034Z] Debug Mode (client): false [2022-05-19T09:49:54.034Z] Debug Mode (server): true [2022-05-19T09:49:54.034Z] File Descriptors: -1 [2022-05-19T09:49:54.034Z] Goroutines: 16 [2022-05-19T09:49:54.034Z] System Time: 2022-05-19T09:49:51.9694545Z [2022-05-19T09:49:54.034Z] EventsListeners: 0 [2022-05-19T09:49:54.034Z] Registry: https://index.docker.io/v1/ [2022-05-19T09:49:54.034Z] Labels: [2022-05-19T09:49:54.034Z] Experimental: false [2022-05-19T09:49:54.034Z] Insecure Registries: [2022-05-19T09:49:54.034Z] 127.0.0.0/8 [2022-05-19T09:49:54.034Z] Live Restore Enabled: false [2022-05-19T09:49:54.034Z] [2022-05-19T09:49:54.034Z] [2022-05-19T09:49:54.034Z] INFO: Docker images of the daemon under test [2022-05-19T09:49:54.034Z] [2022-05-19T09:49:54.034Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-05-19T09:49:54.034Z] [2022-05-19T09:49:54.034Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore [2022-05-19T09:49:54.034Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2022 from docker hub into daemon under test. This may take some time... [2022-05-19T09:49:54.034Z] ltsc2022: Pulling from windows/servercore [2022-05-19T09:49:54.034Z] 97f65a0ec59e: Pulling fs layer [2022-05-19T09:49:54.034Z] 12fb50a031bd: Pulling fs layer [2022-05-19T09:49:56.536Z] --- PASS: TestTemplatedConfig (2.73s) [2022-05-19T09:49:56.537Z] === RUN TestConfigCreateResolve [2022-05-19T09:49:56.759Z] INFO: Extraction ended at 05/19/2022 09:49:52. Duration:00:00:31.2475425 [2022-05-19T09:49:56.759Z] INFO: Updating the golang and path environment variables [2022-05-19T09:49:56.759Z] INFO: GOPATH=d:\gopath [2022-05-19T09:49:56.759Z] INFO: go version go1.18.2 windows/amd64 [2022-05-19T09:49:56.759Z] INFO: Running the daemon under test in debug mode [2022-05-19T09:49:56.759Z] INFO: Running the daemon under test in containerd mode [2022-05-19T09:49:56.759Z] INFO: Starting a daemon under test... [2022-05-19T09:49:56.759Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI\PR-43557\8\daemon --pidfile d:\CI\PR-43557\8\docker.pid -D --containerd \\.\pipe\containerd-containerd [2022-05-19T09:49:56.759Z] INFO: Containerd started successfully. [2022-05-19T09:49:56.759Z] INFO: Process started successfully. [2022-05-19T09:49:56.759Z] INFO: Start tailing logs of the daemon under tests [2022-05-19T09:49:56.759Z] INFO: Waiting for the daemon under test to start... [2022-05-19T09:49:58.438Z] --- PASS: TestConfigCreateResolve (2.17s) [2022-05-19T09:49:58.438Z] PASS [2022-05-19T09:49:58.438Z] [2022-05-19T09:49:58.438Z] DONE 6 tests in 13.677s [2022-05-19T09:49:58.438Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2022-05-19T09:49:58.438Z] INFO: Testing against a local daemon [2022-05-19T09:49:58.438Z] === RUN TestAttachWithTTY [2022-05-19T09:49:58.712Z] --- PASS: TestAttachWithTTY (0.09s) [2022-05-19T09:49:58.712Z] === RUN TestAttachWithoutTTy [2022-05-19T09:49:58.712Z] --- PASS: TestAttachWithoutTTy (0.05s) [2022-05-19T09:49:58.712Z] === RUN TestCheckpoint [2022-05-19T09:49:58.712Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-05-19T09:49:58.712Z] --- SKIP: TestCheckpoint (0.00s) [2022-05-19T09:49:58.712Z] === RUN TestContainerInvalidJSON [2022-05-19T09:49:58.712Z] === RUN TestContainerInvalidJSON/commit [2022-05-19T09:49:58.712Z] === PAUSE TestContainerInvalidJSON/commit [2022-05-19T09:49:58.712Z] === RUN TestContainerInvalidJSON/containers/create [2022-05-19T09:49:58.712Z] === PAUSE TestContainerInvalidJSON/containers/create [2022-05-19T09:49:58.712Z] === RUN TestContainerInvalidJSON/containers/foobar/exec [2022-05-19T09:49:58.712Z] === PAUSE TestContainerInvalidJSON/containers/foobar/exec [2022-05-19T09:49:58.712Z] === RUN TestContainerInvalidJSON/containers/foobar/update [2022-05-19T09:49:58.712Z] === PAUSE TestContainerInvalidJSON/containers/foobar/update [2022-05-19T09:49:58.712Z] === RUN TestContainerInvalidJSON/exec/foobar/start [2022-05-19T09:49:58.712Z] === PAUSE TestContainerInvalidJSON/exec/foobar/start [2022-05-19T09:49:58.712Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-05-19T09:49:58.712Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-05-19T09:49:58.712Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-05-19T09:49:58.712Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-05-19T09:49:58.712Z] === CONT TestContainerInvalidJSON/commit [2022-05-19T09:49:58.712Z] === RUN TestContainerInvalidJSON/commit/invalid_content_type [2022-05-19T09:49:58.712Z] === CONT TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-05-19T09:49:58.712Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type [2022-05-19T09:49:58.712Z] === RUN TestContainerInvalidJSON/commit/invalid_JSON [2022-05-19T09:49:58.712Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON [2022-05-19T09:49:58.712Z] === RUN TestContainerInvalidJSON/commit/extra_content_after_JSON [2022-05-19T09:49:58.712Z] === RUN TestContainerInvalidJSON/commit/empty_body [2022-05-19T09:49:58.712Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON [2022-05-19T09:49:58.712Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body [2022-05-19T09:49:58.712Z] === CONT TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-05-19T09:49:58.712Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type [2022-05-19T09:49:58.712Z] === CONT TestContainerInvalidJSON/exec/foobar/start [2022-05-19T09:49:58.712Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_content_type [2022-05-19T09:49:58.712Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON [2022-05-19T09:49:58.712Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_JSON [2022-05-19T09:49:58.712Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON [2022-05-19T09:49:58.712Z] === RUN TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON [2022-05-19T09:49:58.712Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body [2022-05-19T09:49:58.712Z] === RUN TestContainerInvalidJSON/exec/foobar/start/empty_body [2022-05-19T09:49:58.712Z] === CONT TestContainerInvalidJSON/containers/foobar/update [2022-05-19T09:49:58.712Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_content_type [2022-05-19T09:49:58.712Z] === CONT TestContainerInvalidJSON/containers/foobar/exec [2022-05-19T09:49:58.712Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type [2022-05-19T09:49:58.712Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON [2022-05-19T09:49:58.712Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_JSON [2022-05-19T09:49:58.712Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON [2022-05-19T09:49:58.712Z] === RUN TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON [2022-05-19T09:49:58.712Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/empty_body [2022-05-19T09:49:58.712Z] === RUN TestContainerInvalidJSON/containers/foobar/update/empty_body [2022-05-19T09:49:58.712Z] === CONT TestContainerInvalidJSON/containers/create [2022-05-19T09:49:58.712Z] === RUN TestContainerInvalidJSON/containers/create/invalid_content_type [2022-05-19T09:49:58.712Z] === RUN TestContainerInvalidJSON/containers/create/invalid_JSON [2022-05-19T09:49:58.712Z] === RUN TestContainerInvalidJSON/containers/create/extra_content_after_JSON [2022-05-19T09:49:58.712Z] === RUN TestContainerInvalidJSON/containers/create/empty_body [2022-05-19T09:49:58.712Z] --- PASS: TestContainerInvalidJSON (0.01s) [2022-05-19T09:49:58.712Z] --- PASS: TestContainerInvalidJSON/commit (0.00s) [2022-05-19T09:49:58.712Z] --- PASS: TestContainerInvalidJSON/commit/invalid_content_type (0.00s) [2022-05-19T09:49:58.712Z] --- PASS: TestContainerInvalidJSON/commit/invalid_JSON (0.00s) [2022-05-19T09:49:58.712Z] --- PASS: TestContainerInvalidJSON/commit/extra_content_after_JSON (0.00s) [2022-05-19T09:49:58.712Z] --- PASS: TestContainerInvalidJSON/commit/empty_body (0.00s) [2022-05-19T09:49:58.712Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start (0.00s) [2022-05-19T09:49:58.712Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type (0.00s) [2022-05-19T09:49:58.712Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON (0.00s) [2022-05-19T09:49:58.712Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON (0.00s) [2022-05-19T09:49:58.712Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body (0.00s) [2022-05-19T09:49:58.712Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy (0.00s) [2022-05-19T09:49:58.712Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type (0.00s) [2022-05-19T09:49:58.712Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON (0.00s) [2022-05-19T09:49:58.712Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON (0.00s) [2022-05-19T09:49:58.712Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body (0.00s) [2022-05-19T09:49:58.712Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start (0.00s) [2022-05-19T09:49:58.712Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_content_type (0.00s) [2022-05-19T09:49:58.712Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_JSON (0.00s) [2022-05-19T09:49:58.712Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON (0.00s) [2022-05-19T09:49:58.712Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/empty_body (0.00s) [2022-05-19T09:49:58.712Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update (0.00s) [2022-05-19T09:49:58.712Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_content_type (0.00s) [2022-05-19T09:49:58.712Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_JSON (0.00s) [2022-05-19T09:49:58.712Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON (0.00s) [2022-05-19T09:49:58.712Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/empty_body (0.00s) [2022-05-19T09:49:58.712Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec (0.00s) [2022-05-19T09:49:58.712Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type (0.00s) [2022-05-19T09:49:58.712Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON (0.00s) [2022-05-19T09:49:58.712Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON (0.00s) [2022-05-19T09:49:58.712Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/empty_body (0.00s) [2022-05-19T09:49:58.712Z] --- PASS: TestContainerInvalidJSON/containers/create (0.00s) [2022-05-19T09:49:58.712Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_content_type (0.00s) [2022-05-19T09:49:58.712Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_JSON (0.00s) [2022-05-19T09:49:58.712Z] --- PASS: TestContainerInvalidJSON/containers/create/extra_content_after_JSON (0.00s) [2022-05-19T09:49:58.712Z] --- PASS: TestContainerInvalidJSON/containers/create/empty_body (0.00s) [2022-05-19T09:49:58.712Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-05-19T09:49:58.712Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.05s) [2022-05-19T09:49:58.712Z] === RUN TestCopyFromContainerPathIsNotDir [2022-05-19T09:49:58.712Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.05s) [2022-05-19T09:49:58.712Z] === RUN TestCopyToContainerPathDoesNotExist [2022-05-19T09:49:58.712Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.05s) [2022-05-19T09:49:58.712Z] === RUN TestCopyEmptyFile [2022-05-19T09:49:58.971Z] --- PASS: TestCopyEmptyFile (0.22s) [2022-05-19T09:49:58.971Z] === RUN TestCopyToContainerPathIsNotDir [2022-05-19T09:49:58.971Z] --- PASS: TestCopyToContainerPathIsNotDir (0.05s) [2022-05-19T09:49:58.971Z] === RUN TestCopyFromContainer [2022-05-19T09:50:00.443Z] === RUN TestCopyFromContainer// [2022-05-19T09:50:00.443Z] === RUN TestCopyFromContainer//bar/root [2022-05-19T09:50:00.443Z] === RUN TestCopyFromContainer//bar/root/ [2022-05-19T09:50:00.443Z] === RUN TestCopyFromContainer/bar/quux [2022-05-19T09:50:00.443Z] === RUN TestCopyFromContainer/bar/quux/ [2022-05-19T09:50:00.443Z] === RUN TestCopyFromContainer/bar/quux/baz [2022-05-19T09:50:00.443Z] === RUN TestCopyFromContainer/bar/filesymlink [2022-05-19T09:50:00.733Z] === RUN TestCopyFromContainer/bar/dirsymlink [2022-05-19T09:50:00.733Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2022-05-19T09:50:00.733Z] === RUN TestCopyFromContainer/bar/notarget [2022-05-19T09:50:00.733Z] --- PASS: TestCopyFromContainer (1.75s) [2022-05-19T09:50:00.733Z] --- PASS: TestCopyFromContainer// (0.06s) [2022-05-19T09:50:00.733Z] --- PASS: TestCopyFromContainer//bar/root (0.06s) [2022-05-19T09:50:00.733Z] --- PASS: TestCopyFromContainer//bar/root/ (0.06s) [2022-05-19T09:50:00.733Z] --- PASS: TestCopyFromContainer/bar/quux (0.07s) [2022-05-19T09:50:00.733Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.06s) [2022-05-19T09:50:00.733Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.06s) [2022-05-19T09:50:00.733Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.06s) [2022-05-19T09:50:00.733Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.06s) [2022-05-19T09:50:00.733Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.06s) [2022-05-19T09:50:00.733Z] --- PASS: TestCopyFromContainer/bar/notarget (0.06s) [2022-05-19T09:50:00.733Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-05-19T09:50:00.733Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-05-19T09:50:00.733Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-05-19T09:50:00.733Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-05-19T09:50:00.733Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-05-19T09:50:00.733Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-05-19T09:50:00.733Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-05-19T09:50:00.733Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-05-19T09:50:00.733Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-05-19T09:50:00.733Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-05-19T09:50:00.733Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2022-05-19T09:50:00.733Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-05-19T09:50:00.733Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-05-19T09:50:00.733Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-05-19T09:50:00.733Z] === RUN TestCreateLinkToNonExistingContainer [2022-05-19T09:50:00.993Z] --- PASS: TestCreateLinkToNonExistingContainer (0.05s) [2022-05-19T09:50:00.993Z] === RUN TestCreateWithInvalidEnv [2022-05-19T09:50:00.993Z] === RUN TestCreateWithInvalidEnv/0 [2022-05-19T09:50:00.993Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-05-19T09:50:00.993Z] === RUN TestCreateWithInvalidEnv/1 [2022-05-19T09:50:00.993Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-05-19T09:50:00.993Z] === RUN TestCreateWithInvalidEnv/2 [2022-05-19T09:50:00.993Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-05-19T09:50:00.993Z] === CONT TestCreateWithInvalidEnv/0 [2022-05-19T09:50:00.993Z] === CONT TestCreateWithInvalidEnv/2 [2022-05-19T09:50:00.993Z] === CONT TestCreateWithInvalidEnv/1 [2022-05-19T09:50:00.993Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2022-05-19T09:50:00.993Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-05-19T09:50:00.993Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-05-19T09:50:00.993Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-05-19T09:50:00.993Z] === RUN TestCreateTmpfsMountsTarget [2022-05-19T09:50:00.993Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s) [2022-05-19T09:50:00.993Z] === RUN TestCreateWithCustomMaskedPaths [2022-05-19T09:50:02.399Z] --- PASS: TestCreateWithCustomMaskedPaths (1.61s) [2022-05-19T09:50:02.399Z] === RUN TestCreateWithCustomReadonlyPaths [2022-05-19T09:50:02.763Z] 12fb50a031bd: Verifying Checksum [2022-05-19T09:50:02.763Z] 12fb50a031bd: Download complete [2022-05-19T09:50:04.315Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.58s) [2022-05-19T09:50:04.315Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-05-19T09:50:04.315Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-05-19T09:50:04.315Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-05-19T09:50:04.315Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-05-19T09:50:04.315Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-05-19T09:50:04.315Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-05-19T09:50:04.315Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-05-19T09:50:04.315Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-05-19T09:50:04.315Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-05-19T09:50:04.315Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-05-19T09:50:04.315Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-05-19T09:50:04.315Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-05-19T09:50:04.315Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-05-19T09:50:04.315Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-05-19T09:50:04.315Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-05-19T09:50:04.315Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-05-19T09:50:04.315Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2022-05-19T09:50:04.315Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2022-05-19T09:50:04.315Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2022-05-19T09:50:04.315Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2022-05-19T09:50:04.315Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2022-05-19T09:50:04.315Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s) [2022-05-19T09:50:04.315Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-05-19T09:50:04.577Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.54s) [2022-05-19T09:50:04.577Z] === RUN TestCreateDifferentPlatform [2022-05-19T09:50:04.577Z] === RUN TestCreateDifferentPlatform/different_os [2022-05-19T09:50:04.577Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-05-19T09:50:04.577Z] --- PASS: TestCreateDifferentPlatform (0.02s) [2022-05-19T09:50:04.577Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-05-19T09:50:04.577Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-05-19T09:50:04.577Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-05-19T09:50:04.769Z] --- PASS: TestContainerKillOnDaemonStart (11.48s) [2022-05-19T09:50:04.769Z] PASS [2022-05-19T09:50:04.769Z] [2022-05-19T09:50:04.769Z] === Skipped [2022-05-19T09:50:04.769Z] === SKIP: arm64.integration.container TestCheckpoint (0.00s) [2022-05-19T09:50:04.769Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-05-19T09:50:04.769Z] [2022-05-19T09:50:04.769Z] === SKIP: arm64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2022-05-19T09:50:04.769Z] pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-05-19T09:50:04.769Z] [2022-05-19T09:50:04.769Z] === SKIP: arm64.integration.container TestDeleteDevicemapper (0.00s) [2022-05-19T09:50:04.769Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-05-19T09:50:04.769Z] [2022-05-19T09:50:04.769Z] DONE 238 tests, 3 skipped in 116.267s [2022-05-19T09:50:04.769Z] Running /go/src/github.com/docker/docker/integration/daemon (arm64.integration.daemon) flags=-test.v -test.timeout=120m [2022-05-19T09:50:04.769Z] ++ 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-05-19T09:50:04.769Z] ++ set -e [2022-05-19T09:50:04.769Z] ++ '[' -n 0 ']' [2022-05-19T09:50:04.769Z] ++ set -x [2022-05-19T09:50:04.769Z] ++ 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-05-19T09:50:04.769Z] === RUN TestConfigDaemonLibtrustID [2022-05-19T09:50:04.769Z] --- PASS: TestConfigDaemonLibtrustID (0.53s) [2022-05-19T09:50:04.769Z] === RUN TestConfigDaemonID [2022-05-19T09:50:04.836Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.04s) [2022-05-19T09:50:04.836Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-05-19T09:50:04.836Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.06s) [2022-05-19T09:50:04.836Z] === RUN TestContainerStartOnDaemonRestart [2022-05-19T09:50:04.836Z] === PAUSE TestContainerStartOnDaemonRestart [2022-05-19T09:50:04.836Z] === RUN TestDaemonRestartIpcMode [2022-05-19T09:50:04.836Z] === PAUSE TestDaemonRestartIpcMode [2022-05-19T09:50:04.836Z] === RUN TestDaemonHostGatewayIP [2022-05-19T09:50:04.836Z] === PAUSE TestDaemonHostGatewayIP [2022-05-19T09:50:04.836Z] === RUN TestRestartDaemonWithRestartingContainer [2022-05-19T09:50:04.836Z] === PAUSE TestRestartDaemonWithRestartingContainer [2022-05-19T09:50:04.836Z] === RUN TestContainerKillOnDaemonStart [2022-05-19T09:50:04.836Z] === PAUSE TestContainerKillOnDaemonStart [2022-05-19T09:50:04.836Z] === RUN TestDiff [2022-05-19T09:50:05.406Z] --- PASS: TestDiff (0.62s) [2022-05-19T09:50:05.406Z] === RUN TestExecWithCloseStdin [2022-05-19T09:50:05.728Z] daemon_test.go:84: [d19536b06b4fe] daemon is not started [2022-05-19T09:50:05.728Z] --- PASS: TestConfigDaemonID (1.04s) [2022-05-19T09:50:05.728Z] === RUN TestDaemonConfigValidation [2022-05-19T09:50:05.728Z] === RUN TestDaemonConfigValidation/config_with_no_content [2022-05-19T09:50:05.728Z] === PAUSE TestDaemonConfigValidation/config_with_no_content [2022-05-19T09:50:05.728Z] === RUN TestDaemonConfigValidation/config_with_{} [2022-05-19T09:50:05.728Z] === PAUSE TestDaemonConfigValidation/config_with_{} [2022-05-19T09:50:05.728Z] === RUN TestDaemonConfigValidation/invalid_config [2022-05-19T09:50:05.728Z] === PAUSE TestDaemonConfigValidation/invalid_config [2022-05-19T09:50:05.728Z] === RUN TestDaemonConfigValidation/malformed_config [2022-05-19T09:50:05.728Z] === PAUSE TestDaemonConfigValidation/malformed_config [2022-05-19T09:50:05.728Z] === RUN TestDaemonConfigValidation/valid_config [2022-05-19T09:50:05.728Z] === PAUSE TestDaemonConfigValidation/valid_config [2022-05-19T09:50:05.728Z] === CONT TestDaemonConfigValidation/config_with_no_content [2022-05-19T09:50:05.728Z] === CONT TestDaemonConfigValidation/malformed_config [2022-05-19T09:50:05.728Z] === CONT TestDaemonConfigValidation/valid_config [2022-05-19T09:50:05.728Z] === CONT TestDaemonConfigValidation/invalid_config [2022-05-19T09:50:05.728Z] === CONT TestDaemonConfigValidation/config_with_{} [2022-05-19T09:50:05.728Z] --- PASS: TestDaemonConfigValidation (0.00s) [2022-05-19T09:50:05.728Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.07s) [2022-05-19T09:50:05.728Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.07s) [2022-05-19T09:50:05.728Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.07s) [2022-05-19T09:50:05.728Z] --- PASS: TestDaemonConfigValidation/valid_config (0.08s) [2022-05-19T09:50:05.728Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.05s) [2022-05-19T09:50:05.728Z] === RUN TestConfigDaemonSeccompProfiles [2022-05-19T09:50:05.728Z] === RUN TestConfigDaemonSeccompProfiles/empty_profile_set [2022-05-19T09:50:05.979Z] --- PASS: TestExecWithCloseStdin (0.65s) [2022-05-19T09:50:05.979Z] === RUN TestExec [2022-05-19T09:50:06.922Z] --- PASS: TestExec (0.66s) [2022-05-19T09:50:06.922Z] === RUN TestExecUser [2022-05-19T09:50:07.127Z] === RUN TestConfigDaemonSeccompProfiles/default_profile [2022-05-19T09:50:07.490Z] --- PASS: TestExecUser (0.62s) [2022-05-19T09:50:07.490Z] === RUN TestExportContainerAndImportImage [2022-05-19T09:50:08.060Z] --- PASS: TestExportContainerAndImportImage (0.69s) [2022-05-19T09:50:08.060Z] === RUN TestExportContainerAfterDaemonRestart [2022-05-19T09:50:08.077Z] === RUN TestConfigDaemonSeccompProfiles/unconfined_profile [2022-05-19T09:50:09.022Z] === CONT TestConfigDaemonSeccompProfiles [2022-05-19T09:50:09.022Z] daemon_test.go:198: [d1907fae64f7c] daemon is not started [2022-05-19T09:50:09.022Z] --- PASS: TestConfigDaemonSeccompProfiles (3.11s) [2022-05-19T09:50:09.022Z] --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.04s) [2022-05-19T09:50:09.022Z] --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.04s) [2022-05-19T09:50:09.022Z] --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.04s) [2022-05-19T09:50:09.022Z] === RUN TestDaemonProxy [2022-05-19T09:50:09.022Z] === RUN TestDaemonProxy/environment_variables [2022-05-19T09:50:09.462Z] --- PASS: TestExportContainerAfterDaemonRestart (1.29s) [2022-05-19T09:50:09.462Z] === RUN TestHealthCheckWorkdir [2022-05-19T09:50:10.034Z] --- PASS: TestHealthCheckWorkdir (0.71s) [2022-05-19T09:50:10.034Z] === RUN TestHealthKillContainer [2022-05-19T09:50:10.095Z] INFO: Extraction ended at 05/19/2022 09:50:04. Duration:00:00:31.5557711 [2022-05-19T09:50:10.096Z] INFO: Updating the golang and path environment variables [2022-05-19T09:50:10.096Z] INFO: GOPATH=d:\gopath [2022-05-19T09:50:10.096Z] INFO: go version go1.18.2 windows/amd64 [2022-05-19T09:50:10.096Z] INFO: Running the daemon under test in debug mode [2022-05-19T09:50:10.096Z] INFO: Starting a daemon under test... [2022-05-19T09:50:10.096Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI\PR-43557\8\daemon --pidfile d:\CI\PR-43557\8\docker.pid -D [2022-05-19T09:50:10.096Z] INFO: Process started successfully. [2022-05-19T09:50:10.096Z] INFO: Start tailing logs of the daemon under tests [2022-05-19T09:50:10.096Z] INFO: Waiting for the daemon under test to start... [2022-05-19T09:50:10.950Z] === RUN TestDaemonProxy/command-line_options [2022-05-19T09:50:12.341Z] === RUN TestDaemonProxy/configuration_file [2022-05-19T09:50:13.218Z] 97f65a0ec59e: Verifying Checksum [2022-05-19T09:50:13.218Z] 97f65a0ec59e: Download complete [2022-05-19T09:50:14.258Z] === RUN TestDaemonProxy/conflicting_options [2022-05-19T09:50:14.526Z] === RUN TestDaemonProxy/reload_sanitized [2022-05-19T09:50:14.739Z] ...INFO: Daemon under test started and replied! [2022-05-19T09:50:14.739Z] INFO: Docker version of the daemon under test [2022-05-19T09:50:14.739Z] [2022-05-19T09:50:14.739Z] Client: [2022-05-19T09:50:14.739Z] Version: 17.06.2-ce [2022-05-19T09:50:14.739Z] API version: 1.30 [2022-05-19T09:50:14.739Z] Go version: go1.8.3 [2022-05-19T09:50:14.739Z] Git commit: cec0b72 [2022-05-19T09:50:14.739Z] Built: Tue Sep 5 19:57:19 2017 [2022-05-19T09:50:14.739Z] OS/Arch: windows/amd64 [2022-05-19T09:50:14.739Z] [2022-05-19T09:50:14.739Z] Server: [2022-05-19T09:50:14.739Z] Version: 0.0.0-dev [2022-05-19T09:50:14.739Z] API version: 1.42 (minimum version 1.24) [2022-05-19T09:50:14.739Z] Go version: go1.18.2 [2022-05-19T09:50:14.739Z] Git commit: b0d5c29156 [2022-05-19T09:50:14.739Z] Built: [2022-05-19T09:50:14.739Z] OS/Arch: windows/amd64 [2022-05-19T09:50:14.739Z] Experimental: false [2022-05-19T09:50:14.739Z] [2022-05-19T09:50:14.739Z] INFO: Docker info of the daemon under test [2022-05-19T09:50:14.739Z] [2022-05-19T09:50:14.739Z] Containers: 0 [2022-05-19T09:50:14.739Z] Running: 0 [2022-05-19T09:50:14.739Z] Paused: 0 [2022-05-19T09:50:14.739Z] Stopped: 0 [2022-05-19T09:50:14.739Z] Images: 0 [2022-05-19T09:50:14.739Z] Server Version: 0.0.0-dev [2022-05-19T09:50:14.739Z] Storage Driver: windowsfilter [2022-05-19T09:50:14.739Z] Windows: [2022-05-19T09:50:14.739Z] Logging Driver: json-file [2022-05-19T09:50:14.739Z] Plugins: [2022-05-19T09:50:14.739Z] Volume: local [2022-05-19T09:50:14.740Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-05-19T09:50:14.740Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-05-19T09:50:14.740Z] Swarm: inactive [2022-05-19T09:50:14.740Z] Default Isolation: process [2022-05-19T09:50:14.740Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2022-05-19T09:50:14.740Z] Operating System: Microsoft Windows Server Version 21H2 (OS Build 20348.230) [2022-05-19T09:50:14.740Z] OSType: windows [2022-05-19T09:50:14.740Z] Architecture: x86_64 [2022-05-19T09:50:14.740Z] CPUs: 4 [2022-05-19T09:50:14.740Z] Total Memory: 32GiB [2022-05-19T09:50:14.740Z] Name: azwin-2-fae700 [2022-05-19T09:50:14.740Z] ID: fa601fd6-e030-4595-ad47-ec0af060074e [2022-05-19T09:50:14.740Z] Docker Root Dir: D:\CI\PR-43557\8\daemon [2022-05-19T09:50:14.740Z] Debug Mode (client): false [2022-05-19T09:50:14.740Z] Debug Mode (server): true [2022-05-19T09:50:14.740Z] File Descriptors: -1 [2022-05-19T09:50:14.740Z] Goroutines: 29 [2022-05-19T09:50:14.740Z] System Time: 2022-05-19T09:50:12.3636955Z [2022-05-19T09:50:14.740Z] EventsListeners: 0 [2022-05-19T09:50:14.740Z] Registry: https://index.docker.io/v1/ [2022-05-19T09:50:14.740Z] Labels: [2022-05-19T09:50:14.740Z] Experimental: false [2022-05-19T09:50:14.740Z] Insecure Registries: [2022-05-19T09:50:14.740Z] 127.0.0.0/8 [2022-05-19T09:50:14.740Z] Live Restore Enabled: false [2022-05-19T09:50:14.740Z] [2022-05-19T09:50:14.740Z] [2022-05-19T09:50:14.740Z] INFO: Docker images of the daemon under test [2022-05-19T09:50:14.740Z] [2022-05-19T09:50:14.740Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-05-19T09:50:14.740Z] [2022-05-19T09:50:14.740Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore [2022-05-19T09:50:14.740Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2022 from docker hub into daemon under test. This may take some time... [2022-05-19T09:50:14.740Z] ltsc2022: Pulling from windows/servercore [2022-05-19T09:50:14.740Z] 97f65a0ec59e: Pulling fs layer [2022-05-19T09:50:14.740Z] 12fb50a031bd: Pulling fs layer [2022-05-19T09:50:16.236Z] --- PASS: TestDaemonProxy (6.25s) [2022-05-19T09:50:16.236Z] --- PASS: TestDaemonProxy/environment_variables (1.75s) [2022-05-19T09:50:16.236Z] --- PASS: TestDaemonProxy/command-line_options (1.74s) [2022-05-19T09:50:16.236Z] --- PASS: TestDaemonProxy/configuration_file (1.74s) [2022-05-19T09:50:16.236Z] --- PASS: TestDaemonProxy/conflicting_options (0.50s) [2022-05-19T09:50:16.236Z] --- PASS: TestDaemonProxy/reload_sanitized (0.52s) [2022-05-19T09:50:16.236Z] PASS [2022-05-19T09:50:16.236Z] [2022-05-19T09:50:16.236Z] DONE 18 tests in 11.258s [2022-05-19T09:50:16.236Z] Running /go/src/github.com/docker/docker/integration/image (arm64.integration.image) flags=-test.v -test.timeout=120m [2022-05-19T09:50:16.236Z] ++ 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-05-19T09:50:16.236Z] ++ set -e [2022-05-19T09:50:16.236Z] ++ '[' -n 0 ']' [2022-05-19T09:50:16.236Z] ++ set -x [2022-05-19T09:50:16.236Z] ++ 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-05-19T09:50:16.236Z] INFO: Testing against a local daemon [2022-05-19T09:50:16.236Z] === RUN TestCommitInheritsEnv [2022-05-19T09:50:16.236Z] --- PASS: TestCommitInheritsEnv (0.29s) [2022-05-19T09:50:16.236Z] === RUN TestImportExtremelyLargeImageWorks [2022-05-19T09:50:16.236Z] import_test.go:24: runtime.GOARCH == "arm64": effective test will be time out [2022-05-19T09:50:16.236Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2022-05-19T09:50:16.236Z] === RUN TestImportWithCustomPlatform [2022-05-19T09:50:16.236Z] === RUN TestImportWithCustomPlatform/#00 [2022-05-19T09:50:16.236Z] === RUN TestImportWithCustomPlatform/_______ [2022-05-19T09:50:16.236Z] === RUN TestImportWithCustomPlatform// [2022-05-19T09:50:16.236Z] === RUN TestImportWithCustomPlatform/linux [2022-05-19T09:50:16.503Z] === RUN TestImportWithCustomPlatform/LINUX [2022-05-19T09:50:16.503Z] === RUN TestImportWithCustomPlatform/linux/sparc64 [2022-05-19T09:50:16.503Z] === RUN TestImportWithCustomPlatform/macos [2022-05-19T09:50:16.503Z] === RUN TestImportWithCustomPlatform/macos/arm64 [2022-05-19T09:50:16.503Z] === RUN TestImportWithCustomPlatform/nintendo64 [2022-05-19T09:50:16.503Z] --- PASS: TestImportWithCustomPlatform (0.32s) [2022-05-19T09:50:16.503Z] --- PASS: TestImportWithCustomPlatform/#00 (0.08s) [2022-05-19T09:50:16.503Z] --- PASS: TestImportWithCustomPlatform/_______ (0.00s) [2022-05-19T09:50:16.503Z] --- PASS: TestImportWithCustomPlatform// (0.00s) [2022-05-19T09:50:16.503Z] --- PASS: TestImportWithCustomPlatform/linux (0.07s) [2022-05-19T09:50:16.503Z] --- PASS: TestImportWithCustomPlatform/LINUX (0.07s) [2022-05-19T09:50:16.503Z] --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.07s) [2022-05-19T09:50:16.503Z] --- PASS: TestImportWithCustomPlatform/macos (0.00s) [2022-05-19T09:50:16.503Z] --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s) [2022-05-19T09:50:16.503Z] --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s) [2022-05-19T09:50:16.503Z] === RUN TestImagesFilterMultiReference [2022-05-19T09:50:16.503Z] --- PASS: TestImagesFilterMultiReference (0.06s) [2022-05-19T09:50:16.503Z] === RUN TestImagePullPlatformInvalid [2022-05-19T09:50:16.503Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2022-05-19T09:50:16.503Z] === RUN TestRemoveImageOrphaning [2022-05-19T09:50:16.503Z] --- PASS: TestRemoveImageOrphaning (0.24s) [2022-05-19T09:50:16.503Z] === RUN TestRemoveImageGarbageCollector [2022-05-19T09:50:16.503Z] remove_unix_test.go:35: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-05-19T09:50:16.503Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2022-05-19T09:50:16.503Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-05-19T09:50:16.503Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) [2022-05-19T09:50:16.503Z] === RUN TestTagInvalidReference [2022-05-19T09:50:16.503Z] --- PASS: TestTagInvalidReference (0.02s) [2022-05-19T09:50:16.503Z] === RUN TestTagValidPrefixedRepo [2022-05-19T09:50:16.503Z] --- PASS: TestTagValidPrefixedRepo (0.04s) [2022-05-19T09:50:16.503Z] === RUN TestTagExistedNameWithoutForce [2022-05-19T09:50:16.503Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2022-05-19T09:50:16.503Z] === RUN TestTagOfficialNames [2022-05-19T09:50:16.503Z] --- PASS: TestTagOfficialNames (0.04s) [2022-05-19T09:50:16.503Z] === RUN TestTagMatchesDigest [2022-05-19T09:50:16.503Z] --- PASS: TestTagMatchesDigest (0.01s) [2022-05-19T09:50:16.503Z] PASS [2022-05-19T09:50:16.503Z] [2022-05-19T09:50:16.503Z] === Skipped [2022-05-19T09:50:16.503Z] === SKIP: arm64.integration.image TestImportExtremelyLargeImageWorks (0.00s) [2022-05-19T09:50:16.503Z] import_test.go:24: runtime.GOARCH == "arm64": effective test will be time out [2022-05-19T09:50:16.503Z] [2022-05-19T09:50:16.503Z] === SKIP: arm64.integration.image TestRemoveImageGarbageCollector (0.00s) [2022-05-19T09:50:16.503Z] remove_unix_test.go:35: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-05-19T09:50:16.503Z] [2022-05-19T09:50:16.503Z] DONE 22 tests, 2 skipped in 1.241s [2022-05-19T09:50:16.503Z] Running /go/src/github.com/docker/docker/integration/network (arm64.integration.network) flags=-test.v -test.timeout=120m [2022-05-19T09:50:16.503Z] ++ 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-05-19T09:50:16.503Z] ++ set -e [2022-05-19T09:50:16.503Z] ++ '[' -n 0 ']' [2022-05-19T09:50:16.503Z] ++ set -x [2022-05-19T09:50:16.503Z] ++ 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-05-19T09:50:16.503Z] INFO: Testing against a local daemon [2022-05-19T09:50:16.503Z] === RUN TestNetworkCreateDelete [2022-05-19T09:50:16.766Z] --- PASS: TestNetworkCreateDelete (0.14s) [2022-05-19T09:50:16.766Z] === RUN TestDockerNetworkDeletePreferID [2022-05-19T09:50:17.028Z] --- PASS: TestDockerNetworkDeletePreferID (0.36s) [2022-05-19T09:50:17.028Z] === RUN TestDaemonDNSFallback [2022-05-19T09:50:18.156Z] --- PASS: TestHealthKillContainer (8.14s) [2022-05-19T09:50:18.156Z] === RUN TestInspectCpusetInConfigPre120 [2022-05-19T09:50:18.724Z] --- PASS: TestInspectCpusetInConfigPre120 (0.50s) [2022-05-19T09:50:18.724Z] === RUN TestIpcModeNone [2022-05-19T09:50:19.439Z] --- PASS: TestIpcModeNone (0.59s) [2022-05-19T09:50:19.439Z] === RUN TestIpcModePrivate [2022-05-19T09:50:19.701Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:59, shared: false, mustBeShared: false [2022-05-19T09:50:19.961Z] --- PASS: TestIpcModePrivate (0.58s) [2022-05-19T09:50:19.961Z] === RUN TestIpcModeShareable [2022-05-19T09:50:20.220Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:54, shared: true, mustBeShared: true [2022-05-19T09:50:20.485Z] --- PASS: TestIpcModeShareable (0.62s) [2022-05-19T09:50:20.485Z] === RUN TestAPIIpcModeShareableAndContainer [2022-05-19T09:50:22.400Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.84s) [2022-05-19T09:50:22.400Z] === RUN TestAPIIpcModeHost [2022-05-19T09:50:22.669Z] --- PASS: TestAPIIpcModeHost (0.39s) [2022-05-19T09:50:22.669Z] === RUN TestDaemonIpcModeShareable [2022-05-19T09:50:23.615Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:63, shared: true, mustBeShared: true [2022-05-19T09:50:23.810Z] --- PASS: TestDaemonDNSFallback (6.27s) [2022-05-19T09:50:23.810Z] === RUN TestInspectNetwork [2022-05-19T09:50:23.875Z] --- PASS: TestDaemonIpcModeShareable (1.16s) [2022-05-19T09:50:23.875Z] === RUN TestDaemonIpcModePrivate [2022-05-19T09:50:24.815Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:68, shared: false, mustBeShared: false [2022-05-19T09:50:25.058Z] 12fb50a031bd: Verifying Checksum [2022-05-19T09:50:25.058Z] 12fb50a031bd: Download complete [2022-05-19T09:50:25.063Z] .....INFO: Daemon under test started and replied! [2022-05-19T09:50:25.063Z] INFO: Docker version of the daemon under test [2022-05-19T09:50:25.063Z] [2022-05-19T09:50:25.063Z] Client: [2022-05-19T09:50:25.063Z] Version: 17.06.2-ce [2022-05-19T09:50:25.063Z] API version: 1.30 [2022-05-19T09:50:25.063Z] Go version: go1.8.3 [2022-05-19T09:50:25.063Z] Git commit: cec0b72 [2022-05-19T09:50:25.063Z] Built: Tue Sep 5 19:57:19 2017 [2022-05-19T09:50:25.063Z] OS/Arch: windows/amd64 [2022-05-19T09:50:25.063Z] [2022-05-19T09:50:25.063Z] Server: [2022-05-19T09:50:25.063Z] Version: 0.0.0-dev [2022-05-19T09:50:25.063Z] API version: 1.42 (minimum version 1.24) [2022-05-19T09:50:25.063Z] Go version: go1.18.2 [2022-05-19T09:50:25.063Z] Git commit: 5771492202 [2022-05-19T09:50:25.063Z] Built: [2022-05-19T09:50:25.063Z] OS/Arch: windows/amd64 [2022-05-19T09:50:25.063Z] Experimental: false [2022-05-19T09:50:25.063Z] [2022-05-19T09:50:25.063Z] INFO: Docker info of the daemon under test [2022-05-19T09:50:25.063Z] [2022-05-19T09:50:25.063Z] Containers: 0 [2022-05-19T09:50:25.063Z] Running: 0 [2022-05-19T09:50:25.063Z] Paused: 0 [2022-05-19T09:50:25.063Z] Stopped: 0 [2022-05-19T09:50:25.063Z] Images: 0 [2022-05-19T09:50:25.063Z] Server Version: 0.0.0-dev [2022-05-19T09:50:25.063Z] Storage Driver: windowsfilter [2022-05-19T09:50:25.063Z] Windows: [2022-05-19T09:50:25.063Z] Logging Driver: json-file [2022-05-19T09:50:25.063Z] Plugins: [2022-05-19T09:50:25.063Z] Volume: local [2022-05-19T09:50:25.063Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-05-19T09:50:25.063Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-05-19T09:50:25.063Z] Swarm: inactive [2022-05-19T09:50:25.063Z] Default Isolation: process [2022-05-19T09:50:25.063Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2022-05-19T09:50:25.063Z] Operating System: Microsoft Windows Server Version 1809 (OS Build 17763.2183) [2022-05-19T09:50:25.063Z] OSType: windows [2022-05-19T09:50:25.063Z] Architecture: x86_64 [2022-05-19T09:50:25.063Z] CPUs: 4 [2022-05-19T09:50:25.063Z] Total Memory: 32GiB [2022-05-19T09:50:25.063Z] Name: azwin-2-db4f50 [2022-05-19T09:50:25.063Z] ID: f2899efd-1775-4e55-8958-4c32c3ee8d62 [2022-05-19T09:50:25.063Z] Docker Root Dir: D:\CI\PR-43557\8\daemon [2022-05-19T09:50:25.063Z] Debug Mode (client): false [2022-05-19T09:50:25.063Z] Debug Mode (server): true [2022-05-19T09:50:25.063Z] File Descriptors: -1 [2022-05-19T09:50:25.063Z] Goroutines: 16 [2022-05-19T09:50:25.063Z] System Time: 2022-05-19T09:50:24.3437811Z [2022-05-19T09:50:25.063Z] EventsListeners: 0 [2022-05-19T09:50:25.063Z] Registry: https://index.docker.io/v1/ [2022-05-19T09:50:25.063Z] Labels: [2022-05-19T09:50:25.063Z] Experimental: false [2022-05-19T09:50:25.063Z] Insecure Registries: [2022-05-19T09:50:25.063Z] 127.0.0.0/8 [2022-05-19T09:50:25.063Z] Live Restore Enabled: false [2022-05-19T09:50:25.063Z] [2022-05-19T09:50:25.063Z] [2022-05-19T09:50:25.063Z] INFO: Docker images of the daemon under test [2022-05-19T09:50:25.063Z] [2022-05-19T09:50:25.063Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-05-19T09:50:25.063Z] [2022-05-19T09:50:25.063Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore [2022-05-19T09:50:25.063Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub into daemon under test. This may take some time... [2022-05-19T09:50:25.063Z] ltsc2019: Pulling from windows/servercore [2022-05-19T09:50:25.063Z] b111c3320c94: Pulling fs layer [2022-05-19T09:50:25.063Z] 8b534d64a7c3: Pulling fs layer [2022-05-19T09:50:25.075Z] --- PASS: TestDaemonIpcModePrivate (1.18s) [2022-05-19T09:50:25.075Z] === RUN TestDaemonIpcModePrivateFromConfig [2022-05-19T09:50:26.013Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:68, shared: false, mustBeShared: false [2022-05-19T09:50:26.273Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.19s) [2022-05-19T09:50:26.273Z] === RUN TestDaemonIpcModeShareableFromConfig [2022-05-19T09:50:26.374Z] === RUN TestInspectNetwork/full_network_id [2022-05-19T09:50:26.374Z] === RUN TestInspectNetwork/partial_network_id [2022-05-19T09:50:26.374Z] === RUN TestInspectNetwork/network_name [2022-05-19T09:50:26.374Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2022-05-19T09:50:27.257Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:63, shared: true, mustBeShared: true [2022-05-19T09:50:27.521Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.28s) [2022-05-19T09:50:27.521Z] === RUN TestIpcModeOlderClient [2022-05-19T09:50:27.521Z] === PAUSE TestIpcModeOlderClient [2022-05-19T09:50:27.521Z] === RUN TestKillContainerInvalidSignal [2022-05-19T09:50:27.967Z] 97f65a0ec59e: Verifying Checksum [2022-05-19T09:50:27.967Z] 97f65a0ec59e: Download complete [2022-05-19T09:50:28.097Z] --- PASS: TestKillContainerInvalidSignal (0.48s) [2022-05-19T09:50:28.097Z] === RUN TestKillContainer [2022-05-19T09:50:28.097Z] === RUN TestKillContainer/no_signal [2022-05-19T09:50:28.363Z] === RUN TestKillContainer/non_killing_signal [2022-05-19T09:50:28.933Z] === RUN TestKillContainer/killing_signal [2022-05-19T09:50:29.504Z] --- PASS: TestKillContainer (1.33s) [2022-05-19T09:50:29.504Z] --- PASS: TestKillContainer/no_signal (0.44s) [2022-05-19T09:50:29.504Z] --- PASS: TestKillContainer/non_killing_signal (0.28s) [2022-05-19T09:50:29.504Z] --- PASS: TestKillContainer/killing_signal (0.44s) [2022-05-19T09:50:29.504Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-05-19T09:50:29.504Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2022-05-19T09:50:29.810Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2022-05-19T09:50:30.728Z] --- PASS: TestInspectNetwork (7.06s) [2022-05-19T09:50:30.728Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2022-05-19T09:50:30.728Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2022-05-19T09:50:30.728Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2022-05-19T09:50:30.728Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2022-05-19T09:50:30.728Z] === RUN TestRunContainerWithBridgeNone [2022-05-19T09:50:30.767Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.27s) [2022-05-19T09:50:30.767Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.43s) [2022-05-19T09:50:30.767Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.69s) [2022-05-19T09:50:30.767Z] === RUN TestKillStoppedContainer [2022-05-19T09:50:30.767Z] --- PASS: TestKillStoppedContainer (0.04s) [2022-05-19T09:50:30.767Z] === RUN TestKillStoppedContainerAPIPre120 [2022-05-19T09:50:30.767Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.05s) [2022-05-19T09:50:30.767Z] === RUN TestKillDifferentUserContainer [2022-05-19T09:50:31.349Z] --- PASS: TestKillDifferentUserContainer (0.45s) [2022-05-19T09:50:31.349Z] === RUN TestInspectOomKilledTrue [2022-05-19T09:50:31.349Z] kill_test.go:159: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-05-19T09:50:31.349Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2022-05-19T09:50:31.349Z] === RUN TestInspectOomKilledFalse [2022-05-19T09:50:31.350Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-05-19T09:50:31.350Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2022-05-19T09:50:31.350Z] === RUN TestLinksEtcHostsContentMatch [2022-05-19T09:50:31.617Z] --- PASS: TestLinksEtcHostsContentMatch (0.33s) [2022-05-19T09:50:31.617Z] === RUN TestLinksContainerNames [2022-05-19T09:50:31.674Z] --- PASS: TestRunContainerWithBridgeNone (1.42s) [2022-05-19T09:50:31.675Z] === RUN TestNetworkInvalidJSON [2022-05-19T09:50:31.675Z] === RUN TestNetworkInvalidJSON/networks/create [2022-05-19T09:50:31.675Z] === PAUSE TestNetworkInvalidJSON/networks/create [2022-05-19T09:50:31.675Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect [2022-05-19T09:50:31.675Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect [2022-05-19T09:50:31.675Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect [2022-05-19T09:50:31.675Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect [2022-05-19T09:50:31.675Z] === CONT TestNetworkInvalidJSON/networks/create [2022-05-19T09:50:31.675Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_content_type [2022-05-19T09:50:31.675Z] === CONT TestNetworkInvalidJSON/networks/bridge/disconnect [2022-05-19T09:50:31.675Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type [2022-05-19T09:50:31.675Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON [2022-05-19T09:50:31.675Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_JSON [2022-05-19T09:50:31.675Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON [2022-05-19T09:50:31.675Z] === RUN TestNetworkInvalidJSON/networks/create/extra_content_after_JSON [2022-05-19T09:50:31.675Z] === RUN TestNetworkInvalidJSON/networks/create/empty_body [2022-05-19T09:50:31.675Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body [2022-05-19T09:50:31.675Z] === CONT TestNetworkInvalidJSON/networks/bridge/connect [2022-05-19T09:50:31.675Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type [2022-05-19T09:50:31.675Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON [2022-05-19T09:50:31.675Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON [2022-05-19T09:50:31.675Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/empty_body [2022-05-19T09:50:31.675Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2022-05-19T09:50:31.675Z] --- PASS: TestNetworkInvalidJSON/networks/create (0.00s) [2022-05-19T09:50:31.675Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.00s) [2022-05-19T09:50:31.675Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.00s) [2022-05-19T09:50:31.675Z] --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.00s) [2022-05-19T09:50:31.675Z] --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s) [2022-05-19T09:50:31.675Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.00s) [2022-05-19T09:50:31.675Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.00s) [2022-05-19T09:50:31.675Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.00s) [2022-05-19T09:50:31.675Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.00s) [2022-05-19T09:50:31.675Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.00s) [2022-05-19T09:50:31.675Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.00s) [2022-05-19T09:50:31.675Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.00s) [2022-05-19T09:50:31.675Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.00s) [2022-05-19T09:50:31.675Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.00s) [2022-05-19T09:50:31.675Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.00s) [2022-05-19T09:50:31.675Z] === RUN TestNetworkList [2022-05-19T09:50:31.675Z] === RUN TestNetworkList//networks [2022-05-19T09:50:31.675Z] === PAUSE TestNetworkList//networks [2022-05-19T09:50:31.675Z] === RUN TestNetworkList//networks/ [2022-05-19T09:50:31.675Z] === PAUSE TestNetworkList//networks/ [2022-05-19T09:50:31.936Z] === CONT TestNetworkList//networks [2022-05-19T09:50:31.936Z] === CONT TestNetworkList//networks/ [2022-05-19T09:50:31.936Z] --- PASS: TestNetworkList (0.02s) [2022-05-19T09:50:31.936Z] --- PASS: TestNetworkList//networks (0.00s) [2022-05-19T09:50:31.936Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-05-19T09:50:31.936Z] === RUN TestHostIPv4BridgeLabel [2022-05-19T09:50:32.509Z] --- PASS: TestHostIPv4BridgeLabel (0.56s) [2022-05-19T09:50:32.509Z] === RUN TestDaemonRestartWithLiveRestore [2022-05-19T09:50:32.555Z] --- PASS: TestLinksContainerNames (0.91s) [2022-05-19T09:50:32.555Z] === RUN TestLogsFollowTailEmpty [2022-05-19T09:50:32.814Z] --- PASS: TestLogsFollowTailEmpty (0.47s) [2022-05-19T09:50:32.814Z] === RUN TestContainerNetworkMountsNoChown [2022-05-19T09:50:33.380Z] --- PASS: TestContainerNetworkMountsNoChown (0.41s) [2022-05-19T09:50:33.380Z] === RUN TestMountDaemonRoot [2022-05-19T09:50:33.380Z] === RUN TestMountDaemonRoot/default [2022-05-19T09:50:33.380Z] === PAUSE TestMountDaemonRoot/default [2022-05-19T09:50:33.380Z] === RUN TestMountDaemonRoot/private [2022-05-19T09:50:33.380Z] === PAUSE TestMountDaemonRoot/private [2022-05-19T09:50:33.380Z] === RUN TestMountDaemonRoot/rprivate [2022-05-19T09:50:33.380Z] === PAUSE TestMountDaemonRoot/rprivate [2022-05-19T09:50:33.380Z] === RUN TestMountDaemonRoot/slave [2022-05-19T09:50:33.380Z] === PAUSE TestMountDaemonRoot/slave [2022-05-19T09:50:33.380Z] === RUN TestMountDaemonRoot/rslave [2022-05-19T09:50:33.380Z] === PAUSE TestMountDaemonRoot/rslave [2022-05-19T09:50:33.380Z] === RUN TestMountDaemonRoot/shared [2022-05-19T09:50:33.380Z] === PAUSE TestMountDaemonRoot/shared [2022-05-19T09:50:33.380Z] === RUN TestMountDaemonRoot/rshared [2022-05-19T09:50:33.380Z] === PAUSE TestMountDaemonRoot/rshared [2022-05-19T09:50:33.380Z] === CONT TestMountDaemonRoot/default [2022-05-19T09:50:33.380Z] === RUN TestMountDaemonRoot/default/bind_root [2022-05-19T09:50:33.380Z] === PAUSE TestMountDaemonRoot/default/bind_root [2022-05-19T09:50:33.380Z] === RUN TestMountDaemonRoot/default/bind_subpath [2022-05-19T09:50:33.380Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2022-05-19T09:50:33.380Z] === RUN TestMountDaemonRoot/default/mount_root [2022-05-19T09:50:33.380Z] === PAUSE TestMountDaemonRoot/default/mount_root [2022-05-19T09:50:33.380Z] === RUN TestMountDaemonRoot/default/mount_subpath [2022-05-19T09:50:33.380Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2022-05-19T09:50:33.380Z] === CONT TestMountDaemonRoot/default/bind_root [2022-05-19T09:50:33.380Z] === CONT TestMountDaemonRoot/rshared [2022-05-19T09:50:33.380Z] === RUN TestMountDaemonRoot/rshared/bind_root [2022-05-19T09:50:33.380Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2022-05-19T09:50:33.380Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2022-05-19T09:50:33.380Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2022-05-19T09:50:33.380Z] === RUN TestMountDaemonRoot/rshared/mount_root [2022-05-19T09:50:33.380Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2022-05-19T09:50:33.380Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2022-05-19T09:50:33.380Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2022-05-19T09:50:33.380Z] === CONT TestMountDaemonRoot/rshared/bind_root [2022-05-19T09:50:33.380Z] === CONT TestMountDaemonRoot/shared [2022-05-19T09:50:33.380Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2022-05-19T09:50:33.380Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2022-05-19T09:50:33.380Z] === RUN TestMountDaemonRoot/shared/bind_root [2022-05-19T09:50:33.380Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2022-05-19T09:50:33.380Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2022-05-19T09:50:33.380Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2022-05-19T09:50:33.380Z] === RUN TestMountDaemonRoot/shared/mount_root [2022-05-19T09:50:33.380Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2022-05-19T09:50:33.380Z] === CONT TestMountDaemonRoot/rslave [2022-05-19T09:50:33.380Z] === RUN TestMountDaemonRoot/rslave/bind_root [2022-05-19T09:50:33.380Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2022-05-19T09:50:33.380Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2022-05-19T09:50:33.380Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2022-05-19T09:50:33.380Z] === RUN TestMountDaemonRoot/rslave/mount_root [2022-05-19T09:50:33.380Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2022-05-19T09:50:33.380Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2022-05-19T09:50:33.380Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2022-05-19T09:50:33.380Z] === CONT TestMountDaemonRoot/slave [2022-05-19T09:50:33.380Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2022-05-19T09:50:33.380Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2022-05-19T09:50:33.380Z] === RUN TestMountDaemonRoot/slave/mount_root [2022-05-19T09:50:33.380Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2022-05-19T09:50:33.380Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2022-05-19T09:50:33.380Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2022-05-19T09:50:33.380Z] === RUN TestMountDaemonRoot/slave/bind_root [2022-05-19T09:50:33.380Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2022-05-19T09:50:33.380Z] === CONT TestMountDaemonRoot/rprivate [2022-05-19T09:50:33.380Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2022-05-19T09:50:33.380Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2022-05-19T09:50:33.380Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2022-05-19T09:50:33.380Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2022-05-19T09:50:33.380Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2022-05-19T09:50:33.380Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2022-05-19T09:50:33.380Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2022-05-19T09:50:33.380Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2022-05-19T09:50:33.380Z] === CONT TestMountDaemonRoot/private [2022-05-19T09:50:33.380Z] === RUN TestMountDaemonRoot/private/mount_subpath [2022-05-19T09:50:33.380Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2022-05-19T09:50:33.380Z] === RUN TestMountDaemonRoot/private/bind_root [2022-05-19T09:50:33.380Z] === PAUSE TestMountDaemonRoot/private/bind_root [2022-05-19T09:50:33.380Z] === RUN TestMountDaemonRoot/private/bind_subpath [2022-05-19T09:50:33.380Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2022-05-19T09:50:33.380Z] === RUN TestMountDaemonRoot/private/mount_root [2022-05-19T09:50:33.380Z] === PAUSE TestMountDaemonRoot/private/mount_root [2022-05-19T09:50:33.380Z] === CONT TestMountDaemonRoot/default/mount_subpath [2022-05-19T09:50:33.381Z] === CONT TestMountDaemonRoot/default/mount_root [2022-05-19T09:50:33.381Z] === CONT TestMountDaemonRoot/default/bind_subpath [2022-05-19T09:50:33.381Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2022-05-19T09:50:33.381Z] === CONT TestMountDaemonRoot/rshared/mount_root [2022-05-19T09:50:33.381Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2022-05-19T09:50:33.381Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2022-05-19T09:50:33.452Z] --- PASS: TestDaemonRestartWithLiveRestore (1.04s) [2022-05-19T09:50:33.452Z] === RUN TestDaemonDefaultNetworkPools [2022-05-19T09:50:33.640Z] === CONT TestMountDaemonRoot/rslave/bind_root [2022-05-19T09:50:33.640Z] === CONT TestMountDaemonRoot/shared/mount_root [2022-05-19T09:50:33.640Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2022-05-19T09:50:33.640Z] === CONT TestMountDaemonRoot/shared/bind_root [2022-05-19T09:50:33.640Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2022-05-19T09:50:33.640Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2022-05-19T09:50:33.640Z] === CONT TestMountDaemonRoot/rslave/mount_root [2022-05-19T09:50:33.640Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2022-05-19T09:50:33.640Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2022-05-19T09:50:33.640Z] === CONT TestMountDaemonRoot/slave/bind_root [2022-05-19T09:50:33.640Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2022-05-19T09:50:33.640Z] === CONT TestMountDaemonRoot/slave/mount_root [2022-05-19T09:50:33.640Z] === CONT TestMountDaemonRoot/private/mount_subpath [2022-05-19T09:50:33.640Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2022-05-19T09:50:33.640Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2022-05-19T09:50:33.640Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2022-05-19T09:50:33.640Z] === CONT TestMountDaemonRoot/private/mount_root [2022-05-19T09:50:33.640Z] === CONT TestMountDaemonRoot/private/bind_subpath [2022-05-19T09:50:33.899Z] === CONT TestMountDaemonRoot/private/bind_root [2022-05-19T09:50:33.899Z] --- PASS: TestMountDaemonRoot (0.02s) [2022-05-19T09:50:33.899Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2022-05-19T09:50:33.899Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.06s) [2022-05-19T09:50:33.899Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.05s) [2022-05-19T09:50:33.899Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.05s) [2022-05-19T09:50:33.899Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.04s) [2022-05-19T09:50:33.899Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2022-05-19T09:50:33.899Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.05s) [2022-05-19T09:50:33.899Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.06s) [2022-05-19T09:50:33.899Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.05s) [2022-05-19T09:50:33.899Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.05s) [2022-05-19T09:50:33.899Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2022-05-19T09:50:33.899Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s) [2022-05-19T09:50:33.899Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s) [2022-05-19T09:50:33.899Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s) [2022-05-19T09:50:33.899Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.04s) [2022-05-19T09:50:33.899Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2022-05-19T09:50:33.899Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.05s) [2022-05-19T09:50:33.899Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.05s) [2022-05-19T09:50:33.899Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.04s) [2022-05-19T09:50:33.899Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.05s) [2022-05-19T09:50:33.899Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2022-05-19T09:50:33.899Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s) [2022-05-19T09:50:33.899Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s) [2022-05-19T09:50:33.899Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s) [2022-05-19T09:50:33.899Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s) [2022-05-19T09:50:33.899Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2022-05-19T09:50:33.899Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2022-05-19T09:50:33.899Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s) [2022-05-19T09:50:33.899Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s) [2022-05-19T09:50:33.899Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.03s) [2022-05-19T09:50:33.899Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2022-05-19T09:50:33.899Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.03s) [2022-05-19T09:50:33.899Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.02s) [2022-05-19T09:50:33.899Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s) [2022-05-19T09:50:33.899Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.02s) [2022-05-19T09:50:33.899Z] === RUN TestContainerBindMountNonRecursive [2022-05-19T09:50:33.946Z] 8b534d64a7c3: Verifying Checksum [2022-05-19T09:50:33.946Z] 8b534d64a7c3: Download complete [2022-05-19T09:50:34.023Z] --- PASS: TestDaemonDefaultNetworkPools (0.72s) [2022-05-19T09:50:34.023Z] === RUN TestDaemonRestartWithExistingNetwork [2022-05-19T09:50:35.274Z] --- PASS: TestContainerBindMountNonRecursive (1.34s) [2022-05-19T09:50:35.274Z] === RUN TestContainerVolumesMountedAsShared [2022-05-19T09:50:35.408Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.14s) [2022-05-19T09:50:35.408Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-05-19T09:50:35.533Z] --- PASS: TestContainerVolumesMountedAsShared (0.43s) [2022-05-19T09:50:35.533Z] === RUN TestContainerVolumesMountedAsSlave [2022-05-19T09:50:35.794Z] --- PASS: TestContainerVolumesMountedAsSlave (0.35s) [2022-05-19T09:50:35.794Z] === RUN TestNetworkNat [2022-05-19T09:50:36.354Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.20s) [2022-05-19T09:50:36.355Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-05-19T09:50:36.362Z] --- PASS: TestNetworkNat (0.48s) [2022-05-19T09:50:36.362Z] === RUN TestNetworkLocalhostTCPNat [2022-05-19T09:50:36.930Z] --- PASS: TestNetworkLocalhostTCPNat (0.47s) [2022-05-19T09:50:36.930Z] === RUN TestNetworkLoopbackNat [2022-05-19T09:50:36.930Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.58s) [2022-05-19T09:50:36.930Z] === RUN TestServiceWithPredefinedNetwork [2022-05-19T09:50:39.493Z] --- PASS: TestServiceWithPredefinedNetwork (2.20s) [2022-05-19T09:50:39.493Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-05-19T09:50:39.493Z] service_test.go:243: FLAKY_TEST [2022-05-19T09:50:39.493Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-05-19T09:50:39.493Z] === RUN TestServiceWithDataPathPortInit [2022-05-19T09:50:39.687Z] --- PASS: TestNetworkLoopbackNat (2.59s) [2022-05-19T09:50:39.687Z] === RUN TestPause [2022-05-19T09:50:40.465Z] --- PASS: TestPause (0.46s) [2022-05-19T09:50:40.465Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-05-19T09:50:40.465Z] pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-05-19T09:50:40.465Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2022-05-19T09:50:40.465Z] === RUN TestPauseStopPausedContainer [2022-05-19T09:50:40.465Z] --- PASS: TestPauseStopPausedContainer (0.43s) [2022-05-19T09:50:40.465Z] === RUN TestPidHost [2022-05-19T09:50:41.408Z] --- PASS: TestPidHost (1.02s) [2022-05-19T09:50:41.408Z] === RUN TestPsFilter [2022-05-19T09:50:41.408Z] --- PASS: TestPsFilter (0.11s) [2022-05-19T09:50:41.408Z] === RUN TestRemoveContainerWithRemovedVolume [2022-05-19T09:50:41.983Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.43s) [2022-05-19T09:50:41.983Z] === RUN TestRemoveContainerWithVolume [2022-05-19T09:50:42.244Z] --- PASS: TestRemoveContainerWithVolume (0.46s) [2022-05-19T09:50:42.244Z] === RUN TestRemoveContainerRunning [2022-05-19T09:50:42.815Z] --- PASS: TestRemoveContainerRunning (0.42s) [2022-05-19T09:50:42.815Z] === RUN TestRemoveContainerForceRemoveRunning [2022-05-19T09:50:43.390Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.44s) [2022-05-19T09:50:43.390Z] === RUN TestRemoveInvalidContainer [2022-05-19T09:50:43.390Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2022-05-19T09:50:43.390Z] === RUN TestRenameLinkedContainer [2022-05-19T09:50:44.629Z] b111c3320c94: Verifying Checksum [2022-05-19T09:50:44.629Z] b111c3320c94: Download complete [2022-05-19T09:50:45.293Z] --- PASS: TestRenameLinkedContainer (1.78s) [2022-05-19T09:50:45.293Z] === RUN TestRenameStoppedContainer [2022-05-19T09:50:45.551Z] --- PASS: TestRenameStoppedContainer (0.43s) [2022-05-19T09:50:45.551Z] === RUN TestRenameRunningContainerAndReuse [2022-05-19T09:50:46.485Z] --- PASS: TestRenameRunningContainerAndReuse (0.90s) [2022-05-19T09:50:46.485Z] === RUN TestRenameInvalidName [2022-05-19T09:50:46.748Z] --- PASS: TestRenameInvalidName (0.45s) [2022-05-19T09:50:46.748Z] === RUN TestRenameAnonymousContainer [2022-05-19T09:50:48.648Z] --- PASS: TestRenameAnonymousContainer (1.64s) [2022-05-19T09:50:48.648Z] === RUN TestRenameContainerWithSameName [2022-05-19T09:50:48.907Z] --- PASS: TestRenameContainerWithSameName (0.45s) [2022-05-19T09:50:48.907Z] === RUN TestRenameContainerWithLinkedContainer [2022-05-19T09:50:49.844Z] --- PASS: TestRenameContainerWithLinkedContainer (0.95s) [2022-05-19T09:50:49.844Z] === RUN TestResize [2022-05-19T09:50:50.411Z] --- PASS: TestResize (0.44s) [2022-05-19T09:50:50.411Z] === RUN TestResizeWithInvalidSize [2022-05-19T09:50:50.669Z] --- PASS: TestResizeWithInvalidSize (0.44s) [2022-05-19T09:50:50.669Z] === RUN TestResizeWhenContainerNotStarted [2022-05-19T09:50:51.238Z] --- PASS: TestResizeWhenContainerNotStarted (0.41s) [2022-05-19T09:50:51.238Z] === RUN TestDaemonRestartKillContainers [2022-05-19T09:50:51.238Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-05-19T09:50:51.238Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-05-19T09:50:51.238Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-05-19T09:50:51.238Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-05-19T09:50:51.238Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-05-19T09:50:51.238Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-05-19T09:50:51.238Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-05-19T09:50:51.238Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-05-19T09:50:51.238Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-05-19T09:50:51.238Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-05-19T09:50:51.238Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-05-19T09:50:51.238Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-05-19T09:50:51.238Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-05-19T09:50:51.238Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-05-19T09:50:51.238Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-05-19T09:50:51.238Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-05-19T09:50:51.238Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-05-19T09:50:51.238Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-05-19T09:50:51.238Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-05-19T09:50:51.238Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-05-19T09:50:51.238Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-05-19T09:50:51.238Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-05-19T09:50:51.238Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-05-19T09:50:51.238Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-05-19T09:50:51.238Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-05-19T09:50:51.238Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-05-19T09:50:51.238Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-05-19T09:50:51.238Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-05-19T09:50:51.238Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-05-19T09:50:51.238Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-05-19T09:50:51.238Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-05-19T09:50:51.238Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-05-19T09:50:51.238Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-05-19T09:50:51.238Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-05-19T09:50:53.173Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-05-19T09:50:54.446Z] --- PASS: TestServiceWithDataPathPortInit (13.50s) [2022-05-19T09:50:54.446Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-05-19T09:50:54.493Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2022-05-19T09:50:54.493Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2022-05-19T09:50:54.559Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-05-19T09:50:55.393Z] service_test.go:435: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:qflewesj85tiwjgtfcvjokkvt Created:2022-05-19 09:50:54.019509457 +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[6574048defd82c83f343a329aa673f42261666ddc7de5ab2405977733a7942e6:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.j3l6f71uv9mqts53epi2vqr84 EndpointID:a257dd01cc8c502bb072cc906485a1d0cf9c9b7616322c65233a7721d55c9cb3 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:b57ee473c494db8378b4977ce9ca64af720b1623378a7043114c7d1f7ded7114 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:43ddfc7bc816 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.j3l6f71uv9mqts53epi2vqr84 EndpointID:a257dd01cc8c502bb072cc906485a1d0cf9c9b7616322c65233a7721d55c9cb3 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2022-05-19T09:50:55.499Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-05-19T09:50:55.499Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-05-19T09:50:56.719Z] INFO [loader] Go packages loading at mode 575 (exports_file|files|imports|name|deps|types_sizes|compiled_files) took 2m52.236650974s [2022-05-19T09:50:56.719Z] 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-05-19T09:50:56.719Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 503.525075ms [2022-05-19T09:50:57.059Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-05-19T09:50:57.059Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-05-19T09:50:59.619Z] --- PASS: TestServiceWithDefaultAddressPoolInit (6.77s) [2022-05-19T09:50:59.620Z] PASS [2022-05-19T09:50:59.620Z] [2022-05-19T09:50:59.620Z] === Skipped [2022-05-19T09:50:59.620Z] === SKIP: arm64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-05-19T09:50:59.620Z] service_test.go:243: FLAKY_TEST [2022-05-19T09:50:59.620Z] [2022-05-19T09:50:59.620Z] DONE 38 tests, 1 skipped in 43.070s [2022-05-19T09:50:59.620Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (arm64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2022-05-19T09:50:59.620Z] ++ 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-05-19T09:50:59.620Z] ++ set -e [2022-05-19T09:50:59.620Z] ++ '[' -n 0 ']' [2022-05-19T09:50:59.620Z] ++ set -x [2022-05-19T09:50:59.620Z] ++ 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-05-19T09:50:59.620Z] INFO: Testing against a local daemon [2022-05-19T09:50:59.620Z] === RUN TestDockerNetworkIpvlanPersistance [2022-05-19T09:50:59.620Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-05-19T09:50:59.620Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2022-05-19T09:50:59.620Z] === RUN TestDockerNetworkIpvlan [2022-05-19T09:50:59.620Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-05-19T09:50:59.620Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2022-05-19T09:50:59.620Z] PASS [2022-05-19T09:50:59.620Z] [2022-05-19T09:50:59.620Z] === Skipped [2022-05-19T09:50:59.620Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2022-05-19T09:50:59.620Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-05-19T09:50:59.620Z] [2022-05-19T09:50:59.620Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2022-05-19T09:50:59.620Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-05-19T09:50:59.620Z] [2022-05-19T09:50:59.620Z] DONE 2 tests, 2 skipped in 0.085s [2022-05-19T09:50:59.620Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (arm64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2022-05-19T09:50:59.620Z] ++ 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-05-19T09:50:59.620Z] ++ set -e [2022-05-19T09:50:59.620Z] ++ '[' -n 0 ']' [2022-05-19T09:50:59.620Z] ++ set -x [2022-05-19T09:50:59.620Z] ++ 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-05-19T09:50:59.620Z] INFO: Testing against a local daemon [2022-05-19T09:50:59.620Z] === RUN TestDockerNetworkMacvlanPersistance [2022-05-19T09:51:00.356Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-05-19T09:51:00.356Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-05-19T09:51:01.013Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.24s) [2022-05-19T09:51:01.013Z] === RUN TestDockerNetworkMacvlan [2022-05-19T09:51:01.586Z] === RUN TestDockerNetworkMacvlan/Subinterface [2022-05-19T09:51:02.276Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-05-19T09:51:02.535Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2022-05-19T09:51:03.107Z] === RUN TestDockerNetworkMacvlan/NilParent [2022-05-19T09:51:04.187Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-05-19T09:51:04.187Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-05-19T09:51:05.021Z] === RUN TestDockerNetworkMacvlan/InternalMode [2022-05-19T09:51:06.093Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-05-19T09:51:06.093Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-05-19T09:51:06.407Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2022-05-19T09:51:07.468Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-05-19T09:51:09.368Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2022-05-19T09:51:09.368Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (1.94s) [2022-05-19T09:51:09.368Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.24s) [2022-05-19T09:51:09.368Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (4.24s) [2022-05-19T09:51:09.368Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.26s) [2022-05-19T09:51:09.368Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.23s) [2022-05-19T09:51:09.368Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.35s) [2022-05-19T09:51:09.368Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (3.44s) [2022-05-19T09:51:09.368Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (3.49s) [2022-05-19T09:51:09.368Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (2.00s) [2022-05-19T09:51:09.368Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (3.95s) [2022-05-19T09:51:09.368Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (1.64s) [2022-05-19T09:51:09.368Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (1.85s) [2022-05-19T09:51:09.368Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (2.11s) [2022-05-19T09:51:09.368Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (1.75s) [2022-05-19T09:51:09.368Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (1.80s) [2022-05-19T09:51:09.368Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.49s) [2022-05-19T09:51:09.368Z] === RUN TestCgroupNamespacesRun [2022-05-19T09:51:09.707Z] === RUN TestDockerNetworkMacvlan/Addressing [2022-05-19T09:51:10.277Z] --- PASS: TestDockerNetworkMacvlan (9.26s) [2022-05-19T09:51:10.277Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.06s) [2022-05-19T09:51:10.277Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.07s) [2022-05-19T09:51:10.277Z] --- PASS: TestDockerNetworkMacvlan/NilParent (0.79s) [2022-05-19T09:51:10.277Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (0.76s) [2022-05-19T09:51:10.277Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (2.01s) [2022-05-19T09:51:10.277Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.56s) [2022-05-19T09:51:10.277Z] PASS [2022-05-19T09:51:10.277Z] [2022-05-19T09:51:10.277Z] DONE 8 tests in 10.580s [2022-05-19T09:51:10.277Z] Running /go/src/github.com/docker/docker/integration/plugin (arm64.integration.plugin) flags=-test.v -test.timeout=120m [2022-05-19T09:51:10.277Z] ++ 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-05-19T09:51:10.277Z] ++ set -e [2022-05-19T09:51:10.277Z] ++ '[' -n 0 ']' [2022-05-19T09:51:10.277Z] ++ set -x [2022-05-19T09:51:10.277Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-05-19T09:51:10.277Z] testing: warning: no tests to run [2022-05-19T09:51:10.277Z] PASS [2022-05-19T09:51:10.277Z] [2022-05-19T09:51:10.277Z] DONE 0 tests in 0.028s [2022-05-19T09:51:10.277Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (arm64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2022-05-19T09:51:10.277Z] ++ 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-05-19T09:51:10.277Z] ++ set -e [2022-05-19T09:51:10.277Z] ++ '[' -n 0 ']' [2022-05-19T09:51:10.277Z] ++ set -x [2022-05-19T09:51:10.277Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-05-19T09:51:10.277Z] INFO: Testing against a local daemon [2022-05-19T09:51:10.277Z] === RUN TestAuthZPluginAllowRequest [2022-05-19T09:51:10.302Z] --- PASS: TestCgroupNamespacesRun (1.24s) [2022-05-19T09:51:10.303Z] === RUN TestCgroupNamespacesRunPrivileged [2022-05-19T09:51:10.303Z] run_cgroupns_linux_test.go:61: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns [2022-05-19T09:51:10.303Z] --- SKIP: TestCgroupNamespacesRunPrivileged (0.00s) [2022-05-19T09:51:10.303Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2022-05-19T09:51:11.660Z] --- PASS: TestAuthZPluginAllowRequest (1.13s) [2022-05-19T09:51:11.660Z] === RUN TestAuthZPluginTLS [2022-05-19T09:51:11.676Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.17s) [2022-05-19T09:51:11.676Z] === RUN TestCgroupNamespacesRunHostMode [2022-05-19T09:51:11.921Z] --- PASS: TestAuthZPluginTLS (0.55s) [2022-05-19T09:51:11.921Z] === RUN TestAuthZPluginDenyRequest [2022-05-19T09:51:12.491Z] --- PASS: TestAuthZPluginDenyRequest (0.54s) [2022-05-19T09:51:12.491Z] === RUN TestAuthZPluginAPIDenyResponse [2022-05-19T09:51:12.616Z] --- PASS: TestCgroupNamespacesRunHostMode (1.22s) [2022-05-19T09:51:12.616Z] === RUN TestCgroupNamespacesRunPrivateMode [2022-05-19T09:51:13.236Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s) [2022-05-19T09:51:13.236Z] === RUN TestAuthZPluginDenyResponse [2022-05-19T09:51:13.807Z] --- PASS: TestAuthZPluginDenyResponse (0.54s) [2022-05-19T09:51:13.807Z] === RUN TestAuthZPluginAllowEventStream [2022-05-19T09:51:14.072Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.19s) [2022-05-19T09:51:14.072Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2022-05-19T09:51:14.748Z] --- PASS: TestAuthZPluginAllowEventStream (1.12s) [2022-05-19T09:51:14.749Z] === RUN TestAuthZPluginErrorResponse [2022-05-19T09:51:15.006Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.16s) [2022-05-19T09:51:15.006Z] === RUN TestCgroupNamespacesRunInvalidMode [2022-05-19T09:51:15.319Z] --- PASS: TestAuthZPluginErrorResponse (0.53s) [2022-05-19T09:51:15.319Z] === RUN TestAuthZPluginErrorRequest [2022-05-19T09:51:15.889Z] --- PASS: TestAuthZPluginErrorRequest (0.53s) [2022-05-19T09:51:15.889Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2022-05-19T09:51:15.940Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.68s) [2022-05-19T09:51:15.940Z] === RUN TestCgroupNamespacesRunOlderClient [2022-05-19T09:51:16.485Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.53s) [2022-05-19T09:51:16.485Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2022-05-19T09:51:16.874Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.23s) [2022-05-19T09:51:16.874Z] === RUN TestNISDomainname [2022-05-19T09:51:17.440Z] --- PASS: TestNISDomainname (0.60s) [2022-05-19T09:51:17.440Z] === RUN TestHostnameDnsResolution [2022-05-19T09:51:17.867Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.33s) [2022-05-19T09:51:17.867Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2022-05-19T09:51:18.374Z] --- PASS: TestHostnameDnsResolution (0.67s) [2022-05-19T09:51:18.374Z] === RUN TestUnprivilegedPortsAndPing [2022-05-19T09:51:18.941Z] --- PASS: TestUnprivilegedPortsAndPing (0.57s) [2022-05-19T09:51:18.941Z] === RUN TestPrivilegedHostDevices [2022-05-19T09:51:19.249Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.32s) [2022-05-19T09:51:19.249Z] === RUN TestAuthZPluginHeader [2022-05-19T09:51:19.507Z] --- PASS: TestPrivilegedHostDevices (0.55s) [2022-05-19T09:51:19.507Z] === RUN TestConsoleSize [2022-05-19T09:51:19.765Z] --- PASS: TestConsoleSize (0.41s) [2022-05-19T09:51:19.765Z] === RUN TestStats [2022-05-19T09:51:19.820Z] --- PASS: TestAuthZPluginHeader (0.69s) [2022-05-19T09:51:19.820Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2022-05-19T09:51:19.820Z] authz_plugin_v2_test.go:44: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-05-19T09:51:19.820Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2022-05-19T09:51:19.820Z] === RUN TestAuthZPluginV2Disable [2022-05-19T09:51:19.820Z] authz_plugin_v2_test.go:66: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-05-19T09:51:19.820Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2022-05-19T09:51:19.820Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2022-05-19T09:51:19.820Z] authz_plugin_v2_test.go:92: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-05-19T09:51:19.820Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2022-05-19T09:51:19.820Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2022-05-19T09:51:19.820Z] authz_plugin_v2_test.go:127: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-05-19T09:51:19.820Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2022-05-19T09:51:19.820Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2022-05-19T09:51:22.291Z] --- PASS: TestStats (2.47s) [2022-05-19T09:51:22.291Z] === RUN TestStopContainerWithTimeout [2022-05-19T09:51:22.291Z] === RUN TestStopContainerWithTimeout/0 [2022-05-19T09:51:22.291Z] === PAUSE TestStopContainerWithTimeout/0 [2022-05-19T09:51:22.291Z] === RUN TestStopContainerWithTimeout/1 [2022-05-19T09:51:22.291Z] === PAUSE TestStopContainerWithTimeout/1 [2022-05-19T09:51:22.291Z] === RUN TestStopContainerWithTimeout/3 [2022-05-19T09:51:22.291Z] === PAUSE TestStopContainerWithTimeout/3 [2022-05-19T09:51:22.291Z] === RUN TestStopContainerWithTimeout/-1 [2022-05-19T09:51:22.291Z] === PAUSE TestStopContainerWithTimeout/-1 [2022-05-19T09:51:22.291Z] === CONT TestStopContainerWithTimeout/0 [2022-05-19T09:51:22.291Z] === CONT TestStopContainerWithTimeout/-1 [2022-05-19T09:51:22.857Z] === CONT TestStopContainerWithTimeout/3 [2022-05-19T09:51:25.398Z] === CONT TestStopContainerWithTimeout/1 [2022-05-19T09:51:26.811Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2022-05-19T09:51:26.811Z] --- PASS: TestStopContainerWithTimeout/0 (0.70s) [2022-05-19T09:51:26.811Z] --- PASS: TestStopContainerWithTimeout/-1 (2.79s) [2022-05-19T09:51:26.811Z] --- PASS: TestStopContainerWithTimeout/3 (2.47s) [2022-05-19T09:51:26.811Z] --- PASS: TestStopContainerWithTimeout/1 (1.57s) [2022-05-19T09:51:26.811Z] === RUN TestDeleteDevicemapper [2022-05-19T09:51:26.811Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-05-19T09:51:26.811Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2022-05-19T09:51:26.811Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-05-19T09:51:28.187Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.49s) [2022-05-19T09:51:28.187Z] === RUN TestUpdateMemory [2022-05-19T09:51:28.187Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2022-05-19T09:51:28.187Z] --- SKIP: TestUpdateMemory (0.00s) [2022-05-19T09:51:28.187Z] === RUN TestUpdateCPUQuota [2022-05-19T09:51:29.124Z] --- PASS: TestUpdateCPUQuota (0.95s) [2022-05-19T09:51:29.124Z] === RUN TestUpdatePidsLimit [2022-05-19T09:51:29.124Z] === RUN TestUpdatePidsLimit/update_from_none [2022-05-19T09:51:29.382Z] === RUN TestUpdatePidsLimit/no_change [2022-05-19T09:51:29.382Z] === RUN TestUpdatePidsLimit/update_lower [2022-05-19T09:51:29.642Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2022-05-19T09:51:29.900Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2022-05-19T09:51:30.158Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2022-05-19T09:51:30.416Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2022-05-19T09:51:31.350Z] --- PASS: TestUpdatePidsLimit (2.09s) [2022-05-19T09:51:31.350Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.21s) [2022-05-19T09:51:31.350Z] --- PASS: TestUpdatePidsLimit/no_change (0.22s) [2022-05-19T09:51:31.350Z] --- PASS: TestUpdatePidsLimit/update_lower (0.23s) [2022-05-19T09:51:31.350Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.20s) [2022-05-19T09:51:31.350Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.23s) [2022-05-19T09:51:31.350Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.24s) [2022-05-19T09:51:31.350Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.24s) [2022-05-19T09:51:31.350Z] === RUN TestUpdateRestartPolicy [2022-05-19T09:51:37.931Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.58s) [2022-05-19T09:51:37.931Z] PASS [2022-05-19T09:51:37.931Z] [2022-05-19T09:51:37.931Z] === Skipped [2022-05-19T09:51:37.931Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2022-05-19T09:51:37.931Z] authz_plugin_v2_test.go:44: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-05-19T09:51:37.931Z] [2022-05-19T09:51:37.931Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2022-05-19T09:51:37.931Z] authz_plugin_v2_test.go:66: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-05-19T09:51:37.931Z] [2022-05-19T09:51:37.931Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2022-05-19T09:51:37.931Z] authz_plugin_v2_test.go:92: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-05-19T09:51:37.931Z] [2022-05-19T09:51:37.931Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2022-05-19T09:51:37.931Z] authz_plugin_v2_test.go:127: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-05-19T09:51:37.931Z] [2022-05-19T09:51:37.931Z] DONE 17 tests, 4 skipped in 26.007s [2022-05-19T09:51:37.931Z] Running /go/src/github.com/docker/docker/integration/plugin/common (arm64.integration.plugin.common) flags=-test.v -test.timeout=120m [2022-05-19T09:51:37.931Z] ++ 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-05-19T09:51:37.931Z] ++ set -e [2022-05-19T09:51:37.931Z] ++ '[' -n 0 ']' [2022-05-19T09:51:37.931Z] ++ set -x [2022-05-19T09:51:37.931Z] ++ 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-05-19T09:51:37.931Z] INFO: Testing against a local daemon [2022-05-19T09:51:37.931Z] === RUN TestPluginInvalidJSON [2022-05-19T09:51:37.931Z] === RUN TestPluginInvalidJSON/plugins/foobar/set [2022-05-19T09:51:37.931Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set [2022-05-19T09:51:37.931Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade [2022-05-19T09:51:37.931Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade [2022-05-19T09:51:37.931Z] === RUN TestPluginInvalidJSON/plugins/pull [2022-05-19T09:51:37.931Z] === PAUSE TestPluginInvalidJSON/plugins/pull [2022-05-19T09:51:37.931Z] === CONT TestPluginInvalidJSON/plugins/foobar/set [2022-05-19T09:51:37.931Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type [2022-05-19T09:51:37.931Z] === CONT TestPluginInvalidJSON/plugins/pull [2022-05-19T09:51:37.931Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_content_type [2022-05-19T09:51:37.931Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON [2022-05-19T09:51:37.931Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_JSON [2022-05-19T09:51:37.931Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON [2022-05-19T09:51:37.931Z] === RUN TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON [2022-05-19T09:51:37.931Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/empty_body [2022-05-19T09:51:37.931Z] === RUN TestPluginInvalidJSON/plugins/pull/empty_body [2022-05-19T09:51:37.931Z] === CONT TestPluginInvalidJSON/plugins/foobar/upgrade [2022-05-19T09:51:37.931Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type [2022-05-19T09:51:37.931Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON [2022-05-19T09:51:37.931Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON [2022-05-19T09:51:37.931Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body [2022-05-19T09:51:37.931Z] --- PASS: TestPluginInvalidJSON (0.01s) [2022-05-19T09:51:37.931Z] --- PASS: TestPluginInvalidJSON/plugins/pull (0.00s) [2022-05-19T09:51:37.931Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.00s) [2022-05-19T09:51:37.931Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.00s) [2022-05-19T09:51:37.931Z] --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.00s) [2022-05-19T09:51:37.931Z] --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.00s) [2022-05-19T09:51:37.931Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.01s) [2022-05-19T09:51:37.931Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.00s) [2022-05-19T09:51:37.931Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.00s) [2022-05-19T09:51:37.931Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.00s) [2022-05-19T09:51:37.931Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.00s) [2022-05-19T09:51:37.931Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.00s) [2022-05-19T09:51:37.931Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.00s) [2022-05-19T09:51:37.931Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s) [2022-05-19T09:51:37.931Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.00s) [2022-05-19T09:51:37.931Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s) [2022-05-19T09:51:37.931Z] === RUN TestPluginInstall [2022-05-19T09:51:37.931Z] === RUN TestPluginInstall/no_auth [2022-05-19T09:51:37.931Z] time="2022-05-19T09:51:37Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-05-19T09:51:37.931Z] time="2022-05-19T09:51:37Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:2be6c5729673fa1de7f02436d62252d36031b65e4eb1202c93db16d690cf6ec5" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-05-19T09:51:37.931Z] time="2022-05-19T09:51:37Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-05-19T09:51:37.931Z] time="2022-05-19T09:51:37Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:2be6c5729673fa1de7f02436d62252d36031b65e4eb1202c93db16d690cf6ec5" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-05-19T09:51:37.931Z] === RUN TestPluginInstall/with_htpasswd [2022-05-19T09:51:37.931Z] time="2022-05-19T09:51:37Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-05-19T09:51:37.931Z] time="2022-05-19T09:51:37Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:81190637b607d8132b7d06f22882a631921c8fd79f3ac7cd1902c995a4088121" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-05-19T09:51:37.931Z] time="2022-05-19T09:51:37Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-05-19T09:51:37.931Z] time="2022-05-19T09:51:37Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:81190637b607d8132b7d06f22882a631921c8fd79f3ac7cd1902c995a4088121" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-05-19T09:51:37.931Z] === RUN TestPluginInstall/with_insecure [2022-05-19T09:51:38.874Z] time="2022-05-19T09:51:38Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-05-19T09:51:38.874Z] time="2022-05-19T09:51:38Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:47b5bad9d183665487128d4493f25f723af8286671102e7f4ce569ff5da15ece" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-05-19T09:51:38.874Z] time="2022-05-19T09:51:38Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-05-19T09:51:38.874Z] time="2022-05-19T09:51:38Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:47b5bad9d183665487128d4493f25f723af8286671102e7f4ce569ff5da15ece" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-05-19T09:51:38.874Z] plugin_test.go:195: [d2c8c9f33a253] daemon is not started [2022-05-19T09:51:38.874Z] --- PASS: TestPluginInstall (2.47s) [2022-05-19T09:51:38.874Z] --- PASS: TestPluginInstall/no_auth (0.91s) [2022-05-19T09:51:38.874Z] --- PASS: TestPluginInstall/with_htpasswd (0.55s) [2022-05-19T09:51:38.874Z] --- PASS: TestPluginInstall/with_insecure (1.01s) [2022-05-19T09:51:38.874Z] === RUN TestPluginsWithRuntimes [2022-05-19T09:51:40.259Z] === RUN TestPluginsWithRuntimes/No_Args [2022-05-19T09:51:41.203Z] === RUN TestPluginsWithRuntimes/With_Args [2022-05-19T09:51:42.144Z] --- PASS: TestPluginsWithRuntimes (3.23s) [2022-05-19T09:51:42.144Z] --- PASS: TestPluginsWithRuntimes/No_Args (0.85s) [2022-05-19T09:51:42.144Z] --- PASS: TestPluginsWithRuntimes/With_Args (0.87s) [2022-05-19T09:51:42.144Z] === RUN TestPluginBackCompatMediaTypes [2022-05-19T09:51:42.907Z] --- PASS: TestPluginBackCompatMediaTypes (0.55s) [2022-05-19T09:51:42.907Z] PASS [2022-05-19T09:51:42.907Z] [2022-05-19T09:51:42.907Z] DONE 24 tests in 6.386s [2022-05-19T09:51:42.907Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (arm64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2022-05-19T09:51:42.907Z] ++ 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-05-19T09:51:42.907Z] ++ set -e [2022-05-19T09:51:42.907Z] ++ '[' -n 0 ']' [2022-05-19T09:51:42.907Z] ++ set -x [2022-05-19T09:51:42.907Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-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-05-19T09:51:42.907Z] INFO: Testing against a local daemon [2022-05-19T09:51:42.907Z] === RUN TestExternalGraphDriver [2022-05-19T09:51:42.907Z] === RUN TestExternalGraphDriver/json [2022-05-19T09:51:43.610Z] --- PASS: TestUpdateRestartPolicy (11.09s) [2022-05-19T09:51:43.610Z] === RUN TestUpdateRestartWithAutoRemove [2022-05-19T09:51:43.610Z] --- PASS: TestUpdateRestartWithAutoRemove (0.47s) [2022-05-19T09:51:43.610Z] === RUN TestWaitNonBlocked [2022-05-19T09:51:43.610Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-05-19T09:51:43.610Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-05-19T09:51:43.610Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-05-19T09:51:43.610Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-05-19T09:51:43.610Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-05-19T09:51:43.610Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-05-19T09:51:43.610Z] --- PASS: TestWaitNonBlocked (0.01s) [2022-05-19T09:51:43.610Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.79s) [2022-05-19T09:51:43.610Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.82s) [2022-05-19T09:51:43.610Z] === RUN TestWaitBlocked [2022-05-19T09:51:43.610Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2022-05-19T09:51:43.610Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2022-05-19T09:51:43.610Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2022-05-19T09:51:43.610Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2022-05-19T09:51:43.610Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2022-05-19T09:51:43.610Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2022-05-19T09:51:44.183Z] --- PASS: TestWaitBlocked (0.01s) [2022-05-19T09:51:44.183Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.67s) [2022-05-19T09:51:44.183Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.71s) [2022-05-19T09:51:44.183Z] === CONT TestContainerStartOnDaemonRestart [2022-05-19T09:51:44.183Z] === CONT TestRestartDaemonWithRestartingContainer [2022-05-19T09:51:44.310Z] === RUN TestExternalGraphDriver/spec [2022-05-19T09:51:46.224Z] === RUN TestExternalGraphDriver/pull [2022-05-19T09:51:46.718Z] --- PASS: TestContainerStartOnDaemonRestart (2.38s) [2022-05-19T09:51:46.718Z] === CONT TestDaemonHostGatewayIP [2022-05-19T09:51:46.718Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.40s) [2022-05-19T09:51:46.718Z] === CONT TestDaemonRestartIpcMode [2022-05-19T09:51:47.612Z] --- PASS: TestExternalGraphDriver (4.77s) [2022-05-19T09:51:47.612Z] --- PASS: TestExternalGraphDriver/json (1.56s) [2022-05-19T09:51:47.612Z] --- PASS: TestExternalGraphDriver/spec (1.56s) [2022-05-19T09:51:47.612Z] --- PASS: TestExternalGraphDriver/pull (1.62s) [2022-05-19T09:51:47.612Z] === RUN TestGraphdriverPluginV2 [2022-05-19T09:51:47.612Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-05-19T09:51:47.612Z] --- SKIP: TestGraphdriverPluginV2 (0.02s) [2022-05-19T09:51:47.612Z] PASS [2022-05-19T09:51:47.612Z] [2022-05-19T09:51:47.612Z] === Skipped [2022-05-19T09:51:47.612Z] === SKIP: arm64.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.02s) [2022-05-19T09:51:47.612Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-05-19T09:51:47.612Z] [2022-05-19T09:51:47.612Z] DONE 5 tests, 1 skipped in 4.886s [2022-05-19T09:51:47.612Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (arm64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2022-05-19T09:51:47.612Z] ++ 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-05-19T09:51:47.612Z] ++ set -e [2022-05-19T09:51:47.612Z] ++ '[' -n 0 ']' [2022-05-19T09:51:47.612Z] ++ set -x [2022-05-19T09:51:47.612Z] ++ 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-05-19T09:51:47.612Z] INFO: Testing against a local daemon [2022-05-19T09:51:47.612Z] === RUN TestContinueAfterPluginCrash [2022-05-19T09:51:47.612Z] === PAUSE TestContinueAfterPluginCrash [2022-05-19T09:51:47.612Z] === RUN TestReadPluginNoRead [2022-05-19T09:51:47.612Z] === PAUSE TestReadPluginNoRead [2022-05-19T09:51:47.612Z] === RUN TestDaemonStartWithLogOpt [2022-05-19T09:51:47.612Z] === PAUSE TestDaemonStartWithLogOpt [2022-05-19T09:51:47.612Z] === CONT TestContinueAfterPluginCrash [2022-05-19T09:51:47.612Z] === CONT TestDaemonStartWithLogOpt [2022-05-19T09:51:49.250Z] --- PASS: TestDaemonRestartIpcMode (2.64s) [2022-05-19T09:51:49.250Z] === CONT TestIpcModeOlderClient [2022-05-19T09:51:49.250Z] --- PASS: TestIpcModeOlderClient (0.08s) [2022-05-19T09:51:49.250Z] === CONT TestContainerKillOnDaemonStart [2022-05-19T09:51:49.250Z] --- PASS: TestDaemonHostGatewayIP (2.75s) [2022-05-19T09:51:50.911Z] --- PASS: TestDaemonStartWithLogOpt (2.99s) [2022-05-19T09:51:50.911Z] === CONT TestReadPluginNoRead [2022-05-19T09:51:52.952Z] === RUN TestReadPluginNoRead/default [2022-05-19T09:51:53.928Z] === RUN TestReadPluginNoRead/disabled_caching [2022-05-19T09:51:55.327Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2022-05-19T09:51:55.595Z] --- PASS: TestContinueAfterPluginCrash (7.97s) [2022-05-19T09:51:56.175Z] === CONT TestReadPluginNoRead [2022-05-19T09:51:56.175Z] read_test.go:92: [d80ed9ad3d503] daemon is not started [2022-05-19T09:51:56.175Z] --- PASS: TestReadPluginNoRead (5.56s) [2022-05-19T09:51:56.175Z] --- PASS: TestReadPluginNoRead/default (1.16s) [2022-05-19T09:51:56.175Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.15s) [2022-05-19T09:51:56.175Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.14s) [2022-05-19T09:51:56.175Z] PASS [2022-05-19T09:51:56.175Z] [2022-05-19T09:51:56.175Z] DONE 6 tests in 8.671s [2022-05-19T09:51:56.175Z] 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-05-19T09:51:56.175Z] ++ 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-05-19T09:51:56.175Z] ++ set -e [2022-05-19T09:51:56.175Z] ++ '[' -n 0 ']' [2022-05-19T09:51:56.175Z] ++ set -x [2022-05-19T09:51:56.175Z] ++ 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-05-19T09:51:56.437Z] testing: warning: no tests to run [2022-05-19T09:51:56.437Z] PASS [2022-05-19T09:51:56.437Z] [2022-05-19T09:51:56.437Z] DONE 0 tests in 0.031s [2022-05-19T09:51:56.437Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (arm64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2022-05-19T09:51:56.437Z] ++ 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-05-19T09:51:56.437Z] ++ set -e [2022-05-19T09:51:56.437Z] ++ '[' -n 0 ']' [2022-05-19T09:51:56.437Z] ++ set -x [2022-05-19T09:51:56.437Z] ++ 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-05-19T09:51:56.437Z] INFO: Testing against a local daemon [2022-05-19T09:51:56.437Z] === RUN TestPluginWithDevMounts [2022-05-19T09:51:56.437Z] === PAUSE TestPluginWithDevMounts [2022-05-19T09:51:56.437Z] === CONT TestPluginWithDevMounts [2022-05-19T09:51:58.066Z] --- PASS: TestPluginWithDevMounts (1.51s) [2022-05-19T09:51:58.066Z] PASS [2022-05-19T09:51:58.341Z] [2022-05-19T09:51:58.341Z] DONE 1 tests in 1.611s [2022-05-19T09:51:58.341Z] Running /go/src/github.com/docker/docker/integration/secret (arm64.integration.secret) flags=-test.v -test.timeout=120m [2022-05-19T09:51:58.341Z] ++ 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-05-19T09:51:58.341Z] ++ set -e [2022-05-19T09:51:58.341Z] ++ '[' -n 0 ']' [2022-05-19T09:51:58.341Z] ++ set -x [2022-05-19T09:51:58.341Z] ++ 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-05-19T09:51:58.341Z] INFO: Testing against a local daemon [2022-05-19T09:51:58.341Z] === RUN TestSecretInspect [2022-05-19T09:52:00.265Z] --- PASS: TestSecretInspect (2.15s) [2022-05-19T09:52:00.265Z] === RUN TestSecretList [2022-05-19T09:52:01.492Z] --- PASS: TestContainerKillOnDaemonStart (11.53s) [2022-05-19T09:52:01.493Z] PASS [2022-05-19T09:52:01.493Z] [2022-05-19T09:52:01.493Z] === Skipped [2022-05-19T09:52:01.493Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2022-05-19T09:52:01.493Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-05-19T09:52:01.493Z] [2022-05-19T09:52:01.493Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2022-05-19T09:52:01.493Z] kill_test.go:159: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-05-19T09:52:01.493Z] [2022-05-19T09:52:01.493Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2022-05-19T09:52:01.493Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-05-19T09:52:01.493Z] [2022-05-19T09:52:01.493Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2022-05-19T09:52:01.493Z] pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-05-19T09:52:01.493Z] [2022-05-19T09:52:01.493Z] === SKIP: amd64.integration.container TestCgroupNamespacesRunPrivileged (0.00s) [2022-05-19T09:52:01.493Z] run_cgroupns_linux_test.go:61: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns [2022-05-19T09:52:01.493Z] [2022-05-19T09:52:01.493Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2022-05-19T09:52:01.493Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-05-19T09:52:01.493Z] [2022-05-19T09:52:01.493Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2022-05-19T09:52:01.493Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2022-05-19T09:52:01.493Z] [2022-05-19T09:52:01.493Z] DONE 238 tests, 7 skipped in 122.435s [2022-05-19T09:52:01.493Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m [2022-05-19T09:52:01.493Z] === RUN TestConfigDaemonLibtrustID [2022-05-19T09:52:01.493Z] --- PASS: TestConfigDaemonLibtrustID (0.52s) [2022-05-19T09:52:01.493Z] === RUN TestConfigDaemonID [2022-05-19T09:52:02.202Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2022-05-19T09:52:02.430Z] daemon_test.go:84: [dd7d7d6b4c8b8] daemon is not started [2022-05-19T09:52:02.430Z] --- PASS: TestConfigDaemonID (1.04s) [2022-05-19T09:52:02.430Z] === RUN TestDaemonConfigValidation [2022-05-19T09:52:02.430Z] === RUN TestDaemonConfigValidation/config_with_no_content [2022-05-19T09:52:02.430Z] === PAUSE TestDaemonConfigValidation/config_with_no_content [2022-05-19T09:52:02.430Z] === RUN TestDaemonConfigValidation/config_with_{} [2022-05-19T09:52:02.430Z] === PAUSE TestDaemonConfigValidation/config_with_{} [2022-05-19T09:52:02.430Z] === RUN TestDaemonConfigValidation/invalid_config [2022-05-19T09:52:02.430Z] === PAUSE TestDaemonConfigValidation/invalid_config [2022-05-19T09:52:02.430Z] === RUN TestDaemonConfigValidation/malformed_config [2022-05-19T09:52:02.430Z] === PAUSE TestDaemonConfigValidation/malformed_config [2022-05-19T09:52:02.430Z] === RUN TestDaemonConfigValidation/valid_config [2022-05-19T09:52:02.430Z] === PAUSE TestDaemonConfigValidation/valid_config [2022-05-19T09:52:02.430Z] === CONT TestDaemonConfigValidation/config_with_no_content [2022-05-19T09:52:02.430Z] === CONT TestDaemonConfigValidation/malformed_config [2022-05-19T09:52:02.689Z] === CONT TestDaemonConfigValidation/valid_config [2022-05-19T09:52:02.689Z] === CONT TestDaemonConfigValidation/invalid_config [2022-05-19T09:52:02.689Z] === CONT TestDaemonConfigValidation/config_with_{} [2022-05-19T09:52:02.689Z] --- PASS: TestDaemonConfigValidation (0.00s) [2022-05-19T09:52:02.689Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.08s) [2022-05-19T09:52:02.689Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.11s) [2022-05-19T09:52:02.689Z] --- PASS: TestDaemonConfigValidation/valid_config (0.10s) [2022-05-19T09:52:02.689Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.08s) [2022-05-19T09:52:02.689Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.05s) [2022-05-19T09:52:02.689Z] === RUN TestConfigDaemonSeccompProfiles [2022-05-19T09:52:02.689Z] === RUN TestConfigDaemonSeccompProfiles/empty_profile_set [2022-05-19T09:52:02.813Z] --- PASS: TestSecretList (2.16s) [2022-05-19T09:52:02.813Z] === RUN TestSecretsCreateAndDelete [2022-05-19T09:52:04.064Z] === RUN TestConfigDaemonSeccompProfiles/default_profile [2022-05-19T09:52:04.725Z] --- PASS: TestSecretsCreateAndDelete (2.14s) [2022-05-19T09:52:04.725Z] === RUN TestSecretsUpdate [2022-05-19T09:52:04.998Z] === RUN TestConfigDaemonSeccompProfiles/unconfined_profile [2022-05-19T09:52:05.932Z] === CONT TestConfigDaemonSeccompProfiles [2022-05-19T09:52:05.932Z] daemon_test.go:198: [d8feac51c6b28] daemon is not started [2022-05-19T09:52:05.932Z] --- PASS: TestConfigDaemonSeccompProfiles (3.12s) [2022-05-19T09:52:05.932Z] --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.04s) [2022-05-19T09:52:05.932Z] --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.04s) [2022-05-19T09:52:05.932Z] --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.04s) [2022-05-19T09:52:05.932Z] === RUN TestDaemonProxy [2022-05-19T09:52:05.932Z] === RUN TestDaemonProxy/environment_variables [2022-05-19T09:52:06.637Z] --- PASS: TestSecretsUpdate (2.14s) [2022-05-19T09:52:06.637Z] === RUN TestTemplatedSecret [2022-05-19T09:52:07.840Z] === RUN TestDaemonProxy/command-line_options [2022-05-19T09:52:09.179Z] --- PASS: TestTemplatedSecret (2.54s) [2022-05-19T09:52:09.179Z] === RUN TestSecretCreateResolve [2022-05-19T09:52:09.215Z] === RUN TestDaemonProxy/configuration_file [2022-05-19T09:52:11.116Z] === RUN TestDaemonProxy/conflicting_options [2022-05-19T09:52:11.681Z] === RUN TestDaemonProxy/reload_sanitized [2022-05-19T09:52:11.721Z] --- PASS: TestSecretCreateResolve (2.13s) [2022-05-19T09:52:11.721Z] PASS [2022-05-19T09:52:11.721Z] [2022-05-19T09:52:11.722Z] DONE 6 tests in 13.339s [2022-05-19T09:52:11.722Z] Running /go/src/github.com/docker/docker/integration/service (arm64.integration.service) flags=-test.v -test.timeout=120m [2022-05-19T09:52:11.722Z] ++ 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-05-19T09:52:11.722Z] ++ set -e [2022-05-19T09:52:11.722Z] ++ '[' -n 0 ']' [2022-05-19T09:52:11.722Z] ++ set -x [2022-05-19T09:52:11.722Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-05-19T09:52:11.722Z] INFO: Testing against a local daemon [2022-05-19T09:52:11.722Z] === RUN TestServiceCreateInit [2022-05-19T09:52:11.722Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-05-19T09:52:11.938Z] --- PASS: TestDaemonProxy (6.19s) [2022-05-19T09:52:11.938Z] --- PASS: TestDaemonProxy/environment_variables (1.71s) [2022-05-19T09:52:11.938Z] --- PASS: TestDaemonProxy/command-line_options (1.74s) [2022-05-19T09:52:11.938Z] --- PASS: TestDaemonProxy/configuration_file (1.72s) [2022-05-19T09:52:11.938Z] --- PASS: TestDaemonProxy/conflicting_options (0.50s) [2022-05-19T09:52:11.938Z] --- PASS: TestDaemonProxy/reload_sanitized (0.52s) [2022-05-19T09:52:11.938Z] PASS [2022-05-19T09:52:11.938Z] [2022-05-19T09:52:11.938Z] DONE 18 tests in 11.134s [2022-05-19T09:52:11.938Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2022-05-19T09:52:12.196Z] INFO: Testing against a local daemon [2022-05-19T09:52:12.196Z] === RUN TestCommitInheritsEnv [2022-05-19T09:52:12.455Z] --- PASS: TestCommitInheritsEnv (0.30s) [2022-05-19T09:52:12.455Z] === RUN TestImportExtremelyLargeImageWorks [2022-05-19T09:52:12.455Z] === PAUSE TestImportExtremelyLargeImageWorks [2022-05-19T09:52:12.455Z] === RUN TestImportWithCustomPlatform [2022-05-19T09:52:12.455Z] === RUN TestImportWithCustomPlatform/#00 [2022-05-19T09:52:12.455Z] === RUN TestImportWithCustomPlatform/_______ [2022-05-19T09:52:12.455Z] === RUN TestImportWithCustomPlatform// [2022-05-19T09:52:12.455Z] === RUN TestImportWithCustomPlatform/linux [2022-05-19T09:52:12.455Z] === RUN TestImportWithCustomPlatform/LINUX [2022-05-19T09:52:12.713Z] === RUN TestImportWithCustomPlatform/linux/sparc64 [2022-05-19T09:52:12.713Z] === RUN TestImportWithCustomPlatform/macos [2022-05-19T09:52:12.713Z] === RUN TestImportWithCustomPlatform/macos/arm64 [2022-05-19T09:52:12.713Z] === RUN TestImportWithCustomPlatform/nintendo64 [2022-05-19T09:52:12.713Z] --- PASS: TestImportWithCustomPlatform (0.32s) [2022-05-19T09:52:12.713Z] --- PASS: TestImportWithCustomPlatform/#00 (0.07s) [2022-05-19T09:52:12.713Z] --- PASS: TestImportWithCustomPlatform/_______ (0.00s) [2022-05-19T09:52:12.713Z] --- PASS: TestImportWithCustomPlatform// (0.00s) [2022-05-19T09:52:12.713Z] --- PASS: TestImportWithCustomPlatform/linux (0.07s) [2022-05-19T09:52:12.713Z] --- PASS: TestImportWithCustomPlatform/LINUX (0.07s) [2022-05-19T09:52:12.713Z] --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.07s) [2022-05-19T09:52:12.713Z] --- PASS: TestImportWithCustomPlatform/macos (0.00s) [2022-05-19T09:52:12.713Z] --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s) [2022-05-19T09:52:12.713Z] --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s) [2022-05-19T09:52:12.713Z] === RUN TestImagesFilterMultiReference [2022-05-19T09:52:12.713Z] --- PASS: TestImagesFilterMultiReference (0.05s) [2022-05-19T09:52:12.713Z] === RUN TestImagePullPlatformInvalid [2022-05-19T09:52:12.713Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2022-05-19T09:52:12.713Z] === RUN TestRemoveImageOrphaning [2022-05-19T09:52:12.971Z] --- PASS: TestRemoveImageOrphaning (0.27s) [2022-05-19T09:52:12.971Z] === RUN TestRemoveImageGarbageCollector [2022-05-19T09:52:13.537Z] time="2022-05-19T09:52:13Z" level=info msg="[graphdriver] trying configured driver: overlay2" [2022-05-19T09:52:14.909Z] --- PASS: TestRemoveImageGarbageCollector (1.85s) [2022-05-19T09:52:14.909Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-05-19T09:52:14.909Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) [2022-05-19T09:52:14.909Z] === RUN TestTagInvalidReference [2022-05-19T09:52:14.909Z] --- PASS: TestTagInvalidReference (0.01s) [2022-05-19T09:52:14.909Z] === RUN TestTagValidPrefixedRepo [2022-05-19T09:52:14.909Z] --- PASS: TestTagValidPrefixedRepo (0.04s) [2022-05-19T09:52:14.909Z] === RUN TestTagExistedNameWithoutForce [2022-05-19T09:52:14.909Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2022-05-19T09:52:14.909Z] === RUN TestTagOfficialNames [2022-05-19T09:52:15.019Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-05-19T09:52:15.167Z] --- PASS: TestTagOfficialNames (0.05s) [2022-05-19T09:52:15.167Z] === RUN TestTagMatchesDigest [2022-05-19T09:52:15.167Z] --- PASS: TestTagMatchesDigest (0.02s) [2022-05-19T09:52:15.167Z] === CONT TestImportExtremelyLargeImageWorks [2022-05-19T09:52:18.359Z] INFO [linters context/goanalysis] analyzers took 4m41.864659612s with top 10 stages: buildir: 2m3.105451952s, goimports: 25.108887908s, unconvert: 17.563199322s, gosec: 17.501963651s, golint: 9.205552603s, S1038: 8.545872059s, misspell: 6.493638788s, nilness: 4.479167887s, inspect: 4.477824981s, directives: 4.19725108s [2022-05-19T09:52:18.360Z] INFO [runner] Issues before processing: 3045, after processing: 0 [2022-05-19T09:52:18.360Z] INFO [runner] Processors filtering stat (out/in): skip_files: 2429/2429, identifier_marker: 2046/2046, skip_dirs: 2429/2429, exclude-rules: 78/2046, cgo: 2429/3045, path_prettifier: 2429/2429, autogenerated_exclude: 2046/2429, filename_unadjuster: 2429/2429, exclude: 2046/2046, nolint: 0/78 [2022-05-19T09:52:18.360Z] INFO [runner] processing took 82.109963ms with stages: nolint: 31.125632ms, identifier_marker: 21.68999ms, path_prettifier: 10.002143ms, exclude-rules: 8.601143ms, autogenerated_exclude: 8.394559ms, skip_dirs: 1.88908ms, cgo: 272.085µs, filename_unadjuster: 129.124µs, max_same_issues: 2.021µs, uniq_by_line: 780ns, source_code: 657ns, skip_files: 507ns, exclude: 414ns, max_from_linter: 396ns, path_shortener: 327ns, diff: 294ns, severity-rules: 251ns, max_per_file_from_linter: 245ns, sort_results: 205ns, path_prefixer: 110ns [2022-05-19T09:52:18.360Z] INFO [runner] linters took 1m32.984021814s with stages: goanalysis_metalinter: 1m32.901693933s [2022-05-19T09:52:18.360Z] INFO File cache stats: 1674 entries of total size 8.5MiB [2022-05-19T09:52:18.360Z] INFO Memory: 2653 samples, avg is 286.2MB, max is 1179.8MB [2022-05-19T09:52:18.360Z] INFO Execution took 4m25.735747635s [2022-05-19T09:52:18.360Z] Congratulations! The shell scripts are properly formatted. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker-py) [Pipeline] sh [2022-05-19T09:52:18.573Z] --- PASS: TestServiceCreateInit (7.21s) [2022-05-19T09:52:18.573Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (3.59s) [2022-05-19T09:52:18.573Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (3.61s) [2022-05-19T09:52:18.573Z] === RUN TestCreateServiceMultipleTimes [2022-05-19T09:52:18.713Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43557/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr8 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=0e0a9bc1232efa07bc98be8e826f0ae8fe7a8dd9 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:0e0a9bc1232efa07bc98be8e826f0ae8fe7a8dd9 hack/make.sh dynbinary test-docker-py [2022-05-19T09:52:18.973Z] [2022-05-19T09:52:19.235Z] Removing bundles/ [2022-05-19T09:52:19.235Z] [2022-05-19T09:52:19.235Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2022-05-19T09:52:19.235Z] Building: bundles/dynbinary-daemon/dockerd-dev [2022-05-19T09:52:19.235Z] GOOS="" GOARCH="" GOARM="" [2022-05-19T09:52:25.526Z] 97f65a0ec59e: Pull complete [2022-05-19T09:52:34.247Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2022-05-19T09:52:36.684Z] --- PASS: TestCreateServiceMultipleTimes (14.99s) [2022-05-19T09:52:36.684Z] === RUN TestCreateServiceConflict [2022-05-19T09:52:36.684Z] --- PASS: TestCreateServiceConflict (2.14s) [2022-05-19T09:52:36.684Z] === RUN TestCreateServiceMaxReplicas [2022-05-19T09:52:38.599Z] --- PASS: TestCreateServiceMaxReplicas (2.59s) [2022-05-19T09:52:38.599Z] === RUN TestCreateWithDuplicateNetworkNames [2022-05-19T09:52:39.715Z] 97f65a0ec59e: Pull complete [2022-05-19T09:52:53.503Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.05s) [2022-05-19T09:52:53.503Z] === RUN TestCreateServiceSecretFileMode [2022-05-19T09:52:53.764Z] --- PASS: TestCreateServiceSecretFileMode (2.36s) [2022-05-19T09:52:53.764Z] === RUN TestCreateServiceConfigFileMode [2022-05-19T09:52:56.310Z] --- PASS: TestCreateServiceConfigFileMode (2.37s) [2022-05-19T09:52:56.310Z] === RUN TestCreateServiceSysctls [2022-05-19T09:52:58.867Z] --- PASS: TestCreateServiceSysctls (2.53s) [2022-05-19T09:52:58.867Z] === RUN TestCreateServiceCapabilities [2022-05-19T09:53:00.967Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2022-05-19T09:53:01.410Z] --- PASS: TestCreateServiceCapabilities (2.34s) [2022-05-19T09:53:01.410Z] === RUN TestInspect [2022-05-19T09:53:01.529Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2022-05-19T09:53:03.962Z] --- PASS: TestInspect (2.60s) [2022-05-19T09:53:03.962Z] === RUN TestCreateJob [2022-05-19T09:53:04.052Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2022-05-19T09:53:06.505Z] --- PASS: TestCreateJob (2.90s) [2022-05-19T09:53:06.505Z] === RUN TestReplicatedJob [2022-05-19T09:53:06.619Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2022-05-19T09:53:06.875Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2022-05-19T09:53:10.150Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2022-05-19T09:53:11.791Z] --- PASS: TestReplicatedJob (4.62s) [2022-05-19T09:53:11.791Z] === RUN TestUpdateReplicatedJob [2022-05-19T09:53:12.168Z] b111c3320c94: Pull complete [2022-05-19T09:53:14.334Z] --- PASS: TestUpdateReplicatedJob (3.01s) [2022-05-19T09:53:14.334Z] === RUN TestServiceListWithStatuses [2022-05-19T09:53:14.334Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-05-19T09:53:14.334Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-05-19T09:53:14.334Z] === RUN TestDockerNetworkConnectAlias [2022-05-19T09:53:18.312Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2022-05-19T09:53:18.750Z] --- PASS: TestDockerNetworkConnectAlias (4.20s) [2022-05-19T09:53:18.750Z] === RUN TestDockerNetworkReConnect [2022-05-19T09:53:20.946Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2022-05-19T09:53:22.050Z] --- PASS: TestDockerNetworkReConnect (3.20s) [2022-05-19T09:53:22.050Z] === RUN TestServicePlugin [2022-05-19T09:53:22.050Z] plugin_test.go:27: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-05-19T09:53:22.050Z] --- SKIP: TestServicePlugin (0.00s) [2022-05-19T09:53:22.050Z] === RUN TestServiceUpdateLabel [2022-05-19T09:53:23.961Z] --- PASS: TestServiceUpdateLabel (2.15s) [2022-05-19T09:53:23.961Z] === RUN TestServiceUpdateSecrets [2022-05-19T09:53:24.215Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2022-05-19T09:53:25.143Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2022-05-19T09:53:27.658Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2022-05-19T09:53:30.176Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2022-05-19T09:53:34.348Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2022-05-19T09:53:35.754Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2022-05-19T09:53:38.861Z] --- PASS: TestServiceUpdateSecrets (14.27s) [2022-05-19T09:53:38.861Z] === RUN TestServiceUpdateConfigs [2022-05-19T09:53:39.029Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2022-05-19T09:53:41.555Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-05-19T09:53:41.556Z] Using test binary docker [2022-05-19T09:53:41.556Z] +++ /etc/init.d/apparmor start [2022-05-19T09:53:41.556Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-05-19T09:53:41.556Z] INFO: Waiting for daemon to start... [2022-05-19T09:53:41.556Z] Starting dockerd [2022-05-19T09:53:41.556Z] +++ 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-05-19T09:53:43.505Z] . [2022-05-19T09:53:43.505Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-05-19T09:53:43.505Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-05-19T09:53:43.505Z] Error: No such image: emptyfs [2022-05-19T09:53:43.762Z] ++++ tar -cC bundles/test-integration/emptyfs . [2022-05-19T09:53:43.762Z] ++++ docker load [2022-05-19T09:53:44.020Z] Running integration-test (iteration 1) [2022-05-19T09:53:44.020Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2022-05-19T09:53:44.020Z] ++ 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-05-19T09:53:44.020Z] ++ set -e [2022-05-19T09:53:44.020Z] ++ '[' -n 0 ']' [2022-05-19T09:53:44.020Z] ++ set -x [2022-05-19T09:53:44.020Z] ++ 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-05-19T09:53:44.954Z] Loaded image: busybox:latest [2022-05-19T09:53:45.516Z] Loaded image: busybox:glibc [2022-05-19T09:53:50.761Z] Loaded image: debian:bullseye-slim [2022-05-19T09:53:50.761Z] Loaded image: hello-world:latest [2022-05-19T09:53:50.761Z] Loaded image: arm32v7/hello-world:latest [2022-05-19T09:53:50.761Z] INFO: Testing against a local daemon [2022-05-19T09:53:50.761Z] === RUN TestCgroupNamespacesBuild [2022-05-19T09:53:51.735Z] --- PASS: TestImportExtremelyLargeImageWorks (92.10s) [2022-05-19T09:53:51.736Z] PASS [2022-05-19T09:53:51.736Z] [2022-05-19T09:53:51.736Z] DONE 22 tests in 95.127s [2022-05-19T09:53:51.736Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2022-05-19T09:53:51.736Z] INFO: Testing against a local daemon [2022-05-19T09:53:51.736Z] === RUN TestNetworkCreateDelete [2022-05-19T09:53:51.736Z] --- PASS: TestNetworkCreateDelete (0.13s) [2022-05-19T09:53:51.736Z] === RUN TestDockerNetworkDeletePreferID [2022-05-19T09:53:51.736Z] --- PASS: TestDockerNetworkDeletePreferID (0.36s) [2022-05-19T09:53:51.736Z] === RUN TestDaemonDNSFallback [2022-05-19T09:53:53.277Z] --- PASS: TestCgroupNamespacesBuild (2.55s) [2022-05-19T09:53:53.277Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2022-05-19T09:53:53.759Z] --- PASS: TestServiceUpdateConfigs (14.28s) [2022-05-19T09:53:53.759Z] === RUN TestServiceUpdateNetwork [2022-05-19T09:53:54.262Z] --- PASS: TestDaemonDNSFallback (6.35s) [2022-05-19T09:53:54.262Z] === RUN TestInspectNetwork [2022-05-19T09:53:55.167Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.20s) [2022-05-19T09:53:55.167Z] === RUN TestBuildWithSession [2022-05-19T09:53:55.167Z] build_session_test.go:25: TODO: BuildKit [2022-05-19T09:53:55.167Z] --- SKIP: TestBuildWithSession (0.00s) [2022-05-19T09:53:55.167Z] === RUN TestBuildSquashParent [2022-05-19T09:53:57.543Z] === RUN TestInspectNetwork/full_network_id [2022-05-19T09:53:57.543Z] === RUN TestInspectNetwork/partial_network_id [2022-05-19T09:53:57.543Z] === RUN TestInspectNetwork/network_name [2022-05-19T09:53:57.543Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2022-05-19T09:54:01.882Z] --- PASS: TestInspectNetwork (7.45s) [2022-05-19T09:54:01.882Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2022-05-19T09:54:01.882Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2022-05-19T09:54:01.882Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2022-05-19T09:54:01.882Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2022-05-19T09:54:01.882Z] === RUN TestRunContainerWithBridgeNone [2022-05-19T09:54:03.256Z] --- PASS: TestRunContainerWithBridgeNone (1.64s) [2022-05-19T09:54:03.256Z] === RUN TestNetworkInvalidJSON [2022-05-19T09:54:03.256Z] === RUN TestNetworkInvalidJSON/networks/create [2022-05-19T09:54:03.256Z] === PAUSE TestNetworkInvalidJSON/networks/create [2022-05-19T09:54:03.256Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect [2022-05-19T09:54:03.257Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect [2022-05-19T09:54:03.257Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect [2022-05-19T09:54:03.257Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect [2022-05-19T09:54:03.257Z] === CONT TestNetworkInvalidJSON/networks/create [2022-05-19T09:54:03.257Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_content_type [2022-05-19T09:54:03.257Z] === CONT TestNetworkInvalidJSON/networks/bridge/disconnect [2022-05-19T09:54:03.257Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type [2022-05-19T09:54:03.257Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_JSON [2022-05-19T09:54:03.257Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON [2022-05-19T09:54:03.257Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON [2022-05-19T09:54:03.257Z] === RUN TestNetworkInvalidJSON/networks/create/extra_content_after_JSON [2022-05-19T09:54:03.257Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body [2022-05-19T09:54:03.257Z] === CONT TestNetworkInvalidJSON/networks/bridge/connect [2022-05-19T09:54:03.257Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type [2022-05-19T09:54:03.257Z] === RUN TestNetworkInvalidJSON/networks/create/empty_body [2022-05-19T09:54:03.257Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON [2022-05-19T09:54:03.257Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON [2022-05-19T09:54:03.257Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/empty_body [2022-05-19T09:54:03.257Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2022-05-19T09:54:03.257Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.00s) [2022-05-19T09:54:03.257Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.00s) [2022-05-19T09:54:03.257Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.00s) [2022-05-19T09:54:03.257Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.00s) [2022-05-19T09:54:03.257Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.00s) [2022-05-19T09:54:03.257Z] --- PASS: TestNetworkInvalidJSON/networks/create (0.01s) [2022-05-19T09:54:03.257Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.00s) [2022-05-19T09:54:03.257Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.00s) [2022-05-19T09:54:03.257Z] --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.00s) [2022-05-19T09:54:03.257Z] --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s) [2022-05-19T09:54:03.257Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.00s) [2022-05-19T09:54:03.257Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.00s) [2022-05-19T09:54:03.257Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.00s) [2022-05-19T09:54:03.257Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.00s) [2022-05-19T09:54:03.257Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.00s) [2022-05-19T09:54:03.257Z] === RUN TestNetworkList [2022-05-19T09:54:03.257Z] === RUN TestNetworkList//networks [2022-05-19T09:54:03.257Z] === PAUSE TestNetworkList//networks [2022-05-19T09:54:03.257Z] === RUN TestNetworkList//networks/ [2022-05-19T09:54:03.257Z] === PAUSE TestNetworkList//networks/ [2022-05-19T09:54:03.257Z] === CONT TestNetworkList//networks [2022-05-19T09:54:03.257Z] === CONT TestNetworkList//networks/ [2022-05-19T09:54:03.257Z] --- PASS: TestNetworkList (0.01s) [2022-05-19T09:54:03.257Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-05-19T09:54:03.257Z] --- PASS: TestNetworkList//networks (0.00s) [2022-05-19T09:54:03.257Z] === RUN TestHostIPv4BridgeLabel [2022-05-19T09:54:03.823Z] --- PASS: TestHostIPv4BridgeLabel (0.56s) [2022-05-19T09:54:03.823Z] === RUN TestDaemonRestartWithLiveRestore [2022-05-19T09:54:04.756Z] --- PASS: TestDaemonRestartWithLiveRestore (1.03s) [2022-05-19T09:54:04.756Z] === RUN TestDaemonDefaultNetworkPools [2022-05-19T09:54:05.108Z] --- PASS: TestBuildSquashParent (8.34s) [2022-05-19T09:54:05.108Z] === RUN TestBuildWithRemoveAndForceRemove [2022-05-19T09:54:05.108Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-05-19T09:54:05.108Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-05-19T09:54:05.108Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-05-19T09:54:05.108Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-05-19T09:54:05.108Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-05-19T09:54:05.108Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-05-19T09:54:05.108Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-05-19T09:54:05.108Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-05-19T09:54:05.108Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-05-19T09:54:05.108Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-05-19T09:54:05.108Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-05-19T09:54:05.108Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-05-19T09:54:05.108Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-05-19T09:54:05.108Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-05-19T09:54:05.688Z] --- PASS: TestDaemonDefaultNetworkPools (0.72s) [2022-05-19T09:54:05.688Z] === RUN TestDaemonRestartWithExistingNetwork [2022-05-19T09:54:05.984Z] --- PASS: TestServiceUpdateNetwork (12.18s) [2022-05-19T09:54:05.984Z] === RUN TestServiceUpdatePidsLimit [2022-05-19T09:54:05.984Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2022-05-19T09:54:06.554Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2022-05-19T09:54:06.621Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.13s) [2022-05-19T09:54:06.621Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-05-19T09:54:06.997Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-05-19T09:54:06.997Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-05-19T09:54:07.993Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.20s) [2022-05-19T09:54:07.993Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-05-19T09:54:08.557Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.57s) [2022-05-19T09:54:08.557Z] === RUN TestServiceWithPredefinedNetwork [2022-05-19T09:54:10.264Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-05-19T09:54:10.264Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-05-19T09:54:11.084Z] --- PASS: TestServiceWithPredefinedNetwork (2.32s) [2022-05-19T09:54:11.084Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-05-19T09:54:11.084Z] service_test.go:243: FLAKY_TEST [2022-05-19T09:54:11.084Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-05-19T09:54:11.084Z] === RUN TestServiceWithDataPathPortInit [2022-05-19T09:54:13.131Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2022-05-19T09:54:13.532Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2022-05-19T09:54:13.532Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (3.27s) [2022-05-19T09:54:13.532Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (3.42s) [2022-05-19T09:54:13.532Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (3.11s) [2022-05-19T09:54:13.532Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (3.05s) [2022-05-19T09:54:13.532Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (3.40s) [2022-05-19T09:54:13.532Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (3.52s) [2022-05-19T09:54:13.532Z] === RUN TestBuildMultiStageCopy [2022-05-19T09:54:13.532Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-05-19T09:54:16.047Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-05-19T09:54:16.609Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-05-19T09:54:17.536Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-05-19T09:54:17.792Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-05-19T09:54:18.719Z] --- PASS: TestBuildMultiStageCopy (5.20s) [2022-05-19T09:54:18.719Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.76s) [2022-05-19T09:54:18.719Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.63s) [2022-05-19T09:54:18.719Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.63s) [2022-05-19T09:54:18.719Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.56s) [2022-05-19T09:54:18.719Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.61s) [2022-05-19T09:54:18.719Z] === RUN TestBuildMultiStageParentConfig [2022-05-19T09:54:20.084Z] --- PASS: TestBuildMultiStageParentConfig (1.34s) [2022-05-19T09:54:20.084Z] === RUN TestBuildLabelWithTargets [2022-05-19T09:54:21.284Z] --- PASS: TestServiceUpdatePidsLimit (16.18s) [2022-05-19T09:54:21.284Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.74s) [2022-05-19T09:54:21.284Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.78s) [2022-05-19T09:54:21.284Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.88s) [2022-05-19T09:54:21.284Z] PASS [2022-05-19T09:54:21.284Z] [2022-05-19T09:54:21.284Z] === Skipped [2022-05-19T09:54:21.284Z] === SKIP: arm64.integration.service TestServiceListWithStatuses (0.00s) [2022-05-19T09:54:21.284Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-05-19T09:54:21.284Z] [2022-05-19T09:54:21.284Z] === SKIP: arm64.integration.service TestServicePlugin (0.00s) [2022-05-19T09:54:21.284Z] plugin_test.go:27: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-05-19T09:54:21.284Z] [2022-05-19T09:54:21.284Z] DONE 27 tests, 2 skipped in 129.267s [2022-05-19T09:54:21.284Z] Running /go/src/github.com/docker/docker/integration/session (arm64.integration.session) flags=-test.v -test.timeout=120m [2022-05-19T09:54:21.284Z] ++ 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-05-19T09:54:21.284Z] ++ set -e [2022-05-19T09:54:21.284Z] ++ '[' -n 0 ']' [2022-05-19T09:54:21.284Z] ++ set -x [2022-05-19T09:54:21.284Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-05-19T09:54:21.284Z] INFO: Testing against a local daemon [2022-05-19T09:54:21.284Z] === RUN TestSessionCreate [2022-05-19T09:54:21.284Z] --- PASS: TestSessionCreate (0.02s) [2022-05-19T09:54:21.284Z] === RUN TestSessionCreateWithBadUpgrade [2022-05-19T09:54:21.284Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2022-05-19T09:54:21.284Z] PASS [2022-05-19T09:54:21.284Z] [2022-05-19T09:54:21.284Z] DONE 2 tests in 0.117s [2022-05-19T09:54:21.284Z] Running /go/src/github.com/docker/docker/integration/system (arm64.integration.system) flags=-test.v -test.timeout=120m [2022-05-19T09:54:21.284Z] ++ 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-05-19T09:54:21.284Z] ++ set -e [2022-05-19T09:54:21.284Z] ++ '[' -n 0 ']' [2022-05-19T09:54:21.284Z] ++ set -x [2022-05-19T09:54:21.284Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-05-19T09:54:21.284Z] INFO: Testing against a local daemon [2022-05-19T09:54:21.284Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-05-19T09:54:21.284Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-05-19T09:54:21.284Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-05-19T09:54:21.284Z] === RUN TestDiskUsage [2022-05-19T09:54:21.284Z] === PAUSE TestDiskUsage [2022-05-19T09:54:21.284Z] === RUN TestEventsExecDie [2022-05-19T09:54:21.284Z] --- PASS: TestEventsExecDie (0.47s) [2022-05-19T09:54:21.284Z] === RUN TestEventsBackwardsCompatible [2022-05-19T09:54:21.284Z] --- PASS: TestEventsBackwardsCompatible (0.05s) [2022-05-19T09:54:21.284Z] === RUN TestEventsVolumeCreate [2022-05-19T09:54:21.544Z] --- PASS: TestEventsVolumeCreate (0.05s) [2022-05-19T09:54:21.544Z] === RUN TestInfoBinaryCommits [2022-05-19T09:54:21.544Z] --- PASS: TestInfoBinaryCommits (0.02s) [2022-05-19T09:54:21.544Z] === RUN TestInfoAPIVersioned [2022-05-19T09:54:21.544Z] --- PASS: TestInfoAPIVersioned (0.01s) [2022-05-19T09:54:21.544Z] === RUN TestInfoAPI [2022-05-19T09:54:21.544Z] --- PASS: TestInfoAPI (0.02s) [2022-05-19T09:54:21.544Z] === RUN TestInfoAPIWarnings [2022-05-19T09:54:21.974Z] --- PASS: TestBuildLabelWithTargets (2.21s) [2022-05-19T09:54:21.975Z] === RUN TestBuildWithEmptyLayers [2022-05-19T09:54:22.265Z] 12fb50a031bd: Pull complete [2022-05-19T09:54:22.265Z] Digest: sha256:93373be6f6c576ef3f778b9d5e7b54231975bb6876a07d90c4e4599a29a65d54 [2022-05-19T09:54:22.265Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2022 [2022-05-19T09:54:22.265Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2022 into daemon under test completed successfully [2022-05-19T09:54:22.265Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2022 as microsoft/windowsservercore in daemon under test [2022-05-19T09:54:22.265Z] INFO: Version of mcr.microsoft.com/windows/servercore:ltsc2022 is '10.0.20348.707' [2022-05-19T09:54:22.265Z] WARN: Skipping validation tests [2022-05-19T09:54:22.265Z] INFO: Running unit tests at 05/19/2022 09:54:07... [2022-05-19T09:54:22.265Z] INFO: make.ps1 starting at 05/19/2022 09:54:12 [2022-05-19T09:54:22.265Z] INFO: Git commit (5bf13500c9) assumed from DOCKER_GITCOMMIT environment variable [2022-05-19T09:54:22.265Z] INFO: Running unit tests... [2022-05-19T09:54:22.266Z] 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/httpstatus 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/builder/remotecontext/urlutil github.com/docker/docker/cli github.com/docker/docker/cli/config github.com/docker/docker/cli/debug github.com/docker/docker/cli/winresources/docker-proxy github.com/docker/docker/cli/winresources/dockerd 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/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-05-19T09:54:23.866Z] --- PASS: TestBuildWithEmptyLayers (1.46s) [2022-05-19T09:54:23.867Z] === RUN TestBuildMultiStageOnBuild [2022-05-19T09:54:25.823Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2022-05-19T09:54:25.823Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2022-05-19T09:54:25.823Z] GOOS="" GOARCH="" GOARM="" [2022-05-19T09:54:25.823Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2022-05-19T09:54:25.823Z] [2022-05-19T09:54:25.823Z] ---> Making bundle: test-docker-py (in bundles/test-docker-py) [2022-05-19T09:54:25.823Z] ---> Making bundle: .integration-daemon-start (in bundles/test-docker-py) [2022-05-19T09:54:25.823Z] Using test binary docker [2022-05-19T09:54:25.823Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2022-05-19T09:54:25.823Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-05-19T09:54:25.823Z] INFO: Waiting for daemon to start... [2022-05-19T09:54:25.823Z] Starting dockerd [2022-05-19T09:54:25.823Z] . [2022-05-19T09:54:25.823Z] INFO: Building docker-sdk-python3:5.0.3... [2022-05-19T09:54:25.948Z] --- PASS: TestServiceWithDataPathPortInit (14.18s) [2022-05-19T09:54:25.948Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-05-19T09:54:27.141Z] --- PASS: TestBuildMultiStageOnBuild (3.19s) [2022-05-19T09:54:27.141Z] === RUN TestBuildUncleanTarFilenames [2022-05-19T09:54:27.848Z] service_test.go:435: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:7peyfrct4iyjid9twoaea3q0o Created:2022-05-19 09:54:26.17151544 +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[709ff7d7a56044961a07d944d14fb19b66d7a19990ac2bd5ec032aae7357c7dd:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.s489z3w9celcbvilfc125xatq EndpointID:26db21ea5b6a065683d479d75c51fe2c2649863e04eb0bacd9e37144f53af98c MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:c8de58111f607146e2c0dc570dfeff2b3b8b971c3c2377d90eb287d04e1a3b6e 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:ead8f711b0b2 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.s489z3w9celcbvilfc125xatq EndpointID:26db21ea5b6a065683d479d75c51fe2c2649863e04eb0bacd9e37144f53af98c EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2022-05-19T09:54:28.511Z] --- PASS: TestBuildUncleanTarFilenames (1.80s) [2022-05-19T09:54:28.511Z] === RUN TestBuildMultiStageLayerLeak [2022-05-19T09:54:32.029Z] --- PASS: TestServiceWithDefaultAddressPoolInit (7.11s) [2022-05-19T09:54:32.029Z] PASS [2022-05-19T09:54:32.029Z] [2022-05-19T09:54:32.029Z] === Skipped [2022-05-19T09:54:32.029Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-05-19T09:54:32.029Z] service_test.go:243: FLAKY_TEST [2022-05-19T09:54:32.029Z] [2022-05-19T09:54:32.029Z] DONE 38 tests, 1 skipped in 44.836s [2022-05-19T09:54:32.029Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2022-05-19T09:54:32.029Z] INFO: Testing against a local daemon [2022-05-19T09:54:32.029Z] === RUN TestDockerNetworkIpvlanPersistance [2022-05-19T09:54:32.029Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-05-19T09:54:32.029Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.01s) [2022-05-19T09:54:32.029Z] === RUN TestDockerNetworkIpvlan [2022-05-19T09:54:32.029Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-05-19T09:54:32.029Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2022-05-19T09:54:32.029Z] PASS [2022-05-19T09:54:32.029Z] [2022-05-19T09:54:32.029Z] === Skipped [2022-05-19T09:54:32.029Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.01s) [2022-05-19T09:54:32.029Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-05-19T09:54:32.029Z] [2022-05-19T09:54:32.029Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2022-05-19T09:54:32.029Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-05-19T09:54:32.029Z] [2022-05-19T09:54:32.029Z] DONE 2 tests, 2 skipped in 0.054s [2022-05-19T09:54:32.029Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2022-05-19T09:54:32.287Z] INFO: Testing against a local daemon [2022-05-19T09:54:32.287Z] === RUN TestDockerNetworkMacvlanPersistance [2022-05-19T09:54:32.732Z] --- PASS: TestBuildMultiStageLayerLeak (3.53s) [2022-05-19T09:54:32.732Z] === RUN TestBuildWithHugeFile [2022-05-19T09:54:33.349Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.28s) [2022-05-19T09:54:33.349Z] === RUN TestDockerNetworkMacvlan [2022-05-19T09:54:34.284Z] === RUN TestDockerNetworkMacvlan/Subinterface [2022-05-19T09:54:34.850Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2022-05-19T09:54:35.784Z] === RUN TestDockerNetworkMacvlan/NilParent [2022-05-19T09:54:36.138Z] 12fb50a031bd: Pull complete [2022-05-19T09:54:36.138Z] Digest: sha256:93373be6f6c576ef3f778b9d5e7b54231975bb6876a07d90c4e4599a29a65d54 [2022-05-19T09:54:36.138Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2022 [2022-05-19T09:54:36.138Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2022 into daemon under test completed successfully [2022-05-19T09:54:36.138Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2022 as microsoft/windowsservercore in daemon under test [2022-05-19T09:54:36.138Z] INFO: Version of mcr.microsoft.com/windows/servercore:ltsc2022 is '10.0.20348.707' [2022-05-19T09:54:36.138Z] WARN: Skipping validation tests [2022-05-19T09:54:36.138Z] INFO: Running unit tests at 05/19/2022 09:54:22... [2022-05-19T09:54:36.138Z] INFO: make.ps1 starting at 05/19/2022 09:54:27 [2022-05-19T09:54:36.138Z] INFO: Git commit (b0d5c29156) assumed from DOCKER_GITCOMMIT environment variable [2022-05-19T09:54:36.138Z] INFO: Running unit tests... [2022-05-19T09:54:37.395Z] ? github.com/docker/docker/api [no test files] [2022-05-19T09:54:37.688Z] === RUN TestDockerNetworkMacvlan/InternalMode [2022-05-19T09:54:37.701Z] 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/httpstatus 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/builder/remotecontext/urlutil github.com/docker/docker/cli github.com/docker/docker/cli/config github.com/docker/docker/cli/debug github.com/docker/docker/cli/winresources/docker-proxy github.com/docker/docker/cli/winresources/dockerd 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/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-05-19T09:54:39.060Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2022-05-19T09:54:39.651Z] --- PASS: TestInfoAPIWarnings (16.54s) [2022-05-19T09:54:39.651Z] === RUN TestInfoDebug [2022-05-19T09:54:39.651Z] --- PASS: TestInfoDebug (0.52s) [2022-05-19T09:54:39.651Z] === RUN TestInfoInsecureRegistries [2022-05-19T09:54:39.651Z] --- PASS: TestInfoInsecureRegistries (0.52s) [2022-05-19T09:54:39.651Z] === RUN TestInfoRegistryMirrors [2022-05-19T09:54:39.651Z] --- PASS: TestInfoRegistryMirrors (0.52s) [2022-05-19T09:54:39.651Z] === RUN TestLoginFailsWithBadCredentials [2022-05-19T09:54:39.651Z] --- PASS: TestLoginFailsWithBadCredentials (0.08s) [2022-05-19T09:54:39.651Z] === RUN TestPingCacheHeaders [2022-05-19T09:54:39.651Z] --- PASS: TestPingCacheHeaders (0.02s) [2022-05-19T09:54:39.651Z] === RUN TestPingGet [2022-05-19T09:54:39.651Z] --- PASS: TestPingGet (0.01s) [2022-05-19T09:54:39.651Z] === RUN TestPingHead [2022-05-19T09:54:39.651Z] --- PASS: TestPingHead (0.02s) [2022-05-19T09:54:39.651Z] === RUN TestPingSwarmHeader [2022-05-19T09:54:40.221Z] === RUN TestPingSwarmHeader/before_swarm_init [2022-05-19T09:54:40.809Z] === RUN TestPingSwarmHeader/after_swarm_init [2022-05-19T09:54:41.751Z] === RUN TestPingSwarmHeader/after_swarm_leave [2022-05-19T09:54:41.751Z] --- PASS: TestPingSwarmHeader (2.04s) [2022-05-19T09:54:41.751Z] --- PASS: TestPingSwarmHeader/before_swarm_init (0.00s) [2022-05-19T09:54:41.751Z] --- PASS: TestPingSwarmHeader/after_swarm_init (0.00s) [2022-05-19T09:54:41.751Z] --- PASS: TestPingSwarmHeader/after_swarm_leave (0.00s) [2022-05-19T09:54:41.751Z] === RUN TestVersion [2022-05-19T09:54:41.751Z] --- PASS: TestVersion (0.02s) [2022-05-19T09:54:41.751Z] === CONT TestDiskUsage [2022-05-19T09:54:42.321Z] === RUN TestDiskUsage/empty [2022-05-19T09:54:42.321Z] === RUN TestDiskUsage/empty/container_types [2022-05-19T09:54:42.321Z] === RUN TestDiskUsage/empty/image_types [2022-05-19T09:54:42.321Z] === RUN TestDiskUsage/empty/volume_types [2022-05-19T09:54:42.321Z] === RUN TestDiskUsage/empty/build-cache_types [2022-05-19T09:54:42.321Z] === RUN TestDiskUsage/empty/container,_volume_types [2022-05-19T09:54:42.321Z] === RUN TestDiskUsage/empty/image,_build-cache_types [2022-05-19T09:54:42.321Z] === RUN TestDiskUsage/empty/container,_volume,_build-cache_types [2022-05-19T09:54:42.321Z] === RUN TestDiskUsage/empty/image,_volume,_build-cache_types [2022-05-19T09:54:42.321Z] === RUN TestDiskUsage/empty/container,_image,_volume_types [2022-05-19T09:54:42.321Z] === RUN TestDiskUsage/empty/container,_image,_volume,_build-cache_types [2022-05-19T09:54:42.321Z] === RUN TestDiskUsage/after_LoadBusybox [2022-05-19T09:54:42.321Z] === RUN TestDiskUsage/after_LoadBusybox/container_types [2022-05-19T09:54:42.321Z] === RUN TestDiskUsage/after_LoadBusybox/image_types [2022-05-19T09:54:42.321Z] === RUN TestDiskUsage/after_LoadBusybox/volume_types [2022-05-19T09:54:42.321Z] === RUN TestDiskUsage/after_LoadBusybox/build-cache_types [2022-05-19T09:54:42.321Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume_types [2022-05-19T09:54:42.321Z] === RUN TestDiskUsage/after_LoadBusybox/image,_build-cache_types [2022-05-19T09:54:42.321Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types [2022-05-19T09:54:42.321Z] === RUN TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types [2022-05-19T09:54:42.322Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume_types [2022-05-19T09:54:42.322Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types [2022-05-19T09:54:42.322Z] === RUN TestDiskUsage/after_container.Run [2022-05-19T09:54:42.892Z] === RUN TestDiskUsage/after_container.Run/container_types [2022-05-19T09:54:42.892Z] === RUN TestDiskUsage/after_container.Run/image_types [2022-05-19T09:54:42.892Z] === RUN TestDiskUsage/after_container.Run/volume_types [2022-05-19T09:54:42.892Z] === RUN TestDiskUsage/after_container.Run/build-cache_types [2022-05-19T09:54:42.892Z] === RUN TestDiskUsage/after_container.Run/container,_volume_types [2022-05-19T09:54:42.892Z] === RUN TestDiskUsage/after_container.Run/image,_build-cache_types [2022-05-19T09:54:42.892Z] === RUN TestDiskUsage/after_container.Run/container,_volume,_build-cache_types [2022-05-19T09:54:42.892Z] === RUN TestDiskUsage/after_container.Run/image,_volume,_build-cache_types [2022-05-19T09:54:42.892Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume_types [2022-05-19T09:54:42.892Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types [2022-05-19T09:54:42.892Z] --- PASS: TestDiskUsage (1.14s) [2022-05-19T09:54:42.892Z] --- PASS: TestDiskUsage/empty (0.01s) [2022-05-19T09:54:42.892Z] --- PASS: TestDiskUsage/empty/container_types (0.00s) [2022-05-19T09:54:42.892Z] --- PASS: TestDiskUsage/empty/image_types (0.00s) [2022-05-19T09:54:42.892Z] --- PASS: TestDiskUsage/empty/volume_types (0.00s) [2022-05-19T09:54:42.892Z] --- PASS: TestDiskUsage/empty/build-cache_types (0.00s) [2022-05-19T09:54:42.892Z] --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s) [2022-05-19T09:54:42.892Z] --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s) [2022-05-19T09:54:42.892Z] --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s) [2022-05-19T09:54:42.892Z] --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s) [2022-05-19T09:54:42.892Z] --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s) [2022-05-19T09:54:42.892Z] --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s) [2022-05-19T09:54:42.892Z] --- PASS: TestDiskUsage/after_LoadBusybox (0.17s) [2022-05-19T09:54:42.892Z] --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s) [2022-05-19T09:54:42.892Z] --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s) [2022-05-19T09:54:42.892Z] --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s) [2022-05-19T09:54:42.892Z] --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s) [2022-05-19T09:54:42.892Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s) [2022-05-19T09:54:42.892Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s) [2022-05-19T09:54:42.892Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s) [2022-05-19T09:54:42.892Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s) [2022-05-19T09:54:42.892Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s) [2022-05-19T09:54:42.892Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s) [2022-05-19T09:54:42.892Z] --- PASS: TestDiskUsage/after_container.Run (0.32s) [2022-05-19T09:54:42.892Z] --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s) [2022-05-19T09:54:42.892Z] --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s) [2022-05-19T09:54:42.892Z] --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s) [2022-05-19T09:54:42.892Z] --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s) [2022-05-19T09:54:42.892Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s) [2022-05-19T09:54:42.892Z] --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s) [2022-05-19T09:54:42.892Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s) [2022-05-19T09:54:42.892Z] --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s) [2022-05-19T09:54:42.892Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s) [2022-05-19T09:54:42.892Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s) [2022-05-19T09:54:42.892Z] PASS [2022-05-19T09:54:42.892Z] [2022-05-19T09:54:42.892Z] === Skipped [2022-05-19T09:54:42.892Z] === SKIP: arm64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-05-19T09:54:42.892Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-05-19T09:54:42.892Z] [2022-05-19T09:54:42.892Z] DONE 54 tests, 1 skipped in 22.143s [2022-05-19T09:54:42.892Z] Running /go/src/github.com/docker/docker/integration/volume (arm64.integration.volume) flags=-test.v -test.timeout=120m [2022-05-19T09:54:42.892Z] ++ 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-05-19T09:54:42.892Z] ++ set -e [2022-05-19T09:54:42.892Z] ++ '[' -n 0 ']' [2022-05-19T09:54:42.892Z] ++ set -x [2022-05-19T09:54:42.892Z] ++ 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-05-19T09:54:42.892Z] INFO: Testing against a local daemon [2022-05-19T09:54:42.892Z] === RUN TestVolumesCreateAndList [2022-05-19T09:54:42.892Z] --- PASS: TestVolumesCreateAndList (0.02s) [2022-05-19T09:54:42.892Z] === RUN TestVolumesRemove [2022-05-19T09:54:43.153Z] --- PASS: TestVolumesRemove (0.05s) [2022-05-19T09:54:43.153Z] === RUN TestVolumesInspect [2022-05-19T09:54:43.153Z] --- PASS: TestVolumesInspect (0.03s) [2022-05-19T09:54:43.153Z] === RUN TestVolumesInvalidJSON [2022-05-19T09:54:43.153Z] === RUN TestVolumesInvalidJSON/volumes/create [2022-05-19T09:54:43.153Z] === PAUSE TestVolumesInvalidJSON/volumes/create [2022-05-19T09:54:43.153Z] === CONT TestVolumesInvalidJSON/volumes/create [2022-05-19T09:54:43.153Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_content_type [2022-05-19T09:54:43.153Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_JSON [2022-05-19T09:54:43.153Z] === RUN TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON [2022-05-19T09:54:43.153Z] === RUN TestVolumesInvalidJSON/volumes/create/empty_body [2022-05-19T09:54:43.153Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2022-05-19T09:54:43.153Z] --- PASS: TestVolumesInvalidJSON/volumes/create (0.00s) [2022-05-19T09:54:43.153Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.00s) [2022-05-19T09:54:43.153Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.00s) [2022-05-19T09:54:43.153Z] --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s) [2022-05-19T09:54:43.153Z] --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s) [2022-05-19T09:54:43.153Z] PASS [2022-05-19T09:54:43.153Z] [2022-05-19T09:54:43.153Z] DONE 9 tests in 0.189s [2022-05-19T09:54:43.153Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-05-19T09:54:43.153Z] ++++ cat bundles/test-integration/docker.pid [2022-05-19T09:54:43.153Z] +++ kill 14181 [2022-05-19T09:54:43.245Z] === RUN TestDockerNetworkMacvlan/Addressing [2022-05-19T09:54:43.245Z] --- PASS: TestDockerNetworkMacvlan (9.84s) [2022-05-19T09:54:43.245Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.06s) [2022-05-19T09:54:43.245Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.07s) [2022-05-19T09:54:43.245Z] --- PASS: TestDockerNetworkMacvlan/NilParent (0.85s) [2022-05-19T09:54:43.245Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (0.85s) [2022-05-19T09:54:43.245Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (2.21s) [2022-05-19T09:54:43.245Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.65s) [2022-05-19T09:54:43.245Z] PASS [2022-05-19T09:54:43.245Z] [2022-05-19T09:54:43.245Z] DONE 8 tests in 11.159s [2022-05-19T09:54:43.245Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2022-05-19T09:54:43.245Z] testing: warning: no tests to run [2022-05-19T09:54:43.245Z] PASS [2022-05-19T09:54:43.245Z] [2022-05-19T09:54:43.245Z] DONE 0 tests in 0.007s [2022-05-19T09:54:43.245Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2022-05-19T09:54:43.245Z] INFO: Testing against a local daemon [2022-05-19T09:54:43.245Z] === RUN TestAuthZPluginAllowRequest [2022-05-19T09:54:43.413Z] +++ /etc/init.d/apparmor stop [2022-05-19T09:54:43.413Z] Leaving: AppArmorNo profiles have been unloaded. [2022-05-19T09:54:43.413Z] [2022-05-19T09:54:43.413Z] Unloading profiles will leave already running processes permanently [2022-05-19T09:54:43.413Z] unconfined, which can lead to unexpected situations. [2022-05-19T09:54:43.413Z] [2022-05-19T09:54:43.413Z] To set a process to complain mode, use the command line tool [2022-05-19T09:54:43.413Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-05-19T09:54:43.413Z] +++ true [2022-05-19T09:54:43.413Z] exiting test-integration [2022-05-19T09:54:43.413Z] ++ exit 0 [2022-05-19T09:54:43.413Z] Post stage [Pipeline] junit [2022-05-19T09:54:44.011Z] Recording test results [2022-05-19T09:54:44.206Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2022-05-19T09:54:44.552Z] + echo Ensuring container killed. [2022-05-19T09:54:44.552Z] Ensuring container killed. [2022-05-19T09:54:44.552Z] + docker rm -vf docker-pr8 [2022-05-19T09:54:44.552Z] Error: No such container: docker-pr8 [Pipeline] sh [2022-05-19T09:54:44.618Z] --- PASS: TestAuthZPluginAllowRequest (1.19s) [2022-05-19T09:54:44.618Z] === RUN TestAuthZPluginTLS [2022-05-19T09:54:44.840Z] + echo Chowning /workspace to jenkins user [2022-05-19T09:54:44.840Z] Chowning /workspace to jenkins user [2022-05-19T09:54:44.840Z] + id -u [2022-05-19T09:54:44.840Z] + id -g [2022-05-19T09:54:44.840Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43557:/workspace busybox chown -R 1000:1000 /workspace [2022-05-19T09:54:45.185Z] --- PASS: TestAuthZPluginTLS (0.54s) [2022-05-19T09:54:45.185Z] === RUN TestAuthZPluginDenyRequest [2022-05-19T09:54:45.753Z] --- PASS: TestAuthZPluginDenyRequest (0.53s) [2022-05-19T09:54:45.753Z] === RUN TestAuthZPluginAPIDenyResponse [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-05-19T09:54:46.117Z] + bundleName=arm64-integration [2022-05-19T09:54:46.117Z] + echo Creating arm64-integration-bundles.tar.gz [2022-05-19T09:54:46.117Z] Creating arm64-integration-bundles.tar.gz [2022-05-19T09:54:46.117Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name+ *-report.xml ) -print [2022-05-19T09:54:46.117Z] xargs tar -czf arm64-integration-bundles.tar.gz [2022-05-19T09:54:46.319Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s) [2022-05-19T09:54:46.319Z] === RUN TestAuthZPluginDenyResponse [Pipeline] archiveArtifacts [2022-05-19T09:54:46.391Z] Archiving artifacts [2022-05-19T09:54:46.577Z] --- PASS: TestAuthZPluginDenyResponse (0.53s) [2022-05-19T09:54:46.577Z] === RUN TestAuthZPluginAllowEventStream [2022-05-19T09:54:46.668Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43557/8/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-05-19T09:54:46.999Z] + make clean [2022-05-19T09:54:46.999Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-05-19T09:54:46.999Z] docker-dev-cache [2022-05-19T09:54:46.999Z] docker-mod-cache [Pipeline] deleteDir [2022-05-19T09:54:47.952Z] --- PASS: TestAuthZPluginAllowEventStream (1.22s) [2022-05-19T09:54:47.952Z] === RUN TestAuthZPluginErrorResponse [2022-05-19T09:54:48.518Z] --- PASS: TestAuthZPluginErrorResponse (0.53s) [2022-05-19T09:54:48.518Z] === RUN TestAuthZPluginErrorRequest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-05-19T09:54:49.084Z] --- PASS: TestAuthZPluginErrorRequest (0.54s) [2022-05-19T09:54:49.085Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2022-05-19T09:54:49.650Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.53s) [2022-05-19T09:54:49.650Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2022-05-19T09:54:51.025Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.45s) [2022-05-19T09:54:51.025Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2022-05-19T09:54:52.399Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.49s) [2022-05-19T09:54:52.399Z] === RUN TestAuthZPluginHeader [2022-05-19T09:54:52.629Z] ? github.com/docker/docker/api [no test files] [2022-05-19T09:54:53.334Z] --- PASS: TestAuthZPluginHeader (0.70s) [2022-05-19T09:54:53.334Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2022-05-19T09:54:57.516Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (3.88s) [2022-05-19T09:54:57.516Z] === RUN TestAuthZPluginV2Disable [2022-05-19T09:55:00.796Z] --- PASS: TestAuthZPluginV2Disable (3.43s) [2022-05-19T09:55:00.796Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2022-05-19T09:55:02.685Z] === RUN TestMiddlewares [2022-05-19T09:55:02.686Z] --- PASS: TestMiddlewares (0.00s) [2022-05-19T09:55:02.686Z] PASS [2022-05-19T09:55:02.686Z] coverage: 7.9% of statements [2022-05-19T09:55:02.686Z] ok github.com/docker/docker/api/server 0.067s coverage: 7.9% of statements [2022-05-19T09:55:04.077Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.26s) [2022-05-19T09:55:04.077Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2022-05-19T09:55:04.599Z] sha256:31a8030951ac7f33aa531c7e915c20402021f2e55e0ff5be005271c0ce890e63 [2022-05-19T09:55:04.599Z] INFO: Starting docker-py tests... [2022-05-19T09:55:04.599Z] ============================= test session starts ============================== [2022-05-19T09:55:04.599Z] platform linux -- Python 3.7.13, pytest-4.3.1, py-1.11.0, pluggy-1.0.0 [2022-05-19T09:55:04.599Z] rootdir: /src, inifile: pytest.ini [2022-05-19T09:55:04.599Z] plugins: cov-2.6.1, timeout-1.3.3 [2022-05-19T09:55:04.599Z] collected 395 items / 2 deselected / 393 selected [2022-05-19T09:55:04.599Z] [2022-05-19T09:55:09.216Z] 8b534d64a7c3: Pull complete [2022-05-19T09:55:09.219Z] Digest: sha256:b474e47f6f8bdb110068684ab8cebbadb5806e641fe6dba0169555981f6520ef [2022-05-19T09:55:09.219Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019 [2022-05-19T09:55:09.219Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 into daemon under test completed successfully [2022-05-19T09:55:09.219Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore in daemon under test [2022-05-19T09:55:09.219Z] INFO: Version of mcr.microsoft.com/windows/servercore:ltsc2019 is '10.0.17763.2928' [2022-05-19T09:55:09.219Z] WARN: Skipping validation tests [2022-05-19T09:55:09.219Z] INFO: Running unit tests at 05/19/2022 09:54:57... [2022-05-19T09:55:09.219Z] INFO: make.ps1 starting at 05/19/2022 09:55:04 [2022-05-19T09:55:09.219Z] INFO: Git commit (5771492202) assumed from DOCKER_GITCOMMIT environment variable [2022-05-19T09:55:09.219Z] INFO: Running unit tests... [2022-05-19T09:55:13.862Z] === RUN TestMiddlewares [2022-05-19T09:55:13.862Z] --- PASS: TestMiddlewares (0.00s) [2022-05-19T09:55:13.862Z] PASS [2022-05-19T09:55:13.862Z] coverage: 7.9% of statements [2022-05-19T09:55:13.862Z] ok github.com/docker/docker/api/server 0.070s coverage: 7.9% of statements [2022-05-19T09:55:15.120Z] 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/httpstatus 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/builder/remotecontext/urlutil github.com/docker/docker/cli github.com/docker/docker/cli/config github.com/docker/docker/cli/debug github.com/docker/docker/cli/winresources/docker-proxy github.com/docker/docker/cli/winresources/dockerd 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/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-05-19T09:55:16.269Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (10.79s) [2022-05-19T09:55:16.269Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2022-05-19T09:55:19.613Z] tests/integration/api_build_test.py .......................X [ 6%] [2022-05-19T09:55:20.443Z] tests/integration/api_client_test.py ..... [ 7%] [2022-05-19T09:55:22.218Z] tests/integration/api_config_test.py ...... [ 8%] [2022-05-19T09:55:27.640Z] ? github.com/docker/docker/api [no test files] [2022-05-19T09:55:31.136Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.56s) [2022-05-19T09:55:31.137Z] PASS [2022-05-19T09:55:31.137Z] [2022-05-19T09:55:31.137Z] DONE 17 tests in 47.728s [2022-05-19T09:55:31.137Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2022-05-19T09:55:31.137Z] INFO: Testing against a local daemon [2022-05-19T09:55:31.137Z] === RUN TestPluginInvalidJSON [2022-05-19T09:55:31.137Z] === RUN TestPluginInvalidJSON/plugins/foobar/set [2022-05-19T09:55:31.137Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set [2022-05-19T09:55:31.137Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade [2022-05-19T09:55:31.137Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade [2022-05-19T09:55:31.137Z] === RUN TestPluginInvalidJSON/plugins/pull [2022-05-19T09:55:31.137Z] === PAUSE TestPluginInvalidJSON/plugins/pull [2022-05-19T09:55:31.137Z] === CONT TestPluginInvalidJSON/plugins/foobar/set [2022-05-19T09:55:31.137Z] === CONT TestPluginInvalidJSON/plugins/pull [2022-05-19T09:55:31.137Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type [2022-05-19T09:55:31.137Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_content_type [2022-05-19T09:55:31.137Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON [2022-05-19T09:55:31.137Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_JSON [2022-05-19T09:55:31.137Z] === RUN TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON [2022-05-19T09:55:31.137Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON [2022-05-19T09:55:31.137Z] === RUN TestPluginInvalidJSON/plugins/pull/empty_body [2022-05-19T09:55:31.137Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/empty_body [2022-05-19T09:55:31.137Z] === CONT TestPluginInvalidJSON/plugins/foobar/upgrade [2022-05-19T09:55:31.137Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type [2022-05-19T09:55:31.137Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON [2022-05-19T09:55:31.137Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON [2022-05-19T09:55:31.137Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body [2022-05-19T09:55:31.137Z] --- PASS: TestPluginInvalidJSON (0.02s) [2022-05-19T09:55:31.137Z] --- PASS: TestPluginInvalidJSON/plugins/pull (0.00s) [2022-05-19T09:55:31.137Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.00s) [2022-05-19T09:55:31.137Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.00s) [2022-05-19T09:55:31.137Z] --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.00s) [2022-05-19T09:55:31.137Z] --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.00s) [2022-05-19T09:55:31.137Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.00s) [2022-05-19T09:55:31.137Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.00s) [2022-05-19T09:55:31.137Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.00s) [2022-05-19T09:55:31.137Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.00s) [2022-05-19T09:55:31.138Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.00s) [2022-05-19T09:55:31.138Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.00s) [2022-05-19T09:55:31.138Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.00s) [2022-05-19T09:55:31.138Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s) [2022-05-19T09:55:31.138Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.00s) [2022-05-19T09:55:31.138Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s) [2022-05-19T09:55:31.138Z] === RUN TestPluginInstall [2022-05-19T09:55:31.138Z] === RUN TestPluginInstall/no_auth [2022-05-19T09:55:32.084Z] time="2022-05-19T09:55:31Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-05-19T09:55:32.084Z] time="2022-05-19T09:55:31Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:e81d46460cfd7719eda028e709f56d13e3b95ce0664240f8bd0c03ba47d7025e" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-05-19T09:55:32.084Z] time="2022-05-19T09:55:31Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-05-19T09:55:32.084Z] time="2022-05-19T09:55:31Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:e81d46460cfd7719eda028e709f56d13e3b95ce0664240f8bd0c03ba47d7025e" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-05-19T09:55:32.084Z] === RUN TestPluginInstall/with_htpasswd [2022-05-19T09:55:32.651Z] time="2022-05-19T09:55:32Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-05-19T09:55:32.651Z] time="2022-05-19T09:55:32Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:7b2bd8e1773b10ae4a15d0c69c674ebc392f84aff043dcc6318cc0c1e9ad88f9" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-05-19T09:55:32.651Z] time="2022-05-19T09:55:32Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-05-19T09:55:32.651Z] time="2022-05-19T09:55:32Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:7b2bd8e1773b10ae4a15d0c69c674ebc392f84aff043dcc6318cc0c1e9ad88f9" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-05-19T09:55:32.910Z] === RUN TestPluginInstall/with_insecure [2022-05-19T09:55:33.846Z] time="2022-05-19T09:55:33Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-05-19T09:55:33.846Z] time="2022-05-19T09:55:33Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:5fea759f37147668272049dece1d29fb99c35d5828fa63786cc528673c6171a7" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-05-19T09:55:33.846Z] time="2022-05-19T09:55:33Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-05-19T09:55:33.846Z] time="2022-05-19T09:55:33Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:5fea759f37147668272049dece1d29fb99c35d5828fa63786cc528673c6171a7" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-05-19T09:55:33.846Z] plugin_test.go:195: [d10e259d56fe4] daemon is not started [2022-05-19T09:55:33.846Z] --- PASS: TestPluginInstall (2.79s) [2022-05-19T09:55:33.846Z] --- PASS: TestPluginInstall/no_auth (1.07s) [2022-05-19T09:55:33.846Z] --- PASS: TestPluginInstall/with_htpasswd (0.63s) [2022-05-19T09:55:33.846Z] --- PASS: TestPluginInstall/with_insecure (1.09s) [2022-05-19T09:55:33.846Z] === RUN TestPluginsWithRuntimes [2022-05-19T09:55:35.745Z] === RUN TestPluginsWithRuntimes/No_Args [2022-05-19T09:55:36.311Z] === RUN TestPluginsWithRuntimes/With_Args [2022-05-19T09:55:37.243Z] --- PASS: TestPluginsWithRuntimes (3.39s) [2022-05-19T09:55:37.243Z] --- PASS: TestPluginsWithRuntimes/No_Args (0.89s) [2022-05-19T09:55:37.243Z] --- PASS: TestPluginsWithRuntimes/With_Args (0.91s) [2022-05-19T09:55:37.243Z] === RUN TestPluginBackCompatMediaTypes [2022-05-19T09:55:37.814Z] --- PASS: TestPluginBackCompatMediaTypes (0.60s) [2022-05-19T09:55:37.814Z] PASS [2022-05-19T09:55:37.814Z] [2022-05-19T09:55:37.814Z] DONE 24 tests in 6.819s [2022-05-19T09:55:37.814Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2022-05-19T09:55:38.072Z] INFO: Testing against a local daemon [2022-05-19T09:55:38.072Z] === RUN TestExternalGraphDriver [2022-05-19T09:55:38.072Z] === RUN TestExternalGraphDriver/json [2022-05-19T09:55:39.970Z] === RUN TestExternalGraphDriver/spec [2022-05-19T09:55:41.341Z] === RUN TestExternalGraphDriver/pull [2022-05-19T09:55:43.278Z] --- PASS: TestExternalGraphDriver (4.98s) [2022-05-19T09:55:43.278Z] --- PASS: TestExternalGraphDriver/json (1.62s) [2022-05-19T09:55:43.278Z] --- PASS: TestExternalGraphDriver/spec (1.69s) [2022-05-19T09:55:43.278Z] --- PASS: TestExternalGraphDriver/pull (1.64s) [2022-05-19T09:55:43.278Z] === RUN TestGraphdriverPluginV2 [2022-05-19T09:55:47.683Z] --- PASS: TestGraphdriverPluginV2 (3.99s) [2022-05-19T09:55:47.683Z] PASS [2022-05-19T09:55:47.683Z] [2022-05-19T09:55:47.683Z] DONE 5 tests in 9.011s [2022-05-19T09:55:47.683Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2022-05-19T09:55:47.683Z] INFO: Testing against a local daemon [2022-05-19T09:55:47.683Z] === RUN TestContinueAfterPluginCrash [2022-05-19T09:55:47.683Z] === PAUSE TestContinueAfterPluginCrash [2022-05-19T09:55:47.683Z] === RUN TestReadPluginNoRead [2022-05-19T09:55:47.683Z] === PAUSE TestReadPluginNoRead [2022-05-19T09:55:47.683Z] === RUN TestDaemonStartWithLogOpt [2022-05-19T09:55:47.683Z] === PAUSE TestDaemonStartWithLogOpt [2022-05-19T09:55:47.683Z] === CONT TestContinueAfterPluginCrash [2022-05-19T09:55:47.683Z] === CONT TestDaemonStartWithLogOpt [2022-05-19T09:55:48.917Z] === RUN TestMiddlewares [2022-05-19T09:55:48.940Z] --- PASS: TestMiddlewares (0.00s) [2022-05-19T09:55:48.940Z] PASS [2022-05-19T09:55:48.940Z] coverage: 7.9% of statements [2022-05-19T09:55:48.940Z] ok github.com/docker/docker/api/server 0.047s coverage: 7.9% of statements [2022-05-19T09:55:50.965Z] --- PASS: TestDaemonStartWithLogOpt (3.46s) [2022-05-19T09:55:50.965Z] === CONT TestReadPluginNoRead [2022-05-19T09:55:52.201Z] tests/integration/api_container_test.py ....x..........x................ [ 17%] [2022-05-19T09:55:52.863Z] === RUN TestReadPluginNoRead/default [2022-05-19T09:55:53.796Z] === RUN TestReadPluginNoRead/disabled_caching [2022-05-19T09:55:55.170Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2022-05-19T09:55:55.428Z] --- PASS: TestContinueAfterPluginCrash (8.39s) [2022-05-19T09:55:56.361Z] === CONT TestReadPluginNoRead [2022-05-19T09:55:56.361Z] read_test.go:92: [d21c0821c0417] daemon is not started [2022-05-19T09:55:56.361Z] --- PASS: TestReadPluginNoRead (6.04s) [2022-05-19T09:55:56.361Z] --- PASS: TestReadPluginNoRead/default (1.24s) [2022-05-19T09:55:56.361Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.26s) [2022-05-19T09:55:56.361Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.32s) [2022-05-19T09:55:56.361Z] PASS [2022-05-19T09:55:56.361Z] [2022-05-19T09:55:56.361Z] DONE 6 tests in 9.528s [2022-05-19T09:55:56.361Z] 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-05-19T09:55:56.627Z] testing: warning: no tests to run [2022-05-19T09:55:56.627Z] PASS [2022-05-19T09:55:56.627Z] [2022-05-19T09:55:56.627Z] DONE 0 tests in 0.008s [2022-05-19T09:55:56.627Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2022-05-19T09:55:56.627Z] INFO: Testing against a local daemon [2022-05-19T09:55:56.627Z] === RUN TestPluginWithDevMounts [2022-05-19T09:55:56.627Z] === PAUSE TestPluginWithDevMounts [2022-05-19T09:55:56.627Z] === CONT TestPluginWithDevMounts [2022-05-19T09:55:58.000Z] --- PASS: TestPluginWithDevMounts (1.56s) [2022-05-19T09:55:58.000Z] PASS [2022-05-19T09:55:58.000Z] [2022-05-19T09:55:58.000Z] DONE 1 tests in 1.581s [2022-05-19T09:55:58.000Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2022-05-19T09:55:58.000Z] INFO: Testing against a local daemon [2022-05-19T09:55:58.000Z] === RUN TestSecretInspect [2022-05-19T09:56:00.527Z] --- PASS: TestSecretInspect (2.18s) [2022-05-19T09:56:00.528Z] === RUN TestSecretList [2022-05-19T09:56:03.054Z] --- PASS: TestSecretList (2.25s) [2022-05-19T09:56:03.054Z] === RUN TestSecretsCreateAndDelete [2022-05-19T09:56:04.953Z] --- PASS: TestSecretsCreateAndDelete (2.21s) [2022-05-19T09:56:04.953Z] === RUN TestSecretsUpdate [2022-05-19T09:56:06.852Z] --- PASS: TestSecretsUpdate (2.20s) [2022-05-19T09:56:06.852Z] === RUN TestTemplatedSecret [2022-05-19T09:56:10.138Z] --- PASS: TestTemplatedSecret (2.57s) [2022-05-19T09:56:10.138Z] === RUN TestSecretCreateResolve [2022-05-19T09:56:12.037Z] --- PASS: TestSecretCreateResolve (2.18s) [2022-05-19T09:56:12.037Z] PASS [2022-05-19T09:56:12.037Z] [2022-05-19T09:56:12.037Z] DONE 6 tests in 13.611s [2022-05-19T09:56:12.037Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2022-05-19T09:56:12.037Z] INFO: Testing against a local daemon [2022-05-19T09:56:12.037Z] === RUN TestServiceCreateInit [2022-05-19T09:56:12.037Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-05-19T09:56:15.013Z] === RUN TestBoolValue [2022-05-19T09:56:15.014Z] --- PASS: TestBoolValue (0.00s) [2022-05-19T09:56:15.014Z] === RUN TestBoolValueOrDefault [2022-05-19T09:56:15.014Z] --- PASS: TestBoolValueOrDefault (0.00s) [2022-05-19T09:56:15.014Z] === RUN TestInt64ValueOrZero [2022-05-19T09:56:15.014Z] --- PASS: TestInt64ValueOrZero (0.00s) [2022-05-19T09:56:15.014Z] === RUN TestInt64ValueOrDefault [2022-05-19T09:56:15.014Z] --- PASS: TestInt64ValueOrDefault (0.00s) [2022-05-19T09:56:15.014Z] === RUN TestInt64ValueOrDefaultWithError [2022-05-19T09:56:15.014Z] --- PASS: TestInt64ValueOrDefaultWithError (0.00s) [2022-05-19T09:56:15.014Z] === RUN TestJsonContentType [2022-05-19T09:56:15.014Z] --- PASS: TestJsonContentType (0.00s) [2022-05-19T09:56:15.014Z] === RUN TestReadJSON [2022-05-19T09:56:15.014Z] === RUN TestReadJSON/nil_body [2022-05-19T09:56:15.014Z] === RUN TestReadJSON/empty_body [2022-05-19T09:56:15.014Z] === RUN TestReadJSON/with_valid_request [2022-05-19T09:56:15.014Z] === RUN TestReadJSON/with_whitespace [2022-05-19T09:56:15.014Z] === RUN TestReadJSON/with_extra_content [2022-05-19T09:56:15.014Z] === RUN TestReadJSON/invalid_JSON [2022-05-19T09:56:15.014Z] --- PASS: TestReadJSON (0.00s) [2022-05-19T09:56:15.014Z] --- PASS: TestReadJSON/nil_body (0.00s) [2022-05-19T09:56:15.014Z] --- PASS: TestReadJSON/empty_body (0.00s) [2022-05-19T09:56:15.014Z] --- PASS: TestReadJSON/with_valid_request (0.00s) [2022-05-19T09:56:15.014Z] --- PASS: TestReadJSON/with_whitespace (0.00s) [2022-05-19T09:56:15.014Z] --- PASS: TestReadJSON/with_extra_content (0.00s) [2022-05-19T09:56:15.014Z] --- PASS: TestReadJSON/invalid_JSON (0.00s) [2022-05-19T09:56:15.014Z] PASS [2022-05-19T09:56:15.014Z] coverage: 31.9% of statements [2022-05-19T09:56:15.014Z] ok github.com/docker/docker/api/server/httputils 0.133s coverage: 31.9% of statements [2022-05-19T09:56:15.014Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2022-05-19T09:56:15.014Z] ? github.com/docker/docker/api/server/httpstatus [no test files] [2022-05-19T09:56:15.484Z] === RUN TestMaskSecretKeys [2022-05-19T09:56:15.484Z] === RUN TestMaskSecretKeys/secret/config_create_and_update_requests [2022-05-19T09:56:15.484Z] === RUN TestMaskSecretKeys/masking_other_fields_(recursively) [2022-05-19T09:56:15.484Z] === RUN TestMaskSecretKeys/case_insensitive_field_matching [2022-05-19T09:56:15.484Z] --- PASS: TestMaskSecretKeys (0.00s) [2022-05-19T09:56:15.484Z] --- PASS: TestMaskSecretKeys/secret/config_create_and_update_requests (0.00s) [2022-05-19T09:56:15.484Z] --- PASS: TestMaskSecretKeys/masking_other_fields_(recursively) (0.00s) [2022-05-19T09:56:15.484Z] --- PASS: TestMaskSecretKeys/case_insensitive_field_matching (0.00s) [2022-05-19T09:56:15.484Z] === RUN TestVersionMiddlewareVersion [2022-05-19T09:56:15.484Z] --- PASS: TestVersionMiddlewareVersion (0.00s) [2022-05-19T09:56:15.484Z] === RUN TestVersionMiddlewareWithErrorsReturnsHeaders [2022-05-19T09:56:15.484Z] --- PASS: TestVersionMiddlewareWithErrorsReturnsHeaders (0.00s) [2022-05-19T09:56:15.484Z] PASS [2022-05-19T09:56:15.484Z] coverage: 37.7% of statements [2022-05-19T09:56:15.484Z] ok github.com/docker/docker/api/server/middleware 0.090s coverage: 37.7% of statements [2022-05-19T09:56:15.484Z] ? github.com/docker/docker/api/server/router [no test files] [2022-05-19T09:56:15.484Z] ? github.com/docker/docker/api/server/router/build [no test files] [2022-05-19T09:56:15.484Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2022-05-19T09:56:15.484Z] ? github.com/docker/docker/api/server/router/container [no test files] [2022-05-19T09:56:15.484Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2022-05-19T09:56:15.484Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2022-05-19T09:56:15.484Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2022-05-19T09:56:15.484Z] ? github.com/docker/docker/api/server/router/image [no test files] [2022-05-19T09:56:15.484Z] ? github.com/docker/docker/api/server/router/network [no test files] [2022-05-19T09:56:15.952Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2022-05-19T09:56:15.952Z] ? github.com/docker/docker/api/server/router/session [no test files] [2022-05-19T09:56:16.218Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-05-19T09:56:16.940Z] === RUN TestToJSON [2022-05-19T09:56:16.940Z] --- PASS: TestToJSON (0.00s) [2022-05-19T09:56:16.940Z] === RUN TestToParamWithVersion [2022-05-19T09:56:16.940Z] --- PASS: TestToParamWithVersion (0.00s) [2022-05-19T09:56:16.940Z] === RUN TestFromJSON [2022-05-19T09:56:16.940Z] --- PASS: TestFromJSON (0.00s) [2022-05-19T09:56:16.940Z] === RUN TestEmpty [2022-05-19T09:56:16.940Z] --- PASS: TestEmpty (0.00s) [2022-05-19T09:56:16.940Z] === RUN TestArgsMatchKVListEmptySources [2022-05-19T09:56:16.940Z] --- PASS: TestArgsMatchKVListEmptySources (0.00s) [2022-05-19T09:56:16.940Z] === RUN TestArgsMatchKVList [2022-05-19T09:56:16.940Z] --- PASS: TestArgsMatchKVList (0.00s) [2022-05-19T09:56:16.940Z] === RUN TestArgsMatch [2022-05-19T09:56:16.940Z] --- PASS: TestArgsMatch (0.00s) [2022-05-19T09:56:16.940Z] === RUN TestAdd [2022-05-19T09:56:16.940Z] --- PASS: TestAdd (0.00s) [2022-05-19T09:56:16.940Z] === RUN TestDel [2022-05-19T09:56:16.940Z] --- PASS: TestDel (0.00s) [2022-05-19T09:56:16.940Z] === RUN TestLen [2022-05-19T09:56:16.940Z] --- PASS: TestLen (0.00s) [2022-05-19T09:56:16.940Z] === RUN TestExactMatch [2022-05-19T09:56:16.940Z] --- PASS: TestExactMatch (0.00s) [2022-05-19T09:56:16.940Z] === RUN TestOnlyOneExactMatch [2022-05-19T09:56:16.940Z] --- PASS: TestOnlyOneExactMatch (0.00s) [2022-05-19T09:56:16.940Z] === RUN TestContains [2022-05-19T09:56:16.940Z] --- PASS: TestContains (0.00s) [2022-05-19T09:56:16.940Z] === RUN TestValidate [2022-05-19T09:56:16.940Z] --- PASS: TestValidate (0.00s) [2022-05-19T09:56:16.940Z] === RUN TestWalkValues [2022-05-19T09:56:16.940Z] --- PASS: TestWalkValues (0.00s) [2022-05-19T09:56:16.940Z] === RUN TestFuzzyMatch [2022-05-19T09:56:16.940Z] --- PASS: TestFuzzyMatch (0.00s) [2022-05-19T09:56:16.940Z] === RUN TestClone [2022-05-19T09:56:16.940Z] --- PASS: TestClone (0.00s) [2022-05-19T09:56:16.940Z] PASS [2022-05-19T09:56:16.940Z] coverage: 92.2% of statements [2022-05-19T09:56:16.940Z] ok github.com/docker/docker/api/types/filters 0.063s coverage: 92.2% of statements [2022-05-19T09:56:17.408Z] === RUN TestStrSliceMarshalJSON [2022-05-19T09:56:17.408Z] --- PASS: TestStrSliceMarshalJSON (0.00s) [2022-05-19T09:56:17.408Z] === RUN TestStrSliceUnmarshalJSON [2022-05-19T09:56:17.408Z] --- PASS: TestStrSliceUnmarshalJSON (0.00s) [2022-05-19T09:56:17.408Z] === RUN TestStrSliceUnmarshalString [2022-05-19T09:56:17.408Z] --- PASS: TestStrSliceUnmarshalString (0.00s) [2022-05-19T09:56:17.408Z] === RUN TestStrSliceUnmarshalSlice [2022-05-19T09:56:17.408Z] --- PASS: TestStrSliceUnmarshalSlice (0.00s) [2022-05-19T09:56:17.408Z] PASS [2022-05-19T09:56:17.408Z] coverage: 90.0% of statements [2022-05-19T09:56:17.408Z] ok github.com/docker/docker/api/types/strslice 0.049s coverage: 90.0% of statements [2022-05-19T09:56:17.408Z] === RUN TestAdjustForAPIVersion [2022-05-19T09:56:17.408Z] --- PASS: TestAdjustForAPIVersion (0.00s) [2022-05-19T09:56:17.408Z] PASS [2022-05-19T09:56:17.408Z] coverage: 6.0% of statements [2022-05-19T09:56:17.408Z] ok github.com/docker/docker/api/server/router/swarm 0.078s coverage: 6.0% of statements [2022-05-19T09:56:17.408Z] ? github.com/docker/docker/api/server/router/system [no test files] [2022-05-19T09:56:17.408Z] === RUN TestGetVolumeByNameNotFoundNoSwarm [2022-05-19T09:56:17.408Z] --- PASS: TestGetVolumeByNameNotFoundNoSwarm (0.00s) [2022-05-19T09:56:17.408Z] === RUN TestGetVolumeByNameNotFoundNotManager [2022-05-19T09:56:17.408Z] --- PASS: TestGetVolumeByNameNotFoundNotManager (0.00s) [2022-05-19T09:56:17.408Z] === RUN TestGetVolumeByNameNotFound [2022-05-19T09:56:17.408Z] --- PASS: TestGetVolumeByNameNotFound (0.00s) [2022-05-19T09:56:17.408Z] === RUN TestGetVolumeByNameFoundRegular [2022-05-19T09:56:17.408Z] --- PASS: TestGetVolumeByNameFoundRegular (0.00s) [2022-05-19T09:56:17.408Z] === RUN TestGetVolumeByNameFoundSwarm [2022-05-19T09:56:17.408Z] --- PASS: TestGetVolumeByNameFoundSwarm (0.00s) [2022-05-19T09:56:17.408Z] === RUN TestListVolumes [2022-05-19T09:56:17.408Z] --- PASS: TestListVolumes (0.00s) [2022-05-19T09:56:17.408Z] === RUN TestListVolumesNoSwarm [2022-05-19T09:56:17.408Z] --- PASS: TestListVolumesNoSwarm (0.00s) [2022-05-19T09:56:17.408Z] === RUN TestListVolumesNoManager [2022-05-19T09:56:17.408Z] --- PASS: TestListVolumesNoManager (0.00s) [2022-05-19T09:56:17.408Z] === RUN TestCreateRegularVolume [2022-05-19T09:56:17.408Z] --- PASS: TestCreateRegularVolume (0.00s) [2022-05-19T09:56:17.408Z] === RUN TestCreateSwarmVolumeNoSwarm [2022-05-19T09:56:17.408Z] --- PASS: TestCreateSwarmVolumeNoSwarm (0.00s) [2022-05-19T09:56:17.408Z] === RUN TestCreateSwarmVolumeNotManager [2022-05-19T09:56:17.408Z] --- PASS: TestCreateSwarmVolumeNotManager (0.00s) [2022-05-19T09:56:17.408Z] === RUN TestCreateVolumeCluster [2022-05-19T09:56:17.408Z] --- PASS: TestCreateVolumeCluster (0.00s) [2022-05-19T09:56:17.408Z] === RUN TestUpdateVolume [2022-05-19T09:56:17.408Z] --- PASS: TestUpdateVolume (0.00s) [2022-05-19T09:56:17.408Z] === RUN TestUpdateVolumeNoSwarm [2022-05-19T09:56:17.408Z] --- PASS: TestUpdateVolumeNoSwarm (0.00s) [2022-05-19T09:56:17.408Z] === RUN TestUpdateVolumeNotFound [2022-05-19T09:56:17.408Z] --- PASS: TestUpdateVolumeNotFound (0.00s) [2022-05-19T09:56:17.408Z] === RUN TestVolumeRemove [2022-05-19T09:56:17.408Z] --- PASS: TestVolumeRemove (0.00s) [2022-05-19T09:56:17.408Z] === RUN TestVolumeRemoveSwarm [2022-05-19T09:56:17.408Z] --- PASS: TestVolumeRemoveSwarm (0.00s) [2022-05-19T09:56:17.408Z] === RUN TestVolumeRemoveNotFoundNoSwarm [2022-05-19T09:56:17.408Z] --- PASS: TestVolumeRemoveNotFoundNoSwarm (0.00s) [2022-05-19T09:56:17.408Z] === RUN TestVolumeRemoveNotFoundNoManager [2022-05-19T09:56:17.408Z] --- PASS: TestVolumeRemoveNotFoundNoManager (0.00s) [2022-05-19T09:56:17.408Z] === RUN TestVolumeRemoveFoundNoSwarm [2022-05-19T09:56:17.408Z] --- PASS: TestVolumeRemoveFoundNoSwarm (0.00s) [2022-05-19T09:56:17.408Z] === RUN TestVolumeRemoveNoSwarmInUse [2022-05-19T09:56:17.408Z] --- PASS: TestVolumeRemoveNoSwarmInUse (0.00s) [2022-05-19T09:56:17.408Z] === RUN TestVolumeRemoveSwarmForce [2022-05-19T09:56:17.408Z] --- PASS: TestVolumeRemoveSwarmForce (0.00s) [2022-05-19T09:56:17.408Z] PASS [2022-05-19T09:56:17.408Z] coverage: 67.9% of statements [2022-05-19T09:56:17.408Z] ok github.com/docker/docker/api/server/router/volume 0.059s coverage: 67.9% of statements [2022-05-19T09:56:17.408Z] ? github.com/docker/docker/api/types [no test files] [2022-05-19T09:56:17.408Z] ? github.com/docker/docker/api/types/backend [no test files] [2022-05-19T09:56:17.408Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2022-05-19T09:56:17.408Z] ? github.com/docker/docker/api/types/container [no test files] [2022-05-19T09:56:17.408Z] ? github.com/docker/docker/api/types/events [no test files] [2022-05-19T09:56:17.408Z] ? github.com/docker/docker/api/types/image [no test files] [2022-05-19T09:56:17.408Z] ? github.com/docker/docker/api/types/mount [no test files] [2022-05-19T09:56:17.408Z] ? github.com/docker/docker/api/types/network [no test files] [2022-05-19T09:56:17.408Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2022-05-19T09:56:17.408Z] ? github.com/docker/docker/api/types/registry [no test files] [2022-05-19T09:56:17.408Z] ? github.com/docker/docker/api/types/swarm [no test files] [2022-05-19T09:56:17.408Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2022-05-19T09:56:17.877Z] === RUN TestGetTimestamp [2022-05-19T09:56:17.877Z] === RUN TestCompareVersion [2022-05-19T09:56:17.877Z] --- PASS: TestCompareVersion (0.00s) [2022-05-19T09:56:17.877Z] PASS [2022-05-19T09:56:17.877Z] coverage: 77.3% of statements [2022-05-19T09:56:17.877Z] ok github.com/docker/docker/api/types/versions 0.047s coverage: 77.3% of statements [2022-05-19T09:56:18.345Z] --- PASS: TestGetTimestamp (0.24s) [2022-05-19T09:56:18.345Z] === RUN TestParseTimestamps [2022-05-19T09:56:18.345Z] --- PASS: TestParseTimestamps (0.00s) [2022-05-19T09:56:18.345Z] PASS [2022-05-19T09:56:18.345Z] coverage: 100.0% of statements [2022-05-19T09:56:18.345Z] ok github.com/docker/docker/api/types/time 0.328s coverage: 100.0% of statements [2022-05-19T09:56:18.345Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2022-05-19T09:56:18.345Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2022-05-19T09:56:18.345Z] ? github.com/docker/docker/api/types/volume [no test files] [2022-05-19T09:56:18.345Z] ? github.com/docker/docker/builder [no test files] [2022-05-19T09:56:18.345Z] ? github.com/docker/docker/builder/builder-next [no test files] [2022-05-19T09:56:18.345Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2022-05-19T09:56:18.345Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2022-05-19T09:56:18.345Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2022-05-19T09:56:18.345Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2022-05-19T09:56:18.345Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2022-05-19T09:56:18.345Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2022-05-19T09:56:19.450Z] === RUN TestIsGIT [2022-05-19T09:56:19.450Z] --- PASS: TestIsGIT (0.00s) [2022-05-19T09:56:19.450Z] PASS [2022-05-19T09:56:19.450Z] coverage: 100.0% of statements [2022-05-19T09:56:19.450Z] ok github.com/docker/docker/builder/remotecontext/urlutil 0.232s coverage: 100.0% of statements [2022-05-19T09:56:19.499Z] --- PASS: TestServiceCreateInit (7.55s) [2022-05-19T09:56:19.500Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (3.88s) [2022-05-19T09:56:19.500Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (3.66s) [2022-05-19T09:56:19.500Z] === RUN TestCreateServiceMultipleTimes [2022-05-19T09:56:19.919Z] === RUN TestParseRemoteURL [2022-05-19T09:56:19.919Z] === RUN TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment [2022-05-19T09:56:19.919Z] === RUN TestParseRemoteURL/git_scheme,_no_url-fragment [2022-05-19T09:56:19.919Z] === RUN TestParseRemoteURL/git_scheme,_with_url-fragment [2022-05-19T09:56:19.919Z] === RUN TestParseRemoteURL/https_scheme,_no_url-fragment [2022-05-19T09:56:19.919Z] === RUN TestParseRemoteURL/https_scheme,_with_url-fragment [2022-05-19T09:56:19.919Z] === RUN TestParseRemoteURL/git@,_no_url-fragment [2022-05-19T09:56:19.919Z] === RUN TestParseRemoteURL/git@,_with_url-fragment [2022-05-19T09:56:19.919Z] === RUN TestParseRemoteURL/ssh,_no_url-fragment [2022-05-19T09:56:19.919Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment [2022-05-19T09:56:19.919Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment_and_user [2022-05-19T09:56:19.919Z] --- PASS: TestParseRemoteURL (0.00s) [2022-05-19T09:56:19.919Z] --- PASS: TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment (0.00s) [2022-05-19T09:56:19.919Z] --- PASS: TestParseRemoteURL/git_scheme,_no_url-fragment (0.00s) [2022-05-19T09:56:19.919Z] --- PASS: TestParseRemoteURL/git_scheme,_with_url-fragment (0.00s) [2022-05-19T09:56:19.919Z] --- PASS: TestParseRemoteURL/https_scheme,_no_url-fragment (0.00s) [2022-05-19T09:56:19.919Z] --- PASS: TestParseRemoteURL/https_scheme,_with_url-fragment (0.00s) [2022-05-19T09:56:19.919Z] --- PASS: TestParseRemoteURL/git@,_no_url-fragment (0.00s) [2022-05-19T09:56:19.919Z] --- PASS: TestParseRemoteURL/git@,_with_url-fragment (0.00s) [2022-05-19T09:56:19.919Z] --- PASS: TestParseRemoteURL/ssh,_no_url-fragment (0.00s) [2022-05-19T09:56:19.919Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment (0.00s) [2022-05-19T09:56:19.919Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment_and_user (0.00s) [2022-05-19T09:56:19.919Z] === RUN TestCloneArgsSmartHttp [2022-05-19T09:56:19.919Z] --- PASS: TestCloneArgsSmartHttp (0.01s) [2022-05-19T09:56:19.919Z] === RUN TestCloneArgsDumbHttp [2022-05-19T09:56:19.919Z] --- PASS: TestCloneArgsDumbHttp (0.00s) [2022-05-19T09:56:19.919Z] === RUN TestCloneArgsGit [2022-05-19T09:56:19.919Z] --- PASS: TestCloneArgsGit (0.00s) [2022-05-19T09:56:19.919Z] === RUN TestCheckoutGit [2022-05-19T09:56:22.134Z] === RUN TestProcessShouldRemoveDockerfileDockerignore [2022-05-19T09:56:22.134Z] --- PASS: TestProcessShouldRemoveDockerfileDockerignore (0.01s) [2022-05-19T09:56:22.134Z] === RUN TestProcessNoDockerignore [2022-05-19T09:56:22.134Z] --- PASS: TestProcessNoDockerignore (0.00s) [2022-05-19T09:56:22.134Z] === RUN TestProcessShouldLeaveAllFiles [2022-05-19T09:56:22.134Z] --- PASS: TestProcessShouldLeaveAllFiles (0.01s) [2022-05-19T09:56:22.134Z] === RUN TestDetectContentType [2022-05-19T09:56:22.134Z] --- PASS: TestDetectContentType (0.00s) [2022-05-19T09:56:22.134Z] === RUN TestSelectAcceptableMIME [2022-05-19T09:56:22.134Z] --- PASS: TestSelectAcceptableMIME (0.00s) [2022-05-19T09:56:22.134Z] === RUN TestInspectEmptyResponse [2022-05-19T09:56:22.134Z] --- PASS: TestInspectEmptyResponse (0.00s) [2022-05-19T09:56:22.134Z] === RUN TestInspectResponseBinary [2022-05-19T09:56:22.134Z] --- PASS: TestInspectResponseBinary (0.00s) [2022-05-19T09:56:22.134Z] === RUN TestResponseUnsupportedContentType [2022-05-19T09:56:22.134Z] --- PASS: TestResponseUnsupportedContentType (0.00s) [2022-05-19T09:56:22.134Z] === RUN TestInspectResponseTextSimple [2022-05-19T09:56:22.134Z] --- PASS: TestInspectResponseTextSimple (0.00s) [2022-05-19T09:56:22.134Z] === RUN TestInspectResponseEmptyContentType [2022-05-19T09:56:22.134Z] --- PASS: TestInspectResponseEmptyContentType (0.00s) [2022-05-19T09:56:22.134Z] === RUN TestUnknownContentLength [2022-05-19T09:56:22.134Z] --- PASS: TestUnknownContentLength (0.00s) [2022-05-19T09:56:22.134Z] === RUN TestDownloadRemote [2022-05-19T09:56:22.134Z] --- PASS: TestDownloadRemote (0.11s) [2022-05-19T09:56:22.134Z] === RUN TestGetWithStatusError [2022-05-19T09:56:22.134Z] --- PASS: TestGetWithStatusError (0.00s) [2022-05-19T09:56:22.134Z] === RUN TestCloseRootDirectory [2022-05-19T09:56:22.134Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-05-19T09:56:22.134Z] --- SKIP: TestCloseRootDirectory (0.00s) [2022-05-19T09:56:22.134Z] === RUN TestHashFile [2022-05-19T09:56:22.134Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-05-19T09:56:22.134Z] --- SKIP: TestHashFile (0.01s) [2022-05-19T09:56:22.134Z] === RUN TestHashSubdir [2022-05-19T09:56:22.134Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-05-19T09:56:22.134Z] --- SKIP: TestHashSubdir (0.01s) [2022-05-19T09:56:22.134Z] === RUN TestRemoveDirectory [2022-05-19T09:56:22.134Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-05-19T09:56:22.134Z] --- SKIP: TestRemoveDirectory (0.01s) [2022-05-19T09:56:22.134Z] PASS [2022-05-19T09:56:22.134Z] coverage: 9.3% of statements [2022-05-19T09:56:22.134Z] ok github.com/docker/docker/builder/remotecontext 0.325s coverage: 9.3% of statements [2022-05-19T09:56:22.134Z] === RUN TestEnable [2022-05-19T09:56:22.134Z] --- PASS: TestEnable (0.00s) [2022-05-19T09:56:22.134Z] === RUN TestDisable [2022-05-19T09:56:22.134Z] --- PASS: TestDisable (0.00s) [2022-05-19T09:56:22.134Z] === RUN TestEnabled [2022-05-19T09:56:22.134Z] --- PASS: TestEnabled (0.00s) [2022-05-19T09:56:22.134Z] PASS [2022-05-19T09:56:22.134Z] coverage: 100.0% of statements [2022-05-19T09:56:22.134Z] ok github.com/docker/docker/cli/debug 0.056s coverage: 100.0% of statements [2022-05-19T09:56:22.603Z] === RUN TestGetAllAllowed [2022-05-19T09:56:22.603Z] --- PASS: TestGetAllAllowed (0.00s) [2022-05-19T09:56:22.603Z] === RUN TestGetAllMeta [2022-05-19T09:56:22.603Z] --- PASS: TestGetAllMeta (0.00s) [2022-05-19T09:56:22.603Z] === RUN TestWarnOnUnusedBuildArgs [2022-05-19T09:56:22.603Z] --- PASS: TestWarnOnUnusedBuildArgs (0.00s) [2022-05-19T09:56:22.603Z] === RUN TestIsUnreferencedBuiltin [2022-05-19T09:56:22.603Z] --- PASS: TestIsUnreferencedBuiltin (0.00s) [2022-05-19T09:56:22.603Z] === RUN TestIsExistingDirectory [2022-05-19T09:56:22.603Z] --- PASS: TestIsExistingDirectory (0.01s) [2022-05-19T09:56:22.603Z] === RUN TestGetFilenameForDownload [2022-05-19T09:56:22.603Z] --- PASS: TestGetFilenameForDownload (0.00s) [2022-05-19T09:56:22.603Z] === RUN TestEnv2Variables [2022-05-19T09:56:22.603Z] --- PASS: TestEnv2Variables (0.00s) [2022-05-19T09:56:22.603Z] === RUN TestEnvValueWithExistingRunConfigEnv [2022-05-19T09:56:22.603Z] --- PASS: TestEnvValueWithExistingRunConfigEnv (0.00s) [2022-05-19T09:56:22.603Z] === RUN TestMaintainer [2022-05-19T09:56:22.603Z] --- PASS: TestMaintainer (0.00s) [2022-05-19T09:56:22.603Z] === RUN TestLabel [2022-05-19T09:56:22.603Z] --- PASS: TestLabel (0.00s) [2022-05-19T09:56:22.603Z] === RUN TestFromScratch [2022-05-19T09:56:22.603Z] --- PASS: TestFromScratch (0.00s) [2022-05-19T09:56:22.603Z] === RUN TestFromWithArg [2022-05-19T09:56:22.603Z] --- PASS: TestFromWithArg (0.00s) [2022-05-19T09:56:22.603Z] === RUN TestFromWithArgButBuildArgsNotGiven [2022-05-19T09:56:22.603Z] --- PASS: TestFromWithArgButBuildArgsNotGiven (0.00s) [2022-05-19T09:56:22.603Z] === RUN TestFromWithUndefinedArg [2022-05-19T09:56:22.603Z] --- PASS: TestFromWithUndefinedArg (0.00s) [2022-05-19T09:56:22.603Z] === RUN TestFromMultiStageWithNamedStage [2022-05-19T09:56:22.603Z] --- PASS: TestFromMultiStageWithNamedStage (0.00s) [2022-05-19T09:56:22.603Z] === RUN TestOnbuild [2022-05-19T09:56:22.603Z] --- PASS: TestOnbuild (0.00s) [2022-05-19T09:56:22.603Z] === RUN TestWorkdir [2022-05-19T09:56:22.603Z] --- PASS: TestWorkdir (0.00s) [2022-05-19T09:56:22.603Z] === RUN TestCmd [2022-05-19T09:56:22.603Z] --- PASS: TestCmd (0.00s) [2022-05-19T09:56:22.603Z] === RUN TestHealthcheckNone [2022-05-19T09:56:22.603Z] --- PASS: TestHealthcheckNone (0.00s) [2022-05-19T09:56:22.603Z] === RUN TestHealthcheckCmd [2022-05-19T09:56:22.603Z] --- PASS: TestHealthcheckCmd (0.00s) [2022-05-19T09:56:22.603Z] === RUN TestEntrypoint [2022-05-19T09:56:22.603Z] --- PASS: TestEntrypoint (0.00s) [2022-05-19T09:56:22.603Z] === RUN TestExpose [2022-05-19T09:56:22.603Z] --- PASS: TestExpose (0.00s) [2022-05-19T09:56:22.603Z] === RUN TestUser [2022-05-19T09:56:22.603Z] --- PASS: TestUser (0.00s) [2022-05-19T09:56:22.603Z] === RUN TestVolume [2022-05-19T09:56:22.603Z] --- PASS: TestVolume (0.00s) [2022-05-19T09:56:22.603Z] === RUN TestStopSignal [2022-05-19T09:56:22.603Z] dispatchers_test.go:377: Windows does not support stopsignal [2022-05-19T09:56:22.603Z] --- SKIP: TestStopSignal (0.00s) [2022-05-19T09:56:22.603Z] === RUN TestArg [2022-05-19T09:56:22.603Z] --- PASS: TestArg (0.00s) [2022-05-19T09:56:22.603Z] === RUN TestShell [2022-05-19T09:56:22.603Z] --- PASS: TestShell (0.00s) [2022-05-19T09:56:22.603Z] === RUN TestPrependEnvOnCmd [2022-05-19T09:56:22.603Z] --- PASS: TestPrependEnvOnCmd (0.00s) [2022-05-19T09:56:22.603Z] === RUN TestRunWithBuildArgs [2022-05-19T09:56:22.603Z] --- PASS: TestRunWithBuildArgs (0.00s) [2022-05-19T09:56:22.603Z] === RUN TestRunIgnoresHealthcheck [2022-05-19T09:56:22.603Z] --- PASS: TestRunIgnoresHealthcheck (0.00s) [2022-05-19T09:56:22.603Z] === RUN TestDispatchUnsupportedOptions [2022-05-19T09:56:22.603Z] === RUN TestDispatchUnsupportedOptions/ADD_with_chmod [2022-05-19T09:56:22.603Z] === RUN TestDispatchUnsupportedOptions/COPY_with_chmod [2022-05-19T09:56:22.603Z] === RUN TestDispatchUnsupportedOptions/RUN_with_unsupported_options [2022-05-19T09:56:22.603Z] --- PASS: TestDispatchUnsupportedOptions (0.00s) [2022-05-19T09:56:22.603Z] --- PASS: TestDispatchUnsupportedOptions/ADD_with_chmod (0.00s) [2022-05-19T09:56:22.603Z] --- PASS: TestDispatchUnsupportedOptions/COPY_with_chmod (0.00s) [2022-05-19T09:56:22.603Z] --- PASS: TestDispatchUnsupportedOptions/RUN_with_unsupported_options (0.00s) [2022-05-19T09:56:22.603Z] === RUN TestNormalizeWorkdir [2022-05-19T09:56:22.603Z] --- PASS: TestNormalizeWorkdir (0.00s) [2022-05-19T09:56:22.603Z] === RUN TestDispatch [2022-05-19T09:56:22.603Z] === RUN TestDispatch/ADD_multiple_files_to_file [2022-05-19T09:56:22.603Z] === RUN TestDispatch/Wildcard_ADD_multiple_files_to_file [2022-05-19T09:56:22.603Z] === RUN TestDispatch/COPY_multiple_files_to_file [2022-05-19T09:56:22.603Z] === RUN TestDispatch/ADD_multiple_files_to_file_with_whitespace [2022-05-19T09:56:22.603Z] === RUN TestDispatch/COPY_multiple_files_to_file_with_whitespace [2022-05-19T09:56:22.603Z] === RUN TestDispatch/COPY_wildcard_no_files [2022-05-19T09:56:22.603Z] === RUN TestDispatch/COPY_url [2022-05-19T09:56:22.603Z] --- PASS: TestDispatch (0.09s) [2022-05-19T09:56:22.603Z] --- PASS: TestDispatch/ADD_multiple_files_to_file (0.02s) [2022-05-19T09:56:22.603Z] --- PASS: TestDispatch/Wildcard_ADD_multiple_files_to_file (0.02s) [2022-05-19T09:56:22.603Z] --- PASS: TestDispatch/COPY_multiple_files_to_file (0.01s) [2022-05-19T09:56:22.603Z] --- PASS: TestDispatch/ADD_multiple_files_to_file_with_whitespace (0.02s) [2022-05-19T09:56:22.603Z] --- PASS: TestDispatch/COPY_multiple_files_to_file_with_whitespace (0.01s) [2022-05-19T09:56:22.603Z] --- PASS: TestDispatch/COPY_wildcard_no_files (0.00s) [2022-05-19T09:56:22.603Z] --- PASS: TestDispatch/COPY_url (0.00s) [2022-05-19T09:56:22.603Z] === RUN TestAddScratchImageAddsToMounts [2022-05-19T09:56:22.603Z] --- PASS: TestAddScratchImageAddsToMounts (0.00s) [2022-05-19T09:56:22.603Z] === RUN TestAddFromScratchPopulatesPlatform [2022-05-19T09:56:22.603Z] --- PASS: TestAddFromScratchPopulatesPlatform (0.00s) [2022-05-19T09:56:22.603Z] === RUN TestAddFromScratchDoesNotModifyArgPlatform [2022-05-19T09:56:22.603Z] --- PASS: TestAddFromScratchDoesNotModifyArgPlatform (0.00s) [2022-05-19T09:56:22.603Z] === RUN TestAddFromScratchPopulatesPlatformIfNil [2022-05-19T09:56:22.603Z] --- PASS: TestAddFromScratchPopulatesPlatformIfNil (0.00s) [2022-05-19T09:56:22.603Z] === RUN TestImageSourceGetAddsToMounts [2022-05-19T09:56:22.603Z] --- PASS: TestImageSourceGetAddsToMounts (0.00s) [2022-05-19T09:56:22.603Z] === RUN TestEmptyDockerfile [2022-05-19T09:56:22.603Z] --- PASS: TestEmptyDockerfile (0.01s) [2022-05-19T09:56:22.603Z] === RUN TestSymlinkDockerfile [2022-05-19T09:56:22.603Z] --- PASS: TestSymlinkDockerfile (0.01s) [2022-05-19T09:56:22.603Z] === RUN TestDockerfileOutsideTheBuildContext [2022-05-19T09:56:22.603Z] --- PASS: TestDockerfileOutsideTheBuildContext (0.00s) [2022-05-19T09:56:22.603Z] === RUN TestNonExistingDockerfile [2022-05-19T09:56:22.603Z] --- PASS: TestNonExistingDockerfile (0.00s) [2022-05-19T09:56:22.603Z] === RUN TestCopyRunConfig [2022-05-19T09:56:22.603Z] --- PASS: TestCopyRunConfig (0.00s) [2022-05-19T09:56:22.603Z] === RUN TestDeepCopyRunConfig [2022-05-19T09:56:22.603Z] --- PASS: TestDeepCopyRunConfig (0.00s) [2022-05-19T09:56:22.603Z] === RUN TestExportImage [2022-05-19T09:56:22.603Z] --- PASS: TestExportImage (0.00s) [2022-05-19T09:56:22.603Z] === RUN TestNormalizeDest [2022-05-19T09:56:22.603Z] --- PASS: TestNormalizeDest (0.00s) [2022-05-19T09:56:22.603Z] PASS [2022-05-19T09:56:22.603Z] coverage: 46.7% of statements [2022-05-19T09:56:22.603Z] ok github.com/docker/docker/builder/dockerfile 0.286s coverage: 46.7% of statements [2022-05-19T09:56:24.132Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-05-19T09:56:24.132Z] Using test binary docker [2022-05-19T09:56:24.132Z] +++ /etc/init.d/apparmor start [2022-05-19T09:56:24.132Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-05-19T09:56:24.132Z] INFO: Waiting for daemon to start... [2022-05-19T09:56:24.132Z] Starting dockerd [2022-05-19T09:56:24.132Z] +++ 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-05-19T09:56:24.132Z] .---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-05-19T09:56:24.132Z] Using test binary docker [2022-05-19T09:56:24.132Z] +++ /etc/init.d/apparmor start [2022-05-19T09:56:24.132Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-05-19T09:56:24.132Z] INFO: Waiting for daemon to start... [2022-05-19T09:56:24.132Z] Starting dockerd [2022-05-19T09:56:24.132Z] +++ 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-05-19T09:56:24.168Z] === RUN TestTCP4Proxy [2022-05-19T09:56:24.168Z] --- PASS: TestTCP4Proxy (0.01s) [2022-05-19T09:56:24.168Z] === RUN TestTCP4ProxyHalfClose [2022-05-19T09:56:24.168Z] --- PASS: TestTCP4ProxyHalfClose (0.00s) [2022-05-19T09:56:24.168Z] === RUN TestTCP6Proxy [2022-05-19T09:56:24.168Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-05-19T09:56:24.168Z] --- SKIP: TestTCP6Proxy (0.00s) [2022-05-19T09:56:24.168Z] === RUN TestTCPDualStackProxy [2022-05-19T09:56:24.168Z] network_proxy_test.go:208: No support for dual stack yet [2022-05-19T09:56:24.168Z] --- SKIP: TestTCPDualStackProxy (0.00s) [2022-05-19T09:56:24.168Z] === RUN TestUDP4Proxy [2022-05-19T09:56:24.168Z] --- PASS: TestUDP4Proxy (0.00s) [2022-05-19T09:56:24.168Z] === RUN TestUDP6Proxy [2022-05-19T09:56:24.168Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-05-19T09:56:24.168Z] --- SKIP: TestUDP6Proxy (0.00s) [2022-05-19T09:56:24.168Z] === RUN TestUDPWriteError [2022-05-19T09:56:24.168Z] --- PASS: TestUDPWriteError (0.00s) [2022-05-19T09:56:24.168Z] === RUN TestSCTP4Proxy [2022-05-19T09:56:24.168Z] network_proxy_test.go:284: runtime.GOOS == "windows": sctp is not supported on windows [2022-05-19T09:56:24.168Z] --- SKIP: TestSCTP4Proxy (0.00s) [2022-05-19T09:56:24.168Z] === RUN TestSCTP6Proxy [2022-05-19T09:56:24.168Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-05-19T09:56:24.168Z] --- SKIP: TestSCTP6Proxy (0.00s) [2022-05-19T09:56:24.168Z] PASS [2022-05-19T09:56:24.168Z] coverage: 49.4% of statements [2022-05-19T09:56:24.168Z] ok github.com/docker/docker/cmd/docker-proxy 0.086s coverage: 49.4% of statements [2022-05-19T09:56:25.059Z] . [2022-05-19T09:56:25.059Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-05-19T09:56:25.059Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-05-19T09:56:25.059Z] Error: No such image: emptyfs [2022-05-19T09:56:25.059Z] ++++ tar -cC bundles/test-integration/emptyfs . [2022-05-19T09:56:25.059Z] ++++ docker load [2022-05-19T09:56:25.059Z] [2022-05-19T09:56:25.059Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-05-19T09:56:25.315Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-05-19T09:56:25.315Z] Error: No such image: emptyfs [2022-05-19T09:56:25.315Z] ++++ docker load [2022-05-19T09:56:25.315Z] ++++ tar -cC bundles/test-integration/emptyfs . [2022-05-19T09:56:25.315Z] Running integration-test (iteration 1) [2022-05-19T09:56:25.315Z] 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-05-19T09:56:25.315Z] ++ 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-05-19T09:56:25.315Z] ++ set -e [2022-05-19T09:56:25.315Z] ++ '[' -n 0 ']' [2022-05-19T09:56:25.315Z] ++ set -x [2022-05-19T09:56:25.315Z] ++ 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-05-19T09:56:25.571Z] Running integration-test (iteration 1) [2022-05-19T09:56:25.571Z] 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-05-19T09:56:25.571Z] ++ 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-05-19T09:56:25.571Z] ++ set -e [2022-05-19T09:56:25.571Z] ++ '[' -n 0 ']' [2022-05-19T09:56:25.571Z] ++ set -x [2022-05-19T09:56:25.571Z] ++ 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-05-19T09:56:26.278Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2022-05-19T09:56:26.279Z] ? github.com/docker/docker/api/server/httpstatus [no test files] [2022-05-19T09:56:26.279Z] === RUN TestBoolValue [2022-05-19T09:56:26.279Z] --- PASS: TestBoolValue (0.00s) [2022-05-19T09:56:26.279Z] === RUN TestBoolValueOrDefault [2022-05-19T09:56:26.279Z] --- PASS: TestBoolValueOrDefault (0.00s) [2022-05-19T09:56:26.279Z] === RUN TestInt64ValueOrZero [2022-05-19T09:56:26.279Z] --- PASS: TestInt64ValueOrZero (0.00s) [2022-05-19T09:56:26.279Z] === RUN TestInt64ValueOrDefault [2022-05-19T09:56:26.279Z] --- PASS: TestInt64ValueOrDefault (0.00s) [2022-05-19T09:56:26.279Z] === RUN TestInt64ValueOrDefaultWithError [2022-05-19T09:56:26.279Z] --- PASS: TestInt64ValueOrDefaultWithError (0.00s) [2022-05-19T09:56:26.279Z] === RUN TestJsonContentType [2022-05-19T09:56:26.279Z] --- PASS: TestJsonContentType (0.00s) [2022-05-19T09:56:26.279Z] === RUN TestReadJSON [2022-05-19T09:56:26.279Z] === RUN TestReadJSON/nil_body [2022-05-19T09:56:26.279Z] === RUN TestReadJSON/empty_body [2022-05-19T09:56:26.279Z] === RUN TestReadJSON/with_valid_request [2022-05-19T09:56:26.279Z] === RUN TestReadJSON/with_whitespace [2022-05-19T09:56:26.279Z] === RUN TestReadJSON/with_extra_content [2022-05-19T09:56:26.279Z] === RUN TestReadJSON/invalid_JSON [2022-05-19T09:56:26.279Z] --- PASS: TestReadJSON (0.00s) [2022-05-19T09:56:26.279Z] --- PASS: TestReadJSON/nil_body (0.00s) [2022-05-19T09:56:26.279Z] --- PASS: TestReadJSON/empty_body (0.00s) [2022-05-19T09:56:26.279Z] --- PASS: TestReadJSON/with_valid_request (0.00s) [2022-05-19T09:56:26.279Z] --- PASS: TestReadJSON/with_whitespace (0.00s) [2022-05-19T09:56:26.279Z] --- PASS: TestReadJSON/with_extra_content (0.00s) [2022-05-19T09:56:26.279Z] --- PASS: TestReadJSON/invalid_JSON (0.00s) [2022-05-19T09:56:26.279Z] PASS [2022-05-19T09:56:26.279Z] coverage: 31.9% of statements [2022-05-19T09:56:26.279Z] ok github.com/docker/docker/api/server/httputils 0.058s coverage: 31.9% of statements [2022-05-19T09:56:26.499Z] Loaded image: busybox:latest [2022-05-19T09:56:26.499Z] Loaded image: busybox:latest [2022-05-19T09:56:26.756Z] Loaded image: busybox:glibc [2022-05-19T09:56:29.265Z] Loaded image: busybox:glibc [2022-05-19T09:56:29.412Z] === RUN TestMaskSecretKeys [2022-05-19T09:56:29.413Z] === RUN TestMaskSecretKeys/secret/config_create_and_update_requests [2022-05-19T09:56:29.413Z] === RUN TestMaskSecretKeys/masking_other_fields_(recursively) [2022-05-19T09:56:29.413Z] === RUN TestMaskSecretKeys/case_insensitive_field_matching [2022-05-19T09:56:29.413Z] --- PASS: TestMaskSecretKeys (0.00s) [2022-05-19T09:56:29.413Z] --- PASS: TestMaskSecretKeys/secret/config_create_and_update_requests (0.00s) [2022-05-19T09:56:29.413Z] --- PASS: TestMaskSecretKeys/masking_other_fields_(recursively) (0.00s) [2022-05-19T09:56:29.413Z] --- PASS: TestMaskSecretKeys/case_insensitive_field_matching (0.00s) [2022-05-19T09:56:29.413Z] === RUN TestVersionMiddlewareVersion [2022-05-19T09:56:29.413Z] --- PASS: TestVersionMiddlewareVersion (0.00s) [2022-05-19T09:56:29.413Z] === RUN TestVersionMiddlewareWithErrorsReturnsHeaders [2022-05-19T09:56:29.413Z] --- PASS: TestVersionMiddlewareWithErrorsReturnsHeaders (0.00s) [2022-05-19T09:56:29.413Z] PASS [2022-05-19T09:56:29.413Z] coverage: 37.7% of statements [2022-05-19T09:56:29.413Z] ok github.com/docker/docker/api/server/middleware 0.057s coverage: 37.7% of statements [2022-05-19T09:56:29.413Z] ? github.com/docker/docker/api/server/router [no test files] [2022-05-19T09:56:29.413Z] ? github.com/docker/docker/api/server/router/build [no test files] [2022-05-19T09:56:29.413Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2022-05-19T09:56:29.413Z] ? github.com/docker/docker/api/server/router/container [no test files] [2022-05-19T09:56:29.413Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2022-05-19T09:56:29.413Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2022-05-19T09:56:29.413Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2022-05-19T09:56:29.413Z] ? github.com/docker/docker/api/server/router/image [no test files] [2022-05-19T09:56:29.413Z] ? github.com/docker/docker/api/server/router/network [no test files] [2022-05-19T09:56:29.413Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2022-05-19T09:56:29.413Z] ? github.com/docker/docker/api/server/router/session [no test files] [2022-05-19T09:56:29.413Z] === RUN TestStrSliceMarshalJSON [2022-05-19T09:56:29.413Z] --- PASS: TestStrSliceMarshalJSON (0.00s) [2022-05-19T09:56:29.413Z] === RUN TestStrSliceUnmarshalJSON [2022-05-19T09:56:29.413Z] --- PASS: TestStrSliceUnmarshalJSON (0.00s) [2022-05-19T09:56:29.413Z] === RUN TestStrSliceUnmarshalString [2022-05-19T09:56:29.413Z] --- PASS: TestStrSliceUnmarshalString (0.00s) [2022-05-19T09:56:29.413Z] === RUN TestStrSliceUnmarshalSlice [2022-05-19T09:56:29.413Z] --- PASS: TestStrSliceUnmarshalSlice (0.00s) [2022-05-19T09:56:29.413Z] PASS [2022-05-19T09:56:29.413Z] coverage: 90.0% of statements [2022-05-19T09:56:29.413Z] ok github.com/docker/docker/api/types/strslice 0.043s coverage: 90.0% of statements [2022-05-19T09:56:29.413Z] === RUN TestToJSON [2022-05-19T09:56:29.413Z] --- PASS: TestToJSON (0.00s) [2022-05-19T09:56:29.413Z] === RUN TestToParamWithVersion [2022-05-19T09:56:29.413Z] --- PASS: TestToParamWithVersion (0.00s) [2022-05-19T09:56:29.413Z] === RUN TestFromJSON [2022-05-19T09:56:29.413Z] --- PASS: TestFromJSON (0.00s) [2022-05-19T09:56:29.413Z] === RUN TestEmpty [2022-05-19T09:56:29.413Z] --- PASS: TestEmpty (0.00s) [2022-05-19T09:56:29.413Z] === RUN TestArgsMatchKVListEmptySources [2022-05-19T09:56:29.413Z] --- PASS: TestArgsMatchKVListEmptySources (0.00s) [2022-05-19T09:56:29.413Z] === RUN TestArgsMatchKVList [2022-05-19T09:56:29.413Z] --- PASS: TestArgsMatchKVList (0.00s) [2022-05-19T09:56:29.413Z] === RUN TestArgsMatch [2022-05-19T09:56:29.413Z] --- PASS: TestArgsMatch (0.00s) [2022-05-19T09:56:29.413Z] === RUN TestAdd [2022-05-19T09:56:29.413Z] --- PASS: TestAdd (0.00s) [2022-05-19T09:56:29.413Z] === RUN TestDel [2022-05-19T09:56:29.413Z] --- PASS: TestDel (0.00s) [2022-05-19T09:56:29.413Z] === RUN TestLen [2022-05-19T09:56:29.413Z] --- PASS: TestLen (0.00s) [2022-05-19T09:56:29.413Z] === RUN TestExactMatch [2022-05-19T09:56:29.413Z] --- PASS: TestExactMatch (0.00s) [2022-05-19T09:56:29.413Z] === RUN TestOnlyOneExactMatch [2022-05-19T09:56:29.413Z] --- PASS: TestOnlyOneExactMatch (0.00s) [2022-05-19T09:56:29.413Z] === RUN TestContains [2022-05-19T09:56:29.413Z] --- PASS: TestContains (0.00s) [2022-05-19T09:56:29.413Z] === RUN TestValidate [2022-05-19T09:56:29.413Z] --- PASS: TestValidate (0.00s) [2022-05-19T09:56:29.413Z] === RUN TestWalkValues [2022-05-19T09:56:29.413Z] --- PASS: TestWalkValues (0.00s) [2022-05-19T09:56:29.413Z] === RUN TestFuzzyMatch [2022-05-19T09:56:29.413Z] --- PASS: TestFuzzyMatch (0.00s) [2022-05-19T09:56:29.413Z] === RUN TestClone [2022-05-19T09:56:29.413Z] --- PASS: TestClone (0.00s) [2022-05-19T09:56:29.413Z] PASS [2022-05-19T09:56:29.413Z] coverage: 92.2% of statements [2022-05-19T09:56:29.413Z] ok github.com/docker/docker/api/types/filters 0.055s coverage: 92.2% of statements [2022-05-19T09:56:29.413Z] === RUN TestAdjustForAPIVersion [2022-05-19T09:56:29.413Z] --- PASS: TestAdjustForAPIVersion (0.00s) [2022-05-19T09:56:29.413Z] PASS [2022-05-19T09:56:29.413Z] coverage: 6.0% of statements [2022-05-19T09:56:29.413Z] ok github.com/docker/docker/api/server/router/swarm 0.046s coverage: 6.0% of statements [2022-05-19T09:56:29.413Z] ? github.com/docker/docker/api/server/router/system [no test files] [2022-05-19T09:56:29.413Z] === RUN TestGetVolumeByNameNotFoundNoSwarm [2022-05-19T09:56:29.413Z] --- PASS: TestGetVolumeByNameNotFoundNoSwarm (0.00s) [2022-05-19T09:56:29.413Z] === RUN TestGetVolumeByNameNotFoundNotManager [2022-05-19T09:56:29.413Z] --- PASS: TestGetVolumeByNameNotFoundNotManager (0.00s) [2022-05-19T09:56:29.413Z] === RUN TestGetVolumeByNameNotFound [2022-05-19T09:56:29.413Z] --- PASS: TestGetVolumeByNameNotFound (0.00s) [2022-05-19T09:56:29.413Z] === RUN TestGetVolumeByNameFoundRegular [2022-05-19T09:56:29.413Z] --- PASS: TestGetVolumeByNameFoundRegular (0.00s) [2022-05-19T09:56:29.413Z] === RUN TestGetVolumeByNameFoundSwarm [2022-05-19T09:56:29.413Z] --- PASS: TestGetVolumeByNameFoundSwarm (0.00s) [2022-05-19T09:56:29.413Z] === RUN TestListVolumes [2022-05-19T09:56:29.413Z] --- PASS: TestListVolumes (0.00s) [2022-05-19T09:56:29.413Z] === RUN TestListVolumesNoSwarm [2022-05-19T09:56:29.413Z] --- PASS: TestListVolumesNoSwarm (0.00s) [2022-05-19T09:56:29.413Z] === RUN TestListVolumesNoManager [2022-05-19T09:56:29.413Z] --- PASS: TestListVolumesNoManager (0.00s) [2022-05-19T09:56:29.413Z] === RUN TestCreateRegularVolume [2022-05-19T09:56:29.413Z] --- PASS: TestCreateRegularVolume (0.00s) [2022-05-19T09:56:29.413Z] === RUN TestCreateSwarmVolumeNoSwarm [2022-05-19T09:56:29.413Z] --- PASS: TestCreateSwarmVolumeNoSwarm (0.00s) [2022-05-19T09:56:29.413Z] === RUN TestCreateSwarmVolumeNotManager [2022-05-19T09:56:29.413Z] --- PASS: TestCreateSwarmVolumeNotManager (0.00s) [2022-05-19T09:56:29.413Z] === RUN TestCreateVolumeCluster [2022-05-19T09:56:29.413Z] --- PASS: TestCreateVolumeCluster (0.00s) [2022-05-19T09:56:29.413Z] === RUN TestUpdateVolume [2022-05-19T09:56:29.413Z] --- PASS: TestUpdateVolume (0.00s) [2022-05-19T09:56:29.413Z] === RUN TestUpdateVolumeNoSwarm [2022-05-19T09:56:29.413Z] --- PASS: TestUpdateVolumeNoSwarm (0.00s) [2022-05-19T09:56:29.413Z] === RUN TestUpdateVolumeNotFound [2022-05-19T09:56:29.413Z] --- PASS: TestUpdateVolumeNotFound (0.00s) [2022-05-19T09:56:29.413Z] === RUN TestVolumeRemove [2022-05-19T09:56:29.413Z] --- PASS: TestVolumeRemove (0.00s) [2022-05-19T09:56:29.413Z] === RUN TestVolumeRemoveSwarm [2022-05-19T09:56:29.413Z] --- PASS: TestVolumeRemoveSwarm (0.00s) [2022-05-19T09:56:29.413Z] === RUN TestVolumeRemoveNotFoundNoSwarm [2022-05-19T09:56:29.413Z] --- PASS: TestVolumeRemoveNotFoundNoSwarm (0.00s) [2022-05-19T09:56:29.413Z] === RUN TestVolumeRemoveNotFoundNoManager [2022-05-19T09:56:29.413Z] --- PASS: TestVolumeRemoveNotFoundNoManager (0.00s) [2022-05-19T09:56:29.413Z] === RUN TestVolumeRemoveFoundNoSwarm [2022-05-19T09:56:29.413Z] --- PASS: TestVolumeRemoveFoundNoSwarm (0.00s) [2022-05-19T09:56:29.413Z] === RUN TestVolumeRemoveNoSwarmInUse [2022-05-19T09:56:29.413Z] --- PASS: TestVolumeRemoveNoSwarmInUse (0.00s) [2022-05-19T09:56:29.413Z] === RUN TestVolumeRemoveSwarmForce [2022-05-19T09:56:29.413Z] --- PASS: TestVolumeRemoveSwarmForce (0.00s) [2022-05-19T09:56:29.413Z] PASS [2022-05-19T09:56:29.413Z] coverage: 67.9% of statements [2022-05-19T09:56:29.413Z] ok github.com/docker/docker/api/server/router/volume 0.069s coverage: 67.9% of statements [2022-05-19T09:56:29.413Z] ? github.com/docker/docker/api/types [no test files] [2022-05-19T09:56:29.413Z] ? github.com/docker/docker/api/types/backend [no test files] [2022-05-19T09:56:29.413Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2022-05-19T09:56:29.413Z] ? github.com/docker/docker/api/types/container [no test files] [2022-05-19T09:56:29.413Z] ? github.com/docker/docker/api/types/events [no test files] [2022-05-19T09:56:29.413Z] ? github.com/docker/docker/api/types/image [no test files] [2022-05-19T09:56:29.413Z] ? github.com/docker/docker/api/types/mount [no test files] [2022-05-19T09:56:29.413Z] ? github.com/docker/docker/api/types/network [no test files] [2022-05-19T09:56:29.413Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2022-05-19T09:56:29.413Z] ? github.com/docker/docker/api/types/registry [no test files] [2022-05-19T09:56:29.413Z] ? github.com/docker/docker/api/types/swarm [no test files] [2022-05-19T09:56:29.413Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2022-05-19T09:56:29.413Z] === RUN TestCompareVersion [2022-05-19T09:56:29.413Z] --- PASS: TestCompareVersion (0.00s) [2022-05-19T09:56:29.413Z] PASS [2022-05-19T09:56:29.413Z] coverage: 77.3% of statements [2022-05-19T09:56:29.413Z] ok github.com/docker/docker/api/types/versions 0.047s coverage: 77.3% of statements [2022-05-19T09:56:29.413Z] === RUN TestGetTimestamp [2022-05-19T09:56:29.882Z] --- PASS: TestGetTimestamp (0.21s) [2022-05-19T09:56:29.882Z] === RUN TestParseTimestamps [2022-05-19T09:56:29.882Z] --- PASS: TestParseTimestamps (0.00s) [2022-05-19T09:56:29.882Z] PASS [2022-05-19T09:56:29.882Z] coverage: 100.0% of statements [2022-05-19T09:56:29.882Z] ok github.com/docker/docker/api/types/time 0.261s coverage: 100.0% of statements [2022-05-19T09:56:29.882Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2022-05-19T09:56:29.882Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2022-05-19T09:56:29.882Z] ? github.com/docker/docker/api/types/volume [no test files] [2022-05-19T09:56:29.882Z] ? github.com/docker/docker/builder [no test files] [2022-05-19T09:56:29.882Z] ? github.com/docker/docker/builder/builder-next [no test files] [2022-05-19T09:56:29.882Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2022-05-19T09:56:29.882Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2022-05-19T09:56:29.882Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2022-05-19T09:56:29.882Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2022-05-19T09:56:29.882Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2022-05-19T09:56:29.882Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2022-05-19T09:56:30.351Z] === RUN TestIsGIT [2022-05-19T09:56:30.351Z] --- PASS: TestIsGIT (0.00s) [2022-05-19T09:56:30.351Z] PASS [2022-05-19T09:56:30.351Z] coverage: 100.0% of statements [2022-05-19T09:56:30.351Z] ok github.com/docker/docker/builder/remotecontext/urlutil 0.059s coverage: 100.0% of statements [2022-05-19T09:56:31.159Z] Loaded image: debian:bullseye-slim [2022-05-19T09:56:31.159Z] Loaded image: hello-world:latest [2022-05-19T09:56:31.159Z] Loaded image: arm32v7/hello-world:latest [2022-05-19T09:56:31.159Z] INFO: Testing against a local daemon [2022-05-19T09:56:31.159Z] === RUN TestDockerDaemonSuite [2022-05-19T09:56:31.159Z] === RUN TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool [2022-05-19T09:56:31.338Z] === RUN TestParseRemoteURL [2022-05-19T09:56:31.338Z] === RUN TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment [2022-05-19T09:56:31.338Z] === RUN TestParseRemoteURL/git_scheme,_no_url-fragment [2022-05-19T09:56:31.338Z] === RUN TestParseRemoteURL/git_scheme,_with_url-fragment [2022-05-19T09:56:31.338Z] === RUN TestParseRemoteURL/https_scheme,_no_url-fragment [2022-05-19T09:56:31.338Z] === RUN TestParseRemoteURL/https_scheme,_with_url-fragment [2022-05-19T09:56:31.338Z] === RUN TestParseRemoteURL/git@,_no_url-fragment [2022-05-19T09:56:31.338Z] === RUN TestParseRemoteURL/git@,_with_url-fragment [2022-05-19T09:56:31.338Z] === RUN TestParseRemoteURL/ssh,_no_url-fragment [2022-05-19T09:56:31.338Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment [2022-05-19T09:56:31.338Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment_and_user [2022-05-19T09:56:31.338Z] --- PASS: TestParseRemoteURL (0.00s) [2022-05-19T09:56:31.338Z] --- PASS: TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment (0.00s) [2022-05-19T09:56:31.338Z] --- PASS: TestParseRemoteURL/git_scheme,_no_url-fragment (0.00s) [2022-05-19T09:56:31.338Z] --- PASS: TestParseRemoteURL/git_scheme,_with_url-fragment (0.00s) [2022-05-19T09:56:31.338Z] --- PASS: TestParseRemoteURL/https_scheme,_no_url-fragment (0.00s) [2022-05-19T09:56:31.338Z] --- PASS: TestParseRemoteURL/https_scheme,_with_url-fragment (0.00s) [2022-05-19T09:56:31.338Z] --- PASS: TestParseRemoteURL/git@,_no_url-fragment (0.00s) [2022-05-19T09:56:31.338Z] --- PASS: TestParseRemoteURL/git@,_with_url-fragment (0.00s) [2022-05-19T09:56:31.338Z] --- PASS: TestParseRemoteURL/ssh,_no_url-fragment (0.00s) [2022-05-19T09:56:31.338Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment (0.00s) [2022-05-19T09:56:31.338Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment_and_user (0.00s) [2022-05-19T09:56:31.338Z] === RUN TestCloneArgsSmartHttp [2022-05-19T09:56:31.338Z] --- PASS: TestCloneArgsSmartHttp (0.02s) [2022-05-19T09:56:31.338Z] === RUN TestCloneArgsDumbHttp [2022-05-19T09:56:31.338Z] --- PASS: TestCloneArgsDumbHttp (0.00s) [2022-05-19T09:56:31.338Z] === RUN TestCloneArgsGit [2022-05-19T09:56:31.338Z] --- PASS: TestCloneArgsGit (0.00s) [2022-05-19T09:56:31.338Z] === RUN TestCheckoutGit [2022-05-19T09:56:31.416Z] Loaded image: debian:bullseye-slim [2022-05-19T09:56:31.416Z] Loaded image: hello-world:latest [2022-05-19T09:56:31.717Z] Loaded image: arm32v7/hello-world:latest [2022-05-19T09:56:31.717Z] INFO: Testing against a local daemon [2022-05-19T09:56:31.717Z] === RUN TestDockerSuite [2022-05-19T09:56:31.717Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2022-05-19T09:56:31.717Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2022-05-19T09:56:31.717Z] === RUN TestDockerSuite/TestAPIErrorJSON [2022-05-19T09:56:31.717Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2022-05-19T09:56:31.717Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2022-05-19T09:56:31.717Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2022-05-19T09:56:31.717Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2022-05-19T09:56:31.717Z] === RUN TestDockerSuite/TestAPIImagesDelete [2022-05-19T09:56:33.552Z] === RUN TestProcessShouldRemoveDockerfileDockerignore [2022-05-19T09:56:33.552Z] --- PASS: TestProcessShouldRemoveDockerfileDockerignore (0.01s) [2022-05-19T09:56:33.552Z] === RUN TestProcessNoDockerignore [2022-05-19T09:56:33.552Z] --- PASS: TestProcessNoDockerignore (0.00s) [2022-05-19T09:56:33.552Z] === RUN TestProcessShouldLeaveAllFiles [2022-05-19T09:56:33.552Z] --- PASS: TestProcessShouldLeaveAllFiles (0.01s) [2022-05-19T09:56:33.552Z] === RUN TestDetectContentType [2022-05-19T09:56:33.552Z] --- PASS: TestDetectContentType (0.00s) [2022-05-19T09:56:33.552Z] === RUN TestSelectAcceptableMIME [2022-05-19T09:56:33.552Z] --- PASS: TestSelectAcceptableMIME (0.00s) [2022-05-19T09:56:33.552Z] === RUN TestInspectEmptyResponse [2022-05-19T09:56:33.552Z] --- PASS: TestInspectEmptyResponse (0.00s) [2022-05-19T09:56:33.552Z] === RUN TestInspectResponseBinary [2022-05-19T09:56:33.552Z] --- PASS: TestInspectResponseBinary (0.00s) [2022-05-19T09:56:33.552Z] === RUN TestResponseUnsupportedContentType [2022-05-19T09:56:33.552Z] --- PASS: TestResponseUnsupportedContentType (0.00s) [2022-05-19T09:56:33.552Z] === RUN TestInspectResponseTextSimple [2022-05-19T09:56:33.552Z] --- PASS: TestInspectResponseTextSimple (0.00s) [2022-05-19T09:56:33.552Z] === RUN TestInspectResponseEmptyContentType [2022-05-19T09:56:33.552Z] --- PASS: TestInspectResponseEmptyContentType (0.00s) [2022-05-19T09:56:33.552Z] === RUN TestUnknownContentLength [2022-05-19T09:56:33.552Z] --- PASS: TestUnknownContentLength (0.00s) [2022-05-19T09:56:33.553Z] === RUN TestDownloadRemote [2022-05-19T09:56:33.553Z] === RUN TestEnable [2022-05-19T09:56:33.553Z] --- PASS: TestEnable (0.00s) [2022-05-19T09:56:33.553Z] === RUN TestDisable [2022-05-19T09:56:33.553Z] --- PASS: TestDisable (0.00s) [2022-05-19T09:56:33.553Z] === RUN TestEnabled [2022-05-19T09:56:33.553Z] --- PASS: TestEnabled (0.00s) [2022-05-19T09:56:33.553Z] PASS [2022-05-19T09:56:33.553Z] coverage: 100.0% of statements [2022-05-19T09:56:33.553Z] ok github.com/docker/docker/cli/debug 0.051s coverage: 100.0% of statements [2022-05-19T09:56:33.553Z] --- PASS: TestDownloadRemote (0.11s) [2022-05-19T09:56:33.553Z] === RUN TestGetWithStatusError [2022-05-19T09:56:33.553Z] --- PASS: TestGetWithStatusError (0.00s) [2022-05-19T09:56:33.553Z] === RUN TestCloseRootDirectory [2022-05-19T09:56:33.553Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-05-19T09:56:33.553Z] --- SKIP: TestCloseRootDirectory (0.00s) [2022-05-19T09:56:33.553Z] === RUN TestHashFile [2022-05-19T09:56:33.553Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-05-19T09:56:33.553Z] --- SKIP: TestHashFile (0.00s) [2022-05-19T09:56:33.553Z] === RUN TestHashSubdir [2022-05-19T09:56:33.553Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-05-19T09:56:33.553Z] --- SKIP: TestHashSubdir (0.01s) [2022-05-19T09:56:33.553Z] === RUN TestRemoveDirectory [2022-05-19T09:56:33.553Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-05-19T09:56:33.553Z] --- SKIP: TestRemoveDirectory (0.01s) [2022-05-19T09:56:33.553Z] PASS [2022-05-19T09:56:33.553Z] coverage: 9.3% of statements [2022-05-19T09:56:33.553Z] ok github.com/docker/docker/builder/remotecontext 0.370s coverage: 9.3% of statements [2022-05-19T09:56:34.028Z] === RUN TestGetAllAllowed [2022-05-19T09:56:34.028Z] --- PASS: TestGetAllAllowed (0.00s) [2022-05-19T09:56:34.028Z] === RUN TestGetAllMeta [2022-05-19T09:56:34.028Z] --- PASS: TestGetAllMeta (0.00s) [2022-05-19T09:56:34.028Z] === RUN TestWarnOnUnusedBuildArgs [2022-05-19T09:56:34.028Z] --- PASS: TestWarnOnUnusedBuildArgs (0.00s) [2022-05-19T09:56:34.028Z] === RUN TestIsUnreferencedBuiltin [2022-05-19T09:56:34.028Z] --- PASS: TestIsUnreferencedBuiltin (0.00s) [2022-05-19T09:56:34.028Z] === RUN TestIsExistingDirectory [2022-05-19T09:56:34.028Z] --- PASS: TestIsExistingDirectory (0.00s) [2022-05-19T09:56:34.028Z] === RUN TestGetFilenameForDownload [2022-05-19T09:56:34.028Z] --- PASS: TestGetFilenameForDownload (0.00s) [2022-05-19T09:56:34.028Z] === RUN TestEnv2Variables [2022-05-19T09:56:34.028Z] --- PASS: TestEnv2Variables (0.00s) [2022-05-19T09:56:34.028Z] === RUN TestEnvValueWithExistingRunConfigEnv [2022-05-19T09:56:34.028Z] --- PASS: TestEnvValueWithExistingRunConfigEnv (0.00s) [2022-05-19T09:56:34.028Z] === RUN TestMaintainer [2022-05-19T09:56:34.028Z] --- PASS: TestMaintainer (0.00s) [2022-05-19T09:56:34.028Z] === RUN TestLabel [2022-05-19T09:56:34.028Z] --- PASS: TestLabel (0.00s) [2022-05-19T09:56:34.028Z] === RUN TestFromScratch [2022-05-19T09:56:34.028Z] --- PASS: TestFromScratch (0.00s) [2022-05-19T09:56:34.028Z] === RUN TestFromWithArg [2022-05-19T09:56:34.028Z] --- PASS: TestFromWithArg (0.00s) [2022-05-19T09:56:34.028Z] === RUN TestFromWithArgButBuildArgsNotGiven [2022-05-19T09:56:34.028Z] --- PASS: TestFromWithArgButBuildArgsNotGiven (0.00s) [2022-05-19T09:56:34.028Z] === RUN TestFromWithUndefinedArg [2022-05-19T09:56:34.028Z] --- PASS: TestFromWithUndefinedArg (0.00s) [2022-05-19T09:56:34.028Z] === RUN TestFromMultiStageWithNamedStage [2022-05-19T09:56:34.028Z] --- PASS: TestFromMultiStageWithNamedStage (0.00s) [2022-05-19T09:56:34.028Z] === RUN TestOnbuild [2022-05-19T09:56:34.028Z] --- PASS: TestOnbuild (0.00s) [2022-05-19T09:56:34.028Z] === RUN TestWorkdir [2022-05-19T09:56:34.028Z] --- PASS: TestWorkdir (0.00s) [2022-05-19T09:56:34.028Z] === RUN TestCmd [2022-05-19T09:56:34.028Z] --- PASS: TestCmd (0.00s) [2022-05-19T09:56:34.028Z] === RUN TestHealthcheckNone [2022-05-19T09:56:34.028Z] --- PASS: TestHealthcheckNone (0.00s) [2022-05-19T09:56:34.028Z] === RUN TestHealthcheckCmd [2022-05-19T09:56:34.028Z] --- PASS: TestHealthcheckCmd (0.00s) [2022-05-19T09:56:34.028Z] === RUN TestEntrypoint [2022-05-19T09:56:34.028Z] --- PASS: TestEntrypoint (0.00s) [2022-05-19T09:56:34.028Z] === RUN TestExpose [2022-05-19T09:56:34.028Z] --- PASS: TestExpose (0.00s) [2022-05-19T09:56:34.028Z] === RUN TestUser [2022-05-19T09:56:34.028Z] --- PASS: TestUser (0.00s) [2022-05-19T09:56:34.028Z] === RUN TestVolume [2022-05-19T09:56:34.028Z] --- PASS: TestVolume (0.00s) [2022-05-19T09:56:34.028Z] === RUN TestStopSignal [2022-05-19T09:56:34.028Z] dispatchers_test.go:377: Windows does not support stopsignal [2022-05-19T09:56:34.028Z] --- SKIP: TestStopSignal (0.00s) [2022-05-19T09:56:34.028Z] === RUN TestArg [2022-05-19T09:56:34.028Z] --- PASS: TestArg (0.00s) [2022-05-19T09:56:34.028Z] === RUN TestShell [2022-05-19T09:56:34.028Z] --- PASS: TestShell (0.00s) [2022-05-19T09:56:34.028Z] === RUN TestPrependEnvOnCmd [2022-05-19T09:56:34.028Z] --- PASS: TestPrependEnvOnCmd (0.00s) [2022-05-19T09:56:34.028Z] === RUN TestRunWithBuildArgs [2022-05-19T09:56:34.028Z] --- PASS: TestRunWithBuildArgs (0.00s) [2022-05-19T09:56:34.028Z] === RUN TestRunIgnoresHealthcheck [2022-05-19T09:56:34.028Z] --- PASS: TestRunIgnoresHealthcheck (0.00s) [2022-05-19T09:56:34.028Z] === RUN TestDispatchUnsupportedOptions [2022-05-19T09:56:34.028Z] === RUN TestDispatchUnsupportedOptions/ADD_with_chmod [2022-05-19T09:56:34.028Z] === RUN TestDispatchUnsupportedOptions/COPY_with_chmod [2022-05-19T09:56:34.028Z] === RUN TestDispatchUnsupportedOptions/RUN_with_unsupported_options [2022-05-19T09:56:34.028Z] --- PASS: TestDispatchUnsupportedOptions (0.00s) [2022-05-19T09:56:34.028Z] --- PASS: TestDispatchUnsupportedOptions/ADD_with_chmod (0.00s) [2022-05-19T09:56:34.028Z] --- PASS: TestDispatchUnsupportedOptions/COPY_with_chmod (0.00s) [2022-05-19T09:56:34.028Z] --- PASS: TestDispatchUnsupportedOptions/RUN_with_unsupported_options (0.00s) [2022-05-19T09:56:34.028Z] === RUN TestNormalizeWorkdir [2022-05-19T09:56:34.028Z] --- PASS: TestNormalizeWorkdir (0.00s) [2022-05-19T09:56:34.028Z] === RUN TestDispatch [2022-05-19T09:56:34.028Z] === RUN TestDispatch/ADD_multiple_files_to_file [2022-05-19T09:56:34.028Z] === RUN TestDispatch/Wildcard_ADD_multiple_files_to_file [2022-05-19T09:56:34.028Z] === RUN TestDispatch/COPY_multiple_files_to_file [2022-05-19T09:56:34.028Z] === RUN TestDispatch/ADD_multiple_files_to_file_with_whitespace [2022-05-19T09:56:34.028Z] === RUN TestDispatch/COPY_multiple_files_to_file_with_whitespace [2022-05-19T09:56:34.028Z] === RUN TestDispatch/COPY_wildcard_no_files [2022-05-19T09:56:34.028Z] === RUN TestDispatch/COPY_url [2022-05-19T09:56:34.028Z] --- PASS: TestDispatch (0.07s) [2022-05-19T09:56:34.028Z] --- PASS: TestDispatch/ADD_multiple_files_to_file (0.01s) [2022-05-19T09:56:34.028Z] --- PASS: TestDispatch/Wildcard_ADD_multiple_files_to_file (0.02s) [2022-05-19T09:56:34.028Z] --- PASS: TestDispatch/COPY_multiple_files_to_file (0.01s) [2022-05-19T09:56:34.028Z] --- PASS: TestDispatch/ADD_multiple_files_to_file_with_whitespace (0.01s) [2022-05-19T09:56:34.028Z] --- PASS: TestDispatch/COPY_multiple_files_to_file_with_whitespace (0.01s) [2022-05-19T09:56:34.028Z] --- PASS: TestDispatch/COPY_wildcard_no_files (0.00s) [2022-05-19T09:56:34.028Z] --- PASS: TestDispatch/COPY_url (0.00s) [2022-05-19T09:56:34.028Z] === RUN TestAddScratchImageAddsToMounts [2022-05-19T09:56:34.028Z] --- PASS: TestAddScratchImageAddsToMounts (0.00s) [2022-05-19T09:56:34.028Z] === RUN TestAddFromScratchPopulatesPlatform [2022-05-19T09:56:34.028Z] --- PASS: TestAddFromScratchPopulatesPlatform (0.00s) [2022-05-19T09:56:34.028Z] === RUN TestAddFromScratchDoesNotModifyArgPlatform [2022-05-19T09:56:34.028Z] --- PASS: TestAddFromScratchDoesNotModifyArgPlatform (0.00s) [2022-05-19T09:56:34.028Z] === RUN TestAddFromScratchPopulatesPlatformIfNil [2022-05-19T09:56:34.028Z] --- PASS: TestAddFromScratchPopulatesPlatformIfNil (0.00s) [2022-05-19T09:56:34.028Z] === RUN TestImageSourceGetAddsToMounts [2022-05-19T09:56:34.028Z] --- PASS: TestImageSourceGetAddsToMounts (0.00s) [2022-05-19T09:56:34.028Z] === RUN TestEmptyDockerfile [2022-05-19T09:56:34.028Z] --- PASS: TestEmptyDockerfile (0.01s) [2022-05-19T09:56:34.028Z] === RUN TestSymlinkDockerfile [2022-05-19T09:56:34.028Z] --- PASS: TestSymlinkDockerfile (0.01s) [2022-05-19T09:56:34.028Z] === RUN TestDockerfileOutsideTheBuildContext [2022-05-19T09:56:34.028Z] --- PASS: TestDockerfileOutsideTheBuildContext (0.00s) [2022-05-19T09:56:34.028Z] === RUN TestNonExistingDockerfile [2022-05-19T09:56:34.028Z] --- PASS: TestNonExistingDockerfile (0.00s) [2022-05-19T09:56:34.028Z] === RUN TestCopyRunConfig [2022-05-19T09:56:34.028Z] --- PASS: TestCopyRunConfig (0.00s) [2022-05-19T09:56:34.028Z] === RUN TestDeepCopyRunConfig [2022-05-19T09:56:34.028Z] --- PASS: TestDeepCopyRunConfig (0.00s) [2022-05-19T09:56:34.028Z] === RUN TestExportImage [2022-05-19T09:56:34.028Z] --- PASS: TestExportImage (0.00s) [2022-05-19T09:56:34.028Z] === RUN TestNormalizeDest [2022-05-19T09:56:34.028Z] --- PASS: TestNormalizeDest (0.00s) [2022-05-19T09:56:34.028Z] PASS [2022-05-19T09:56:34.028Z] coverage: 46.7% of statements [2022-05-19T09:56:34.028Z] ok github.com/docker/docker/builder/dockerfile 0.275s coverage: 46.7% of statements [2022-05-19T09:56:35.047Z] === RUN TestDockerSuite/TestAPIImagesFilter [2022-05-19T09:56:35.047Z] === RUN TestDockerSuite/TestAPIImagesHistory [2022-05-19T09:56:35.304Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2022-05-19T09:56:35.304Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2022-05-19T09:56:35.592Z] === RUN TestTCP4Proxy [2022-05-19T09:56:35.592Z] --- PASS: TestTCP4Proxy (0.00s) [2022-05-19T09:56:35.592Z] === RUN TestTCP4ProxyHalfClose [2022-05-19T09:56:35.592Z] --- PASS: TestTCP4ProxyHalfClose (0.00s) [2022-05-19T09:56:35.592Z] === RUN TestTCP6Proxy [2022-05-19T09:56:35.592Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-05-19T09:56:35.592Z] --- SKIP: TestTCP6Proxy (0.00s) [2022-05-19T09:56:35.592Z] === RUN TestTCPDualStackProxy [2022-05-19T09:56:35.592Z] network_proxy_test.go:208: No support for dual stack yet [2022-05-19T09:56:35.592Z] --- SKIP: TestTCPDualStackProxy (0.00s) [2022-05-19T09:56:35.592Z] === RUN TestUDP4Proxy [2022-05-19T09:56:35.592Z] --- PASS: TestUDP4Proxy (0.00s) [2022-05-19T09:56:35.592Z] === RUN TestUDP6Proxy [2022-05-19T09:56:35.592Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-05-19T09:56:35.592Z] --- SKIP: TestUDP6Proxy (0.00s) [2022-05-19T09:56:35.592Z] === RUN TestUDPWriteError [2022-05-19T09:56:35.592Z] --- PASS: TestUDPWriteError (0.01s) [2022-05-19T09:56:35.592Z] === RUN TestSCTP4Proxy [2022-05-19T09:56:35.592Z] network_proxy_test.go:284: runtime.GOOS == "windows": sctp is not supported on windows [2022-05-19T09:56:35.592Z] --- SKIP: TestSCTP4Proxy (0.00s) [2022-05-19T09:56:35.592Z] === RUN TestSCTP6Proxy [2022-05-19T09:56:35.592Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-05-19T09:56:35.592Z] --- SKIP: TestSCTP6Proxy (0.00s) [2022-05-19T09:56:35.592Z] PASS [2022-05-19T09:56:35.592Z] coverage: 49.4% of statements [2022-05-19T09:56:35.592Z] ok github.com/docker/docker/cmd/docker-proxy 0.066s coverage: 49.4% of statements [2022-05-19T09:56:36.059Z] --- PASS: TestCreateServiceMultipleTimes (16.15s) [2022-05-19T09:56:36.060Z] === RUN TestCreateServiceConflict [2022-05-19T09:56:36.243Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2022-05-19T09:56:36.243Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2022-05-19T09:56:36.243Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2022-05-19T09:56:36.822Z] === RUN TestCheckpointCreateError [2022-05-19T09:56:36.822Z] --- PASS: TestCheckpointCreateError (0.00s) [2022-05-19T09:56:36.822Z] === RUN TestCheckpointCreate [2022-05-19T09:56:36.822Z] --- PASS: TestCheckpointCreate (0.00s) [2022-05-19T09:56:36.822Z] === RUN TestCheckpointDeleteError [2022-05-19T09:56:36.822Z] --- PASS: TestCheckpointDeleteError (0.00s) [2022-05-19T09:56:36.822Z] === RUN TestCheckpointDelete [2022-05-19T09:56:36.822Z] --- PASS: TestCheckpointDelete (0.00s) [2022-05-19T09:56:36.822Z] === RUN TestCheckpointListError [2022-05-19T09:56:36.822Z] --- PASS: TestCheckpointListError (0.00s) [2022-05-19T09:56:36.822Z] === RUN TestCheckpointList [2022-05-19T09:56:36.822Z] --- PASS: TestCheckpointList (0.00s) [2022-05-19T09:56:36.822Z] === RUN TestCheckpointListContainerNotFound [2022-05-19T09:56:36.822Z] --- PASS: TestCheckpointListContainerNotFound (0.00s) [2022-05-19T09:56:36.822Z] === RUN TestNewClientWithOpsFromEnv [2022-05-19T09:56:36.822Z] client_test.go:22: runtime.GOOS == "windows" [2022-05-19T09:56:36.822Z] --- SKIP: TestNewClientWithOpsFromEnv (0.00s) [2022-05-19T09:56:36.822Z] === RUN TestGetAPIPath [2022-05-19T09:56:36.822Z] --- PASS: TestGetAPIPath (0.00s) [2022-05-19T09:56:36.822Z] === RUN TestParseHostURL [2022-05-19T09:56:36.822Z] --- PASS: TestParseHostURL (0.00s) [2022-05-19T09:56:36.822Z] === RUN TestNewClientWithOpsFromEnvSetsDefaultVersion [2022-05-19T09:56:36.822Z] --- PASS: TestNewClientWithOpsFromEnvSetsDefaultVersion (0.00s) [2022-05-19T09:56:36.822Z] === RUN TestNegotiateAPIVersionEmpty [2022-05-19T09:56:36.822Z] --- PASS: TestNegotiateAPIVersionEmpty (0.00s) [2022-05-19T09:56:36.822Z] === RUN TestNegotiateAPIVersion [2022-05-19T09:56:36.822Z] === RUN TestNegotiateAPIVersion/downgrade_from_default [2022-05-19T09:56:36.822Z] === RUN TestNegotiateAPIVersion/no_downgrade_from_custom_version [2022-05-19T09:56:36.822Z] === RUN TestNegotiateAPIVersion/downgrade_legacy [2022-05-19T09:56:36.822Z] === RUN TestNegotiateAPIVersion/downgrade_old [2022-05-19T09:56:36.822Z] === RUN TestNegotiateAPIVersion/no_upgrade [2022-05-19T09:56:36.822Z] --- PASS: TestNegotiateAPIVersion (0.00s) [2022-05-19T09:56:36.822Z] --- PASS: TestNegotiateAPIVersion/downgrade_from_default (0.00s) [2022-05-19T09:56:36.822Z] --- PASS: TestNegotiateAPIVersion/no_downgrade_from_custom_version (0.00s) [2022-05-19T09:56:36.822Z] --- PASS: TestNegotiateAPIVersion/downgrade_legacy (0.00s) [2022-05-19T09:56:36.822Z] --- PASS: TestNegotiateAPIVersion/downgrade_old (0.00s) [2022-05-19T09:56:37.291Z] --- PASS: TestNegotiateAPIVersion/no_upgrade (0.00s) [2022-05-19T09:56:37.291Z] === RUN TestNegotiateAPVersionOverride [2022-05-19T09:56:37.291Z] --- PASS: TestNegotiateAPVersionOverride (0.00s) [2022-05-19T09:56:37.291Z] === RUN TestNegotiateAPIVersionAutomatic [2022-05-19T09:56:37.291Z] --- PASS: TestNegotiateAPIVersionAutomatic (0.00s) [2022-05-19T09:56:37.291Z] === RUN TestNegotiateAPIVersionWithEmptyVersion [2022-05-19T09:56:37.291Z] --- PASS: TestNegotiateAPIVersionWithEmptyVersion (0.00s) [2022-05-19T09:56:37.291Z] === RUN TestNegotiateAPIVersionWithFixedVersion [2022-05-19T09:56:37.291Z] --- PASS: TestNegotiateAPIVersionWithFixedVersion (0.00s) [2022-05-19T09:56:37.291Z] === RUN TestClientRedirect [2022-05-19T09:56:37.291Z] === RUN TestClientRedirect/GET [2022-05-19T09:56:37.291Z] === RUN TestClientRedirect/POST [2022-05-19T09:56:37.291Z] === RUN TestClientRedirect/PUT [2022-05-19T09:56:37.291Z] === RUN TestClientRedirect/DELETE [2022-05-19T09:56:37.291Z] --- PASS: TestClientRedirect (0.00s) [2022-05-19T09:56:37.291Z] --- PASS: TestClientRedirect/GET (0.00s) [2022-05-19T09:56:37.291Z] --- PASS: TestClientRedirect/POST (0.00s) [2022-05-19T09:56:37.291Z] --- PASS: TestClientRedirect/PUT (0.00s) [2022-05-19T09:56:37.291Z] --- PASS: TestClientRedirect/DELETE (0.00s) [2022-05-19T09:56:37.291Z] === RUN TestConfigCreateUnsupported [2022-05-19T09:56:37.291Z] --- PASS: TestConfigCreateUnsupported (0.00s) [2022-05-19T09:56:37.291Z] === RUN TestConfigCreateError [2022-05-19T09:56:37.291Z] --- PASS: TestConfigCreateError (0.00s) [2022-05-19T09:56:37.291Z] === RUN TestConfigCreate [2022-05-19T09:56:37.291Z] --- PASS: TestConfigCreate (0.00s) [2022-05-19T09:56:37.291Z] === RUN TestConfigInspectNotFound [2022-05-19T09:56:37.291Z] --- PASS: TestConfigInspectNotFound (0.00s) [2022-05-19T09:56:37.291Z] === RUN TestConfigInspectWithEmptyID [2022-05-19T09:56:37.291Z] --- PASS: TestConfigInspectWithEmptyID (0.00s) [2022-05-19T09:56:37.291Z] === RUN TestConfigInspectUnsupported [2022-05-19T09:56:37.291Z] --- PASS: TestConfigInspectUnsupported (0.00s) [2022-05-19T09:56:37.291Z] === RUN TestConfigInspectError [2022-05-19T09:56:37.291Z] --- PASS: TestConfigInspectError (0.00s) [2022-05-19T09:56:37.291Z] === RUN TestConfigInspectConfigNotFound [2022-05-19T09:56:37.291Z] --- PASS: TestConfigInspectConfigNotFound (0.00s) [2022-05-19T09:56:37.291Z] === RUN TestConfigInspect [2022-05-19T09:56:37.291Z] --- PASS: TestConfigInspect (0.00s) [2022-05-19T09:56:37.291Z] === RUN TestConfigListUnsupported [2022-05-19T09:56:37.291Z] --- PASS: TestConfigListUnsupported (0.00s) [2022-05-19T09:56:37.291Z] === RUN TestConfigListError [2022-05-19T09:56:37.291Z] --- PASS: TestConfigListError (0.00s) [2022-05-19T09:56:37.291Z] === RUN TestConfigList [2022-05-19T09:56:37.291Z] --- PASS: TestConfigList (0.00s) [2022-05-19T09:56:37.291Z] === RUN TestConfigRemoveUnsupported [2022-05-19T09:56:37.291Z] --- PASS: TestConfigRemoveUnsupported (0.00s) [2022-05-19T09:56:37.291Z] === RUN TestConfigRemoveError [2022-05-19T09:56:37.291Z] --- PASS: TestConfigRemoveError (0.00s) [2022-05-19T09:56:37.291Z] === RUN TestConfigRemove [2022-05-19T09:56:37.291Z] --- PASS: TestConfigRemove (0.00s) [2022-05-19T09:56:37.291Z] === RUN TestConfigUpdateUnsupported [2022-05-19T09:56:37.291Z] --- PASS: TestConfigUpdateUnsupported (0.00s) [2022-05-19T09:56:37.291Z] === RUN TestConfigUpdateError [2022-05-19T09:56:37.291Z] --- PASS: TestConfigUpdateError (0.00s) [2022-05-19T09:56:37.291Z] === RUN TestConfigUpdate [2022-05-19T09:56:37.291Z] --- PASS: TestConfigUpdate (0.00s) [2022-05-19T09:56:37.291Z] === RUN TestContainerCommitError [2022-05-19T09:56:37.291Z] --- PASS: TestContainerCommitError (0.00s) [2022-05-19T09:56:37.291Z] === RUN TestContainerCommit [2022-05-19T09:56:37.291Z] --- PASS: TestContainerCommit (0.00s) [2022-05-19T09:56:37.291Z] === RUN TestContainerStatPathError [2022-05-19T09:56:37.291Z] --- PASS: TestContainerStatPathError (0.00s) [2022-05-19T09:56:37.291Z] === RUN TestContainerStatPathNotFoundError [2022-05-19T09:56:37.291Z] --- PASS: TestContainerStatPathNotFoundError (0.00s) [2022-05-19T09:56:37.291Z] === RUN TestContainerStatPathNoHeaderError [2022-05-19T09:56:37.291Z] --- PASS: TestContainerStatPathNoHeaderError (0.00s) [2022-05-19T09:56:37.291Z] === RUN TestContainerStatPath [2022-05-19T09:56:37.291Z] --- PASS: TestContainerStatPath (0.00s) [2022-05-19T09:56:37.291Z] === RUN TestCopyToContainerError [2022-05-19T09:56:37.291Z] --- PASS: TestCopyToContainerError (0.00s) [2022-05-19T09:56:37.291Z] === RUN TestCopyToContainerNotFoundError [2022-05-19T09:56:37.291Z] --- PASS: TestCopyToContainerNotFoundError (0.00s) [2022-05-19T09:56:37.291Z] === RUN TestCopyToContainerEmptyResponse [2022-05-19T09:56:37.291Z] --- PASS: TestCopyToContainerEmptyResponse (0.00s) [2022-05-19T09:56:37.291Z] === RUN TestCopyToContainer [2022-05-19T09:56:37.291Z] --- PASS: TestCopyToContainer (0.00s) [2022-05-19T09:56:37.291Z] === RUN TestCopyFromContainerError [2022-05-19T09:56:37.291Z] --- PASS: TestCopyFromContainerError (0.00s) [2022-05-19T09:56:37.291Z] === RUN TestCopyFromContainerNotFoundError [2022-05-19T09:56:37.291Z] --- PASS: TestCopyFromContainerNotFoundError (0.00s) [2022-05-19T09:56:37.291Z] === RUN TestCopyFromContainerEmptyResponse [2022-05-19T09:56:37.291Z] --- PASS: TestCopyFromContainerEmptyResponse (0.00s) [2022-05-19T09:56:37.291Z] === RUN TestCopyFromContainerNoHeaderError [2022-05-19T09:56:37.291Z] --- PASS: TestCopyFromContainerNoHeaderError (0.00s) [2022-05-19T09:56:37.291Z] === RUN TestCopyFromContainer [2022-05-19T09:56:37.291Z] --- PASS: TestCopyFromContainer (0.00s) [2022-05-19T09:56:37.291Z] === RUN TestContainerCreateError [2022-05-19T09:56:37.291Z] --- PASS: TestContainerCreateError (0.00s) [2022-05-19T09:56:37.291Z] === RUN TestContainerCreateImageNotFound [2022-05-19T09:56:37.291Z] --- PASS: TestContainerCreateImageNotFound (0.00s) [2022-05-19T09:56:37.291Z] === RUN TestContainerCreateWithName [2022-05-19T09:56:37.291Z] --- PASS: TestContainerCreateWithName (0.00s) [2022-05-19T09:56:37.291Z] === RUN TestContainerCreateAutoRemove [2022-05-19T09:56:37.291Z] --- PASS: TestContainerCreateAutoRemove (0.00s) [2022-05-19T09:56:37.291Z] === RUN TestContainerDiffError [2022-05-19T09:56:37.291Z] --- PASS: TestContainerDiffError (0.00s) [2022-05-19T09:56:37.291Z] === RUN TestContainerDiff [2022-05-19T09:56:37.291Z] --- PASS: TestContainerDiff (0.00s) [2022-05-19T09:56:37.291Z] === RUN TestContainerExecCreateError [2022-05-19T09:56:37.291Z] --- PASS: TestContainerExecCreateError (0.00s) [2022-05-19T09:56:37.291Z] === RUN TestContainerExecCreate [2022-05-19T09:56:37.291Z] --- PASS: TestContainerExecCreate (0.00s) [2022-05-19T09:56:37.291Z] === RUN TestContainerExecStartError [2022-05-19T09:56:37.291Z] --- PASS: TestContainerExecStartError (0.00s) [2022-05-19T09:56:37.291Z] === RUN TestContainerExecStart [2022-05-19T09:56:37.291Z] --- PASS: TestContainerExecStart (0.00s) [2022-05-19T09:56:37.291Z] === RUN TestContainerExecInspectError [2022-05-19T09:56:37.291Z] --- PASS: TestContainerExecInspectError (0.00s) [2022-05-19T09:56:37.291Z] === RUN TestContainerExecInspect [2022-05-19T09:56:37.291Z] --- PASS: TestContainerExecInspect (0.00s) [2022-05-19T09:56:37.291Z] === RUN TestContainerExportError [2022-05-19T09:56:37.291Z] --- PASS: TestContainerExportError (0.00s) [2022-05-19T09:56:37.291Z] === RUN TestContainerExport [2022-05-19T09:56:37.291Z] --- PASS: TestContainerExport (0.00s) [2022-05-19T09:56:37.291Z] === RUN TestContainerInspectError [2022-05-19T09:56:37.291Z] --- PASS: TestContainerInspectError (0.00s) [2022-05-19T09:56:37.291Z] === RUN TestContainerInspectContainerNotFound [2022-05-19T09:56:37.291Z] --- PASS: TestContainerInspectContainerNotFound (0.00s) [2022-05-19T09:56:37.291Z] === RUN TestContainerInspectWithEmptyID [2022-05-19T09:56:37.291Z] --- PASS: TestContainerInspectWithEmptyID (0.00s) [2022-05-19T09:56:37.291Z] === RUN TestContainerInspect [2022-05-19T09:56:37.291Z] --- PASS: TestContainerInspect (0.00s) [2022-05-19T09:56:37.291Z] === RUN TestContainerInspectNode [2022-05-19T09:56:37.291Z] --- PASS: TestContainerInspectNode (0.00s) [2022-05-19T09:56:37.291Z] === RUN TestContainerKillError [2022-05-19T09:56:37.291Z] --- PASS: TestContainerKillError (0.00s) [2022-05-19T09:56:37.291Z] === RUN TestContainerKill [2022-05-19T09:56:37.291Z] --- PASS: TestContainerKill (0.00s) [2022-05-19T09:56:37.291Z] === RUN TestContainerListError [2022-05-19T09:56:37.291Z] --- PASS: TestContainerListError (0.00s) [2022-05-19T09:56:37.291Z] === RUN TestContainerList [2022-05-19T09:56:37.291Z] --- PASS: TestContainerList (0.00s) [2022-05-19T09:56:37.291Z] === RUN TestContainerLogsNotFoundError [2022-05-19T09:56:37.291Z] --- PASS: TestContainerLogsNotFoundError (0.00s) [2022-05-19T09:56:37.291Z] === RUN TestContainerLogsError [2022-05-19T09:56:37.291Z] --- PASS: TestContainerLogsError (0.00s) [2022-05-19T09:56:37.291Z] === RUN TestContainerLogs [2022-05-19T09:56:37.291Z] --- PASS: TestContainerLogs (0.25s) [2022-05-19T09:56:37.291Z] === RUN TestContainerPauseError [2022-05-19T09:56:37.291Z] --- PASS: TestContainerPauseError (0.00s) [2022-05-19T09:56:37.291Z] === RUN TestContainerPause [2022-05-19T09:56:37.291Z] --- PASS: TestContainerPause (0.00s) [2022-05-19T09:56:37.291Z] === RUN TestContainersPruneError [2022-05-19T09:56:37.291Z] --- PASS: TestContainersPruneError (0.00s) [2022-05-19T09:56:37.291Z] === RUN TestContainersPrune [2022-05-19T09:56:37.291Z] --- PASS: TestContainersPrune (0.00s) [2022-05-19T09:56:37.291Z] === RUN TestContainerRemoveError [2022-05-19T09:56:37.291Z] --- PASS: TestContainerRemoveError (0.00s) [2022-05-19T09:56:37.291Z] === RUN TestContainerRemoveNotFoundError [2022-05-19T09:56:37.291Z] --- PASS: TestContainerRemoveNotFoundError (0.00s) [2022-05-19T09:56:37.291Z] === RUN TestContainerRemove [2022-05-19T09:56:37.291Z] --- PASS: TestContainerRemove (0.00s) [2022-05-19T09:56:37.291Z] === RUN TestContainerRenameError [2022-05-19T09:56:37.291Z] --- PASS: TestContainerRenameError (0.00s) [2022-05-19T09:56:37.291Z] === RUN TestContainerRename [2022-05-19T09:56:37.291Z] --- PASS: TestContainerRename (0.00s) [2022-05-19T09:56:37.291Z] === RUN TestContainerResizeError [2022-05-19T09:56:37.291Z] --- PASS: TestContainerResizeError (0.00s) [2022-05-19T09:56:37.291Z] === RUN TestContainerExecResizeError [2022-05-19T09:56:37.291Z] --- PASS: TestContainerExecResizeError (0.00s) [2022-05-19T09:56:37.291Z] === RUN TestContainerResize [2022-05-19T09:56:37.291Z] --- PASS: TestContainerResize (0.00s) [2022-05-19T09:56:37.291Z] === RUN TestContainerExecResize [2022-05-19T09:56:37.291Z] --- PASS: TestContainerExecResize (0.00s) [2022-05-19T09:56:37.291Z] === RUN TestContainerRestartError [2022-05-19T09:56:37.291Z] --- PASS: TestContainerRestartError (0.00s) [2022-05-19T09:56:37.291Z] === RUN TestContainerRestart [2022-05-19T09:56:37.291Z] --- PASS: TestContainerRestart (0.00s) [2022-05-19T09:56:37.291Z] === RUN TestContainerStartError [2022-05-19T09:56:37.291Z] --- PASS: TestContainerStartError (0.00s) [2022-05-19T09:56:37.291Z] === RUN TestContainerStart [2022-05-19T09:56:37.291Z] --- PASS: TestContainerStart (0.00s) [2022-05-19T09:56:37.291Z] === RUN TestContainerStatsError [2022-05-19T09:56:37.291Z] --- PASS: TestContainerStatsError (0.00s) [2022-05-19T09:56:37.291Z] === RUN TestContainerStats [2022-05-19T09:56:37.291Z] --- PASS: TestContainerStats (0.00s) [2022-05-19T09:56:37.291Z] === RUN TestContainerStopError [2022-05-19T09:56:37.291Z] --- PASS: TestContainerStopError (0.00s) [2022-05-19T09:56:37.291Z] === RUN TestContainerStop [2022-05-19T09:56:37.291Z] --- PASS: TestContainerStop (0.00s) [2022-05-19T09:56:37.291Z] === RUN TestContainerTopError [2022-05-19T09:56:37.291Z] --- PASS: TestContainerTopError (0.00s) [2022-05-19T09:56:37.291Z] === RUN TestContainerTop [2022-05-19T09:56:37.291Z] --- PASS: TestContainerTop (0.00s) [2022-05-19T09:56:37.291Z] === RUN TestContainerUnpauseError [2022-05-19T09:56:37.291Z] --- PASS: TestContainerUnpauseError (0.00s) [2022-05-19T09:56:37.291Z] === RUN TestContainerUnpause [2022-05-19T09:56:37.291Z] --- PASS: TestContainerUnpause (0.00s) [2022-05-19T09:56:37.291Z] === RUN TestContainerUpdateError [2022-05-19T09:56:37.291Z] --- PASS: TestContainerUpdateError (0.00s) [2022-05-19T09:56:37.291Z] === RUN TestContainerUpdate [2022-05-19T09:56:37.291Z] --- PASS: TestContainerUpdate (0.02s) [2022-05-19T09:56:37.291Z] === RUN TestContainerWaitError [2022-05-19T09:56:37.291Z] --- PASS: TestContainerWaitError (0.00s) [2022-05-19T09:56:37.291Z] === RUN TestContainerWait [2022-05-19T09:56:37.291Z] --- PASS: TestContainerWait (0.00s) [2022-05-19T09:56:37.291Z] === RUN TestDiskUsageError [2022-05-19T09:56:37.291Z] --- PASS: TestDiskUsageError (0.00s) [2022-05-19T09:56:37.291Z] === RUN TestDiskUsage [2022-05-19T09:56:37.291Z] --- PASS: TestDiskUsage (0.00s) [2022-05-19T09:56:37.291Z] === RUN TestDistributionInspectUnsupported [2022-05-19T09:56:37.291Z] --- PASS: TestDistributionInspectUnsupported (0.00s) [2022-05-19T09:56:37.291Z] === RUN TestDistributionInspectWithEmptyID [2022-05-19T09:56:37.291Z] --- PASS: TestDistributionInspectWithEmptyID (0.00s) [2022-05-19T09:56:37.291Z] === RUN TestEventsErrorInOptions [2022-05-19T09:56:37.291Z] --- PASS: TestEventsErrorInOptions (0.00s) [2022-05-19T09:56:37.291Z] === RUN TestEventsErrorFromServer [2022-05-19T09:56:37.291Z] --- PASS: TestEventsErrorFromServer (0.00s) [2022-05-19T09:56:37.291Z] === RUN TestEvents [2022-05-19T09:56:37.291Z] --- PASS: TestEvents (0.00s) [2022-05-19T09:56:37.291Z] === RUN TestTLSCloseWriter [2022-05-19T09:56:37.291Z] === PAUSE TestTLSCloseWriter [2022-05-19T09:56:37.291Z] === RUN TestImageBuildError [2022-05-19T09:56:37.291Z] --- PASS: TestImageBuildError (0.00s) [2022-05-19T09:56:37.291Z] === RUN TestImageBuild [2022-05-19T09:56:37.291Z] --- PASS: TestImageBuild (0.00s) [2022-05-19T09:56:37.291Z] === RUN TestGetDockerOS [2022-05-19T09:56:37.291Z] --- PASS: TestGetDockerOS (0.00s) [2022-05-19T09:56:37.291Z] === RUN TestImageCreateError [2022-05-19T09:56:37.291Z] --- PASS: TestImageCreateError (0.00s) [2022-05-19T09:56:37.291Z] === RUN TestImageCreate [2022-05-19T09:56:37.291Z] --- PASS: TestImageCreate (0.00s) [2022-05-19T09:56:37.291Z] === RUN TestImageHistoryError [2022-05-19T09:56:37.291Z] --- PASS: TestImageHistoryError (0.00s) [2022-05-19T09:56:37.291Z] === RUN TestImageHistory [2022-05-19T09:56:37.291Z] --- PASS: TestImageHistory (0.00s) [2022-05-19T09:56:37.291Z] === RUN TestImageImportError [2022-05-19T09:56:37.291Z] --- PASS: TestImageImportError (0.00s) [2022-05-19T09:56:37.291Z] === RUN TestImageImport [2022-05-19T09:56:37.291Z] --- PASS: TestImageImport (0.00s) [2022-05-19T09:56:37.291Z] === RUN TestImageInspectError [2022-05-19T09:56:37.291Z] --- PASS: TestImageInspectError (0.00s) [2022-05-19T09:56:37.291Z] === RUN TestImageInspectImageNotFound [2022-05-19T09:56:37.292Z] --- PASS: TestImageInspectImageNotFound (0.00s) [2022-05-19T09:56:37.292Z] === RUN TestImageInspectWithEmptyID [2022-05-19T09:56:37.292Z] --- PASS: TestImageInspectWithEmptyID (0.00s) [2022-05-19T09:56:37.292Z] === RUN TestImageInspect [2022-05-19T09:56:37.292Z] --- PASS: TestImageInspect (0.00s) [2022-05-19T09:56:37.292Z] === RUN TestImageListError [2022-05-19T09:56:37.292Z] --- PASS: TestImageListError (0.00s) [2022-05-19T09:56:37.292Z] === RUN TestImageList [2022-05-19T09:56:37.292Z] --- PASS: TestImageList (0.00s) [2022-05-19T09:56:37.292Z] === RUN TestImageListApiBefore125 [2022-05-19T09:56:37.292Z] --- PASS: TestImageListApiBefore125 (0.00s) [2022-05-19T09:56:37.292Z] === RUN TestImageLoadError [2022-05-19T09:56:37.292Z] --- PASS: TestImageLoadError (0.00s) [2022-05-19T09:56:37.292Z] === RUN TestImageLoad [2022-05-19T09:56:37.292Z] --- PASS: TestImageLoad (0.00s) [2022-05-19T09:56:37.292Z] === RUN TestImagesPruneError [2022-05-19T09:56:37.292Z] --- PASS: TestImagesPruneError (0.00s) [2022-05-19T09:56:37.292Z] === RUN TestImagesPrune [2022-05-19T09:56:37.292Z] --- PASS: TestImagesPrune (0.00s) [2022-05-19T09:56:37.292Z] === RUN TestImagePullReferenceParseError [2022-05-19T09:56:37.292Z] --- PASS: TestImagePullReferenceParseError (0.00s) [2022-05-19T09:56:37.292Z] === RUN TestImagePullAnyError [2022-05-19T09:56:37.292Z] --- PASS: TestImagePullAnyError (0.00s) [2022-05-19T09:56:37.292Z] === RUN TestImagePullStatusUnauthorizedError [2022-05-19T09:56:37.292Z] --- PASS: TestImagePullStatusUnauthorizedError (0.00s) [2022-05-19T09:56:37.292Z] === RUN TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError [2022-05-19T09:56:37.292Z] --- PASS: TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-05-19T09:56:37.292Z] === RUN TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-05-19T09:56:37.292Z] --- PASS: TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-05-19T09:56:37.292Z] === RUN TestImagePullWithPrivilegedFuncNoError [2022-05-19T09:56:37.292Z] --- PASS: TestImagePullWithPrivilegedFuncNoError (0.00s) [2022-05-19T09:56:37.292Z] === RUN TestImagePullWithoutErrors [2022-05-19T09:56:37.292Z] --- PASS: TestImagePullWithoutErrors (0.00s) [2022-05-19T09:56:37.292Z] === RUN TestImagePushReferenceError [2022-05-19T09:56:37.292Z] --- PASS: TestImagePushReferenceError (0.00s) [2022-05-19T09:56:37.292Z] === RUN TestImagePushAnyError [2022-05-19T09:56:37.292Z] --- PASS: TestImagePushAnyError (0.00s) [2022-05-19T09:56:37.292Z] === RUN TestImagePushStatusUnauthorizedError [2022-05-19T09:56:37.292Z] --- PASS: TestImagePushStatusUnauthorizedError (0.00s) [2022-05-19T09:56:37.292Z] === RUN TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError [2022-05-19T09:56:37.292Z] --- PASS: TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-05-19T09:56:37.292Z] === RUN TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-05-19T09:56:37.292Z] --- PASS: TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-05-19T09:56:37.292Z] === RUN TestImagePushWithPrivilegedFuncNoError [2022-05-19T09:56:37.292Z] --- PASS: TestImagePushWithPrivilegedFuncNoError (0.00s) [2022-05-19T09:56:37.292Z] === RUN TestImagePushWithoutErrors [2022-05-19T09:56:37.292Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=false [2022-05-19T09:56:37.292Z] === RUN TestImagePushWithoutErrors/myimage:tag,all-tags=false [2022-05-19T09:56:37.292Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=true [2022-05-19T09:56:37.292Z] === RUN TestImagePushWithoutErrors/myimage:anything,all-tags=true [2022-05-19T09:56:37.292Z] --- PASS: TestImagePushWithoutErrors (0.00s) [2022-05-19T09:56:37.292Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=false (0.00s) [2022-05-19T09:56:37.292Z] --- PASS: TestImagePushWithoutErrors/myimage:tag,all-tags=false (0.00s) [2022-05-19T09:56:37.292Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=true (0.00s) [2022-05-19T09:56:37.292Z] --- PASS: TestImagePushWithoutErrors/myimage:anything,all-tags=true (0.00s) [2022-05-19T09:56:37.292Z] === RUN TestImageRemoveError [2022-05-19T09:56:37.292Z] --- PASS: TestImageRemoveError (0.00s) [2022-05-19T09:56:37.292Z] === RUN TestImageRemoveImageNotFound [2022-05-19T09:56:37.292Z] --- PASS: TestImageRemoveImageNotFound (0.00s) [2022-05-19T09:56:37.292Z] === RUN TestImageRemove [2022-05-19T09:56:37.292Z] --- PASS: TestImageRemove (0.00s) [2022-05-19T09:56:37.292Z] === RUN TestImageSaveError [2022-05-19T09:56:37.292Z] --- PASS: TestImageSaveError (0.00s) [2022-05-19T09:56:37.292Z] === RUN TestImageSave [2022-05-19T09:56:37.292Z] --- PASS: TestImageSave (0.00s) [2022-05-19T09:56:37.292Z] === RUN TestImageSearchAnyError [2022-05-19T09:56:37.292Z] --- PASS: TestImageSearchAnyError (0.00s) [2022-05-19T09:56:37.292Z] === RUN TestImageSearchStatusUnauthorizedError [2022-05-19T09:56:37.292Z] --- PASS: TestImageSearchStatusUnauthorizedError (0.00s) [2022-05-19T09:56:37.292Z] === RUN TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError [2022-05-19T09:56:37.292Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-05-19T09:56:37.292Z] === RUN TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-05-19T09:56:37.292Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-05-19T09:56:37.292Z] === RUN TestImageSearchWithPrivilegedFuncNoError [2022-05-19T09:56:37.292Z] --- PASS: TestImageSearchWithPrivilegedFuncNoError (0.00s) [2022-05-19T09:56:37.292Z] === RUN TestImageSearchWithoutErrors [2022-05-19T09:56:37.292Z] --- PASS: TestImageSearchWithoutErrors (0.00s) [2022-05-19T09:56:37.292Z] === RUN TestImageTagError [2022-05-19T09:56:37.292Z] --- PASS: TestImageTagError (0.00s) [2022-05-19T09:56:37.292Z] === RUN TestImageTagInvalidReference [2022-05-19T09:56:37.292Z] --- PASS: TestImageTagInvalidReference (0.00s) [2022-05-19T09:56:37.292Z] === RUN TestImageTagInvalidSourceImageName [2022-05-19T09:56:37.292Z] --- PASS: TestImageTagInvalidSourceImageName (0.00s) [2022-05-19T09:56:37.292Z] === RUN TestImageTagHexSource [2022-05-19T09:56:37.292Z] --- PASS: TestImageTagHexSource (0.00s) [2022-05-19T09:56:37.292Z] === RUN TestImageTag [2022-05-19T09:56:37.292Z] --- PASS: TestImageTag (0.00s) [2022-05-19T09:56:37.292Z] === RUN TestInfoServerError [2022-05-19T09:56:37.292Z] --- PASS: TestInfoServerError (0.00s) [2022-05-19T09:56:37.292Z] === RUN TestInfoInvalidResponseJSONError [2022-05-19T09:56:37.292Z] --- PASS: TestInfoInvalidResponseJSONError (0.00s) [2022-05-19T09:56:37.292Z] === RUN TestInfo [2022-05-19T09:56:37.292Z] --- PASS: TestInfo (0.00s) [2022-05-19T09:56:37.292Z] === RUN TestNetworkConnectError [2022-05-19T09:56:37.292Z] --- PASS: TestNetworkConnectError (0.00s) [2022-05-19T09:56:37.292Z] === RUN TestNetworkConnectEmptyNilEndpointSettings [2022-05-19T09:56:37.292Z] --- PASS: TestNetworkConnectEmptyNilEndpointSettings (0.00s) [2022-05-19T09:56:37.292Z] === RUN TestNetworkConnect [2022-05-19T09:56:37.292Z] --- PASS: TestNetworkConnect (0.00s) [2022-05-19T09:56:37.292Z] === RUN TestNetworkCreateError [2022-05-19T09:56:37.292Z] --- PASS: TestNetworkCreateError (0.00s) [2022-05-19T09:56:37.292Z] === RUN TestNetworkCreate [2022-05-19T09:56:37.292Z] --- PASS: TestNetworkCreate (0.00s) [2022-05-19T09:56:37.292Z] === RUN TestNetworkDisconnectError [2022-05-19T09:56:37.292Z] --- PASS: TestNetworkDisconnectError (0.00s) [2022-05-19T09:56:37.292Z] === RUN TestNetworkDisconnect [2022-05-19T09:56:37.292Z] --- PASS: TestNetworkDisconnect (0.00s) [2022-05-19T09:56:37.292Z] === RUN TestNetworkInspect [2022-05-19T09:56:37.292Z] === RUN TestNetworkInspect/empty_ID [2022-05-19T09:56:37.292Z] === RUN TestNetworkInspect/no_options [2022-05-19T09:56:37.292Z] === RUN TestNetworkInspect/verbose [2022-05-19T09:56:37.292Z] === RUN TestNetworkInspect/global_scope [2022-05-19T09:56:37.292Z] === RUN TestNetworkInspect/unknown_network [2022-05-19T09:56:37.292Z] === RUN TestNetworkInspect/server_error [2022-05-19T09:56:37.292Z] --- PASS: TestNetworkInspect (0.00s) [2022-05-19T09:56:37.292Z] --- PASS: TestNetworkInspect/empty_ID (0.00s) [2022-05-19T09:56:37.292Z] --- PASS: TestNetworkInspect/no_options (0.00s) [2022-05-19T09:56:37.292Z] --- PASS: TestNetworkInspect/verbose (0.00s) [2022-05-19T09:56:37.292Z] --- PASS: TestNetworkInspect/global_scope (0.00s) [2022-05-19T09:56:37.292Z] --- PASS: TestNetworkInspect/unknown_network (0.00s) [2022-05-19T09:56:37.292Z] --- PASS: TestNetworkInspect/server_error (0.00s) [2022-05-19T09:56:37.292Z] === RUN TestNetworkListError [2022-05-19T09:56:37.292Z] --- PASS: TestNetworkListError (0.00s) [2022-05-19T09:56:37.292Z] === RUN TestNetworkList [2022-05-19T09:56:37.292Z] --- PASS: TestNetworkList (0.00s) [2022-05-19T09:56:37.292Z] === RUN TestNetworksPruneError [2022-05-19T09:56:37.292Z] --- PASS: TestNetworksPruneError (0.00s) [2022-05-19T09:56:37.292Z] === RUN TestNetworksPrune [2022-05-19T09:56:37.292Z] --- PASS: TestNetworksPrune (0.00s) [2022-05-19T09:56:37.292Z] === RUN TestNetworkRemoveError [2022-05-19T09:56:37.292Z] --- PASS: TestNetworkRemoveError (0.00s) [2022-05-19T09:56:37.292Z] === RUN TestNetworkRemove [2022-05-19T09:56:37.292Z] --- PASS: TestNetworkRemove (0.00s) [2022-05-19T09:56:37.292Z] === RUN TestNodeInspectError [2022-05-19T09:56:37.292Z] --- PASS: TestNodeInspectError (0.00s) [2022-05-19T09:56:37.292Z] === RUN TestNodeInspectNodeNotFound [2022-05-19T09:56:37.292Z] --- PASS: TestNodeInspectNodeNotFound (0.00s) [2022-05-19T09:56:37.292Z] === RUN TestNodeInspectWithEmptyID [2022-05-19T09:56:37.292Z] --- PASS: TestNodeInspectWithEmptyID (0.00s) [2022-05-19T09:56:37.292Z] === RUN TestNodeInspect [2022-05-19T09:56:37.292Z] --- PASS: TestNodeInspect (0.00s) [2022-05-19T09:56:37.292Z] === RUN TestNodeListError [2022-05-19T09:56:37.292Z] --- PASS: TestNodeListError (0.00s) [2022-05-19T09:56:37.292Z] === RUN TestNodeList [2022-05-19T09:56:37.292Z] --- PASS: TestNodeList (0.00s) [2022-05-19T09:56:37.292Z] === RUN TestNodeRemoveError [2022-05-19T09:56:37.292Z] --- PASS: TestNodeRemoveError (0.00s) [2022-05-19T09:56:37.292Z] === RUN TestNodeRemove [2022-05-19T09:56:37.292Z] --- PASS: TestNodeRemove (0.00s) [2022-05-19T09:56:37.292Z] === RUN TestNodeUpdateError [2022-05-19T09:56:37.292Z] --- PASS: TestNodeUpdateError (0.00s) [2022-05-19T09:56:37.292Z] === RUN TestNodeUpdate [2022-05-19T09:56:37.292Z] --- PASS: TestNodeUpdate (0.00s) [2022-05-19T09:56:37.292Z] === RUN TestOptionWithHostFromEnv [2022-05-19T09:56:37.292Z] --- PASS: TestOptionWithHostFromEnv (0.00s) [2022-05-19T09:56:37.292Z] === RUN TestOptionWithTimeout [2022-05-19T09:56:37.292Z] --- PASS: TestOptionWithTimeout (0.00s) [2022-05-19T09:56:37.292Z] === RUN TestOptionWithVersionFromEnv [2022-05-19T09:56:37.292Z] --- PASS: TestOptionWithVersionFromEnv (0.00s) [2022-05-19T09:56:37.292Z] === RUN TestPingFail [2022-05-19T09:56:37.292Z] --- PASS: TestPingFail (0.00s) [2022-05-19T09:56:37.292Z] === RUN TestPingWithError [2022-05-19T09:56:37.292Z] 2022/05/19 09:56:37 RoundTripper returned a response & error; ignoring response [2022-05-19T09:56:37.292Z] 2022/05/19 09:56:37 RoundTripper returned a response & error; ignoring response [2022-05-19T09:56:37.292Z] --- PASS: TestPingWithError (0.03s) [2022-05-19T09:56:37.292Z] === RUN TestPingSuccess [2022-05-19T09:56:37.292Z] --- PASS: TestPingSuccess (0.00s) [2022-05-19T09:56:37.292Z] === RUN TestPingHeadFallback [2022-05-19T09:56:37.292Z] === RUN TestPingHeadFallback/OK [2022-05-19T09:56:37.292Z] === RUN TestPingHeadFallback/Internal_Server_Error [2022-05-19T09:56:37.292Z] === RUN TestPingHeadFallback/Not_Found [2022-05-19T09:56:37.292Z] === RUN TestPingHeadFallback/Method_Not_Allowed [2022-05-19T09:56:37.292Z] --- PASS: TestPingHeadFallback (0.00s) [2022-05-19T09:56:37.292Z] --- PASS: TestPingHeadFallback/OK (0.00s) [2022-05-19T09:56:37.292Z] --- PASS: TestPingHeadFallback/Internal_Server_Error (0.00s) [2022-05-19T09:56:37.292Z] --- PASS: TestPingHeadFallback/Not_Found (0.00s) [2022-05-19T09:56:37.292Z] --- PASS: TestPingHeadFallback/Method_Not_Allowed (0.00s) [2022-05-19T09:56:37.292Z] === RUN TestPluginDisableError [2022-05-19T09:56:37.292Z] --- PASS: TestPluginDisableError (0.00s) [2022-05-19T09:56:37.292Z] === RUN TestPluginDisable [2022-05-19T09:56:37.292Z] --- PASS: TestPluginDisable (0.00s) [2022-05-19T09:56:37.292Z] === RUN TestPluginEnableError [2022-05-19T09:56:37.292Z] --- PASS: TestPluginEnableError (0.00s) [2022-05-19T09:56:37.292Z] === RUN TestPluginEnable [2022-05-19T09:56:37.292Z] --- PASS: TestPluginEnable (0.00s) [2022-05-19T09:56:37.292Z] === RUN TestPluginInspectError [2022-05-19T09:56:37.292Z] --- PASS: TestPluginInspectError (0.00s) [2022-05-19T09:56:37.292Z] === RUN TestPluginInspectWithEmptyID [2022-05-19T09:56:37.292Z] --- PASS: TestPluginInspectWithEmptyID (0.00s) [2022-05-19T09:56:37.292Z] === RUN TestPluginInspect [2022-05-19T09:56:37.292Z] --- PASS: TestPluginInspect (0.00s) [2022-05-19T09:56:37.292Z] === RUN TestPluginListError [2022-05-19T09:56:37.292Z] --- PASS: TestPluginListError (0.00s) [2022-05-19T09:56:37.292Z] === RUN TestPluginList [2022-05-19T09:56:37.292Z] --- PASS: TestPluginList (0.00s) [2022-05-19T09:56:37.292Z] === RUN TestPluginPushError [2022-05-19T09:56:37.292Z] --- PASS: TestPluginPushError (0.00s) [2022-05-19T09:56:37.292Z] === RUN TestPluginPush [2022-05-19T09:56:37.292Z] --- PASS: TestPluginPush (0.00s) [2022-05-19T09:56:37.292Z] === RUN TestPluginRemoveError [2022-05-19T09:56:37.292Z] --- PASS: TestPluginRemoveError (0.00s) [2022-05-19T09:56:37.292Z] === RUN TestPluginRemove [2022-05-19T09:56:37.292Z] --- PASS: TestPluginRemove (0.00s) [2022-05-19T09:56:37.292Z] === RUN TestPluginSetError [2022-05-19T09:56:37.292Z] --- PASS: TestPluginSetError (0.00s) [2022-05-19T09:56:37.292Z] === RUN TestPluginSet [2022-05-19T09:56:37.292Z] --- PASS: TestPluginSet (0.00s) [2022-05-19T09:56:37.292Z] === RUN TestSetHostHeader [2022-05-19T09:56:37.292Z] --- PASS: TestSetHostHeader (0.00s) [2022-05-19T09:56:37.292Z] === RUN TestPlainTextError [2022-05-19T09:56:37.292Z] --- PASS: TestPlainTextError (0.00s) [2022-05-19T09:56:37.292Z] === RUN TestInfiniteError [2022-05-19T09:56:37.292Z] --- PASS: TestInfiniteError (0.01s) [2022-05-19T09:56:37.292Z] === RUN TestCanceledContext [2022-05-19T09:56:37.292Z] 2022/05/19 09:56:37 RoundTripper returned a response & error; ignoring response [2022-05-19T09:56:37.292Z] --- PASS: TestCanceledContext (0.00s) [2022-05-19T09:56:37.292Z] === RUN TestDeadlineExceededContext [2022-05-19T09:56:37.292Z] 2022/05/19 09:56:37 RoundTripper returned a response & error; ignoring response [2022-05-19T09:56:37.292Z] --- PASS: TestDeadlineExceededContext (0.00s) [2022-05-19T09:56:37.292Z] === RUN TestSecretCreateUnsupported [2022-05-19T09:56:37.292Z] --- PASS: TestSecretCreateUnsupported (0.00s) [2022-05-19T09:56:37.292Z] === RUN TestSecretCreateError [2022-05-19T09:56:37.292Z] --- PASS: TestSecretCreateError (0.00s) [2022-05-19T09:56:37.292Z] === RUN TestSecretCreate [2022-05-19T09:56:37.292Z] --- PASS: TestSecretCreate (0.00s) [2022-05-19T09:56:37.292Z] === RUN TestSecretInspectUnsupported [2022-05-19T09:56:37.292Z] --- PASS: TestSecretInspectUnsupported (0.00s) [2022-05-19T09:56:37.292Z] === RUN TestSecretInspectError [2022-05-19T09:56:37.292Z] --- PASS: TestSecretInspectError (0.00s) [2022-05-19T09:56:37.292Z] === RUN TestSecretInspectSecretNotFound [2022-05-19T09:56:37.292Z] --- PASS: TestSecretInspectSecretNotFound (0.00s) [2022-05-19T09:56:37.292Z] === RUN TestSecretInspectWithEmptyID [2022-05-19T09:56:37.292Z] --- PASS: TestSecretInspectWithEmptyID (0.00s) [2022-05-19T09:56:37.292Z] === RUN TestSecretInspect [2022-05-19T09:56:37.292Z] --- PASS: TestSecretInspect (0.00s) [2022-05-19T09:56:37.292Z] === RUN TestSecretListUnsupported [2022-05-19T09:56:37.292Z] --- PASS: TestSecretListUnsupported (0.00s) [2022-05-19T09:56:37.292Z] === RUN TestSecretListError [2022-05-19T09:56:37.292Z] --- PASS: TestSecretListError (0.00s) [2022-05-19T09:56:37.292Z] === RUN TestSecretList [2022-05-19T09:56:37.292Z] --- PASS: TestSecretList (0.00s) [2022-05-19T09:56:37.292Z] === RUN TestSecretRemoveUnsupported [2022-05-19T09:56:37.292Z] --- PASS: TestSecretRemoveUnsupported (0.00s) [2022-05-19T09:56:37.292Z] === RUN TestSecretRemoveError [2022-05-19T09:56:37.292Z] --- PASS: TestSecretRemoveError (0.00s) [2022-05-19T09:56:37.292Z] === RUN TestSecretRemove [2022-05-19T09:56:37.292Z] --- PASS: TestSecretRemove (0.00s) [2022-05-19T09:56:37.292Z] === RUN TestSecretUpdateUnsupported [2022-05-19T09:56:37.292Z] --- PASS: TestSecretUpdateUnsupported (0.00s) [2022-05-19T09:56:37.292Z] === RUN TestSecretUpdateError [2022-05-19T09:56:37.292Z] --- PASS: TestSecretUpdateError (0.00s) [2022-05-19T09:56:37.292Z] === RUN TestSecretUpdate [2022-05-19T09:56:37.292Z] --- PASS: TestSecretUpdate (0.00s) [2022-05-19T09:56:37.292Z] === RUN TestServiceCreateError [2022-05-19T09:56:37.292Z] --- PASS: TestServiceCreateError (0.00s) [2022-05-19T09:56:37.292Z] === RUN TestServiceCreate [2022-05-19T09:56:37.292Z] --- PASS: TestServiceCreate (0.00s) [2022-05-19T09:56:37.292Z] === RUN TestServiceCreateCompatiblePlatforms [2022-05-19T09:56:37.292Z] --- PASS: TestServiceCreateCompatiblePlatforms (0.00s) [2022-05-19T09:56:37.292Z] === RUN TestServiceCreateDigestPinning [2022-05-19T09:56:37.292Z] --- PASS: TestServiceCreateDigestPinning (0.00s) [2022-05-19T09:56:37.292Z] === RUN TestServiceInspectError [2022-05-19T09:56:37.292Z] --- PASS: TestServiceInspectError (0.00s) [2022-05-19T09:56:37.292Z] === RUN TestServiceInspectServiceNotFound [2022-05-19T09:56:37.292Z] --- PASS: TestServiceInspectServiceNotFound (0.00s) [2022-05-19T09:56:37.292Z] === RUN TestServiceInspectWithEmptyID [2022-05-19T09:56:37.292Z] --- PASS: TestServiceInspectWithEmptyID (0.00s) [2022-05-19T09:56:37.292Z] === RUN TestServiceInspect [2022-05-19T09:56:37.292Z] --- PASS: TestServiceInspect (0.00s) [2022-05-19T09:56:37.292Z] === RUN TestServiceListError [2022-05-19T09:56:37.292Z] --- PASS: TestServiceListError (0.00s) [2022-05-19T09:56:37.292Z] === RUN TestServiceList [2022-05-19T09:56:37.292Z] --- PASS: TestServiceList (0.00s) [2022-05-19T09:56:37.292Z] === RUN TestServiceLogsError [2022-05-19T09:56:37.292Z] --- PASS: TestServiceLogsError (0.00s) [2022-05-19T09:56:37.292Z] === RUN TestServiceLogs [2022-05-19T09:56:37.292Z] --- PASS: TestServiceLogs (0.00s) [2022-05-19T09:56:37.292Z] === RUN TestServiceRemoveError [2022-05-19T09:56:37.292Z] --- PASS: TestServiceRemoveError (0.00s) [2022-05-19T09:56:37.292Z] === RUN TestServiceRemoveNotFoundError [2022-05-19T09:56:37.292Z] --- PASS: TestServiceRemoveNotFoundError (0.00s) [2022-05-19T09:56:37.292Z] === RUN TestServiceRemove [2022-05-19T09:56:37.292Z] --- PASS: TestServiceRemove (0.00s) [2022-05-19T09:56:37.292Z] === RUN TestServiceUpdateError [2022-05-19T09:56:37.292Z] --- PASS: TestServiceUpdateError (0.00s) [2022-05-19T09:56:37.292Z] === RUN TestServiceUpdate [2022-05-19T09:56:37.292Z] --- PASS: TestServiceUpdate (0.00s) [2022-05-19T09:56:37.292Z] === RUN TestSwarmGetUnlockKeyError [2022-05-19T09:56:37.293Z] --- PASS: TestSwarmGetUnlockKeyError (0.00s) [2022-05-19T09:56:37.293Z] === RUN TestSwarmGetUnlockKey [2022-05-19T09:56:37.293Z] --- PASS: TestSwarmGetUnlockKey (0.00s) [2022-05-19T09:56:37.293Z] === RUN TestSwarmInitError [2022-05-19T09:56:37.293Z] --- PASS: TestSwarmInitError (0.00s) [2022-05-19T09:56:37.293Z] === RUN TestSwarmInit [2022-05-19T09:56:37.293Z] --- PASS: TestSwarmInit (0.00s) [2022-05-19T09:56:37.293Z] === RUN TestSwarmInspectError [2022-05-19T09:56:37.293Z] --- PASS: TestSwarmInspectError (0.00s) [2022-05-19T09:56:37.293Z] === RUN TestSwarmInspect [2022-05-19T09:56:37.293Z] --- PASS: TestSwarmInspect (0.00s) [2022-05-19T09:56:37.293Z] === RUN TestSwarmJoinError [2022-05-19T09:56:37.293Z] --- PASS: TestSwarmJoinError (0.00s) [2022-05-19T09:56:37.293Z] === RUN TestSwarmJoin [2022-05-19T09:56:37.293Z] --- PASS: TestSwarmJoin (0.00s) [2022-05-19T09:56:37.293Z] === RUN TestSwarmLeaveError [2022-05-19T09:56:37.293Z] --- PASS: TestSwarmLeaveError (0.00s) [2022-05-19T09:56:37.293Z] === RUN TestSwarmLeave [2022-05-19T09:56:37.293Z] --- PASS: TestSwarmLeave (0.00s) [2022-05-19T09:56:37.293Z] === RUN TestSwarmUnlockError [2022-05-19T09:56:37.293Z] --- PASS: TestSwarmUnlockError (0.00s) [2022-05-19T09:56:37.293Z] === RUN TestSwarmUnlock [2022-05-19T09:56:37.293Z] --- PASS: TestSwarmUnlock (0.00s) [2022-05-19T09:56:37.293Z] === RUN TestSwarmUpdateError [2022-05-19T09:56:37.293Z] --- PASS: TestSwarmUpdateError (0.00s) [2022-05-19T09:56:37.293Z] === RUN TestSwarmUpdate [2022-05-19T09:56:37.293Z] --- PASS: TestSwarmUpdate (0.00s) [2022-05-19T09:56:37.293Z] === RUN TestTaskInspectError [2022-05-19T09:56:37.293Z] --- PASS: TestTaskInspectError (0.00s) [2022-05-19T09:56:37.293Z] === RUN TestTaskInspectWithEmptyID [2022-05-19T09:56:37.293Z] --- PASS: TestTaskInspectWithEmptyID (0.00s) [2022-05-19T09:56:37.293Z] === RUN TestTaskInspect [2022-05-19T09:56:37.293Z] --- PASS: TestTaskInspect (0.00s) [2022-05-19T09:56:37.293Z] === RUN TestTaskListError [2022-05-19T09:56:37.293Z] --- PASS: TestTaskListError (0.00s) [2022-05-19T09:56:37.293Z] === RUN TestTaskList [2022-05-19T09:56:37.293Z] --- PASS: TestTaskList (0.01s) [2022-05-19T09:56:37.293Z] === RUN TestVolumeCreateError [2022-05-19T09:56:37.293Z] --- PASS: TestVolumeCreateError (0.00s) [2022-05-19T09:56:37.293Z] === RUN TestVolumeCreate [2022-05-19T09:56:37.293Z] --- PASS: TestVolumeCreate (0.00s) [2022-05-19T09:56:37.293Z] === RUN TestVolumeInspectError [2022-05-19T09:56:37.293Z] --- PASS: TestVolumeInspectError (0.00s) [2022-05-19T09:56:37.293Z] === RUN TestVolumeInspectNotFound [2022-05-19T09:56:37.293Z] --- PASS: TestVolumeInspectNotFound (0.00s) [2022-05-19T09:56:37.293Z] === RUN TestVolumeInspectWithEmptyID [2022-05-19T09:56:37.293Z] --- PASS: TestVolumeInspectWithEmptyID (0.00s) [2022-05-19T09:56:37.293Z] === RUN TestVolumeInspect [2022-05-19T09:56:37.293Z] --- PASS: TestVolumeInspect (0.00s) [2022-05-19T09:56:37.293Z] === RUN TestVolumeListError [2022-05-19T09:56:37.293Z] --- PASS: TestVolumeListError (0.00s) [2022-05-19T09:56:37.293Z] === RUN TestVolumeList [2022-05-19T09:56:37.293Z] --- PASS: TestVolumeList (0.00s) [2022-05-19T09:56:37.293Z] === RUN TestVolumeRemoveError [2022-05-19T09:56:37.293Z] --- PASS: TestVolumeRemoveError (0.00s) [2022-05-19T09:56:37.293Z] === RUN TestVolumeRemove [2022-05-19T09:56:37.293Z] --- PASS: TestVolumeRemove (0.00s) [2022-05-19T09:56:37.293Z] === RUN TestVolumeUpdateError [2022-05-19T09:56:37.293Z] --- PASS: TestVolumeUpdateError (0.00s) [2022-05-19T09:56:37.293Z] === RUN TestVolumeUpdate [2022-05-19T09:56:37.293Z] --- PASS: TestVolumeUpdate (0.00s) [2022-05-19T09:56:37.293Z] === CONT TestTLSCloseWriter [2022-05-19T09:56:37.293Z] --- PASS: TestTLSCloseWriter (0.01s) [2022-05-19T09:56:37.293Z] PASS [2022-05-19T09:56:37.293Z] coverage: 75.1% of statements [2022-05-19T09:56:37.293Z] ok github.com/docker/docker/client 0.553s coverage: 75.1% of statements [2022-05-19T09:56:37.615Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2022-05-19T09:56:37.871Z] === RUN TestDockerSuite/TestAPINetworkFilter [2022-05-19T09:56:37.871Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2022-05-19T09:56:37.871Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2022-05-19T09:56:37.958Z] --- PASS: TestCreateServiceConflict (2.18s) [2022-05-19T09:56:37.958Z] === RUN TestCreateServiceMaxReplicas [2022-05-19T09:56:38.800Z] === RUN TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon [2022-05-19T09:56:39.056Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2022-05-19T09:56:39.985Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2022-05-19T09:56:40.243Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2022-05-19T09:56:40.243Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2022-05-19T09:56:40.243Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2022-05-19T09:56:40.487Z] --- PASS: TestCreateServiceMaxReplicas (2.77s) [2022-05-19T09:56:40.487Z] === RUN TestCreateWithDuplicateNetworkNames [2022-05-19T09:56:40.499Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2022-05-19T09:56:41.865Z] --- PASS: TestBuildWithHugeFile (129.87s) [2022-05-19T09:56:41.865Z] === RUN TestBuildWCOWSandboxSize [2022-05-19T09:56:41.865Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-05-19T09:56:41.865Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-05-19T09:56:41.865Z] === RUN TestBuildWithEmptyDockerfile [2022-05-19T09:56:41.865Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-05-19T09:56:41.865Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-05-19T09:56:41.865Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-05-19T09:56:41.865Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-05-19T09:56:41.865Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-05-19T09:56:41.865Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-05-19T09:56:41.865Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-05-19T09:56:41.865Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-05-19T09:56:42.122Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-05-19T09:56:42.122Z] --- PASS: TestBuildWithEmptyDockerfile (0.02s) [2022-05-19T09:56:42.122Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.10s) [2022-05-19T09:56:42.122Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.11s) [2022-05-19T09:56:42.122Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.05s) [2022-05-19T09:56:42.122Z] === RUN TestBuildPreserveOwnership [2022-05-19T09:56:42.122Z] === RUN TestBuildPreserveOwnership/copy_from [2022-05-19T09:56:44.014Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2022-05-19T09:56:44.270Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2022-05-19T09:56:45.198Z] --- PASS: TestBuildPreserveOwnership (3.11s) [2022-05-19T09:56:45.198Z] --- PASS: TestBuildPreserveOwnership/copy_from (1.95s) [2022-05-19T09:56:45.198Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.15s) [2022-05-19T09:56:45.198Z] === RUN TestBuildPlatformInvalid [2022-05-19T09:56:45.198Z] --- PASS: TestBuildPlatformInvalid (0.08s) [2022-05-19T09:56:45.198Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2022-05-19T09:56:45.512Z] .........................xx.................... [ 29%] [2022-05-19T09:56:46.126Z] Loaded image: busybox:latest [2022-05-19T09:56:46.126Z] Loaded image: busybox:glibc [2022-05-19T09:56:46.126Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2022-05-19T09:56:48.015Z] Loaded image: debian:bullseye-slim [2022-05-19T09:56:48.015Z] Loaded image: hello-world:latest [2022-05-19T09:56:48.015Z] Loaded image: arm32v7/hello-world:latest [2022-05-19T09:56:48.579Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2022-05-19T09:56:50.471Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2022-05-19T09:56:50.530Z] === RUN TestCheckpointCreateError [2022-05-19T09:56:50.530Z] --- PASS: TestCheckpointCreateError (0.00s) [2022-05-19T09:56:50.530Z] === RUN TestCheckpointCreate [2022-05-19T09:56:50.530Z] --- PASS: TestCheckpointCreate (0.00s) [2022-05-19T09:56:50.530Z] === RUN TestCheckpointDeleteError [2022-05-19T09:56:50.530Z] --- PASS: TestCheckpointDeleteError (0.00s) [2022-05-19T09:56:50.530Z] === RUN TestCheckpointDelete [2022-05-19T09:56:50.530Z] --- PASS: TestCheckpointDelete (0.00s) [2022-05-19T09:56:50.530Z] === RUN TestCheckpointListError [2022-05-19T09:56:50.530Z] --- PASS: TestCheckpointListError (0.00s) [2022-05-19T09:56:50.530Z] === RUN TestCheckpointList [2022-05-19T09:56:50.530Z] --- PASS: TestCheckpointList (0.00s) [2022-05-19T09:56:50.530Z] === RUN TestCheckpointListContainerNotFound [2022-05-19T09:56:50.530Z] --- PASS: TestCheckpointListContainerNotFound (0.00s) [2022-05-19T09:56:50.530Z] === RUN TestNewClientWithOpsFromEnv [2022-05-19T09:56:50.530Z] client_test.go:22: runtime.GOOS == "windows" [2022-05-19T09:56:50.530Z] --- SKIP: TestNewClientWithOpsFromEnv (0.00s) [2022-05-19T09:56:50.530Z] === RUN TestGetAPIPath [2022-05-19T09:56:50.530Z] --- PASS: TestGetAPIPath (0.00s) [2022-05-19T09:56:50.530Z] === RUN TestParseHostURL [2022-05-19T09:56:50.530Z] --- PASS: TestParseHostURL (0.00s) [2022-05-19T09:56:50.530Z] === RUN TestNewClientWithOpsFromEnvSetsDefaultVersion [2022-05-19T09:56:50.530Z] --- PASS: TestNewClientWithOpsFromEnvSetsDefaultVersion (0.00s) [2022-05-19T09:56:50.530Z] === RUN TestNegotiateAPIVersionEmpty [2022-05-19T09:56:50.530Z] --- PASS: TestNegotiateAPIVersionEmpty (0.00s) [2022-05-19T09:56:50.530Z] === RUN TestNegotiateAPIVersion [2022-05-19T09:56:50.530Z] === RUN TestNegotiateAPIVersion/downgrade_from_default [2022-05-19T09:56:50.530Z] === RUN TestNegotiateAPIVersion/no_downgrade_from_custom_version [2022-05-19T09:56:50.530Z] === RUN TestNegotiateAPIVersion/downgrade_legacy [2022-05-19T09:56:50.530Z] === RUN TestNegotiateAPIVersion/downgrade_old [2022-05-19T09:56:50.530Z] === RUN TestNegotiateAPIVersion/no_upgrade [2022-05-19T09:56:50.530Z] --- PASS: TestNegotiateAPIVersion (0.00s) [2022-05-19T09:56:50.530Z] --- PASS: TestNegotiateAPIVersion/downgrade_from_default (0.00s) [2022-05-19T09:56:50.530Z] --- PASS: TestNegotiateAPIVersion/no_downgrade_from_custom_version (0.00s) [2022-05-19T09:56:50.530Z] --- PASS: TestNegotiateAPIVersion/downgrade_legacy (0.00s) [2022-05-19T09:56:50.530Z] --- PASS: TestNegotiateAPIVersion/downgrade_old (0.00s) [2022-05-19T09:56:50.530Z] --- PASS: TestNegotiateAPIVersion/no_upgrade (0.00s) [2022-05-19T09:56:50.530Z] === RUN TestNegotiateAPVersionOverride [2022-05-19T09:56:50.530Z] --- PASS: TestNegotiateAPVersionOverride (0.00s) [2022-05-19T09:56:50.530Z] === RUN TestNegotiateAPIVersionAutomatic [2022-05-19T09:56:50.530Z] --- PASS: TestNegotiateAPIVersionAutomatic (0.00s) [2022-05-19T09:56:50.530Z] === RUN TestNegotiateAPIVersionWithEmptyVersion [2022-05-19T09:56:50.530Z] --- PASS: TestNegotiateAPIVersionWithEmptyVersion (0.00s) [2022-05-19T09:56:50.530Z] === RUN TestNegotiateAPIVersionWithFixedVersion [2022-05-19T09:56:50.530Z] --- PASS: TestNegotiateAPIVersionWithFixedVersion (0.00s) [2022-05-19T09:56:50.530Z] === RUN TestClientRedirect [2022-05-19T09:56:50.530Z] === RUN TestClientRedirect/GET [2022-05-19T09:56:50.530Z] === RUN TestClientRedirect/POST [2022-05-19T09:56:50.530Z] === RUN TestClientRedirect/PUT [2022-05-19T09:56:50.530Z] === RUN TestClientRedirect/DELETE [2022-05-19T09:56:50.530Z] --- PASS: TestClientRedirect (0.00s) [2022-05-19T09:56:50.530Z] --- PASS: TestClientRedirect/GET (0.00s) [2022-05-19T09:56:50.530Z] --- PASS: TestClientRedirect/POST (0.00s) [2022-05-19T09:56:50.530Z] --- PASS: TestClientRedirect/PUT (0.00s) [2022-05-19T09:56:50.530Z] --- PASS: TestClientRedirect/DELETE (0.00s) [2022-05-19T09:56:50.530Z] === RUN TestConfigCreateUnsupported [2022-05-19T09:56:50.530Z] --- PASS: TestConfigCreateUnsupported (0.00s) [2022-05-19T09:56:50.530Z] === RUN TestConfigCreateError [2022-05-19T09:56:50.530Z] --- PASS: TestConfigCreateError (0.00s) [2022-05-19T09:56:50.530Z] === RUN TestConfigCreate [2022-05-19T09:56:50.530Z] --- PASS: TestConfigCreate (0.00s) [2022-05-19T09:56:50.530Z] === RUN TestConfigInspectNotFound [2022-05-19T09:56:50.530Z] --- PASS: TestConfigInspectNotFound (0.00s) [2022-05-19T09:56:50.530Z] === RUN TestConfigInspectWithEmptyID [2022-05-19T09:56:50.530Z] --- PASS: TestConfigInspectWithEmptyID (0.00s) [2022-05-19T09:56:50.530Z] === RUN TestConfigInspectUnsupported [2022-05-19T09:56:50.530Z] --- PASS: TestConfigInspectUnsupported (0.00s) [2022-05-19T09:56:50.530Z] === RUN TestConfigInspectError [2022-05-19T09:56:50.530Z] --- PASS: TestConfigInspectError (0.00s) [2022-05-19T09:56:50.530Z] === RUN TestConfigInspectConfigNotFound [2022-05-19T09:56:50.530Z] --- PASS: TestConfigInspectConfigNotFound (0.00s) [2022-05-19T09:56:50.530Z] === RUN TestConfigInspect [2022-05-19T09:56:50.530Z] --- PASS: TestConfigInspect (0.00s) [2022-05-19T09:56:50.530Z] === RUN TestConfigListUnsupported [2022-05-19T09:56:50.530Z] --- PASS: TestConfigListUnsupported (0.00s) [2022-05-19T09:56:50.530Z] === RUN TestConfigListError [2022-05-19T09:56:50.530Z] --- PASS: TestConfigListError (0.00s) [2022-05-19T09:56:50.530Z] === RUN TestConfigList [2022-05-19T09:56:50.530Z] --- PASS: TestConfigList (0.00s) [2022-05-19T09:56:50.530Z] === RUN TestConfigRemoveUnsupported [2022-05-19T09:56:50.530Z] --- PASS: TestConfigRemoveUnsupported (0.00s) [2022-05-19T09:56:50.530Z] === RUN TestConfigRemoveError [2022-05-19T09:56:50.530Z] --- PASS: TestConfigRemoveError (0.00s) [2022-05-19T09:56:50.530Z] === RUN TestConfigRemove [2022-05-19T09:56:50.530Z] --- PASS: TestConfigRemove (0.00s) [2022-05-19T09:56:50.530Z] === RUN TestConfigUpdateUnsupported [2022-05-19T09:56:50.530Z] --- PASS: TestConfigUpdateUnsupported (0.00s) [2022-05-19T09:56:50.530Z] === RUN TestConfigUpdateError [2022-05-19T09:56:50.530Z] --- PASS: TestConfigUpdateError (0.00s) [2022-05-19T09:56:50.530Z] === RUN TestConfigUpdate [2022-05-19T09:56:50.530Z] --- PASS: TestConfigUpdate (0.00s) [2022-05-19T09:56:50.530Z] === RUN TestContainerCommitError [2022-05-19T09:56:50.530Z] --- PASS: TestContainerCommitError (0.00s) [2022-05-19T09:56:50.530Z] === RUN TestContainerCommit [2022-05-19T09:56:50.530Z] --- PASS: TestContainerCommit (0.00s) [2022-05-19T09:56:50.530Z] === RUN TestContainerStatPathError [2022-05-19T09:56:50.530Z] --- PASS: TestContainerStatPathError (0.00s) [2022-05-19T09:56:50.530Z] === RUN TestContainerStatPathNotFoundError [2022-05-19T09:56:50.530Z] --- PASS: TestContainerStatPathNotFoundError (0.00s) [2022-05-19T09:56:50.530Z] === RUN TestContainerStatPathNoHeaderError [2022-05-19T09:56:50.530Z] --- PASS: TestContainerStatPathNoHeaderError (0.00s) [2022-05-19T09:56:50.530Z] === RUN TestContainerStatPath [2022-05-19T09:56:50.530Z] --- PASS: TestContainerStatPath (0.00s) [2022-05-19T09:56:50.530Z] === RUN TestCopyToContainerError [2022-05-19T09:56:50.530Z] --- PASS: TestCopyToContainerError (0.00s) [2022-05-19T09:56:50.530Z] === RUN TestCopyToContainerNotFoundError [2022-05-19T09:56:50.530Z] --- PASS: TestCopyToContainerNotFoundError (0.00s) [2022-05-19T09:56:50.530Z] === RUN TestCopyToContainerEmptyResponse [2022-05-19T09:56:50.530Z] --- PASS: TestCopyToContainerEmptyResponse (0.00s) [2022-05-19T09:56:50.530Z] === RUN TestCopyToContainer [2022-05-19T09:56:50.530Z] --- PASS: TestCopyToContainer (0.00s) [2022-05-19T09:56:50.530Z] === RUN TestCopyFromContainerError [2022-05-19T09:56:50.530Z] --- PASS: TestCopyFromContainerError (0.00s) [2022-05-19T09:56:50.530Z] === RUN TestCopyFromContainerNotFoundError [2022-05-19T09:56:50.530Z] --- PASS: TestCopyFromContainerNotFoundError (0.00s) [2022-05-19T09:56:50.530Z] === RUN TestCopyFromContainerEmptyResponse [2022-05-19T09:56:50.530Z] --- PASS: TestCopyFromContainerEmptyResponse (0.00s) [2022-05-19T09:56:50.530Z] === RUN TestCopyFromContainerNoHeaderError [2022-05-19T09:56:50.530Z] --- PASS: TestCopyFromContainerNoHeaderError (0.00s) [2022-05-19T09:56:50.530Z] === RUN TestCopyFromContainer [2022-05-19T09:56:50.530Z] --- PASS: TestCopyFromContainer (0.00s) [2022-05-19T09:56:50.530Z] === RUN TestContainerCreateError [2022-05-19T09:56:50.530Z] --- PASS: TestContainerCreateError (0.00s) [2022-05-19T09:56:50.530Z] === RUN TestContainerCreateImageNotFound [2022-05-19T09:56:50.530Z] --- PASS: TestContainerCreateImageNotFound (0.00s) [2022-05-19T09:56:50.530Z] === RUN TestContainerCreateWithName [2022-05-19T09:56:50.530Z] --- PASS: TestContainerCreateWithName (0.00s) [2022-05-19T09:56:50.530Z] === RUN TestContainerCreateAutoRemove [2022-05-19T09:56:50.530Z] --- PASS: TestContainerCreateAutoRemove (0.00s) [2022-05-19T09:56:50.530Z] === RUN TestContainerDiffError [2022-05-19T09:56:50.530Z] --- PASS: TestContainerDiffError (0.00s) [2022-05-19T09:56:50.530Z] === RUN TestContainerDiff [2022-05-19T09:56:50.530Z] --- PASS: TestContainerDiff (0.00s) [2022-05-19T09:56:50.530Z] === RUN TestContainerExecCreateError [2022-05-19T09:56:50.530Z] --- PASS: TestContainerExecCreateError (0.00s) [2022-05-19T09:56:50.530Z] === RUN TestContainerExecCreate [2022-05-19T09:56:50.530Z] --- PASS: TestContainerExecCreate (0.00s) [2022-05-19T09:56:50.530Z] === RUN TestContainerExecStartError [2022-05-19T09:56:50.530Z] --- PASS: TestContainerExecStartError (0.00s) [2022-05-19T09:56:50.530Z] === RUN TestContainerExecStart [2022-05-19T09:56:50.530Z] --- PASS: TestContainerExecStart (0.00s) [2022-05-19T09:56:50.530Z] === RUN TestContainerExecInspectError [2022-05-19T09:56:50.530Z] --- PASS: TestContainerExecInspectError (0.00s) [2022-05-19T09:56:50.530Z] === RUN TestContainerExecInspect [2022-05-19T09:56:50.530Z] --- PASS: TestContainerExecInspect (0.00s) [2022-05-19T09:56:50.530Z] === RUN TestContainerExportError [2022-05-19T09:56:50.530Z] --- PASS: TestContainerExportError (0.00s) [2022-05-19T09:56:50.530Z] === RUN TestContainerExport [2022-05-19T09:56:50.530Z] --- PASS: TestContainerExport (0.00s) [2022-05-19T09:56:50.530Z] === RUN TestContainerInspectError [2022-05-19T09:56:50.530Z] --- PASS: TestContainerInspectError (0.00s) [2022-05-19T09:56:50.530Z] === RUN TestContainerInspectContainerNotFound [2022-05-19T09:56:50.530Z] --- PASS: TestContainerInspectContainerNotFound (0.00s) [2022-05-19T09:56:50.530Z] === RUN TestContainerInspectWithEmptyID [2022-05-19T09:56:50.530Z] --- PASS: TestContainerInspectWithEmptyID (0.00s) [2022-05-19T09:56:50.530Z] === RUN TestContainerInspect [2022-05-19T09:56:50.530Z] --- PASS: TestContainerInspect (0.00s) [2022-05-19T09:56:50.530Z] === RUN TestContainerInspectNode [2022-05-19T09:56:50.530Z] --- PASS: TestContainerInspectNode (0.00s) [2022-05-19T09:56:50.530Z] === RUN TestContainerKillError [2022-05-19T09:56:50.530Z] --- PASS: TestContainerKillError (0.00s) [2022-05-19T09:56:50.530Z] === RUN TestContainerKill [2022-05-19T09:56:50.530Z] --- PASS: TestContainerKill (0.00s) [2022-05-19T09:56:50.530Z] === RUN TestContainerListError [2022-05-19T09:56:50.530Z] --- PASS: TestContainerListError (0.00s) [2022-05-19T09:56:50.530Z] === RUN TestContainerList [2022-05-19T09:56:50.530Z] --- PASS: TestContainerList (0.00s) [2022-05-19T09:56:50.530Z] === RUN TestContainerLogsNotFoundError [2022-05-19T09:56:50.530Z] --- PASS: TestContainerLogsNotFoundError (0.00s) [2022-05-19T09:56:50.530Z] === RUN TestContainerLogsError [2022-05-19T09:56:50.530Z] --- PASS: TestContainerLogsError (0.00s) [2022-05-19T09:56:50.530Z] === RUN TestContainerLogs [2022-05-19T09:56:50.530Z] --- PASS: TestContainerLogs (0.25s) [2022-05-19T09:56:50.530Z] === RUN TestContainerPauseError [2022-05-19T09:56:50.530Z] --- PASS: TestContainerPauseError (0.00s) [2022-05-19T09:56:50.530Z] === RUN TestContainerPause [2022-05-19T09:56:50.530Z] --- PASS: TestContainerPause (0.00s) [2022-05-19T09:56:50.530Z] === RUN TestContainersPruneError [2022-05-19T09:56:50.530Z] --- PASS: TestContainersPruneError (0.00s) [2022-05-19T09:56:50.530Z] === RUN TestContainersPrune [2022-05-19T09:56:50.530Z] --- PASS: TestContainersPrune (0.01s) [2022-05-19T09:56:50.530Z] === RUN TestContainerRemoveError [2022-05-19T09:56:50.530Z] --- PASS: TestContainerRemoveError (0.00s) [2022-05-19T09:56:50.530Z] === RUN TestContainerRemoveNotFoundError [2022-05-19T09:56:50.530Z] --- PASS: TestContainerRemoveNotFoundError (0.00s) [2022-05-19T09:56:50.530Z] === RUN TestContainerRemove [2022-05-19T09:56:50.530Z] --- PASS: TestContainerRemove (0.00s) [2022-05-19T09:56:50.530Z] === RUN TestContainerRenameError [2022-05-19T09:56:50.530Z] --- PASS: TestContainerRenameError (0.00s) [2022-05-19T09:56:50.530Z] === RUN TestContainerRename [2022-05-19T09:56:50.530Z] --- PASS: TestContainerRename (0.00s) [2022-05-19T09:56:50.530Z] === RUN TestContainerResizeError [2022-05-19T09:56:50.530Z] --- PASS: TestContainerResizeError (0.00s) [2022-05-19T09:56:50.530Z] === RUN TestContainerExecResizeError [2022-05-19T09:56:50.530Z] --- PASS: TestContainerExecResizeError (0.01s) [2022-05-19T09:56:50.530Z] === RUN TestContainerResize [2022-05-19T09:56:50.530Z] --- PASS: TestContainerResize (0.00s) [2022-05-19T09:56:50.530Z] === RUN TestContainerExecResize [2022-05-19T09:56:50.530Z] --- PASS: TestContainerExecResize (0.00s) [2022-05-19T09:56:50.530Z] === RUN TestContainerRestartError [2022-05-19T09:56:50.530Z] --- PASS: TestContainerRestartError (0.00s) [2022-05-19T09:56:50.530Z] === RUN TestContainerRestart [2022-05-19T09:56:50.530Z] --- PASS: TestContainerRestart (0.00s) [2022-05-19T09:56:50.530Z] === RUN TestContainerStartError [2022-05-19T09:56:50.530Z] --- PASS: TestContainerStartError (0.00s) [2022-05-19T09:56:50.530Z] === RUN TestContainerStart [2022-05-19T09:56:50.530Z] --- PASS: TestContainerStart (0.00s) [2022-05-19T09:56:50.530Z] === RUN TestContainerStatsError [2022-05-19T09:56:50.530Z] --- PASS: TestContainerStatsError (0.00s) [2022-05-19T09:56:50.530Z] === RUN TestContainerStats [2022-05-19T09:56:50.530Z] --- PASS: TestContainerStats (0.00s) [2022-05-19T09:56:50.530Z] === RUN TestContainerStopError [2022-05-19T09:56:50.530Z] --- PASS: TestContainerStopError (0.00s) [2022-05-19T09:56:50.530Z] === RUN TestContainerStop [2022-05-19T09:56:50.530Z] --- PASS: TestContainerStop (0.00s) [2022-05-19T09:56:50.530Z] === RUN TestContainerTopError [2022-05-19T09:56:50.530Z] --- PASS: TestContainerTopError (0.00s) [2022-05-19T09:56:50.530Z] === RUN TestContainerTop [2022-05-19T09:56:50.530Z] --- PASS: TestContainerTop (0.00s) [2022-05-19T09:56:50.530Z] === RUN TestContainerUnpauseError [2022-05-19T09:56:50.530Z] --- PASS: TestContainerUnpauseError (0.00s) [2022-05-19T09:56:50.530Z] === RUN TestContainerUnpause [2022-05-19T09:56:50.530Z] --- PASS: TestContainerUnpause (0.00s) [2022-05-19T09:56:50.530Z] === RUN TestContainerUpdateError [2022-05-19T09:56:50.530Z] --- PASS: TestContainerUpdateError (0.00s) [2022-05-19T09:56:50.530Z] === RUN TestContainerUpdate [2022-05-19T09:56:50.530Z] --- PASS: TestContainerUpdate (0.00s) [2022-05-19T09:56:50.530Z] === RUN TestContainerWaitError [2022-05-19T09:56:50.530Z] --- PASS: TestContainerWaitError (0.00s) [2022-05-19T09:56:50.530Z] === RUN TestContainerWait [2022-05-19T09:56:50.530Z] --- PASS: TestContainerWait (0.00s) [2022-05-19T09:56:50.530Z] === RUN TestDiskUsageError [2022-05-19T09:56:50.530Z] --- PASS: TestDiskUsageError (0.00s) [2022-05-19T09:56:50.530Z] === RUN TestDiskUsage [2022-05-19T09:56:50.530Z] --- PASS: TestDiskUsage (0.00s) [2022-05-19T09:56:50.530Z] === RUN TestDistributionInspectUnsupported [2022-05-19T09:56:50.530Z] --- PASS: TestDistributionInspectUnsupported (0.00s) [2022-05-19T09:56:50.530Z] === RUN TestDistributionInspectWithEmptyID [2022-05-19T09:56:50.530Z] --- PASS: TestDistributionInspectWithEmptyID (0.00s) [2022-05-19T09:56:50.530Z] === RUN TestEventsErrorInOptions [2022-05-19T09:56:50.530Z] --- PASS: TestEventsErrorInOptions (0.00s) [2022-05-19T09:56:50.530Z] === RUN TestEventsErrorFromServer [2022-05-19T09:56:50.530Z] --- PASS: TestEventsErrorFromServer (0.00s) [2022-05-19T09:56:50.530Z] === RUN TestEvents [2022-05-19T09:56:50.530Z] --- PASS: TestEvents (0.00s) [2022-05-19T09:56:50.530Z] === RUN TestTLSCloseWriter [2022-05-19T09:56:50.530Z] === PAUSE TestTLSCloseWriter [2022-05-19T09:56:50.530Z] === RUN TestImageBuildError [2022-05-19T09:56:50.530Z] --- PASS: TestImageBuildError (0.00s) [2022-05-19T09:56:50.530Z] === RUN TestImageBuild [2022-05-19T09:56:50.530Z] --- PASS: TestImageBuild (0.00s) [2022-05-19T09:56:50.530Z] === RUN TestGetDockerOS [2022-05-19T09:56:50.530Z] --- PASS: TestGetDockerOS (0.00s) [2022-05-19T09:56:50.530Z] === RUN TestImageCreateError [2022-05-19T09:56:50.530Z] --- PASS: TestImageCreateError (0.00s) [2022-05-19T09:56:50.530Z] === RUN TestImageCreate [2022-05-19T09:56:50.530Z] --- PASS: TestImageCreate (0.00s) [2022-05-19T09:56:50.530Z] === RUN TestImageHistoryError [2022-05-19T09:56:50.530Z] --- PASS: TestImageHistoryError (0.00s) [2022-05-19T09:56:50.530Z] === RUN TestImageHistory [2022-05-19T09:56:50.530Z] --- PASS: TestImageHistory (0.00s) [2022-05-19T09:56:50.530Z] === RUN TestImageImportError [2022-05-19T09:56:50.530Z] --- PASS: TestImageImportError (0.00s) [2022-05-19T09:56:50.530Z] === RUN TestImageImport [2022-05-19T09:56:50.530Z] --- PASS: TestImageImport (0.00s) [2022-05-19T09:56:50.530Z] === RUN TestImageInspectError [2022-05-19T09:56:50.530Z] --- PASS: TestImageInspectError (0.00s) [2022-05-19T09:56:50.530Z] === RUN TestImageInspectImageNotFound [2022-05-19T09:56:50.530Z] --- PASS: TestImageInspectImageNotFound (0.00s) [2022-05-19T09:56:50.530Z] === RUN TestImageInspectWithEmptyID [2022-05-19T09:56:50.530Z] --- PASS: TestImageInspectWithEmptyID (0.00s) [2022-05-19T09:56:50.530Z] === RUN TestImageInspect [2022-05-19T09:56:50.530Z] --- PASS: TestImageInspect (0.00s) [2022-05-19T09:56:50.531Z] === RUN TestImageListError [2022-05-19T09:56:50.531Z] --- PASS: TestImageListError (0.00s) [2022-05-19T09:56:50.531Z] === RUN TestImageList [2022-05-19T09:56:50.531Z] --- PASS: TestImageList (0.00s) [2022-05-19T09:56:50.531Z] === RUN TestImageListApiBefore125 [2022-05-19T09:56:50.531Z] --- PASS: TestImageListApiBefore125 (0.00s) [2022-05-19T09:56:50.531Z] === RUN TestImageLoadError [2022-05-19T09:56:50.531Z] --- PASS: TestImageLoadError (0.00s) [2022-05-19T09:56:50.531Z] === RUN TestImageLoad [2022-05-19T09:56:50.531Z] --- PASS: TestImageLoad (0.00s) [2022-05-19T09:56:50.531Z] === RUN TestImagesPruneError [2022-05-19T09:56:50.531Z] --- PASS: TestImagesPruneError (0.00s) [2022-05-19T09:56:50.531Z] === RUN TestImagesPrune [2022-05-19T09:56:50.531Z] --- PASS: TestImagesPrune (0.00s) [2022-05-19T09:56:50.531Z] === RUN TestImagePullReferenceParseError [2022-05-19T09:56:50.531Z] --- PASS: TestImagePullReferenceParseError (0.00s) [2022-05-19T09:56:50.531Z] === RUN TestImagePullAnyError [2022-05-19T09:56:50.531Z] --- PASS: TestImagePullAnyError (0.00s) [2022-05-19T09:56:50.531Z] === RUN TestImagePullStatusUnauthorizedError [2022-05-19T09:56:50.531Z] --- PASS: TestImagePullStatusUnauthorizedError (0.00s) [2022-05-19T09:56:50.531Z] === RUN TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError [2022-05-19T09:56:50.531Z] --- PASS: TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-05-19T09:56:50.531Z] === RUN TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-05-19T09:56:50.531Z] --- PASS: TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-05-19T09:56:50.531Z] === RUN TestImagePullWithPrivilegedFuncNoError [2022-05-19T09:56:50.531Z] --- PASS: TestImagePullWithPrivilegedFuncNoError (0.00s) [2022-05-19T09:56:50.531Z] === RUN TestImagePullWithoutErrors [2022-05-19T09:56:50.531Z] --- PASS: TestImagePullWithoutErrors (0.00s) [2022-05-19T09:56:50.531Z] === RUN TestImagePushReferenceError [2022-05-19T09:56:50.531Z] --- PASS: TestImagePushReferenceError (0.00s) [2022-05-19T09:56:50.531Z] === RUN TestImagePushAnyError [2022-05-19T09:56:50.531Z] --- PASS: TestImagePushAnyError (0.00s) [2022-05-19T09:56:50.531Z] === RUN TestImagePushStatusUnauthorizedError [2022-05-19T09:56:50.531Z] --- PASS: TestImagePushStatusUnauthorizedError (0.00s) [2022-05-19T09:56:50.531Z] === RUN TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError [2022-05-19T09:56:50.531Z] --- PASS: TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-05-19T09:56:50.531Z] === RUN TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-05-19T09:56:50.531Z] --- PASS: TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-05-19T09:56:50.531Z] === RUN TestImagePushWithPrivilegedFuncNoError [2022-05-19T09:56:50.531Z] --- PASS: TestImagePushWithPrivilegedFuncNoError (0.00s) [2022-05-19T09:56:50.531Z] === RUN TestImagePushWithoutErrors [2022-05-19T09:56:50.531Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=false [2022-05-19T09:56:50.531Z] === RUN TestImagePushWithoutErrors/myimage:tag,all-tags=false [2022-05-19T09:56:50.531Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=true [2022-05-19T09:56:50.531Z] === RUN TestImagePushWithoutErrors/myimage:anything,all-tags=true [2022-05-19T09:56:50.531Z] --- PASS: TestImagePushWithoutErrors (0.00s) [2022-05-19T09:56:50.531Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=false (0.00s) [2022-05-19T09:56:50.531Z] --- PASS: TestImagePushWithoutErrors/myimage:tag,all-tags=false (0.00s) [2022-05-19T09:56:50.531Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=true (0.00s) [2022-05-19T09:56:50.531Z] --- PASS: TestImagePushWithoutErrors/myimage:anything,all-tags=true (0.00s) [2022-05-19T09:56:50.531Z] === RUN TestImageRemoveError [2022-05-19T09:56:50.531Z] --- PASS: TestImageRemoveError (0.00s) [2022-05-19T09:56:50.531Z] === RUN TestImageRemoveImageNotFound [2022-05-19T09:56:50.531Z] --- PASS: TestImageRemoveImageNotFound (0.00s) [2022-05-19T09:56:50.531Z] === RUN TestImageRemove [2022-05-19T09:56:50.531Z] --- PASS: TestImageRemove (0.00s) [2022-05-19T09:56:50.531Z] === RUN TestImageSaveError [2022-05-19T09:56:50.531Z] --- PASS: TestImageSaveError (0.00s) [2022-05-19T09:56:50.531Z] === RUN TestImageSave [2022-05-19T09:56:50.531Z] --- PASS: TestImageSave (0.00s) [2022-05-19T09:56:50.531Z] === RUN TestImageSearchAnyError [2022-05-19T09:56:50.531Z] --- PASS: TestImageSearchAnyError (0.00s) [2022-05-19T09:56:50.531Z] === RUN TestImageSearchStatusUnauthorizedError [2022-05-19T09:56:50.531Z] --- PASS: TestImageSearchStatusUnauthorizedError (0.00s) [2022-05-19T09:56:50.531Z] === RUN TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError [2022-05-19T09:56:50.531Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-05-19T09:56:50.531Z] === RUN TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-05-19T09:56:50.531Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-05-19T09:56:50.531Z] === RUN TestImageSearchWithPrivilegedFuncNoError [2022-05-19T09:56:50.531Z] --- PASS: TestImageSearchWithPrivilegedFuncNoError (0.00s) [2022-05-19T09:56:50.531Z] === RUN TestImageSearchWithoutErrors [2022-05-19T09:56:50.531Z] --- PASS: TestImageSearchWithoutErrors (0.00s) [2022-05-19T09:56:50.531Z] === RUN TestImageTagError [2022-05-19T09:56:50.531Z] --- PASS: TestImageTagError (0.00s) [2022-05-19T09:56:50.531Z] === RUN TestImageTagInvalidReference [2022-05-19T09:56:50.531Z] --- PASS: TestImageTagInvalidReference (0.00s) [2022-05-19T09:56:50.531Z] === RUN TestImageTagInvalidSourceImageName [2022-05-19T09:56:50.531Z] --- PASS: TestImageTagInvalidSourceImageName (0.00s) [2022-05-19T09:56:50.531Z] === RUN TestImageTagHexSource [2022-05-19T09:56:50.531Z] --- PASS: TestImageTagHexSource (0.00s) [2022-05-19T09:56:50.531Z] === RUN TestImageTag [2022-05-19T09:56:50.531Z] --- PASS: TestImageTag (0.00s) [2022-05-19T09:56:50.531Z] === RUN TestInfoServerError [2022-05-19T09:56:50.531Z] --- PASS: TestInfoServerError (0.00s) [2022-05-19T09:56:50.531Z] === RUN TestInfoInvalidResponseJSONError [2022-05-19T09:56:50.531Z] --- PASS: TestInfoInvalidResponseJSONError (0.00s) [2022-05-19T09:56:50.531Z] === RUN TestInfo [2022-05-19T09:56:50.531Z] --- PASS: TestInfo (0.00s) [2022-05-19T09:56:50.531Z] === RUN TestNetworkConnectError [2022-05-19T09:56:50.531Z] --- PASS: TestNetworkConnectError (0.00s) [2022-05-19T09:56:50.531Z] === RUN TestNetworkConnectEmptyNilEndpointSettings [2022-05-19T09:56:50.531Z] --- PASS: TestNetworkConnectEmptyNilEndpointSettings (0.00s) [2022-05-19T09:56:50.531Z] === RUN TestNetworkConnect [2022-05-19T09:56:50.531Z] --- PASS: TestNetworkConnect (0.00s) [2022-05-19T09:56:50.531Z] === RUN TestNetworkCreateError [2022-05-19T09:56:50.531Z] --- PASS: TestNetworkCreateError (0.00s) [2022-05-19T09:56:50.531Z] === RUN TestNetworkCreate [2022-05-19T09:56:50.531Z] --- PASS: TestNetworkCreate (0.00s) [2022-05-19T09:56:50.531Z] === RUN TestNetworkDisconnectError [2022-05-19T09:56:50.531Z] --- PASS: TestNetworkDisconnectError (0.00s) [2022-05-19T09:56:50.531Z] === RUN TestNetworkDisconnect [2022-05-19T09:56:50.531Z] --- PASS: TestNetworkDisconnect (0.00s) [2022-05-19T09:56:50.531Z] === RUN TestNetworkInspect [2022-05-19T09:56:50.531Z] === RUN TestNetworkInspect/empty_ID [2022-05-19T09:56:50.531Z] === RUN TestNetworkInspect/no_options [2022-05-19T09:56:50.531Z] === RUN TestNetworkInspect/verbose [2022-05-19T09:56:50.531Z] === RUN TestNetworkInspect/global_scope [2022-05-19T09:56:50.531Z] === RUN TestNetworkInspect/unknown_network [2022-05-19T09:56:50.531Z] === RUN TestNetworkInspect/server_error [2022-05-19T09:56:50.531Z] --- PASS: TestNetworkInspect (0.00s) [2022-05-19T09:56:50.531Z] --- PASS: TestNetworkInspect/empty_ID (0.00s) [2022-05-19T09:56:50.531Z] --- PASS: TestNetworkInspect/no_options (0.00s) [2022-05-19T09:56:50.531Z] --- PASS: TestNetworkInspect/verbose (0.00s) [2022-05-19T09:56:50.531Z] --- PASS: TestNetworkInspect/global_scope (0.00s) [2022-05-19T09:56:50.531Z] --- PASS: TestNetworkInspect/unknown_network (0.00s) [2022-05-19T09:56:50.531Z] --- PASS: TestNetworkInspect/server_error (0.00s) [2022-05-19T09:56:50.531Z] === RUN TestNetworkListError [2022-05-19T09:56:50.531Z] --- PASS: TestNetworkListError (0.00s) [2022-05-19T09:56:50.531Z] === RUN TestNetworkList [2022-05-19T09:56:50.531Z] --- PASS: TestNetworkList (0.00s) [2022-05-19T09:56:50.531Z] === RUN TestNetworksPruneError [2022-05-19T09:56:50.531Z] --- PASS: TestNetworksPruneError (0.00s) [2022-05-19T09:56:50.531Z] === RUN TestNetworksPrune [2022-05-19T09:56:50.531Z] --- PASS: TestNetworksPrune (0.00s) [2022-05-19T09:56:50.531Z] === RUN TestNetworkRemoveError [2022-05-19T09:56:50.531Z] --- PASS: TestNetworkRemoveError (0.00s) [2022-05-19T09:56:50.531Z] === RUN TestNetworkRemove [2022-05-19T09:56:50.531Z] --- PASS: TestNetworkRemove (0.00s) [2022-05-19T09:56:50.531Z] === RUN TestNodeInspectError [2022-05-19T09:56:50.531Z] --- PASS: TestNodeInspectError (0.00s) [2022-05-19T09:56:50.531Z] === RUN TestNodeInspectNodeNotFound [2022-05-19T09:56:50.531Z] --- PASS: TestNodeInspectNodeNotFound (0.00s) [2022-05-19T09:56:50.531Z] === RUN TestNodeInspectWithEmptyID [2022-05-19T09:56:50.531Z] --- PASS: TestNodeInspectWithEmptyID (0.00s) [2022-05-19T09:56:50.531Z] === RUN TestNodeInspect [2022-05-19T09:56:50.531Z] --- PASS: TestNodeInspect (0.00s) [2022-05-19T09:56:50.531Z] === RUN TestNodeListError [2022-05-19T09:56:50.531Z] --- PASS: TestNodeListError (0.00s) [2022-05-19T09:56:50.531Z] === RUN TestNodeList [2022-05-19T09:56:50.531Z] --- PASS: TestNodeList (0.00s) [2022-05-19T09:56:50.531Z] === RUN TestNodeRemoveError [2022-05-19T09:56:50.531Z] --- PASS: TestNodeRemoveError (0.00s) [2022-05-19T09:56:50.531Z] === RUN TestNodeRemove [2022-05-19T09:56:50.531Z] --- PASS: TestNodeRemove (0.00s) [2022-05-19T09:56:50.531Z] === RUN TestNodeUpdateError [2022-05-19T09:56:50.531Z] --- PASS: TestNodeUpdateError (0.00s) [2022-05-19T09:56:50.531Z] === RUN TestNodeUpdate [2022-05-19T09:56:50.531Z] --- PASS: TestNodeUpdate (0.00s) [2022-05-19T09:56:50.531Z] === RUN TestOptionWithHostFromEnv [2022-05-19T09:56:50.531Z] --- PASS: TestOptionWithHostFromEnv (0.00s) [2022-05-19T09:56:50.531Z] === RUN TestOptionWithTimeout [2022-05-19T09:56:50.531Z] --- PASS: TestOptionWithTimeout (0.00s) [2022-05-19T09:56:50.531Z] === RUN TestOptionWithVersionFromEnv [2022-05-19T09:56:50.531Z] --- PASS: TestOptionWithVersionFromEnv (0.00s) [2022-05-19T09:56:50.531Z] === RUN TestPingFail [2022-05-19T09:56:50.531Z] --- PASS: TestPingFail (0.00s) [2022-05-19T09:56:50.531Z] === RUN TestPingWithError [2022-05-19T09:56:50.531Z] 2022/05/19 09:56:48 RoundTripper returned a response & error; ignoring response [2022-05-19T09:56:50.531Z] 2022/05/19 09:56:48 RoundTripper returned a response & error; ignoring response [2022-05-19T09:56:50.531Z] --- PASS: TestPingWithError (0.00s) [2022-05-19T09:56:50.531Z] === RUN TestPingSuccess [2022-05-19T09:56:50.531Z] --- PASS: TestPingSuccess (0.00s) [2022-05-19T09:56:50.531Z] === RUN TestPingHeadFallback [2022-05-19T09:56:50.531Z] === RUN TestPingHeadFallback/OK [2022-05-19T09:56:50.531Z] === RUN TestPingHeadFallback/Internal_Server_Error [2022-05-19T09:56:50.531Z] === RUN TestPingHeadFallback/Not_Found [2022-05-19T09:56:50.531Z] === RUN TestPingHeadFallback/Method_Not_Allowed [2022-05-19T09:56:50.531Z] --- PASS: TestPingHeadFallback (0.00s) [2022-05-19T09:56:50.531Z] --- PASS: TestPingHeadFallback/OK (0.00s) [2022-05-19T09:56:50.531Z] --- PASS: TestPingHeadFallback/Internal_Server_Error (0.00s) [2022-05-19T09:56:50.531Z] --- PASS: TestPingHeadFallback/Not_Found (0.00s) [2022-05-19T09:56:50.531Z] --- PASS: TestPingHeadFallback/Method_Not_Allowed (0.00s) [2022-05-19T09:56:50.531Z] === RUN TestPluginDisableError [2022-05-19T09:56:50.531Z] --- PASS: TestPluginDisableError (0.00s) [2022-05-19T09:56:50.531Z] === RUN TestPluginDisable [2022-05-19T09:56:50.531Z] --- PASS: TestPluginDisable (0.00s) [2022-05-19T09:56:50.531Z] === RUN TestPluginEnableError [2022-05-19T09:56:50.531Z] --- PASS: TestPluginEnableError (0.00s) [2022-05-19T09:56:50.531Z] === RUN TestPluginEnable [2022-05-19T09:56:50.531Z] --- PASS: TestPluginEnable (0.00s) [2022-05-19T09:56:50.531Z] === RUN TestPluginInspectError [2022-05-19T09:56:50.531Z] --- PASS: TestPluginInspectError (0.00s) [2022-05-19T09:56:50.531Z] === RUN TestPluginInspectWithEmptyID [2022-05-19T09:56:50.531Z] --- PASS: TestPluginInspectWithEmptyID (0.00s) [2022-05-19T09:56:50.531Z] === RUN TestPluginInspect [2022-05-19T09:56:50.531Z] --- PASS: TestPluginInspect (0.00s) [2022-05-19T09:56:50.531Z] === RUN TestPluginListError [2022-05-19T09:56:50.531Z] --- PASS: TestPluginListError (0.00s) [2022-05-19T09:56:50.531Z] === RUN TestPluginList [2022-05-19T09:56:50.531Z] --- PASS: TestPluginList (0.00s) [2022-05-19T09:56:50.531Z] === RUN TestPluginPushError [2022-05-19T09:56:50.531Z] --- PASS: TestPluginPushError (0.00s) [2022-05-19T09:56:50.531Z] === RUN TestPluginPush [2022-05-19T09:56:50.531Z] --- PASS: TestPluginPush (0.00s) [2022-05-19T09:56:50.531Z] === RUN TestPluginRemoveError [2022-05-19T09:56:50.531Z] --- PASS: TestPluginRemoveError (0.00s) [2022-05-19T09:56:50.531Z] === RUN TestPluginRemove [2022-05-19T09:56:50.531Z] --- PASS: TestPluginRemove (0.00s) [2022-05-19T09:56:50.531Z] === RUN TestPluginSetError [2022-05-19T09:56:50.531Z] --- PASS: TestPluginSetError (0.00s) [2022-05-19T09:56:50.531Z] === RUN TestPluginSet [2022-05-19T09:56:50.531Z] --- PASS: TestPluginSet (0.00s) [2022-05-19T09:56:50.531Z] === RUN TestSetHostHeader [2022-05-19T09:56:50.531Z] --- PASS: TestSetHostHeader (0.00s) [2022-05-19T09:56:50.531Z] === RUN TestPlainTextError [2022-05-19T09:56:50.531Z] --- PASS: TestPlainTextError (0.00s) [2022-05-19T09:56:50.531Z] === RUN TestInfiniteError [2022-05-19T09:56:50.531Z] --- PASS: TestInfiniteError (0.05s) [2022-05-19T09:56:50.531Z] === RUN TestCanceledContext [2022-05-19T09:56:50.531Z] 2022/05/19 09:56:48 RoundTripper returned a response & error; ignoring response [2022-05-19T09:56:50.531Z] --- PASS: TestCanceledContext (0.00s) [2022-05-19T09:56:50.531Z] === RUN TestDeadlineExceededContext [2022-05-19T09:56:50.531Z] 2022/05/19 09:56:48 RoundTripper returned a response & error; ignoring response [2022-05-19T09:56:50.531Z] --- PASS: TestDeadlineExceededContext (0.00s) [2022-05-19T09:56:50.531Z] === RUN TestSecretCreateUnsupported [2022-05-19T09:56:50.531Z] --- PASS: TestSecretCreateUnsupported (0.00s) [2022-05-19T09:56:50.531Z] === RUN TestSecretCreateError [2022-05-19T09:56:50.531Z] --- PASS: TestSecretCreateError (0.00s) [2022-05-19T09:56:50.531Z] === RUN TestSecretCreate [2022-05-19T09:56:50.531Z] --- PASS: TestSecretCreate (0.00s) [2022-05-19T09:56:50.531Z] === RUN TestSecretInspectUnsupported [2022-05-19T09:56:50.531Z] --- PASS: TestSecretInspectUnsupported (0.00s) [2022-05-19T09:56:50.531Z] === RUN TestSecretInspectError [2022-05-19T09:56:50.531Z] --- PASS: TestSecretInspectError (0.00s) [2022-05-19T09:56:50.531Z] === RUN TestSecretInspectSecretNotFound [2022-05-19T09:56:50.531Z] --- PASS: TestSecretInspectSecretNotFound (0.00s) [2022-05-19T09:56:50.531Z] === RUN TestSecretInspectWithEmptyID [2022-05-19T09:56:50.531Z] --- PASS: TestSecretInspectWithEmptyID (0.00s) [2022-05-19T09:56:50.531Z] === RUN TestSecretInspect [2022-05-19T09:56:50.531Z] --- PASS: TestSecretInspect (0.00s) [2022-05-19T09:56:50.531Z] === RUN TestSecretListUnsupported [2022-05-19T09:56:50.531Z] --- PASS: TestSecretListUnsupported (0.00s) [2022-05-19T09:56:50.531Z] === RUN TestSecretListError [2022-05-19T09:56:50.531Z] --- PASS: TestSecretListError (0.00s) [2022-05-19T09:56:50.531Z] === RUN TestSecretList [2022-05-19T09:56:50.531Z] --- PASS: TestSecretList (0.00s) [2022-05-19T09:56:50.531Z] === RUN TestSecretRemoveUnsupported [2022-05-19T09:56:50.531Z] --- PASS: TestSecretRemoveUnsupported (0.00s) [2022-05-19T09:56:50.531Z] === RUN TestSecretRemoveError [2022-05-19T09:56:50.531Z] --- PASS: TestSecretRemoveError (0.00s) [2022-05-19T09:56:50.531Z] === RUN TestSecretRemove [2022-05-19T09:56:50.531Z] --- PASS: TestSecretRemove (0.00s) [2022-05-19T09:56:50.531Z] === RUN TestSecretUpdateUnsupported [2022-05-19T09:56:50.531Z] --- PASS: TestSecretUpdateUnsupported (0.00s) [2022-05-19T09:56:50.531Z] === RUN TestSecretUpdateError [2022-05-19T09:56:50.531Z] --- PASS: TestSecretUpdateError (0.00s) [2022-05-19T09:56:50.531Z] === RUN TestSecretUpdate [2022-05-19T09:56:50.531Z] --- PASS: TestSecretUpdate (0.00s) [2022-05-19T09:56:50.531Z] === RUN TestServiceCreateError [2022-05-19T09:56:50.531Z] --- PASS: TestServiceCreateError (0.00s) [2022-05-19T09:56:50.531Z] === RUN TestServiceCreate [2022-05-19T09:56:50.531Z] --- PASS: TestServiceCreate (0.00s) [2022-05-19T09:56:50.531Z] === RUN TestServiceCreateCompatiblePlatforms [2022-05-19T09:56:50.531Z] --- PASS: TestServiceCreateCompatiblePlatforms (0.00s) [2022-05-19T09:56:50.531Z] === RUN TestServiceCreateDigestPinning [2022-05-19T09:56:50.531Z] --- PASS: TestServiceCreateDigestPinning (0.00s) [2022-05-19T09:56:50.531Z] === RUN TestServiceInspectError [2022-05-19T09:56:50.531Z] --- PASS: TestServiceInspectError (0.00s) [2022-05-19T09:56:50.531Z] === RUN TestServiceInspectServiceNotFound [2022-05-19T09:56:50.531Z] --- PASS: TestServiceInspectServiceNotFound (0.00s) [2022-05-19T09:56:50.531Z] === RUN TestServiceInspectWithEmptyID [2022-05-19T09:56:50.531Z] --- PASS: TestServiceInspectWithEmptyID (0.00s) [2022-05-19T09:56:50.531Z] === RUN TestServiceInspect [2022-05-19T09:56:50.531Z] --- PASS: TestServiceInspect (0.00s) [2022-05-19T09:56:50.531Z] === RUN TestServiceListError [2022-05-19T09:56:50.531Z] --- PASS: TestServiceListError (0.00s) [2022-05-19T09:56:50.531Z] === RUN TestServiceList [2022-05-19T09:56:50.531Z] --- PASS: TestServiceList (0.00s) [2022-05-19T09:56:50.531Z] === RUN TestServiceLogsError [2022-05-19T09:56:50.531Z] --- PASS: TestServiceLogsError (0.00s) [2022-05-19T09:56:50.531Z] === RUN TestServiceLogs [2022-05-19T09:56:50.531Z] --- PASS: TestServiceLogs (0.00s) [2022-05-19T09:56:50.531Z] === RUN TestServiceRemoveError [2022-05-19T09:56:50.531Z] --- PASS: TestServiceRemoveError (0.00s) [2022-05-19T09:56:50.531Z] === RUN TestServiceRemoveNotFoundError [2022-05-19T09:56:50.531Z] --- PASS: TestServiceRemoveNotFoundError (0.00s) [2022-05-19T09:56:50.531Z] === RUN TestServiceRemove [2022-05-19T09:56:50.531Z] --- PASS: TestServiceRemove (0.00s) [2022-05-19T09:56:50.531Z] === RUN TestServiceUpdateError [2022-05-19T09:56:50.531Z] --- PASS: TestServiceUpdateError (0.00s) [2022-05-19T09:56:50.531Z] === RUN TestServiceUpdate [2022-05-19T09:56:50.531Z] --- PASS: TestServiceUpdate (0.00s) [2022-05-19T09:56:50.531Z] === RUN TestSwarmGetUnlockKeyError [2022-05-19T09:56:50.531Z] --- PASS: TestSwarmGetUnlockKeyError (0.00s) [2022-05-19T09:56:50.531Z] === RUN TestSwarmGetUnlockKey [2022-05-19T09:56:50.531Z] --- PASS: TestSwarmGetUnlockKey (0.00s) [2022-05-19T09:56:50.531Z] === RUN TestSwarmInitError [2022-05-19T09:56:50.531Z] --- PASS: TestSwarmInitError (0.00s) [2022-05-19T09:56:50.531Z] === RUN TestSwarmInit [2022-05-19T09:56:50.531Z] --- PASS: TestSwarmInit (0.00s) [2022-05-19T09:56:50.531Z] === RUN TestSwarmInspectError [2022-05-19T09:56:50.531Z] --- PASS: TestSwarmInspectError (0.00s) [2022-05-19T09:56:50.531Z] === RUN TestSwarmInspect [2022-05-19T09:56:50.531Z] --- PASS: TestSwarmInspect (0.00s) [2022-05-19T09:56:50.531Z] === RUN TestSwarmJoinError [2022-05-19T09:56:50.531Z] --- PASS: TestSwarmJoinError (0.00s) [2022-05-19T09:56:50.531Z] === RUN TestSwarmJoin [2022-05-19T09:56:50.531Z] --- PASS: TestSwarmJoin (0.00s) [2022-05-19T09:56:50.531Z] === RUN TestSwarmLeaveError [2022-05-19T09:56:50.531Z] --- PASS: TestSwarmLeaveError (0.00s) [2022-05-19T09:56:50.531Z] === RUN TestSwarmLeave [2022-05-19T09:56:50.531Z] --- PASS: TestSwarmLeave (0.00s) [2022-05-19T09:56:50.531Z] === RUN TestSwarmUnlockError [2022-05-19T09:56:50.531Z] --- PASS: TestSwarmUnlockError (0.00s) [2022-05-19T09:56:50.531Z] === RUN TestSwarmUnlock [2022-05-19T09:56:50.531Z] --- PASS: TestSwarmUnlock (0.00s) [2022-05-19T09:56:50.531Z] === RUN TestSwarmUpdateError [2022-05-19T09:56:50.531Z] --- PASS: TestSwarmUpdateError (0.00s) [2022-05-19T09:56:50.531Z] === RUN TestSwarmUpdate [2022-05-19T09:56:50.531Z] --- PASS: TestSwarmUpdate (0.00s) [2022-05-19T09:56:50.531Z] === RUN TestTaskInspectError [2022-05-19T09:56:50.531Z] --- PASS: TestTaskInspectError (0.00s) [2022-05-19T09:56:50.531Z] === RUN TestTaskInspectWithEmptyID [2022-05-19T09:56:50.531Z] --- PASS: TestTaskInspectWithEmptyID (0.00s) [2022-05-19T09:56:50.531Z] === RUN TestTaskInspect [2022-05-19T09:56:50.531Z] --- PASS: TestTaskInspect (0.00s) [2022-05-19T09:56:50.531Z] === RUN TestTaskListError [2022-05-19T09:56:50.531Z] --- PASS: TestTaskListError (0.00s) [2022-05-19T09:56:50.531Z] === RUN TestTaskList [2022-05-19T09:56:50.531Z] --- PASS: TestTaskList (0.00s) [2022-05-19T09:56:50.531Z] === RUN TestVolumeCreateError [2022-05-19T09:56:50.531Z] --- PASS: TestVolumeCreateError (0.00s) [2022-05-19T09:56:50.531Z] === RUN TestVolumeCreate [2022-05-19T09:56:50.531Z] --- PASS: TestVolumeCreate (0.00s) [2022-05-19T09:56:50.531Z] === RUN TestVolumeInspectError [2022-05-19T09:56:50.531Z] --- PASS: TestVolumeInspectError (0.00s) [2022-05-19T09:56:50.531Z] === RUN TestVolumeInspectNotFound [2022-05-19T09:56:50.531Z] --- PASS: TestVolumeInspectNotFound (0.00s) [2022-05-19T09:56:50.531Z] === RUN TestVolumeInspectWithEmptyID [2022-05-19T09:56:50.531Z] --- PASS: TestVolumeInspectWithEmptyID (0.00s) [2022-05-19T09:56:50.531Z] === RUN TestVolumeInspect [2022-05-19T09:56:50.531Z] --- PASS: TestVolumeInspect (0.00s) [2022-05-19T09:56:50.531Z] === RUN TestVolumeListError [2022-05-19T09:56:50.531Z] --- PASS: TestVolumeListError (0.00s) [2022-05-19T09:56:50.531Z] === RUN TestVolumeList [2022-05-19T09:56:50.531Z] --- PASS: TestVolumeList (0.00s) [2022-05-19T09:56:50.532Z] === RUN TestVolumeRemoveError [2022-05-19T09:56:50.532Z] --- PASS: TestVolumeRemoveError (0.00s) [2022-05-19T09:56:50.532Z] === RUN TestVolumeRemove [2022-05-19T09:56:50.532Z] --- PASS: TestVolumeRemove (0.00s) [2022-05-19T09:56:50.532Z] === RUN TestVolumeUpdateError [2022-05-19T09:56:50.532Z] --- PASS: TestVolumeUpdateError (0.00s) [2022-05-19T09:56:50.532Z] === RUN TestVolumeUpdate [2022-05-19T09:56:50.532Z] --- PASS: TestVolumeUpdate (0.00s) [2022-05-19T09:56:50.532Z] === CONT TestTLSCloseWriter [2022-05-19T09:56:50.532Z] --- PASS: TestTLSCloseWriter (0.02s) [2022-05-19T09:56:50.532Z] PASS [2022-05-19T09:56:50.532Z] coverage: 75.1% of statements [2022-05-19T09:56:50.532Z] ok github.com/docker/docker/client 0.596s coverage: 75.1% of statements [2022-05-19T09:56:51.034Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2022-05-19T09:56:51.597Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2022-05-19T09:56:52.159Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2022-05-19T09:56:52.722Z] === RUN TestDockerSuite/TestAttachAfterDetach [2022-05-19T09:56:54.611Z] === RUN TestDockerSuite/TestAttachClosedOnContainerStop [2022-05-19T09:56:55.405Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.20s) [2022-05-19T09:56:55.405Z] === RUN TestCreateServiceSecretFileMode [2022-05-19T09:56:56.340Z] --- PASS: TestCreateServiceSecretFileMode (2.54s) [2022-05-19T09:56:56.340Z] === RUN TestCreateServiceConfigFileMode [2022-05-19T09:56:56.501Z] === RUN TestDockerSuite/TestAttachDetach [2022-05-19T09:56:57.065Z] === RUN TestDockerSuite/TestAttachDisconnect [2022-05-19T09:56:57.322Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill [2022-05-19T09:56:57.928Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (12.50s) [2022-05-19T09:56:57.928Z] PASS [2022-05-19T09:56:57.928Z] [2022-05-19T09:56:57.928Z] === Skipped [2022-05-19T09:56:57.928Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2022-05-19T09:56:57.928Z] build_session_test.go:25: TODO: BuildKit [2022-05-19T09:56:57.928Z] [2022-05-19T09:56:57.928Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.00s) [2022-05-19T09:56:57.928Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-05-19T09:56:57.928Z] [2022-05-19T09:56:57.928Z] DONE 34 tests, 2 skipped in 193.646s [2022-05-19T09:56:57.928Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2022-05-19T09:56:57.928Z] ++ 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-05-19T09:56:57.928Z] ++ set -e [2022-05-19T09:56:57.928Z] ++ '[' -n 0 ']' [2022-05-19T09:56:57.928Z] ++ set -x [2022-05-19T09:56:57.928Z] ++ 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-05-19T09:56:57.928Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2022-05-19T09:56:57.928Z] INFO: Testing against a local daemon [2022-05-19T09:56:57.928Z] === RUN TestConfigInspect [2022-05-19T09:56:58.941Z] --- PASS: TestCreateServiceConfigFileMode (2.50s) [2022-05-19T09:56:58.941Z] === RUN TestCreateServiceSysctls [2022-05-19T09:56:58.985Z] docker_cli_daemon_test.go:1474: [d4bb4a56c801b] daemon is not started [2022-05-19T09:56:59.548Z] check_test.go:307: [d5db44c6d98fa] daemon is not started [2022-05-19T09:56:59.548Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash [2022-05-19T09:56:59.548Z] === RUN TestDockerSuite/TestAttachPausedContainer [2022-05-19T09:57:00.924Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2022-05-19T09:57:00.924Z] --- PASS: TestConfigInspect (2.97s) [2022-05-19T09:57:00.924Z] === RUN TestConfigList [2022-05-19T09:57:01.294Z] === RUN TestBoolValue [2022-05-19T09:57:01.294Z] --- PASS: TestBoolValue (0.00s) [2022-05-19T09:57:01.294Z] === RUN TestBoolValueOrDefault [2022-05-19T09:57:01.294Z] --- PASS: TestBoolValueOrDefault (0.00s) [2022-05-19T09:57:01.294Z] === RUN TestInt64ValueOrZero [2022-05-19T09:57:01.294Z] --- PASS: TestInt64ValueOrZero (0.00s) [2022-05-19T09:57:01.294Z] === RUN TestInt64ValueOrDefault [2022-05-19T09:57:01.294Z] --- PASS: TestInt64ValueOrDefault (0.00s) [2022-05-19T09:57:01.294Z] === RUN TestInt64ValueOrDefaultWithError [2022-05-19T09:57:01.295Z] --- PASS: TestInt64ValueOrDefaultWithError (0.00s) [2022-05-19T09:57:01.295Z] === RUN TestJsonContentType [2022-05-19T09:57:01.295Z] --- PASS: TestJsonContentType (0.00s) [2022-05-19T09:57:01.295Z] === RUN TestReadJSON [2022-05-19T09:57:01.295Z] === RUN TestReadJSON/nil_body [2022-05-19T09:57:01.295Z] === RUN TestReadJSON/empty_body [2022-05-19T09:57:01.295Z] === RUN TestReadJSON/with_valid_request [2022-05-19T09:57:01.295Z] === RUN TestReadJSON/with_whitespace [2022-05-19T09:57:01.295Z] === RUN TestReadJSON/with_extra_content [2022-05-19T09:57:01.295Z] === RUN TestReadJSON/invalid_JSON [2022-05-19T09:57:01.295Z] --- PASS: TestReadJSON (0.00s) [2022-05-19T09:57:01.295Z] --- PASS: TestReadJSON/nil_body (0.00s) [2022-05-19T09:57:01.295Z] --- PASS: TestReadJSON/empty_body (0.00s) [2022-05-19T09:57:01.295Z] --- PASS: TestReadJSON/with_valid_request (0.00s) [2022-05-19T09:57:01.295Z] --- PASS: TestReadJSON/with_whitespace (0.00s) [2022-05-19T09:57:01.295Z] --- PASS: TestReadJSON/with_extra_content (0.00s) [2022-05-19T09:57:01.295Z] --- PASS: TestReadJSON/invalid_JSON (0.00s) [2022-05-19T09:57:01.295Z] PASS [2022-05-19T09:57:01.295Z] coverage: 31.9% of statements [2022-05-19T09:57:01.295Z] ok github.com/docker/docker/api/server/httputils 0.088s coverage: 31.9% of statements [2022-05-19T09:57:01.295Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2022-05-19T09:57:01.295Z] ? github.com/docker/docker/api/server/httpstatus [no test files] [2022-05-19T09:57:01.295Z] === RUN TestMaskSecretKeys [2022-05-19T09:57:01.295Z] === RUN TestMaskSecretKeys/secret/config_create_and_update_requests [2022-05-19T09:57:01.295Z] === RUN TestMaskSecretKeys/masking_other_fields_(recursively) [2022-05-19T09:57:01.295Z] === RUN TestMaskSecretKeys/case_insensitive_field_matching [2022-05-19T09:57:01.295Z] --- PASS: TestMaskSecretKeys (0.00s) [2022-05-19T09:57:01.295Z] --- PASS: TestMaskSecretKeys/secret/config_create_and_update_requests (0.00s) [2022-05-19T09:57:01.295Z] --- PASS: TestMaskSecretKeys/masking_other_fields_(recursively) (0.00s) [2022-05-19T09:57:01.295Z] --- PASS: TestMaskSecretKeys/case_insensitive_field_matching (0.00s) [2022-05-19T09:57:01.295Z] === RUN TestVersionMiddlewareVersion [2022-05-19T09:57:01.295Z] --- PASS: TestVersionMiddlewareVersion (0.00s) [2022-05-19T09:57:01.295Z] === RUN TestVersionMiddlewareWithErrorsReturnsHeaders [2022-05-19T09:57:01.295Z] --- PASS: TestVersionMiddlewareWithErrorsReturnsHeaders (0.00s) [2022-05-19T09:57:01.295Z] PASS [2022-05-19T09:57:01.295Z] coverage: 37.7% of statements [2022-05-19T09:57:01.295Z] ok github.com/docker/docker/api/server/middleware 0.061s coverage: 37.7% of statements [2022-05-19T09:57:01.295Z] ? github.com/docker/docker/api/server/router [no test files] [2022-05-19T09:57:01.295Z] ? github.com/docker/docker/api/server/router/build [no test files] [2022-05-19T09:57:01.295Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2022-05-19T09:57:01.295Z] ? github.com/docker/docker/api/server/router/container [no test files] [2022-05-19T09:57:01.295Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2022-05-19T09:57:01.295Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2022-05-19T09:57:01.295Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2022-05-19T09:57:01.295Z] ? github.com/docker/docker/api/server/router/image [no test files] [2022-05-19T09:57:01.295Z] ? github.com/docker/docker/api/server/router/network [no test files] [2022-05-19T09:57:01.295Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2022-05-19T09:57:01.295Z] ? github.com/docker/docker/api/server/router/session [no test files] [2022-05-19T09:57:01.295Z] === RUN TestStrSliceMarshalJSON [2022-05-19T09:57:01.295Z] --- PASS: TestStrSliceMarshalJSON (0.00s) [2022-05-19T09:57:01.295Z] === RUN TestStrSliceUnmarshalJSON [2022-05-19T09:57:01.295Z] --- PASS: TestStrSliceUnmarshalJSON (0.00s) [2022-05-19T09:57:01.295Z] === RUN TestStrSliceUnmarshalString [2022-05-19T09:57:01.295Z] --- PASS: TestStrSliceUnmarshalString (0.00s) [2022-05-19T09:57:01.295Z] === RUN TestStrSliceUnmarshalSlice [2022-05-19T09:57:01.295Z] --- PASS: TestStrSliceUnmarshalSlice (0.00s) [2022-05-19T09:57:01.295Z] PASS [2022-05-19T09:57:01.295Z] coverage: 90.0% of statements [2022-05-19T09:57:01.295Z] ok github.com/docker/docker/api/types/strslice 0.045s coverage: 90.0% of statements [2022-05-19T09:57:01.295Z] === RUN TestToJSON [2022-05-19T09:57:01.295Z] --- PASS: TestToJSON (0.00s) [2022-05-19T09:57:01.295Z] === RUN TestToParamWithVersion [2022-05-19T09:57:01.295Z] --- PASS: TestToParamWithVersion (0.00s) [2022-05-19T09:57:01.295Z] === RUN TestFromJSON [2022-05-19T09:57:01.295Z] --- PASS: TestFromJSON (0.00s) [2022-05-19T09:57:01.295Z] === RUN TestEmpty [2022-05-19T09:57:01.295Z] --- PASS: TestEmpty (0.00s) [2022-05-19T09:57:01.295Z] === RUN TestArgsMatchKVListEmptySources [2022-05-19T09:57:01.295Z] --- PASS: TestArgsMatchKVListEmptySources (0.00s) [2022-05-19T09:57:01.295Z] === RUN TestArgsMatchKVList [2022-05-19T09:57:01.295Z] --- PASS: TestArgsMatchKVList (0.00s) [2022-05-19T09:57:01.295Z] === RUN TestArgsMatch [2022-05-19T09:57:01.295Z] --- PASS: TestArgsMatch (0.00s) [2022-05-19T09:57:01.295Z] === RUN TestAdd [2022-05-19T09:57:01.295Z] --- PASS: TestAdd (0.00s) [2022-05-19T09:57:01.295Z] === RUN TestDel [2022-05-19T09:57:01.295Z] --- PASS: TestDel (0.00s) [2022-05-19T09:57:01.295Z] === RUN TestLen [2022-05-19T09:57:01.295Z] --- PASS: TestLen (0.00s) [2022-05-19T09:57:01.295Z] === RUN TestExactMatch [2022-05-19T09:57:01.295Z] --- PASS: TestExactMatch (0.00s) [2022-05-19T09:57:01.295Z] === RUN TestOnlyOneExactMatch [2022-05-19T09:57:01.295Z] --- PASS: TestOnlyOneExactMatch (0.00s) [2022-05-19T09:57:01.295Z] === RUN TestContains [2022-05-19T09:57:01.295Z] --- PASS: TestContains (0.00s) [2022-05-19T09:57:01.295Z] === RUN TestValidate [2022-05-19T09:57:01.295Z] --- PASS: TestValidate (0.00s) [2022-05-19T09:57:01.295Z] === RUN TestWalkValues [2022-05-19T09:57:01.295Z] --- PASS: TestWalkValues (0.00s) [2022-05-19T09:57:01.295Z] === RUN TestFuzzyMatch [2022-05-19T09:57:01.295Z] --- PASS: TestFuzzyMatch (0.00s) [2022-05-19T09:57:01.295Z] === RUN TestClone [2022-05-19T09:57:01.295Z] --- PASS: TestClone (0.00s) [2022-05-19T09:57:01.295Z] PASS [2022-05-19T09:57:01.295Z] coverage: 92.2% of statements [2022-05-19T09:57:01.295Z] ok github.com/docker/docker/api/types/filters 0.046s coverage: 92.2% of statements [2022-05-19T09:57:01.295Z] === RUN TestAdjustForAPIVersion [2022-05-19T09:57:01.295Z] --- PASS: TestAdjustForAPIVersion (0.00s) [2022-05-19T09:57:01.295Z] PASS [2022-05-19T09:57:01.295Z] coverage: 6.0% of statements [2022-05-19T09:57:01.295Z] ok github.com/docker/docker/api/server/router/swarm 0.059s coverage: 6.0% of statements [2022-05-19T09:57:01.295Z] ? github.com/docker/docker/api/server/router/system [no test files] [2022-05-19T09:57:01.295Z] === RUN TestGetVolumeByNameNotFoundNoSwarm [2022-05-19T09:57:01.295Z] --- PASS: TestGetVolumeByNameNotFoundNoSwarm (0.00s) [2022-05-19T09:57:01.295Z] === RUN TestGetVolumeByNameNotFoundNotManager [2022-05-19T09:57:01.295Z] --- PASS: TestGetVolumeByNameNotFoundNotManager (0.00s) [2022-05-19T09:57:01.295Z] === RUN TestGetVolumeByNameNotFound [2022-05-19T09:57:01.295Z] --- PASS: TestGetVolumeByNameNotFound (0.00s) [2022-05-19T09:57:01.295Z] === RUN TestGetVolumeByNameFoundRegular [2022-05-19T09:57:01.295Z] --- PASS: TestGetVolumeByNameFoundRegular (0.00s) [2022-05-19T09:57:01.295Z] === RUN TestGetVolumeByNameFoundSwarm [2022-05-19T09:57:01.295Z] --- PASS: TestGetVolumeByNameFoundSwarm (0.00s) [2022-05-19T09:57:01.295Z] === RUN TestListVolumes [2022-05-19T09:57:01.295Z] --- PASS: TestListVolumes (0.00s) [2022-05-19T09:57:01.295Z] === RUN TestListVolumesNoSwarm [2022-05-19T09:57:01.295Z] --- PASS: TestListVolumesNoSwarm (0.00s) [2022-05-19T09:57:01.295Z] === RUN TestListVolumesNoManager [2022-05-19T09:57:01.295Z] --- PASS: TestListVolumesNoManager (0.00s) [2022-05-19T09:57:01.295Z] === RUN TestCreateRegularVolume [2022-05-19T09:57:01.295Z] --- PASS: TestCreateRegularVolume (0.00s) [2022-05-19T09:57:01.295Z] === RUN TestCreateSwarmVolumeNoSwarm [2022-05-19T09:57:01.295Z] --- PASS: TestCreateSwarmVolumeNoSwarm (0.00s) [2022-05-19T09:57:01.295Z] === RUN TestCreateSwarmVolumeNotManager [2022-05-19T09:57:01.295Z] --- PASS: TestCreateSwarmVolumeNotManager (0.00s) [2022-05-19T09:57:01.295Z] === RUN TestCreateVolumeCluster [2022-05-19T09:57:01.295Z] --- PASS: TestCreateVolumeCluster (0.00s) [2022-05-19T09:57:01.295Z] === RUN TestUpdateVolume [2022-05-19T09:57:01.295Z] --- PASS: TestUpdateVolume (0.00s) [2022-05-19T09:57:01.295Z] === RUN TestUpdateVolumeNoSwarm [2022-05-19T09:57:01.295Z] --- PASS: TestUpdateVolumeNoSwarm (0.00s) [2022-05-19T09:57:01.295Z] === RUN TestUpdateVolumeNotFound [2022-05-19T09:57:01.295Z] --- PASS: TestUpdateVolumeNotFound (0.00s) [2022-05-19T09:57:01.295Z] === RUN TestVolumeRemove [2022-05-19T09:57:01.295Z] --- PASS: TestVolumeRemove (0.00s) [2022-05-19T09:57:01.295Z] === RUN TestVolumeRemoveSwarm [2022-05-19T09:57:01.295Z] --- PASS: TestVolumeRemoveSwarm (0.00s) [2022-05-19T09:57:01.295Z] === RUN TestVolumeRemoveNotFoundNoSwarm [2022-05-19T09:57:01.295Z] --- PASS: TestVolumeRemoveNotFoundNoSwarm (0.00s) [2022-05-19T09:57:01.295Z] === RUN TestVolumeRemoveNotFoundNoManager [2022-05-19T09:57:01.295Z] --- PASS: TestVolumeRemoveNotFoundNoManager (0.00s) [2022-05-19T09:57:01.295Z] === RUN TestVolumeRemoveFoundNoSwarm [2022-05-19T09:57:01.295Z] --- PASS: TestVolumeRemoveFoundNoSwarm (0.00s) [2022-05-19T09:57:01.295Z] === RUN TestVolumeRemoveNoSwarmInUse [2022-05-19T09:57:01.295Z] --- PASS: TestVolumeRemoveNoSwarmInUse (0.00s) [2022-05-19T09:57:01.295Z] === RUN TestVolumeRemoveSwarmForce [2022-05-19T09:57:01.295Z] --- PASS: TestVolumeRemoveSwarmForce (0.00s) [2022-05-19T09:57:01.295Z] PASS [2022-05-19T09:57:01.295Z] coverage: 67.9% of statements [2022-05-19T09:57:01.295Z] ok github.com/docker/docker/api/server/router/volume 0.052s coverage: 67.9% of statements [2022-05-19T09:57:01.295Z] ? github.com/docker/docker/api/types [no test files] [2022-05-19T09:57:01.295Z] ? github.com/docker/docker/api/types/backend [no test files] [2022-05-19T09:57:01.295Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2022-05-19T09:57:01.295Z] ? github.com/docker/docker/api/types/container [no test files] [2022-05-19T09:57:01.295Z] ? github.com/docker/docker/api/types/events [no test files] [2022-05-19T09:57:01.295Z] ? github.com/docker/docker/api/types/image [no test files] [2022-05-19T09:57:01.295Z] ? github.com/docker/docker/api/types/mount [no test files] [2022-05-19T09:57:01.295Z] ? github.com/docker/docker/api/types/network [no test files] [2022-05-19T09:57:01.295Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2022-05-19T09:57:01.295Z] ? github.com/docker/docker/api/types/registry [no test files] [2022-05-19T09:57:01.295Z] ? github.com/docker/docker/api/types/swarm [no test files] [2022-05-19T09:57:01.295Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2022-05-19T09:57:01.295Z] === RUN TestGetTimestamp [2022-05-19T09:57:01.295Z] === RUN TestCompareVersion [2022-05-19T09:57:01.295Z] --- PASS: TestCompareVersion (0.00s) [2022-05-19T09:57:01.295Z] PASS [2022-05-19T09:57:01.295Z] coverage: 77.3% of statements [2022-05-19T09:57:01.295Z] ok github.com/docker/docker/api/types/versions 0.076s coverage: 77.3% of statements [2022-05-19T09:57:01.295Z] --- PASS: TestGetTimestamp (0.20s) [2022-05-19T09:57:01.295Z] === RUN TestParseTimestamps [2022-05-19T09:57:01.295Z] --- PASS: TestParseTimestamps (0.00s) [2022-05-19T09:57:01.295Z] PASS [2022-05-19T09:57:01.295Z] coverage: 100.0% of statements [2022-05-19T09:57:01.295Z] ok github.com/docker/docker/api/types/time 0.245s coverage: 100.0% of statements [2022-05-19T09:57:01.295Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2022-05-19T09:57:01.295Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2022-05-19T09:57:01.295Z] ? github.com/docker/docker/api/types/volume [no test files] [2022-05-19T09:57:01.295Z] ? github.com/docker/docker/builder [no test files] [2022-05-19T09:57:01.295Z] ? github.com/docker/docker/builder/builder-next [no test files] [2022-05-19T09:57:01.295Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2022-05-19T09:57:01.295Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2022-05-19T09:57:01.295Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2022-05-19T09:57:01.295Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2022-05-19T09:57:01.295Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2022-05-19T09:57:01.295Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2022-05-19T09:57:01.295Z] === RUN TestIsGIT [2022-05-19T09:57:01.295Z] --- PASS: TestIsGIT (0.00s) [2022-05-19T09:57:01.295Z] PASS [2022-05-19T09:57:01.295Z] coverage: 100.0% of statements [2022-05-19T09:57:01.295Z] ok github.com/docker/docker/builder/remotecontext/urlutil 0.156s coverage: 100.0% of statements [2022-05-19T09:57:01.295Z] === RUN TestParseRemoteURL [2022-05-19T09:57:01.295Z] === RUN TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment [2022-05-19T09:57:01.295Z] === RUN TestParseRemoteURL/git_scheme,_no_url-fragment [2022-05-19T09:57:01.295Z] === RUN TestParseRemoteURL/git_scheme,_with_url-fragment [2022-05-19T09:57:01.295Z] === RUN TestParseRemoteURL/https_scheme,_no_url-fragment [2022-05-19T09:57:01.295Z] === RUN TestParseRemoteURL/https_scheme,_with_url-fragment [2022-05-19T09:57:01.295Z] === RUN TestParseRemoteURL/git@,_no_url-fragment [2022-05-19T09:57:01.295Z] === RUN TestParseRemoteURL/git@,_with_url-fragment [2022-05-19T09:57:01.295Z] === RUN TestParseRemoteURL/ssh,_no_url-fragment [2022-05-19T09:57:01.295Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment [2022-05-19T09:57:01.295Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment_and_user [2022-05-19T09:57:01.295Z] --- PASS: TestParseRemoteURL (0.00s) [2022-05-19T09:57:01.295Z] --- PASS: TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment (0.00s) [2022-05-19T09:57:01.295Z] --- PASS: TestParseRemoteURL/git_scheme,_no_url-fragment (0.00s) [2022-05-19T09:57:01.295Z] --- PASS: TestParseRemoteURL/git_scheme,_with_url-fragment (0.00s) [2022-05-19T09:57:01.295Z] --- PASS: TestParseRemoteURL/https_scheme,_no_url-fragment (0.00s) [2022-05-19T09:57:01.295Z] --- PASS: TestParseRemoteURL/https_scheme,_with_url-fragment (0.00s) [2022-05-19T09:57:01.295Z] --- PASS: TestParseRemoteURL/git@,_no_url-fragment (0.00s) [2022-05-19T09:57:01.295Z] --- PASS: TestParseRemoteURL/git@,_with_url-fragment (0.00s) [2022-05-19T09:57:01.295Z] --- PASS: TestParseRemoteURL/ssh,_no_url-fragment (0.00s) [2022-05-19T09:57:01.295Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment (0.00s) [2022-05-19T09:57:01.295Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment_and_user (0.00s) [2022-05-19T09:57:01.295Z] === RUN TestCloneArgsSmartHttp [2022-05-19T09:57:01.295Z] --- PASS: TestCloneArgsSmartHttp (0.01s) [2022-05-19T09:57:01.295Z] === RUN TestCloneArgsDumbHttp [2022-05-19T09:57:01.295Z] --- PASS: TestCloneArgsDumbHttp (0.00s) [2022-05-19T09:57:01.295Z] === RUN TestCloneArgsGit [2022-05-19T09:57:01.295Z] --- PASS: TestCloneArgsGit (0.00s) [2022-05-19T09:57:01.295Z] === RUN TestCheckoutGit [2022-05-19T09:57:01.486Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2022-05-19T09:57:01.742Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown [2022-05-19T09:57:01.954Z] tests/integration/api_exec_test.py ..................... [ 34%] [2022-05-19T09:57:02.228Z] --- PASS: TestCreateServiceSysctls (3.18s) [2022-05-19T09:57:02.228Z] === RUN TestCreateServiceCapabilities [2022-05-19T09:57:02.285Z] === RUN TestProcessShouldRemoveDockerfileDockerignore [2022-05-19T09:57:02.285Z] --- PASS: TestProcessShouldRemoveDockerfileDockerignore (0.00s) [2022-05-19T09:57:02.285Z] === RUN TestProcessNoDockerignore [2022-05-19T09:57:02.285Z] --- PASS: TestProcessNoDockerignore (0.00s) [2022-05-19T09:57:02.285Z] === RUN TestProcessShouldLeaveAllFiles [2022-05-19T09:57:02.285Z] --- PASS: TestProcessShouldLeaveAllFiles (0.00s) [2022-05-19T09:57:02.285Z] === RUN TestDetectContentType [2022-05-19T09:57:02.285Z] --- PASS: TestDetectContentType (0.00s) [2022-05-19T09:57:02.285Z] === RUN TestSelectAcceptableMIME [2022-05-19T09:57:02.285Z] --- PASS: TestSelectAcceptableMIME (0.00s) [2022-05-19T09:57:02.285Z] === RUN TestInspectEmptyResponse [2022-05-19T09:57:02.285Z] --- PASS: TestInspectEmptyResponse (0.00s) [2022-05-19T09:57:02.285Z] === RUN TestInspectResponseBinary [2022-05-19T09:57:02.285Z] --- PASS: TestInspectResponseBinary (0.00s) [2022-05-19T09:57:02.285Z] === RUN TestResponseUnsupportedContentType [2022-05-19T09:57:02.285Z] --- PASS: TestResponseUnsupportedContentType (0.00s) [2022-05-19T09:57:02.285Z] === RUN TestInspectResponseTextSimple [2022-05-19T09:57:02.285Z] --- PASS: TestInspectResponseTextSimple (0.00s) [2022-05-19T09:57:02.285Z] === RUN TestInspectResponseEmptyContentType [2022-05-19T09:57:02.285Z] --- PASS: TestInspectResponseEmptyContentType (0.00s) [2022-05-19T09:57:02.285Z] === RUN TestUnknownContentLength [2022-05-19T09:57:02.285Z] --- PASS: TestUnknownContentLength (0.00s) [2022-05-19T09:57:02.285Z] === RUN TestDownloadRemote [2022-05-19T09:57:02.285Z] --- PASS: TestDownloadRemote (0.09s) [2022-05-19T09:57:02.285Z] === RUN TestGetWithStatusError [2022-05-19T09:57:02.285Z] --- PASS: TestGetWithStatusError (0.01s) [2022-05-19T09:57:02.285Z] === RUN TestCloseRootDirectory [2022-05-19T09:57:02.285Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-05-19T09:57:02.285Z] --- SKIP: TestCloseRootDirectory (0.00s) [2022-05-19T09:57:02.285Z] === RUN TestHashFile [2022-05-19T09:57:02.285Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-05-19T09:57:02.285Z] --- SKIP: TestHashFile (0.00s) [2022-05-19T09:57:02.285Z] === RUN TestHashSubdir [2022-05-19T09:57:02.285Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-05-19T09:57:02.285Z] --- SKIP: TestHashSubdir (0.01s) [2022-05-19T09:57:02.285Z] === RUN TestRemoveDirectory [2022-05-19T09:57:02.285Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-05-19T09:57:02.285Z] --- SKIP: TestRemoveDirectory (0.02s) [2022-05-19T09:57:02.285Z] PASS [2022-05-19T09:57:02.285Z] coverage: 9.3% of statements [2022-05-19T09:57:02.285Z] ok github.com/docker/docker/builder/remotecontext 0.315s coverage: 9.3% of statements [2022-05-19T09:57:02.612Z] --- PASS: TestCheckoutGit (39.75s) [2022-05-19T09:57:02.612Z] === RUN TestValidGitTransport [2022-05-19T09:57:02.612Z] --- PASS: TestValidGitTransport (0.00s) [2022-05-19T09:57:02.612Z] === RUN TestGitInvalidRef [2022-05-19T09:57:02.612Z] --- PASS: TestGitInvalidRef (0.27s) [2022-05-19T09:57:02.612Z] PASS [2022-05-19T09:57:02.612Z] coverage: 86.3% of statements [2022-05-19T09:57:02.612Z] ok github.com/docker/docker/builder/remotecontext/git 40.111s coverage: 86.3% of statements [2022-05-19T09:57:02.612Z] ? github.com/docker/docker/cli [no test files] [2022-05-19T09:57:02.612Z] ? github.com/docker/docker/cli/config [no test files] [2022-05-19T09:57:02.612Z] ? github.com/docker/docker/cli/winresources/docker-proxy [no test files] [2022-05-19T09:57:02.612Z] ? github.com/docker/docker/cli/winresources/dockerd [no test files] [2022-05-19T09:57:02.677Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2022-05-19T09:57:02.758Z] === RUN TestEnable [2022-05-19T09:57:02.759Z] --- PASS: TestEnable (0.00s) [2022-05-19T09:57:02.759Z] === RUN TestDisable [2022-05-19T09:57:02.759Z] --- PASS: TestDisable (0.00s) [2022-05-19T09:57:02.759Z] === RUN TestEnabled [2022-05-19T09:57:02.759Z] --- PASS: TestEnabled (0.00s) [2022-05-19T09:57:02.759Z] PASS [2022-05-19T09:57:02.759Z] coverage: 100.0% of statements [2022-05-19T09:57:02.759Z] ok github.com/docker/docker/cli/debug 0.047s coverage: 100.0% of statements [2022-05-19T09:57:03.228Z] === RUN TestGetAllAllowed [2022-05-19T09:57:03.228Z] --- PASS: TestGetAllAllowed (0.00s) [2022-05-19T09:57:03.228Z] === RUN TestGetAllMeta [2022-05-19T09:57:03.228Z] --- PASS: TestGetAllMeta (0.00s) [2022-05-19T09:57:03.228Z] === RUN TestWarnOnUnusedBuildArgs [2022-05-19T09:57:03.228Z] --- PASS: TestWarnOnUnusedBuildArgs (0.00s) [2022-05-19T09:57:03.228Z] === RUN TestIsUnreferencedBuiltin [2022-05-19T09:57:03.228Z] --- PASS: TestIsUnreferencedBuiltin (0.00s) [2022-05-19T09:57:03.228Z] === RUN TestIsExistingDirectory [2022-05-19T09:57:03.228Z] --- PASS: TestIsExistingDirectory (0.01s) [2022-05-19T09:57:03.228Z] === RUN TestGetFilenameForDownload [2022-05-19T09:57:03.228Z] --- PASS: TestGetFilenameForDownload (0.00s) [2022-05-19T09:57:03.228Z] === RUN TestEnv2Variables [2022-05-19T09:57:03.228Z] --- PASS: TestEnv2Variables (0.00s) [2022-05-19T09:57:03.228Z] === RUN TestEnvValueWithExistingRunConfigEnv [2022-05-19T09:57:03.228Z] --- PASS: TestEnvValueWithExistingRunConfigEnv (0.00s) [2022-05-19T09:57:03.228Z] === RUN TestMaintainer [2022-05-19T09:57:03.228Z] --- PASS: TestMaintainer (0.00s) [2022-05-19T09:57:03.228Z] === RUN TestLabel [2022-05-19T09:57:03.228Z] --- PASS: TestLabel (0.00s) [2022-05-19T09:57:03.228Z] === RUN TestFromScratch [2022-05-19T09:57:03.228Z] --- PASS: TestFromScratch (0.00s) [2022-05-19T09:57:03.228Z] === RUN TestFromWithArg [2022-05-19T09:57:03.228Z] --- PASS: TestFromWithArg (0.00s) [2022-05-19T09:57:03.228Z] === RUN TestFromWithArgButBuildArgsNotGiven [2022-05-19T09:57:03.228Z] --- PASS: TestFromWithArgButBuildArgsNotGiven (0.00s) [2022-05-19T09:57:03.228Z] === RUN TestFromWithUndefinedArg [2022-05-19T09:57:03.228Z] --- PASS: TestFromWithUndefinedArg (0.00s) [2022-05-19T09:57:03.228Z] === RUN TestFromMultiStageWithNamedStage [2022-05-19T09:57:03.228Z] --- PASS: TestFromMultiStageWithNamedStage (0.00s) [2022-05-19T09:57:03.228Z] === RUN TestOnbuild [2022-05-19T09:57:03.228Z] --- PASS: TestOnbuild (0.00s) [2022-05-19T09:57:03.228Z] === RUN TestWorkdir [2022-05-19T09:57:03.228Z] --- PASS: TestWorkdir (0.00s) [2022-05-19T09:57:03.228Z] === RUN TestCmd [2022-05-19T09:57:03.228Z] --- PASS: TestCmd (0.00s) [2022-05-19T09:57:03.228Z] === RUN TestHealthcheckNone [2022-05-19T09:57:03.228Z] --- PASS: TestHealthcheckNone (0.00s) [2022-05-19T09:57:03.228Z] === RUN TestHealthcheckCmd [2022-05-19T09:57:03.228Z] --- PASS: TestHealthcheckCmd (0.00s) [2022-05-19T09:57:03.228Z] === RUN TestEntrypoint [2022-05-19T09:57:03.228Z] --- PASS: TestEntrypoint (0.00s) [2022-05-19T09:57:03.228Z] === RUN TestExpose [2022-05-19T09:57:03.228Z] --- PASS: TestExpose (0.00s) [2022-05-19T09:57:03.228Z] === RUN TestUser [2022-05-19T09:57:03.228Z] --- PASS: TestUser (0.00s) [2022-05-19T09:57:03.228Z] === RUN TestVolume [2022-05-19T09:57:03.228Z] --- PASS: TestVolume (0.00s) [2022-05-19T09:57:03.228Z] === RUN TestStopSignal [2022-05-19T09:57:03.228Z] dispatchers_test.go:377: Windows does not support stopsignal [2022-05-19T09:57:03.228Z] --- SKIP: TestStopSignal (0.00s) [2022-05-19T09:57:03.228Z] === RUN TestArg [2022-05-19T09:57:03.228Z] --- PASS: TestArg (0.00s) [2022-05-19T09:57:03.228Z] === RUN TestShell [2022-05-19T09:57:03.228Z] --- PASS: TestShell (0.00s) [2022-05-19T09:57:03.228Z] === RUN TestPrependEnvOnCmd [2022-05-19T09:57:03.228Z] --- PASS: TestPrependEnvOnCmd (0.00s) [2022-05-19T09:57:03.228Z] === RUN TestRunWithBuildArgs [2022-05-19T09:57:03.228Z] --- PASS: TestRunWithBuildArgs (0.00s) [2022-05-19T09:57:03.228Z] === RUN TestRunIgnoresHealthcheck [2022-05-19T09:57:03.228Z] --- PASS: TestRunIgnoresHealthcheck (0.00s) [2022-05-19T09:57:03.228Z] === RUN TestDispatchUnsupportedOptions [2022-05-19T09:57:03.228Z] === RUN TestDispatchUnsupportedOptions/ADD_with_chmod [2022-05-19T09:57:03.228Z] === RUN TestDispatchUnsupportedOptions/COPY_with_chmod [2022-05-19T09:57:03.228Z] === RUN TestDispatchUnsupportedOptions/RUN_with_unsupported_options [2022-05-19T09:57:03.228Z] --- PASS: TestDispatchUnsupportedOptions (0.00s) [2022-05-19T09:57:03.228Z] --- PASS: TestDispatchUnsupportedOptions/ADD_with_chmod (0.00s) [2022-05-19T09:57:03.228Z] --- PASS: TestDispatchUnsupportedOptions/COPY_with_chmod (0.00s) [2022-05-19T09:57:03.228Z] --- PASS: TestDispatchUnsupportedOptions/RUN_with_unsupported_options (0.00s) [2022-05-19T09:57:03.228Z] === RUN TestNormalizeWorkdir [2022-05-19T09:57:03.228Z] --- PASS: TestNormalizeWorkdir (0.00s) [2022-05-19T09:57:03.228Z] === RUN TestDispatch [2022-05-19T09:57:03.228Z] === RUN TestDispatch/ADD_multiple_files_to_file [2022-05-19T09:57:03.228Z] === RUN TestDispatch/Wildcard_ADD_multiple_files_to_file [2022-05-19T09:57:03.228Z] === RUN TestDispatch/COPY_multiple_files_to_file [2022-05-19T09:57:03.228Z] === RUN TestDispatch/ADD_multiple_files_to_file_with_whitespace [2022-05-19T09:57:03.228Z] === RUN TestDispatch/COPY_multiple_files_to_file_with_whitespace [2022-05-19T09:57:03.228Z] === RUN TestDispatch/COPY_wildcard_no_files [2022-05-19T09:57:03.228Z] === RUN TestDispatch/COPY_url [2022-05-19T09:57:03.228Z] --- PASS: TestDispatch (0.07s) [2022-05-19T09:57:03.228Z] --- PASS: TestDispatch/ADD_multiple_files_to_file (0.01s) [2022-05-19T09:57:03.228Z] --- PASS: TestDispatch/Wildcard_ADD_multiple_files_to_file (0.01s) [2022-05-19T09:57:03.228Z] --- PASS: TestDispatch/COPY_multiple_files_to_file (0.01s) [2022-05-19T09:57:03.228Z] --- PASS: TestDispatch/ADD_multiple_files_to_file_with_whitespace (0.02s) [2022-05-19T09:57:03.228Z] --- PASS: TestDispatch/COPY_multiple_files_to_file_with_whitespace (0.01s) [2022-05-19T09:57:03.228Z] --- PASS: TestDispatch/COPY_wildcard_no_files (0.00s) [2022-05-19T09:57:03.228Z] --- PASS: TestDispatch/COPY_url (0.00s) [2022-05-19T09:57:03.228Z] === RUN TestAddScratchImageAddsToMounts [2022-05-19T09:57:03.228Z] --- PASS: TestAddScratchImageAddsToMounts (0.00s) [2022-05-19T09:57:03.228Z] === RUN TestAddFromScratchPopulatesPlatform [2022-05-19T09:57:03.228Z] --- PASS: TestAddFromScratchPopulatesPlatform (0.00s) [2022-05-19T09:57:03.228Z] === RUN TestAddFromScratchDoesNotModifyArgPlatform [2022-05-19T09:57:03.228Z] --- PASS: TestAddFromScratchDoesNotModifyArgPlatform (0.00s) [2022-05-19T09:57:03.228Z] === RUN TestAddFromScratchPopulatesPlatformIfNil [2022-05-19T09:57:03.228Z] --- PASS: TestAddFromScratchPopulatesPlatformIfNil (0.00s) [2022-05-19T09:57:03.228Z] === RUN TestImageSourceGetAddsToMounts [2022-05-19T09:57:03.228Z] --- PASS: TestImageSourceGetAddsToMounts (0.00s) [2022-05-19T09:57:03.229Z] === RUN TestEmptyDockerfile [2022-05-19T09:57:03.229Z] --- PASS: TestEmptyDockerfile (0.01s) [2022-05-19T09:57:03.229Z] === RUN TestSymlinkDockerfile [2022-05-19T09:57:03.229Z] --- PASS: TestSymlinkDockerfile (0.01s) [2022-05-19T09:57:03.229Z] === RUN TestDockerfileOutsideTheBuildContext [2022-05-19T09:57:03.229Z] --- PASS: TestDockerfileOutsideTheBuildContext (0.00s) [2022-05-19T09:57:03.229Z] === RUN TestNonExistingDockerfile [2022-05-19T09:57:03.229Z] --- PASS: TestNonExistingDockerfile (0.00s) [2022-05-19T09:57:03.229Z] === RUN TestCopyRunConfig [2022-05-19T09:57:03.229Z] --- PASS: TestCopyRunConfig (0.00s) [2022-05-19T09:57:03.229Z] === RUN TestDeepCopyRunConfig [2022-05-19T09:57:03.229Z] --- PASS: TestDeepCopyRunConfig (0.00s) [2022-05-19T09:57:03.229Z] === RUN TestExportImage [2022-05-19T09:57:03.229Z] --- PASS: TestExportImage (0.00s) [2022-05-19T09:57:03.229Z] === RUN TestNormalizeDest [2022-05-19T09:57:03.229Z] --- PASS: TestNormalizeDest (0.00s) [2022-05-19T09:57:03.229Z] PASS [2022-05-19T09:57:03.229Z] coverage: 46.7% of statements [2022-05-19T09:57:03.229Z] ok github.com/docker/docker/builder/dockerfile 0.235s coverage: 46.7% of statements [2022-05-19T09:57:03.239Z] check_test.go:307: [db2c43527ba36] daemon is not started [2022-05-19T09:57:03.240Z] === RUN TestDockerDaemonSuite/TestDaemonAllocatesListeningPort [2022-05-19T09:57:03.802Z] --- PASS: TestConfigList (2.96s) [2022-05-19T09:57:03.802Z] === RUN TestConfigsCreateAndDelete [2022-05-19T09:57:04.059Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2022-05-19T09:57:04.219Z] === RUN TestTCP4Proxy [2022-05-19T09:57:04.219Z] --- PASS: TestTCP4Proxy (0.01s) [2022-05-19T09:57:04.219Z] === RUN TestTCP4ProxyHalfClose [2022-05-19T09:57:04.219Z] --- PASS: TestTCP4ProxyHalfClose (0.00s) [2022-05-19T09:57:04.219Z] === RUN TestTCP6Proxy [2022-05-19T09:57:04.219Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-05-19T09:57:04.219Z] --- SKIP: TestTCP6Proxy (0.00s) [2022-05-19T09:57:04.219Z] === RUN TestTCPDualStackProxy [2022-05-19T09:57:04.219Z] network_proxy_test.go:208: No support for dual stack yet [2022-05-19T09:57:04.219Z] --- SKIP: TestTCPDualStackProxy (0.00s) [2022-05-19T09:57:04.219Z] === RUN TestUDP4Proxy [2022-05-19T09:57:04.219Z] --- PASS: TestUDP4Proxy (0.00s) [2022-05-19T09:57:04.219Z] === RUN TestUDP6Proxy [2022-05-19T09:57:04.219Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-05-19T09:57:04.219Z] --- SKIP: TestUDP6Proxy (0.00s) [2022-05-19T09:57:04.219Z] === RUN TestUDPWriteError [2022-05-19T09:57:04.219Z] --- PASS: TestUDPWriteError (0.00s) [2022-05-19T09:57:04.219Z] === RUN TestSCTP4Proxy [2022-05-19T09:57:04.219Z] network_proxy_test.go:284: runtime.GOOS == "windows": sctp is not supported on windows [2022-05-19T09:57:04.219Z] --- SKIP: TestSCTP4Proxy (0.01s) [2022-05-19T09:57:04.219Z] === RUN TestSCTP6Proxy [2022-05-19T09:57:04.219Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-05-19T09:57:04.219Z] --- SKIP: TestSCTP6Proxy (0.00s) [2022-05-19T09:57:04.219Z] PASS [2022-05-19T09:57:04.219Z] coverage: 49.4% of statements [2022-05-19T09:57:04.219Z] ok github.com/docker/docker/cmd/docker-proxy 0.067s coverage: 49.4% of statements [2022-05-19T09:57:04.757Z] --- PASS: TestCreateServiceCapabilities (2.46s) [2022-05-19T09:57:04.757Z] === RUN TestInspect [2022-05-19T09:57:04.987Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2022-05-19T09:57:05.552Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2022-05-19T09:57:05.552Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2022-05-19T09:57:06.119Z] --- PASS: TestConfigsCreateAndDelete (2.13s) [2022-05-19T09:57:06.119Z] === RUN TestConfigsUpdate [2022-05-19T09:57:06.375Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2022-05-19T09:57:07.288Z] --- PASS: TestInspect (2.76s) [2022-05-19T09:57:07.288Z] === RUN TestCreateJob [2022-05-19T09:57:07.303Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2022-05-19T09:57:07.560Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeExternal [2022-05-19T09:57:08.926Z] --- PASS: TestConfigsUpdate (2.87s) [2022-05-19T09:57:08.926Z] === RUN TestTemplatedConfig [2022-05-19T09:57:09.445Z] tests/integration/api_healthcheck_test.py .... [ 35%] [2022-05-19T09:57:10.292Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork [2022-05-19T09:57:10.569Z] --- PASS: TestCreateJob (3.06s) [2022-05-19T09:57:10.569Z] === RUN TestReplicatedJob [2022-05-19T09:57:11.275Z] === RUN TestLoadDaemonCliConfigWithoutOverriding [2022-05-19T09:57:11.276Z] --- PASS: TestLoadDaemonCliConfigWithoutOverriding (0.00s) [2022-05-19T09:57:11.276Z] === RUN TestLoadDaemonCliConfigWithTLS [2022-05-19T09:57:11.276Z] --- PASS: TestLoadDaemonCliConfigWithTLS (0.00s) [2022-05-19T09:57:11.276Z] === RUN TestLoadDaemonCliConfigWithConflicts [2022-05-19T09:57:11.276Z] --- PASS: TestLoadDaemonCliConfigWithConflicts (0.00s) [2022-05-19T09:57:11.276Z] === RUN TestLoadDaemonCliWithConflictingNodeGenericResources [2022-05-19T09:57:11.276Z] --- PASS: TestLoadDaemonCliWithConflictingNodeGenericResources (0.00s) [2022-05-19T09:57:11.276Z] === RUN TestLoadDaemonCliWithConflictingLabels [2022-05-19T09:57:11.276Z] --- PASS: TestLoadDaemonCliWithConflictingLabels (0.00s) [2022-05-19T09:57:11.276Z] === RUN TestLoadDaemonCliWithDuplicateLabels [2022-05-19T09:57:11.276Z] --- PASS: TestLoadDaemonCliWithDuplicateLabels (0.00s) [2022-05-19T09:57:11.276Z] === RUN TestLoadDaemonCliConfigWithTLSVerify [2022-05-19T09:57:11.276Z] --- PASS: TestLoadDaemonCliConfigWithTLSVerify (0.00s) [2022-05-19T09:57:11.276Z] === RUN TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse [2022-05-19T09:57:11.276Z] --- PASS: TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse (0.00s) [2022-05-19T09:57:11.276Z] === RUN TestLoadDaemonCliConfigWithoutTLSVerify [2022-05-19T09:57:11.276Z] --- PASS: TestLoadDaemonCliConfigWithoutTLSVerify (0.00s) [2022-05-19T09:57:11.276Z] === RUN TestLoadDaemonCliConfigWithLogLevel [2022-05-19T09:57:11.276Z] --- PASS: TestLoadDaemonCliConfigWithLogLevel (0.00s) [2022-05-19T09:57:11.276Z] === RUN TestLoadDaemonConfigWithEmbeddedOptions [2022-05-19T09:57:11.276Z] --- PASS: TestLoadDaemonConfigWithEmbeddedOptions (0.00s) [2022-05-19T09:57:11.276Z] === RUN TestLoadDaemonConfigWithRegistryOptions [2022-05-19T09:57:11.276Z] --- PASS: TestLoadDaemonConfigWithRegistryOptions (0.01s) [2022-05-19T09:57:11.276Z] === RUN TestConfigureDaemonLogs [2022-05-19T09:57:11.276Z] --- PASS: TestConfigureDaemonLogs (0.00s) [2022-05-19T09:57:11.276Z] === RUN TestCommonOptionsInstallFlags [2022-05-19T09:57:11.276Z] --- PASS: TestCommonOptionsInstallFlags (0.00s) [2022-05-19T09:57:11.276Z] === RUN TestCommonOptionsInstallFlagsWithDefaults [2022-05-19T09:57:11.276Z] --- PASS: TestCommonOptionsInstallFlagsWithDefaults (0.00s) [2022-05-19T09:57:11.276Z] PASS [2022-05-19T09:57:11.276Z] coverage: 19.7% of statements [2022-05-19T09:57:11.276Z] ok github.com/docker/docker/cmd/dockerd 0.272s coverage: 19.7% of statements [2022-05-19T09:57:11.276Z] ? github.com/docker/docker/cmd/dockerd/trap [no test files] [2022-05-19T09:57:11.276Z] ? github.com/docker/docker/cmd/dockerd/trap/testfiles [no test files] [2022-05-19T09:57:11.755Z] --- PASS: TestCheckoutGit (39.20s) [2022-05-19T09:57:11.755Z] === RUN TestValidGitTransport [2022-05-19T09:57:11.755Z] --- PASS: TestValidGitTransport (0.00s) [2022-05-19T09:57:11.755Z] === RUN TestGitInvalidRef [2022-05-19T09:57:11.755Z] --- PASS: TestGitInvalidRef (0.25s) [2022-05-19T09:57:11.755Z] PASS [2022-05-19T09:57:11.755Z] coverage: 86.3% of statements [2022-05-19T09:57:11.755Z] ok github.com/docker/docker/builder/remotecontext/git 39.640s coverage: 86.3% of statements [2022-05-19T09:57:12.222Z] ? github.com/docker/docker/cli [no test files] [2022-05-19T09:57:12.222Z] ? github.com/docker/docker/cli/config [no test files] [2022-05-19T09:57:12.222Z] ? github.com/docker/docker/cli/winresources/docker-proxy [no test files] [2022-05-19T09:57:12.222Z] ? github.com/docker/docker/cli/winresources/dockerd [no test files] [2022-05-19T09:57:12.809Z] --- PASS: TestTemplatedConfig (3.66s) [2022-05-19T09:57:12.809Z] === RUN TestConfigCreateResolve [2022-05-19T09:57:12.809Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr [2022-05-19T09:57:13.502Z] === RUN TestContainerStopSignal [2022-05-19T09:57:13.502Z] --- PASS: TestContainerStopSignal (0.00s) [2022-05-19T09:57:13.502Z] === RUN TestContainerStopTimeout [2022-05-19T09:57:13.502Z] --- PASS: TestContainerStopTimeout (0.00s) [2022-05-19T09:57:13.502Z] === RUN TestContainerSecretReferenceDestTarget [2022-05-19T09:57:13.502Z] --- PASS: TestContainerSecretReferenceDestTarget (0.00s) [2022-05-19T09:57:13.502Z] === RUN TestContainerLogPathSetForJSONFileLogger [2022-05-19T09:57:13.502Z] --- PASS: TestContainerLogPathSetForJSONFileLogger (0.00s) [2022-05-19T09:57:13.502Z] === RUN TestContainerLogPathSetForRingLogger [2022-05-19T09:57:13.502Z] --- PASS: TestContainerLogPathSetForRingLogger (0.00s) [2022-05-19T09:57:13.502Z] === RUN TestReplaceAndAppendEnvVars [2022-05-19T09:57:13.502Z] env_test.go:19: default=[HOME=/root FOO=foo_default], override=[HOME=/root TERM=xterm FOO BAR], result=[HOME=/root TERM=xterm] [2022-05-19T09:57:13.502Z] --- PASS: TestReplaceAndAppendEnvVars (0.00s) [2022-05-19T09:57:13.502Z] === RUN TestNewMemoryStore [2022-05-19T09:57:13.502Z] --- PASS: TestNewMemoryStore (0.00s) [2022-05-19T09:57:13.502Z] === RUN TestAddContainers [2022-05-19T09:57:13.502Z] --- PASS: TestAddContainers (0.00s) [2022-05-19T09:57:13.502Z] === RUN TestGetContainer [2022-05-19T09:57:13.502Z] --- PASS: TestGetContainer (0.00s) [2022-05-19T09:57:13.502Z] === RUN TestDeleteContainer [2022-05-19T09:57:13.502Z] --- PASS: TestDeleteContainer (0.00s) [2022-05-19T09:57:13.502Z] === RUN TestListContainers [2022-05-19T09:57:13.502Z] --- PASS: TestListContainers (0.00s) [2022-05-19T09:57:13.502Z] === RUN TestFirstContainer [2022-05-19T09:57:13.502Z] --- PASS: TestFirstContainer (0.00s) [2022-05-19T09:57:13.502Z] === RUN TestApplyAllContainer [2022-05-19T09:57:13.502Z] --- PASS: TestApplyAllContainer (0.00s) [2022-05-19T09:57:13.502Z] === RUN TestIsValidHealthString [2022-05-19T09:57:13.502Z] --- PASS: TestIsValidHealthString (0.00s) [2022-05-19T09:57:13.502Z] === RUN TestStateRunStop [2022-05-19T09:57:13.502Z] --- PASS: TestStateRunStop (0.00s) [2022-05-19T09:57:13.502Z] === RUN TestStateTimeoutWait [2022-05-19T09:57:13.502Z] state_test.go:141: Stop callback fired [2022-05-19T09:57:13.502Z] state_test.go:165: Stop callback fired [2022-05-19T09:57:13.502Z] --- PASS: TestStateTimeoutWait (0.10s) [2022-05-19T09:57:13.502Z] === RUN TestIsValidStateString [2022-05-19T09:57:13.502Z] --- PASS: TestIsValidStateString (0.00s) [2022-05-19T09:57:13.502Z] === RUN TestViewSaveDelete [2022-05-19T09:57:13.502Z] --- PASS: TestViewSaveDelete (0.01s) [2022-05-19T09:57:13.502Z] === RUN TestViewAll [2022-05-19T09:57:13.502Z] --- PASS: TestViewAll (0.01s) [2022-05-19T09:57:13.502Z] === RUN TestViewGet [2022-05-19T09:57:13.502Z] --- PASS: TestViewGet (0.01s) [2022-05-19T09:57:13.502Z] === RUN TestNames [2022-05-19T09:57:13.502Z] --- PASS: TestNames (0.00s) [2022-05-19T09:57:13.502Z] === RUN TestViewWithHealthCheck [2022-05-19T09:57:13.502Z] --- PASS: TestViewWithHealthCheck (0.01s) [2022-05-19T09:57:13.502Z] PASS [2022-05-19T09:57:13.502Z] coverage: 41.7% of statements [2022-05-19T09:57:13.502Z] ok github.com/docker/docker/container 0.251s coverage: 41.7% of statements [2022-05-19T09:57:13.502Z] ? github.com/docker/docker/container/stream [no test files] [2022-05-19T09:57:13.502Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2022-05-19T09:57:13.502Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2022-05-19T09:57:13.502Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2022-05-19T09:57:14.483Z] tests/integration/api_image_test.py ............s..... [ 39%] [2022-05-19T09:57:14.488Z] === RUN TestPrepare [2022-05-19T09:57:14.489Z] --- PASS: TestPrepare (0.00s) [2022-05-19T09:57:14.489Z] === RUN TestStart [2022-05-19T09:57:14.489Z] --- PASS: TestStart (0.00s) [2022-05-19T09:57:14.489Z] === RUN TestWaitCancel [2022-05-19T09:57:14.489Z] --- PASS: TestWaitCancel (0.00s) [2022-05-19T09:57:14.489Z] === RUN TestWaitDisabled [2022-05-19T09:57:14.489Z] --- PASS: TestWaitDisabled (0.00s) [2022-05-19T09:57:14.489Z] === RUN TestWaitEnabled [2022-05-19T09:57:14.489Z] --- PASS: TestWaitEnabled (0.00s) [2022-05-19T09:57:14.489Z] === RUN TestRemove [2022-05-19T09:57:14.489Z] --- PASS: TestRemove (0.00s) [2022-05-19T09:57:14.489Z] PASS [2022-05-19T09:57:14.489Z] coverage: 65.3% of statements [2022-05-19T09:57:14.489Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.072s coverage: 65.3% of statements [2022-05-19T09:57:15.837Z] --- PASS: TestReplicatedJob (5.28s) [2022-05-19T09:57:15.837Z] === RUN TestUpdateReplicatedJob [2022-05-19T09:57:16.079Z] --- PASS: TestConfigCreateResolve (2.94s) [2022-05-19T09:57:16.079Z] PASS [2022-05-19T09:57:16.079Z] [2022-05-19T09:57:16.079Z] DONE 6 tests in 17.669s [2022-05-19T09:57:16.079Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2022-05-19T09:57:16.079Z] ++ 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-05-19T09:57:16.079Z] ++ set -e [2022-05-19T09:57:16.079Z] ++ '[' -n 0 ']' [2022-05-19T09:57:16.079Z] ++ set -x [2022-05-19T09:57:16.079Z] ++ 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-05-19T09:57:16.079Z] INFO: Testing against a local daemon [2022-05-19T09:57:16.079Z] === RUN TestAttachWithTTY [2022-05-19T09:57:16.079Z] --- PASS: TestAttachWithTTY (0.06s) [2022-05-19T09:57:16.079Z] === RUN TestAttachWithoutTTy [2022-05-19T09:57:16.079Z] --- PASS: TestAttachWithoutTTy (0.05s) [2022-05-19T09:57:16.079Z] === RUN TestCheckpoint [2022-05-19T09:57:16.079Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-05-19T09:57:16.079Z] --- SKIP: TestCheckpoint (0.00s) [2022-05-19T09:57:16.079Z] === RUN TestContainerInvalidJSON [2022-05-19T09:57:16.079Z] === RUN TestContainerInvalidJSON/commit [2022-05-19T09:57:16.079Z] === PAUSE TestContainerInvalidJSON/commit [2022-05-19T09:57:16.079Z] === RUN TestContainerInvalidJSON/containers/create [2022-05-19T09:57:16.079Z] === PAUSE TestContainerInvalidJSON/containers/create [2022-05-19T09:57:16.079Z] === RUN TestContainerInvalidJSON/containers/foobar/exec [2022-05-19T09:57:16.079Z] === PAUSE TestContainerInvalidJSON/containers/foobar/exec [2022-05-19T09:57:16.079Z] === RUN TestContainerInvalidJSON/containers/foobar/update [2022-05-19T09:57:16.079Z] === PAUSE TestContainerInvalidJSON/containers/foobar/update [2022-05-19T09:57:16.079Z] === RUN TestContainerInvalidJSON/exec/foobar/start [2022-05-19T09:57:16.079Z] === PAUSE TestContainerInvalidJSON/exec/foobar/start [2022-05-19T09:57:16.079Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-05-19T09:57:16.079Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-05-19T09:57:16.079Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-05-19T09:57:16.079Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-05-19T09:57:16.079Z] === CONT TestContainerInvalidJSON/commit [2022-05-19T09:57:16.079Z] === RUN TestContainerInvalidJSON/commit/invalid_content_type [2022-05-19T09:57:16.079Z] === CONT TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-05-19T09:57:16.079Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type [2022-05-19T09:57:16.079Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON [2022-05-19T09:57:16.079Z] === RUN TestContainerInvalidJSON/commit/invalid_JSON [2022-05-19T09:57:16.079Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON [2022-05-19T09:57:16.079Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body [2022-05-19T09:57:16.079Z] === CONT TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-05-19T09:57:16.079Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type [2022-05-19T09:57:16.079Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON [2022-05-19T09:57:16.079Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON [2022-05-19T09:57:16.079Z] === RUN TestContainerInvalidJSON/commit/extra_content_after_JSON [2022-05-19T09:57:16.079Z] === RUN TestContainerInvalidJSON/commit/empty_body [2022-05-19T09:57:16.079Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body [2022-05-19T09:57:16.079Z] === CONT TestContainerInvalidJSON/exec/foobar/start [2022-05-19T09:57:16.079Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_content_type [2022-05-19T09:57:16.079Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_JSON [2022-05-19T09:57:16.079Z] === CONT TestContainerInvalidJSON/containers/foobar/update [2022-05-19T09:57:16.079Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_content_type [2022-05-19T09:57:16.079Z] === RUN TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON [2022-05-19T09:57:16.079Z] === RUN TestContainerInvalidJSON/exec/foobar/start/empty_body [2022-05-19T09:57:16.079Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_JSON [2022-05-19T09:57:16.079Z] === CONT TestContainerInvalidJSON/containers/foobar/exec [2022-05-19T09:57:16.079Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type [2022-05-19T09:57:16.079Z] === RUN TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON [2022-05-19T09:57:16.079Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON [2022-05-19T09:57:16.079Z] === RUN TestContainerInvalidJSON/containers/foobar/update/empty_body [2022-05-19T09:57:16.079Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON [2022-05-19T09:57:16.079Z] === CONT TestContainerInvalidJSON/containers/create [2022-05-19T09:57:16.079Z] === RUN TestContainerInvalidJSON/containers/create/invalid_content_type [2022-05-19T09:57:16.079Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/empty_body [2022-05-19T09:57:16.079Z] === RUN TestContainerInvalidJSON/containers/create/invalid_JSON [2022-05-19T09:57:16.079Z] === RUN TestContainerInvalidJSON/containers/create/extra_content_after_JSON [2022-05-19T09:57:16.079Z] === RUN TestContainerInvalidJSON/containers/create/empty_body [2022-05-19T09:57:16.079Z] --- PASS: TestContainerInvalidJSON (0.02s) [2022-05-19T09:57:16.079Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start (0.01s) [2022-05-19T09:57:16.079Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type (0.00s) [2022-05-19T09:57:16.079Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON (0.00s) [2022-05-19T09:57:16.079Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON (0.00s) [2022-05-19T09:57:16.079Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body (0.00s) [2022-05-19T09:57:16.079Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy (0.00s) [2022-05-19T09:57:16.079Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type (0.00s) [2022-05-19T09:57:16.079Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON (0.00s) [2022-05-19T09:57:16.079Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON (0.00s) [2022-05-19T09:57:16.079Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body (0.00s) [2022-05-19T09:57:16.079Z] --- PASS: TestContainerInvalidJSON/commit (0.01s) [2022-05-19T09:57:16.079Z] --- PASS: TestContainerInvalidJSON/commit/invalid_content_type (0.00s) [2022-05-19T09:57:16.079Z] --- PASS: TestContainerInvalidJSON/commit/invalid_JSON (0.00s) [2022-05-19T09:57:16.079Z] --- PASS: TestContainerInvalidJSON/commit/extra_content_after_JSON (0.00s) [2022-05-19T09:57:16.079Z] --- PASS: TestContainerInvalidJSON/commit/empty_body (0.00s) [2022-05-19T09:57:16.079Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start (0.00s) [2022-05-19T09:57:16.079Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_content_type (0.00s) [2022-05-19T09:57:16.079Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_JSON (0.00s) [2022-05-19T09:57:16.079Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON (0.00s) [2022-05-19T09:57:16.080Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/empty_body (0.00s) [2022-05-19T09:57:16.080Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update (0.00s) [2022-05-19T09:57:16.080Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_content_type (0.00s) [2022-05-19T09:57:16.080Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_JSON (0.00s) [2022-05-19T09:57:16.080Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON (0.00s) [2022-05-19T09:57:16.080Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/empty_body (0.00s) [2022-05-19T09:57:16.080Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec (0.01s) [2022-05-19T09:57:16.080Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type (0.00s) [2022-05-19T09:57:16.080Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON (0.00s) [2022-05-19T09:57:16.080Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON (0.00s) [2022-05-19T09:57:16.080Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/empty_body (0.00s) [2022-05-19T09:57:16.080Z] --- PASS: TestContainerInvalidJSON/containers/create (0.01s) [2022-05-19T09:57:16.080Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_content_type (0.00s) [2022-05-19T09:57:16.080Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_JSON (0.00s) [2022-05-19T09:57:16.080Z] --- PASS: TestContainerInvalidJSON/containers/create/extra_content_after_JSON (0.00s) [2022-05-19T09:57:16.080Z] --- PASS: TestContainerInvalidJSON/containers/create/empty_body (0.00s) [2022-05-19T09:57:16.080Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-05-19T09:57:16.080Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.05s) [2022-05-19T09:57:16.080Z] === RUN TestCopyFromContainerPathIsNotDir [2022-05-19T09:57:16.080Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 [2022-05-19T09:57:16.080Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.06s) [2022-05-19T09:57:16.080Z] === RUN TestCopyToContainerPathDoesNotExist [2022-05-19T09:57:16.080Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.05s) [2022-05-19T09:57:16.080Z] === RUN TestCopyEmptyFile [2022-05-19T09:57:16.339Z] --- PASS: TestCopyEmptyFile (0.47s) [2022-05-19T09:57:16.339Z] === RUN TestCopyToContainerPathIsNotDir [2022-05-19T09:57:16.596Z] --- PASS: TestCopyToContainerPathIsNotDir (0.07s) [2022-05-19T09:57:16.596Z] === RUN TestCopyFromContainer [2022-05-19T09:57:16.735Z] === RUN TestCheckpointCreateError [2022-05-19T09:57:16.735Z] --- PASS: TestCheckpointCreateError (0.00s) [2022-05-19T09:57:16.735Z] === RUN TestCheckpointCreate [2022-05-19T09:57:16.735Z] --- PASS: TestCheckpointCreate (0.00s) [2022-05-19T09:57:16.735Z] === RUN TestCheckpointDeleteError [2022-05-19T09:57:16.735Z] --- PASS: TestCheckpointDeleteError (0.00s) [2022-05-19T09:57:16.735Z] === RUN TestCheckpointDelete [2022-05-19T09:57:16.735Z] --- PASS: TestCheckpointDelete (0.00s) [2022-05-19T09:57:16.735Z] === RUN TestCheckpointListError [2022-05-19T09:57:16.735Z] --- PASS: TestCheckpointListError (0.00s) [2022-05-19T09:57:16.735Z] === RUN TestCheckpointList [2022-05-19T09:57:16.735Z] --- PASS: TestCheckpointList (0.00s) [2022-05-19T09:57:16.735Z] === RUN TestCheckpointListContainerNotFound [2022-05-19T09:57:16.735Z] --- PASS: TestCheckpointListContainerNotFound (0.00s) [2022-05-19T09:57:16.735Z] === RUN TestNewClientWithOpsFromEnv [2022-05-19T09:57:16.735Z] client_test.go:22: runtime.GOOS == "windows" [2022-05-19T09:57:16.735Z] --- SKIP: TestNewClientWithOpsFromEnv (0.00s) [2022-05-19T09:57:16.735Z] === RUN TestGetAPIPath [2022-05-19T09:57:16.735Z] --- PASS: TestGetAPIPath (0.00s) [2022-05-19T09:57:16.735Z] === RUN TestParseHostURL [2022-05-19T09:57:16.735Z] --- PASS: TestParseHostURL (0.00s) [2022-05-19T09:57:16.735Z] === RUN TestNewClientWithOpsFromEnvSetsDefaultVersion [2022-05-19T09:57:16.735Z] --- PASS: TestNewClientWithOpsFromEnvSetsDefaultVersion (0.00s) [2022-05-19T09:57:16.735Z] === RUN TestNegotiateAPIVersionEmpty [2022-05-19T09:57:16.735Z] --- PASS: TestNegotiateAPIVersionEmpty (0.00s) [2022-05-19T09:57:16.735Z] === RUN TestNegotiateAPIVersion [2022-05-19T09:57:16.735Z] === RUN TestNegotiateAPIVersion/downgrade_from_default [2022-05-19T09:57:16.735Z] === RUN TestNegotiateAPIVersion/no_downgrade_from_custom_version [2022-05-19T09:57:16.735Z] === RUN TestNegotiateAPIVersion/downgrade_legacy [2022-05-19T09:57:16.735Z] === RUN TestNegotiateAPIVersion/downgrade_old [2022-05-19T09:57:16.735Z] === RUN TestNegotiateAPIVersion/no_upgrade [2022-05-19T09:57:16.735Z] --- PASS: TestNegotiateAPIVersion (0.00s) [2022-05-19T09:57:16.735Z] --- PASS: TestNegotiateAPIVersion/downgrade_from_default (0.00s) [2022-05-19T09:57:16.735Z] --- PASS: TestNegotiateAPIVersion/no_downgrade_from_custom_version (0.00s) [2022-05-19T09:57:16.735Z] --- PASS: TestNegotiateAPIVersion/downgrade_legacy (0.00s) [2022-05-19T09:57:16.735Z] --- PASS: TestNegotiateAPIVersion/downgrade_old (0.00s) [2022-05-19T09:57:16.735Z] --- PASS: TestNegotiateAPIVersion/no_upgrade (0.00s) [2022-05-19T09:57:16.735Z] === RUN TestNegotiateAPVersionOverride [2022-05-19T09:57:16.735Z] --- PASS: TestNegotiateAPVersionOverride (0.00s) [2022-05-19T09:57:16.735Z] === RUN TestNegotiateAPIVersionAutomatic [2022-05-19T09:57:16.735Z] --- PASS: TestNegotiateAPIVersionAutomatic (0.00s) [2022-05-19T09:57:16.735Z] === RUN TestNegotiateAPIVersionWithEmptyVersion [2022-05-19T09:57:16.735Z] --- PASS: TestNegotiateAPIVersionWithEmptyVersion (0.00s) [2022-05-19T09:57:16.735Z] === RUN TestNegotiateAPIVersionWithFixedVersion [2022-05-19T09:57:16.735Z] --- PASS: TestNegotiateAPIVersionWithFixedVersion (0.00s) [2022-05-19T09:57:16.735Z] === RUN TestClientRedirect [2022-05-19T09:57:16.735Z] === RUN TestClientRedirect/GET [2022-05-19T09:57:16.735Z] === RUN TestClientRedirect/POST [2022-05-19T09:57:16.735Z] === RUN TestClientRedirect/PUT [2022-05-19T09:57:16.735Z] === RUN TestClientRedirect/DELETE [2022-05-19T09:57:16.735Z] --- PASS: TestClientRedirect (0.00s) [2022-05-19T09:57:16.735Z] --- PASS: TestClientRedirect/GET (0.00s) [2022-05-19T09:57:16.735Z] --- PASS: TestClientRedirect/POST (0.00s) [2022-05-19T09:57:16.735Z] --- PASS: TestClientRedirect/PUT (0.00s) [2022-05-19T09:57:16.735Z] --- PASS: TestClientRedirect/DELETE (0.00s) [2022-05-19T09:57:16.735Z] === RUN TestConfigCreateUnsupported [2022-05-19T09:57:16.735Z] --- PASS: TestConfigCreateUnsupported (0.00s) [2022-05-19T09:57:16.735Z] === RUN TestConfigCreateError [2022-05-19T09:57:16.735Z] --- PASS: TestConfigCreateError (0.00s) [2022-05-19T09:57:16.735Z] === RUN TestConfigCreate [2022-05-19T09:57:16.735Z] --- PASS: TestConfigCreate (0.00s) [2022-05-19T09:57:16.735Z] === RUN TestConfigInspectNotFound [2022-05-19T09:57:16.735Z] --- PASS: TestConfigInspectNotFound (0.00s) [2022-05-19T09:57:16.735Z] === RUN TestConfigInspectWithEmptyID [2022-05-19T09:57:16.735Z] --- PASS: TestConfigInspectWithEmptyID (0.00s) [2022-05-19T09:57:16.735Z] === RUN TestConfigInspectUnsupported [2022-05-19T09:57:16.735Z] --- PASS: TestConfigInspectUnsupported (0.00s) [2022-05-19T09:57:16.735Z] === RUN TestConfigInspectError [2022-05-19T09:57:16.735Z] --- PASS: TestConfigInspectError (0.00s) [2022-05-19T09:57:16.735Z] === RUN TestConfigInspectConfigNotFound [2022-05-19T09:57:16.735Z] --- PASS: TestConfigInspectConfigNotFound (0.00s) [2022-05-19T09:57:16.735Z] === RUN TestConfigInspect [2022-05-19T09:57:16.735Z] --- PASS: TestConfigInspect (0.00s) [2022-05-19T09:57:16.735Z] === RUN TestConfigListUnsupported [2022-05-19T09:57:16.735Z] --- PASS: TestConfigListUnsupported (0.00s) [2022-05-19T09:57:16.735Z] === RUN TestConfigListError [2022-05-19T09:57:16.735Z] --- PASS: TestConfigListError (0.00s) [2022-05-19T09:57:16.735Z] === RUN TestConfigList [2022-05-19T09:57:16.735Z] --- PASS: TestConfigList (0.00s) [2022-05-19T09:57:16.735Z] === RUN TestConfigRemoveUnsupported [2022-05-19T09:57:16.735Z] --- PASS: TestConfigRemoveUnsupported (0.00s) [2022-05-19T09:57:16.735Z] === RUN TestConfigRemoveError [2022-05-19T09:57:16.735Z] --- PASS: TestConfigRemoveError (0.00s) [2022-05-19T09:57:16.735Z] === RUN TestConfigRemove [2022-05-19T09:57:16.735Z] --- PASS: TestConfigRemove (0.00s) [2022-05-19T09:57:16.735Z] === RUN TestConfigUpdateUnsupported [2022-05-19T09:57:16.735Z] --- PASS: TestConfigUpdateUnsupported (0.00s) [2022-05-19T09:57:16.735Z] === RUN TestConfigUpdateError [2022-05-19T09:57:16.735Z] --- PASS: TestConfigUpdateError (0.00s) [2022-05-19T09:57:16.735Z] === RUN TestConfigUpdate [2022-05-19T09:57:16.735Z] --- PASS: TestConfigUpdate (0.00s) [2022-05-19T09:57:16.735Z] === RUN TestContainerCommitError [2022-05-19T09:57:16.735Z] --- PASS: TestContainerCommitError (0.00s) [2022-05-19T09:57:16.735Z] === RUN TestContainerCommit [2022-05-19T09:57:16.735Z] --- PASS: TestContainerCommit (0.00s) [2022-05-19T09:57:16.735Z] === RUN TestContainerStatPathError [2022-05-19T09:57:16.735Z] --- PASS: TestContainerStatPathError (0.00s) [2022-05-19T09:57:16.735Z] === RUN TestContainerStatPathNotFoundError [2022-05-19T09:57:16.735Z] --- PASS: TestContainerStatPathNotFoundError (0.00s) [2022-05-19T09:57:16.735Z] === RUN TestContainerStatPathNoHeaderError [2022-05-19T09:57:16.735Z] --- PASS: TestContainerStatPathNoHeaderError (0.00s) [2022-05-19T09:57:16.735Z] === RUN TestContainerStatPath [2022-05-19T09:57:16.735Z] --- PASS: TestContainerStatPath (0.00s) [2022-05-19T09:57:16.735Z] === RUN TestCopyToContainerError [2022-05-19T09:57:16.735Z] --- PASS: TestCopyToContainerError (0.00s) [2022-05-19T09:57:16.735Z] === RUN TestCopyToContainerNotFoundError [2022-05-19T09:57:16.735Z] --- PASS: TestCopyToContainerNotFoundError (0.00s) [2022-05-19T09:57:16.735Z] === RUN TestCopyToContainerEmptyResponse [2022-05-19T09:57:16.735Z] --- PASS: TestCopyToContainerEmptyResponse (0.00s) [2022-05-19T09:57:16.735Z] === RUN TestCopyToContainer [2022-05-19T09:57:16.735Z] --- PASS: TestCopyToContainer (0.00s) [2022-05-19T09:57:16.735Z] === RUN TestCopyFromContainerError [2022-05-19T09:57:16.735Z] --- PASS: TestCopyFromContainerError (0.00s) [2022-05-19T09:57:16.735Z] === RUN TestCopyFromContainerNotFoundError [2022-05-19T09:57:16.735Z] --- PASS: TestCopyFromContainerNotFoundError (0.00s) [2022-05-19T09:57:16.735Z] === RUN TestCopyFromContainerEmptyResponse [2022-05-19T09:57:16.735Z] --- PASS: TestCopyFromContainerEmptyResponse (0.00s) [2022-05-19T09:57:16.735Z] === RUN TestCopyFromContainerNoHeaderError [2022-05-19T09:57:16.735Z] --- PASS: TestCopyFromContainerNoHeaderError (0.00s) [2022-05-19T09:57:16.735Z] === RUN TestCopyFromContainer [2022-05-19T09:57:16.735Z] --- PASS: TestCopyFromContainer (0.00s) [2022-05-19T09:57:16.735Z] === RUN TestContainerCreateError [2022-05-19T09:57:16.735Z] --- PASS: TestContainerCreateError (0.00s) [2022-05-19T09:57:16.735Z] === RUN TestContainerCreateImageNotFound [2022-05-19T09:57:16.735Z] --- PASS: TestContainerCreateImageNotFound (0.00s) [2022-05-19T09:57:16.735Z] === RUN TestContainerCreateWithName [2022-05-19T09:57:16.735Z] --- PASS: TestContainerCreateWithName (0.00s) [2022-05-19T09:57:16.735Z] === RUN TestContainerCreateAutoRemove [2022-05-19T09:57:16.735Z] --- PASS: TestContainerCreateAutoRemove (0.00s) [2022-05-19T09:57:16.735Z] === RUN TestContainerDiffError [2022-05-19T09:57:16.735Z] --- PASS: TestContainerDiffError (0.00s) [2022-05-19T09:57:16.735Z] === RUN TestContainerDiff [2022-05-19T09:57:16.735Z] --- PASS: TestContainerDiff (0.00s) [2022-05-19T09:57:16.735Z] === RUN TestContainerExecCreateError [2022-05-19T09:57:16.735Z] --- PASS: TestContainerExecCreateError (0.00s) [2022-05-19T09:57:16.735Z] === RUN TestContainerExecCreate [2022-05-19T09:57:16.735Z] --- PASS: TestContainerExecCreate (0.00s) [2022-05-19T09:57:16.735Z] === RUN TestContainerExecStartError [2022-05-19T09:57:16.735Z] --- PASS: TestContainerExecStartError (0.00s) [2022-05-19T09:57:16.735Z] === RUN TestContainerExecStart [2022-05-19T09:57:16.735Z] --- PASS: TestContainerExecStart (0.00s) [2022-05-19T09:57:16.735Z] === RUN TestContainerExecInspectError [2022-05-19T09:57:16.735Z] --- PASS: TestContainerExecInspectError (0.00s) [2022-05-19T09:57:16.735Z] === RUN TestContainerExecInspect [2022-05-19T09:57:16.735Z] --- PASS: TestContainerExecInspect (0.00s) [2022-05-19T09:57:16.735Z] === RUN TestContainerExportError [2022-05-19T09:57:16.735Z] --- PASS: TestContainerExportError (0.00s) [2022-05-19T09:57:16.735Z] === RUN TestContainerExport [2022-05-19T09:57:16.735Z] --- PASS: TestContainerExport (0.00s) [2022-05-19T09:57:16.735Z] === RUN TestContainerInspectError [2022-05-19T09:57:16.735Z] --- PASS: TestContainerInspectError (0.00s) [2022-05-19T09:57:16.735Z] === RUN TestContainerInspectContainerNotFound [2022-05-19T09:57:16.735Z] --- PASS: TestContainerInspectContainerNotFound (0.00s) [2022-05-19T09:57:16.735Z] === RUN TestContainerInspectWithEmptyID [2022-05-19T09:57:16.735Z] --- PASS: TestContainerInspectWithEmptyID (0.00s) [2022-05-19T09:57:16.735Z] === RUN TestContainerInspect [2022-05-19T09:57:16.735Z] --- PASS: TestContainerInspect (0.00s) [2022-05-19T09:57:16.735Z] === RUN TestContainerInspectNode [2022-05-19T09:57:16.735Z] --- PASS: TestContainerInspectNode (0.00s) [2022-05-19T09:57:16.735Z] === RUN TestContainerKillError [2022-05-19T09:57:16.735Z] --- PASS: TestContainerKillError (0.00s) [2022-05-19T09:57:16.735Z] === RUN TestContainerKill [2022-05-19T09:57:16.735Z] --- PASS: TestContainerKill (0.00s) [2022-05-19T09:57:16.735Z] === RUN TestContainerListError [2022-05-19T09:57:16.735Z] --- PASS: TestContainerListError (0.00s) [2022-05-19T09:57:16.735Z] === RUN TestContainerList [2022-05-19T09:57:16.735Z] --- PASS: TestContainerList (0.00s) [2022-05-19T09:57:16.735Z] === RUN TestContainerLogsNotFoundError [2022-05-19T09:57:16.735Z] --- PASS: TestContainerLogsNotFoundError (0.00s) [2022-05-19T09:57:16.735Z] === RUN TestContainerLogsError [2022-05-19T09:57:16.735Z] --- PASS: TestContainerLogsError (0.00s) [2022-05-19T09:57:16.735Z] === RUN TestContainerLogs [2022-05-19T09:57:16.735Z] --- PASS: TestContainerLogs (0.22s) [2022-05-19T09:57:16.735Z] === RUN TestContainerPauseError [2022-05-19T09:57:16.735Z] --- PASS: TestContainerPauseError (0.00s) [2022-05-19T09:57:16.735Z] === RUN TestContainerPause [2022-05-19T09:57:16.735Z] --- PASS: TestContainerPause (0.00s) [2022-05-19T09:57:16.735Z] === RUN TestContainersPruneError [2022-05-19T09:57:16.735Z] --- PASS: TestContainersPruneError (0.00s) [2022-05-19T09:57:16.735Z] === RUN TestContainersPrune [2022-05-19T09:57:16.735Z] --- PASS: TestContainersPrune (0.00s) [2022-05-19T09:57:16.735Z] === RUN TestContainerRemoveError [2022-05-19T09:57:16.735Z] --- PASS: TestContainerRemoveError (0.00s) [2022-05-19T09:57:16.735Z] === RUN TestContainerRemoveNotFoundError [2022-05-19T09:57:16.735Z] --- PASS: TestContainerRemoveNotFoundError (0.00s) [2022-05-19T09:57:16.735Z] === RUN TestContainerRemove [2022-05-19T09:57:16.735Z] --- PASS: TestContainerRemove (0.00s) [2022-05-19T09:57:16.735Z] === RUN TestContainerRenameError [2022-05-19T09:57:16.735Z] --- PASS: TestContainerRenameError (0.00s) [2022-05-19T09:57:16.735Z] === RUN TestContainerRename [2022-05-19T09:57:16.735Z] --- PASS: TestContainerRename (0.00s) [2022-05-19T09:57:16.735Z] === RUN TestContainerResizeError [2022-05-19T09:57:16.735Z] --- PASS: TestContainerResizeError (0.00s) [2022-05-19T09:57:16.735Z] === RUN TestContainerExecResizeError [2022-05-19T09:57:16.735Z] --- PASS: TestContainerExecResizeError (0.00s) [2022-05-19T09:57:16.735Z] === RUN TestContainerResize [2022-05-19T09:57:16.735Z] --- PASS: TestContainerResize (0.00s) [2022-05-19T09:57:16.735Z] === RUN TestContainerExecResize [2022-05-19T09:57:16.735Z] --- PASS: TestContainerExecResize (0.00s) [2022-05-19T09:57:16.735Z] === RUN TestContainerRestartError [2022-05-19T09:57:16.735Z] --- PASS: TestContainerRestartError (0.00s) [2022-05-19T09:57:16.735Z] === RUN TestContainerRestart [2022-05-19T09:57:16.735Z] --- PASS: TestContainerRestart (0.00s) [2022-05-19T09:57:16.735Z] === RUN TestContainerStartError [2022-05-19T09:57:16.735Z] --- PASS: TestContainerStartError (0.00s) [2022-05-19T09:57:16.735Z] === RUN TestContainerStart [2022-05-19T09:57:16.735Z] --- PASS: TestContainerStart (0.00s) [2022-05-19T09:57:16.735Z] === RUN TestContainerStatsError [2022-05-19T09:57:16.735Z] --- PASS: TestContainerStatsError (0.00s) [2022-05-19T09:57:16.735Z] === RUN TestContainerStats [2022-05-19T09:57:16.735Z] --- PASS: TestContainerStats (0.00s) [2022-05-19T09:57:16.735Z] === RUN TestContainerStopError [2022-05-19T09:57:16.735Z] --- PASS: TestContainerStopError (0.00s) [2022-05-19T09:57:16.735Z] === RUN TestContainerStop [2022-05-19T09:57:16.735Z] --- PASS: TestContainerStop (0.00s) [2022-05-19T09:57:16.735Z] === RUN TestContainerTopError [2022-05-19T09:57:16.735Z] --- PASS: TestContainerTopError (0.00s) [2022-05-19T09:57:16.735Z] === RUN TestContainerTop [2022-05-19T09:57:16.735Z] --- PASS: TestContainerTop (0.00s) [2022-05-19T09:57:16.735Z] === RUN TestContainerUnpauseError [2022-05-19T09:57:16.735Z] --- PASS: TestContainerUnpauseError (0.00s) [2022-05-19T09:57:16.735Z] === RUN TestContainerUnpause [2022-05-19T09:57:16.735Z] --- PASS: TestContainerUnpause (0.00s) [2022-05-19T09:57:16.735Z] === RUN TestContainerUpdateError [2022-05-19T09:57:16.735Z] --- PASS: TestContainerUpdateError (0.00s) [2022-05-19T09:57:16.735Z] === RUN TestContainerUpdate [2022-05-19T09:57:16.735Z] --- PASS: TestContainerUpdate (0.00s) [2022-05-19T09:57:16.735Z] === RUN TestContainerWaitError [2022-05-19T09:57:16.735Z] --- PASS: TestContainerWaitError (0.00s) [2022-05-19T09:57:16.735Z] === RUN TestContainerWait [2022-05-19T09:57:16.735Z] --- PASS: TestContainerWait (0.00s) [2022-05-19T09:57:16.735Z] === RUN TestDiskUsageError [2022-05-19T09:57:16.735Z] --- PASS: TestDiskUsageError (0.00s) [2022-05-19T09:57:16.735Z] === RUN TestDiskUsage [2022-05-19T09:57:16.735Z] --- PASS: TestDiskUsage (0.00s) [2022-05-19T09:57:16.735Z] === RUN TestDistributionInspectUnsupported [2022-05-19T09:57:16.735Z] --- PASS: TestDistributionInspectUnsupported (0.00s) [2022-05-19T09:57:16.735Z] === RUN TestDistributionInspectWithEmptyID [2022-05-19T09:57:16.735Z] --- PASS: TestDistributionInspectWithEmptyID (0.00s) [2022-05-19T09:57:16.735Z] === RUN TestEventsErrorInOptions [2022-05-19T09:57:16.735Z] --- PASS: TestEventsErrorInOptions (0.00s) [2022-05-19T09:57:16.735Z] === RUN TestEventsErrorFromServer [2022-05-19T09:57:16.735Z] --- PASS: TestEventsErrorFromServer (0.00s) [2022-05-19T09:57:16.735Z] === RUN TestEvents [2022-05-19T09:57:16.735Z] --- PASS: TestEvents (0.00s) [2022-05-19T09:57:16.735Z] === RUN TestTLSCloseWriter [2022-05-19T09:57:16.735Z] === PAUSE TestTLSCloseWriter [2022-05-19T09:57:16.735Z] === RUN TestImageBuildError [2022-05-19T09:57:16.735Z] --- PASS: TestImageBuildError (0.00s) [2022-05-19T09:57:16.735Z] === RUN TestImageBuild [2022-05-19T09:57:16.735Z] --- PASS: TestImageBuild (0.00s) [2022-05-19T09:57:16.735Z] === RUN TestGetDockerOS [2022-05-19T09:57:16.735Z] --- PASS: TestGetDockerOS (0.00s) [2022-05-19T09:57:16.735Z] === RUN TestImageCreateError [2022-05-19T09:57:16.735Z] --- PASS: TestImageCreateError (0.00s) [2022-05-19T09:57:16.735Z] === RUN TestImageCreate [2022-05-19T09:57:16.735Z] --- PASS: TestImageCreate (0.00s) [2022-05-19T09:57:16.735Z] === RUN TestImageHistoryError [2022-05-19T09:57:16.735Z] --- PASS: TestImageHistoryError (0.00s) [2022-05-19T09:57:16.735Z] === RUN TestImageHistory [2022-05-19T09:57:16.736Z] --- PASS: TestImageHistory (0.00s) [2022-05-19T09:57:16.736Z] === RUN TestImageImportError [2022-05-19T09:57:16.736Z] --- PASS: TestImageImportError (0.00s) [2022-05-19T09:57:16.736Z] === RUN TestImageImport [2022-05-19T09:57:16.736Z] --- PASS: TestImageImport (0.00s) [2022-05-19T09:57:16.736Z] === RUN TestImageInspectError [2022-05-19T09:57:16.736Z] --- PASS: TestImageInspectError (0.00s) [2022-05-19T09:57:16.736Z] === RUN TestImageInspectImageNotFound [2022-05-19T09:57:16.736Z] --- PASS: TestImageInspectImageNotFound (0.00s) [2022-05-19T09:57:16.736Z] === RUN TestImageInspectWithEmptyID [2022-05-19T09:57:16.736Z] --- PASS: TestImageInspectWithEmptyID (0.00s) [2022-05-19T09:57:16.736Z] === RUN TestImageInspect [2022-05-19T09:57:16.736Z] --- PASS: TestImageInspect (0.00s) [2022-05-19T09:57:16.736Z] === RUN TestImageListError [2022-05-19T09:57:16.736Z] --- PASS: TestImageListError (0.00s) [2022-05-19T09:57:16.736Z] === RUN TestImageList [2022-05-19T09:57:16.736Z] --- PASS: TestImageList (0.00s) [2022-05-19T09:57:16.736Z] === RUN TestImageListApiBefore125 [2022-05-19T09:57:16.736Z] --- PASS: TestImageListApiBefore125 (0.00s) [2022-05-19T09:57:16.736Z] === RUN TestImageLoadError [2022-05-19T09:57:16.736Z] --- PASS: TestImageLoadError (0.00s) [2022-05-19T09:57:16.736Z] === RUN TestImageLoad [2022-05-19T09:57:16.736Z] --- PASS: TestImageLoad (0.00s) [2022-05-19T09:57:16.736Z] === RUN TestImagesPruneError [2022-05-19T09:57:16.736Z] --- PASS: TestImagesPruneError (0.00s) [2022-05-19T09:57:16.736Z] === RUN TestImagesPrune [2022-05-19T09:57:16.736Z] --- PASS: TestImagesPrune (0.00s) [2022-05-19T09:57:16.736Z] === RUN TestImagePullReferenceParseError [2022-05-19T09:57:16.736Z] --- PASS: TestImagePullReferenceParseError (0.00s) [2022-05-19T09:57:16.736Z] === RUN TestImagePullAnyError [2022-05-19T09:57:16.736Z] --- PASS: TestImagePullAnyError (0.00s) [2022-05-19T09:57:16.736Z] === RUN TestImagePullStatusUnauthorizedError [2022-05-19T09:57:16.736Z] --- PASS: TestImagePullStatusUnauthorizedError (0.00s) [2022-05-19T09:57:16.736Z] === RUN TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError [2022-05-19T09:57:16.736Z] --- PASS: TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-05-19T09:57:16.736Z] === RUN TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-05-19T09:57:16.736Z] --- PASS: TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-05-19T09:57:16.736Z] === RUN TestImagePullWithPrivilegedFuncNoError [2022-05-19T09:57:16.736Z] --- PASS: TestImagePullWithPrivilegedFuncNoError (0.00s) [2022-05-19T09:57:16.736Z] === RUN TestImagePullWithoutErrors [2022-05-19T09:57:16.736Z] --- PASS: TestImagePullWithoutErrors (0.00s) [2022-05-19T09:57:16.736Z] === RUN TestImagePushReferenceError [2022-05-19T09:57:16.736Z] --- PASS: TestImagePushReferenceError (0.00s) [2022-05-19T09:57:16.736Z] === RUN TestImagePushAnyError [2022-05-19T09:57:16.736Z] --- PASS: TestImagePushAnyError (0.00s) [2022-05-19T09:57:16.736Z] === RUN TestImagePushStatusUnauthorizedError [2022-05-19T09:57:16.736Z] --- PASS: TestImagePushStatusUnauthorizedError (0.00s) [2022-05-19T09:57:16.736Z] === RUN TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError [2022-05-19T09:57:16.736Z] --- PASS: TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-05-19T09:57:16.736Z] === RUN TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-05-19T09:57:16.736Z] --- PASS: TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-05-19T09:57:16.736Z] === RUN TestImagePushWithPrivilegedFuncNoError [2022-05-19T09:57:16.736Z] --- PASS: TestImagePushWithPrivilegedFuncNoError (0.00s) [2022-05-19T09:57:16.736Z] === RUN TestImagePushWithoutErrors [2022-05-19T09:57:16.736Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=false [2022-05-19T09:57:16.736Z] === RUN TestImagePushWithoutErrors/myimage:tag,all-tags=false [2022-05-19T09:57:16.736Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=true [2022-05-19T09:57:16.736Z] === RUN TestImagePushWithoutErrors/myimage:anything,all-tags=true [2022-05-19T09:57:16.736Z] --- PASS: TestImagePushWithoutErrors (0.00s) [2022-05-19T09:57:16.736Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=false (0.00s) [2022-05-19T09:57:16.736Z] --- PASS: TestImagePushWithoutErrors/myimage:tag,all-tags=false (0.00s) [2022-05-19T09:57:16.736Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=true (0.00s) [2022-05-19T09:57:16.736Z] --- PASS: TestImagePushWithoutErrors/myimage:anything,all-tags=true (0.00s) [2022-05-19T09:57:16.736Z] === RUN TestImageRemoveError [2022-05-19T09:57:16.736Z] --- PASS: TestImageRemoveError (0.00s) [2022-05-19T09:57:16.736Z] === RUN TestImageRemoveImageNotFound [2022-05-19T09:57:16.736Z] --- PASS: TestImageRemoveImageNotFound (0.00s) [2022-05-19T09:57:16.736Z] === RUN TestImageRemove [2022-05-19T09:57:16.736Z] --- PASS: TestImageRemove (0.00s) [2022-05-19T09:57:16.736Z] === RUN TestImageSaveError [2022-05-19T09:57:16.736Z] --- PASS: TestImageSaveError (0.00s) [2022-05-19T09:57:16.736Z] === RUN TestImageSave [2022-05-19T09:57:16.736Z] --- PASS: TestImageSave (0.00s) [2022-05-19T09:57:16.736Z] === RUN TestImageSearchAnyError [2022-05-19T09:57:16.736Z] --- PASS: TestImageSearchAnyError (0.00s) [2022-05-19T09:57:16.736Z] === RUN TestImageSearchStatusUnauthorizedError [2022-05-19T09:57:16.736Z] --- PASS: TestImageSearchStatusUnauthorizedError (0.00s) [2022-05-19T09:57:16.736Z] === RUN TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError [2022-05-19T09:57:16.736Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-05-19T09:57:16.736Z] === RUN TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-05-19T09:57:16.736Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-05-19T09:57:16.736Z] === RUN TestImageSearchWithPrivilegedFuncNoError [2022-05-19T09:57:16.736Z] --- PASS: TestImageSearchWithPrivilegedFuncNoError (0.00s) [2022-05-19T09:57:16.736Z] === RUN TestImageSearchWithoutErrors [2022-05-19T09:57:16.736Z] --- PASS: TestImageSearchWithoutErrors (0.00s) [2022-05-19T09:57:16.736Z] === RUN TestImageTagError [2022-05-19T09:57:16.736Z] --- PASS: TestImageTagError (0.00s) [2022-05-19T09:57:16.736Z] === RUN TestImageTagInvalidReference [2022-05-19T09:57:16.736Z] --- PASS: TestImageTagInvalidReference (0.00s) [2022-05-19T09:57:16.736Z] === RUN TestImageTagInvalidSourceImageName [2022-05-19T09:57:16.736Z] --- PASS: TestImageTagInvalidSourceImageName (0.00s) [2022-05-19T09:57:16.736Z] === RUN TestImageTagHexSource [2022-05-19T09:57:16.736Z] --- PASS: TestImageTagHexSource (0.00s) [2022-05-19T09:57:16.736Z] === RUN TestImageTag [2022-05-19T09:57:16.736Z] --- PASS: TestImageTag (0.00s) [2022-05-19T09:57:16.736Z] === RUN TestInfoServerError [2022-05-19T09:57:16.736Z] --- PASS: TestInfoServerError (0.00s) [2022-05-19T09:57:16.736Z] === RUN TestInfoInvalidResponseJSONError [2022-05-19T09:57:16.736Z] --- PASS: TestInfoInvalidResponseJSONError (0.00s) [2022-05-19T09:57:16.736Z] === RUN TestInfo [2022-05-19T09:57:16.736Z] --- PASS: TestInfo (0.00s) [2022-05-19T09:57:16.736Z] === RUN TestNetworkConnectError [2022-05-19T09:57:16.736Z] --- PASS: TestNetworkConnectError (0.00s) [2022-05-19T09:57:16.736Z] === RUN TestNetworkConnectEmptyNilEndpointSettings [2022-05-19T09:57:16.736Z] --- PASS: TestNetworkConnectEmptyNilEndpointSettings (0.00s) [2022-05-19T09:57:16.736Z] === RUN TestNetworkConnect [2022-05-19T09:57:16.736Z] --- PASS: TestNetworkConnect (0.00s) [2022-05-19T09:57:16.736Z] === RUN TestNetworkCreateError [2022-05-19T09:57:16.736Z] --- PASS: TestNetworkCreateError (0.00s) [2022-05-19T09:57:16.736Z] === RUN TestNetworkCreate [2022-05-19T09:57:16.736Z] --- PASS: TestNetworkCreate (0.00s) [2022-05-19T09:57:16.736Z] === RUN TestNetworkDisconnectError [2022-05-19T09:57:16.736Z] --- PASS: TestNetworkDisconnectError (0.00s) [2022-05-19T09:57:16.736Z] === RUN TestNetworkDisconnect [2022-05-19T09:57:16.736Z] --- PASS: TestNetworkDisconnect (0.00s) [2022-05-19T09:57:16.736Z] === RUN TestNetworkInspect [2022-05-19T09:57:16.736Z] === RUN TestNetworkInspect/empty_ID [2022-05-19T09:57:16.736Z] === RUN TestNetworkInspect/no_options [2022-05-19T09:57:16.736Z] === RUN TestNetworkInspect/verbose [2022-05-19T09:57:16.736Z] === RUN TestNetworkInspect/global_scope [2022-05-19T09:57:16.736Z] === RUN TestNetworkInspect/unknown_network [2022-05-19T09:57:16.736Z] === RUN TestNetworkInspect/server_error [2022-05-19T09:57:16.736Z] --- PASS: TestNetworkInspect (0.00s) [2022-05-19T09:57:16.736Z] --- PASS: TestNetworkInspect/empty_ID (0.00s) [2022-05-19T09:57:16.736Z] --- PASS: TestNetworkInspect/no_options (0.00s) [2022-05-19T09:57:16.736Z] --- PASS: TestNetworkInspect/verbose (0.00s) [2022-05-19T09:57:16.736Z] --- PASS: TestNetworkInspect/global_scope (0.00s) [2022-05-19T09:57:16.736Z] --- PASS: TestNetworkInspect/unknown_network (0.00s) [2022-05-19T09:57:16.736Z] --- PASS: TestNetworkInspect/server_error (0.00s) [2022-05-19T09:57:16.736Z] === RUN TestNetworkListError [2022-05-19T09:57:16.736Z] --- PASS: TestNetworkListError (0.00s) [2022-05-19T09:57:16.736Z] === RUN TestNetworkList [2022-05-19T09:57:16.736Z] --- PASS: TestNetworkList (0.00s) [2022-05-19T09:57:16.736Z] === RUN TestNetworksPruneError [2022-05-19T09:57:16.736Z] --- PASS: TestNetworksPruneError (0.00s) [2022-05-19T09:57:16.736Z] === RUN TestNetworksPrune [2022-05-19T09:57:16.736Z] --- PASS: TestNetworksPrune (0.00s) [2022-05-19T09:57:16.736Z] === RUN TestNetworkRemoveError [2022-05-19T09:57:16.736Z] --- PASS: TestNetworkRemoveError (0.00s) [2022-05-19T09:57:16.736Z] === RUN TestNetworkRemove [2022-05-19T09:57:16.736Z] --- PASS: TestNetworkRemove (0.00s) [2022-05-19T09:57:16.736Z] === RUN TestNodeInspectError [2022-05-19T09:57:16.736Z] --- PASS: TestNodeInspectError (0.00s) [2022-05-19T09:57:16.736Z] === RUN TestNodeInspectNodeNotFound [2022-05-19T09:57:16.736Z] --- PASS: TestNodeInspectNodeNotFound (0.00s) [2022-05-19T09:57:16.736Z] === RUN TestNodeInspectWithEmptyID [2022-05-19T09:57:16.736Z] --- PASS: TestNodeInspectWithEmptyID (0.00s) [2022-05-19T09:57:16.736Z] === RUN TestNodeInspect [2022-05-19T09:57:16.736Z] --- PASS: TestNodeInspect (0.00s) [2022-05-19T09:57:16.736Z] === RUN TestNodeListError [2022-05-19T09:57:16.736Z] --- PASS: TestNodeListError (0.00s) [2022-05-19T09:57:16.736Z] === RUN TestNodeList [2022-05-19T09:57:16.736Z] --- PASS: TestNodeList (0.00s) [2022-05-19T09:57:16.736Z] === RUN TestNodeRemoveError [2022-05-19T09:57:16.736Z] --- PASS: TestNodeRemoveError (0.00s) [2022-05-19T09:57:16.736Z] === RUN TestNodeRemove [2022-05-19T09:57:16.736Z] --- PASS: TestNodeRemove (0.00s) [2022-05-19T09:57:16.736Z] === RUN TestNodeUpdateError [2022-05-19T09:57:16.736Z] --- PASS: TestNodeUpdateError (0.00s) [2022-05-19T09:57:16.736Z] === RUN TestNodeUpdate [2022-05-19T09:57:16.736Z] --- PASS: TestNodeUpdate (0.00s) [2022-05-19T09:57:16.736Z] === RUN TestOptionWithHostFromEnv [2022-05-19T09:57:16.736Z] --- PASS: TestOptionWithHostFromEnv (0.00s) [2022-05-19T09:57:16.736Z] === RUN TestOptionWithTimeout [2022-05-19T09:57:16.736Z] --- PASS: TestOptionWithTimeout (0.00s) [2022-05-19T09:57:16.736Z] === RUN TestOptionWithVersionFromEnv [2022-05-19T09:57:16.736Z] --- PASS: TestOptionWithVersionFromEnv (0.00s) [2022-05-19T09:57:16.736Z] === RUN TestPingFail [2022-05-19T09:57:16.736Z] --- PASS: TestPingFail (0.00s) [2022-05-19T09:57:16.736Z] === RUN TestPingWithError [2022-05-19T09:57:16.736Z] 2022/05/19 09:57:16 RoundTripper returned a response & error; ignoring response [2022-05-19T09:57:16.736Z] 2022/05/19 09:57:16 RoundTripper returned a response & error; ignoring response [2022-05-19T09:57:16.736Z] --- PASS: TestPingWithError (0.00s) [2022-05-19T09:57:16.736Z] === RUN TestPingSuccess [2022-05-19T09:57:16.736Z] --- PASS: TestPingSuccess (0.00s) [2022-05-19T09:57:16.736Z] === RUN TestPingHeadFallback [2022-05-19T09:57:16.736Z] === RUN TestPingHeadFallback/OK [2022-05-19T09:57:16.736Z] === RUN TestPingHeadFallback/Internal_Server_Error [2022-05-19T09:57:16.736Z] === RUN TestPingHeadFallback/Not_Found [2022-05-19T09:57:16.736Z] === RUN TestPingHeadFallback/Method_Not_Allowed [2022-05-19T09:57:16.736Z] --- PASS: TestPingHeadFallback (0.00s) [2022-05-19T09:57:16.736Z] --- PASS: TestPingHeadFallback/OK (0.00s) [2022-05-19T09:57:16.736Z] --- PASS: TestPingHeadFallback/Internal_Server_Error (0.00s) [2022-05-19T09:57:16.736Z] --- PASS: TestPingHeadFallback/Not_Found (0.00s) [2022-05-19T09:57:16.736Z] --- PASS: TestPingHeadFallback/Method_Not_Allowed (0.00s) [2022-05-19T09:57:16.736Z] === RUN TestPluginDisableError [2022-05-19T09:57:16.736Z] --- PASS: TestPluginDisableError (0.00s) [2022-05-19T09:57:16.736Z] === RUN TestPluginDisable [2022-05-19T09:57:16.736Z] --- PASS: TestPluginDisable (0.00s) [2022-05-19T09:57:16.736Z] === RUN TestPluginEnableError [2022-05-19T09:57:16.736Z] --- PASS: TestPluginEnableError (0.00s) [2022-05-19T09:57:16.736Z] === RUN TestPluginEnable [2022-05-19T09:57:16.736Z] --- PASS: TestPluginEnable (0.00s) [2022-05-19T09:57:16.736Z] === RUN TestPluginInspectError [2022-05-19T09:57:16.736Z] --- PASS: TestPluginInspectError (0.00s) [2022-05-19T09:57:16.736Z] === RUN TestPluginInspectWithEmptyID [2022-05-19T09:57:16.736Z] --- PASS: TestPluginInspectWithEmptyID (0.00s) [2022-05-19T09:57:16.736Z] === RUN TestPluginInspect [2022-05-19T09:57:16.736Z] --- PASS: TestPluginInspect (0.00s) [2022-05-19T09:57:16.736Z] === RUN TestPluginListError [2022-05-19T09:57:16.736Z] --- PASS: TestPluginListError (0.00s) [2022-05-19T09:57:16.736Z] === RUN TestPluginList [2022-05-19T09:57:16.736Z] --- PASS: TestPluginList (0.00s) [2022-05-19T09:57:16.736Z] === RUN TestPluginPushError [2022-05-19T09:57:16.736Z] --- PASS: TestPluginPushError (0.00s) [2022-05-19T09:57:16.736Z] === RUN TestPluginPush [2022-05-19T09:57:16.736Z] --- PASS: TestPluginPush (0.00s) [2022-05-19T09:57:16.736Z] === RUN TestPluginRemoveError [2022-05-19T09:57:16.736Z] --- PASS: TestPluginRemoveError (0.00s) [2022-05-19T09:57:16.736Z] === RUN TestPluginRemove [2022-05-19T09:57:16.736Z] --- PASS: TestPluginRemove (0.00s) [2022-05-19T09:57:16.736Z] === RUN TestPluginSetError [2022-05-19T09:57:16.736Z] --- PASS: TestPluginSetError (0.00s) [2022-05-19T09:57:16.736Z] === RUN TestPluginSet [2022-05-19T09:57:16.736Z] --- PASS: TestPluginSet (0.00s) [2022-05-19T09:57:16.736Z] === RUN TestSetHostHeader [2022-05-19T09:57:16.736Z] --- PASS: TestSetHostHeader (0.00s) [2022-05-19T09:57:16.736Z] === RUN TestPlainTextError [2022-05-19T09:57:16.736Z] --- PASS: TestPlainTextError (0.00s) [2022-05-19T09:57:16.736Z] === RUN TestInfiniteError [2022-05-19T09:57:16.736Z] --- PASS: TestInfiniteError (0.07s) [2022-05-19T09:57:16.736Z] === RUN TestCanceledContext [2022-05-19T09:57:16.736Z] 2022/05/19 09:57:16 RoundTripper returned a response & error; ignoring response [2022-05-19T09:57:16.736Z] --- PASS: TestCanceledContext (0.00s) [2022-05-19T09:57:16.736Z] === RUN TestDeadlineExceededContext [2022-05-19T09:57:16.736Z] 2022/05/19 09:57:16 RoundTripper returned a response & error; ignoring response [2022-05-19T09:57:16.736Z] --- PASS: TestDeadlineExceededContext (0.00s) [2022-05-19T09:57:16.736Z] === RUN TestSecretCreateUnsupported [2022-05-19T09:57:16.736Z] --- PASS: TestSecretCreateUnsupported (0.00s) [2022-05-19T09:57:16.736Z] === RUN TestSecretCreateError [2022-05-19T09:57:16.736Z] --- PASS: TestSecretCreateError (0.00s) [2022-05-19T09:57:16.736Z] === RUN TestSecretCreate [2022-05-19T09:57:16.736Z] --- PASS: TestSecretCreate (0.00s) [2022-05-19T09:57:16.736Z] === RUN TestSecretInspectUnsupported [2022-05-19T09:57:16.736Z] --- PASS: TestSecretInspectUnsupported (0.00s) [2022-05-19T09:57:16.736Z] === RUN TestSecretInspectError [2022-05-19T09:57:16.736Z] --- PASS: TestSecretInspectError (0.00s) [2022-05-19T09:57:16.736Z] === RUN TestSecretInspectSecretNotFound [2022-05-19T09:57:16.736Z] --- PASS: TestSecretInspectSecretNotFound (0.00s) [2022-05-19T09:57:16.736Z] === RUN TestSecretInspectWithEmptyID [2022-05-19T09:57:16.736Z] --- PASS: TestSecretInspectWithEmptyID (0.00s) [2022-05-19T09:57:16.736Z] === RUN TestSecretInspect [2022-05-19T09:57:16.736Z] --- PASS: TestSecretInspect (0.00s) [2022-05-19T09:57:16.736Z] === RUN TestSecretListUnsupported [2022-05-19T09:57:16.736Z] --- PASS: TestSecretListUnsupported (0.00s) [2022-05-19T09:57:16.736Z] === RUN TestSecretListError [2022-05-19T09:57:16.736Z] --- PASS: TestSecretListError (0.00s) [2022-05-19T09:57:16.736Z] === RUN TestSecretList [2022-05-19T09:57:16.736Z] --- PASS: TestSecretList (0.00s) [2022-05-19T09:57:16.736Z] === RUN TestSecretRemoveUnsupported [2022-05-19T09:57:16.736Z] --- PASS: TestSecretRemoveUnsupported (0.00s) [2022-05-19T09:57:16.736Z] === RUN TestSecretRemoveError [2022-05-19T09:57:16.736Z] --- PASS: TestSecretRemoveError (0.00s) [2022-05-19T09:57:16.736Z] === RUN TestSecretRemove [2022-05-19T09:57:16.736Z] --- PASS: TestSecretRemove (0.00s) [2022-05-19T09:57:16.736Z] === RUN TestSecretUpdateUnsupported [2022-05-19T09:57:16.736Z] --- PASS: TestSecretUpdateUnsupported (0.00s) [2022-05-19T09:57:16.736Z] === RUN TestSecretUpdateError [2022-05-19T09:57:16.736Z] --- PASS: TestSecretUpdateError (0.00s) [2022-05-19T09:57:16.736Z] === RUN TestSecretUpdate [2022-05-19T09:57:16.736Z] --- PASS: TestSecretUpdate (0.00s) [2022-05-19T09:57:16.736Z] === RUN TestServiceCreateError [2022-05-19T09:57:16.736Z] --- PASS: TestServiceCreateError (0.00s) [2022-05-19T09:57:16.736Z] === RUN TestServiceCreate [2022-05-19T09:57:16.736Z] --- PASS: TestServiceCreate (0.00s) [2022-05-19T09:57:16.736Z] === RUN TestServiceCreateCompatiblePlatforms [2022-05-19T09:57:16.736Z] --- PASS: TestServiceCreateCompatiblePlatforms (0.00s) [2022-05-19T09:57:16.736Z] === RUN TestServiceCreateDigestPinning [2022-05-19T09:57:16.736Z] --- PASS: TestServiceCreateDigestPinning (0.00s) [2022-05-19T09:57:16.736Z] === RUN TestServiceInspectError [2022-05-19T09:57:16.736Z] --- PASS: TestServiceInspectError (0.00s) [2022-05-19T09:57:16.736Z] === RUN TestServiceInspectServiceNotFound [2022-05-19T09:57:16.736Z] --- PASS: TestServiceInspectServiceNotFound (0.00s) [2022-05-19T09:57:16.736Z] === RUN TestServiceInspectWithEmptyID [2022-05-19T09:57:16.736Z] --- PASS: TestServiceInspectWithEmptyID (0.00s) [2022-05-19T09:57:16.736Z] === RUN TestServiceInspect [2022-05-19T09:57:16.736Z] --- PASS: TestServiceInspect (0.00s) [2022-05-19T09:57:16.736Z] === RUN TestServiceListError [2022-05-19T09:57:16.736Z] --- PASS: TestServiceListError (0.00s) [2022-05-19T09:57:16.736Z] === RUN TestServiceList [2022-05-19T09:57:16.736Z] --- PASS: TestServiceList (0.00s) [2022-05-19T09:57:16.736Z] === RUN TestServiceLogsError [2022-05-19T09:57:16.736Z] --- PASS: TestServiceLogsError (0.00s) [2022-05-19T09:57:16.736Z] === RUN TestServiceLogs [2022-05-19T09:57:16.736Z] --- PASS: TestServiceLogs (0.00s) [2022-05-19T09:57:16.736Z] === RUN TestServiceRemoveError [2022-05-19T09:57:16.736Z] --- PASS: TestServiceRemoveError (0.00s) [2022-05-19T09:57:16.736Z] === RUN TestServiceRemoveNotFoundError [2022-05-19T09:57:16.736Z] --- PASS: TestServiceRemoveNotFoundError (0.00s) [2022-05-19T09:57:16.736Z] === RUN TestServiceRemove [2022-05-19T09:57:16.736Z] --- PASS: TestServiceRemove (0.00s) [2022-05-19T09:57:16.736Z] === RUN TestServiceUpdateError [2022-05-19T09:57:16.736Z] --- PASS: TestServiceUpdateError (0.00s) [2022-05-19T09:57:16.736Z] === RUN TestServiceUpdate [2022-05-19T09:57:16.736Z] --- PASS: TestServiceUpdate (0.00s) [2022-05-19T09:57:16.736Z] === RUN TestSwarmGetUnlockKeyError [2022-05-19T09:57:16.736Z] --- PASS: TestSwarmGetUnlockKeyError (0.00s) [2022-05-19T09:57:16.736Z] === RUN TestSwarmGetUnlockKey [2022-05-19T09:57:16.736Z] --- PASS: TestSwarmGetUnlockKey (0.00s) [2022-05-19T09:57:16.736Z] === RUN TestSwarmInitError [2022-05-19T09:57:16.736Z] --- PASS: TestSwarmInitError (0.00s) [2022-05-19T09:57:16.736Z] === RUN TestSwarmInit [2022-05-19T09:57:16.736Z] --- PASS: TestSwarmInit (0.00s) [2022-05-19T09:57:16.736Z] === RUN TestSwarmInspectError [2022-05-19T09:57:16.736Z] --- PASS: TestSwarmInspectError (0.00s) [2022-05-19T09:57:16.736Z] === RUN TestSwarmInspect [2022-05-19T09:57:16.736Z] --- PASS: TestSwarmInspect (0.00s) [2022-05-19T09:57:16.736Z] === RUN TestSwarmJoinError [2022-05-19T09:57:16.736Z] --- PASS: TestSwarmJoinError (0.00s) [2022-05-19T09:57:16.736Z] === RUN TestSwarmJoin [2022-05-19T09:57:16.736Z] --- PASS: TestSwarmJoin (0.00s) [2022-05-19T09:57:16.736Z] === RUN TestSwarmLeaveError [2022-05-19T09:57:16.736Z] --- PASS: TestSwarmLeaveError (0.00s) [2022-05-19T09:57:16.736Z] === RUN TestSwarmLeave [2022-05-19T09:57:16.736Z] --- PASS: TestSwarmLeave (0.00s) [2022-05-19T09:57:16.736Z] === RUN TestSwarmUnlockError [2022-05-19T09:57:16.736Z] --- PASS: TestSwarmUnlockError (0.00s) [2022-05-19T09:57:16.736Z] === RUN TestSwarmUnlock [2022-05-19T09:57:16.736Z] --- PASS: TestSwarmUnlock (0.00s) [2022-05-19T09:57:16.736Z] === RUN TestSwarmUpdateError [2022-05-19T09:57:16.736Z] --- PASS: TestSwarmUpdateError (0.00s) [2022-05-19T09:57:16.736Z] === RUN TestSwarmUpdate [2022-05-19T09:57:16.736Z] --- PASS: TestSwarmUpdate (0.00s) [2022-05-19T09:57:16.736Z] === RUN TestTaskInspectError [2022-05-19T09:57:16.736Z] --- PASS: TestTaskInspectError (0.00s) [2022-05-19T09:57:16.736Z] === RUN TestTaskInspectWithEmptyID [2022-05-19T09:57:16.736Z] --- PASS: TestTaskInspectWithEmptyID (0.00s) [2022-05-19T09:57:16.736Z] === RUN TestTaskInspect [2022-05-19T09:57:16.736Z] --- PASS: TestTaskInspect (0.00s) [2022-05-19T09:57:16.736Z] === RUN TestTaskListError [2022-05-19T09:57:16.736Z] --- PASS: TestTaskListError (0.00s) [2022-05-19T09:57:16.736Z] === RUN TestTaskList [2022-05-19T09:57:16.736Z] --- PASS: TestTaskList (0.00s) [2022-05-19T09:57:16.736Z] === RUN TestVolumeCreateError [2022-05-19T09:57:16.736Z] --- PASS: TestVolumeCreateError (0.00s) [2022-05-19T09:57:16.736Z] === RUN TestVolumeCreate [2022-05-19T09:57:16.736Z] --- PASS: TestVolumeCreate (0.00s) [2022-05-19T09:57:16.736Z] === RUN TestVolumeInspectError [2022-05-19T09:57:16.736Z] --- PASS: TestVolumeInspectError (0.00s) [2022-05-19T09:57:16.736Z] === RUN TestVolumeInspectNotFound [2022-05-19T09:57:16.736Z] --- PASS: TestVolumeInspectNotFound (0.00s) [2022-05-19T09:57:16.736Z] === RUN TestVolumeInspectWithEmptyID [2022-05-19T09:57:16.736Z] --- PASS: TestVolumeInspectWithEmptyID (0.00s) [2022-05-19T09:57:16.736Z] === RUN TestVolumeInspect [2022-05-19T09:57:16.736Z] --- PASS: TestVolumeInspect (0.00s) [2022-05-19T09:57:16.736Z] === RUN TestVolumeListError [2022-05-19T09:57:16.736Z] --- PASS: TestVolumeListError (0.00s) [2022-05-19T09:57:16.736Z] === RUN TestVolumeList [2022-05-19T09:57:16.736Z] --- PASS: TestVolumeList (0.00s) [2022-05-19T09:57:16.737Z] === RUN TestVolumeRemoveError [2022-05-19T09:57:16.737Z] --- PASS: TestVolumeRemoveError (0.00s) [2022-05-19T09:57:16.737Z] === RUN TestVolumeRemove [2022-05-19T09:57:16.737Z] --- PASS: TestVolumeRemove (0.00s) [2022-05-19T09:57:16.737Z] === RUN TestVolumeUpdateError [2022-05-19T09:57:16.737Z] --- PASS: TestVolumeUpdateError (0.00s) [2022-05-19T09:57:16.737Z] === RUN TestVolumeUpdate [2022-05-19T09:57:16.737Z] --- PASS: TestVolumeUpdate (0.00s) [2022-05-19T09:57:16.737Z] === CONT TestTLSCloseWriter [2022-05-19T09:57:16.737Z] --- PASS: TestTLSCloseWriter (0.02s) [2022-05-19T09:57:16.737Z] PASS [2022-05-19T09:57:16.737Z] coverage: 75.1% of statements [2022-05-19T09:57:16.737Z] ok github.com/docker/docker/client 0.500s coverage: 75.1% of statements [2022-05-19T09:57:17.442Z] === RUN TestNewListSecretsFilters [2022-05-19T09:57:17.442Z] --- PASS: TestNewListSecretsFilters (0.00s) [2022-05-19T09:57:17.442Z] === RUN TestNewListConfigsFilters [2022-05-19T09:57:17.442Z] --- PASS: TestNewListConfigsFilters (0.00s) [2022-05-19T09:57:17.442Z] PASS [2022-05-19T09:57:17.442Z] coverage: 0.5% of statements [2022-05-19T09:57:17.442Z] ok github.com/docker/docker/daemon/cluster 0.455s coverage: 0.5% of statements [2022-05-19T09:57:17.910Z] === RUN TestNetworkConvertBasicNetworkFromGRPCCreatedAt [2022-05-19T09:57:18.378Z] --- PASS: TestNetworkConvertBasicNetworkFromGRPCCreatedAt (0.27s) [2022-05-19T09:57:18.378Z] === RUN TestServiceConvertFromGRPCRuntimeContainer [2022-05-19T09:57:18.378Z] --- PASS: TestServiceConvertFromGRPCRuntimeContainer (0.00s) [2022-05-19T09:57:18.378Z] === RUN TestServiceConvertFromGRPCGenericRuntimePlugin [2022-05-19T09:57:18.378Z] --- PASS: TestServiceConvertFromGRPCGenericRuntimePlugin (0.00s) [2022-05-19T09:57:18.378Z] === RUN TestServiceConvertToGRPCGenericRuntimePlugin [2022-05-19T09:57:18.378Z] --- PASS: TestServiceConvertToGRPCGenericRuntimePlugin (0.00s) [2022-05-19T09:57:18.378Z] === RUN TestServiceConvertToGRPCContainerRuntime [2022-05-19T09:57:18.378Z] --- PASS: TestServiceConvertToGRPCContainerRuntime (0.00s) [2022-05-19T09:57:18.378Z] === RUN TestServiceConvertToGRPCGenericRuntimeCustom [2022-05-19T09:57:18.378Z] --- PASS: TestServiceConvertToGRPCGenericRuntimeCustom (0.00s) [2022-05-19T09:57:18.378Z] === RUN TestServiceConvertToGRPCIsolation [2022-05-19T09:57:18.378Z] === RUN TestServiceConvertToGRPCIsolation/empty [2022-05-19T09:57:18.378Z] === RUN TestServiceConvertToGRPCIsolation/default [2022-05-19T09:57:18.378Z] === RUN TestServiceConvertToGRPCIsolation/process [2022-05-19T09:57:18.378Z] === RUN TestServiceConvertToGRPCIsolation/hyperv [2022-05-19T09:57:18.378Z] === RUN TestServiceConvertToGRPCIsolation/proCess [2022-05-19T09:57:18.378Z] === RUN TestServiceConvertToGRPCIsolation/hypErv [2022-05-19T09:57:18.378Z] --- PASS: TestServiceConvertToGRPCIsolation (0.00s) [2022-05-19T09:57:18.378Z] --- PASS: TestServiceConvertToGRPCIsolation/empty (0.00s) [2022-05-19T09:57:18.378Z] --- PASS: TestServiceConvertToGRPCIsolation/default (0.00s) [2022-05-19T09:57:18.378Z] --- PASS: TestServiceConvertToGRPCIsolation/process (0.00s) [2022-05-19T09:57:18.378Z] --- PASS: TestServiceConvertToGRPCIsolation/hyperv (0.00s) [2022-05-19T09:57:18.378Z] --- PASS: TestServiceConvertToGRPCIsolation/proCess (0.00s) [2022-05-19T09:57:18.378Z] --- PASS: TestServiceConvertToGRPCIsolation/hypErv (0.00s) [2022-05-19T09:57:18.378Z] === RUN TestServiceConvertFromGRPCIsolation [2022-05-19T09:57:18.378Z] === RUN TestServiceConvertFromGRPCIsolation/default [2022-05-19T09:57:18.378Z] === RUN TestServiceConvertFromGRPCIsolation/process [2022-05-19T09:57:18.378Z] === RUN TestServiceConvertFromGRPCIsolation/hyperv [2022-05-19T09:57:18.378Z] --- PASS: TestServiceConvertFromGRPCIsolation (0.00s) [2022-05-19T09:57:18.378Z] --- PASS: TestServiceConvertFromGRPCIsolation/default (0.00s) [2022-05-19T09:57:18.378Z] --- PASS: TestServiceConvertFromGRPCIsolation/process (0.00s) [2022-05-19T09:57:18.378Z] --- PASS: TestServiceConvertFromGRPCIsolation/hyperv (0.00s) [2022-05-19T09:57:18.378Z] === RUN TestServiceConvertToGRPCCredentialSpec [2022-05-19T09:57:18.378Z] === RUN TestServiceConvertToGRPCCredentialSpec/empty_credential_spec [2022-05-19T09:57:18.378Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec [2022-05-19T09:57:18.378Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec [2022-05-19T09:57:18.378Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec [2022-05-19T09:57:18.378Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec [2022-05-19T09:57:18.378Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_credential_spec [2022-05-19T09:57:18.378Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_credential_spec [2022-05-19T09:57:18.378Z] === RUN TestServiceConvertToGRPCCredentialSpec/registry_credential_spec [2022-05-19T09:57:18.378Z] --- PASS: TestServiceConvertToGRPCCredentialSpec (0.00s) [2022-05-19T09:57:18.378Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/empty_credential_spec (0.00s) [2022-05-19T09:57:18.378Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec (0.00s) [2022-05-19T09:57:18.378Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec (0.00s) [2022-05-19T09:57:18.378Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec (0.00s) [2022-05-19T09:57:18.378Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec (0.00s) [2022-05-19T09:57:18.378Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_credential_spec (0.00s) [2022-05-19T09:57:18.378Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_credential_spec (0.00s) [2022-05-19T09:57:18.378Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/registry_credential_spec (0.00s) [2022-05-19T09:57:18.378Z] === RUN TestServiceConvertFromGRPCCredentialSpec [2022-05-19T09:57:18.378Z] === RUN TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec [2022-05-19T09:57:18.378Z] === RUN TestServiceConvertFromGRPCCredentialSpec/config_credential_spec [2022-05-19T09:57:18.378Z] === RUN TestServiceConvertFromGRPCCredentialSpec/file_credential_spec [2022-05-19T09:57:18.378Z] === RUN TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec [2022-05-19T09:57:18.378Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec (0.00s) [2022-05-19T09:57:18.378Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec (0.00s) [2022-05-19T09:57:18.378Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/config_credential_spec (0.00s) [2022-05-19T09:57:18.378Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/file_credential_spec (0.00s) [2022-05-19T09:57:18.379Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec (0.00s) [2022-05-19T09:57:18.379Z] === RUN TestServiceConvertToGRPCNetworkAtachmentRuntime [2022-05-19T09:57:18.379Z] --- PASS: TestServiceConvertToGRPCNetworkAtachmentRuntime (0.00s) [2022-05-19T09:57:18.379Z] === RUN TestServiceConvertToGRPCMismatchedRuntime [2022-05-19T09:57:18.379Z] --- PASS: TestServiceConvertToGRPCMismatchedRuntime (0.00s) [2022-05-19T09:57:18.379Z] === RUN TestTaskConvertFromGRPCNetworkAttachment [2022-05-19T09:57:18.379Z] --- PASS: TestTaskConvertFromGRPCNetworkAttachment (0.00s) [2022-05-19T09:57:18.379Z] === RUN TestServiceConvertFromGRPCConfigs [2022-05-19T09:57:18.379Z] === RUN TestServiceConvertFromGRPCConfigs/file [2022-05-19T09:57:18.379Z] === RUN TestServiceConvertFromGRPCConfigs/runtime [2022-05-19T09:57:18.379Z] --- PASS: TestServiceConvertFromGRPCConfigs (0.00s) [2022-05-19T09:57:18.485Z] === RUN TestCopyFromContainer// [2022-05-19T09:57:18.485Z] === RUN TestCopyFromContainer//bar/root [2022-05-19T09:57:18.741Z] === RUN TestCopyFromContainer//bar/root/ [2022-05-19T09:57:18.741Z] === RUN TestCopyFromContainer/bar/quux [2022-05-19T09:57:18.849Z] --- PASS: TestServiceConvertFromGRPCConfigs/file (0.00s) [2022-05-19T09:57:18.849Z] --- PASS: TestServiceConvertFromGRPCConfigs/runtime (0.00s) [2022-05-19T09:57:18.849Z] === RUN TestServiceConvertToGRPCConfigs [2022-05-19T09:57:18.849Z] === RUN TestServiceConvertToGRPCConfigs/file [2022-05-19T09:57:18.849Z] === RUN TestServiceConvertToGRPCConfigs/runtime [2022-05-19T09:57:18.849Z] === RUN TestServiceConvertToGRPCConfigs/file_and_runtime [2022-05-19T09:57:18.849Z] === RUN TestServiceConvertToGRPCConfigs/none [2022-05-19T09:57:18.849Z] --- PASS: TestServiceConvertToGRPCConfigs (0.00s) [2022-05-19T09:57:18.849Z] --- PASS: TestServiceConvertToGRPCConfigs/file (0.00s) [2022-05-19T09:57:18.849Z] --- PASS: TestServiceConvertToGRPCConfigs/runtime (0.00s) [2022-05-19T09:57:18.849Z] --- PASS: TestServiceConvertToGRPCConfigs/file_and_runtime (0.00s) [2022-05-19T09:57:18.849Z] --- PASS: TestServiceConvertToGRPCConfigs/none (0.00s) [2022-05-19T09:57:18.849Z] === RUN TestTopologyFromGRPC [2022-05-19T09:57:18.849Z] --- PASS: TestTopologyFromGRPC (0.00s) [2022-05-19T09:57:18.849Z] === RUN TestCapacityRangeFromGRPC [2022-05-19T09:57:18.849Z] --- PASS: TestCapacityRangeFromGRPC (0.00s) [2022-05-19T09:57:18.849Z] === RUN TestVolumeAvailabilityFromGRPC [2022-05-19T09:57:18.849Z] === RUN TestVolumeAvailabilityFromGRPC/Active [2022-05-19T09:57:18.849Z] === RUN TestVolumeAvailabilityFromGRPC/Pause [2022-05-19T09:57:18.849Z] === RUN TestVolumeAvailabilityFromGRPC/Drain [2022-05-19T09:57:18.849Z] --- PASS: TestVolumeAvailabilityFromGRPC (0.00s) [2022-05-19T09:57:18.849Z] --- PASS: TestVolumeAvailabilityFromGRPC/Active (0.00s) [2022-05-19T09:57:18.849Z] --- PASS: TestVolumeAvailabilityFromGRPC/Pause (0.00s) [2022-05-19T09:57:18.849Z] --- PASS: TestVolumeAvailabilityFromGRPC/Drain (0.00s) [2022-05-19T09:57:18.849Z] === RUN TestAccessModeFromGRPC [2022-05-19T09:57:18.849Z] === RUN TestAccessModeFromGRPC/MountVolume [2022-05-19T09:57:18.849Z] === RUN TestAccessModeFromGRPC/BlockVolume [2022-05-19T09:57:18.849Z] --- PASS: TestAccessModeFromGRPC (0.00s) [2022-05-19T09:57:18.999Z] === RUN TestCopyFromContainer/bar/quux/ [2022-05-19T09:57:18.999Z] === RUN TestCopyFromContainer/bar/quux/baz [2022-05-19T09:57:19.118Z] --- PASS: TestUpdateReplicatedJob (3.16s) [2022-05-19T09:57:19.118Z] === RUN TestServiceListWithStatuses [2022-05-19T09:57:19.118Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-05-19T09:57:19.118Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-05-19T09:57:19.118Z] === RUN TestDockerNetworkConnectAlias [2022-05-19T09:57:19.255Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeIP [2022-05-19T09:57:19.255Z] === RUN TestCopyFromContainer/bar/filesymlink [2022-05-19T09:57:19.255Z] === RUN TestCopyFromContainer/bar/dirsymlink [2022-05-19T09:57:19.321Z] --- PASS: TestAccessModeFromGRPC/MountVolume (0.00s) [2022-05-19T09:57:19.321Z] --- PASS: TestAccessModeFromGRPC/BlockVolume (0.00s) [2022-05-19T09:57:19.321Z] === RUN TestVolumeCreateToGRPC [2022-05-19T09:57:19.321Z] --- PASS: TestVolumeCreateToGRPC (0.00s) [2022-05-19T09:57:19.321Z] PASS [2022-05-19T09:57:19.321Z] coverage: 36.9% of statements [2022-05-19T09:57:19.321Z] ok github.com/docker/docker/daemon/cluster/convert 0.558s coverage: 36.9% of statements [2022-05-19T09:57:19.513Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2022-05-19T09:57:19.513Z] === RUN TestCopyFromContainer/bar/notarget [2022-05-19T09:57:19.770Z] --- PASS: TestCopyFromContainer (3.14s) [2022-05-19T09:57:19.770Z] --- PASS: TestCopyFromContainer// (0.12s) [2022-05-19T09:57:19.770Z] --- PASS: TestCopyFromContainer//bar/root (0.17s) [2022-05-19T09:57:19.770Z] --- PASS: TestCopyFromContainer//bar/root/ (0.14s) [2022-05-19T09:57:19.770Z] --- PASS: TestCopyFromContainer/bar/quux (0.15s) [2022-05-19T09:57:19.770Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.09s) [2022-05-19T09:57:19.770Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.13s) [2022-05-19T09:57:19.770Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.07s) [2022-05-19T09:57:19.770Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.14s) [2022-05-19T09:57:19.770Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.09s) [2022-05-19T09:57:19.770Z] --- PASS: TestCopyFromContainer/bar/notarget (0.14s) [2022-05-19T09:57:19.770Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-05-19T09:57:19.770Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-05-19T09:57:19.770Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-05-19T09:57:19.771Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-05-19T09:57:19.771Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-05-19T09:57:19.771Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-05-19T09:57:19.771Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-05-19T09:57:19.771Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-05-19T09:57:19.771Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-05-19T09:57:19.771Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-05-19T09:57:19.771Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2022-05-19T09:57:19.771Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-05-19T09:57:19.771Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-05-19T09:57:19.771Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-05-19T09:57:19.771Z] === RUN TestCreateLinkToNonExistingContainer [2022-05-19T09:57:19.771Z] --- PASS: TestCreateLinkToNonExistingContainer (0.05s) [2022-05-19T09:57:19.771Z] === RUN TestCreateWithInvalidEnv [2022-05-19T09:57:19.771Z] === RUN TestCreateWithInvalidEnv/0 [2022-05-19T09:57:19.771Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-05-19T09:57:19.771Z] === RUN TestCreateWithInvalidEnv/1 [2022-05-19T09:57:19.771Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-05-19T09:57:19.771Z] === RUN TestCreateWithInvalidEnv/2 [2022-05-19T09:57:19.771Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-05-19T09:57:19.771Z] === CONT TestCreateWithInvalidEnv/0 [2022-05-19T09:57:19.771Z] === CONT TestCreateWithInvalidEnv/2 [2022-05-19T09:57:19.771Z] === CONT TestCreateWithInvalidEnv/1 [2022-05-19T09:57:19.771Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2022-05-19T09:57:19.771Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-05-19T09:57:19.771Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-05-19T09:57:19.771Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-05-19T09:57:19.771Z] === RUN TestCreateTmpfsMountsTarget [2022-05-19T09:57:19.771Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s) [2022-05-19T09:57:19.771Z] === RUN TestCreateWithCustomMaskedPaths [2022-05-19T09:57:20.882Z] === RUN TestLoadDaemonCliConfigWithoutOverriding [2022-05-19T09:57:20.882Z] --- PASS: TestLoadDaemonCliConfigWithoutOverriding (0.00s) [2022-05-19T09:57:20.882Z] === RUN TestLoadDaemonCliConfigWithTLS [2022-05-19T09:57:20.882Z] --- PASS: TestLoadDaemonCliConfigWithTLS (0.00s) [2022-05-19T09:57:20.882Z] === RUN TestLoadDaemonCliConfigWithConflicts [2022-05-19T09:57:20.882Z] --- PASS: TestLoadDaemonCliConfigWithConflicts (0.00s) [2022-05-19T09:57:20.882Z] === RUN TestLoadDaemonCliWithConflictingNodeGenericResources [2022-05-19T09:57:20.882Z] --- PASS: TestLoadDaemonCliWithConflictingNodeGenericResources (0.00s) [2022-05-19T09:57:20.882Z] === RUN TestLoadDaemonCliWithConflictingLabels [2022-05-19T09:57:20.882Z] --- PASS: TestLoadDaemonCliWithConflictingLabels (0.00s) [2022-05-19T09:57:20.882Z] === RUN TestLoadDaemonCliWithDuplicateLabels [2022-05-19T09:57:20.882Z] --- PASS: TestLoadDaemonCliWithDuplicateLabels (0.00s) [2022-05-19T09:57:20.882Z] === RUN TestLoadDaemonCliConfigWithTLSVerify [2022-05-19T09:57:20.882Z] --- PASS: TestLoadDaemonCliConfigWithTLSVerify (0.00s) [2022-05-19T09:57:20.882Z] === RUN TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse [2022-05-19T09:57:20.882Z] --- PASS: TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse (0.00s) [2022-05-19T09:57:20.882Z] === RUN TestLoadDaemonCliConfigWithoutTLSVerify [2022-05-19T09:57:20.882Z] --- PASS: TestLoadDaemonCliConfigWithoutTLSVerify (0.00s) [2022-05-19T09:57:20.882Z] === RUN TestLoadDaemonCliConfigWithLogLevel [2022-05-19T09:57:20.882Z] --- PASS: TestLoadDaemonCliConfigWithLogLevel (0.00s) [2022-05-19T09:57:20.882Z] === RUN TestLoadDaemonConfigWithEmbeddedOptions [2022-05-19T09:57:20.882Z] --- PASS: TestLoadDaemonConfigWithEmbeddedOptions (0.00s) [2022-05-19T09:57:21.351Z] === RUN TestLoadDaemonConfigWithRegistryOptions [2022-05-19T09:57:21.351Z] --- PASS: TestLoadDaemonConfigWithRegistryOptions (0.00s) [2022-05-19T09:57:21.351Z] === RUN TestConfigureDaemonLogs [2022-05-19T09:57:21.351Z] --- PASS: TestConfigureDaemonLogs (0.00s) [2022-05-19T09:57:21.351Z] === RUN TestCommonOptionsInstallFlags [2022-05-19T09:57:21.351Z] --- PASS: TestCommonOptionsInstallFlags (0.00s) [2022-05-19T09:57:21.351Z] === RUN TestCommonOptionsInstallFlagsWithDefaults [2022-05-19T09:57:21.351Z] --- PASS: TestCommonOptionsInstallFlagsWithDefaults (0.00s) [2022-05-19T09:57:21.351Z] PASS [2022-05-19T09:57:21.351Z] coverage: 19.7% of statements [2022-05-19T09:57:21.351Z] ok github.com/docker/docker/cmd/dockerd 0.242s coverage: 19.7% of statements [2022-05-19T09:57:21.351Z] ? github.com/docker/docker/cmd/dockerd/trap [no test files] [2022-05-19T09:57:21.351Z] ? github.com/docker/docker/cmd/dockerd/trap/testfiles [no test files] [2022-05-19T09:57:21.537Z] === RUN TestWaitNodeAttachment [2022-05-19T09:57:21.660Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeNone [2022-05-19T09:57:21.917Z] --- PASS: TestCreateWithCustomMaskedPaths (2.10s) [2022-05-19T09:57:21.917Z] === RUN TestCreateWithCustomReadonlyPaths [2022-05-19T09:57:22.005Z] --- PASS: TestWaitNodeAttachment (0.40s) [2022-05-19T09:57:22.005Z] === RUN TestIsolationConversion [2022-05-19T09:57:22.005Z] === RUN TestIsolationConversion/default [2022-05-19T09:57:22.005Z] === RUN TestIsolationConversion/process [2022-05-19T09:57:22.005Z] === RUN TestIsolationConversion/hyperv [2022-05-19T09:57:22.005Z] --- PASS: TestIsolationConversion (0.00s) [2022-05-19T09:57:22.005Z] --- PASS: TestIsolationConversion/default (0.00s) [2022-05-19T09:57:22.005Z] --- PASS: TestIsolationConversion/process (0.00s) [2022-05-19T09:57:22.005Z] --- PASS: TestIsolationConversion/hyperv (0.00s) [2022-05-19T09:57:22.005Z] === RUN TestContainerLabels [2022-05-19T09:57:22.005Z] --- PASS: TestContainerLabels (0.00s) [2022-05-19T09:57:22.005Z] === RUN TestCredentialSpecConversion [2022-05-19T09:57:22.005Z] === RUN TestCredentialSpecConversion/none [2022-05-19T09:57:22.005Z] === RUN TestCredentialSpecConversion/config [2022-05-19T09:57:22.005Z] === RUN TestCredentialSpecConversion/file [2022-05-19T09:57:22.474Z] === RUN TestCredentialSpecConversion/registry [2022-05-19T09:57:22.474Z] --- PASS: TestCredentialSpecConversion (0.00s) [2022-05-19T09:57:22.474Z] --- PASS: TestCredentialSpecConversion/none (0.00s) [2022-05-19T09:57:22.474Z] --- PASS: TestCredentialSpecConversion/config (0.00s) [2022-05-19T09:57:22.474Z] --- PASS: TestCredentialSpecConversion/file (0.00s) [2022-05-19T09:57:22.474Z] --- PASS: TestCredentialSpecConversion/registry (0.00s) [2022-05-19T09:57:22.474Z] === RUN TestControllerValidateMountBind [2022-05-19T09:57:22.474Z] --- PASS: TestControllerValidateMountBind (0.00s) [2022-05-19T09:57:22.474Z] === RUN TestControllerValidateMountVolume [2022-05-19T09:57:22.474Z] --- PASS: TestControllerValidateMountVolume (0.00s) [2022-05-19T09:57:22.474Z] === RUN TestControllerValidateMountTarget [2022-05-19T09:57:22.474Z] --- PASS: TestControllerValidateMountTarget (0.00s) [2022-05-19T09:57:22.474Z] === RUN TestControllerValidateMountTmpfs [2022-05-19T09:57:22.474Z] --- PASS: TestControllerValidateMountTmpfs (0.00s) [2022-05-19T09:57:22.474Z] === RUN TestControllerValidateMountInvalidType [2022-05-19T09:57:22.474Z] --- PASS: TestControllerValidateMountInvalidType (0.00s) [2022-05-19T09:57:22.474Z] === RUN TestControllerValidateMountNamedPipe [2022-05-19T09:57:22.474Z] --- PASS: TestControllerValidateMountNamedPipe (0.00s) [2022-05-19T09:57:22.474Z] PASS [2022-05-19T09:57:22.474Z] coverage: 10.7% of statements [2022-05-19T09:57:22.474Z] ok github.com/docker/docker/daemon/cluster/executor/container 0.701s coverage: 10.7% of statements [2022-05-19T09:57:22.474Z] === RUN TestEventsLog [2022-05-19T09:57:22.474Z] --- PASS: TestEventsLog (0.00s) [2022-05-19T09:57:22.474Z] === RUN TestEventsLogTimeout [2022-05-19T09:57:22.474Z] --- PASS: TestEventsLogTimeout (0.00s) [2022-05-19T09:57:22.474Z] === RUN TestLogEvents [2022-05-19T09:57:22.848Z] === RUN TestDockerDaemonSuite/TestDaemonCgroupParent [2022-05-19T09:57:22.941Z] === RUN TestBuilderGC [2022-05-19T09:57:22.942Z] --- PASS: TestBuilderGC (0.02s) [2022-05-19T09:57:22.942Z] === RUN TestDaemonConfigurationNotFound [2022-05-19T09:57:22.942Z] --- PASS: TestDaemonConfigurationNotFound (0.00s) [2022-05-19T09:57:22.942Z] === RUN TestDaemonBrokenConfiguration [2022-05-19T09:57:22.942Z] --- PASS: TestDaemonBrokenConfiguration (0.00s) [2022-05-19T09:57:22.942Z] === RUN TestFindConfigurationConflicts [2022-05-19T09:57:22.942Z] --- PASS: TestFindConfigurationConflicts (0.00s) [2022-05-19T09:57:22.942Z] === RUN TestFindConfigurationConflictsWithNamedOptions [2022-05-19T09:57:22.942Z] --- PASS: TestFindConfigurationConflictsWithNamedOptions (0.00s) [2022-05-19T09:57:22.942Z] === RUN TestDaemonConfigurationMergeConflicts [2022-05-19T09:57:22.942Z] --- PASS: TestDaemonConfigurationMergeConflicts (0.00s) [2022-05-19T09:57:22.942Z] === RUN TestDaemonConfigurationMergeConcurrent [2022-05-19T09:57:22.942Z] --- PASS: TestDaemonConfigurationMergeConcurrent (0.00s) [2022-05-19T09:57:22.942Z] === RUN TestDaemonConfigurationMergeConcurrentError [2022-05-19T09:57:22.942Z] --- PASS: TestDaemonConfigurationMergeConcurrentError (0.00s) [2022-05-19T09:57:22.942Z] === RUN TestDaemonConfigurationMergeConflictsWithInnerStructs [2022-05-19T09:57:22.942Z] --- PASS: TestDaemonConfigurationMergeConflictsWithInnerStructs (0.00s) [2022-05-19T09:57:22.942Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools [2022-05-19T09:57:22.942Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file [2022-05-19T09:57:22.942Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/config_file [2022-05-19T09:57:22.942Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options [2022-05-19T09:57:22.942Z] --- PASS: TestLogEvents (0.05s) [2022-05-19T09:57:22.942Z] === RUN TestLoadBufferedEvents [2022-05-19T09:57:22.942Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools (0.00s) [2022-05-19T09:57:22.942Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file (0.00s) [2022-05-19T09:57:22.942Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/config_file (0.00s) [2022-05-19T09:57:22.942Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options (0.00s) [2022-05-19T09:57:22.942Z] === RUN TestFindConfigurationConflictsWithUnknownKeys [2022-05-19T09:57:22.942Z] --- PASS: TestFindConfigurationConflictsWithUnknownKeys (0.00s) [2022-05-19T09:57:22.942Z] === RUN TestFindConfigurationConflictsWithMergedValues [2022-05-19T09:57:22.942Z] --- PASS: TestFindConfigurationConflictsWithMergedValues (0.00s) [2022-05-19T09:57:22.942Z] === RUN TestValidateConfigurationErrors [2022-05-19T09:57:22.942Z] === RUN TestValidateConfigurationErrors/single_label_without_value [2022-05-19T09:57:22.942Z] === RUN TestValidateConfigurationErrors/multiple_label_without_value [2022-05-19T09:57:22.942Z] === RUN TestValidateConfigurationErrors/single_DNS,_invalid_IP-address [2022-05-19T09:57:22.942Z] === RUN TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address [2022-05-19T09:57:22.942Z] === RUN TestValidateConfigurationErrors/single_DNSSearch [2022-05-19T09:57:22.942Z] === RUN TestValidateConfigurationErrors/multiple_DNSSearch [2022-05-19T09:57:22.942Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-downloads [2022-05-19T09:57:22.942Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-uploads [2022-05-19T09:57:22.942Z] === RUN TestValidateConfigurationErrors/negative_max-download-attempts [2022-05-19T09:57:22.942Z] === RUN TestValidateConfigurationErrors/generic_resource_without_= [2022-05-19T09:57:22.942Z] === RUN TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete [2022-05-19T09:57:22.942Z] === RUN TestValidateConfigurationErrors/with_invalid_hosts [2022-05-19T09:57:22.942Z] === RUN TestValidateConfigurationErrors/with_invalid_log-level [2022-05-19T09:57:22.942Z] --- PASS: TestValidateConfigurationErrors (0.00s) [2022-05-19T09:57:22.942Z] --- PASS: TestValidateConfigurationErrors/single_label_without_value (0.00s) [2022-05-19T09:57:22.942Z] --- PASS: TestValidateConfigurationErrors/multiple_label_without_value (0.00s) [2022-05-19T09:57:22.942Z] --- PASS: TestValidateConfigurationErrors/single_DNS,_invalid_IP-address (0.00s) [2022-05-19T09:57:22.942Z] --- PASS: TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address (0.00s) [2022-05-19T09:57:22.942Z] --- PASS: TestValidateConfigurationErrors/single_DNSSearch (0.00s) [2022-05-19T09:57:22.942Z] --- PASS: TestValidateConfigurationErrors/multiple_DNSSearch (0.00s) [2022-05-19T09:57:22.942Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-downloads (0.00s) [2022-05-19T09:57:22.942Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-uploads (0.00s) [2022-05-19T09:57:22.942Z] --- PASS: TestValidateConfigurationErrors/negative_max-download-attempts (0.00s) [2022-05-19T09:57:22.942Z] --- PASS: TestValidateConfigurationErrors/generic_resource_without_= (0.00s) [2022-05-19T09:57:22.942Z] --- PASS: TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete (0.00s) [2022-05-19T09:57:22.942Z] --- PASS: TestValidateConfigurationErrors/with_invalid_hosts (0.00s) [2022-05-19T09:57:22.942Z] --- PASS: TestValidateConfigurationErrors/with_invalid_log-level (0.00s) [2022-05-19T09:57:22.942Z] === RUN TestValidateConfiguration [2022-05-19T09:57:22.942Z] === RUN TestValidateConfiguration/with_label [2022-05-19T09:57:22.942Z] === RUN TestValidateConfiguration/with_dns [2022-05-19T09:57:22.942Z] === RUN TestValidateConfiguration/with_dns-search [2022-05-19T09:57:22.942Z] === RUN TestValidateConfiguration/with_max-concurrent-downloads [2022-05-19T09:57:22.942Z] === RUN TestValidateConfiguration/with_max-concurrent-uploads [2022-05-19T09:57:22.942Z] === RUN TestValidateConfiguration/with_max-download-attempts [2022-05-19T09:57:22.942Z] === RUN TestValidateConfiguration/with_multiple_node_generic_resources [2022-05-19T09:57:22.942Z] === RUN TestValidateConfiguration/with_node_generic_resources [2022-05-19T09:57:22.942Z] === RUN TestValidateConfiguration/with_hosts [2022-05-19T09:57:22.942Z] === RUN TestValidateConfiguration/with_log-level_warn [2022-05-19T09:57:22.942Z] --- PASS: TestValidateConfiguration (0.00s) [2022-05-19T09:57:22.942Z] --- PASS: TestValidateConfiguration/with_label (0.00s) [2022-05-19T09:57:22.942Z] --- PASS: TestValidateConfiguration/with_dns (0.00s) [2022-05-19T09:57:22.942Z] --- PASS: TestValidateConfiguration/with_dns-search (0.00s) [2022-05-19T09:57:22.942Z] --- PASS: TestValidateConfiguration/with_max-concurrent-downloads (0.00s) [2022-05-19T09:57:22.942Z] --- PASS: TestValidateConfiguration/with_max-concurrent-uploads (0.00s) [2022-05-19T09:57:22.942Z] --- PASS: TestValidateConfiguration/with_max-download-attempts (0.00s) [2022-05-19T09:57:22.942Z] --- PASS: TestValidateConfiguration/with_multiple_node_generic_resources (0.00s) [2022-05-19T09:57:22.942Z] --- PASS: TestValidateConfiguration/with_node_generic_resources (0.00s) [2022-05-19T09:57:22.942Z] --- PASS: TestValidateConfiguration/with_hosts (0.00s) [2022-05-19T09:57:22.942Z] --- PASS: TestValidateConfiguration/with_log-level_warn (0.00s) [2022-05-19T09:57:22.942Z] === RUN TestReloadSetConfigFileNotExist [2022-05-19T09:57:22.942Z] --- PASS: TestLoadBufferedEvents (0.25s) [2022-05-19T09:57:22.942Z] === RUN TestLoadBufferedEventsOnlyFromPast [2022-05-19T09:57:22.942Z] --- PASS: TestLoadBufferedEventsOnlyFromPast (0.00s) [2022-05-19T09:57:22.942Z] === RUN TestIgnoreBufferedWhenNoTimes [2022-05-19T09:57:22.942Z] --- PASS: TestIgnoreBufferedWhenNoTimes (0.00s) [2022-05-19T09:57:22.942Z] PASS [2022-05-19T09:57:22.942Z] coverage: 50.0% of statements [2022-05-19T09:57:22.942Z] ok github.com/docker/docker/daemon/events 0.395s coverage: 50.0% of statements [2022-05-19T09:57:22.942Z] time="2022-05-19T09:57:22Z" level=info msg="Got signal to reload configuration, reloading from: /tmp/blabla/not/exists/config.json" [2022-05-19T09:57:22.942Z] --- PASS: TestReloadSetConfigFileNotExist (0.25s) [2022-05-19T09:57:22.942Z] === RUN TestReloadDefaultConfigNotExist [2022-05-19T09:57:22.942Z] config_test.go:480: os.Getuid() != 0: skipping test that requires root [2022-05-19T09:57:22.942Z] --- SKIP: TestReloadDefaultConfigNotExist (0.01s) [2022-05-19T09:57:22.942Z] === RUN TestReloadBadDefaultConfig [2022-05-19T09:57:22.942Z] time="2022-05-19T09:57:22Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-config-1586759089" [2022-05-19T09:57:22.942Z] --- PASS: TestReloadBadDefaultConfig (0.00s) [2022-05-19T09:57:22.942Z] === RUN TestReloadWithConflictingLabels [2022-05-19T09:57:22.942Z] time="2022-05-19T09:57:22Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-2599064208" [2022-05-19T09:57:22.942Z] --- PASS: TestReloadWithConflictingLabels (0.00s) [2022-05-19T09:57:22.942Z] === RUN TestReloadWithDuplicateLabels [2022-05-19T09:57:22.942Z] time="2022-05-19T09:57:22Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-2042658473" [2022-05-19T09:57:22.942Z] --- PASS: TestReloadWithDuplicateLabels (0.01s) [2022-05-19T09:57:22.942Z] === RUN TestMaskURLCredentials [2022-05-19T09:57:22.942Z] --- PASS: TestMaskURLCredentials (0.00s) [2022-05-19T09:57:22.942Z] === RUN TestDaemonConfigurationMerge [2022-05-19T09:57:22.942Z] --- PASS: TestDaemonConfigurationMerge (0.00s) [2022-05-19T09:57:22.942Z] PASS [2022-05-19T09:57:22.942Z] coverage: 79.8% of statements [2022-05-19T09:57:22.942Z] ok github.com/docker/docker/daemon/config 0.442s coverage: 79.8% of statements [2022-05-19T09:57:23.300Z] --- PASS: TestDockerNetworkConnectAlias (4.13s) [2022-05-19T09:57:23.300Z] === RUN TestDockerNetworkReConnect [2022-05-19T09:57:23.572Z] === RUN TestContainerStopSignal [2022-05-19T09:57:23.572Z] --- PASS: TestContainerStopSignal (0.00s) [2022-05-19T09:57:23.572Z] === RUN TestContainerStopTimeout [2022-05-19T09:57:23.572Z] --- PASS: TestContainerStopTimeout (0.00s) [2022-05-19T09:57:23.572Z] === RUN TestContainerSecretReferenceDestTarget [2022-05-19T09:57:23.572Z] --- PASS: TestContainerSecretReferenceDestTarget (0.00s) [2022-05-19T09:57:23.572Z] === RUN TestContainerLogPathSetForJSONFileLogger [2022-05-19T09:57:23.572Z] --- PASS: TestContainerLogPathSetForJSONFileLogger (0.00s) [2022-05-19T09:57:23.572Z] === RUN TestContainerLogPathSetForRingLogger [2022-05-19T09:57:23.572Z] --- PASS: TestContainerLogPathSetForRingLogger (0.03s) [2022-05-19T09:57:23.572Z] === RUN TestReplaceAndAppendEnvVars [2022-05-19T09:57:23.572Z] env_test.go:19: default=[HOME=/root FOO=foo_default], override=[HOME=/root TERM=xterm FOO BAR], result=[HOME=/root TERM=xterm] [2022-05-19T09:57:23.572Z] --- PASS: TestReplaceAndAppendEnvVars (0.00s) [2022-05-19T09:57:23.572Z] === RUN TestNewMemoryStore [2022-05-19T09:57:23.572Z] --- PASS: TestNewMemoryStore (0.00s) [2022-05-19T09:57:23.572Z] === RUN TestAddContainers [2022-05-19T09:57:23.572Z] --- PASS: TestAddContainers (0.00s) [2022-05-19T09:57:23.573Z] === RUN TestGetContainer [2022-05-19T09:57:23.573Z] --- PASS: TestGetContainer (0.00s) [2022-05-19T09:57:23.573Z] === RUN TestDeleteContainer [2022-05-19T09:57:23.573Z] --- PASS: TestDeleteContainer (0.00s) [2022-05-19T09:57:23.573Z] === RUN TestListContainers [2022-05-19T09:57:23.573Z] --- PASS: TestListContainers (0.00s) [2022-05-19T09:57:23.573Z] === RUN TestFirstContainer [2022-05-19T09:57:23.573Z] --- PASS: TestFirstContainer (0.00s) [2022-05-19T09:57:23.573Z] === RUN TestApplyAllContainer [2022-05-19T09:57:23.573Z] --- PASS: TestApplyAllContainer (0.00s) [2022-05-19T09:57:23.573Z] === RUN TestIsValidHealthString [2022-05-19T09:57:23.573Z] --- PASS: TestIsValidHealthString (0.00s) [2022-05-19T09:57:23.573Z] === RUN TestStateRunStop [2022-05-19T09:57:23.573Z] --- PASS: TestStateRunStop (0.00s) [2022-05-19T09:57:23.573Z] === RUN TestStateTimeoutWait [2022-05-19T09:57:23.573Z] state_test.go:141: Stop callback fired [2022-05-19T09:57:23.573Z] state_test.go:165: Stop callback fired [2022-05-19T09:57:23.573Z] --- PASS: TestStateTimeoutWait (0.10s) [2022-05-19T09:57:23.573Z] === RUN TestIsValidStateString [2022-05-19T09:57:23.573Z] --- PASS: TestIsValidStateString (0.00s) [2022-05-19T09:57:23.573Z] === RUN TestViewSaveDelete [2022-05-19T09:57:23.573Z] --- PASS: TestViewSaveDelete (0.01s) [2022-05-19T09:57:23.573Z] === RUN TestViewAll [2022-05-19T09:57:23.573Z] --- PASS: TestViewAll (0.02s) [2022-05-19T09:57:23.573Z] === RUN TestViewGet [2022-05-19T09:57:23.573Z] --- PASS: TestViewGet (0.01s) [2022-05-19T09:57:23.573Z] === RUN TestNames [2022-05-19T09:57:23.573Z] --- PASS: TestNames (0.00s) [2022-05-19T09:57:23.573Z] === RUN TestViewWithHealthCheck [2022-05-19T09:57:23.573Z] --- PASS: TestViewWithHealthCheck (0.01s) [2022-05-19T09:57:23.573Z] PASS [2022-05-19T09:57:23.573Z] coverage: 41.7% of statements [2022-05-19T09:57:23.573Z] ok github.com/docker/docker/container 0.295s coverage: 41.7% of statements [2022-05-19T09:57:23.573Z] ? github.com/docker/docker/container/stream [no test files] [2022-05-19T09:57:23.573Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2022-05-19T09:57:23.573Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2022-05-19T09:57:23.573Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2022-05-19T09:57:23.777Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2022-05-19T09:57:24.034Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.13s) [2022-05-19T09:57:24.034Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-05-19T09:57:24.034Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-05-19T09:57:24.034Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-05-19T09:57:24.034Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-05-19T09:57:24.034Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-05-19T09:57:24.034Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-05-19T09:57:24.034Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-05-19T09:57:24.034Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-05-19T09:57:24.034Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-05-19T09:57:24.034Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-05-19T09:57:24.034Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-05-19T09:57:24.034Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-05-19T09:57:24.034Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-05-19T09:57:24.034Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-05-19T09:57:24.034Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-05-19T09:57:24.034Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-05-19T09:57:24.034Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2022-05-19T09:57:24.034Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.02s) [2022-05-19T09:57:24.034Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.03s) [2022-05-19T09:57:24.034Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.02s) [2022-05-19T09:57:24.034Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.04s) [2022-05-19T09:57:24.034Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.03s) [2022-05-19T09:57:24.034Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-05-19T09:57:24.044Z] === RUN TestPrepare [2022-05-19T09:57:24.044Z] --- PASS: TestPrepare (0.00s) [2022-05-19T09:57:24.044Z] === RUN TestStart [2022-05-19T09:57:24.044Z] --- PASS: TestStart (0.00s) [2022-05-19T09:57:24.044Z] === RUN TestWaitCancel [2022-05-19T09:57:24.044Z] --- PASS: TestWaitCancel (0.00s) [2022-05-19T09:57:24.044Z] === RUN TestWaitDisabled [2022-05-19T09:57:24.044Z] --- PASS: TestWaitDisabled (0.00s) [2022-05-19T09:57:24.044Z] === RUN TestWaitEnabled [2022-05-19T09:57:24.044Z] --- PASS: TestWaitEnabled (0.00s) [2022-05-19T09:57:24.044Z] === RUN TestRemove [2022-05-19T09:57:24.044Z] --- PASS: TestRemove (0.00s) [2022-05-19T09:57:24.044Z] PASS [2022-05-19T09:57:24.044Z] coverage: 65.3% of statements [2022-05-19T09:57:24.044Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.067s coverage: 65.3% of statements [2022-05-19T09:57:24.290Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2022-05-19T09:57:24.508Z] === RUN TestIsEmptyDir [2022-05-19T09:57:24.508Z] --- PASS: TestIsEmptyDir (0.01s) [2022-05-19T09:57:24.508Z] === RUN TestGraphDriverInitRequestIsCompatible [2022-05-19T09:57:24.508Z] --- PASS: TestGraphDriverInitRequestIsCompatible (0.00s) [2022-05-19T09:57:24.508Z] PASS [2022-05-19T09:57:24.508Z] coverage: 2.3% of statements [2022-05-19T09:57:24.508Z] ok github.com/docker/docker/daemon/graphdriver 0.088s coverage: 2.3% of statements [2022-05-19T09:57:24.508Z] === RUN TestLinkNaming [2022-05-19T09:57:24.508Z] --- PASS: TestLinkNaming (0.00s) [2022-05-19T09:57:24.508Z] === RUN TestLinkNew [2022-05-19T09:57:24.508Z] --- PASS: TestLinkNew (0.00s) [2022-05-19T09:57:24.508Z] === RUN TestLinkEnv [2022-05-19T09:57:24.508Z] --- PASS: TestLinkEnv (0.00s) [2022-05-19T09:57:24.508Z] === RUN TestLinkMultipleEnv [2022-05-19T09:57:24.508Z] --- PASS: TestLinkMultipleEnv (0.00s) [2022-05-19T09:57:24.508Z] === RUN TestLinkPortRangeEnv [2022-05-19T09:57:24.508Z] --- PASS: TestLinkPortRangeEnv (0.00s) [2022-05-19T09:57:24.508Z] PASS [2022-05-19T09:57:24.508Z] coverage: 93.0% of statements [2022-05-19T09:57:24.508Z] ok github.com/docker/docker/daemon/links 0.045s coverage: 93.0% of statements [2022-05-19T09:57:24.909Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.69s) [2022-05-19T09:57:24.909Z] === RUN TestCreateDifferentPlatform [2022-05-19T09:57:24.909Z] === RUN TestCreateDifferentPlatform/different_os [2022-05-19T09:57:24.909Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-05-19T09:57:24.909Z] --- PASS: TestCreateDifferentPlatform (0.04s) [2022-05-19T09:57:24.909Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-05-19T09:57:24.909Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.01s) [2022-05-19T09:57:24.909Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-05-19T09:57:24.909Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.04s) [2022-05-19T09:57:24.909Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-05-19T09:57:24.909Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.06s) [2022-05-19T09:57:24.909Z] === RUN TestContainerStartOnDaemonRestart [2022-05-19T09:57:24.909Z] === PAUSE TestContainerStartOnDaemonRestart [2022-05-19T09:57:24.909Z] === RUN TestDaemonRestartIpcMode [2022-05-19T09:57:24.909Z] === PAUSE TestDaemonRestartIpcMode [2022-05-19T09:57:24.909Z] === RUN TestDaemonHostGatewayIP [2022-05-19T09:57:24.909Z] === PAUSE TestDaemonHostGatewayIP [2022-05-19T09:57:24.909Z] === RUN TestRestartDaemonWithRestartingContainer [2022-05-19T09:57:24.909Z] === PAUSE TestRestartDaemonWithRestartingContainer [2022-05-19T09:57:24.909Z] === RUN TestContainerKillOnDaemonStart [2022-05-19T09:57:24.909Z] === PAUSE TestContainerKillOnDaemonStart [2022-05-19T09:57:24.909Z] === RUN TestDiff [2022-05-19T09:57:25.491Z] === RUN TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode [2022-05-19T09:57:25.751Z] --- PASS: TestDiff (0.86s) [2022-05-19T09:57:25.751Z] === RUN TestExecWithCloseStdin [2022-05-19T09:57:26.022Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2022-05-19T09:57:26.080Z] === RUN TestVerifyNetworkingConfig [2022-05-19T09:57:26.080Z] --- PASS: TestVerifyNetworkingConfig (0.00s) [2022-05-19T09:57:26.080Z] === RUN TestGetContainer [2022-05-19T09:57:26.080Z] --- PASS: TestGetContainer (0.00s) [2022-05-19T09:57:26.080Z] === RUN TestValidContainerNames [2022-05-19T09:57:26.080Z] --- PASS: TestValidContainerNames (0.00s) [2022-05-19T09:57:26.080Z] === RUN TestContainerInitDNS [2022-05-19T09:57:26.080Z] daemon_test.go:145: root required [2022-05-19T09:57:26.080Z] --- SKIP: TestContainerInitDNS (0.00s) [2022-05-19T09:57:26.080Z] === RUN TestMerge [2022-05-19T09:57:26.080Z] --- PASS: TestMerge (0.00s) [2022-05-19T09:57:26.080Z] === RUN TestValidateContainerIsolation [2022-05-19T09:57:26.080Z] --- PASS: TestValidateContainerIsolation (0.00s) [2022-05-19T09:57:26.080Z] === RUN TestFindNetworkErrorType [2022-05-19T09:57:26.080Z] --- PASS: TestFindNetworkErrorType (0.00s) [2022-05-19T09:57:26.080Z] === RUN TestEnsureServicesExist [2022-05-19T09:57:26.080Z] --- PASS: TestEnsureServicesExist (0.00s) [2022-05-19T09:57:26.080Z] === RUN TestEnsureServicesExistErrors [2022-05-19T09:57:26.080Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice [2022-05-19T09:57:26.080Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 [2022-05-19T09:57:26.080Z] === RUN TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice [2022-05-19T09:57:26.080Z] --- PASS: TestEnsureServicesExistErrors (0.00s) [2022-05-19T09:57:26.080Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice (0.00s) [2022-05-19T09:57:26.080Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 (0.00s) [2022-05-19T09:57:26.080Z] --- PASS: TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice (0.00s) [2022-05-19T09:57:26.080Z] === RUN TestContainerDelete [2022-05-19T09:57:26.080Z] --- PASS: TestContainerDelete (0.00s) [2022-05-19T09:57:26.080Z] === RUN TestContainerDoubleDelete [2022-05-19T09:57:26.080Z] --- PASS: TestContainerDoubleDelete (0.00s) [2022-05-19T09:57:26.080Z] === RUN TestLogContainerEventCopyLabels [2022-05-19T09:57:26.080Z] --- PASS: TestLogContainerEventCopyLabels (0.00s) [2022-05-19T09:57:26.080Z] === RUN TestLogContainerEventWithAttributes [2022-05-19T09:57:26.080Z] --- PASS: TestLogContainerEventWithAttributes (0.00s) [2022-05-19T09:57:26.080Z] === RUN TestNoneHealthcheck [2022-05-19T09:57:26.080Z] --- PASS: TestNoneHealthcheck (0.00s) [2022-05-19T09:57:26.080Z] === RUN TestHealthStates [2022-05-19T09:57:26.080Z] time="2022-05-19T09:57:25Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-05-19T09:57:26.080Z] time="2022-05-19T09:57:25Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-05-19T09:57:26.080Z] time="2022-05-19T09:57:25Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-05-19T09:57:26.081Z] time="2022-05-19T09:57:25Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-05-19T09:57:26.081Z] time="2022-05-19T09:57:25Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-05-19T09:57:26.081Z] time="2022-05-19T09:57:25Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-05-19T09:57:26.081Z] time="2022-05-19T09:57:25Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-05-19T09:57:26.081Z] time="2022-05-19T09:57:25Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-05-19T09:57:26.081Z] time="2022-05-19T09:57:25Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-05-19T09:57:26.081Z] time="2022-05-19T09:57:25Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-05-19T09:57:26.081Z] --- PASS: TestHealthStates (0.23s) [2022-05-19T09:57:26.081Z] === RUN TestGetInspectData [2022-05-19T09:57:26.081Z] --- PASS: TestGetInspectData (0.00s) [2022-05-19T09:57:26.081Z] === RUN TestFillLicense [2022-05-19T09:57:26.081Z] --- PASS: TestFillLicense (0.00s) [2022-05-19T09:57:26.081Z] === RUN TestListInvalidFilter [2022-05-19T09:57:26.081Z] --- PASS: TestListInvalidFilter (0.00s) [2022-05-19T09:57:26.081Z] === RUN TestNameFilter [2022-05-19T09:57:26.081Z] --- PASS: TestNameFilter (0.00s) [2022-05-19T09:57:26.081Z] === RUN TestMergeAndVerifyLogConfigNilConfig [2022-05-19T09:57:26.081Z] --- PASS: TestMergeAndVerifyLogConfigNilConfig (0.00s) [2022-05-19T09:57:26.081Z] === RUN TestSetWindowsCredentialSpecInSpec [2022-05-19T09:57:26.081Z] === RUN TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options [2022-05-19T09:57:26.081Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option [2022-05-19T09:57:26.081Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path [2022-05-19T09:57:26.081Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory [2022-05-19T09:57:26.081Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully [2022-05-19T09:57:26.081Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option [2022-05-19T09:57:26.081Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully [2022-05-19T09:57:26.081Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully [2022-05-19T09:57:26.081Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully [2022-05-19T09:57:26.081Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option [2022-05-19T09:57:26.081Z] === 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-05-19T09:57:26.081Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option [2022-05-19T09:57:26.081Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names [2022-05-19T09:57:26.081Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options [2022-05-19T09:57:26.081Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options [2022-05-19T09:57:26.081Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file [2022-05-19T09:57:26.081Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry [2022-05-19T09:57:26.081Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config [2022-05-19T09:57:26.081Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw [2022-05-19T09:57:26.081Z] --- PASS: TestSetWindowsCredentialSpecInSpec (0.01s) [2022-05-19T09:57:26.081Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options (0.00s) [2022-05-19T09:57:26.081Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option (0.00s) [2022-05-19T09:57:26.081Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path (0.00s) [2022-05-19T09:57:26.081Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory (0.00s) [2022-05-19T09:57:26.081Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully (0.00s) [2022-05-19T09:57:26.081Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option (0.00s) [2022-05-19T09:57:26.081Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully (0.00s) [2022-05-19T09:57:26.081Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully (0.00s) [2022-05-19T09:57:26.081Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully (0.00s) [2022-05-19T09:57:26.081Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option (0.00s) [2022-05-19T09:57:26.081Z] --- 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-05-19T09:57:26.081Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option (0.00s) [2022-05-19T09:57:26.081Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names (0.00s) [2022-05-19T09:57:26.081Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options (0.00s) [2022-05-19T09:57:26.081Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options (0.00s) [2022-05-19T09:57:26.081Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file (0.00s) [2022-05-19T09:57:26.081Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry (0.00s) [2022-05-19T09:57:26.081Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config (0.00s) [2022-05-19T09:57:26.081Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw (0.00s) [2022-05-19T09:57:26.081Z] === RUN TestSetupWindowsDevices [2022-05-19T09:57:26.081Z] === RUN TestSetupWindowsDevices/it_does_nothing_if_there_are_no_devices [2022-05-19T09:57:26.081Z] === RUN TestSetupWindowsDevices/it_fails_if_any_devices_are_blank [2022-05-19T09:57:26.081Z] === RUN TestSetupWindowsDevices/it_fails_if_all_devices_do_not_contain_'/'_or_'://' [2022-05-19T09:57:26.081Z] === RUN TestSetupWindowsDevices/it_fails_if_any_devices_do_not_contain_'/'_or_'://' [2022-05-19T09:57:26.081Z] === RUN TestSetupWindowsDevices/it_fails_if_all_'/'-separated_devices_do_not_have_IDType_'class' [2022-05-19T09:57:26.081Z] === RUN TestSetupWindowsDevices/it_fails_if_any_'/'-separated_devices_do_not_have_IDType_'class' [2022-05-19T09:57:26.081Z] === RUN TestSetupWindowsDevices/it_fails_if_any_'://'-separated_devices_have_IDType_'' [2022-05-19T09:57:26.081Z] === RUN TestSetupWindowsDevices/it_creates_devices_if_all_'/'-separated_devices_have_IDType_'class' [2022-05-19T09:57:26.081Z] === RUN TestSetupWindowsDevices/it_creates_devices_if_all_'://'-separated_devices_have_non-blank_IDType [2022-05-19T09:57:26.081Z] === RUN TestSetupWindowsDevices/it_creates_devices_when_given_a_mix_of_'/'-separated_and_'://'-separated_devices [2022-05-19T09:57:26.081Z] --- PASS: TestSetupWindowsDevices (0.00s) [2022-05-19T09:57:26.081Z] --- PASS: TestSetupWindowsDevices/it_does_nothing_if_there_are_no_devices (0.00s) [2022-05-19T09:57:26.081Z] --- PASS: TestSetupWindowsDevices/it_fails_if_any_devices_are_blank (0.00s) [2022-05-19T09:57:26.081Z] --- PASS: TestSetupWindowsDevices/it_fails_if_all_devices_do_not_contain_'/'_or_'://' (0.00s) [2022-05-19T09:57:26.081Z] --- PASS: TestSetupWindowsDevices/it_fails_if_any_devices_do_not_contain_'/'_or_'://' (0.00s) [2022-05-19T09:57:26.081Z] --- PASS: TestSetupWindowsDevices/it_fails_if_all_'/'-separated_devices_do_not_have_IDType_'class' (0.00s) [2022-05-19T09:57:26.081Z] --- PASS: TestSetupWindowsDevices/it_fails_if_any_'/'-separated_devices_do_not_have_IDType_'class' (0.00s) [2022-05-19T09:57:26.081Z] --- PASS: TestSetupWindowsDevices/it_fails_if_any_'://'-separated_devices_have_IDType_'' (0.00s) [2022-05-19T09:57:26.081Z] --- PASS: TestSetupWindowsDevices/it_creates_devices_if_all_'/'-separated_devices_have_IDType_'class' (0.00s) [2022-05-19T09:57:26.081Z] --- PASS: TestSetupWindowsDevices/it_creates_devices_if_all_'://'-separated_devices_have_non-blank_IDType (0.00s) [2022-05-19T09:57:26.081Z] --- PASS: TestSetupWindowsDevices/it_creates_devices_when_given_a_mix_of_'/'-separated_and_'://'-separated_devices (0.00s) [2022-05-19T09:57:26.081Z] === RUN TestDaemonReloadLabels [2022-05-19T09:57:26.081Z] --- PASS: TestDaemonReloadLabels (0.00s) [2022-05-19T09:57:26.081Z] === RUN TestDaemonReloadAllowNondistributableArtifacts [2022-05-19T09:57:26.081Z] --- PASS: TestDaemonReloadAllowNondistributableArtifacts (0.00s) [2022-05-19T09:57:26.081Z] === RUN TestDaemonReloadMirrors [2022-05-19T09:57:26.081Z] --- PASS: TestDaemonReloadMirrors (0.00s) [2022-05-19T09:57:26.081Z] === RUN TestDaemonReloadInsecureRegistries [2022-05-19T09:57:26.081Z] --- PASS: TestDaemonReloadInsecureRegistries (0.00s) [2022-05-19T09:57:26.081Z] === RUN TestDaemonReloadNotAffectOthers [2022-05-19T09:57:26.081Z] --- PASS: TestDaemonReloadNotAffectOthers (0.00s) [2022-05-19T09:57:26.081Z] === RUN TestDaemonReloadNetworkDiagnosticPort [2022-05-19T09:57:26.081Z] reload_test.go:342: root required [2022-05-19T09:57:26.081Z] --- SKIP: TestDaemonReloadNetworkDiagnosticPort (0.00s) [2022-05-19T09:57:26.081Z] === RUN TestLoadOrCreateTrustKeyInvalidKeyFile [2022-05-19T09:57:26.081Z] --- PASS: TestLoadOrCreateTrustKeyInvalidKeyFile (0.01s) [2022-05-19T09:57:26.081Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist [2022-05-19T09:57:26.081Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist (0.02s) [2022-05-19T09:57:26.081Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist [2022-05-19T09:57:26.081Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist (0.02s) [2022-05-19T09:57:26.081Z] === RUN TestLoadOrCreateTrustKeyCreateKeyNoPath [2022-05-19T09:57:26.081Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyNoPath (0.01s) [2022-05-19T09:57:26.081Z] === RUN TestLoadOrCreateTrustKeyLoadValidKey [2022-05-19T09:57:26.081Z] --- PASS: TestLoadOrCreateTrustKeyLoadValidKey (0.00s) [2022-05-19T09:57:26.081Z] === RUN TestParseVolumesFrom [2022-05-19T09:57:26.081Z] --- PASS: TestParseVolumesFrom (0.00s) [2022-05-19T09:57:26.081Z] PASS [2022-05-19T09:57:26.081Z] coverage: 8.6% of statements [2022-05-19T09:57:26.081Z] ok github.com/docker/docker/daemon 0.716s coverage: 8.6% of statements [2022-05-19T09:57:26.081Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2022-05-19T09:57:26.081Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2022-05-19T09:57:26.081Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2022-05-19T09:57:26.081Z] ? github.com/docker/docker/daemon/exec [no test files] [2022-05-19T09:57:26.081Z] ? github.com/docker/docker/daemon/graphdriver/btrfs [no test files] [2022-05-19T09:57:26.081Z] ? github.com/docker/docker/daemon/graphdriver/devmapper [no test files] [2022-05-19T09:57:26.081Z] ? github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [no test files] [2022-05-19T09:57:26.280Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2022-05-19T09:57:26.549Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2022-05-19T09:57:26.549Z] ? github.com/docker/docker/daemon/graphdriver/overlay [no test files] [2022-05-19T09:57:26.549Z] ? github.com/docker/docker/daemon/graphdriver/overlay2 [no test files] [2022-05-19T09:57:26.549Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2022-05-19T09:57:26.550Z] ? github.com/docker/docker/daemon/graphdriver/vfs [no test files] [2022-05-19T09:57:26.550Z] ? github.com/docker/docker/daemon/graphdriver/windows [no test files] [2022-05-19T09:57:26.550Z] ? github.com/docker/docker/daemon/graphdriver/zfs [no test files] [2022-05-19T09:57:26.581Z] --- PASS: TestDockerNetworkReConnect (3.40s) [2022-05-19T09:57:26.581Z] === RUN TestServicePlugin [2022-05-19T09:57:26.842Z] --- PASS: TestExecWithCloseStdin (0.89s) [2022-05-19T09:57:26.842Z] === RUN TestExec [2022-05-19T09:57:26.842Z] === RUN TestDockerDaemonSuite/TestDaemonDebugLog [2022-05-19T09:57:27.404Z] === RUN TestDockerSuite/TestBuildAddChangeOwnership [2022-05-19T09:57:27.404Z] check_test.go:307: [dec5f59c0bf7d] daemon is not started [2022-05-19T09:57:27.404Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit [2022-05-19T09:57:27.404Z] --- PASS: TestExec (0.84s) [2022-05-19T09:57:27.404Z] === RUN TestExecUser [2022-05-19T09:57:27.540Z] === RUN TestNewStreamConfig [2022-05-19T09:57:27.540Z] === RUN TestNewStreamConfig/defaults [2022-05-19T09:57:27.540Z] === RUN TestNewStreamConfig/invalid_create_group [2022-05-19T09:57:27.540Z] === RUN TestNewStreamConfig/invalid_flush_interval [2022-05-19T09:57:27.540Z] === RUN TestNewStreamConfig/invalid_max_buffered_events [2022-05-19T09:57:27.540Z] === RUN TestNewStreamConfig/invalid_multiline_pattern [2022-05-19T09:57:27.540Z] === RUN TestNewStreamConfig/flush_interval_at_15 [2022-05-19T09:57:27.540Z] === RUN TestNewStreamConfig/max_buffered_events_at_1024 [2022-05-19T09:57:27.540Z] --- PASS: TestNewStreamConfig (0.00s) [2022-05-19T09:57:27.540Z] --- PASS: TestNewStreamConfig/defaults (0.00s) [2022-05-19T09:57:27.540Z] --- PASS: TestNewStreamConfig/invalid_create_group (0.00s) [2022-05-19T09:57:27.540Z] --- PASS: TestNewStreamConfig/invalid_flush_interval (0.00s) [2022-05-19T09:57:27.540Z] --- PASS: TestNewStreamConfig/invalid_max_buffered_events (0.00s) [2022-05-19T09:57:27.540Z] --- PASS: TestNewStreamConfig/invalid_multiline_pattern (0.00s) [2022-05-19T09:57:27.540Z] --- PASS: TestNewStreamConfig/flush_interval_at_15 (0.00s) [2022-05-19T09:57:27.540Z] --- PASS: TestNewStreamConfig/max_buffered_events_at_1024 (0.00s) [2022-05-19T09:57:27.540Z] === RUN TestNewAWSLogsClientUserAgentHandler [2022-05-19T09:57:27.540Z] --- PASS: TestNewAWSLogsClientUserAgentHandler (0.00s) [2022-05-19T09:57:27.540Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler [2022-05-19T09:57:27.540Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler/json/emf [2022-05-19T09:57:27.540Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler/#00 [2022-05-19T09:57:27.540Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler (0.00s) [2022-05-19T09:57:27.540Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler/json/emf (0.00s) [2022-05-19T09:57:27.540Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler/#00 (0.00s) [2022-05-19T09:57:27.540Z] === RUN TestNewAWSLogsClientAWSLogsEndpoint [2022-05-19T09:57:27.540Z] --- PASS: TestNewAWSLogsClientAWSLogsEndpoint (0.00s) [2022-05-19T09:57:27.540Z] === RUN TestNewAWSLogsClientRegionDetect [2022-05-19T09:57:27.540Z] time="2022-05-19T09:57:27Z" level=info msg="Trying to get region from EC2 Metadata" [2022-05-19T09:57:27.540Z] --- PASS: TestNewAWSLogsClientRegionDetect (0.21s) [2022-05-19T09:57:27.540Z] === RUN TestCreateSuccess [2022-05-19T09:57:27.540Z] --- PASS: TestCreateSuccess (0.00s) [2022-05-19T09:57:27.540Z] === RUN TestCreateStreamSkipped [2022-05-19T09:57:27.540Z] time="2022-05-19T09:57:27Z" level=info msg="Skipping creating log stream" logCreateStream=false logGroupName=groupName logStreamName=streamName [2022-05-19T09:57:27.540Z] --- PASS: TestCreateStreamSkipped (0.00s) [2022-05-19T09:57:27.540Z] === RUN TestCreateLogGroupSuccess [2022-05-19T09:57:27.540Z] time="2022-05-19T09:57:27Z" level=error msg="Failed to create log stream" errorCode=ResourceNotFoundException logGroupName=groupName logStreamName=streamName message="should error once" origError="" [2022-05-19T09:57:27.540Z] --- PASS: TestCreateLogGroupSuccess (0.00s) [2022-05-19T09:57:27.540Z] === RUN TestCreateError [2022-05-19T09:57:27.540Z] --- PASS: TestCreateError (0.00s) [2022-05-19T09:57:27.540Z] === RUN TestCreateAlreadyExists [2022-05-19T09:57:27.540Z] time="2022-05-19T09:57:27Z" level=info msg="Log stream already exists" errorCode=ResourceAlreadyExistsException logGroupName= logStreamName= message= origError="" [2022-05-19T09:57:27.540Z] --- PASS: TestCreateAlreadyExists (0.00s) [2022-05-19T09:57:27.540Z] === RUN TestLogClosed [2022-05-19T09:57:27.540Z] --- PASS: TestLogClosed (0.00s) [2022-05-19T09:57:27.540Z] === RUN TestLogBlocking [2022-05-19T09:57:27.540Z] --- PASS: TestLogBlocking (0.00s) [2022-05-19T09:57:27.540Z] === RUN TestLogNonBlockingBufferEmpty [2022-05-19T09:57:27.540Z] --- PASS: TestLogNonBlockingBufferEmpty (0.00s) [2022-05-19T09:57:27.540Z] === RUN TestLogNonBlockingBufferFull [2022-05-19T09:57:27.540Z] --- PASS: TestLogNonBlockingBufferFull (0.00s) [2022-05-19T09:57:27.540Z] === RUN TestPublishBatchSuccess [2022-05-19T09:57:27.540Z] --- PASS: TestPublishBatchSuccess (0.00s) [2022-05-19T09:57:27.540Z] === RUN TestPublishBatchError [2022-05-19T09:57:27.540Z] time="2022-05-19T09:57:27Z" level=error msg=error [2022-05-19T09:57:27.540Z] --- PASS: TestPublishBatchError (0.00s) [2022-05-19T09:57:27.540Z] === RUN TestPublishBatchInvalidSeqSuccess [2022-05-19T09:57:27.540Z] time="2022-05-19T09:57:27Z" level=error msg="Failed to put log events" errorCode=InvalidSequenceTokenException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2022-05-19T09:57:27.540Z] --- PASS: TestPublishBatchInvalidSeqSuccess (0.00s) [2022-05-19T09:57:27.540Z] === RUN TestPublishBatchAlreadyAccepted [2022-05-19T09:57:27.540Z] time="2022-05-19T09:57:27Z" level=error msg="Failed to put log events" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2022-05-19T09:57:27.540Z] time="2022-05-19T09:57:27Z" level=info msg="Data already accepted, ignoring error" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" [2022-05-19T09:57:27.540Z] --- PASS: TestPublishBatchAlreadyAccepted (0.00s) [2022-05-19T09:57:27.540Z] === RUN TestCollectBatchSimple [2022-05-19T09:57:27.540Z] --- PASS: TestCollectBatchSimple (0.00s) [2022-05-19T09:57:27.540Z] === RUN TestCollectBatchTicker [2022-05-19T09:57:27.540Z] --- PASS: TestCollectBatchTicker (0.00s) [2022-05-19T09:57:27.540Z] === RUN TestCollectBatchMultilinePattern [2022-05-19T09:57:27.540Z] --- PASS: TestCollectBatchMultilinePattern (0.00s) [2022-05-19T09:57:27.540Z] === RUN TestCollectBatchMultilinePatternMaxEventAge [2022-05-19T09:57:27.540Z] --- PASS: TestCollectBatchMultilinePatternMaxEventAge (0.00s) [2022-05-19T09:57:27.540Z] === RUN TestCollectBatchMultilinePatternNegativeEventAge [2022-05-19T09:57:27.540Z] --- PASS: TestCollectBatchMultilinePatternNegativeEventAge (0.00s) [2022-05-19T09:57:27.540Z] === RUN TestCollectBatchMultilinePatternMaxEventSize [2022-05-19T09:57:27.540Z] --- PASS: TestCollectBatchMultilinePatternMaxEventSize (0.02s) [2022-05-19T09:57:27.540Z] === RUN TestCollectBatchClose [2022-05-19T09:57:27.540Z] --- PASS: TestCollectBatchClose (0.00s) [2022-05-19T09:57:27.540Z] === RUN TestEffectiveLen [2022-05-19T09:57:27.540Z] === RUN TestEffectiveLen/0/Hello [2022-05-19T09:57:27.540Z] === RUN TestEffectiveLen/1/\x01\x02\x03\x04 [2022-05-19T09:57:27.540Z] === RUN TestEffectiveLen/2/🙃 [2022-05-19T09:57:27.540Z] === RUN TestEffectiveLen/3/���� [2022-05-19T09:57:27.540Z] === RUN TestEffectiveLen/4/He��o [2022-05-19T09:57:27.540Z] === RUN TestEffectiveLen/5/ [2022-05-19T09:57:27.540Z] --- PASS: TestEffectiveLen (0.00s) [2022-05-19T09:57:27.540Z] --- PASS: TestEffectiveLen/0/Hello (0.00s) [2022-05-19T09:57:27.540Z] --- PASS: TestEffectiveLen/1/\x01\x02\x03\x04 (0.00s) [2022-05-19T09:57:27.540Z] --- PASS: TestEffectiveLen/2/🙃 (0.00s) [2022-05-19T09:57:27.540Z] --- PASS: TestEffectiveLen/3/���� (0.00s) [2022-05-19T09:57:27.540Z] --- PASS: TestEffectiveLen/4/He��o (0.00s) [2022-05-19T09:57:27.540Z] --- PASS: TestEffectiveLen/5/ (0.00s) [2022-05-19T09:57:27.540Z] === RUN TestFindValidSplit [2022-05-19T09:57:27.540Z] === RUN TestFindValidSplit/0/ [2022-05-19T09:57:27.540Z] cloudwatchlogs_test.go:1076: [2022-05-19T09:57:27.540Z] cloudwatchlogs_test.go:1077: [2022-05-19T09:57:27.540Z] === RUN TestFindValidSplit/1/Hello [2022-05-19T09:57:27.540Z] cloudwatchlogs_test.go:1076: Hello [2022-05-19T09:57:27.540Z] cloudwatchlogs_test.go:1077: [2022-05-19T09:57:27.540Z] === RUN TestFindValidSplit/2/Hello [2022-05-19T09:57:27.540Z] cloudwatchlogs_test.go:1076: He [2022-05-19T09:57:27.540Z] cloudwatchlogs_test.go:1077: llo [2022-05-19T09:57:27.540Z] === RUN TestFindValidSplit/3/Hello [2022-05-19T09:57:27.540Z] cloudwatchlogs_test.go:1076: [2022-05-19T09:57:27.540Z] cloudwatchlogs_test.go:1077: Hello [2022-05-19T09:57:27.540Z] === RUN TestFindValidSplit/4/🙃 [2022-05-19T09:57:27.540Z] cloudwatchlogs_test.go:1076: [2022-05-19T09:57:27.540Z] cloudwatchlogs_test.go:1077: 🙃 [2022-05-19T09:57:27.540Z] === RUN TestFindValidSplit/5/🙃 [2022-05-19T09:57:27.540Z] cloudwatchlogs_test.go:1076: 🙃 [2022-05-19T09:57:27.540Z] cloudwatchlogs_test.go:1077: [2022-05-19T09:57:27.540Z] === RUN TestFindValidSplit/6/a� [2022-05-19T09:57:27.540Z] cloudwatchlogs_test.go:1076: a [2022-05-19T09:57:27.540Z] cloudwatchlogs_test.go:1077: � [2022-05-19T09:57:27.540Z] === RUN TestFindValidSplit/7/a� [2022-05-19T09:57:27.540Z] cloudwatchlogs_test.go:1076: a� [2022-05-19T09:57:27.540Z] cloudwatchlogs_test.go:1077: [2022-05-19T09:57:27.540Z] --- PASS: TestFindValidSplit (0.00s) [2022-05-19T09:57:27.540Z] --- PASS: TestFindValidSplit/0/ (0.00s) [2022-05-19T09:57:27.540Z] --- PASS: TestFindValidSplit/1/Hello (0.00s) [2022-05-19T09:57:27.540Z] --- PASS: TestFindValidSplit/2/Hello (0.00s) [2022-05-19T09:57:27.540Z] --- PASS: TestFindValidSplit/3/Hello (0.00s) [2022-05-19T09:57:27.540Z] --- PASS: TestFindValidSplit/4/🙃 (0.00s) [2022-05-19T09:57:27.540Z] --- PASS: TestFindValidSplit/5/🙃 (0.00s) [2022-05-19T09:57:27.540Z] --- PASS: TestFindValidSplit/6/a� (0.00s) [2022-05-19T09:57:27.540Z] --- PASS: TestFindValidSplit/7/a� (0.00s) [2022-05-19T09:57:27.540Z] === RUN TestProcessEventEmoji [2022-05-19T09:57:27.540Z] --- PASS: TestProcessEventEmoji (0.00s) [2022-05-19T09:57:27.540Z] === RUN TestCollectBatchLineSplit [2022-05-19T09:57:27.540Z] --- PASS: TestCollectBatchLineSplit (0.02s) [2022-05-19T09:57:27.540Z] === RUN TestCollectBatchLineSplitWithBinary [2022-05-19T09:57:27.540Z] --- PASS: TestCollectBatchLineSplitWithBinary (0.00s) [2022-05-19T09:57:27.540Z] === RUN TestCollectBatchMaxEvents [2022-05-19T09:57:27.540Z] --- PASS: TestCollectBatchMaxEvents (0.07s) [2022-05-19T09:57:27.540Z] === RUN TestCollectBatchMaxTotalBytes [2022-05-19T09:57:27.540Z] --- PASS: TestCollectBatchMaxTotalBytes (0.03s) [2022-05-19T09:57:27.540Z] === RUN TestCollectBatchMaxTotalBytesWithBinary [2022-05-19T09:57:27.831Z] === RUN TestNewListSecretsFilters [2022-05-19T09:57:27.831Z] --- PASS: TestNewListSecretsFilters (0.00s) [2022-05-19T09:57:27.831Z] === RUN TestNewListConfigsFilters [2022-05-19T09:57:27.831Z] --- PASS: TestNewListConfigsFilters (0.00s) [2022-05-19T09:57:27.831Z] PASS [2022-05-19T09:57:27.831Z] coverage: 0.5% of statements [2022-05-19T09:57:27.831Z] ok github.com/docker/docker/daemon/cluster 0.252s coverage: 0.5% of statements [2022-05-19T09:57:28.009Z] --- PASS: TestCollectBatchMaxTotalBytesWithBinary (0.02s) [2022-05-19T09:57:28.009Z] === RUN TestCollectBatchWithDuplicateTimestamps [2022-05-19T09:57:28.009Z] --- PASS: TestCollectBatchWithDuplicateTimestamps (0.09s) [2022-05-19T09:57:28.009Z] === RUN TestParseLogOptionsMultilinePattern [2022-05-19T09:57:28.009Z] --- PASS: TestParseLogOptionsMultilinePattern (0.00s) [2022-05-19T09:57:28.009Z] === RUN TestParseLogOptionsDatetimeFormat [2022-05-19T09:57:28.009Z] === RUN TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT [2022-05-19T09:57:28.009Z] === RUN TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 [2022-05-19T09:57:28.009Z] === RUN TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec [2022-05-19T09:57:28.009Z] === RUN TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December [2022-05-19T09:57:28.009Z] === RUN TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday [2022-05-19T09:57:28.009Z] === RUN TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun [2022-05-19T09:57:28.009Z] === RUN TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 [2022-05-19T09:57:28.009Z] --- PASS: TestParseLogOptionsDatetimeFormat (0.00s) [2022-05-19T09:57:28.009Z] --- PASS: TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT (0.00s) [2022-05-19T09:57:28.009Z] --- PASS: TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 (0.00s) [2022-05-19T09:57:28.009Z] --- PASS: TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec (0.00s) [2022-05-19T09:57:28.009Z] --- PASS: TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December (0.00s) [2022-05-19T09:57:28.009Z] --- PASS: TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday (0.00s) [2022-05-19T09:57:28.009Z] --- PASS: TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun (0.00s) [2022-05-19T09:57:28.009Z] --- PASS: TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 (0.00s) [2022-05-19T09:57:28.009Z] === RUN TestValidateLogOptionsDatetimeFormatAndMultilinePattern [2022-05-19T09:57:28.009Z] --- PASS: TestValidateLogOptionsDatetimeFormatAndMultilinePattern (0.00s) [2022-05-19T09:57:28.009Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds [2022-05-19T09:57:28.009Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/0 [2022-05-19T09:57:28.010Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/-1 [2022-05-19T09:57:28.010Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/a [2022-05-19T09:57:28.010Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/10 [2022-05-19T09:57:28.010Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds (0.00s) [2022-05-19T09:57:28.010Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/0 (0.00s) [2022-05-19T09:57:28.010Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/-1 (0.00s) [2022-05-19T09:57:28.010Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/a (0.00s) [2022-05-19T09:57:28.010Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/10 (0.00s) [2022-05-19T09:57:28.010Z] === RUN TestValidateLogOptionsMaxBufferedEvents [2022-05-19T09:57:28.010Z] === RUN TestValidateLogOptionsMaxBufferedEvents/0 [2022-05-19T09:57:28.010Z] === RUN TestValidateLogOptionsMaxBufferedEvents/-1 [2022-05-19T09:57:28.010Z] === RUN TestValidateLogOptionsMaxBufferedEvents/a [2022-05-19T09:57:28.010Z] === RUN TestValidateLogOptionsMaxBufferedEvents/10 [2022-05-19T09:57:28.010Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents (0.00s) [2022-05-19T09:57:28.010Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/0 (0.00s) [2022-05-19T09:57:28.010Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/-1 (0.00s) [2022-05-19T09:57:28.010Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/a (0.00s) [2022-05-19T09:57:28.010Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/10 (0.00s) [2022-05-19T09:57:28.010Z] === RUN TestValidateLogOptionsFormat [2022-05-19T09:57:28.010Z] === RUN TestValidateLogOptionsFormat/0/json/emf [2022-05-19T09:57:28.010Z] === RUN TestValidateLogOptionsFormat/1/random [2022-05-19T09:57:28.010Z] === RUN TestValidateLogOptionsFormat/2/ [2022-05-19T09:57:28.010Z] === RUN TestValidateLogOptionsFormat/3/json/emf [2022-05-19T09:57:28.010Z] === RUN TestValidateLogOptionsFormat/4/json/emf [2022-05-19T09:57:28.010Z] --- PASS: TestValidateLogOptionsFormat (0.00s) [2022-05-19T09:57:28.010Z] --- PASS: TestValidateLogOptionsFormat/0/json/emf (0.00s) [2022-05-19T09:57:28.010Z] --- PASS: TestValidateLogOptionsFormat/1/random (0.00s) [2022-05-19T09:57:28.010Z] --- PASS: TestValidateLogOptionsFormat/2/ (0.00s) [2022-05-19T09:57:28.010Z] --- PASS: TestValidateLogOptionsFormat/3/json/emf (0.00s) [2022-05-19T09:57:28.010Z] --- PASS: TestValidateLogOptionsFormat/4/json/emf (0.00s) [2022-05-19T09:57:28.010Z] === RUN TestCreateTagSuccess [2022-05-19T09:57:28.010Z] --- PASS: TestCreateTagSuccess (0.00s) [2022-05-19T09:57:28.010Z] === RUN TestNewAWSLogsClientCredentialEndpointDetect [2022-05-19T09:57:28.010Z] --- PASS: TestNewAWSLogsClientCredentialEndpointDetect (0.01s) [2022-05-19T09:57:28.010Z] === RUN TestNewAWSLogsClientCredentialEnvironmentVariable [2022-05-19T09:57:28.010Z] --- PASS: TestNewAWSLogsClientCredentialEnvironmentVariable (0.00s) [2022-05-19T09:57:28.010Z] === RUN TestNewAWSLogsClientCredentialSharedFile [2022-05-19T09:57:28.010Z] --- PASS: TestNewAWSLogsClientCredentialSharedFile (0.00s) [2022-05-19T09:57:28.010Z] PASS [2022-05-19T09:57:28.010Z] coverage: 80.2% of statements [2022-05-19T09:57:28.010Z] ok github.com/docker/docker/daemon/logger/awslogs 0.565s coverage: 80.2% of statements [2022-05-19T09:57:28.010Z] === RUN TestAdapterReadLogs [2022-05-19T09:57:28.010Z] --- PASS: TestAdapterReadLogs (0.00s) [2022-05-19T09:57:28.010Z] === RUN TestCopier [2022-05-19T09:57:28.010Z] --- PASS: TestCopier (0.00s) [2022-05-19T09:57:28.010Z] === RUN TestCopierLongLines [2022-05-19T09:57:28.010Z] --- PASS: TestCopierLongLines (0.00s) [2022-05-19T09:57:28.010Z] === RUN TestCopierSlow [2022-05-19T09:57:28.300Z] === RUN TestNetworkConvertBasicNetworkFromGRPCCreatedAt [2022-05-19T09:57:28.333Z] --- PASS: TestExecUser (0.86s) [2022-05-19T09:57:28.333Z] === RUN TestExportContainerAndImportImage [2022-05-19T09:57:28.478Z] --- PASS: TestCopierSlow (0.20s) [2022-05-19T09:57:28.478Z] === RUN TestCopierWithSized [2022-05-19T09:57:28.478Z] === RUN TestCopierWithSized/as_is [2022-05-19T09:57:28.478Z] === RUN TestCopierWithSized/With_RingLogger [2022-05-19T09:57:28.478Z] --- PASS: TestCopierWithSized (0.02s) [2022-05-19T09:57:28.478Z] --- PASS: TestCopierWithSized/as_is (0.01s) [2022-05-19T09:57:28.478Z] --- PASS: TestCopierWithSized/With_RingLogger (0.00s) [2022-05-19T09:57:28.478Z] === RUN TestCopierWithPartial [2022-05-19T09:57:28.478Z] --- PASS: TestCopierWithPartial (0.00s) [2022-05-19T09:57:28.478Z] === RUN TestRingLogger [2022-05-19T09:57:28.478Z] --- PASS: TestRingLogger (0.00s) [2022-05-19T09:57:28.478Z] === RUN TestRingCap [2022-05-19T09:57:28.478Z] --- PASS: TestRingCap (0.00s) [2022-05-19T09:57:28.478Z] === RUN TestRingClose [2022-05-19T09:57:28.478Z] --- PASS: TestRingClose (0.00s) [2022-05-19T09:57:28.478Z] === RUN TestRingDrain [2022-05-19T09:57:28.478Z] --- PASS: TestRingDrain (0.00s) [2022-05-19T09:57:28.478Z] PASS [2022-05-19T09:57:28.478Z] coverage: 43.2% of statements [2022-05-19T09:57:28.478Z] ok github.com/docker/docker/daemon/logger 0.381s coverage: 43.2% of statements [2022-05-19T09:57:28.478Z] === RUN TestSearchRegistryForImagesErrors [2022-05-19T09:57:28.478Z] --- PASS: TestSearchRegistryForImagesErrors (0.00s) [2022-05-19T09:57:28.478Z] === RUN TestSearchRegistryForImages [2022-05-19T09:57:28.478Z] --- PASS: TestSearchRegistryForImages (0.00s) [2022-05-19T09:57:28.478Z] === RUN TestOnlyPlatformWithFallback [2022-05-19T09:57:28.478Z] --- PASS: TestOnlyPlatformWithFallback (0.00s) [2022-05-19T09:57:28.478Z] === RUN TestImageDelete [2022-05-19T09:57:28.478Z] === RUN TestImageDelete/no_lease [2022-05-19T09:57:28.478Z] === RUN TestImageDelete/lease_exists [2022-05-19T09:57:28.478Z] --- PASS: TestImageDelete (0.04s) [2022-05-19T09:57:28.478Z] --- PASS: TestImageDelete/no_lease (0.01s) [2022-05-19T09:57:28.478Z] --- PASS: TestImageDelete/lease_exists (0.02s) [2022-05-19T09:57:28.478Z] === RUN TestContentStoreForPull [2022-05-19T09:57:28.768Z] --- PASS: TestNetworkConvertBasicNetworkFromGRPCCreatedAt (0.19s) [2022-05-19T09:57:28.768Z] === RUN TestServiceConvertFromGRPCRuntimeContainer [2022-05-19T09:57:28.768Z] --- PASS: TestServiceConvertFromGRPCRuntimeContainer (0.00s) [2022-05-19T09:57:28.768Z] === RUN TestServiceConvertFromGRPCGenericRuntimePlugin [2022-05-19T09:57:28.768Z] --- PASS: TestServiceConvertFromGRPCGenericRuntimePlugin (0.00s) [2022-05-19T09:57:28.768Z] === RUN TestServiceConvertToGRPCGenericRuntimePlugin [2022-05-19T09:57:28.768Z] --- PASS: TestServiceConvertToGRPCGenericRuntimePlugin (0.00s) [2022-05-19T09:57:28.768Z] === RUN TestServiceConvertToGRPCContainerRuntime [2022-05-19T09:57:28.768Z] --- PASS: TestServiceConvertToGRPCContainerRuntime (0.00s) [2022-05-19T09:57:28.768Z] === RUN TestServiceConvertToGRPCGenericRuntimeCustom [2022-05-19T09:57:28.768Z] --- PASS: TestServiceConvertToGRPCGenericRuntimeCustom (0.00s) [2022-05-19T09:57:28.768Z] === RUN TestServiceConvertToGRPCIsolation [2022-05-19T09:57:28.768Z] === RUN TestServiceConvertToGRPCIsolation/empty [2022-05-19T09:57:28.768Z] === RUN TestServiceConvertToGRPCIsolation/default [2022-05-19T09:57:28.768Z] === RUN TestServiceConvertToGRPCIsolation/process [2022-05-19T09:57:28.768Z] === RUN TestServiceConvertToGRPCIsolation/hyperv [2022-05-19T09:57:28.768Z] === RUN TestServiceConvertToGRPCIsolation/proCess [2022-05-19T09:57:28.768Z] === RUN TestServiceConvertToGRPCIsolation/hypErv [2022-05-19T09:57:28.768Z] --- PASS: TestServiceConvertToGRPCIsolation (0.00s) [2022-05-19T09:57:28.768Z] --- PASS: TestServiceConvertToGRPCIsolation/empty (0.00s) [2022-05-19T09:57:28.768Z] --- PASS: TestServiceConvertToGRPCIsolation/default (0.00s) [2022-05-19T09:57:28.768Z] --- PASS: TestServiceConvertToGRPCIsolation/process (0.00s) [2022-05-19T09:57:28.768Z] --- PASS: TestServiceConvertToGRPCIsolation/hyperv (0.00s) [2022-05-19T09:57:28.768Z] --- PASS: TestServiceConvertToGRPCIsolation/proCess (0.00s) [2022-05-19T09:57:28.768Z] --- PASS: TestServiceConvertToGRPCIsolation/hypErv (0.00s) [2022-05-19T09:57:28.768Z] === RUN TestServiceConvertFromGRPCIsolation [2022-05-19T09:57:28.768Z] === RUN TestServiceConvertFromGRPCIsolation/default [2022-05-19T09:57:28.768Z] === RUN TestServiceConvertFromGRPCIsolation/process [2022-05-19T09:57:28.768Z] === RUN TestServiceConvertFromGRPCIsolation/hyperv [2022-05-19T09:57:28.768Z] --- PASS: TestServiceConvertFromGRPCIsolation (0.00s) [2022-05-19T09:57:28.768Z] --- PASS: TestServiceConvertFromGRPCIsolation/default (0.00s) [2022-05-19T09:57:28.768Z] --- PASS: TestServiceConvertFromGRPCIsolation/process (0.00s) [2022-05-19T09:57:28.768Z] --- PASS: TestServiceConvertFromGRPCIsolation/hyperv (0.00s) [2022-05-19T09:57:28.768Z] === RUN TestServiceConvertToGRPCCredentialSpec [2022-05-19T09:57:28.768Z] === RUN TestServiceConvertToGRPCCredentialSpec/empty_credential_spec [2022-05-19T09:57:28.768Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec [2022-05-19T09:57:28.768Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec [2022-05-19T09:57:28.768Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec [2022-05-19T09:57:28.768Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec [2022-05-19T09:57:28.768Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_credential_spec [2022-05-19T09:57:28.768Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_credential_spec [2022-05-19T09:57:28.768Z] === RUN TestServiceConvertToGRPCCredentialSpec/registry_credential_spec [2022-05-19T09:57:28.768Z] --- PASS: TestServiceConvertToGRPCCredentialSpec (0.00s) [2022-05-19T09:57:28.768Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/empty_credential_spec (0.00s) [2022-05-19T09:57:28.768Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec (0.00s) [2022-05-19T09:57:28.768Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec (0.00s) [2022-05-19T09:57:28.768Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec (0.00s) [2022-05-19T09:57:28.768Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec (0.00s) [2022-05-19T09:57:28.768Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_credential_spec (0.00s) [2022-05-19T09:57:28.768Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_credential_spec (0.00s) [2022-05-19T09:57:28.768Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/registry_credential_spec (0.00s) [2022-05-19T09:57:28.768Z] === RUN TestServiceConvertFromGRPCCredentialSpec [2022-05-19T09:57:28.768Z] === RUN TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec [2022-05-19T09:57:28.768Z] === RUN TestServiceConvertFromGRPCCredentialSpec/config_credential_spec [2022-05-19T09:57:28.768Z] === RUN TestServiceConvertFromGRPCCredentialSpec/file_credential_spec [2022-05-19T09:57:28.768Z] === RUN TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec [2022-05-19T09:57:28.768Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec (0.00s) [2022-05-19T09:57:28.768Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec (0.00s) [2022-05-19T09:57:28.768Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/config_credential_spec (0.00s) [2022-05-19T09:57:28.768Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/file_credential_spec (0.00s) [2022-05-19T09:57:28.768Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec (0.00s) [2022-05-19T09:57:28.768Z] === RUN TestServiceConvertToGRPCNetworkAtachmentRuntime [2022-05-19T09:57:28.768Z] --- PASS: TestServiceConvertToGRPCNetworkAtachmentRuntime (0.00s) [2022-05-19T09:57:28.768Z] === RUN TestServiceConvertToGRPCMismatchedRuntime [2022-05-19T09:57:28.768Z] --- PASS: TestServiceConvertToGRPCMismatchedRuntime (0.00s) [2022-05-19T09:57:28.768Z] === RUN TestTaskConvertFromGRPCNetworkAttachment [2022-05-19T09:57:28.768Z] --- PASS: TestTaskConvertFromGRPCNetworkAttachment (0.00s) [2022-05-19T09:57:28.768Z] === RUN TestServiceConvertFromGRPCConfigs [2022-05-19T09:57:28.768Z] === RUN TestServiceConvertFromGRPCConfigs/file [2022-05-19T09:57:28.768Z] === RUN TestServiceConvertFromGRPCConfigs/runtime [2022-05-19T09:57:28.768Z] --- PASS: TestServiceConvertFromGRPCConfigs (0.00s) [2022-05-19T09:57:28.768Z] --- PASS: TestServiceConvertFromGRPCConfigs/file (0.00s) [2022-05-19T09:57:28.768Z] --- PASS: TestServiceConvertFromGRPCConfigs/runtime (0.00s) [2022-05-19T09:57:28.768Z] === RUN TestServiceConvertToGRPCConfigs [2022-05-19T09:57:28.768Z] === RUN TestServiceConvertToGRPCConfigs/file [2022-05-19T09:57:28.768Z] === RUN TestServiceConvertToGRPCConfigs/runtime [2022-05-19T09:57:28.768Z] === RUN TestServiceConvertToGRPCConfigs/file_and_runtime [2022-05-19T09:57:28.768Z] === RUN TestServiceConvertToGRPCConfigs/none [2022-05-19T09:57:28.768Z] --- PASS: TestServiceConvertToGRPCConfigs (0.00s) [2022-05-19T09:57:28.768Z] --- PASS: TestServiceConvertToGRPCConfigs/file (0.00s) [2022-05-19T09:57:28.768Z] --- PASS: TestServiceConvertToGRPCConfigs/runtime (0.00s) [2022-05-19T09:57:28.768Z] --- PASS: TestServiceConvertToGRPCConfigs/file_and_runtime (0.00s) [2022-05-19T09:57:28.768Z] --- PASS: TestServiceConvertToGRPCConfigs/none (0.00s) [2022-05-19T09:57:28.768Z] === RUN TestTopologyFromGRPC [2022-05-19T09:57:28.768Z] --- PASS: TestTopologyFromGRPC (0.00s) [2022-05-19T09:57:28.768Z] === RUN TestCapacityRangeFromGRPC [2022-05-19T09:57:28.768Z] --- PASS: TestCapacityRangeFromGRPC (0.00s) [2022-05-19T09:57:28.768Z] === RUN TestVolumeAvailabilityFromGRPC [2022-05-19T09:57:28.768Z] === RUN TestVolumeAvailabilityFromGRPC/Active [2022-05-19T09:57:28.768Z] === RUN TestVolumeAvailabilityFromGRPC/Pause [2022-05-19T09:57:28.768Z] === RUN TestVolumeAvailabilityFromGRPC/Drain [2022-05-19T09:57:28.768Z] --- PASS: TestVolumeAvailabilityFromGRPC (0.00s) [2022-05-19T09:57:28.768Z] --- PASS: TestVolumeAvailabilityFromGRPC/Active (0.00s) [2022-05-19T09:57:28.768Z] --- PASS: TestVolumeAvailabilityFromGRPC/Pause (0.00s) [2022-05-19T09:57:28.768Z] --- PASS: TestVolumeAvailabilityFromGRPC/Drain (0.00s) [2022-05-19T09:57:28.768Z] === RUN TestAccessModeFromGRPC [2022-05-19T09:57:28.768Z] === RUN TestAccessModeFromGRPC/MountVolume [2022-05-19T09:57:28.768Z] === RUN TestAccessModeFromGRPC/BlockVolume [2022-05-19T09:57:28.768Z] --- PASS: TestAccessModeFromGRPC (0.00s) [2022-05-19T09:57:28.768Z] --- PASS: TestAccessModeFromGRPC/MountVolume (0.00s) [2022-05-19T09:57:28.768Z] --- PASS: TestAccessModeFromGRPC/BlockVolume (0.00s) [2022-05-19T09:57:28.768Z] === RUN TestVolumeCreateToGRPC [2022-05-19T09:57:28.768Z] --- PASS: TestVolumeCreateToGRPC (0.00s) [2022-05-19T09:57:28.768Z] PASS [2022-05-19T09:57:28.768Z] coverage: 36.9% of statements [2022-05-19T09:57:28.768Z] ok github.com/docker/docker/daemon/cluster/convert 0.915s coverage: 36.9% of statements [2022-05-19T09:57:28.947Z] --- PASS: TestContentStoreForPull (0.24s) [2022-05-19T09:57:28.947Z] PASS [2022-05-19T09:57:28.947Z] coverage: 6.6% of statements [2022-05-19T09:57:28.947Z] ok github.com/docker/docker/daemon/images 0.476s coverage: 6.6% of statements [2022-05-19T09:57:28.947Z] ? github.com/docker/docker/daemon/listeners [no test files] [2022-05-19T09:57:28.947Z] ? github.com/docker/docker/daemon/logger/etwlogs [no test files] [2022-05-19T09:57:29.263Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2022-05-19T09:57:29.420Z] === RUN TestValidateLogOptReconnectInterval [2022-05-19T09:57:29.420Z] === RUN TestValidateLogOptReconnectInterval/invalid_-1 [2022-05-19T09:57:29.420Z] === RUN TestValidateLogOptReconnectInterval/invalid_1 [2022-05-19T09:57:29.420Z] === RUN TestValidateLogOptReconnectInterval/invalid_-1s [2022-05-19T09:57:29.420Z] === RUN TestValidateLogOptReconnectInterval/invalid_99ms [2022-05-19T09:57:29.420Z] === RUN TestValidateLogOptReconnectInterval/invalid_11s [2022-05-19T09:57:29.420Z] === RUN TestValidateLogOptReconnectInterval/valid_100ms [2022-05-19T09:57:29.420Z] === RUN TestValidateLogOptReconnectInterval/valid_10s [2022-05-19T09:57:29.420Z] --- PASS: TestValidateLogOptReconnectInterval (0.00s) [2022-05-19T09:57:29.420Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_-1 (0.00s) [2022-05-19T09:57:29.420Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_1 (0.00s) [2022-05-19T09:57:29.420Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_-1s (0.00s) [2022-05-19T09:57:29.420Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_99ms (0.00s) [2022-05-19T09:57:29.420Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_11s (0.00s) [2022-05-19T09:57:29.420Z] --- PASS: TestValidateLogOptReconnectInterval/valid_100ms (0.00s) [2022-05-19T09:57:29.420Z] --- PASS: TestValidateLogOptReconnectInterval/valid_10s (0.00s) [2022-05-19T09:57:29.420Z] === RUN TestValidateLogOptAddress [2022-05-19T09:57:29.420Z] === RUN TestValidateLogOptAddress/#00 [2022-05-19T09:57:29.420Z] === RUN TestValidateLogOptAddress/192.168.1.1 [2022-05-19T09:57:29.420Z] === RUN TestValidateLogOptAddress/192.168.1.1/ [2022-05-19T09:57:29.420Z] === RUN TestValidateLogOptAddress/192.168.1.1/some-path [2022-05-19T09:57:29.420Z] === RUN TestValidateLogOptAddress/192.168.1.1: [2022-05-19T09:57:29.420Z] === RUN TestValidateLogOptAddress/192.168.1.1:/ [2022-05-19T09:57:29.420Z] === RUN TestValidateLogOptAddress/192.168.1.1:/some-path [2022-05-19T09:57:29.420Z] === RUN TestValidateLogOptAddress/192.168.1.1:123 [2022-05-19T09:57:29.420Z] === RUN TestValidateLogOptAddress/192.168.1.1:123/ [2022-05-19T09:57:29.420Z] === RUN TestValidateLogOptAddress/192.168.1.1:123/some-path [2022-05-19T09:57:29.420Z] === RUN TestValidateLogOptAddress/192.168.1.1:65535 [2022-05-19T09:57:29.420Z] === RUN TestValidateLogOptAddress/192.168.1.1:65535/ [2022-05-19T09:57:29.420Z] === RUN TestValidateLogOptAddress/192.168.1.1:65535/some-path [2022-05-19T09:57:29.420Z] === RUN TestValidateLogOptAddress/[::1]:123 [2022-05-19T09:57:29.420Z] === RUN TestValidateLogOptAddress/[::1]:123/ [2022-05-19T09:57:29.420Z] === RUN TestValidateLogOptAddress/[::1]:123/some-path [2022-05-19T09:57:29.420Z] === RUN TestValidateLogOptAddress/[::1]:65535 [2022-05-19T09:57:29.420Z] === RUN TestValidateLogOptAddress/[::1]:65535/ [2022-05-19T09:57:29.420Z] === RUN TestValidateLogOptAddress/[::1]:65535/some-path [2022-05-19T09:57:29.420Z] === RUN TestValidateLogOptAddress/[::1] [2022-05-19T09:57:29.420Z] === RUN TestValidateLogOptAddress/[::1]/ [2022-05-19T09:57:29.420Z] === RUN TestValidateLogOptAddress/[::1]/some-path [2022-05-19T09:57:29.420Z] === RUN TestValidateLogOptAddress/[::1]: [2022-05-19T09:57:29.420Z] === RUN TestValidateLogOptAddress/[::1]:/ [2022-05-19T09:57:29.420Z] === RUN TestValidateLogOptAddress/[::1]:/some-path [2022-05-19T09:57:29.420Z] === RUN TestValidateLogOptAddress/example.com:123 [2022-05-19T09:57:29.420Z] === RUN TestValidateLogOptAddress/example.com:123/ [2022-05-19T09:57:29.420Z] === RUN TestValidateLogOptAddress/example.com:123/some-path [2022-05-19T09:57:29.420Z] === RUN TestValidateLogOptAddress/example.com:65535 [2022-05-19T09:57:29.420Z] === RUN TestValidateLogOptAddress/example.com:65535/ [2022-05-19T09:57:29.420Z] === RUN TestValidateLogOptAddress/example.com:65535/some-path [2022-05-19T09:57:29.420Z] === RUN TestValidateLogOptAddress/example.com [2022-05-19T09:57:29.420Z] === RUN TestValidateLogOptAddress/example.com/ [2022-05-19T09:57:29.420Z] === RUN TestValidateLogOptAddress/example.com/some-path [2022-05-19T09:57:29.420Z] === RUN TestValidateLogOptAddress/example.com: [2022-05-19T09:57:29.420Z] === RUN TestValidateLogOptAddress/example.com:/ [2022-05-19T09:57:29.420Z] === RUN TestValidateLogOptAddress/example.com:/some-path [2022-05-19T09:57:29.420Z] === RUN TestValidateLogOptAddress/tcp:// [2022-05-19T09:57:29.420Z] === RUN TestValidateLogOptAddress/tcp:/// [2022-05-19T09:57:29.420Z] === RUN TestValidateLogOptAddress/tcp:///some-path [2022-05-19T09:57:29.420Z] === RUN TestValidateLogOptAddress/tcp://example.com:123 [2022-05-19T09:57:29.420Z] === RUN TestValidateLogOptAddress/tcp://example.com:123/ [2022-05-19T09:57:29.420Z] === RUN TestValidateLogOptAddress/tcp://example.com:123/some-path [2022-05-19T09:57:29.420Z] === RUN TestValidateLogOptAddress/tcp://example.com:65535 [2022-05-19T09:57:29.421Z] === RUN TestValidateLogOptAddress/tcp://example.com:65535/ [2022-05-19T09:57:29.421Z] === RUN TestValidateLogOptAddress/tcp://example.com:65535/some-path [2022-05-19T09:57:29.421Z] === RUN TestValidateLogOptAddress/tcp://example.com [2022-05-19T09:57:29.421Z] === RUN TestValidateLogOptAddress/tcp://example.com/ [2022-05-19T09:57:29.421Z] === RUN TestValidateLogOptAddress/tcp://example.com/some-path [2022-05-19T09:57:29.421Z] === RUN TestValidateLogOptAddress/tcp://example.com: [2022-05-19T09:57:29.421Z] === RUN TestValidateLogOptAddress/tcp://example.com:/ [2022-05-19T09:57:29.421Z] === RUN TestValidateLogOptAddress/tcp://example.com:/some-path [2022-05-19T09:57:29.421Z] === RUN TestValidateLogOptAddress/tls:// [2022-05-19T09:57:29.421Z] === RUN TestValidateLogOptAddress/tls:/// [2022-05-19T09:57:29.421Z] === RUN TestValidateLogOptAddress/tls:///some-path [2022-05-19T09:57:29.421Z] === RUN TestValidateLogOptAddress/tls://example.com:65535 [2022-05-19T09:57:29.421Z] === RUN TestValidateLogOptAddress/tls://example.com:65535/ [2022-05-19T09:57:29.421Z] === RUN TestValidateLogOptAddress/tls://example.com:65535/some-path [2022-05-19T09:57:29.421Z] === RUN TestValidateLogOptAddress/tls://example.com [2022-05-19T09:57:29.421Z] === RUN TestValidateLogOptAddress/tls://example.com/ [2022-05-19T09:57:29.421Z] === RUN TestValidateLogOptAddress/tls://example.com/some-path [2022-05-19T09:57:29.421Z] === RUN TestValidateLogOptAddress/tls://example.com: [2022-05-19T09:57:29.421Z] === RUN TestValidateLogOptAddress/tls://example.com:/ [2022-05-19T09:57:29.421Z] === RUN TestValidateLogOptAddress/tls://example.com:/some-path [2022-05-19T09:57:29.421Z] === RUN TestValidateLogOptAddress/tls://example.com:123 [2022-05-19T09:57:29.421Z] === RUN TestValidateLogOptAddress/tls://example.com:123/ [2022-05-19T09:57:29.421Z] === RUN TestValidateLogOptAddress/tls://example.com:123/some-path [2022-05-19T09:57:29.421Z] === RUN TestValidateLogOptAddress/:// [2022-05-19T09:57:29.421Z] === RUN TestValidateLogOptAddress/something:// [2022-05-19T09:57:29.421Z] === RUN TestValidateLogOptAddress/udp:// [2022-05-19T09:57:29.421Z] === RUN TestValidateLogOptAddress/unixgram:// [2022-05-19T09:57:29.421Z] === RUN TestValidateLogOptAddress/tcp+tls:// [2022-05-19T09:57:29.421Z] === RUN TestValidateLogOptAddress/corrupted:c [2022-05-19T09:57:29.421Z] === RUN TestValidateLogOptAddress/tcp://example.com:port [2022-05-19T09:57:29.421Z] === RUN TestValidateLogOptAddress/tcp://example.com:-1 [2022-05-19T09:57:29.421Z] === RUN TestValidateLogOptAddress/tcp://example.com:65536 [2022-05-19T09:57:29.421Z] === RUN TestValidateLogOptAddress/unix:// [2022-05-19T09:57:29.421Z] === RUN TestValidateLogOptAddress/unix:///some/socket.sock [2022-05-19T09:57:29.421Z] === RUN TestValidateLogOptAddress/unix:///some/socket.sock:80 [2022-05-19T09:57:29.421Z] --- PASS: TestValidateLogOptAddress (0.01s) [2022-05-19T09:57:29.421Z] --- PASS: TestValidateLogOptAddress/#00 (0.00s) [2022-05-19T09:57:29.421Z] --- PASS: TestValidateLogOptAddress/192.168.1.1 (0.00s) [2022-05-19T09:57:29.421Z] --- PASS: TestValidateLogOptAddress/192.168.1.1/ (0.00s) [2022-05-19T09:57:29.421Z] --- PASS: TestValidateLogOptAddress/192.168.1.1/some-path (0.00s) [2022-05-19T09:57:29.421Z] --- PASS: TestValidateLogOptAddress/192.168.1.1: (0.00s) [2022-05-19T09:57:29.421Z] --- PASS: TestValidateLogOptAddress/192.168.1.1:/ (0.00s) [2022-05-19T09:57:29.421Z] --- PASS: TestValidateLogOptAddress/192.168.1.1:/some-path (0.00s) [2022-05-19T09:57:29.421Z] --- PASS: TestValidateLogOptAddress/192.168.1.1:123 (0.00s) [2022-05-19T09:57:29.421Z] --- PASS: TestValidateLogOptAddress/192.168.1.1:123/ (0.00s) [2022-05-19T09:57:29.421Z] --- PASS: TestValidateLogOptAddress/192.168.1.1:123/some-path (0.00s) [2022-05-19T09:57:29.421Z] --- PASS: TestValidateLogOptAddress/192.168.1.1:65535 (0.00s) [2022-05-19T09:57:29.421Z] --- PASS: TestValidateLogOptAddress/192.168.1.1:65535/ (0.00s) [2022-05-19T09:57:29.421Z] --- PASS: TestValidateLogOptAddress/192.168.1.1:65535/some-path (0.00s) [2022-05-19T09:57:29.421Z] --- PASS: TestValidateLogOptAddress/[::1]:123 (0.00s) [2022-05-19T09:57:29.421Z] --- PASS: TestValidateLogOptAddress/[::1]:123/ (0.00s) [2022-05-19T09:57:29.421Z] --- PASS: TestValidateLogOptAddress/[::1]:123/some-path (0.00s) [2022-05-19T09:57:29.421Z] --- PASS: TestValidateLogOptAddress/[::1]:65535 (0.00s) [2022-05-19T09:57:29.421Z] --- PASS: TestValidateLogOptAddress/[::1]:65535/ (0.00s) [2022-05-19T09:57:29.421Z] --- PASS: TestValidateLogOptAddress/[::1]:65535/some-path (0.00s) [2022-05-19T09:57:29.421Z] --- PASS: TestValidateLogOptAddress/[::1] (0.00s) [2022-05-19T09:57:29.421Z] --- PASS: TestValidateLogOptAddress/[::1]/ (0.00s) [2022-05-19T09:57:29.421Z] --- PASS: TestValidateLogOptAddress/[::1]/some-path (0.00s) [2022-05-19T09:57:29.421Z] --- PASS: TestValidateLogOptAddress/[::1]: (0.00s) [2022-05-19T09:57:29.421Z] --- PASS: TestValidateLogOptAddress/[::1]:/ (0.00s) [2022-05-19T09:57:29.421Z] --- PASS: TestValidateLogOptAddress/[::1]:/some-path (0.00s) [2022-05-19T09:57:29.421Z] --- PASS: TestValidateLogOptAddress/example.com:123 (0.00s) [2022-05-19T09:57:29.421Z] --- PASS: TestValidateLogOptAddress/example.com:123/ (0.00s) [2022-05-19T09:57:29.421Z] --- PASS: TestValidateLogOptAddress/example.com:123/some-path (0.00s) [2022-05-19T09:57:29.421Z] --- PASS: TestValidateLogOptAddress/example.com:65535 (0.00s) [2022-05-19T09:57:29.421Z] --- PASS: TestValidateLogOptAddress/example.com:65535/ (0.00s) [2022-05-19T09:57:29.421Z] --- PASS: TestValidateLogOptAddress/example.com:65535/some-path (0.00s) [2022-05-19T09:57:29.421Z] --- PASS: TestValidateLogOptAddress/example.com (0.00s) [2022-05-19T09:57:29.421Z] --- PASS: TestValidateLogOptAddress/example.com/ (0.00s) [2022-05-19T09:57:29.421Z] --- PASS: TestValidateLogOptAddress/example.com/some-path (0.00s) [2022-05-19T09:57:29.421Z] --- PASS: TestValidateLogOptAddress/example.com: (0.00s) [2022-05-19T09:57:29.421Z] --- PASS: TestValidateLogOptAddress/example.com:/ (0.00s) [2022-05-19T09:57:29.421Z] --- PASS: TestValidateLogOptAddress/example.com:/some-path (0.00s) [2022-05-19T09:57:29.421Z] --- PASS: TestValidateLogOptAddress/tcp:// (0.00s) [2022-05-19T09:57:29.421Z] --- PASS: TestValidateLogOptAddress/tcp:/// (0.00s) [2022-05-19T09:57:29.421Z] --- PASS: TestValidateLogOptAddress/tcp:///some-path (0.00s) [2022-05-19T09:57:29.421Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:123 (0.00s) [2022-05-19T09:57:29.421Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:123/ (0.00s) [2022-05-19T09:57:29.421Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:123/some-path (0.00s) [2022-05-19T09:57:29.421Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:65535 (0.00s) [2022-05-19T09:57:29.421Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:65535/ (0.00s) [2022-05-19T09:57:29.421Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:65535/some-path (0.00s) [2022-05-19T09:57:29.421Z] --- PASS: TestValidateLogOptAddress/tcp://example.com (0.00s) [2022-05-19T09:57:29.421Z] --- PASS: TestValidateLogOptAddress/tcp://example.com/ (0.00s) [2022-05-19T09:57:29.421Z] --- PASS: TestValidateLogOptAddress/tcp://example.com/some-path (0.00s) [2022-05-19T09:57:29.421Z] --- PASS: TestValidateLogOptAddress/tcp://example.com: (0.00s) [2022-05-19T09:57:29.421Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:/ (0.00s) [2022-05-19T09:57:29.421Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:/some-path (0.00s) [2022-05-19T09:57:29.421Z] --- PASS: TestValidateLogOptAddress/tls:// (0.00s) [2022-05-19T09:57:29.421Z] --- PASS: TestValidateLogOptAddress/tls:/// (0.00s) [2022-05-19T09:57:29.421Z] --- PASS: TestValidateLogOptAddress/tls:///some-path (0.00s) [2022-05-19T09:57:29.421Z] --- PASS: TestValidateLogOptAddress/tls://example.com:65535 (0.00s) [2022-05-19T09:57:29.421Z] --- PASS: TestValidateLogOptAddress/tls://example.com:65535/ (0.00s) [2022-05-19T09:57:29.421Z] --- PASS: TestValidateLogOptAddress/tls://example.com:65535/some-path (0.00s) [2022-05-19T09:57:29.421Z] --- PASS: TestValidateLogOptAddress/tls://example.com (0.00s) [2022-05-19T09:57:29.421Z] --- PASS: TestValidateLogOptAddress/tls://example.com/ (0.00s) [2022-05-19T09:57:29.421Z] --- PASS: TestValidateLogOptAddress/tls://example.com/some-path (0.00s) [2022-05-19T09:57:29.421Z] --- PASS: TestValidateLogOptAddress/tls://example.com: (0.00s) [2022-05-19T09:57:29.421Z] --- PASS: TestValidateLogOptAddress/tls://example.com:/ (0.00s) [2022-05-19T09:57:29.421Z] --- PASS: TestValidateLogOptAddress/tls://example.com:/some-path (0.00s) [2022-05-19T09:57:29.421Z] --- PASS: TestValidateLogOptAddress/tls://example.com:123 (0.00s) [2022-05-19T09:57:29.421Z] --- PASS: TestValidateLogOptAddress/tls://example.com:123/ (0.00s) [2022-05-19T09:57:29.421Z] --- PASS: TestValidateLogOptAddress/tls://example.com:123/some-path (0.00s) [2022-05-19T09:57:29.421Z] --- PASS: TestValidateLogOptAddress/:// (0.00s) [2022-05-19T09:57:29.421Z] --- PASS: TestValidateLogOptAddress/something:// (0.00s) [2022-05-19T09:57:29.421Z] --- PASS: TestValidateLogOptAddress/udp:// (0.00s) [2022-05-19T09:57:29.421Z] --- PASS: TestValidateLogOptAddress/unixgram:// (0.00s) [2022-05-19T09:57:29.421Z] --- PASS: TestValidateLogOptAddress/tcp+tls:// (0.00s) [2022-05-19T09:57:29.421Z] --- PASS: TestValidateLogOptAddress/corrupted:c (0.00s) [2022-05-19T09:57:29.421Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:port (0.00s) [2022-05-19T09:57:29.421Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:-1 (0.00s) [2022-05-19T09:57:29.421Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:65536 (0.00s) [2022-05-19T09:57:29.421Z] --- PASS: TestValidateLogOptAddress/unix:// (0.00s) [2022-05-19T09:57:29.421Z] --- PASS: TestValidateLogOptAddress/unix:///some/socket.sock (0.00s) [2022-05-19T09:57:29.421Z] --- PASS: TestValidateLogOptAddress/unix:///some/socket.sock:80 (0.00s) [2022-05-19T09:57:29.421Z] PASS [2022-05-19T09:57:29.421Z] coverage: 53.6% of statements [2022-05-19T09:57:29.421Z] ok github.com/docker/docker/daemon/logger/fluentd 0.122s coverage: 53.6% of statements [2022-05-19T09:57:29.421Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2022-05-19T09:57:29.421Z] ? github.com/docker/docker/daemon/logger/gelf [no test files] [2022-05-19T09:57:29.421Z] ? github.com/docker/docker/daemon/logger/journald [no test files] [2022-05-19T09:57:29.520Z] --- PASS: TestExportContainerAndImportImage (1.06s) [2022-05-19T09:57:29.520Z] === RUN TestExportContainerAfterDaemonRestart [2022-05-19T09:57:29.776Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet [2022-05-19T09:57:29.865Z] plugin_test.go:61: [dede31375f160] joining swarm manager [d517a8afe37b0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-05-19T09:57:29.890Z] === RUN TestJSONLogsMarshalJSONBuf [2022-05-19T09:57:29.890Z] --- PASS: TestJSONLogsMarshalJSONBuf (0.00s) [2022-05-19T09:57:29.890Z] === RUN TestFastTimeMarshalJSONWithInvalidYear [2022-05-19T09:57:29.890Z] --- PASS: TestFastTimeMarshalJSONWithInvalidYear (0.21s) [2022-05-19T09:57:29.890Z] === RUN TestFastTimeMarshalJSON [2022-05-19T09:57:29.890Z] --- PASS: TestFastTimeMarshalJSON (0.01s) [2022-05-19T09:57:29.890Z] PASS [2022-05-19T09:57:29.890Z] coverage: 87.2% of statements [2022-05-19T09:57:29.890Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.286s coverage: 87.2% of statements [2022-05-19T09:57:29.890Z] === RUN TestJSONFileLogger [2022-05-19T09:57:29.890Z] --- PASS: TestJSONFileLogger (0.00s) [2022-05-19T09:57:29.890Z] === RUN TestJSONFileLoggerWithTags [2022-05-19T09:57:29.890Z] --- PASS: TestJSONFileLoggerWithTags (0.00s) [2022-05-19T09:57:29.890Z] === RUN TestJSONFileLoggerWithOpts [2022-05-19T09:57:29.890Z] --- PASS: TestJSONFileLoggerWithOpts (0.02s) [2022-05-19T09:57:29.890Z] === RUN TestJSONFileLoggerWithLabelsEnv [2022-05-19T09:57:29.890Z] --- PASS: TestJSONFileLoggerWithLabelsEnv (0.00s) [2022-05-19T09:57:29.890Z] === RUN TestEncodeDecode [2022-05-19T09:57:29.890Z] === PAUSE TestEncodeDecode [2022-05-19T09:57:29.890Z] === RUN TestUnexpectedEOF [2022-05-19T09:57:30.360Z] time="2022-05-19T09:57:30Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2022-05-19T09:57:30.360Z] time="2022-05-19T09:57:30Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2022-05-19T09:57:30.360Z] --- PASS: TestUnexpectedEOF (0.23s) [2022-05-19T09:57:30.360Z] === CONT TestEncodeDecode [2022-05-19T09:57:30.360Z] --- PASS: TestEncodeDecode (0.00s) [2022-05-19T09:57:30.360Z] PASS [2022-05-19T09:57:30.360Z] coverage: 69.9% of statements [2022-05-19T09:57:30.360Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.349s coverage: 69.9% of statements [2022-05-19T09:57:30.706Z] tests/integration/api_network_test.py ............................ [ 47%] [2022-05-19T09:57:31.143Z] --- PASS: TestExportContainerAfterDaemonRestart (1.54s) [2022-05-19T09:57:31.143Z] === RUN TestHealthCheckWorkdir [2022-05-19T09:57:31.239Z] plugin_test.go:64: [dfedfdf07eba1] joining swarm manager [d517a8afe37b0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-05-19T09:57:31.346Z] === RUN TestWriteLog [2022-05-19T09:57:31.346Z] === PAUSE TestWriteLog [2022-05-19T09:57:31.346Z] === RUN TestReadLog [2022-05-19T09:57:31.346Z] === PAUSE TestReadLog [2022-05-19T09:57:31.346Z] === RUN TestDecode [2022-05-19T09:57:31.346Z] --- PASS: TestDecode (0.03s) [2022-05-19T09:57:31.346Z] === CONT TestWriteLog [2022-05-19T09:57:31.346Z] === CONT TestReadLog [2022-05-19T09:57:31.346Z] === RUN TestReadLog/tail_exact [2022-05-19T09:57:31.346Z] --- PASS: TestWriteLog (0.01s) [2022-05-19T09:57:31.399Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit [2022-05-19T09:57:31.655Z] --- PASS: TestHealthCheckWorkdir (0.79s) [2022-05-19T09:57:31.655Z] === RUN TestHealthKillContainer [2022-05-19T09:57:31.717Z] === RUN TestWaitNodeAttachment [2022-05-19T09:57:31.717Z] === RUN TestBuilderGC [2022-05-19T09:57:31.717Z] --- PASS: TestBuilderGC (0.01s) [2022-05-19T09:57:31.717Z] === RUN TestDaemonConfigurationNotFound [2022-05-19T09:57:31.717Z] --- PASS: TestDaemonConfigurationNotFound (0.00s) [2022-05-19T09:57:31.717Z] === RUN TestDaemonBrokenConfiguration [2022-05-19T09:57:31.717Z] --- PASS: TestDaemonBrokenConfiguration (0.00s) [2022-05-19T09:57:31.717Z] === RUN TestFindConfigurationConflicts [2022-05-19T09:57:31.717Z] --- PASS: TestFindConfigurationConflicts (0.00s) [2022-05-19T09:57:31.717Z] === RUN TestFindConfigurationConflictsWithNamedOptions [2022-05-19T09:57:31.717Z] --- PASS: TestFindConfigurationConflictsWithNamedOptions (0.00s) [2022-05-19T09:57:31.717Z] === RUN TestDaemonConfigurationMergeConflicts [2022-05-19T09:57:31.717Z] --- PASS: TestDaemonConfigurationMergeConflicts (0.00s) [2022-05-19T09:57:31.717Z] === RUN TestDaemonConfigurationMergeConcurrent [2022-05-19T09:57:31.717Z] --- PASS: TestDaemonConfigurationMergeConcurrent (0.00s) [2022-05-19T09:57:31.717Z] === RUN TestDaemonConfigurationMergeConcurrentError [2022-05-19T09:57:31.717Z] --- PASS: TestDaemonConfigurationMergeConcurrentError (0.00s) [2022-05-19T09:57:31.717Z] === RUN TestDaemonConfigurationMergeConflictsWithInnerStructs [2022-05-19T09:57:31.717Z] --- PASS: TestDaemonConfigurationMergeConflictsWithInnerStructs (0.00s) [2022-05-19T09:57:31.717Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools [2022-05-19T09:57:31.717Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file [2022-05-19T09:57:31.717Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/config_file [2022-05-19T09:57:31.717Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options [2022-05-19T09:57:31.717Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools (0.00s) [2022-05-19T09:57:31.717Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file (0.00s) [2022-05-19T09:57:31.717Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/config_file (0.00s) [2022-05-19T09:57:31.717Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options (0.00s) [2022-05-19T09:57:31.717Z] === RUN TestFindConfigurationConflictsWithUnknownKeys [2022-05-19T09:57:31.717Z] --- PASS: TestFindConfigurationConflictsWithUnknownKeys (0.00s) [2022-05-19T09:57:31.717Z] === RUN TestFindConfigurationConflictsWithMergedValues [2022-05-19T09:57:31.717Z] --- PASS: TestFindConfigurationConflictsWithMergedValues (0.00s) [2022-05-19T09:57:31.717Z] === RUN TestValidateConfigurationErrors [2022-05-19T09:57:31.717Z] === RUN TestValidateConfigurationErrors/single_label_without_value [2022-05-19T09:57:31.717Z] === RUN TestValidateConfigurationErrors/multiple_label_without_value [2022-05-19T09:57:31.717Z] === RUN TestValidateConfigurationErrors/single_DNS,_invalid_IP-address [2022-05-19T09:57:31.717Z] === RUN TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address [2022-05-19T09:57:31.717Z] === RUN TestValidateConfigurationErrors/single_DNSSearch [2022-05-19T09:57:31.717Z] === RUN TestValidateConfigurationErrors/multiple_DNSSearch [2022-05-19T09:57:31.717Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-downloads [2022-05-19T09:57:31.717Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-uploads [2022-05-19T09:57:31.717Z] === RUN TestValidateConfigurationErrors/negative_max-download-attempts [2022-05-19T09:57:31.717Z] === RUN TestValidateConfigurationErrors/generic_resource_without_= [2022-05-19T09:57:31.717Z] === RUN TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete [2022-05-19T09:57:31.717Z] === RUN TestValidateConfigurationErrors/with_invalid_hosts [2022-05-19T09:57:31.717Z] === RUN TestValidateConfigurationErrors/with_invalid_log-level [2022-05-19T09:57:31.717Z] --- PASS: TestValidateConfigurationErrors (0.00s) [2022-05-19T09:57:31.717Z] --- PASS: TestValidateConfigurationErrors/single_label_without_value (0.00s) [2022-05-19T09:57:31.717Z] --- PASS: TestValidateConfigurationErrors/multiple_label_without_value (0.00s) [2022-05-19T09:57:31.717Z] --- PASS: TestValidateConfigurationErrors/single_DNS,_invalid_IP-address (0.00s) [2022-05-19T09:57:31.717Z] --- PASS: TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address (0.00s) [2022-05-19T09:57:31.717Z] --- PASS: TestValidateConfigurationErrors/single_DNSSearch (0.00s) [2022-05-19T09:57:31.717Z] --- PASS: TestValidateConfigurationErrors/multiple_DNSSearch (0.00s) [2022-05-19T09:57:31.717Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-downloads (0.00s) [2022-05-19T09:57:31.717Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-uploads (0.00s) [2022-05-19T09:57:31.717Z] --- PASS: TestValidateConfigurationErrors/negative_max-download-attempts (0.00s) [2022-05-19T09:57:31.717Z] --- PASS: TestValidateConfigurationErrors/generic_resource_without_= (0.00s) [2022-05-19T09:57:31.717Z] --- PASS: TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete (0.00s) [2022-05-19T09:57:31.717Z] --- PASS: TestValidateConfigurationErrors/with_invalid_hosts (0.00s) [2022-05-19T09:57:31.717Z] --- PASS: TestValidateConfigurationErrors/with_invalid_log-level (0.00s) [2022-05-19T09:57:31.717Z] === RUN TestValidateConfiguration [2022-05-19T09:57:31.717Z] === RUN TestValidateConfiguration/with_label [2022-05-19T09:57:31.717Z] === RUN TestValidateConfiguration/with_dns [2022-05-19T09:57:31.717Z] === RUN TestValidateConfiguration/with_dns-search [2022-05-19T09:57:31.717Z] === RUN TestValidateConfiguration/with_max-concurrent-downloads [2022-05-19T09:57:31.717Z] === RUN TestValidateConfiguration/with_max-concurrent-uploads [2022-05-19T09:57:31.717Z] === RUN TestValidateConfiguration/with_max-download-attempts [2022-05-19T09:57:31.717Z] === RUN TestValidateConfiguration/with_multiple_node_generic_resources [2022-05-19T09:57:31.717Z] === RUN TestValidateConfiguration/with_node_generic_resources [2022-05-19T09:57:31.717Z] === RUN TestValidateConfiguration/with_hosts [2022-05-19T09:57:31.717Z] === RUN TestValidateConfiguration/with_log-level_warn [2022-05-19T09:57:31.717Z] --- PASS: TestValidateConfiguration (0.00s) [2022-05-19T09:57:31.717Z] --- PASS: TestValidateConfiguration/with_label (0.00s) [2022-05-19T09:57:31.717Z] --- PASS: TestValidateConfiguration/with_dns (0.00s) [2022-05-19T09:57:31.717Z] --- PASS: TestValidateConfiguration/with_dns-search (0.00s) [2022-05-19T09:57:31.717Z] --- PASS: TestValidateConfiguration/with_max-concurrent-downloads (0.00s) [2022-05-19T09:57:31.717Z] --- PASS: TestValidateConfiguration/with_max-concurrent-uploads (0.00s) [2022-05-19T09:57:31.717Z] --- PASS: TestValidateConfiguration/with_max-download-attempts (0.00s) [2022-05-19T09:57:31.717Z] --- PASS: TestValidateConfiguration/with_multiple_node_generic_resources (0.00s) [2022-05-19T09:57:31.717Z] --- PASS: TestValidateConfiguration/with_node_generic_resources (0.00s) [2022-05-19T09:57:31.717Z] --- PASS: TestValidateConfiguration/with_hosts (0.00s) [2022-05-19T09:57:31.717Z] --- PASS: TestValidateConfiguration/with_log-level_warn (0.00s) [2022-05-19T09:57:31.717Z] === RUN TestReloadSetConfigFileNotExist [2022-05-19T09:57:31.717Z] --- PASS: TestWaitNodeAttachment (0.40s) [2022-05-19T09:57:31.717Z] === RUN TestIsolationConversion [2022-05-19T09:57:31.717Z] === RUN TestIsolationConversion/default [2022-05-19T09:57:31.717Z] === RUN TestIsolationConversion/process [2022-05-19T09:57:31.717Z] === RUN TestIsolationConversion/hyperv [2022-05-19T09:57:31.717Z] --- PASS: TestIsolationConversion (0.00s) [2022-05-19T09:57:31.717Z] --- PASS: TestIsolationConversion/default (0.00s) [2022-05-19T09:57:31.717Z] --- PASS: TestIsolationConversion/process (0.00s) [2022-05-19T09:57:31.717Z] --- PASS: TestIsolationConversion/hyperv (0.00s) [2022-05-19T09:57:31.717Z] === RUN TestContainerLabels [2022-05-19T09:57:31.717Z] --- PASS: TestContainerLabels (0.00s) [2022-05-19T09:57:31.717Z] === RUN TestCredentialSpecConversion [2022-05-19T09:57:31.717Z] === RUN TestCredentialSpecConversion/none [2022-05-19T09:57:31.717Z] === RUN TestCredentialSpecConversion/config [2022-05-19T09:57:31.717Z] === RUN TestCredentialSpecConversion/file [2022-05-19T09:57:31.717Z] === RUN TestCredentialSpecConversion/registry [2022-05-19T09:57:31.717Z] --- PASS: TestCredentialSpecConversion (0.00s) [2022-05-19T09:57:31.717Z] --- PASS: TestCredentialSpecConversion/none (0.00s) [2022-05-19T09:57:31.717Z] --- PASS: TestCredentialSpecConversion/config (0.00s) [2022-05-19T09:57:31.717Z] --- PASS: TestCredentialSpecConversion/file (0.00s) [2022-05-19T09:57:31.717Z] --- PASS: TestCredentialSpecConversion/registry (0.00s) [2022-05-19T09:57:31.717Z] === RUN TestControllerValidateMountBind [2022-05-19T09:57:31.717Z] --- PASS: TestControllerValidateMountBind (0.00s) [2022-05-19T09:57:31.815Z] === RUN TestReadLog/tail_less_than_available [2022-05-19T09:57:31.815Z] === RUN TestReadLog/tail_more_than_available [2022-05-19T09:57:31.815Z] --- PASS: TestReadLog (0.27s) [2022-05-19T09:57:31.815Z] --- PASS: TestReadLog/tail_exact (0.21s) [2022-05-19T09:57:31.815Z] --- PASS: TestReadLog/tail_less_than_available (0.01s) [2022-05-19T09:57:31.815Z] --- PASS: TestReadLog/tail_more_than_available (0.04s) [2022-05-19T09:57:31.815Z] PASS [2022-05-19T09:57:31.815Z] coverage: 78.7% of statements [2022-05-19T09:57:31.815Z] ok github.com/docker/docker/daemon/logger/local 0.372s coverage: 78.7% of statements [2022-05-19T09:57:31.815Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2022-05-19T09:57:31.815Z] === RUN TestOpenFileDelete [2022-05-19T09:57:31.815Z] --- PASS: TestOpenFileDelete (0.00s) [2022-05-19T09:57:31.815Z] === RUN TestOpenFileRename [2022-05-19T09:57:31.815Z] --- PASS: TestOpenFileRename (0.00s) [2022-05-19T09:57:31.815Z] === RUN TestHandleDecoderErr [2022-05-19T09:57:31.815Z] --- PASS: TestHandleDecoderErr (0.00s) [2022-05-19T09:57:31.815Z] === RUN TestParseLogTagDefaultTag [2022-05-19T09:57:31.815Z] --- PASS: TestParseLogTagDefaultTag (0.00s) [2022-05-19T09:57:31.815Z] === RUN TestParseLogTag [2022-05-19T09:57:31.815Z] --- PASS: TestParseLogTag (0.00s) [2022-05-19T09:57:31.815Z] === RUN TestParseLogTagEmptyTag [2022-05-19T09:57:31.815Z] --- PASS: TestParseLogTagEmptyTag (0.00s) [2022-05-19T09:57:31.815Z] === RUN TestTailFiles [2022-05-19T09:57:31.815Z] --- PASS: TestTailFiles (0.00s) [2022-05-19T09:57:31.815Z] === RUN TestFollowLogsConsumerGone [2022-05-19T09:57:31.815Z] --- PASS: TestFollowLogsConsumerGone (0.00s) [2022-05-19T09:57:31.815Z] === RUN TestFollowLogsProducerGone [2022-05-19T09:57:31.815Z] logfile_test.go:233: messages sent: 4098, received: 4098 [2022-05-19T09:57:31.815Z] logfile_test.go:180: logDecode() closed after sending 4098 messages [2022-05-19T09:57:31.815Z] --- PASS: TestFollowLogsProducerGone (0.01s) [2022-05-19T09:57:31.815Z] === RUN TestCheckCapacityAndRotate [2022-05-19T09:57:31.815Z] === RUN TestCheckCapacityAndRotate/closed_log_file [2022-05-19T09:57:31.815Z] === RUN TestCheckCapacityAndRotate/with_log_reader [2022-05-19T09:57:31.815Z] --- PASS: TestCheckCapacityAndRotate (0.07s) [2022-05-19T09:57:31.815Z] --- PASS: TestCheckCapacityAndRotate/closed_log_file (0.00s) [2022-05-19T09:57:31.815Z] --- PASS: TestCheckCapacityAndRotate/with_log_reader (0.03s) [2022-05-19T09:57:31.815Z] PASS [2022-05-19T09:57:31.815Z] coverage: 53.5% of statements [2022-05-19T09:57:31.815Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.176s coverage: 53.5% of statements [2022-05-19T09:57:31.911Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2022-05-19T09:57:32.186Z] === RUN TestControllerValidateMountVolume [2022-05-19T09:57:32.186Z] --- PASS: TestControllerValidateMountVolume (0.00s) [2022-05-19T09:57:32.186Z] === RUN TestControllerValidateMountTarget [2022-05-19T09:57:32.186Z] --- PASS: TestControllerValidateMountTarget (0.00s) [2022-05-19T09:57:32.186Z] === RUN TestControllerValidateMountTmpfs [2022-05-19T09:57:32.186Z] --- PASS: TestControllerValidateMountTmpfs (0.00s) [2022-05-19T09:57:32.186Z] === RUN TestControllerValidateMountInvalidType [2022-05-19T09:57:32.186Z] --- PASS: TestControllerValidateMountInvalidType (0.00s) [2022-05-19T09:57:32.186Z] === RUN TestControllerValidateMountNamedPipe [2022-05-19T09:57:32.186Z] --- PASS: TestControllerValidateMountNamedPipe (0.00s) [2022-05-19T09:57:32.186Z] PASS [2022-05-19T09:57:32.186Z] coverage: 10.7% of statements [2022-05-19T09:57:32.186Z] ok github.com/docker/docker/daemon/cluster/executor/container 0.851s coverage: 10.7% of statements [2022-05-19T09:57:32.186Z] time="2022-05-19T09:57:31Z" level=info msg="Got signal to reload configuration, reloading from: /tmp/blabla/not/exists/config.json" [2022-05-19T09:57:32.186Z] --- PASS: TestReloadSetConfigFileNotExist (0.23s) [2022-05-19T09:57:32.186Z] === RUN TestReloadDefaultConfigNotExist [2022-05-19T09:57:32.186Z] config_test.go:480: os.Getuid() != 0: skipping test that requires root [2022-05-19T09:57:32.186Z] --- SKIP: TestReloadDefaultConfigNotExist (0.00s) [2022-05-19T09:57:32.186Z] === RUN TestReloadBadDefaultConfig [2022-05-19T09:57:32.186Z] time="2022-05-19T09:57:31Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-config-1129619309" [2022-05-19T09:57:32.186Z] --- PASS: TestReloadBadDefaultConfig (0.00s) [2022-05-19T09:57:32.186Z] === RUN TestReloadWithConflictingLabels [2022-05-19T09:57:32.186Z] time="2022-05-19T09:57:31Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-3609513157" [2022-05-19T09:57:32.186Z] --- PASS: TestReloadWithConflictingLabels (0.00s) [2022-05-19T09:57:32.186Z] === RUN TestReloadWithDuplicateLabels [2022-05-19T09:57:32.186Z] time="2022-05-19T09:57:31Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-2838071227" [2022-05-19T09:57:32.186Z] --- PASS: TestReloadWithDuplicateLabels (0.00s) [2022-05-19T09:57:32.186Z] === RUN TestMaskURLCredentials [2022-05-19T09:57:32.186Z] --- PASS: TestMaskURLCredentials (0.00s) [2022-05-19T09:57:32.186Z] === RUN TestDaemonConfigurationMerge [2022-05-19T09:57:32.186Z] --- PASS: TestDaemonConfigurationMerge (0.00s) [2022-05-19T09:57:32.186Z] PASS [2022-05-19T09:57:32.186Z] coverage: 79.8% of statements [2022-05-19T09:57:32.186Z] ok github.com/docker/docker/daemon/config 0.375s coverage: 79.8% of statements [2022-05-19T09:57:32.186Z] === RUN TestEventsLog [2022-05-19T09:57:32.186Z] --- PASS: TestEventsLog (0.00s) [2022-05-19T09:57:32.186Z] === RUN TestEventsLogTimeout [2022-05-19T09:57:32.186Z] --- PASS: TestEventsLogTimeout (0.00s) [2022-05-19T09:57:32.186Z] === RUN TestLogEvents [2022-05-19T09:57:32.186Z] --- PASS: TestLogEvents (0.05s) [2022-05-19T09:57:32.186Z] === RUN TestLoadBufferedEvents [2022-05-19T09:57:32.186Z] --- PASS: TestLoadBufferedEvents (0.21s) [2022-05-19T09:57:32.186Z] === RUN TestLoadBufferedEventsOnlyFromPast [2022-05-19T09:57:32.186Z] --- PASS: TestLoadBufferedEventsOnlyFromPast (0.00s) [2022-05-19T09:57:32.186Z] === RUN TestIgnoreBufferedWhenNoTimes [2022-05-19T09:57:32.186Z] --- PASS: TestIgnoreBufferedWhenNoTimes (0.00s) [2022-05-19T09:57:32.186Z] PASS [2022-05-19T09:57:32.186Z] coverage: 50.0% of statements [2022-05-19T09:57:32.186Z] ok github.com/docker/docker/daemon/events 0.317s coverage: 50.0% of statements [2022-05-19T09:57:32.283Z] === RUN TestLog [2022-05-19T09:57:32.283Z] --- PASS: TestLog (0.03s) [2022-05-19T09:57:32.283Z] PASS [2022-05-19T09:57:32.283Z] coverage: 31.5% of statements [2022-05-19T09:57:32.283Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.108s coverage: 31.5% of statements [2022-05-19T09:57:32.751Z] === RUN TestValidateLogOpt [2022-05-19T09:57:32.751Z] --- PASS: TestValidateLogOpt (0.00s) [2022-05-19T09:57:32.751Z] === RUN TestNewMissedConfig [2022-05-19T09:57:32.751Z] --- PASS: TestNewMissedConfig (0.00s) [2022-05-19T09:57:32.751Z] === RUN TestNewMissedUrl [2022-05-19T09:57:32.751Z] --- PASS: TestNewMissedUrl (0.00s) [2022-05-19T09:57:32.751Z] === RUN TestNewMissedToken [2022-05-19T09:57:32.751Z] --- PASS: TestNewMissedToken (0.00s) [2022-05-19T09:57:32.751Z] === RUN TestNewWithProxy [2022-05-19T09:57:32.751Z] --- PASS: TestNewWithProxy (0.00s) [2022-05-19T09:57:32.751Z] === RUN TestDefault [2022-05-19T09:57:32.751Z] --- PASS: TestDefault (0.01s) [2022-05-19T09:57:32.751Z] === RUN TestInlineFormatWithNonDefaultOptions [2022-05-19T09:57:32.751Z] --- PASS: TestInlineFormatWithNonDefaultOptions (0.00s) [2022-05-19T09:57:32.751Z] === RUN TestJsonFormat [2022-05-19T09:57:32.751Z] --- PASS: TestJsonFormat (0.02s) [2022-05-19T09:57:32.751Z] === RUN TestRawFormat [2022-05-19T09:57:32.751Z] --- PASS: TestRawFormat (0.00s) [2022-05-19T09:57:32.751Z] === RUN TestRawFormatWithLabels [2022-05-19T09:57:32.751Z] --- PASS: TestRawFormatWithLabels (0.00s) [2022-05-19T09:57:32.751Z] === RUN TestRawFormatWithoutTag [2022-05-19T09:57:32.751Z] --- PASS: TestRawFormatWithoutTag (0.00s) [2022-05-19T09:57:32.751Z] === RUN TestBatching [2022-05-19T09:57:32.839Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2022-05-19T09:57:33.221Z] --- PASS: TestBatching (0.37s) [2022-05-19T09:57:33.221Z] === RUN TestFrequency [2022-05-19T09:57:33.221Z] === RUN TestNewParse [2022-05-19T09:57:33.221Z] --- PASS: TestNewParse (0.00s) [2022-05-19T09:57:33.221Z] PASS [2022-05-19T09:57:33.221Z] coverage: 8.3% of statements [2022-05-19T09:57:33.221Z] ok github.com/docker/docker/daemon/logger/templates 0.045s coverage: 8.3% of statements [2022-05-19T09:57:33.221Z] --- PASS: TestFrequency (0.16s) [2022-05-19T09:57:33.221Z] === RUN TestOneMessagePerRequest [2022-05-19T09:57:33.221Z] --- PASS: TestOneMessagePerRequest (0.00s) [2022-05-19T09:57:33.221Z] === RUN TestVerify [2022-05-19T09:57:33.221Z] --- PASS: TestVerify (0.00s) [2022-05-19T09:57:33.221Z] === RUN TestSkipVerify [2022-05-19T09:57:33.221Z] time="2022-05-19T09:57:32Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-05-19T09:57:33.221Z] time="2022-05-19T09:57:33Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-05-19T09:57:33.221Z] time="2022-05-19T09:57:33Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-05-19T09:57:33.221Z] time="2022-05-19T09:57:33Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-05-19T09:57:33.689Z] === RUN TestParseLogFormat [2022-05-19T09:57:33.689Z] --- PASS: TestParseLogFormat (0.00s) [2022-05-19T09:57:33.689Z] === RUN TestValidateLogOptEmpty [2022-05-19T09:57:33.689Z] --- PASS: TestValidateLogOptEmpty (0.00s) [2022-05-19T09:57:33.689Z] === RUN TestValidateSyslogAddress [2022-05-19T09:57:33.689Z] === RUN TestValidateSyslogAddress/this_is_not_an_uri [2022-05-19T09:57:33.689Z] === RUN TestValidateSyslogAddress/corrupted:42 [2022-05-19T09:57:33.689Z] === RUN TestValidateSyslogAddress/tcp://1.2.3.4 [2022-05-19T09:57:33.689Z] === RUN TestValidateSyslogAddress/udp://1.2.3.4 [2022-05-19T09:57:33.689Z] === RUN TestValidateSyslogAddress/http://1.2.3.4 [2022-05-19T09:57:33.689Z] --- PASS: TestValidateSyslogAddress (0.01s) [2022-05-19T09:57:33.689Z] --- PASS: TestValidateSyslogAddress/this_is_not_an_uri (0.00s) [2022-05-19T09:57:33.689Z] --- PASS: TestValidateSyslogAddress/corrupted:42 (0.00s) [2022-05-19T09:57:33.689Z] --- PASS: TestValidateSyslogAddress/tcp://1.2.3.4 (0.00s) [2022-05-19T09:57:33.689Z] --- PASS: TestValidateSyslogAddress/udp://1.2.3.4 (0.00s) [2022-05-19T09:57:33.689Z] --- PASS: TestValidateSyslogAddress/http://1.2.3.4 (0.00s) [2022-05-19T09:57:33.689Z] === RUN TestParseAddressDefaultPort [2022-05-19T09:57:33.689Z] --- PASS: TestParseAddressDefaultPort (0.00s) [2022-05-19T09:57:33.689Z] === RUN TestValidateSyslogFacility [2022-05-19T09:57:33.689Z] --- PASS: TestValidateSyslogFacility (0.00s) [2022-05-19T09:57:33.689Z] === RUN TestValidateLogOptSyslogFormat [2022-05-19T09:57:33.689Z] --- PASS: TestValidateLogOptSyslogFormat (0.00s) [2022-05-19T09:57:33.689Z] === RUN TestValidateLogOpt [2022-05-19T09:57:33.689Z] --- PASS: TestValidateLogOpt (0.00s) [2022-05-19T09:57:33.689Z] PASS [2022-05-19T09:57:33.689Z] coverage: 43.6% of statements [2022-05-19T09:57:33.689Z] ok github.com/docker/docker/daemon/logger/syslog 0.080s coverage: 43.6% of statements [2022-05-19T09:57:33.689Z] --- PASS: TestSkipVerify (0.58s) [2022-05-19T09:57:33.689Z] === RUN TestBufferMaximum [2022-05-19T09:57:33.689Z] time="2022-05-19T09:57:33Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-05-19T09:57:33.689Z] time="2022-05-19T09:57:33Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-05-19T09:57:33.689Z] time="2022-05-19T09:57:33Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-05-19T09:57:33.689Z] time="2022-05-19T09:57:33Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-05-19T09:57:33.689Z] time="2022-05-19T09:57:33Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-05-19T09:57:33.689Z] time="2022-05-19T09:57:33Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1652954253.476753\",\"host\":\"40a1ee0d93c1\"}'" [2022-05-19T09:57:33.689Z] time="2022-05-19T09:57:33Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1652954253.476753\",\"host\":\"40a1ee0d93c1\"}'" [2022-05-19T09:57:33.689Z] --- PASS: TestBufferMaximum (0.01s) [2022-05-19T09:57:33.689Z] === RUN TestServerAlwaysDown [2022-05-19T09:57:33.689Z] time="2022-05-19T09:57:33Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-05-19T09:57:33.689Z] time="2022-05-19T09:57:33Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-05-19T09:57:33.689Z] time="2022-05-19T09:57:33Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1652954253.486484\",\"host\":\"40a1ee0d93c1\"}'" [2022-05-19T09:57:33.689Z] time="2022-05-19T09:57:33Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1652954253.486484\",\"host\":\"40a1ee0d93c1\"}'" [2022-05-19T09:57:33.689Z] time="2022-05-19T09:57:33Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-05-19T09:57:33.689Z] time="2022-05-19T09:57:33Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"2\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1652954253.486484\",\"host\":\"40a1ee0d93c1\"}'" [2022-05-19T09:57:33.689Z] time="2022-05-19T09:57:33Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"3\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1652954253.487483\",\"host\":\"40a1ee0d93c1\"}'" [2022-05-19T09:57:33.689Z] time="2022-05-19T09:57:33Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"4\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1652954253.487483\",\"host\":\"40a1ee0d93c1\"}'" [2022-05-19T09:57:33.689Z] --- PASS: TestServerAlwaysDown (0.00s) [2022-05-19T09:57:33.689Z] === RUN TestCannotSendAfterClose [2022-05-19T09:57:33.689Z] --- PASS: TestCannotSendAfterClose (0.00s) [2022-05-19T09:57:33.689Z] === RUN TestDeadlockOnBlockedEndpoint [2022-05-19T09:57:33.750Z] === RUN TestLinkNaming [2022-05-19T09:57:33.750Z] --- PASS: TestLinkNaming (0.00s) [2022-05-19T09:57:33.750Z] === RUN TestLinkNew [2022-05-19T09:57:33.750Z] --- PASS: TestLinkNew (0.00s) [2022-05-19T09:57:33.750Z] === RUN TestLinkEnv [2022-05-19T09:57:33.750Z] --- PASS: TestLinkEnv (0.00s) [2022-05-19T09:57:33.750Z] === RUN TestLinkMultipleEnv [2022-05-19T09:57:33.750Z] --- PASS: TestLinkMultipleEnv (0.00s) [2022-05-19T09:57:33.750Z] === RUN TestLinkPortRangeEnv [2022-05-19T09:57:33.750Z] --- PASS: TestLinkPortRangeEnv (0.00s) [2022-05-19T09:57:33.750Z] PASS [2022-05-19T09:57:33.750Z] coverage: 93.0% of statements [2022-05-19T09:57:33.750Z] ok github.com/docker/docker/daemon/links 0.076s coverage: 93.0% of statements [2022-05-19T09:57:33.750Z] === RUN TestIsEmptyDir [2022-05-19T09:57:33.750Z] --- PASS: TestIsEmptyDir (0.01s) [2022-05-19T09:57:33.750Z] === RUN TestGraphDriverInitRequestIsCompatible [2022-05-19T09:57:33.750Z] --- PASS: TestGraphDriverInitRequestIsCompatible (0.00s) [2022-05-19T09:57:33.750Z] PASS [2022-05-19T09:57:33.750Z] coverage: 2.3% of statements [2022-05-19T09:57:33.750Z] ok github.com/docker/docker/daemon/graphdriver 0.223s coverage: 2.3% of statements [2022-05-19T09:57:33.767Z] === RUN TestDockerDaemonSuite/TestDaemonEvents [2022-05-19T09:57:34.678Z] === RUN TestV2MetadataService [2022-05-19T09:57:34.678Z] time="2022-05-19T09:57:34Z" level=warning msg="Error while sending logs" error="Post \"http://127.0.0.1:49207/services/collector/event/1.0\": context deadline exceeded" module=logger/splunk [2022-05-19T09:57:34.678Z] time="2022-05-19T09:57:34Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"\",\"source\":\"\",\"tag\":\"containeriid\"},\"time\":\"-6795364578.871346\",\"host\":\"40a1ee0d93c1\"}'" [2022-05-19T09:57:34.678Z] --- PASS: TestDeadlockOnBlockedEndpoint (1.00s) [2022-05-19T09:57:34.678Z] PASS [2022-05-19T09:57:34.678Z] coverage: 82.5% of statements [2022-05-19T09:57:34.678Z] ok github.com/docker/docker/daemon/logger/splunk 2.241s coverage: 82.5% of statements [2022-05-19T09:57:34.678Z] ? github.com/docker/docker/daemon/names [no test files] [2022-05-19T09:57:34.678Z] ? github.com/docker/docker/daemon/network [no test files] [2022-05-19T09:57:34.678Z] ? github.com/docker/docker/daemon/stats [no test files] [2022-05-19T09:57:34.735Z] === RUN TestVerifyNetworkingConfig [2022-05-19T09:57:34.735Z] --- PASS: TestVerifyNetworkingConfig (0.00s) [2022-05-19T09:57:34.735Z] === RUN TestGetContainer [2022-05-19T09:57:34.735Z] --- PASS: TestGetContainer (0.00s) [2022-05-19T09:57:34.735Z] === RUN TestValidContainerNames [2022-05-19T09:57:34.735Z] --- PASS: TestValidContainerNames (0.00s) [2022-05-19T09:57:34.735Z] === RUN TestContainerInitDNS [2022-05-19T09:57:34.735Z] daemon_test.go:145: root required [2022-05-19T09:57:34.735Z] --- SKIP: TestContainerInitDNS (0.00s) [2022-05-19T09:57:34.735Z] === RUN TestMerge [2022-05-19T09:57:34.735Z] --- PASS: TestMerge (0.00s) [2022-05-19T09:57:34.735Z] === RUN TestValidateContainerIsolation [2022-05-19T09:57:34.735Z] --- PASS: TestValidateContainerIsolation (0.00s) [2022-05-19T09:57:34.735Z] === RUN TestFindNetworkErrorType [2022-05-19T09:57:34.735Z] --- PASS: TestFindNetworkErrorType (0.00s) [2022-05-19T09:57:34.735Z] === RUN TestEnsureServicesExist [2022-05-19T09:57:34.735Z] --- PASS: TestEnsureServicesExist (0.00s) [2022-05-19T09:57:34.735Z] === RUN TestEnsureServicesExistErrors [2022-05-19T09:57:34.735Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice [2022-05-19T09:57:34.735Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 [2022-05-19T09:57:34.735Z] === RUN TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice [2022-05-19T09:57:34.735Z] --- PASS: TestEnsureServicesExistErrors (0.00s) [2022-05-19T09:57:34.735Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice (0.00s) [2022-05-19T09:57:34.735Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 (0.00s) [2022-05-19T09:57:34.735Z] --- PASS: TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice (0.00s) [2022-05-19T09:57:34.735Z] === RUN TestContainerDelete [2022-05-19T09:57:34.735Z] --- PASS: TestContainerDelete (0.00s) [2022-05-19T09:57:34.735Z] === RUN TestContainerDoubleDelete [2022-05-19T09:57:34.735Z] --- PASS: TestContainerDoubleDelete (0.00s) [2022-05-19T09:57:34.735Z] === RUN TestLogContainerEventCopyLabels [2022-05-19T09:57:34.735Z] --- PASS: TestLogContainerEventCopyLabels (0.00s) [2022-05-19T09:57:34.735Z] === RUN TestLogContainerEventWithAttributes [2022-05-19T09:57:34.735Z] --- PASS: TestLogContainerEventWithAttributes (0.00s) [2022-05-19T09:57:34.735Z] === RUN TestNoneHealthcheck [2022-05-19T09:57:34.735Z] --- PASS: TestNoneHealthcheck (0.00s) [2022-05-19T09:57:34.735Z] === RUN TestHealthStates [2022-05-19T09:57:35.202Z] time="2022-05-19T09:57:34Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-05-19T09:57:35.202Z] time="2022-05-19T09:57:34Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-05-19T09:57:35.202Z] time="2022-05-19T09:57:34Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-05-19T09:57:35.202Z] time="2022-05-19T09:57:34Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-05-19T09:57:35.202Z] time="2022-05-19T09:57:34Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-05-19T09:57:35.202Z] time="2022-05-19T09:57:34Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-05-19T09:57:35.202Z] time="2022-05-19T09:57:34Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-05-19T09:57:35.202Z] time="2022-05-19T09:57:34Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-05-19T09:57:35.202Z] time="2022-05-19T09:57:34Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-05-19T09:57:35.202Z] time="2022-05-19T09:57:34Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-05-19T09:57:35.202Z] --- PASS: TestHealthStates (0.22s) [2022-05-19T09:57:35.202Z] === RUN TestGetInspectData [2022-05-19T09:57:35.202Z] --- PASS: TestGetInspectData (0.00s) [2022-05-19T09:57:35.202Z] === RUN TestFillLicense [2022-05-19T09:57:35.202Z] --- PASS: TestFillLicense (0.00s) [2022-05-19T09:57:35.202Z] === RUN TestListInvalidFilter [2022-05-19T09:57:35.202Z] --- PASS: TestListInvalidFilter (0.00s) [2022-05-19T09:57:35.202Z] === RUN TestNameFilter [2022-05-19T09:57:35.202Z] --- PASS: TestNameFilter (0.01s) [2022-05-19T09:57:35.202Z] === RUN TestMergeAndVerifyLogConfigNilConfig [2022-05-19T09:57:35.202Z] --- PASS: TestMergeAndVerifyLogConfigNilConfig (0.00s) [2022-05-19T09:57:35.202Z] === RUN TestSetWindowsCredentialSpecInSpec [2022-05-19T09:57:35.202Z] === RUN TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options [2022-05-19T09:57:35.202Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option [2022-05-19T09:57:35.202Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path [2022-05-19T09:57:35.202Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory [2022-05-19T09:57:35.202Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully [2022-05-19T09:57:35.202Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option [2022-05-19T09:57:35.202Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully [2022-05-19T09:57:35.202Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully [2022-05-19T09:57:35.202Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully [2022-05-19T09:57:35.202Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option [2022-05-19T09:57:35.202Z] === 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-05-19T09:57:35.202Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option [2022-05-19T09:57:35.202Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names [2022-05-19T09:57:35.202Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options [2022-05-19T09:57:35.202Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options [2022-05-19T09:57:35.202Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file [2022-05-19T09:57:35.202Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry [2022-05-19T09:57:35.202Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config [2022-05-19T09:57:35.202Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw [2022-05-19T09:57:35.202Z] --- PASS: TestSetWindowsCredentialSpecInSpec (0.01s) [2022-05-19T09:57:35.202Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options (0.00s) [2022-05-19T09:57:35.202Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option (0.00s) [2022-05-19T09:57:35.202Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path (0.00s) [2022-05-19T09:57:35.203Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory (0.00s) [2022-05-19T09:57:35.203Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully (0.00s) [2022-05-19T09:57:35.203Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option (0.00s) [2022-05-19T09:57:35.203Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully (0.00s) [2022-05-19T09:57:35.203Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully (0.00s) [2022-05-19T09:57:35.203Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully (0.00s) [2022-05-19T09:57:35.203Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option (0.00s) [2022-05-19T09:57:35.203Z] --- 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-05-19T09:57:35.203Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option (0.00s) [2022-05-19T09:57:35.203Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names (0.00s) [2022-05-19T09:57:35.203Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options (0.00s) [2022-05-19T09:57:35.203Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options (0.00s) [2022-05-19T09:57:35.203Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file (0.00s) [2022-05-19T09:57:35.203Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry (0.00s) [2022-05-19T09:57:35.203Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config (0.00s) [2022-05-19T09:57:35.203Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw (0.00s) [2022-05-19T09:57:35.203Z] === RUN TestSetupWindowsDevices [2022-05-19T09:57:35.203Z] === RUN TestSetupWindowsDevices/it_does_nothing_if_there_are_no_devices [2022-05-19T09:57:35.203Z] === RUN TestSetupWindowsDevices/it_fails_if_any_devices_are_blank [2022-05-19T09:57:35.203Z] === RUN TestSetupWindowsDevices/it_fails_if_all_devices_do_not_contain_'/'_or_'://' [2022-05-19T09:57:35.203Z] === RUN TestSetupWindowsDevices/it_fails_if_any_devices_do_not_contain_'/'_or_'://' [2022-05-19T09:57:35.203Z] === RUN TestSetupWindowsDevices/it_fails_if_all_'/'-separated_devices_do_not_have_IDType_'class' [2022-05-19T09:57:35.203Z] === RUN TestSetupWindowsDevices/it_fails_if_any_'/'-separated_devices_do_not_have_IDType_'class' [2022-05-19T09:57:35.203Z] === RUN TestSetupWindowsDevices/it_fails_if_any_'://'-separated_devices_have_IDType_'' [2022-05-19T09:57:35.203Z] === RUN TestSetupWindowsDevices/it_creates_devices_if_all_'/'-separated_devices_have_IDType_'class' [2022-05-19T09:57:35.203Z] === RUN TestSetupWindowsDevices/it_creates_devices_if_all_'://'-separated_devices_have_non-blank_IDType [2022-05-19T09:57:35.203Z] === RUN TestSetupWindowsDevices/it_creates_devices_when_given_a_mix_of_'/'-separated_and_'://'-separated_devices [2022-05-19T09:57:35.203Z] --- PASS: TestSetupWindowsDevices (0.00s) [2022-05-19T09:57:35.203Z] --- PASS: TestSetupWindowsDevices/it_does_nothing_if_there_are_no_devices (0.00s) [2022-05-19T09:57:35.203Z] --- PASS: TestSetupWindowsDevices/it_fails_if_any_devices_are_blank (0.00s) [2022-05-19T09:57:35.203Z] --- PASS: TestSetupWindowsDevices/it_fails_if_all_devices_do_not_contain_'/'_or_'://' (0.00s) [2022-05-19T09:57:35.203Z] --- PASS: TestSetupWindowsDevices/it_fails_if_any_devices_do_not_contain_'/'_or_'://' (0.00s) [2022-05-19T09:57:35.203Z] --- PASS: TestSetupWindowsDevices/it_fails_if_all_'/'-separated_devices_do_not_have_IDType_'class' (0.00s) [2022-05-19T09:57:35.203Z] --- PASS: TestSetupWindowsDevices/it_fails_if_any_'/'-separated_devices_do_not_have_IDType_'class' (0.00s) [2022-05-19T09:57:35.203Z] --- PASS: TestSetupWindowsDevices/it_fails_if_any_'://'-separated_devices_have_IDType_'' (0.00s) [2022-05-19T09:57:35.203Z] --- PASS: TestSetupWindowsDevices/it_creates_devices_if_all_'/'-separated_devices_have_IDType_'class' (0.00s) [2022-05-19T09:57:35.203Z] --- PASS: TestSetupWindowsDevices/it_creates_devices_if_all_'://'-separated_devices_have_non-blank_IDType (0.00s) [2022-05-19T09:57:35.203Z] --- PASS: TestSetupWindowsDevices/it_creates_devices_when_given_a_mix_of_'/'-separated_and_'://'-separated_devices (0.00s) [2022-05-19T09:57:35.203Z] === RUN TestDaemonReloadLabels [2022-05-19T09:57:35.203Z] --- PASS: TestDaemonReloadLabels (0.00s) [2022-05-19T09:57:35.203Z] === RUN TestDaemonReloadAllowNondistributableArtifacts [2022-05-19T09:57:35.203Z] --- PASS: TestDaemonReloadAllowNondistributableArtifacts (0.00s) [2022-05-19T09:57:35.203Z] === RUN TestDaemonReloadMirrors [2022-05-19T09:57:35.203Z] --- PASS: TestDaemonReloadMirrors (0.00s) [2022-05-19T09:57:35.203Z] === RUN TestDaemonReloadInsecureRegistries [2022-05-19T09:57:35.203Z] --- PASS: TestDaemonReloadInsecureRegistries (0.00s) [2022-05-19T09:57:35.203Z] === RUN TestDaemonReloadNotAffectOthers [2022-05-19T09:57:35.203Z] --- PASS: TestDaemonReloadNotAffectOthers (0.00s) [2022-05-19T09:57:35.203Z] === RUN TestDaemonReloadNetworkDiagnosticPort [2022-05-19T09:57:35.203Z] reload_test.go:342: root required [2022-05-19T09:57:35.203Z] --- SKIP: TestDaemonReloadNetworkDiagnosticPort (0.00s) [2022-05-19T09:57:35.203Z] === RUN TestLoadOrCreateTrustKeyInvalidKeyFile [2022-05-19T09:57:35.203Z] --- PASS: TestLoadOrCreateTrustKeyInvalidKeyFile (0.01s) [2022-05-19T09:57:35.203Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist [2022-05-19T09:57:35.203Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist (0.02s) [2022-05-19T09:57:35.203Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist [2022-05-19T09:57:35.203Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist (0.02s) [2022-05-19T09:57:35.203Z] === RUN TestLoadOrCreateTrustKeyCreateKeyNoPath [2022-05-19T09:57:35.203Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyNoPath (0.02s) [2022-05-19T09:57:35.203Z] === RUN TestLoadOrCreateTrustKeyLoadValidKey [2022-05-19T09:57:35.203Z] --- PASS: TestLoadOrCreateTrustKeyLoadValidKey (0.00s) [2022-05-19T09:57:35.203Z] === RUN TestParseVolumesFrom [2022-05-19T09:57:35.203Z] --- PASS: TestParseVolumesFrom (0.00s) [2022-05-19T09:57:35.203Z] PASS [2022-05-19T09:57:35.203Z] coverage: 8.6% of statements [2022-05-19T09:57:35.203Z] ok github.com/docker/docker/daemon 0.581s coverage: 8.6% of statements [2022-05-19T09:57:35.203Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2022-05-19T09:57:35.203Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2022-05-19T09:57:35.203Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2022-05-19T09:57:35.203Z] ? github.com/docker/docker/daemon/exec [no test files] [2022-05-19T09:57:35.203Z] ? github.com/docker/docker/daemon/graphdriver/btrfs [no test files] [2022-05-19T09:57:35.203Z] ? github.com/docker/docker/daemon/graphdriver/devmapper [no test files] [2022-05-19T09:57:35.203Z] ? github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [no test files] [2022-05-19T09:57:35.203Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2022-05-19T09:57:35.203Z] ? github.com/docker/docker/daemon/graphdriver/overlay [no test files] [2022-05-19T09:57:35.203Z] ? github.com/docker/docker/daemon/graphdriver/overlay2 [no test files] [2022-05-19T09:57:35.669Z] --- PASS: TestV2MetadataService (0.92s) [2022-05-19T09:57:35.669Z] PASS [2022-05-19T09:57:35.669Z] coverage: 44.4% of statements [2022-05-19T09:57:35.669Z] ok github.com/docker/docker/distribution/metadata 1.073s coverage: 44.4% of statements [2022-05-19T09:57:35.671Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2022-05-19T09:57:35.671Z] ? github.com/docker/docker/daemon/graphdriver/vfs [no test files] [2022-05-19T09:57:35.671Z] ? github.com/docker/docker/daemon/graphdriver/windows [no test files] [2022-05-19T09:57:35.671Z] ? github.com/docker/docker/daemon/graphdriver/zfs [no test files] [2022-05-19T09:57:36.138Z] === RUN TestSuccessfulDownload [2022-05-19T09:57:36.138Z] download_test.go:267: Needs fixing on Windows [2022-05-19T09:57:36.138Z] --- SKIP: TestSuccessfulDownload (0.00s) [2022-05-19T09:57:36.138Z] === RUN TestCancelledDownload [2022-05-19T09:57:36.138Z] --- PASS: TestCancelledDownload (0.00s) [2022-05-19T09:57:36.138Z] === RUN TestMaxDownloadAttempts [2022-05-19T09:57:36.138Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-05-19T09:57:36.138Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-05-19T09:57:36.138Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-05-19T09:57:36.138Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-05-19T09:57:36.138Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-05-19T09:57:36.138Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-05-19T09:57:36.138Z] === RUN TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-05-19T09:57:36.138Z] === PAUSE TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-05-19T09:57:36.138Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-05-19T09:57:36.138Z] === CONT TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-05-19T09:57:36.138Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-05-19T09:57:36.138Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-05-19T09:57:36.762Z] === RUN TestContinueOnError_NonMirrorEndpoint [2022-05-19T09:57:36.762Z] --- PASS: TestContinueOnError_NonMirrorEndpoint (0.00s) [2022-05-19T09:57:36.762Z] === RUN TestContinueOnError_MirrorEndpoint [2022-05-19T09:57:36.762Z] --- PASS: TestContinueOnError_MirrorEndpoint (0.00s) [2022-05-19T09:57:36.762Z] === RUN TestContinueOnError_NeverContinue [2022-05-19T09:57:36.762Z] --- PASS: TestContinueOnError_NeverContinue (0.00s) [2022-05-19T09:57:36.762Z] === RUN TestManifestStore [2022-05-19T09:57:36.762Z] === RUN TestManifestStore/no_remote_or_local [2022-05-19T09:57:36.762Z] time="2022-05-19T09:57:36Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-05-19T09:57:36.762Z] time="2022-05-19T09:57:36Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-05-19T09:57:36.762Z] time="2022-05-19T09:57:36Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-05-19T09:57:36.762Z] time="2022-05-19T09:57:36Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-05-19T09:57:36.762Z] --- PASS: TestMaxDownloadAttempts (0.00s) [2022-05-19T09:57:36.762Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt (0.52s) [2022-05-19T09:57:36.762Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt (0.52s) [2022-05-19T09:57:36.762Z] --- PASS: TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt (0.52s) [2022-05-19T09:57:36.762Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt (0.52s) [2022-05-19T09:57:36.762Z] === RUN TestTransfer [2022-05-19T09:57:36.762Z] time="2022-05-19T09:57:36Z" level=warning msg="Error while attempting to abort content ingest" error="remove C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\TestManifestStore_no_remote_or_local1706844111\\ingest\\5b12c59ff23fa3d365724bc93c65a9481954db8222175a75005af97afc148b79\\data: The process cannot access the file because it is being used by another process." [2022-05-19T09:57:36.762Z] === RUN TestManifestStore/no_local_cache [2022-05-19T09:57:36.762Z] --- PASS: TestTransfer (0.18s) [2022-05-19T09:57:36.762Z] === RUN TestConcurrencyLimit [2022-05-19T09:57:36.762Z] === RUN TestManifestStore/with_local_cache [2022-05-19T09:57:36.762Z] === RUN TestManifestStore/unknown_media_type [2022-05-19T09:57:36.762Z] === RUN TestManifestStore/unknown_media_type/no_cache [2022-05-19T09:57:36.762Z] time="2022-05-19T09:57:36Z" level=warning msg="reference for unknown type: " [2022-05-19T09:57:36.762Z] time="2022-05-19T09:57:36Z" level=warning msg="reference for unknown type: " [2022-05-19T09:57:36.762Z] === RUN TestManifestStore/unknown_media_type/with_cache [2022-05-19T09:57:36.762Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type [2022-05-19T09:57:36.762Z] time="2022-05-19T09:57:36Z" level=warning msg="reference for unknown type: " [2022-05-19T09:57:36.762Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type [2022-05-19T09:57:36.762Z] time="2022-05-19T09:57:36Z" level=warning msg="reference for unknown type: " [2022-05-19T09:57:36.763Z] time="2022-05-19T09:57:36Z" level=warning msg="reference for unknown type: " [2022-05-19T09:57:36.763Z] === RUN TestManifestStore/error_persisting_manifest [2022-05-19T09:57:36.763Z] === RUN TestManifestStore/error_persisting_manifest/error_on_writer [2022-05-19T09:57:36.763Z] === RUN TestManifestStore/error_persisting_manifest/error_on_commit [2022-05-19T09:57:36.763Z] === RUN TestNotFound [2022-05-19T09:57:36.763Z] --- PASS: TestNotFound (0.00s) [2022-05-19T09:57:36.763Z] === RUN TestConflict [2022-05-19T09:57:36.763Z] --- PASS: TestConflict (0.00s) [2022-05-19T09:57:36.763Z] === RUN TestForbidden [2022-05-19T09:57:36.763Z] --- PASS: TestForbidden (0.00s) [2022-05-19T09:57:36.763Z] === RUN TestInvalidParameter [2022-05-19T09:57:36.763Z] --- PASS: TestInvalidParameter (0.00s) [2022-05-19T09:57:36.763Z] === RUN TestNotImplemented [2022-05-19T09:57:36.763Z] --- PASS: TestNotImplemented (0.00s) [2022-05-19T09:57:36.763Z] === RUN TestNotModified [2022-05-19T09:57:36.763Z] --- PASS: TestNotModified (0.00s) [2022-05-19T09:57:36.763Z] === RUN TestUnauthorized [2022-05-19T09:57:36.763Z] --- PASS: TestUnauthorized (0.00s) [2022-05-19T09:57:36.763Z] === RUN TestUnknown [2022-05-19T09:57:36.763Z] --- PASS: TestUnknown (0.00s) [2022-05-19T09:57:36.763Z] === RUN TestCancelled [2022-05-19T09:57:36.763Z] --- PASS: TestCancelled (0.00s) [2022-05-19T09:57:36.763Z] === RUN TestDeadline [2022-05-19T09:57:36.763Z] --- PASS: TestDeadline (0.00s) [2022-05-19T09:57:36.763Z] === RUN TestDataLoss [2022-05-19T09:57:36.763Z] --- PASS: TestDataLoss (0.00s) [2022-05-19T09:57:36.763Z] === RUN TestUnavailable [2022-05-19T09:57:36.763Z] --- PASS: TestUnavailable (0.00s) [2022-05-19T09:57:36.763Z] === RUN TestSystem [2022-05-19T09:57:36.763Z] --- PASS: TestSystem (0.00s) [2022-05-19T09:57:36.763Z] === RUN TestFromStatusCode [2022-05-19T09:57:36.763Z] === RUN TestFromStatusCode/Not_Found [2022-05-19T09:57:36.763Z] === RUN TestFromStatusCode/Bad_Request [2022-05-19T09:57:36.763Z] === RUN TestFromStatusCode/Conflict [2022-05-19T09:57:36.763Z] === RUN TestFromStatusCode/Unauthorized [2022-05-19T09:57:36.763Z] === RUN TestFromStatusCode/Service_Unavailable [2022-05-19T09:57:36.763Z] === RUN TestFromStatusCode/Forbidden [2022-05-19T09:57:36.763Z] === RUN TestFromStatusCode/Not_Modified [2022-05-19T09:57:36.763Z] === RUN TestFromStatusCode/Not_Implemented [2022-05-19T09:57:36.763Z] === RUN TestFromStatusCode/Internal_Server_Error [2022-05-19T09:57:36.763Z] === RUN TestFromStatusCode/Internal_Server_Error#01 [2022-05-19T09:57:36.763Z] === RUN TestFromStatusCode/Internal_Server_Error#02 [2022-05-19T09:57:36.763Z] === RUN TestFromStatusCode/Internal_Server_Error#03 [2022-05-19T09:57:36.763Z] === RUN TestFromStatusCode/Internal_Server_Error#04 [2022-05-19T09:57:36.763Z] --- PASS: TestFromStatusCode (0.00s) [2022-05-19T09:57:36.763Z] --- PASS: TestFromStatusCode/Not_Found (0.00s) [2022-05-19T09:57:36.763Z] --- PASS: TestFromStatusCode/Bad_Request (0.00s) [2022-05-19T09:57:36.763Z] --- PASS: TestFromStatusCode/Conflict (0.00s) [2022-05-19T09:57:36.763Z] --- PASS: TestFromStatusCode/Unauthorized (0.00s) [2022-05-19T09:57:36.763Z] --- PASS: TestFromStatusCode/Service_Unavailable (0.00s) [2022-05-19T09:57:36.763Z] --- PASS: TestFromStatusCode/Forbidden (0.00s) [2022-05-19T09:57:36.763Z] --- PASS: TestFromStatusCode/Not_Modified (0.00s) [2022-05-19T09:57:36.763Z] --- PASS: TestFromStatusCode/Not_Implemented (0.00s) [2022-05-19T09:57:36.763Z] --- PASS: TestFromStatusCode/Internal_Server_Error (0.00s) [2022-05-19T09:57:36.763Z] --- PASS: TestFromStatusCode/Internal_Server_Error#01 (0.00s) [2022-05-19T09:57:36.763Z] --- PASS: TestFromStatusCode/Internal_Server_Error#02 (0.00s) [2022-05-19T09:57:36.763Z] --- PASS: TestFromStatusCode/Internal_Server_Error#03 (0.00s) [2022-05-19T09:57:37.035Z] === RUN TestDockerDaemonSuite/TestDaemonEventsWithFilters [2022-05-19T09:57:37.233Z] --- PASS: TestFromStatusCode/Internal_Server_Error#04 (0.00s) [2022-05-19T09:57:37.233Z] PASS [2022-05-19T09:57:37.233Z] coverage: 77.0% of statements [2022-05-19T09:57:37.233Z] time="2022-05-19T09:57:36Z" level=warning msg="Error persisting manifest" error="error committing manifest to content store: random error" [2022-05-19T09:57:37.233Z] --- PASS: TestManifestStore (0.42s) [2022-05-19T09:57:37.233Z] --- PASS: TestManifestStore/no_remote_or_local (0.26s) [2022-05-19T09:57:37.233Z] --- PASS: TestManifestStore/no_local_cache (0.07s) [2022-05-19T09:57:37.233Z] --- PASS: TestManifestStore/with_local_cache (0.02s) [2022-05-19T09:57:37.233Z] --- PASS: TestManifestStore/unknown_media_type (0.05s) [2022-05-19T09:57:37.233Z] --- PASS: TestManifestStore/unknown_media_type/no_cache (0.02s) [2022-05-19T09:57:37.233Z] --- PASS: TestManifestStore/unknown_media_type/with_cache (0.04s) [2022-05-19T09:57:37.233Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type (0.02s) [2022-05-19T09:57:37.233Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type (0.02s) [2022-05-19T09:57:37.233Z] --- PASS: TestManifestStore/error_persisting_manifest (0.02s) [2022-05-19T09:57:37.233Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_writer (0.00s) [2022-05-19T09:57:37.233Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_commit (0.02s) [2022-05-19T09:57:37.233Z] === RUN TestDetectManifestBlobMediaType [2022-05-19T09:57:37.233Z] === RUN TestDetectManifestBlobMediaType/oci_manifest [2022-05-19T09:57:37.233Z] === RUN TestDetectManifestBlobMediaType/schema1 [2022-05-19T09:57:37.233Z] === RUN TestDetectManifestBlobMediaType/oci_index_fallback [2022-05-19T09:57:37.233Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_config_set [2022-05-19T09:57:37.233Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set [2022-05-19T09:57:37.233Z] ok github.com/docker/docker/errdefs 0.052s coverage: 77.0% of statements [2022-05-19T09:57:37.233Z] === RUN TestDetectManifestBlobMediaType/mediaType_is_set [2022-05-19T09:57:37.233Z] --- PASS: TestDetectManifestBlobMediaType (0.00s) [2022-05-19T09:57:37.233Z] --- PASS: TestDetectManifestBlobMediaType/oci_manifest (0.00s) [2022-05-19T09:57:37.233Z] --- PASS: TestDetectManifestBlobMediaType/schema1 (0.00s) [2022-05-19T09:57:37.233Z] --- PASS: TestDetectManifestBlobMediaType/oci_index_fallback (0.00s) [2022-05-19T09:57:37.233Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_config_set (0.00s) [2022-05-19T09:57:37.233Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set (0.00s) [2022-05-19T09:57:37.233Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_is_set (0.00s) [2022-05-19T09:57:37.233Z] === RUN TestDetectManifestBlobMediaTypeInvalid [2022-05-19T09:57:37.233Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_fsLayers [2022-05-19T09:57:37.233Z] === RUN TestDetectManifestBlobMediaTypeInvalid/layers_and_manifests [2022-05-19T09:57:37.233Z] === RUN TestDetectManifestBlobMediaTypeInvalid/layers_and_fsLayers [2022-05-19T09:57:37.233Z] === RUN TestDetectManifestBlobMediaTypeInvalid/fsLayers_and_manifests [2022-05-19T09:57:37.233Z] === RUN TestDetectManifestBlobMediaTypeInvalid/manifest_list_mediaType_with_fsLayers [2022-05-19T09:57:37.233Z] === RUN TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_layers [2022-05-19T09:57:37.233Z] === RUN TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_config [2022-05-19T09:57:37.233Z] === RUN TestDetectManifestBlobMediaTypeInvalid/config_and_manifests [2022-05-19T09:57:37.233Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_manifests [2022-05-19T09:57:37.233Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_layers [2022-05-19T09:57:37.233Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_manifests [2022-05-19T09:57:37.233Z] === RUN TestDetectManifestBlobMediaTypeInvalid/oci_manifest_mediaType_with_manifests [2022-05-19T09:57:37.233Z] === RUN TestDetectManifestBlobMediaTypeInvalid/config_and_fsLayers [2022-05-19T09:57:37.233Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid (0.00s) [2022-05-19T09:57:37.233Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_fsLayers (0.00s) [2022-05-19T09:57:37.233Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/layers_and_manifests (0.00s) [2022-05-19T09:57:37.233Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/layers_and_fsLayers (0.00s) [2022-05-19T09:57:37.233Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/fsLayers_and_manifests (0.00s) [2022-05-19T09:57:37.233Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/manifest_list_mediaType_with_fsLayers (0.00s) [2022-05-19T09:57:37.233Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_layers (0.00s) [2022-05-19T09:57:37.233Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_config (0.00s) [2022-05-19T09:57:37.233Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/config_and_manifests (0.00s) [2022-05-19T09:57:37.233Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_manifests (0.00s) [2022-05-19T09:57:37.233Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_layers (0.00s) [2022-05-19T09:57:37.233Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_manifests (0.00s) [2022-05-19T09:57:37.233Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/oci_manifest_mediaType_with_manifests (0.00s) [2022-05-19T09:57:37.233Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/config_and_fsLayers (0.00s) [2022-05-19T09:57:37.233Z] === RUN TestFixManifestLayers [2022-05-19T09:57:37.233Z] --- PASS: TestFixManifestLayers (0.00s) [2022-05-19T09:57:37.233Z] === RUN TestFixManifestLayersBaseLayerParent [2022-05-19T09:57:37.233Z] pull_v2_test.go:82: Needs fixing on Windows [2022-05-19T09:57:37.233Z] --- SKIP: TestFixManifestLayersBaseLayerParent (0.00s) [2022-05-19T09:57:37.233Z] === RUN TestFixManifestLayersBadParent [2022-05-19T09:57:37.233Z] --- PASS: TestFixManifestLayersBadParent (0.00s) [2022-05-19T09:57:37.233Z] === RUN TestValidateManifest [2022-05-19T09:57:37.233Z] pull_v2_test.go:127: Needs fixing on Windows [2022-05-19T09:57:37.233Z] --- SKIP: TestValidateManifest (0.00s) [2022-05-19T09:57:37.233Z] === RUN TestFormatPlatform [2022-05-19T09:57:37.233Z] --- PASS: TestFormatPlatform (0.00s) [2022-05-19T09:57:37.233Z] === RUN TestPullSchema2Config [2022-05-19T09:57:37.233Z] === RUN TestPullSchema2Config/success_first_time [2022-05-19T09:57:37.233Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-05-19T09:57:37.233Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-05-19T09:57:37.233Z] === RUN TestPullSchema2Config/500_status [2022-05-19T09:57:37.233Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-05-19T09:57:37.233Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-05-19T09:57:37.233Z] --- PASS: TestConcurrencyLimit (0.35s) [2022-05-19T09:57:37.233Z] === RUN TestInactiveJobs [2022-05-19T09:57:37.233Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-05-19T09:57:37.233Z] === RUN TestPullSchema2Config/EOF [2022-05-19T09:57:37.233Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-05-19T09:57:37.233Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-05-19T09:57:37.233Z] 2022/05/19 09:57:36 http: panic serving 127.0.0.1:49218: intentional panic [2022-05-19T09:57:37.233Z] goroutine 80 [running]: [2022-05-19T09:57:37.233Z] net/http.(*conn).serve.func1() [2022-05-19T09:57:37.233Z] c:/go/src/net/http/server.go:1825 +0xbf [2022-05-19T09:57:37.233Z] panic({0xd68ee0, 0xf4b2f0}) [2022-05-19T09:57:37.233Z] c:/go/src/runtime/panic.go:844 +0x258 [2022-05-19T09:57:37.233Z] github.com/docker/docker/distribution.TestPullSchema2Config.func3(0xc0000511e0?, {0xf52a98?, 0xc000340000?}) [2022-05-19T09:57:37.233Z] C:/gopath/src/github.com/docker/docker/distribution/pull_v2_test.go:262 +0xb4 [2022-05-19T09:57:37.233Z] github.com/docker/docker/distribution.TestPullSchema2Config.func5.1({0xf52a98, 0xc000340000}, 0xc000430800) [2022-05-19T09:57:37.233Z] C:/gopath/src/github.com/docker/docker/distribution/pull_v2_test.go:290 +0x286 [2022-05-19T09:57:37.233Z] net/http.HandlerFunc.ServeHTTP(0x0?, {0xf52a98?, 0xc000340000?}, 0xc00005a800?) [2022-05-19T09:57:37.233Z] c:/go/src/net/http/server.go:2084 +0x2f [2022-05-19T09:57:37.233Z] net/http.serverHandler.ServeHTTP({0xc0001dab40?}, {0xf52a98, 0xc000340000}, 0xc000430800) [2022-05-19T09:57:37.233Z] c:/go/src/net/http/server.go:2916 +0x43b [2022-05-19T09:57:37.233Z] net/http.(*conn).serve(0xc0002f52c0, {0xf53310, 0xc00055b170}) [2022-05-19T09:57:37.233Z] c:/go/src/net/http/server.go:1966 +0x5d7 [2022-05-19T09:57:37.233Z] created by net/http.(*Server).Serve [2022-05-19T09:57:37.233Z] c:/go/src/net/http/server.go:3071 +0x4db [2022-05-19T09:57:37.233Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-05-19T09:57:37.233Z] === RUN TestPullSchema2Config/unauthorized [2022-05-19T09:57:37.233Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-05-19T09:57:37.233Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-05-19T09:57:37.233Z] --- PASS: TestPullSchema2Config (0.54s) [2022-05-19T09:57:37.233Z] --- PASS: TestPullSchema2Config/success_first_time (0.01s) [2022-05-19T09:57:37.233Z] --- PASS: TestPullSchema2Config/500_status (0.26s) [2022-05-19T09:57:37.233Z] --- PASS: TestPullSchema2Config/EOF (0.26s) [2022-05-19T09:57:37.233Z] --- PASS: TestPullSchema2Config/unauthorized (0.00s) [2022-05-19T09:57:37.233Z] === RUN TestGetRepositoryMountCandidates [2022-05-19T09:57:37.233Z] --- PASS: TestGetRepositoryMountCandidates (0.00s) [2022-05-19T09:57:37.233Z] === RUN TestLayerAlreadyExists [2022-05-19T09:57:37.233Z] 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-05-19T09:57:37.233Z] 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-05-19T09:57:37.233Z] 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-05-19T09:57:37.233Z] 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-05-19T09:57:37.233Z] 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-05-19T09:57:37.233Z] 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-05-19T09:57:37.233Z] --- PASS: TestLayerAlreadyExists (0.00s) [2022-05-19T09:57:37.233Z] === RUN TestWhenEmptyAuthConfig [2022-05-19T09:57:37.233Z] --- PASS: TestInactiveJobs (0.35s) [2022-05-19T09:57:37.233Z] === RUN TestWatchRelease [2022-05-19T09:57:37.414Z] === RUN TestAdapterReadLogs [2022-05-19T09:57:37.414Z] --- PASS: TestAdapterReadLogs (0.00s) [2022-05-19T09:57:37.414Z] === RUN TestCopier [2022-05-19T09:57:37.414Z] --- PASS: TestCopier (0.00s) [2022-05-19T09:57:37.414Z] === RUN TestCopierLongLines [2022-05-19T09:57:37.414Z] --- PASS: TestCopierLongLines (0.00s) [2022-05-19T09:57:37.414Z] === RUN TestCopierSlow [2022-05-19T09:57:37.414Z] === RUN TestNewStreamConfig [2022-05-19T09:57:37.414Z] === RUN TestNewStreamConfig/defaults [2022-05-19T09:57:37.414Z] === RUN TestNewStreamConfig/invalid_create_group [2022-05-19T09:57:37.414Z] === RUN TestNewStreamConfig/invalid_flush_interval [2022-05-19T09:57:37.414Z] === RUN TestNewStreamConfig/invalid_max_buffered_events [2022-05-19T09:57:37.414Z] === RUN TestNewStreamConfig/invalid_multiline_pattern [2022-05-19T09:57:37.414Z] === RUN TestNewStreamConfig/flush_interval_at_15 [2022-05-19T09:57:37.414Z] === RUN TestNewStreamConfig/max_buffered_events_at_1024 [2022-05-19T09:57:37.414Z] --- PASS: TestNewStreamConfig (0.00s) [2022-05-19T09:57:37.414Z] --- PASS: TestNewStreamConfig/defaults (0.00s) [2022-05-19T09:57:37.414Z] --- PASS: TestNewStreamConfig/invalid_create_group (0.00s) [2022-05-19T09:57:37.414Z] --- PASS: TestNewStreamConfig/invalid_flush_interval (0.00s) [2022-05-19T09:57:37.414Z] --- PASS: TestNewStreamConfig/invalid_max_buffered_events (0.00s) [2022-05-19T09:57:37.414Z] --- PASS: TestNewStreamConfig/invalid_multiline_pattern (0.00s) [2022-05-19T09:57:37.414Z] --- PASS: TestNewStreamConfig/flush_interval_at_15 (0.00s) [2022-05-19T09:57:37.414Z] --- PASS: TestNewStreamConfig/max_buffered_events_at_1024 (0.00s) [2022-05-19T09:57:37.414Z] === RUN TestNewAWSLogsClientUserAgentHandler [2022-05-19T09:57:37.414Z] --- PASS: TestNewAWSLogsClientUserAgentHandler (0.00s) [2022-05-19T09:57:37.414Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler [2022-05-19T09:57:37.414Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler/json/emf [2022-05-19T09:57:37.414Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler/#00 [2022-05-19T09:57:37.414Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler (0.00s) [2022-05-19T09:57:37.414Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler/json/emf (0.00s) [2022-05-19T09:57:37.414Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler/#00 (0.00s) [2022-05-19T09:57:37.414Z] === RUN TestNewAWSLogsClientAWSLogsEndpoint [2022-05-19T09:57:37.414Z] --- PASS: TestNewAWSLogsClientAWSLogsEndpoint (0.00s) [2022-05-19T09:57:37.414Z] === RUN TestNewAWSLogsClientRegionDetect [2022-05-19T09:57:37.414Z] time="2022-05-19T09:57:36Z" level=info msg="Trying to get region from EC2 Metadata" [2022-05-19T09:57:37.414Z] --- PASS: TestNewAWSLogsClientRegionDetect (0.20s) [2022-05-19T09:57:37.414Z] === RUN TestCreateSuccess [2022-05-19T09:57:37.414Z] --- PASS: TestCreateSuccess (0.00s) [2022-05-19T09:57:37.414Z] === RUN TestCreateStreamSkipped [2022-05-19T09:57:37.414Z] time="2022-05-19T09:57:37Z" level=info msg="Skipping creating log stream" logCreateStream=false logGroupName=groupName logStreamName=streamName [2022-05-19T09:57:37.414Z] --- PASS: TestCreateStreamSkipped (0.00s) [2022-05-19T09:57:37.414Z] === RUN TestCreateLogGroupSuccess [2022-05-19T09:57:37.414Z] time="2022-05-19T09:57:37Z" level=error msg="Failed to create log stream" errorCode=ResourceNotFoundException logGroupName=groupName logStreamName=streamName message="should error once" origError="" [2022-05-19T09:57:37.414Z] --- PASS: TestCreateLogGroupSuccess (0.00s) [2022-05-19T09:57:37.414Z] === RUN TestCreateError [2022-05-19T09:57:37.414Z] --- PASS: TestCreateError (0.00s) [2022-05-19T09:57:37.414Z] === RUN TestCreateAlreadyExists [2022-05-19T09:57:37.414Z] time="2022-05-19T09:57:37Z" level=info msg="Log stream already exists" errorCode=ResourceAlreadyExistsException logGroupName= logStreamName= message= origError="" [2022-05-19T09:57:37.414Z] --- PASS: TestCreateAlreadyExists (0.00s) [2022-05-19T09:57:37.414Z] === RUN TestLogClosed [2022-05-19T09:57:37.414Z] --- PASS: TestLogClosed (0.00s) [2022-05-19T09:57:37.414Z] === RUN TestLogBlocking [2022-05-19T09:57:37.414Z] --- PASS: TestLogBlocking (0.00s) [2022-05-19T09:57:37.414Z] === RUN TestLogNonBlockingBufferEmpty [2022-05-19T09:57:37.414Z] --- PASS: TestLogNonBlockingBufferEmpty (0.00s) [2022-05-19T09:57:37.414Z] === RUN TestLogNonBlockingBufferFull [2022-05-19T09:57:37.414Z] --- PASS: TestLogNonBlockingBufferFull (0.00s) [2022-05-19T09:57:37.414Z] === RUN TestPublishBatchSuccess [2022-05-19T09:57:37.414Z] --- PASS: TestPublishBatchSuccess (0.00s) [2022-05-19T09:57:37.414Z] === RUN TestPublishBatchError [2022-05-19T09:57:37.414Z] time="2022-05-19T09:57:37Z" level=error msg=error [2022-05-19T09:57:37.414Z] --- PASS: TestPublishBatchError (0.00s) [2022-05-19T09:57:37.414Z] === RUN TestPublishBatchInvalidSeqSuccess [2022-05-19T09:57:37.414Z] time="2022-05-19T09:57:37Z" level=error msg="Failed to put log events" errorCode=InvalidSequenceTokenException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2022-05-19T09:57:37.414Z] --- PASS: TestPublishBatchInvalidSeqSuccess (0.00s) [2022-05-19T09:57:37.414Z] === RUN TestPublishBatchAlreadyAccepted [2022-05-19T09:57:37.414Z] time="2022-05-19T09:57:37Z" level=error msg="Failed to put log events" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2022-05-19T09:57:37.414Z] time="2022-05-19T09:57:37Z" level=info msg="Data already accepted, ignoring error" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" [2022-05-19T09:57:37.414Z] --- PASS: TestPublishBatchAlreadyAccepted (0.00s) [2022-05-19T09:57:37.414Z] === RUN TestCollectBatchSimple [2022-05-19T09:57:37.414Z] --- PASS: TestCollectBatchSimple (0.00s) [2022-05-19T09:57:37.414Z] === RUN TestCollectBatchTicker [2022-05-19T09:57:37.414Z] --- PASS: TestCollectBatchTicker (0.00s) [2022-05-19T09:57:37.414Z] === RUN TestCollectBatchMultilinePattern [2022-05-19T09:57:37.414Z] --- PASS: TestCollectBatchMultilinePattern (0.00s) [2022-05-19T09:57:37.414Z] === RUN TestCollectBatchMultilinePatternMaxEventAge [2022-05-19T09:57:37.414Z] --- PASS: TestCollectBatchMultilinePatternMaxEventAge (0.00s) [2022-05-19T09:57:37.414Z] === RUN TestCollectBatchMultilinePatternNegativeEventAge [2022-05-19T09:57:37.414Z] --- PASS: TestCollectBatchMultilinePatternNegativeEventAge (0.00s) [2022-05-19T09:57:37.414Z] === RUN TestCollectBatchMultilinePatternMaxEventSize [2022-05-19T09:57:37.414Z] --- PASS: TestCollectBatchMultilinePatternMaxEventSize (0.02s) [2022-05-19T09:57:37.414Z] === RUN TestCollectBatchClose [2022-05-19T09:57:37.414Z] --- PASS: TestCollectBatchClose (0.00s) [2022-05-19T09:57:37.414Z] === RUN TestEffectiveLen [2022-05-19T09:57:37.414Z] === RUN TestEffectiveLen/0/Hello [2022-05-19T09:57:37.414Z] === RUN TestEffectiveLen/1/\x01\x02\x03\x04 [2022-05-19T09:57:37.414Z] === RUN TestEffectiveLen/2/🙃 [2022-05-19T09:57:37.414Z] === RUN TestEffectiveLen/3/���� [2022-05-19T09:57:37.414Z] === RUN TestEffectiveLen/4/He��o [2022-05-19T09:57:37.414Z] === RUN TestEffectiveLen/5/ [2022-05-19T09:57:37.414Z] --- PASS: TestEffectiveLen (0.00s) [2022-05-19T09:57:37.414Z] --- PASS: TestEffectiveLen/0/Hello (0.00s) [2022-05-19T09:57:37.414Z] --- PASS: TestEffectiveLen/1/\x01\x02\x03\x04 (0.00s) [2022-05-19T09:57:37.414Z] --- PASS: TestEffectiveLen/2/🙃 (0.00s) [2022-05-19T09:57:37.414Z] --- PASS: TestEffectiveLen/3/���� (0.00s) [2022-05-19T09:57:37.414Z] --- PASS: TestEffectiveLen/4/He��o (0.00s) [2022-05-19T09:57:37.414Z] --- PASS: TestEffectiveLen/5/ (0.00s) [2022-05-19T09:57:37.414Z] === RUN TestFindValidSplit [2022-05-19T09:57:37.414Z] === RUN TestFindValidSplit/0/ [2022-05-19T09:57:37.414Z] cloudwatchlogs_test.go:1076: [2022-05-19T09:57:37.414Z] cloudwatchlogs_test.go:1077: [2022-05-19T09:57:37.414Z] === RUN TestFindValidSplit/1/Hello [2022-05-19T09:57:37.414Z] cloudwatchlogs_test.go:1076: Hello [2022-05-19T09:57:37.414Z] cloudwatchlogs_test.go:1077: [2022-05-19T09:57:37.414Z] === RUN TestFindValidSplit/2/Hello [2022-05-19T09:57:37.414Z] cloudwatchlogs_test.go:1076: He [2022-05-19T09:57:37.414Z] cloudwatchlogs_test.go:1077: llo [2022-05-19T09:57:37.414Z] === RUN TestFindValidSplit/3/Hello [2022-05-19T09:57:37.414Z] cloudwatchlogs_test.go:1076: [2022-05-19T09:57:37.414Z] cloudwatchlogs_test.go:1077: Hello [2022-05-19T09:57:37.414Z] === RUN TestFindValidSplit/4/🙃 [2022-05-19T09:57:37.414Z] cloudwatchlogs_test.go:1076: [2022-05-19T09:57:37.414Z] cloudwatchlogs_test.go:1077: 🙃 [2022-05-19T09:57:37.414Z] === RUN TestFindValidSplit/5/🙃 [2022-05-19T09:57:37.414Z] cloudwatchlogs_test.go:1076: 🙃 [2022-05-19T09:57:37.414Z] cloudwatchlogs_test.go:1077: [2022-05-19T09:57:37.414Z] === RUN TestFindValidSplit/6/a� [2022-05-19T09:57:37.414Z] cloudwatchlogs_test.go:1076: a [2022-05-19T09:57:37.414Z] cloudwatchlogs_test.go:1077: � [2022-05-19T09:57:37.414Z] === RUN TestFindValidSplit/7/a� [2022-05-19T09:57:37.414Z] cloudwatchlogs_test.go:1076: a� [2022-05-19T09:57:37.414Z] --- PASS: TestCopierSlow (0.23s) [2022-05-19T09:57:37.414Z] === RUN TestCopierWithSized [2022-05-19T09:57:37.414Z] === RUN TestCopierWithSized/as_is [2022-05-19T09:57:37.414Z] cloudwatchlogs_test.go:1077: [2022-05-19T09:57:37.414Z] --- PASS: TestFindValidSplit (0.00s) [2022-05-19T09:57:37.414Z] --- PASS: TestFindValidSplit/0/ (0.00s) [2022-05-19T09:57:37.414Z] --- PASS: TestFindValidSplit/1/Hello (0.00s) [2022-05-19T09:57:37.414Z] --- PASS: TestFindValidSplit/2/Hello (0.00s) [2022-05-19T09:57:37.414Z] --- PASS: TestFindValidSplit/3/Hello (0.00s) [2022-05-19T09:57:37.414Z] --- PASS: TestFindValidSplit/4/🙃 (0.00s) [2022-05-19T09:57:37.414Z] --- PASS: TestFindValidSplit/5/🙃 (0.00s) [2022-05-19T09:57:37.414Z] --- PASS: TestFindValidSplit/6/a� (0.00s) [2022-05-19T09:57:37.414Z] --- PASS: TestFindValidSplit/7/a� (0.00s) [2022-05-19T09:57:37.414Z] === RUN TestProcessEventEmoji [2022-05-19T09:57:37.414Z] --- PASS: TestProcessEventEmoji (0.00s) [2022-05-19T09:57:37.414Z] === RUN TestCollectBatchLineSplit [2022-05-19T09:57:37.414Z] --- PASS: TestCollectBatchLineSplit (0.01s) [2022-05-19T09:57:37.414Z] === RUN TestCollectBatchLineSplitWithBinary [2022-05-19T09:57:37.414Z] --- PASS: TestCollectBatchLineSplitWithBinary (0.00s) [2022-05-19T09:57:37.414Z] === RUN TestCollectBatchMaxEvents [2022-05-19T09:57:37.414Z] === RUN TestCopierWithSized/With_RingLogger [2022-05-19T09:57:37.414Z] --- PASS: TestCopierWithSized (0.02s) [2022-05-19T09:57:37.414Z] --- PASS: TestCopierWithSized/as_is (0.01s) [2022-05-19T09:57:37.414Z] --- PASS: TestCopierWithSized/With_RingLogger (0.01s) [2022-05-19T09:57:37.414Z] === RUN TestCopierWithPartial [2022-05-19T09:57:37.414Z] --- PASS: TestCopierWithPartial (0.00s) [2022-05-19T09:57:37.414Z] === RUN TestRingLogger [2022-05-19T09:57:37.414Z] --- PASS: TestRingLogger (0.00s) [2022-05-19T09:57:37.414Z] === RUN TestRingCap [2022-05-19T09:57:37.414Z] --- PASS: TestRingCap (0.00s) [2022-05-19T09:57:37.414Z] === RUN TestRingClose [2022-05-19T09:57:37.414Z] --- PASS: TestRingClose (0.00s) [2022-05-19T09:57:37.414Z] === RUN TestRingDrain [2022-05-19T09:57:37.414Z] --- PASS: TestRingDrain (0.00s) [2022-05-19T09:57:37.414Z] PASS [2022-05-19T09:57:37.414Z] coverage: 43.2% of statements [2022-05-19T09:57:37.414Z] ok github.com/docker/docker/daemon/logger 0.330s coverage: 43.2% of statements [2022-05-19T09:57:37.414Z] --- PASS: TestCollectBatchMaxEvents (0.03s) [2022-05-19T09:57:37.414Z] === RUN TestCollectBatchMaxTotalBytes [2022-05-19T09:57:37.414Z] --- PASS: TestCollectBatchMaxTotalBytes (0.02s) [2022-05-19T09:57:37.414Z] === RUN TestCollectBatchMaxTotalBytesWithBinary [2022-05-19T09:57:37.414Z] --- PASS: TestCollectBatchMaxTotalBytesWithBinary (0.01s) [2022-05-19T09:57:37.414Z] === RUN TestCollectBatchWithDuplicateTimestamps [2022-05-19T09:57:37.414Z] --- PASS: TestCollectBatchWithDuplicateTimestamps (0.06s) [2022-05-19T09:57:37.414Z] === RUN TestParseLogOptionsMultilinePattern [2022-05-19T09:57:37.414Z] --- PASS: TestParseLogOptionsMultilinePattern (0.00s) [2022-05-19T09:57:37.414Z] === RUN TestParseLogOptionsDatetimeFormat [2022-05-19T09:57:37.414Z] === RUN TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT [2022-05-19T09:57:37.414Z] === RUN TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 [2022-05-19T09:57:37.414Z] === RUN TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec [2022-05-19T09:57:37.414Z] === RUN TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December [2022-05-19T09:57:37.414Z] === RUN TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday [2022-05-19T09:57:37.414Z] === RUN TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun [2022-05-19T09:57:37.414Z] === RUN TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 [2022-05-19T09:57:37.414Z] --- PASS: TestParseLogOptionsDatetimeFormat (0.00s) [2022-05-19T09:57:37.414Z] --- PASS: TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT (0.00s) [2022-05-19T09:57:37.415Z] --- PASS: TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 (0.00s) [2022-05-19T09:57:37.415Z] --- PASS: TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec (0.00s) [2022-05-19T09:57:37.415Z] --- PASS: TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December (0.00s) [2022-05-19T09:57:37.415Z] --- PASS: TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday (0.00s) [2022-05-19T09:57:37.415Z] --- PASS: TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun (0.00s) [2022-05-19T09:57:37.415Z] --- PASS: TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 (0.00s) [2022-05-19T09:57:37.415Z] === RUN TestValidateLogOptionsDatetimeFormatAndMultilinePattern [2022-05-19T09:57:37.415Z] --- PASS: TestValidateLogOptionsDatetimeFormatAndMultilinePattern (0.00s) [2022-05-19T09:57:37.415Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds [2022-05-19T09:57:37.415Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/0 [2022-05-19T09:57:37.415Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/-1 [2022-05-19T09:57:37.415Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/a [2022-05-19T09:57:37.415Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/10 [2022-05-19T09:57:37.415Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds (0.00s) [2022-05-19T09:57:37.415Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/0 (0.00s) [2022-05-19T09:57:37.415Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/-1 (0.00s) [2022-05-19T09:57:37.415Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/a (0.00s) [2022-05-19T09:57:37.415Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/10 (0.00s) [2022-05-19T09:57:37.415Z] === RUN TestValidateLogOptionsMaxBufferedEvents [2022-05-19T09:57:37.415Z] === RUN TestValidateLogOptionsMaxBufferedEvents/0 [2022-05-19T09:57:37.415Z] === RUN TestValidateLogOptionsMaxBufferedEvents/-1 [2022-05-19T09:57:37.415Z] === RUN TestValidateLogOptionsMaxBufferedEvents/a [2022-05-19T09:57:37.415Z] === RUN TestValidateLogOptionsMaxBufferedEvents/10 [2022-05-19T09:57:37.415Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents (0.00s) [2022-05-19T09:57:37.596Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2022-05-19T09:57:37.702Z] --- PASS: TestWatchRelease (0.04s) [2022-05-19T09:57:37.702Z] === RUN TestWatchFinishedTransfer [2022-05-19T09:57:37.702Z] --- PASS: TestWatchFinishedTransfer (0.00s) [2022-05-19T09:57:37.702Z] === RUN TestDuplicateTransfer [2022-05-19T09:57:37.702Z] --- PASS: TestDuplicateTransfer (0.04s) [2022-05-19T09:57:37.702Z] === RUN TestSuccessfulUpload [2022-05-19T09:57:37.702Z] time="2022-05-19T09:57:37Z" level=error msg="Upload failed, retrying: simulating retry" [2022-05-19T09:57:37.702Z] === RUN TestFSGetInvalidData [2022-05-19T09:57:37.702Z] --- PASS: TestSuccessfulUpload (0.38s) [2022-05-19T09:57:37.702Z] === RUN TestCancelledUpload [2022-05-19T09:57:37.702Z] --- PASS: TestCancelledUpload (0.00s) [2022-05-19T09:57:37.702Z] PASS [2022-05-19T09:57:37.702Z] coverage: 76.8% of statements [2022-05-19T09:57:37.702Z] --- PASS: TestFSGetInvalidData (0.01s) [2022-05-19T09:57:37.702Z] === RUN TestFSInvalidSet [2022-05-19T09:57:37.702Z] ok github.com/docker/docker/distribution/xfer 1.969s coverage: 76.8% of statements [2022-05-19T09:57:37.702Z] --- PASS: TestFSInvalidSet (0.02s) [2022-05-19T09:57:37.702Z] === RUN TestFSInvalidRoot [2022-05-19T09:57:37.702Z] --- PASS: TestFSInvalidRoot (0.01s) [2022-05-19T09:57:37.702Z] === RUN TestFSMetadataGetSet [2022-05-19T09:57:37.882Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/0 (0.00s) [2022-05-19T09:57:37.883Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/-1 (0.00s) [2022-05-19T09:57:37.883Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/a (0.00s) [2022-05-19T09:57:37.883Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/10 (0.00s) [2022-05-19T09:57:37.883Z] === RUN TestValidateLogOptionsFormat [2022-05-19T09:57:37.883Z] === RUN TestValidateLogOptionsFormat/0/json/emf [2022-05-19T09:57:37.883Z] === RUN TestValidateLogOptionsFormat/1/random [2022-05-19T09:57:37.883Z] === RUN TestValidateLogOptionsFormat/2/ [2022-05-19T09:57:37.883Z] === RUN TestValidateLogOptionsFormat/3/json/emf [2022-05-19T09:57:37.883Z] === RUN TestValidateLogOptionsFormat/4/json/emf [2022-05-19T09:57:37.883Z] --- PASS: TestValidateLogOptionsFormat (0.00s) [2022-05-19T09:57:37.883Z] --- PASS: TestValidateLogOptionsFormat/0/json/emf (0.00s) [2022-05-19T09:57:37.883Z] --- PASS: TestValidateLogOptionsFormat/1/random (0.00s) [2022-05-19T09:57:37.883Z] --- PASS: TestValidateLogOptionsFormat/2/ (0.00s) [2022-05-19T09:57:37.883Z] --- PASS: TestValidateLogOptionsFormat/3/json/emf (0.00s) [2022-05-19T09:57:37.883Z] --- PASS: TestValidateLogOptionsFormat/4/json/emf (0.00s) [2022-05-19T09:57:37.883Z] === RUN TestCreateTagSuccess [2022-05-19T09:57:37.883Z] --- PASS: TestCreateTagSuccess (0.00s) [2022-05-19T09:57:37.883Z] === RUN TestNewAWSLogsClientCredentialEndpointDetect [2022-05-19T09:57:37.883Z] --- PASS: TestNewAWSLogsClientCredentialEndpointDetect (0.01s) [2022-05-19T09:57:37.883Z] === RUN TestNewAWSLogsClientCredentialEnvironmentVariable [2022-05-19T09:57:37.883Z] --- PASS: TestNewAWSLogsClientCredentialEnvironmentVariable (0.00s) [2022-05-19T09:57:37.883Z] === RUN TestNewAWSLogsClientCredentialSharedFile [2022-05-19T09:57:37.883Z] --- PASS: TestNewAWSLogsClientCredentialSharedFile (0.00s) [2022-05-19T09:57:37.883Z] PASS [2022-05-19T09:57:37.883Z] coverage: 80.2% of statements [2022-05-19T09:57:37.883Z] ok github.com/docker/docker/daemon/logger/awslogs 0.535s coverage: 80.2% of statements [2022-05-19T09:57:37.883Z] === RUN TestSearchRegistryForImagesErrors [2022-05-19T09:57:37.883Z] --- PASS: TestSearchRegistryForImagesErrors (0.00s) [2022-05-19T09:57:37.883Z] === RUN TestSearchRegistryForImages [2022-05-19T09:57:37.883Z] --- PASS: TestSearchRegistryForImages (0.00s) [2022-05-19T09:57:37.883Z] === RUN TestOnlyPlatformWithFallback [2022-05-19T09:57:37.883Z] --- PASS: TestOnlyPlatformWithFallback (0.00s) [2022-05-19T09:57:37.883Z] === RUN TestImageDelete [2022-05-19T09:57:37.883Z] === RUN TestImageDelete/no_lease [2022-05-19T09:57:37.883Z] === RUN TestImageDelete/lease_exists [2022-05-19T09:57:37.883Z] === RUN TestValidateLogOptReconnectInterval [2022-05-19T09:57:37.883Z] === RUN TestValidateLogOptReconnectInterval/invalid_-1 [2022-05-19T09:57:37.883Z] === RUN TestValidateLogOptReconnectInterval/invalid_1 [2022-05-19T09:57:37.883Z] === RUN TestValidateLogOptReconnectInterval/invalid_-1s [2022-05-19T09:57:37.883Z] === RUN TestValidateLogOptReconnectInterval/invalid_99ms [2022-05-19T09:57:37.883Z] === RUN TestValidateLogOptReconnectInterval/invalid_11s [2022-05-19T09:57:37.883Z] === RUN TestValidateLogOptReconnectInterval/valid_100ms [2022-05-19T09:57:37.883Z] === RUN TestValidateLogOptReconnectInterval/valid_10s [2022-05-19T09:57:37.883Z] --- PASS: TestValidateLogOptReconnectInterval (0.00s) [2022-05-19T09:57:37.883Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_-1 (0.00s) [2022-05-19T09:57:37.883Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_1 (0.00s) [2022-05-19T09:57:37.883Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_-1s (0.00s) [2022-05-19T09:57:37.883Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_99ms (0.00s) [2022-05-19T09:57:37.883Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_11s (0.00s) [2022-05-19T09:57:37.883Z] --- PASS: TestValidateLogOptReconnectInterval/valid_100ms (0.00s) [2022-05-19T09:57:37.883Z] --- PASS: TestValidateLogOptReconnectInterval/valid_10s (0.00s) [2022-05-19T09:57:37.883Z] === RUN TestValidateLogOptAddress [2022-05-19T09:57:37.883Z] === RUN TestValidateLogOptAddress/#00 [2022-05-19T09:57:37.883Z] === RUN TestValidateLogOptAddress/192.168.1.1 [2022-05-19T09:57:37.883Z] === RUN TestValidateLogOptAddress/192.168.1.1/ [2022-05-19T09:57:37.883Z] === RUN TestValidateLogOptAddress/192.168.1.1/some-path [2022-05-19T09:57:37.883Z] === RUN TestValidateLogOptAddress/192.168.1.1: [2022-05-19T09:57:37.883Z] === RUN TestValidateLogOptAddress/192.168.1.1:/ [2022-05-19T09:57:37.883Z] === RUN TestValidateLogOptAddress/192.168.1.1:/some-path [2022-05-19T09:57:37.883Z] === RUN TestValidateLogOptAddress/192.168.1.1:123 [2022-05-19T09:57:37.883Z] === RUN TestValidateLogOptAddress/192.168.1.1:123/ [2022-05-19T09:57:37.883Z] === RUN TestValidateLogOptAddress/192.168.1.1:123/some-path [2022-05-19T09:57:37.883Z] === RUN TestValidateLogOptAddress/192.168.1.1:65535 [2022-05-19T09:57:37.883Z] === RUN TestValidateLogOptAddress/192.168.1.1:65535/ [2022-05-19T09:57:37.883Z] === RUN TestValidateLogOptAddress/192.168.1.1:65535/some-path [2022-05-19T09:57:37.883Z] === RUN TestValidateLogOptAddress/[::1] [2022-05-19T09:57:37.883Z] === RUN TestValidateLogOptAddress/[::1]/ [2022-05-19T09:57:37.883Z] === RUN TestValidateLogOptAddress/[::1]/some-path [2022-05-19T09:57:37.883Z] === RUN TestValidateLogOptAddress/[::1]: [2022-05-19T09:57:37.883Z] === RUN TestValidateLogOptAddress/[::1]:/ [2022-05-19T09:57:37.883Z] === RUN TestValidateLogOptAddress/[::1]:/some-path [2022-05-19T09:57:37.883Z] === RUN TestValidateLogOptAddress/[::1]:123 [2022-05-19T09:57:37.883Z] === RUN TestValidateLogOptAddress/[::1]:123/ [2022-05-19T09:57:37.883Z] === RUN TestValidateLogOptAddress/[::1]:123/some-path [2022-05-19T09:57:37.883Z] === RUN TestValidateLogOptAddress/[::1]:65535 [2022-05-19T09:57:37.883Z] === RUN TestValidateLogOptAddress/[::1]:65535/ [2022-05-19T09:57:37.883Z] === RUN TestValidateLogOptAddress/[::1]:65535/some-path [2022-05-19T09:57:37.883Z] === RUN TestValidateLogOptAddress/example.com:65535 [2022-05-19T09:57:37.883Z] === RUN TestValidateLogOptAddress/example.com:65535/ [2022-05-19T09:57:37.883Z] === RUN TestValidateLogOptAddress/example.com:65535/some-path [2022-05-19T09:57:37.883Z] === RUN TestValidateLogOptAddress/example.com [2022-05-19T09:57:37.883Z] === RUN TestValidateLogOptAddress/example.com/ [2022-05-19T09:57:37.883Z] === RUN TestValidateLogOptAddress/example.com/some-path [2022-05-19T09:57:37.883Z] === RUN TestValidateLogOptAddress/example.com: [2022-05-19T09:57:37.883Z] === RUN TestValidateLogOptAddress/example.com:/ [2022-05-19T09:57:37.883Z] === RUN TestValidateLogOptAddress/example.com:/some-path [2022-05-19T09:57:37.883Z] === RUN TestValidateLogOptAddress/example.com:123 [2022-05-19T09:57:37.883Z] === RUN TestValidateLogOptAddress/example.com:123/ [2022-05-19T09:57:37.883Z] === RUN TestValidateLogOptAddress/example.com:123/some-path [2022-05-19T09:57:37.883Z] === RUN TestValidateLogOptAddress/tcp:// [2022-05-19T09:57:37.883Z] === RUN TestValidateLogOptAddress/tcp:/// [2022-05-19T09:57:37.883Z] === RUN TestValidateLogOptAddress/tcp:///some-path [2022-05-19T09:57:37.883Z] === RUN TestValidateLogOptAddress/tcp://example.com:65535 [2022-05-19T09:57:37.883Z] === RUN TestValidateLogOptAddress/tcp://example.com:65535/ [2022-05-19T09:57:37.883Z] === RUN TestValidateLogOptAddress/tcp://example.com:65535/some-path [2022-05-19T09:57:37.883Z] === RUN TestValidateLogOptAddress/tcp://example.com [2022-05-19T09:57:37.883Z] === RUN TestValidateLogOptAddress/tcp://example.com/ [2022-05-19T09:57:37.883Z] === RUN TestValidateLogOptAddress/tcp://example.com/some-path [2022-05-19T09:57:37.883Z] === RUN TestValidateLogOptAddress/tcp://example.com: [2022-05-19T09:57:37.883Z] === RUN TestValidateLogOptAddress/tcp://example.com:/ [2022-05-19T09:57:37.883Z] === RUN TestValidateLogOptAddress/tcp://example.com:/some-path [2022-05-19T09:57:37.883Z] === RUN TestValidateLogOptAddress/tcp://example.com:123 [2022-05-19T09:57:37.883Z] === RUN TestValidateLogOptAddress/tcp://example.com:123/ [2022-05-19T09:57:37.883Z] === RUN TestValidateLogOptAddress/tcp://example.com:123/some-path [2022-05-19T09:57:37.883Z] === RUN TestValidateLogOptAddress/tls:// [2022-05-19T09:57:37.883Z] === RUN TestValidateLogOptAddress/tls:/// [2022-05-19T09:57:37.883Z] === RUN TestValidateLogOptAddress/tls:///some-path [2022-05-19T09:57:37.883Z] === RUN TestValidateLogOptAddress/tls://example.com [2022-05-19T09:57:37.883Z] === RUN TestValidateLogOptAddress/tls://example.com/ [2022-05-19T09:57:37.883Z] === RUN TestValidateLogOptAddress/tls://example.com/some-path [2022-05-19T09:57:37.883Z] === RUN TestValidateLogOptAddress/tls://example.com: [2022-05-19T09:57:37.883Z] === RUN TestValidateLogOptAddress/tls://example.com:/ [2022-05-19T09:57:37.883Z] === RUN TestValidateLogOptAddress/tls://example.com:/some-path [2022-05-19T09:57:37.883Z] === RUN TestValidateLogOptAddress/tls://example.com:123 [2022-05-19T09:57:37.883Z] === RUN TestValidateLogOptAddress/tls://example.com:123/ [2022-05-19T09:57:37.883Z] === RUN TestValidateLogOptAddress/tls://example.com:123/some-path [2022-05-19T09:57:37.883Z] === RUN TestValidateLogOptAddress/tls://example.com:65535 [2022-05-19T09:57:37.883Z] === RUN TestValidateLogOptAddress/tls://example.com:65535/ [2022-05-19T09:57:37.883Z] === RUN TestValidateLogOptAddress/tls://example.com:65535/some-path [2022-05-19T09:57:37.883Z] === RUN TestValidateLogOptAddress/:// [2022-05-19T09:57:37.883Z] === RUN TestValidateLogOptAddress/something:// [2022-05-19T09:57:37.883Z] === RUN TestValidateLogOptAddress/udp:// [2022-05-19T09:57:37.883Z] === RUN TestValidateLogOptAddress/unixgram:// [2022-05-19T09:57:37.883Z] === RUN TestValidateLogOptAddress/tcp+tls:// [2022-05-19T09:57:37.883Z] === RUN TestValidateLogOptAddress/corrupted:c [2022-05-19T09:57:37.883Z] === RUN TestValidateLogOptAddress/tcp://example.com:port [2022-05-19T09:57:37.883Z] === RUN TestValidateLogOptAddress/tcp://example.com:-1 [2022-05-19T09:57:37.883Z] === RUN TestValidateLogOptAddress/tcp://example.com:65536 [2022-05-19T09:57:37.883Z] === RUN TestValidateLogOptAddress/unix:// [2022-05-19T09:57:37.883Z] === RUN TestValidateLogOptAddress/unix:///some/socket.sock [2022-05-19T09:57:37.883Z] === RUN TestValidateLogOptAddress/unix:///some/socket.sock:80 [2022-05-19T09:57:37.883Z] --- PASS: TestValidateLogOptAddress (0.01s) [2022-05-19T09:57:37.883Z] --- PASS: TestValidateLogOptAddress/#00 (0.00s) [2022-05-19T09:57:37.883Z] --- PASS: TestValidateLogOptAddress/192.168.1.1 (0.00s) [2022-05-19T09:57:37.883Z] --- PASS: TestValidateLogOptAddress/192.168.1.1/ (0.00s) [2022-05-19T09:57:37.883Z] --- PASS: TestValidateLogOptAddress/192.168.1.1/some-path (0.00s) [2022-05-19T09:57:37.883Z] --- PASS: TestValidateLogOptAddress/192.168.1.1: (0.00s) [2022-05-19T09:57:37.883Z] --- PASS: TestValidateLogOptAddress/192.168.1.1:/ (0.00s) [2022-05-19T09:57:37.883Z] --- PASS: TestValidateLogOptAddress/192.168.1.1:/some-path (0.00s) [2022-05-19T09:57:37.883Z] --- PASS: TestValidateLogOptAddress/192.168.1.1:123 (0.00s) [2022-05-19T09:57:37.883Z] --- PASS: TestValidateLogOptAddress/192.168.1.1:123/ (0.00s) [2022-05-19T09:57:37.883Z] --- PASS: TestValidateLogOptAddress/192.168.1.1:123/some-path (0.00s) [2022-05-19T09:57:37.883Z] --- PASS: TestValidateLogOptAddress/192.168.1.1:65535 (0.00s) [2022-05-19T09:57:37.883Z] --- PASS: TestValidateLogOptAddress/192.168.1.1:65535/ (0.00s) [2022-05-19T09:57:37.883Z] --- PASS: TestImageDelete (0.07s) [2022-05-19T09:57:37.883Z] --- PASS: TestImageDelete/no_lease (0.01s) [2022-05-19T09:57:37.883Z] --- PASS: TestImageDelete/lease_exists (0.03s) [2022-05-19T09:57:37.883Z] === RUN TestContentStoreForPull [2022-05-19T09:57:37.883Z] --- PASS: TestValidateLogOptAddress/192.168.1.1:65535/some-path (0.00s) [2022-05-19T09:57:37.883Z] --- PASS: TestValidateLogOptAddress/[::1] (0.00s) [2022-05-19T09:57:37.883Z] --- PASS: TestValidateLogOptAddress/[::1]/ (0.00s) [2022-05-19T09:57:37.883Z] --- PASS: TestValidateLogOptAddress/[::1]/some-path (0.00s) [2022-05-19T09:57:37.883Z] --- PASS: TestValidateLogOptAddress/[::1]: (0.00s) [2022-05-19T09:57:37.883Z] --- PASS: TestValidateLogOptAddress/[::1]:/ (0.00s) [2022-05-19T09:57:37.883Z] --- PASS: TestValidateLogOptAddress/[::1]:/some-path (0.00s) [2022-05-19T09:57:37.883Z] --- PASS: TestValidateLogOptAddress/[::1]:123 (0.00s) [2022-05-19T09:57:37.883Z] --- PASS: TestValidateLogOptAddress/[::1]:123/ (0.00s) [2022-05-19T09:57:37.883Z] --- PASS: TestValidateLogOptAddress/[::1]:123/some-path (0.00s) [2022-05-19T09:57:37.883Z] --- PASS: TestValidateLogOptAddress/[::1]:65535 (0.00s) [2022-05-19T09:57:37.883Z] --- PASS: TestValidateLogOptAddress/[::1]:65535/ (0.00s) [2022-05-19T09:57:37.883Z] --- PASS: TestValidateLogOptAddress/[::1]:65535/some-path (0.00s) [2022-05-19T09:57:37.883Z] --- PASS: TestValidateLogOptAddress/example.com:65535 (0.00s) [2022-05-19T09:57:37.883Z] --- PASS: TestValidateLogOptAddress/example.com:65535/ (0.00s) [2022-05-19T09:57:37.883Z] --- PASS: TestValidateLogOptAddress/example.com:65535/some-path (0.00s) [2022-05-19T09:57:37.883Z] --- PASS: TestValidateLogOptAddress/example.com (0.00s) [2022-05-19T09:57:37.883Z] --- PASS: TestValidateLogOptAddress/example.com/ (0.00s) [2022-05-19T09:57:37.883Z] --- PASS: TestValidateLogOptAddress/example.com/some-path (0.00s) [2022-05-19T09:57:37.883Z] --- PASS: TestValidateLogOptAddress/example.com: (0.00s) [2022-05-19T09:57:37.883Z] --- PASS: TestValidateLogOptAddress/example.com:/ (0.00s) [2022-05-19T09:57:37.883Z] --- PASS: TestValidateLogOptAddress/example.com:/some-path (0.00s) [2022-05-19T09:57:37.883Z] --- PASS: TestValidateLogOptAddress/example.com:123 (0.00s) [2022-05-19T09:57:37.883Z] --- PASS: TestValidateLogOptAddress/example.com:123/ (0.00s) [2022-05-19T09:57:37.883Z] --- PASS: TestValidateLogOptAddress/example.com:123/some-path (0.00s) [2022-05-19T09:57:37.883Z] --- PASS: TestValidateLogOptAddress/tcp:// (0.00s) [2022-05-19T09:57:37.883Z] --- PASS: TestValidateLogOptAddress/tcp:/// (0.00s) [2022-05-19T09:57:37.883Z] --- PASS: TestValidateLogOptAddress/tcp:///some-path (0.00s) [2022-05-19T09:57:37.883Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:65535 (0.00s) [2022-05-19T09:57:37.883Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:65535/ (0.00s) [2022-05-19T09:57:37.883Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:65535/some-path (0.00s) [2022-05-19T09:57:37.883Z] --- PASS: TestValidateLogOptAddress/tcp://example.com (0.00s) [2022-05-19T09:57:37.883Z] --- PASS: TestValidateLogOptAddress/tcp://example.com/ (0.00s) [2022-05-19T09:57:37.883Z] --- PASS: TestValidateLogOptAddress/tcp://example.com/some-path (0.00s) [2022-05-19T09:57:37.883Z] --- PASS: TestValidateLogOptAddress/tcp://example.com: (0.00s) [2022-05-19T09:57:37.883Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:/ (0.00s) [2022-05-19T09:57:37.883Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:/some-path (0.00s) [2022-05-19T09:57:37.883Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:123 (0.00s) [2022-05-19T09:57:37.883Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:123/ (0.00s) [2022-05-19T09:57:37.883Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:123/some-path (0.00s) [2022-05-19T09:57:37.883Z] --- PASS: TestValidateLogOptAddress/tls:// (0.00s) [2022-05-19T09:57:37.883Z] --- PASS: TestValidateLogOptAddress/tls:/// (0.00s) [2022-05-19T09:57:37.883Z] --- PASS: TestValidateLogOptAddress/tls:///some-path (0.00s) [2022-05-19T09:57:37.883Z] --- PASS: TestValidateLogOptAddress/tls://example.com (0.00s) [2022-05-19T09:57:37.883Z] --- PASS: TestValidateLogOptAddress/tls://example.com/ (0.00s) [2022-05-19T09:57:37.883Z] --- PASS: TestValidateLogOptAddress/tls://example.com/some-path (0.00s) [2022-05-19T09:57:37.883Z] --- PASS: TestValidateLogOptAddress/tls://example.com: (0.00s) [2022-05-19T09:57:37.883Z] --- PASS: TestValidateLogOptAddress/tls://example.com:/ (0.00s) [2022-05-19T09:57:37.883Z] --- PASS: TestValidateLogOptAddress/tls://example.com:/some-path (0.00s) [2022-05-19T09:57:37.883Z] --- PASS: TestValidateLogOptAddress/tls://example.com:123 (0.00s) [2022-05-19T09:57:37.883Z] --- PASS: TestValidateLogOptAddress/tls://example.com:123/ (0.00s) [2022-05-19T09:57:37.883Z] --- PASS: TestValidateLogOptAddress/tls://example.com:123/some-path (0.00s) [2022-05-19T09:57:37.883Z] --- PASS: TestValidateLogOptAddress/tls://example.com:65535 (0.00s) [2022-05-19T09:57:37.883Z] --- PASS: TestValidateLogOptAddress/tls://example.com:65535/ (0.00s) [2022-05-19T09:57:37.883Z] --- PASS: TestValidateLogOptAddress/tls://example.com:65535/some-path (0.00s) [2022-05-19T09:57:37.883Z] --- PASS: TestValidateLogOptAddress/:// (0.00s) [2022-05-19T09:57:37.883Z] --- PASS: TestValidateLogOptAddress/something:// (0.00s) [2022-05-19T09:57:37.883Z] --- PASS: TestValidateLogOptAddress/udp:// (0.00s) [2022-05-19T09:57:37.883Z] --- PASS: TestValidateLogOptAddress/unixgram:// (0.00s) [2022-05-19T09:57:37.883Z] --- PASS: TestValidateLogOptAddress/tcp+tls:// (0.00s) [2022-05-19T09:57:37.883Z] --- PASS: TestValidateLogOptAddress/corrupted:c (0.00s) [2022-05-19T09:57:37.883Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:port (0.00s) [2022-05-19T09:57:37.883Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:-1 (0.00s) [2022-05-19T09:57:37.883Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:65536 (0.00s) [2022-05-19T09:57:37.883Z] --- PASS: TestValidateLogOptAddress/unix:// (0.00s) [2022-05-19T09:57:37.883Z] --- PASS: TestValidateLogOptAddress/unix:///some/socket.sock (0.00s) [2022-05-19T09:57:37.883Z] --- PASS: TestValidateLogOptAddress/unix:///some/socket.sock:80 (0.00s) [2022-05-19T09:57:37.883Z] PASS [2022-05-19T09:57:37.883Z] coverage: 53.6% of statements [2022-05-19T09:57:37.883Z] ok github.com/docker/docker/daemon/logger/fluentd 0.091s coverage: 53.6% of statements [2022-05-19T09:57:37.883Z] --- PASS: TestContentStoreForPull (0.29s) [2022-05-19T09:57:37.883Z] PASS [2022-05-19T09:57:37.883Z] coverage: 6.6% of statements [2022-05-19T09:57:37.883Z] ok github.com/docker/docker/daemon/images 0.518s coverage: 6.6% of statements [2022-05-19T09:57:38.026Z] --- PASS: TestCheckoutGit (35.13s) [2022-05-19T09:57:38.026Z] === RUN TestValidGitTransport [2022-05-19T09:57:38.026Z] --- PASS: TestValidGitTransport (0.00s) [2022-05-19T09:57:38.026Z] === RUN TestGitInvalidRef [2022-05-19T09:57:38.026Z] --- PASS: TestGitInvalidRef (0.26s) [2022-05-19T09:57:38.026Z] PASS [2022-05-19T09:57:38.026Z] coverage: 86.3% of statements [2022-05-19T09:57:38.026Z] ok github.com/docker/docker/builder/remotecontext/git 35.480s coverage: 86.3% of statements [2022-05-19T09:57:38.026Z] ? github.com/docker/docker/cli [no test files] [2022-05-19T09:57:38.026Z] ? github.com/docker/docker/cli/config [no test files] [2022-05-19T09:57:38.026Z] ? github.com/docker/docker/cli/winresources/docker-proxy [no test files] [2022-05-19T09:57:38.026Z] ? github.com/docker/docker/cli/winresources/dockerd [no test files] [2022-05-19T09:57:38.171Z] --- PASS: TestFSMetadataGetSet (0.04s) [2022-05-19T09:57:38.171Z] === RUN TestFSInvalidWalker [2022-05-19T09:57:38.171Z] --- PASS: TestFSInvalidWalker (0.02s) [2022-05-19T09:57:38.171Z] === RUN TestFSGetSet [2022-05-19T09:57:38.171Z] --- PASS: TestFSGetSet (0.04s) [2022-05-19T09:57:38.171Z] === RUN TestFSGetUnsetKey [2022-05-19T09:57:38.171Z] --- PASS: TestFSGetUnsetKey (0.01s) [2022-05-19T09:57:38.171Z] === RUN TestFSGetEmptyData [2022-05-19T09:57:38.171Z] --- PASS: TestFSGetEmptyData (0.01s) [2022-05-19T09:57:38.171Z] === RUN TestFSDelete [2022-05-19T09:57:38.171Z] --- PASS: TestFSDelete (0.01s) [2022-05-19T09:57:38.171Z] === RUN TestFSWalker [2022-05-19T09:57:38.171Z] --- PASS: TestFSWalker (0.01s) [2022-05-19T09:57:38.171Z] === RUN TestFSWalkerStopOnError [2022-05-19T09:57:38.171Z] --- PASS: TestFSWalkerStopOnError (0.01s) [2022-05-19T09:57:38.171Z] === RUN TestNewFromJSON [2022-05-19T09:57:38.171Z] --- PASS: TestNewFromJSON (0.00s) [2022-05-19T09:57:38.171Z] === RUN TestNewFromJSONWithInvalidJSON [2022-05-19T09:57:38.171Z] --- PASS: TestNewFromJSONWithInvalidJSON (0.00s) [2022-05-19T09:57:38.171Z] === RUN TestMarshalKeyOrder [2022-05-19T09:57:38.171Z] --- PASS: TestMarshalKeyOrder (0.00s) [2022-05-19T09:57:38.171Z] === RUN TestHistoryEqual [2022-05-19T09:57:38.171Z] === RUN TestCompare [2022-05-19T09:57:38.171Z] --- PASS: TestCompare (0.00s) [2022-05-19T09:57:38.171Z] PASS [2022-05-19T09:57:38.171Z] coverage: 19.2% of statements [2022-05-19T09:57:38.171Z] ok github.com/docker/docker/image/cache 0.076s coverage: 19.2% of statements [2022-05-19T09:57:38.171Z] --- PASS: TestHistoryEqual (0.23s) [2022-05-19T09:57:38.171Z] === RUN TestImage [2022-05-19T09:57:38.171Z] --- PASS: TestImage (0.00s) [2022-05-19T09:57:38.171Z] === RUN TestImageOSNotEmpty [2022-05-19T09:57:38.171Z] --- PASS: TestImageOSNotEmpty (0.00s) [2022-05-19T09:57:38.171Z] === RUN TestNewChildImageFromImageWithRootFS [2022-05-19T09:57:38.171Z] --- PASS: TestNewChildImageFromImageWithRootFS (0.00s) [2022-05-19T09:57:38.171Z] === RUN TestCreate [2022-05-19T09:57:38.171Z] --- PASS: TestCreate (0.01s) [2022-05-19T09:57:38.171Z] === RUN TestRestore [2022-05-19T09:57:38.171Z] time="2022-05-19T09:57:38Z" level=error msg="invalid image sha256:f1234d75178d892a133a410355a5a990cf75d2f33eba25d575943d4df632f3a4, invalid character 'i' looking for beginning of value" [2022-05-19T09:57:38.171Z] --- PASS: TestRestore (0.06s) [2022-05-19T09:57:38.171Z] === RUN TestAddDelete [2022-05-19T09:57:38.353Z] ? github.com/docker/docker/daemon/listeners [no test files] [2022-05-19T09:57:38.353Z] ? github.com/docker/docker/daemon/logger/etwlogs [no test files] [2022-05-19T09:57:38.353Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2022-05-19T09:57:38.353Z] ? github.com/docker/docker/daemon/logger/gelf [no test files] [2022-05-19T09:57:38.353Z] ? github.com/docker/docker/daemon/logger/journald [no test files] [2022-05-19T09:57:38.639Z] --- PASS: TestAddDelete (0.03s) [2022-05-19T09:57:38.639Z] === RUN TestSearchAfterDelete [2022-05-19T09:57:38.639Z] --- PASS: TestSearchAfterDelete (0.02s) [2022-05-19T09:57:38.639Z] === RUN TestParentReset [2022-05-19T09:57:38.639Z] --- PASS: TestParentReset (0.03s) [2022-05-19T09:57:38.639Z] === RUN TestGetAndSetLastUpdated [2022-05-19T09:57:38.639Z] --- PASS: TestGetAndSetLastUpdated (0.02s) [2022-05-19T09:57:38.639Z] === RUN TestStoreLen [2022-05-19T09:57:38.639Z] --- PASS: TestStoreLen (0.06s) [2022-05-19T09:57:38.639Z] PASS [2022-05-19T09:57:38.639Z] coverage: 86.9% of statements [2022-05-19T09:57:38.639Z] ok github.com/docker/docker/image 0.743s coverage: 86.9% of statements [2022-05-19T09:57:38.639Z] --- PASS: TestWhenEmptyAuthConfig (1.21s) [2022-05-19T09:57:38.639Z] === RUN TestPushRegistryWhenAuthInfoEmpty [2022-05-19T09:57:38.639Z] --- PASS: TestPushRegistryWhenAuthInfoEmpty (0.00s) [2022-05-19T09:57:38.639Z] === RUN TestTokenPassThru [2022-05-19T09:57:38.639Z] --- PASS: TestTokenPassThru (0.01s) [2022-05-19T09:57:38.639Z] === RUN TestTokenPassThruDifferentHost [2022-05-19T09:57:38.639Z] --- PASS: TestTokenPassThruDifferentHost (0.01s) [2022-05-19T09:57:38.639Z] PASS [2022-05-19T09:57:38.639Z] coverage: 26.6% of statements [2022-05-19T09:57:38.639Z] ok github.com/docker/docker/distribution 2.301s coverage: 26.6% of statements [2022-05-19T09:57:38.639Z] ? github.com/docker/docker/distribution/utils [no test files] [2022-05-19T09:57:38.639Z] ? github.com/docker/docker/dockerversion [no test files] [2022-05-19T09:57:38.822Z] === RUN TestJSONLogsMarshalJSONBuf [2022-05-19T09:57:38.822Z] --- PASS: TestJSONLogsMarshalJSONBuf (0.00s) [2022-05-19T09:57:38.822Z] === RUN TestFastTimeMarshalJSONWithInvalidYear [2022-05-19T09:57:38.822Z] --- PASS: TestFastTimeMarshalJSONWithInvalidYear (0.21s) [2022-05-19T09:57:38.822Z] === RUN TestFastTimeMarshalJSON [2022-05-19T09:57:38.822Z] --- PASS: TestFastTimeMarshalJSON (0.01s) [2022-05-19T09:57:38.822Z] PASS [2022-05-19T09:57:38.822Z] coverage: 87.2% of statements [2022-05-19T09:57:38.822Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.270s coverage: 87.2% of statements [2022-05-19T09:57:39.629Z] === RUN TestValidateManifest [2022-05-19T09:57:39.629Z] === RUN TestValidateManifest/nil [2022-05-19T09:57:39.629Z] === RUN TestValidateManifest/non-nil [2022-05-19T09:57:39.629Z] --- PASS: TestValidateManifest (0.00s) [2022-05-19T09:57:39.629Z] --- PASS: TestValidateManifest/nil (0.00s) [2022-05-19T09:57:39.629Z] --- PASS: TestValidateManifest/non-nil (0.00s) [2022-05-19T09:57:39.629Z] PASS [2022-05-19T09:57:39.629Z] coverage: 0.7% of statements [2022-05-19T09:57:39.629Z] ok github.com/docker/docker/image/tarexport 0.216s coverage: 0.7% of statements [2022-05-19T09:57:39.629Z] ? github.com/docker/docker/image/v1 [no test files] [2022-05-19T09:57:39.629Z] ? github.com/docker/docker/internal/test/suite [no test files] [2022-05-19T09:57:39.808Z] === RUN TestJSONFileLogger [2022-05-19T09:57:39.808Z] --- PASS: TestJSONFileLogger (0.00s) [2022-05-19T09:57:39.808Z] === RUN TestJSONFileLoggerWithTags [2022-05-19T09:57:39.808Z] --- PASS: TestJSONFileLoggerWithTags (0.01s) [2022-05-19T09:57:39.808Z] === RUN TestJSONFileLoggerWithOpts [2022-05-19T09:57:39.808Z] --- PASS: TestJSONFileLoggerWithOpts (0.01s) [2022-05-19T09:57:39.808Z] === RUN TestJSONFileLoggerWithLabelsEnv [2022-05-19T09:57:39.808Z] --- PASS: TestJSONFileLoggerWithLabelsEnv (0.00s) [2022-05-19T09:57:39.808Z] === RUN TestEncodeDecode [2022-05-19T09:57:39.808Z] === PAUSE TestEncodeDecode [2022-05-19T09:57:39.808Z] === RUN TestUnexpectedEOF [2022-05-19T09:57:39.808Z] === RUN TestWriteLog [2022-05-19T09:57:39.808Z] === PAUSE TestWriteLog [2022-05-19T09:57:39.808Z] === RUN TestReadLog [2022-05-19T09:57:39.808Z] === PAUSE TestReadLog [2022-05-19T09:57:39.808Z] === RUN TestDecode [2022-05-19T09:57:39.808Z] --- PASS: TestDecode (0.03s) [2022-05-19T09:57:39.808Z] === CONT TestWriteLog [2022-05-19T09:57:39.808Z] --- PASS: TestWriteLog (0.00s) [2022-05-19T09:57:39.808Z] === CONT TestReadLog [2022-05-19T09:57:39.808Z] === RUN TestReadLog/tail_exact [2022-05-19T09:57:39.808Z] time="2022-05-19T09:57:39Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2022-05-19T09:57:39.808Z] time="2022-05-19T09:57:39Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2022-05-19T09:57:39.808Z] --- PASS: TestUnexpectedEOF (0.24s) [2022-05-19T09:57:39.808Z] === CONT TestEncodeDecode [2022-05-19T09:57:39.808Z] --- PASS: TestEncodeDecode (0.00s) [2022-05-19T09:57:39.808Z] PASS [2022-05-19T09:57:39.808Z] coverage: 69.9% of statements [2022-05-19T09:57:39.808Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.338s coverage: 69.9% of statements [2022-05-19T09:57:39.808Z] === RUN TestReadLog/tail_less_than_available [2022-05-19T09:57:39.808Z] === RUN TestReadLog/tail_more_than_available [2022-05-19T09:57:39.808Z] --- PASS: TestReadLog (0.28s) [2022-05-19T09:57:39.808Z] --- PASS: TestReadLog/tail_exact (0.24s) [2022-05-19T09:57:39.808Z] --- PASS: TestReadLog/tail_less_than_available (0.02s) [2022-05-19T09:57:39.808Z] --- PASS: TestReadLog/tail_more_than_available (0.02s) [2022-05-19T09:57:39.808Z] PASS [2022-05-19T09:57:39.808Z] coverage: 78.7% of statements [2022-05-19T09:57:39.808Z] ok github.com/docker/docker/daemon/logger/local 0.385s coverage: 78.7% of statements [2022-05-19T09:57:40.098Z] === RUN TestSerialization [2022-05-19T09:57:40.114Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2022-05-19T09:57:40.114Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2022-05-19T09:57:40.114Z] --- PASS: TestHealthKillContainer (8.39s) [2022-05-19T09:57:40.114Z] === RUN TestInspectCpusetInConfigPre120 [2022-05-19T09:57:40.275Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2022-05-19T09:57:40.567Z] --- PASS: TestSerialization (0.02s) [2022-05-19T09:57:40.567Z] PASS [2022-05-19T09:57:40.567Z] coverage: 100.0% of statements [2022-05-19T09:57:40.567Z] ok github.com/docker/docker/libcontainerd/queue 0.069s coverage: 100.0% of statements [2022-05-19T09:57:40.658Z] tests/integration/api_plugin_test.py ........... [ 49%] [2022-05-19T09:57:40.677Z] --- PASS: TestInspectCpusetInConfigPre120 (0.57s) [2022-05-19T09:57:40.677Z] === RUN TestIpcModeNone [2022-05-19T09:57:40.677Z] === RUN TestDockerDaemonSuite/TestDaemonExitOnFailure [2022-05-19T09:57:40.744Z] === RUN TestOpenFileDelete [2022-05-19T09:57:40.744Z] --- PASS: TestOpenFileDelete (0.03s) [2022-05-19T09:57:40.744Z] === RUN TestOpenFileRename [2022-05-19T09:57:40.744Z] --- PASS: TestOpenFileRename (0.03s) [2022-05-19T09:57:40.744Z] === RUN TestHandleDecoderErr [2022-05-19T09:57:40.744Z] --- PASS: TestHandleDecoderErr (0.00s) [2022-05-19T09:57:40.744Z] === RUN TestParseLogTagDefaultTag [2022-05-19T09:57:40.744Z] --- PASS: TestParseLogTagDefaultTag (0.00s) [2022-05-19T09:57:40.744Z] === RUN TestParseLogTag [2022-05-19T09:57:40.744Z] --- PASS: TestParseLogTag (0.00s) [2022-05-19T09:57:40.744Z] === RUN TestParseLogTagEmptyTag [2022-05-19T09:57:40.744Z] --- PASS: TestParseLogTagEmptyTag (0.00s) [2022-05-19T09:57:40.744Z] === RUN TestTailFiles [2022-05-19T09:57:40.744Z] --- PASS: TestTailFiles (0.00s) [2022-05-19T09:57:40.744Z] === RUN TestFollowLogsConsumerGone [2022-05-19T09:57:40.744Z] --- PASS: TestFollowLogsConsumerGone (0.00s) [2022-05-19T09:57:40.744Z] === RUN TestFollowLogsProducerGone [2022-05-19T09:57:40.744Z] logfile_test.go:233: messages sent: 4098, received: 4098 [2022-05-19T09:57:40.744Z] logfile_test.go:180: logDecode() closed after sending 4098 messages [2022-05-19T09:57:40.744Z] --- PASS: TestFollowLogsProducerGone (0.01s) [2022-05-19T09:57:40.744Z] === RUN TestCheckCapacityAndRotate [2022-05-19T09:57:40.744Z] === RUN TestCheckCapacityAndRotate/closed_log_file [2022-05-19T09:57:40.744Z] === RUN TestCheckCapacityAndRotate/with_log_reader [2022-05-19T09:57:41.035Z] === RUN TestEmptyLayer [2022-05-19T09:57:41.035Z] --- PASS: TestEmptyLayer (0.00s) [2022-05-19T09:57:41.035Z] === RUN TestCommitFailure [2022-05-19T09:57:41.035Z] --- PASS: TestCommitFailure (0.04s) [2022-05-19T09:57:41.035Z] === RUN TestStartTransactionFailure [2022-05-19T09:57:41.217Z] --- PASS: TestCheckCapacityAndRotate (0.05s) [2022-05-19T09:57:41.217Z] --- PASS: TestCheckCapacityAndRotate/closed_log_file (0.00s) [2022-05-19T09:57:41.217Z] --- PASS: TestCheckCapacityAndRotate/with_log_reader (0.02s) [2022-05-19T09:57:41.217Z] PASS [2022-05-19T09:57:41.217Z] coverage: 53.5% of statements [2022-05-19T09:57:41.217Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.200s coverage: 53.5% of statements [2022-05-19T09:57:41.217Z] === RUN TestLog [2022-05-19T09:57:41.217Z] --- PASS: TestLog (0.03s) [2022-05-19T09:57:41.217Z] PASS [2022-05-19T09:57:41.217Z] coverage: 31.5% of statements [2022-05-19T09:57:41.217Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.094s coverage: 31.5% of statements [2022-05-19T09:57:41.242Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2022-05-19T09:57:41.243Z] check_test.go:307: [d3541bae0903e] daemon is not started [2022-05-19T09:57:41.243Z] === RUN TestDockerDaemonSuite/TestDaemonFlagD [2022-05-19T09:57:41.499Z] --- PASS: TestIpcModeNone (0.72s) [2022-05-19T09:57:41.499Z] === RUN TestIpcModePrivate [2022-05-19T09:57:41.504Z] --- PASS: TestStartTransactionFailure (0.01s) [2022-05-19T09:57:41.504Z] === RUN TestGetOrphan [2022-05-19T09:57:41.504Z] --- PASS: TestGetOrphan (0.03s) [2022-05-19T09:57:41.504Z] === RUN TestMountAndRegister [2022-05-19T09:57:41.504Z] layer_test.go:258: Layer size: 14 [2022-05-19T09:57:41.504Z] --- PASS: TestMountAndRegister (0.13s) [2022-05-19T09:57:41.504Z] === RUN TestLayerRelease [2022-05-19T09:57:41.504Z] layer_test.go:291: Failing on Windows [2022-05-19T09:57:41.504Z] --- SKIP: TestLayerRelease (0.00s) [2022-05-19T09:57:41.504Z] === RUN TestStoreRestore [2022-05-19T09:57:41.504Z] layer_test.go:340: Failing on Windows [2022-05-19T09:57:41.504Z] --- SKIP: TestStoreRestore (0.00s) [2022-05-19T09:57:41.504Z] === RUN TestTarStreamStability [2022-05-19T09:57:41.504Z] layer_test.go:455: Failing on Windows [2022-05-19T09:57:41.504Z] --- SKIP: TestTarStreamStability (0.00s) [2022-05-19T09:57:41.504Z] === RUN TestRegisterExistingLayer [2022-05-19T09:57:41.504Z] --- PASS: TestRegisterExistingLayer (0.19s) [2022-05-19T09:57:41.504Z] === RUN TestTarStreamVerification [2022-05-19T09:57:41.504Z] layer_test.go:684: Failing on Windows [2022-05-19T09:57:41.504Z] --- SKIP: TestTarStreamVerification (0.00s) [2022-05-19T09:57:41.504Z] === RUN TestLayerMigration [2022-05-19T09:57:41.504Z] migration_test.go:45: Failing on Windows [2022-05-19T09:57:41.504Z] --- SKIP: TestLayerMigration (0.00s) [2022-05-19T09:57:41.504Z] === RUN TestLayerMigrationNoTarsplit [2022-05-19T09:57:41.504Z] migration_test.go:181: Failing on Windows [2022-05-19T09:57:41.504Z] --- SKIP: TestLayerMigrationNoTarsplit (0.00s) [2022-05-19T09:57:41.504Z] === RUN TestMountInit [2022-05-19T09:57:41.504Z] mount_test.go:17: Failing on Windows [2022-05-19T09:57:41.504Z] --- SKIP: TestMountInit (0.00s) [2022-05-19T09:57:41.504Z] === RUN TestMountSize [2022-05-19T09:57:41.504Z] mount_test.go:76: Failing on Windows [2022-05-19T09:57:41.504Z] --- SKIP: TestMountSize (0.00s) [2022-05-19T09:57:41.504Z] === RUN TestMountChanges [2022-05-19T09:57:41.504Z] mount_test.go:125: Failing on Windows [2022-05-19T09:57:41.504Z] --- SKIP: TestMountChanges (0.00s) [2022-05-19T09:57:41.504Z] === RUN TestMountApply [2022-05-19T09:57:41.504Z] mount_test.go:212: Failing on Windows [2022-05-19T09:57:41.504Z] --- SKIP: TestMountApply (0.00s) [2022-05-19T09:57:41.504Z] PASS [2022-05-19T09:57:41.504Z] coverage: 30.6% of statements [2022-05-19T09:57:41.504Z] ok github.com/docker/docker/layer 0.503s coverage: 30.6% of statements [2022-05-19T09:57:41.755Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebug [2022-05-19T09:57:41.973Z] === RUN TestEnvironmentParsing [2022-05-19T09:57:41.973Z] --- PASS: TestEnvironmentParsing (0.00s) [2022-05-19T09:57:41.973Z] PASS [2022-05-19T09:57:41.973Z] coverage: 1.2% of statements [2022-05-19T09:57:41.973Z] ? github.com/docker/docker/libcontainerd [no test files] [2022-05-19T09:57:41.973Z] ok github.com/docker/docker/libcontainerd/local 0.076s coverage: 1.2% of statements [2022-05-19T09:57:41.973Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2022-05-19T09:57:41.973Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2022-05-19T09:57:41.973Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2022-05-19T09:57:42.011Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:88, shared: false, mustBeShared: false [2022-05-19T09:57:42.204Z] === RUN TestNewParse [2022-05-19T09:57:42.205Z] --- PASS: TestNewParse (0.00s) [2022-05-19T09:57:42.205Z] PASS [2022-05-19T09:57:42.205Z] coverage: 8.3% of statements [2022-05-19T09:57:42.205Z] ok github.com/docker/docker/daemon/logger/templates 0.047s coverage: 8.3% of statements [2022-05-19T09:57:42.205Z] === RUN TestParseLogFormat [2022-05-19T09:57:42.205Z] --- PASS: TestParseLogFormat (0.00s) [2022-05-19T09:57:42.205Z] === RUN TestValidateLogOptEmpty [2022-05-19T09:57:42.205Z] --- PASS: TestValidateLogOptEmpty (0.00s) [2022-05-19T09:57:42.205Z] === RUN TestValidateSyslogAddress [2022-05-19T09:57:42.205Z] === RUN TestValidateSyslogAddress/this_is_not_an_uri [2022-05-19T09:57:42.205Z] === RUN TestValidateSyslogAddress/corrupted:42 [2022-05-19T09:57:42.205Z] === RUN TestValidateSyslogAddress/tcp://1.2.3.4 [2022-05-19T09:57:42.205Z] === RUN TestValidateSyslogAddress/udp://1.2.3.4 [2022-05-19T09:57:42.205Z] === RUN TestValidateSyslogAddress/http://1.2.3.4 [2022-05-19T09:57:42.205Z] --- PASS: TestValidateSyslogAddress (0.00s) [2022-05-19T09:57:42.205Z] --- PASS: TestValidateSyslogAddress/this_is_not_an_uri (0.00s) [2022-05-19T09:57:42.205Z] --- PASS: TestValidateSyslogAddress/corrupted:42 (0.00s) [2022-05-19T09:57:42.205Z] --- PASS: TestValidateSyslogAddress/tcp://1.2.3.4 (0.00s) [2022-05-19T09:57:42.205Z] --- PASS: TestValidateSyslogAddress/udp://1.2.3.4 (0.00s) [2022-05-19T09:57:42.205Z] --- PASS: TestValidateSyslogAddress/http://1.2.3.4 (0.00s) [2022-05-19T09:57:42.205Z] === RUN TestParseAddressDefaultPort [2022-05-19T09:57:42.205Z] --- PASS: TestParseAddressDefaultPort (0.00s) [2022-05-19T09:57:42.205Z] === RUN TestValidateSyslogFacility [2022-05-19T09:57:42.205Z] --- PASS: TestValidateSyslogFacility (0.00s) [2022-05-19T09:57:42.205Z] === RUN TestValidateLogOptSyslogFormat [2022-05-19T09:57:42.205Z] --- PASS: TestValidateLogOptSyslogFormat (0.00s) [2022-05-19T09:57:42.205Z] === RUN TestValidateLogOpt [2022-05-19T09:57:42.205Z] --- PASS: TestValidateLogOpt (0.00s) [2022-05-19T09:57:42.205Z] PASS [2022-05-19T09:57:42.205Z] coverage: 43.6% of statements [2022-05-19T09:57:42.205Z] ok github.com/docker/docker/daemon/logger/syslog 0.067s coverage: 43.6% of statements [2022-05-19T09:57:42.205Z] === RUN TestValidateLogOpt [2022-05-19T09:57:42.205Z] --- PASS: TestValidateLogOpt (0.00s) [2022-05-19T09:57:42.205Z] === RUN TestNewMissedConfig [2022-05-19T09:57:42.205Z] --- PASS: TestNewMissedConfig (0.00s) [2022-05-19T09:57:42.205Z] === RUN TestNewMissedUrl [2022-05-19T09:57:42.205Z] --- PASS: TestNewMissedUrl (0.00s) [2022-05-19T09:57:42.205Z] === RUN TestNewMissedToken [2022-05-19T09:57:42.205Z] --- PASS: TestNewMissedToken (0.00s) [2022-05-19T09:57:42.205Z] === RUN TestNewWithProxy [2022-05-19T09:57:42.205Z] --- PASS: TestNewWithProxy (0.00s) [2022-05-19T09:57:42.205Z] === RUN TestDefault [2022-05-19T09:57:42.205Z] --- PASS: TestDefault (0.01s) [2022-05-19T09:57:42.205Z] === RUN TestInlineFormatWithNonDefaultOptions [2022-05-19T09:57:42.205Z] --- PASS: TestInlineFormatWithNonDefaultOptions (0.01s) [2022-05-19T09:57:42.205Z] === RUN TestJsonFormat [2022-05-19T09:57:42.205Z] --- PASS: TestJsonFormat (0.01s) [2022-05-19T09:57:42.205Z] === RUN TestRawFormat [2022-05-19T09:57:42.205Z] --- PASS: TestRawFormat (0.01s) [2022-05-19T09:57:42.205Z] === RUN TestRawFormatWithLabels [2022-05-19T09:57:42.205Z] --- PASS: TestRawFormatWithLabels (0.00s) [2022-05-19T09:57:42.205Z] === RUN TestRawFormatWithoutTag [2022-05-19T09:57:42.205Z] --- PASS: TestRawFormatWithoutTag (0.00s) [2022-05-19T09:57:42.205Z] === RUN TestBatching [2022-05-19T09:57:42.268Z] --- PASS: TestIpcModePrivate (0.76s) [2022-05-19T09:57:42.268Z] === RUN TestIpcModeShareable [2022-05-19T09:57:42.268Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal [2022-05-19T09:57:42.430Z] tests/integration/api_secret_test.py ..... [ 51%] [2022-05-19T09:57:42.441Z] === RUN TestSequenceGetAvailableBit [2022-05-19T09:57:42.441Z] --- PASS: TestSequenceGetAvailableBit (0.00s) [2022-05-19T09:57:42.441Z] === RUN TestSequenceEqual [2022-05-19T09:57:42.441Z] --- PASS: TestSequenceEqual (0.00s) [2022-05-19T09:57:42.441Z] === RUN TestSequenceCopy [2022-05-19T09:57:42.441Z] --- PASS: TestSequenceCopy (0.00s) [2022-05-19T09:57:42.441Z] === RUN TestGetFirstAvailable [2022-05-19T09:57:42.441Z] --- PASS: TestGetFirstAvailable (0.00s) [2022-05-19T09:57:42.441Z] === RUN TestFindSequence [2022-05-19T09:57:42.441Z] --- PASS: TestFindSequence (0.00s) [2022-05-19T09:57:42.441Z] === RUN TestCheckIfAvailable [2022-05-19T09:57:42.441Z] --- PASS: TestCheckIfAvailable (0.00s) [2022-05-19T09:57:42.441Z] === RUN TestMergeSequences [2022-05-19T09:57:42.441Z] --- PASS: TestMergeSequences (0.00s) [2022-05-19T09:57:42.441Z] === RUN TestPushReservation [2022-05-19T09:57:42.441Z] --- PASS: TestPushReservation (0.00s) [2022-05-19T09:57:42.441Z] === RUN TestSerializeDeserialize [2022-05-19T09:57:42.441Z] --- PASS: TestSerializeDeserialize (0.00s) [2022-05-19T09:57:42.441Z] === RUN TestSet [2022-05-19T09:57:42.441Z] --- PASS: TestSet (0.00s) [2022-05-19T09:57:42.441Z] === RUN TestSetUnset [2022-05-19T09:57:42.441Z] --- PASS: TestSetUnset (0.00s) [2022-05-19T09:57:42.441Z] === RUN TestOffsetSetUnset [2022-05-19T09:57:42.441Z] --- PASS: TestOffsetSetUnset (0.00s) [2022-05-19T09:57:42.441Z] === RUN TestSetInRange [2022-05-19T09:57:42.441Z] --- PASS: TestSetInRange (0.00s) [2022-05-19T09:57:42.441Z] === RUN TestSetAnyInRange [2022-05-19T09:57:42.441Z] --- PASS: TestSetAnyInRange (0.00s) [2022-05-19T09:57:42.441Z] === RUN TestMethods [2022-05-19T09:57:42.441Z] --- PASS: TestMethods (0.00s) [2022-05-19T09:57:42.441Z] === RUN TestRandomAllocateDeallocate [2022-05-19T09:57:42.672Z] --- PASS: TestBatching (0.33s) [2022-05-19T09:57:42.672Z] === RUN TestFrequency [2022-05-19T09:57:42.672Z] --- PASS: TestFrequency (0.25s) [2022-05-19T09:57:42.829Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:82, shared: true, mustBeShared: true [2022-05-19T09:57:42.830Z] === RUN TestDockerDaemonSuite/TestDaemonICCLinkExpose [2022-05-19T09:57:43.085Z] --- PASS: TestIpcModeShareable (0.86s) [2022-05-19T09:57:43.085Z] === RUN TestAPIIpcModeShareableAndContainer [2022-05-19T09:57:43.140Z] === RUN TestOneMessagePerRequest [2022-05-19T09:57:43.140Z] --- PASS: TestOneMessagePerRequest (0.00s) [2022-05-19T09:57:43.140Z] === RUN TestVerify [2022-05-19T09:57:43.140Z] --- PASS: TestVerify (0.00s) [2022-05-19T09:57:43.140Z] === RUN TestSkipVerify [2022-05-19T09:57:43.140Z] time="2022-05-19T09:57:42Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-05-19T09:57:43.140Z] time="2022-05-19T09:57:42Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-05-19T09:57:43.140Z] time="2022-05-19T09:57:42Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-05-19T09:57:43.140Z] time="2022-05-19T09:57:42Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-05-19T09:57:43.610Z] --- PASS: TestSkipVerify (0.62s) [2022-05-19T09:57:43.610Z] === RUN TestBufferMaximum [2022-05-19T09:57:43.610Z] time="2022-05-19T09:57:43Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-05-19T09:57:43.611Z] time="2022-05-19T09:57:43Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-05-19T09:57:43.611Z] time="2022-05-19T09:57:43Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-05-19T09:57:43.611Z] time="2022-05-19T09:57:43Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-05-19T09:57:43.611Z] time="2022-05-19T09:57:43Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-05-19T09:57:43.611Z] time="2022-05-19T09:57:43Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1652954263.177598\",\"host\":\"f9d50d95cd99\"}'" [2022-05-19T09:57:43.611Z] time="2022-05-19T09:57:43Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1652954263.177598\",\"host\":\"f9d50d95cd99\"}'" [2022-05-19T09:57:43.611Z] --- PASS: TestBufferMaximum (0.01s) [2022-05-19T09:57:43.611Z] === RUN TestServerAlwaysDown [2022-05-19T09:57:43.611Z] time="2022-05-19T09:57:43Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-05-19T09:57:43.611Z] time="2022-05-19T09:57:43Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-05-19T09:57:43.611Z] time="2022-05-19T09:57:43Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1652954263.185048\",\"host\":\"f9d50d95cd99\"}'" [2022-05-19T09:57:43.611Z] time="2022-05-19T09:57:43Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1652954263.185048\",\"host\":\"f9d50d95cd99\"}'" [2022-05-19T09:57:43.611Z] time="2022-05-19T09:57:43Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-05-19T09:57:43.611Z] time="2022-05-19T09:57:43Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"2\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1652954263.185048\",\"host\":\"f9d50d95cd99\"}'" [2022-05-19T09:57:43.611Z] time="2022-05-19T09:57:43Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"3\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1652954263.186937\",\"host\":\"f9d50d95cd99\"}'" [2022-05-19T09:57:43.611Z] time="2022-05-19T09:57:43Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"4\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1652954263.186937\",\"host\":\"f9d50d95cd99\"}'" [2022-05-19T09:57:43.611Z] --- PASS: TestServerAlwaysDown (0.00s) [2022-05-19T09:57:43.611Z] === RUN TestCannotSendAfterClose [2022-05-19T09:57:43.611Z] --- PASS: TestCannotSendAfterClose (0.00s) [2022-05-19T09:57:43.611Z] === RUN TestDeadlockOnBlockedEndpoint [2022-05-19T09:57:43.611Z] === RUN TestV2MetadataService [2022-05-19T09:57:44.598Z] time="2022-05-19T09:57:44Z" 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-05-19T09:57:44.598Z] time="2022-05-19T09:57:44Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"\",\"source\":\"\",\"tag\":\"containeriid\"},\"time\":\"-6795364578.871346\",\"host\":\"f9d50d95cd99\"}'" [2022-05-19T09:57:44.598Z] --- PASS: TestDeadlockOnBlockedEndpoint (1.00s) [2022-05-19T09:57:44.598Z] PASS [2022-05-19T09:57:44.598Z] coverage: 82.5% of statements [2022-05-19T09:57:44.599Z] ok github.com/docker/docker/daemon/logger/splunk 2.328s coverage: 82.5% of statements [2022-05-19T09:57:44.599Z] ? github.com/docker/docker/daemon/names [no test files] [2022-05-19T09:57:44.599Z] ? github.com/docker/docker/daemon/network [no test files] [2022-05-19T09:57:44.599Z] ? github.com/docker/docker/daemon/stats [no test files] [2022-05-19T09:57:44.599Z] === RUN TestSuccessfulDownload [2022-05-19T09:57:44.599Z] download_test.go:267: Needs fixing on Windows [2022-05-19T09:57:44.599Z] --- SKIP: TestSuccessfulDownload (0.00s) [2022-05-19T09:57:44.599Z] === RUN TestCancelledDownload [2022-05-19T09:57:44.599Z] --- PASS: TestCancelledDownload (0.00s) [2022-05-19T09:57:44.599Z] === RUN TestMaxDownloadAttempts [2022-05-19T09:57:44.599Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-05-19T09:57:44.599Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-05-19T09:57:44.599Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-05-19T09:57:44.599Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-05-19T09:57:44.599Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-05-19T09:57:44.599Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-05-19T09:57:44.599Z] === RUN TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-05-19T09:57:44.599Z] === PAUSE TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-05-19T09:57:44.599Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-05-19T09:57:44.599Z] === CONT TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-05-19T09:57:44.599Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-05-19T09:57:44.599Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-05-19T09:57:44.656Z] === RUN TestInvalidConfig [2022-05-19T09:57:44.656Z] --- PASS: TestInvalidConfig (0.00s) [2022-05-19T09:57:44.656Z] === RUN TestConfig [2022-05-19T09:57:44.656Z] --- PASS: TestConfig (0.00s) [2022-05-19T09:57:44.656Z] === RUN TestOptionsLabels [2022-05-19T09:57:44.656Z] --- PASS: TestOptionsLabels (0.00s) [2022-05-19T09:57:44.656Z] === RUN TestValidName [2022-05-19T09:57:44.656Z] --- PASS: TestValidName (0.00s) [2022-05-19T09:57:44.656Z] PASS [2022-05-19T09:57:44.656Z] coverage: 19.7% of statements [2022-05-19T09:57:44.656Z] ok github.com/docker/docker/libnetwork/config 0.192s coverage: 19.7% of statements [2022-05-19T09:57:45.066Z] === RUN TestContinueOnError_NonMirrorEndpoint [2022-05-19T09:57:45.066Z] --- PASS: TestContinueOnError_NonMirrorEndpoint (0.00s) [2022-05-19T09:57:45.066Z] === RUN TestContinueOnError_MirrorEndpoint [2022-05-19T09:57:45.066Z] --- PASS: TestContinueOnError_MirrorEndpoint (0.00s) [2022-05-19T09:57:45.066Z] === RUN TestContinueOnError_NeverContinue [2022-05-19T09:57:45.066Z] --- PASS: TestContinueOnError_NeverContinue (0.00s) [2022-05-19T09:57:45.066Z] === RUN TestManifestStore [2022-05-19T09:57:45.066Z] === RUN TestManifestStore/no_remote_or_local [2022-05-19T09:57:45.066Z] --- PASS: TestV2MetadataService (1.50s) [2022-05-19T09:57:45.066Z] PASS [2022-05-19T09:57:45.066Z] coverage: 44.4% of statements [2022-05-19T09:57:45.066Z] ok github.com/docker/docker/distribution/metadata 1.587s coverage: 44.4% of statements [2022-05-19T09:57:45.066Z] time="2022-05-19T09:57:44Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-05-19T09:57:45.066Z] time="2022-05-19T09:57:44Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-05-19T09:57:45.066Z] time="2022-05-19T09:57:44Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-05-19T09:57:45.066Z] time="2022-05-19T09:57:44Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-05-19T09:57:45.066Z] --- PASS: TestMaxDownloadAttempts (0.00s) [2022-05-19T09:57:45.066Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt (0.49s) [2022-05-19T09:57:45.066Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt (0.49s) [2022-05-19T09:57:45.066Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt (0.49s) [2022-05-19T09:57:45.066Z] --- PASS: TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt (0.49s) [2022-05-19T09:57:45.066Z] === RUN TestTransfer [2022-05-19T09:57:45.066Z] time="2022-05-19T09:57:45Z" level=warning msg="Error while attempting to abort content ingest" error="remove C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\TestManifestStore_no_remote_or_local2899395196\\ingest\\5b12c59ff23fa3d365724bc93c65a9481954db8222175a75005af97afc148b79\\data: The process cannot access the file because it is being used by another process." [2022-05-19T09:57:45.066Z] === RUN TestManifestStore/no_local_cache [2022-05-19T09:57:45.125Z] === RUN TestKey [2022-05-19T09:57:45.125Z] --- PASS: TestKey (0.00s) [2022-05-19T09:57:45.125Z] === RUN TestParseKey [2022-05-19T09:57:45.125Z] --- PASS: TestParseKey (0.00s) [2022-05-19T09:57:45.125Z] === RUN TestInvalidDataStore [2022-05-19T09:57:45.125Z] --- PASS: TestInvalidDataStore (0.00s) [2022-05-19T09:57:45.125Z] === RUN TestKVObjectFlatKey [2022-05-19T09:57:45.125Z] --- PASS: TestKVObjectFlatKey (0.00s) [2022-05-19T09:57:45.125Z] === RUN TestAtomicKVObjectFlatKey [2022-05-19T09:57:45.125Z] --- PASS: TestAtomicKVObjectFlatKey (0.00s) [2022-05-19T09:57:45.125Z] PASS [2022-05-19T09:57:45.125Z] coverage: 21.9% of statements [2022-05-19T09:57:45.125Z] ok github.com/docker/docker/libnetwork/datastore 0.058s coverage: 21.9% of statements [2022-05-19T09:57:45.534Z] === RUN TestManifestStore/with_local_cache [2022-05-19T09:57:45.535Z] === RUN TestManifestStore/unknown_media_type [2022-05-19T09:57:45.535Z] === RUN TestManifestStore/unknown_media_type/no_cache [2022-05-19T09:57:45.535Z] time="2022-05-19T09:57:45Z" level=warning msg="reference for unknown type: " [2022-05-19T09:57:45.535Z] time="2022-05-19T09:57:45Z" level=warning msg="reference for unknown type: " [2022-05-19T09:57:45.535Z] === RUN TestManifestStore/unknown_media_type/with_cache [2022-05-19T09:57:45.535Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type [2022-05-19T09:57:45.535Z] time="2022-05-19T09:57:45Z" level=warning msg="reference for unknown type: " [2022-05-19T09:57:45.535Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type [2022-05-19T09:57:45.535Z] --- PASS: TestTransfer (0.11s) [2022-05-19T09:57:45.535Z] === RUN TestConcurrencyLimit [2022-05-19T09:57:45.535Z] time="2022-05-19T09:57:45Z" level=warning msg="reference for unknown type: " [2022-05-19T09:57:45.535Z] time="2022-05-19T09:57:45Z" level=warning msg="reference for unknown type: " [2022-05-19T09:57:45.535Z] === RUN TestManifestStore/error_persisting_manifest [2022-05-19T09:57:45.535Z] === RUN TestManifestStore/error_persisting_manifest/error_on_writer [2022-05-19T09:57:45.535Z] === RUN TestManifestStore/error_persisting_manifest/error_on_commit [2022-05-19T09:57:45.535Z] time="2022-05-19T09:57:45Z" level=warning msg="Error persisting manifest" error="error committing manifest to content store: random error" [2022-05-19T09:57:45.535Z] --- PASS: TestManifestStore (0.42s) [2022-05-19T09:57:45.535Z] --- PASS: TestManifestStore/no_remote_or_local (0.28s) [2022-05-19T09:57:45.535Z] --- PASS: TestManifestStore/no_local_cache (0.02s) [2022-05-19T09:57:45.535Z] --- PASS: TestManifestStore/with_local_cache (0.02s) [2022-05-19T09:57:45.535Z] --- PASS: TestManifestStore/unknown_media_type (0.07s) [2022-05-19T09:57:45.535Z] --- PASS: TestManifestStore/unknown_media_type/no_cache (0.02s) [2022-05-19T09:57:45.535Z] --- PASS: TestManifestStore/unknown_media_type/with_cache (0.05s) [2022-05-19T09:57:45.535Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type (0.02s) [2022-05-19T09:57:45.535Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type (0.03s) [2022-05-19T09:57:45.535Z] --- PASS: TestManifestStore/error_persisting_manifest (0.02s) [2022-05-19T09:57:45.535Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_writer (0.00s) [2022-05-19T09:57:45.535Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_commit (0.02s) [2022-05-19T09:57:45.535Z] === RUN TestDetectManifestBlobMediaType [2022-05-19T09:57:45.535Z] === RUN TestDetectManifestBlobMediaType/oci_index_fallback [2022-05-19T09:57:45.535Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_config_set [2022-05-19T09:57:45.535Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set [2022-05-19T09:57:45.535Z] === RUN TestDetectManifestBlobMediaType/mediaType_is_set [2022-05-19T09:57:45.535Z] === RUN TestDetectManifestBlobMediaType/oci_manifest [2022-05-19T09:57:45.535Z] === RUN TestDetectManifestBlobMediaType/schema1 [2022-05-19T09:57:45.535Z] --- PASS: TestDetectManifestBlobMediaType (0.00s) [2022-05-19T09:57:45.535Z] --- PASS: TestDetectManifestBlobMediaType/oci_index_fallback (0.00s) [2022-05-19T09:57:45.535Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_config_set (0.00s) [2022-05-19T09:57:45.535Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set (0.00s) [2022-05-19T09:57:45.535Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_is_set (0.00s) [2022-05-19T09:57:45.535Z] --- PASS: TestDetectManifestBlobMediaType/oci_manifest (0.00s) [2022-05-19T09:57:45.535Z] --- PASS: TestDetectManifestBlobMediaType/schema1 (0.00s) [2022-05-19T09:57:45.535Z] === RUN TestDetectManifestBlobMediaTypeInvalid [2022-05-19T09:57:45.535Z] === RUN TestDetectManifestBlobMediaTypeInvalid/config_and_fsLayers [2022-05-19T09:57:45.535Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_layers [2022-05-19T09:57:45.535Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_fsLayers [2022-05-19T09:57:45.535Z] === RUN TestDetectManifestBlobMediaTypeInvalid/manifest_list_mediaType_with_fsLayers [2022-05-19T09:57:45.535Z] === RUN TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_layers [2022-05-19T09:57:45.535Z] === RUN TestDetectManifestBlobMediaTypeInvalid/layers_and_manifests [2022-05-19T09:57:45.535Z] === RUN TestDetectManifestBlobMediaTypeInvalid/layers_and_fsLayers [2022-05-19T09:57:45.535Z] === RUN TestDetectManifestBlobMediaTypeInvalid/fsLayers_and_manifests [2022-05-19T09:57:45.535Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_manifests [2022-05-19T09:57:45.535Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_manifests [2022-05-19T09:57:45.535Z] === RUN TestDetectManifestBlobMediaTypeInvalid/oci_manifest_mediaType_with_manifests [2022-05-19T09:57:45.535Z] === RUN TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_config [2022-05-19T09:57:45.535Z] === RUN TestDetectManifestBlobMediaTypeInvalid/config_and_manifests [2022-05-19T09:57:45.535Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid (0.00s) [2022-05-19T09:57:45.535Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/config_and_fsLayers (0.00s) [2022-05-19T09:57:45.535Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_layers (0.00s) [2022-05-19T09:57:45.535Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_fsLayers (0.00s) [2022-05-19T09:57:45.535Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/manifest_list_mediaType_with_fsLayers (0.00s) [2022-05-19T09:57:45.535Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_layers (0.00s) [2022-05-19T09:57:45.535Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/layers_and_manifests (0.00s) [2022-05-19T09:57:45.535Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/layers_and_fsLayers (0.00s) [2022-05-19T09:57:45.535Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/fsLayers_and_manifests (0.00s) [2022-05-19T09:57:45.535Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_manifests (0.00s) [2022-05-19T09:57:45.535Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_manifests (0.00s) [2022-05-19T09:57:45.535Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/oci_manifest_mediaType_with_manifests (0.00s) [2022-05-19T09:57:45.535Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_config (0.00s) [2022-05-19T09:57:45.535Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/config_and_manifests (0.00s) [2022-05-19T09:57:45.535Z] === RUN TestFixManifestLayers [2022-05-19T09:57:45.535Z] --- PASS: TestFixManifestLayers (0.00s) [2022-05-19T09:57:45.535Z] === RUN TestFixManifestLayersBaseLayerParent [2022-05-19T09:57:45.535Z] pull_v2_test.go:82: Needs fixing on Windows [2022-05-19T09:57:45.535Z] --- SKIP: TestFixManifestLayersBaseLayerParent (0.00s) [2022-05-19T09:57:45.535Z] === RUN TestFixManifestLayersBadParent [2022-05-19T09:57:45.535Z] --- PASS: TestFixManifestLayersBadParent (0.00s) [2022-05-19T09:57:45.535Z] === RUN TestValidateManifest [2022-05-19T09:57:45.535Z] pull_v2_test.go:127: Needs fixing on Windows [2022-05-19T09:57:45.535Z] --- SKIP: TestValidateManifest (0.00s) [2022-05-19T09:57:45.535Z] === RUN TestFormatPlatform [2022-05-19T09:57:45.535Z] --- PASS: TestFormatPlatform (0.00s) [2022-05-19T09:57:45.535Z] === RUN TestPullSchema2Config [2022-05-19T09:57:45.535Z] === RUN TestPullSchema2Config/success_first_time [2022-05-19T09:57:45.535Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-05-19T09:57:45.535Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-05-19T09:57:45.535Z] === RUN TestPullSchema2Config/500_status [2022-05-19T09:57:45.535Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-05-19T09:57:45.535Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-05-19T09:57:45.535Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-05-19T09:57:45.535Z] === RUN TestPullSchema2Config/EOF [2022-05-19T09:57:45.535Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-05-19T09:57:45.535Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-05-19T09:57:45.535Z] 2022/05/19 09:57:45 http: panic serving 127.0.0.1:49217: intentional panic [2022-05-19T09:57:45.535Z] goroutine 105 [running]: [2022-05-19T09:57:45.535Z] net/http.(*conn).serve.func1() [2022-05-19T09:57:45.535Z] c:/go/src/net/http/server.go:1825 +0xbf [2022-05-19T09:57:45.535Z] panic({0x1508ee0, 0x16eb2f0}) [2022-05-19T09:57:45.535Z] c:/go/src/runtime/panic.go:844 +0x258 [2022-05-19T09:57:45.535Z] github.com/docker/docker/distribution.TestPullSchema2Config.func3(0xc000051d40?, {0x16f2a98?, 0xc0005b2000?}) [2022-05-19T09:57:45.535Z] C:/gopath/src/github.com/docker/docker/distribution/pull_v2_test.go:262 +0xb4 [2022-05-19T09:57:45.535Z] github.com/docker/docker/distribution.TestPullSchema2Config.func5.1({0x16f2a98, 0xc0005b2000}, 0xc0000ac100) [2022-05-19T09:57:45.535Z] C:/gopath/src/github.com/docker/docker/distribution/pull_v2_test.go:290 +0x286 [2022-05-19T09:57:45.535Z] net/http.HandlerFunc.ServeHTTP(0x0?, {0x16f2a98?, 0xc0005b2000?}, 0xc000080000?) [2022-05-19T09:57:45.535Z] c:/go/src/net/http/server.go:2084 +0x2f [2022-05-19T09:57:45.535Z] net/http.serverHandler.ServeHTTP({0xc000518090?}, {0x16f2a98, 0xc0005b2000}, 0xc0000ac100) [2022-05-19T09:57:45.535Z] c:/go/src/net/http/server.go:2916 +0x43b [2022-05-19T09:57:45.535Z] net/http.(*conn).serve(0xc00017c0a0, {0x16f3310, 0xc0001e6b70}) [2022-05-19T09:57:45.535Z] c:/go/src/net/http/server.go:1966 +0x5d7 [2022-05-19T09:57:45.535Z] created by net/http.(*Server).Serve [2022-05-19T09:57:45.535Z] c:/go/src/net/http/server.go:3071 +0x4db [2022-05-19T09:57:45.535Z] --- PASS: TestConcurrencyLimit (0.35s) [2022-05-19T09:57:45.535Z] === RUN TestInactiveJobs [2022-05-19T09:57:45.606Z] === RUN TestDockerSuite/TestBuildAddNonTar [2022-05-19T09:57:45.862Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.81s) [2022-05-19T09:57:45.862Z] === RUN TestAPIIpcModeHost [2022-05-19T09:57:46.003Z] === RUN TestNotFound [2022-05-19T09:57:46.003Z] --- PASS: TestNotFound (0.00s) [2022-05-19T09:57:46.003Z] === RUN TestConflict [2022-05-19T09:57:46.003Z] --- PASS: TestConflict (0.00s) [2022-05-19T09:57:46.003Z] === RUN TestForbidden [2022-05-19T09:57:46.003Z] --- PASS: TestForbidden (0.00s) [2022-05-19T09:57:46.003Z] === RUN TestInvalidParameter [2022-05-19T09:57:46.003Z] --- PASS: TestInvalidParameter (0.00s) [2022-05-19T09:57:46.003Z] === RUN TestNotImplemented [2022-05-19T09:57:46.003Z] --- PASS: TestNotImplemented (0.00s) [2022-05-19T09:57:46.003Z] === RUN TestNotModified [2022-05-19T09:57:46.003Z] --- PASS: TestNotModified (0.00s) [2022-05-19T09:57:46.003Z] === RUN TestUnauthorized [2022-05-19T09:57:46.003Z] --- PASS: TestUnauthorized (0.00s) [2022-05-19T09:57:46.003Z] === RUN TestUnknown [2022-05-19T09:57:46.003Z] --- PASS: TestUnknown (0.00s) [2022-05-19T09:57:46.003Z] === RUN TestCancelled [2022-05-19T09:57:46.003Z] --- PASS: TestCancelled (0.00s) [2022-05-19T09:57:46.003Z] === RUN TestDeadline [2022-05-19T09:57:46.003Z] --- PASS: TestDeadline (0.00s) [2022-05-19T09:57:46.003Z] === RUN TestDataLoss [2022-05-19T09:57:46.003Z] --- PASS: TestDataLoss (0.00s) [2022-05-19T09:57:46.003Z] === RUN TestUnavailable [2022-05-19T09:57:46.003Z] --- PASS: TestUnavailable (0.00s) [2022-05-19T09:57:46.003Z] === RUN TestSystem [2022-05-19T09:57:46.003Z] --- PASS: TestSystem (0.00s) [2022-05-19T09:57:46.003Z] === RUN TestFromStatusCode [2022-05-19T09:57:46.003Z] === RUN TestFromStatusCode/Not_Found [2022-05-19T09:57:46.003Z] === RUN TestFromStatusCode/Bad_Request [2022-05-19T09:57:46.003Z] === RUN TestFromStatusCode/Conflict [2022-05-19T09:57:46.003Z] === RUN TestFromStatusCode/Unauthorized [2022-05-19T09:57:46.003Z] === RUN TestFromStatusCode/Service_Unavailable [2022-05-19T09:57:46.003Z] === RUN TestFromStatusCode/Forbidden [2022-05-19T09:57:46.003Z] === RUN TestFromStatusCode/Not_Modified [2022-05-19T09:57:46.003Z] === RUN TestFromStatusCode/Not_Implemented [2022-05-19T09:57:46.003Z] === RUN TestFromStatusCode/Internal_Server_Error [2022-05-19T09:57:46.003Z] === RUN TestFromStatusCode/Internal_Server_Error#01 [2022-05-19T09:57:46.003Z] === RUN TestFromStatusCode/Internal_Server_Error#02 [2022-05-19T09:57:46.003Z] === RUN TestFromStatusCode/Internal_Server_Error#03 [2022-05-19T09:57:46.003Z] === RUN TestFromStatusCode/Internal_Server_Error#04 [2022-05-19T09:57:46.003Z] --- PASS: TestFromStatusCode (0.00s) [2022-05-19T09:57:46.003Z] --- PASS: TestFromStatusCode/Not_Found (0.00s) [2022-05-19T09:57:46.003Z] --- PASS: TestFromStatusCode/Bad_Request (0.00s) [2022-05-19T09:57:46.003Z] --- PASS: TestFromStatusCode/Conflict (0.00s) [2022-05-19T09:57:46.003Z] --- PASS: TestFromStatusCode/Unauthorized (0.00s) [2022-05-19T09:57:46.003Z] --- PASS: TestFromStatusCode/Service_Unavailable (0.00s) [2022-05-19T09:57:46.003Z] --- PASS: TestFromStatusCode/Forbidden (0.00s) [2022-05-19T09:57:46.003Z] --- PASS: TestFromStatusCode/Not_Modified (0.00s) [2022-05-19T09:57:46.003Z] --- PASS: TestFromStatusCode/Not_Implemented (0.00s) [2022-05-19T09:57:46.003Z] --- PASS: TestFromStatusCode/Internal_Server_Error (0.00s) [2022-05-19T09:57:46.003Z] --- PASS: TestFromStatusCode/Internal_Server_Error#01 (0.00s) [2022-05-19T09:57:46.003Z] --- PASS: TestFromStatusCode/Internal_Server_Error#02 (0.00s) [2022-05-19T09:57:46.003Z] --- PASS: TestFromStatusCode/Internal_Server_Error#03 (0.00s) [2022-05-19T09:57:46.003Z] --- PASS: TestFromStatusCode/Internal_Server_Error#04 (0.00s) [2022-05-19T09:57:46.003Z] PASS [2022-05-19T09:57:46.003Z] coverage: 77.0% of statements [2022-05-19T09:57:46.003Z] ok github.com/docker/docker/errdefs 0.042s coverage: 77.0% of statements [2022-05-19T09:57:46.003Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-05-19T09:57:46.003Z] === RUN TestPullSchema2Config/unauthorized [2022-05-19T09:57:46.003Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-05-19T09:57:46.003Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-05-19T09:57:46.003Z] --- PASS: TestPullSchema2Config (0.54s) [2022-05-19T09:57:46.003Z] --- PASS: TestPullSchema2Config/success_first_time (0.01s) [2022-05-19T09:57:46.003Z] --- PASS: TestPullSchema2Config/500_status (0.27s) [2022-05-19T09:57:46.003Z] --- PASS: TestPullSchema2Config/EOF (0.26s) [2022-05-19T09:57:46.003Z] --- PASS: TestPullSchema2Config/unauthorized (0.01s) [2022-05-19T09:57:46.003Z] === RUN TestGetRepositoryMountCandidates [2022-05-19T09:57:46.003Z] --- PASS: TestGetRepositoryMountCandidates (0.00s) [2022-05-19T09:57:46.003Z] === RUN TestLayerAlreadyExists [2022-05-19T09:57:46.003Z] 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-05-19T09:57:46.003Z] 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-05-19T09:57:46.003Z] 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-05-19T09:57:46.003Z] 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-05-19T09:57:46.003Z] 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-05-19T09:57:46.003Z] 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-05-19T09:57:46.003Z] --- PASS: TestLayerAlreadyExists (0.00s) [2022-05-19T09:57:46.003Z] === RUN TestWhenEmptyAuthConfig [2022-05-19T09:57:46.003Z] --- PASS: TestInactiveJobs (0.36s) [2022-05-19T09:57:46.003Z] === RUN TestWatchRelease [2022-05-19T09:57:46.003Z] --- PASS: TestWatchRelease (0.08s) [2022-05-19T09:57:46.003Z] === RUN TestWatchFinishedTransfer [2022-05-19T09:57:46.003Z] --- PASS: TestWatchFinishedTransfer (0.00s) [2022-05-19T09:57:46.003Z] === RUN TestDuplicateTransfer [2022-05-19T09:57:46.003Z] --- PASS: TestDuplicateTransfer (0.04s) [2022-05-19T09:57:46.003Z] === RUN TestSuccessfulUpload [2022-05-19T09:57:46.112Z] === RUN TestIPDataMarshalling [2022-05-19T09:57:46.112Z] --- PASS: TestIPDataMarshalling (0.00s) [2022-05-19T09:57:46.112Z] === RUN TestValidateAndIsV6 [2022-05-19T09:57:46.112Z] --- PASS: TestValidateAndIsV6 (0.00s) [2022-05-19T09:57:46.112Z] PASS [2022-05-19T09:57:46.112Z] coverage: 68.9% of statements [2022-05-19T09:57:46.112Z] ok github.com/docker/docker/libnetwork/driverapi 0.046s coverage: 68.9% of statements [2022-05-19T09:57:46.118Z] === RUN TestDockerDaemonSuite/TestDaemonICCPing [2022-05-19T09:57:46.329Z] tests/integration/api_service_test.py .................................. [ 59%] [2022-05-19T09:57:46.375Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2022-05-19T09:57:46.471Z] time="2022-05-19T09:57:46Z" level=error msg="Upload failed, retrying: simulating retry" [2022-05-19T09:57:46.471Z] --- PASS: TestSuccessfulUpload (0.36s) [2022-05-19T09:57:46.471Z] === RUN TestCancelledUpload [2022-05-19T09:57:46.471Z] --- PASS: TestCancelledUpload (0.00s) [2022-05-19T09:57:46.471Z] PASS [2022-05-19T09:57:46.471Z] coverage: 77.3% of statements [2022-05-19T09:57:46.472Z] ok github.com/docker/docker/distribution/xfer 1.931s coverage: 77.3% of statements [2022-05-19T09:57:46.580Z] === RUN TestErrorInterfaces [2022-05-19T09:57:46.580Z] --- PASS: TestErrorInterfaces (0.00s) [2022-05-19T09:57:46.580Z] === RUN TestNetworkMarshalling [2022-05-19T09:57:46.631Z] --- PASS: TestAPIIpcModeHost (0.65s) [2022-05-19T09:57:46.631Z] === RUN TestDaemonIpcModeShareable [2022-05-19T09:57:46.704Z] === RUN TestLoadDaemonCliConfigWithoutOverriding [2022-05-19T09:57:46.704Z] --- PASS: TestLoadDaemonCliConfigWithoutOverriding (0.00s) [2022-05-19T09:57:46.704Z] === RUN TestLoadDaemonCliConfigWithTLS [2022-05-19T09:57:46.704Z] --- PASS: TestLoadDaemonCliConfigWithTLS (0.00s) [2022-05-19T09:57:46.704Z] === RUN TestLoadDaemonCliConfigWithConflicts [2022-05-19T09:57:46.704Z] --- PASS: TestLoadDaemonCliConfigWithConflicts (0.00s) [2022-05-19T09:57:46.704Z] === RUN TestLoadDaemonCliWithConflictingNodeGenericResources [2022-05-19T09:57:46.704Z] --- PASS: TestLoadDaemonCliWithConflictingNodeGenericResources (0.00s) [2022-05-19T09:57:46.704Z] === RUN TestLoadDaemonCliWithConflictingLabels [2022-05-19T09:57:46.704Z] --- PASS: TestLoadDaemonCliWithConflictingLabels (0.00s) [2022-05-19T09:57:46.704Z] === RUN TestLoadDaemonCliWithDuplicateLabels [2022-05-19T09:57:46.704Z] --- PASS: TestLoadDaemonCliWithDuplicateLabels (0.00s) [2022-05-19T09:57:46.704Z] === RUN TestLoadDaemonCliConfigWithTLSVerify [2022-05-19T09:57:46.704Z] --- PASS: TestLoadDaemonCliConfigWithTLSVerify (0.01s) [2022-05-19T09:57:46.704Z] === RUN TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse [2022-05-19T09:57:46.704Z] --- PASS: TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse (0.00s) [2022-05-19T09:57:46.704Z] === RUN TestLoadDaemonCliConfigWithoutTLSVerify [2022-05-19T09:57:46.704Z] --- PASS: TestLoadDaemonCliConfigWithoutTLSVerify (0.00s) [2022-05-19T09:57:46.704Z] === RUN TestLoadDaemonCliConfigWithLogLevel [2022-05-19T09:57:46.704Z] --- PASS: TestLoadDaemonCliConfigWithLogLevel (0.00s) [2022-05-19T09:57:46.704Z] === RUN TestLoadDaemonConfigWithEmbeddedOptions [2022-05-19T09:57:46.704Z] --- PASS: TestLoadDaemonConfigWithEmbeddedOptions (0.01s) [2022-05-19T09:57:46.704Z] === RUN TestLoadDaemonConfigWithRegistryOptions [2022-05-19T09:57:46.704Z] --- PASS: TestLoadDaemonConfigWithRegistryOptions (0.00s) [2022-05-19T09:57:46.704Z] === RUN TestConfigureDaemonLogs [2022-05-19T09:57:46.704Z] --- PASS: TestConfigureDaemonLogs (0.00s) [2022-05-19T09:57:46.704Z] === RUN TestCommonOptionsInstallFlags [2022-05-19T09:57:46.704Z] --- PASS: TestCommonOptionsInstallFlags (0.00s) [2022-05-19T09:57:46.704Z] === RUN TestCommonOptionsInstallFlagsWithDefaults [2022-05-19T09:57:46.704Z] --- PASS: TestCommonOptionsInstallFlagsWithDefaults (0.00s) [2022-05-19T09:57:46.704Z] PASS [2022-05-19T09:57:46.704Z] coverage: 19.7% of statements [2022-05-19T09:57:46.704Z] ok github.com/docker/docker/cmd/dockerd 0.212s coverage: 19.7% of statements [2022-05-19T09:57:46.704Z] ? github.com/docker/docker/cmd/dockerd/trap [no test files] [2022-05-19T09:57:46.704Z] ? github.com/docker/docker/cmd/dockerd/trap/testfiles [no test files] [2022-05-19T09:57:47.049Z] --- PASS: TestNetworkMarshalling (0.23s) [2022-05-19T09:57:47.049Z] === RUN TestEndpointMarshalling [2022-05-19T09:57:47.049Z] --- PASS: TestEndpointMarshalling (0.00s) [2022-05-19T09:57:47.049Z] === RUN TestAuxAddresses [2022-05-19T09:57:47.049Z] time="2022-05-19T09:57:46Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-05-19T09:57:47.049Z] --- PASS: TestAuxAddresses (0.02s) [2022-05-19T09:57:47.049Z] === RUN TestSRVServiceQuery [2022-05-19T09:57:47.049Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2022-05-19T09:57:47.049Z] --- SKIP: TestSRVServiceQuery (0.01s) [2022-05-19T09:57:47.049Z] === RUN TestServiceVIPReuse [2022-05-19T09:57:47.049Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2022-05-19T09:57:47.049Z] --- SKIP: TestServiceVIPReuse (0.00s) [2022-05-19T09:57:47.049Z] === RUN TestIpamReleaseOnNetDriverFailures [2022-05-19T09:57:47.049Z] === RUN TestDriver [2022-05-19T09:57:47.049Z] --- PASS: TestDriver (0.00s) [2022-05-19T09:57:47.049Z] PASS [2022-05-19T09:57:47.049Z] coverage: 34.8% of statements [2022-05-19T09:57:47.049Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2022-05-19T09:57:47.049Z] --- SKIP: TestIpamReleaseOnNetDriverFailures (0.01s) [2022-05-19T09:57:47.049Z] === RUN TestDNSIPQuery [2022-05-19T09:57:47.049Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2022-05-19T09:57:47.049Z] --- SKIP: TestDNSIPQuery (0.00s) [2022-05-19T09:57:47.049Z] === RUN TestDNSProxyServFail [2022-05-19T09:57:47.049Z] ok github.com/docker/docker/libnetwork/drivers/host 0.053s coverage: 34.8% of statements [2022-05-19T09:57:47.049Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2022-05-19T09:57:47.049Z] --- SKIP: TestDNSProxyServFail (0.00s) [2022-05-19T09:57:47.049Z] === RUN TestSandboxAddEmpty [2022-05-19T09:57:47.049Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-05-19T09:57:47.049Z] --- SKIP: TestSandboxAddEmpty (0.00s) [2022-05-19T09:57:47.049Z] === RUN TestSandboxAddMultiPrio [2022-05-19T09:57:47.049Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-05-19T09:57:47.049Z] --- SKIP: TestSandboxAddMultiPrio (0.00s) [2022-05-19T09:57:47.049Z] === RUN TestSandboxAddSamePrio [2022-05-19T09:57:47.049Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-05-19T09:57:47.049Z] --- SKIP: TestSandboxAddSamePrio (0.00s) [2022-05-19T09:57:47.049Z] === RUN TestCleanupServiceDiscovery [2022-05-19T09:57:47.049Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2022-05-19T09:57:47.049Z] --- SKIP: TestCleanupServiceDiscovery (0.00s) [2022-05-19T09:57:47.049Z] === RUN TestDNSOptions [2022-05-19T09:57:47.049Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2022-05-19T09:57:47.049Z] --- SKIP: TestDNSOptions (0.00s) [2022-05-19T09:57:47.049Z] === RUN TestMultipleControllersWithSameStore [2022-05-19T09:57:47.049Z] time="2022-05-19T09:57:46Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-05-19T09:57:47.049Z] time="2022-05-19T09:57:46Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-05-19T09:57:47.049Z] --- PASS: TestMultipleControllersWithSameStore (0.02s) [2022-05-19T09:57:47.049Z] PASS [2022-05-19T09:57:47.049Z] coverage: 8.5% of statements [2022-05-19T09:57:47.049Z] ok github.com/docker/docker/libnetwork 0.414s coverage: 8.5% of statements [2022-05-19T09:57:47.193Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2022-05-19T09:57:47.458Z] --- PASS: TestWhenEmptyAuthConfig (1.27s) [2022-05-19T09:57:47.458Z] === RUN TestPushRegistryWhenAuthInfoEmpty [2022-05-19T09:57:47.458Z] --- PASS: TestPushRegistryWhenAuthInfoEmpty (0.00s) [2022-05-19T09:57:47.458Z] === RUN TestTokenPassThru [2022-05-19T09:57:47.458Z] --- PASS: TestTokenPassThru (0.01s) [2022-05-19T09:57:47.458Z] === RUN TestTokenPassThruDifferentHost [2022-05-19T09:57:47.458Z] --- PASS: TestTokenPassThruDifferentHost (0.01s) [2022-05-19T09:57:47.458Z] PASS [2022-05-19T09:57:47.458Z] coverage: 26.6% of statements [2022-05-19T09:57:47.458Z] ok github.com/docker/docker/distribution 2.351s coverage: 26.6% of statements [2022-05-19T09:57:47.458Z] === RUN TestCompare [2022-05-19T09:57:47.458Z] --- PASS: TestCompare (0.00s) [2022-05-19T09:57:47.458Z] PASS [2022-05-19T09:57:47.458Z] coverage: 19.2% of statements [2022-05-19T09:57:47.458Z] === RUN TestFSGetInvalidData [2022-05-19T09:57:47.458Z] ok github.com/docker/docker/image/cache 0.086s coverage: 19.2% of statements [2022-05-19T09:57:47.458Z] --- PASS: TestFSGetInvalidData (0.02s) [2022-05-19T09:57:47.458Z] === RUN TestFSInvalidSet [2022-05-19T09:57:47.458Z] --- PASS: TestFSInvalidSet (0.01s) [2022-05-19T09:57:47.458Z] === RUN TestFSInvalidRoot [2022-05-19T09:57:47.458Z] --- PASS: TestFSInvalidRoot (0.01s) [2022-05-19T09:57:47.458Z] === RUN TestFSMetadataGetSet [2022-05-19T09:57:47.458Z] --- PASS: TestFSMetadataGetSet (0.05s) [2022-05-19T09:57:47.458Z] === RUN TestFSInvalidWalker [2022-05-19T09:57:47.458Z] --- PASS: TestFSInvalidWalker (0.03s) [2022-05-19T09:57:47.458Z] === RUN TestFSGetSet [2022-05-19T09:57:47.458Z] --- PASS: TestFSGetSet (0.04s) [2022-05-19T09:57:47.458Z] === RUN TestFSGetUnsetKey [2022-05-19T09:57:47.458Z] ? github.com/docker/docker/distribution/utils [no test files] [2022-05-19T09:57:47.458Z] ? github.com/docker/docker/dockerversion [no test files] [2022-05-19T09:57:47.458Z] --- PASS: TestFSGetUnsetKey (0.01s) [2022-05-19T09:57:47.458Z] === RUN TestFSGetEmptyData [2022-05-19T09:57:47.458Z] --- PASS: TestFSGetEmptyData (0.01s) [2022-05-19T09:57:47.458Z] === RUN TestFSDelete [2022-05-19T09:57:47.458Z] --- PASS: TestFSDelete (0.02s) [2022-05-19T09:57:47.458Z] === RUN TestFSWalker [2022-05-19T09:57:47.458Z] --- PASS: TestFSWalker (0.03s) [2022-05-19T09:57:47.458Z] === RUN TestFSWalkerStopOnError [2022-05-19T09:57:47.458Z] --- PASS: TestFSWalkerStopOnError (0.02s) [2022-05-19T09:57:47.458Z] === RUN TestNewFromJSON [2022-05-19T09:57:47.458Z] --- PASS: TestNewFromJSON (0.00s) [2022-05-19T09:57:47.458Z] === RUN TestNewFromJSONWithInvalidJSON [2022-05-19T09:57:47.458Z] --- PASS: TestNewFromJSONWithInvalidJSON (0.00s) [2022-05-19T09:57:47.458Z] === RUN TestMarshalKeyOrder [2022-05-19T09:57:47.458Z] --- PASS: TestMarshalKeyOrder (0.00s) [2022-05-19T09:57:47.458Z] === RUN TestHistoryEqual [2022-05-19T09:57:47.518Z] === RUN TestDriver [2022-05-19T09:57:47.518Z] --- PASS: TestDriver (0.00s) [2022-05-19T09:57:47.518Z] PASS [2022-05-19T09:57:47.518Z] coverage: 34.8% of statements [2022-05-19T09:57:47.518Z] ok github.com/docker/docker/libnetwork/drivers/null 0.081s coverage: 34.8% of statements [2022-05-19T09:57:47.925Z] --- PASS: TestHistoryEqual (0.20s) [2022-05-19T09:57:47.925Z] === RUN TestImage [2022-05-19T09:57:47.925Z] --- PASS: TestImage (0.00s) [2022-05-19T09:57:47.925Z] === RUN TestImageOSNotEmpty [2022-05-19T09:57:47.925Z] --- PASS: TestImageOSNotEmpty (0.00s) [2022-05-19T09:57:47.925Z] === RUN TestNewChildImageFromImageWithRootFS [2022-05-19T09:57:47.925Z] --- PASS: TestNewChildImageFromImageWithRootFS (0.00s) [2022-05-19T09:57:47.925Z] === RUN TestCreate [2022-05-19T09:57:47.925Z] --- PASS: TestCreate (0.01s) [2022-05-19T09:57:47.925Z] === RUN TestRestore [2022-05-19T09:57:47.925Z] time="2022-05-19T09:57:47Z" level=error msg="invalid image sha256:f1234d75178d892a133a410355a5a990cf75d2f33eba25d575943d4df632f3a4, invalid character 'i' looking for beginning of value" [2022-05-19T09:57:47.925Z] --- PASS: TestRestore (0.04s) [2022-05-19T09:57:47.925Z] === RUN TestAddDelete [2022-05-19T09:57:47.925Z] --- PASS: TestAddDelete (0.03s) [2022-05-19T09:57:47.925Z] === RUN TestSearchAfterDelete [2022-05-19T09:57:47.925Z] --- PASS: TestSearchAfterDelete (0.02s) [2022-05-19T09:57:47.925Z] === RUN TestParentReset [2022-05-19T09:57:47.925Z] --- PASS: TestParentReset (0.04s) [2022-05-19T09:57:47.925Z] === RUN TestGetAndSetLastUpdated [2022-05-19T09:57:47.926Z] --- PASS: TestGetAndSetLastUpdated (0.02s) [2022-05-19T09:57:47.926Z] === RUN TestStoreLen [2022-05-19T09:57:47.926Z] --- PASS: TestStoreLen (0.11s) [2022-05-19T09:57:47.926Z] PASS [2022-05-19T09:57:47.926Z] coverage: 86.9% of statements [2022-05-19T09:57:47.926Z] ok github.com/docker/docker/image 0.844s coverage: 86.9% of statements [2022-05-19T09:57:47.986Z] --- PASS: TestRandomAllocateDeallocate (5.63s) [2022-05-19T09:57:47.986Z] === RUN TestAllocateRandomDeallocate [2022-05-19T09:57:48.121Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:99, shared: true, mustBeShared: true [2022-05-19T09:57:48.122Z] --- PASS: TestDaemonIpcModeShareable (1.66s) [2022-05-19T09:57:48.122Z] === RUN TestDaemonIpcModePrivate [2022-05-19T09:57:48.276Z] === RUN TestContainerStopSignal [2022-05-19T09:57:48.276Z] --- PASS: TestContainerStopSignal (0.00s) [2022-05-19T09:57:48.276Z] === RUN TestContainerStopTimeout [2022-05-19T09:57:48.276Z] --- PASS: TestContainerStopTimeout (0.00s) [2022-05-19T09:57:48.276Z] === RUN TestContainerSecretReferenceDestTarget [2022-05-19T09:57:48.276Z] --- PASS: TestContainerSecretReferenceDestTarget (0.00s) [2022-05-19T09:57:48.276Z] === RUN TestContainerLogPathSetForJSONFileLogger [2022-05-19T09:57:48.276Z] --- PASS: TestContainerLogPathSetForJSONFileLogger (0.00s) [2022-05-19T09:57:48.276Z] === RUN TestContainerLogPathSetForRingLogger [2022-05-19T09:57:48.276Z] --- PASS: TestContainerLogPathSetForRingLogger (0.00s) [2022-05-19T09:57:48.276Z] === RUN TestReplaceAndAppendEnvVars [2022-05-19T09:57:48.276Z] env_test.go:19: default=[HOME=/root FOO=foo_default], override=[HOME=/root TERM=xterm FOO BAR], result=[HOME=/root TERM=xterm] [2022-05-19T09:57:48.276Z] --- PASS: TestReplaceAndAppendEnvVars (0.00s) [2022-05-19T09:57:48.276Z] === RUN TestNewMemoryStore [2022-05-19T09:57:48.276Z] --- PASS: TestNewMemoryStore (0.00s) [2022-05-19T09:57:48.276Z] === RUN TestAddContainers [2022-05-19T09:57:48.276Z] --- PASS: TestAddContainers (0.00s) [2022-05-19T09:57:48.276Z] === RUN TestGetContainer [2022-05-19T09:57:48.276Z] --- PASS: TestGetContainer (0.00s) [2022-05-19T09:57:48.276Z] === RUN TestDeleteContainer [2022-05-19T09:57:48.276Z] --- PASS: TestDeleteContainer (0.00s) [2022-05-19T09:57:48.276Z] === RUN TestListContainers [2022-05-19T09:57:48.276Z] --- PASS: TestListContainers (0.00s) [2022-05-19T09:57:48.276Z] === RUN TestFirstContainer [2022-05-19T09:57:48.276Z] --- PASS: TestFirstContainer (0.00s) [2022-05-19T09:57:48.276Z] === RUN TestApplyAllContainer [2022-05-19T09:57:48.276Z] --- PASS: TestApplyAllContainer (0.00s) [2022-05-19T09:57:48.276Z] === RUN TestIsValidHealthString [2022-05-19T09:57:48.276Z] --- PASS: TestIsValidHealthString (0.00s) [2022-05-19T09:57:48.276Z] === RUN TestStateRunStop [2022-05-19T09:57:48.276Z] --- PASS: TestStateRunStop (0.00s) [2022-05-19T09:57:48.276Z] === RUN TestStateTimeoutWait [2022-05-19T09:57:48.276Z] state_test.go:141: Stop callback fired [2022-05-19T09:57:48.276Z] state_test.go:165: Stop callback fired [2022-05-19T09:57:48.276Z] --- PASS: TestStateTimeoutWait (0.10s) [2022-05-19T09:57:48.276Z] === RUN TestIsValidStateString [2022-05-19T09:57:48.276Z] --- PASS: TestIsValidStateString (0.00s) [2022-05-19T09:57:48.276Z] === RUN TestViewSaveDelete [2022-05-19T09:57:48.276Z] --- PASS: TestViewSaveDelete (0.03s) [2022-05-19T09:57:48.276Z] === RUN TestViewAll [2022-05-19T09:57:48.276Z] --- PASS: TestViewAll (0.02s) [2022-05-19T09:57:48.276Z] === RUN TestViewGet [2022-05-19T09:57:48.276Z] --- PASS: TestViewGet (0.01s) [2022-05-19T09:57:48.276Z] === RUN TestNames [2022-05-19T09:57:48.276Z] --- PASS: TestNames (0.00s) [2022-05-19T09:57:48.276Z] === RUN TestViewWithHealthCheck [2022-05-19T09:57:48.276Z] --- PASS: TestViewWithHealthCheck (0.02s) [2022-05-19T09:57:48.276Z] PASS [2022-05-19T09:57:48.276Z] coverage: 41.7% of statements [2022-05-19T09:57:48.276Z] ok github.com/docker/docker/container 0.278s coverage: 41.7% of statements [2022-05-19T09:57:48.276Z] ? github.com/docker/docker/container/stream [no test files] [2022-05-19T09:57:48.276Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2022-05-19T09:57:48.276Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2022-05-19T09:57:48.276Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2022-05-19T09:57:48.393Z] === RUN TestValidateManifest [2022-05-19T09:57:48.393Z] === RUN TestValidateManifest/nil [2022-05-19T09:57:48.393Z] === RUN TestValidateManifest/non-nil [2022-05-19T09:57:48.393Z] --- PASS: TestValidateManifest (0.00s) [2022-05-19T09:57:48.393Z] --- PASS: TestValidateManifest/nil (0.00s) [2022-05-19T09:57:48.393Z] --- PASS: TestValidateManifest/non-nil (0.00s) [2022-05-19T09:57:48.393Z] PASS [2022-05-19T09:57:48.393Z] coverage: 0.7% of statements [2022-05-19T09:57:48.393Z] ok github.com/docker/docker/image/tarexport 0.192s coverage: 0.7% of statements [2022-05-19T09:57:48.459Z] === RUN TestNetworkAllocateFree [2022-05-19T09:57:48.459Z] --- PASS: TestNetworkAllocateFree (0.00s) [2022-05-19T09:57:48.459Z] === RUN TestNetworkAllocateUserDefinedVNIs [2022-05-19T09:57:48.459Z] --- PASS: TestNetworkAllocateUserDefinedVNIs (0.00s) [2022-05-19T09:57:48.459Z] PASS [2022-05-19T09:57:48.459Z] coverage: 63.6% of statements [2022-05-19T09:57:48.459Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.116s coverage: 63.6% of statements [2022-05-19T09:57:48.862Z] ? github.com/docker/docker/image/v1 [no test files] [2022-05-19T09:57:48.862Z] ? github.com/docker/docker/internal/test/suite [no test files] [2022-05-19T09:57:48.929Z] === RUN TestGetEmptyCapabilities [2022-05-19T09:57:48.929Z] --- PASS: TestGetEmptyCapabilities (0.03s) [2022-05-19T09:57:48.929Z] === RUN TestGetExtraCapabilities [2022-05-19T09:57:48.929Z] --- PASS: TestGetExtraCapabilities (0.01s) [2022-05-19T09:57:48.929Z] === RUN TestGetInvalidCapabilities [2022-05-19T09:57:48.929Z] --- PASS: TestGetInvalidCapabilities (0.01s) [2022-05-19T09:57:48.929Z] === RUN TestRemoteDriver [2022-05-19T09:57:48.929Z] --- PASS: TestRemoteDriver (0.01s) [2022-05-19T09:57:48.929Z] === RUN TestDriverError [2022-05-19T09:57:48.929Z] --- PASS: TestDriverError (0.01s) [2022-05-19T09:57:48.929Z] === RUN TestMissingValues [2022-05-19T09:57:48.929Z] --- PASS: TestMissingValues (0.01s) [2022-05-19T09:57:48.929Z] === RUN TestRollback [2022-05-19T09:57:48.930Z] --- PASS: TestRollback (0.01s) [2022-05-19T09:57:48.930Z] PASS [2022-05-19T09:57:48.930Z] coverage: 57.4% of statements [2022-05-19T09:57:48.930Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.129s coverage: 57.4% of statements [2022-05-19T09:57:48.930Z] --- PASS: TestAllocateRandomDeallocate (1.24s) [2022-05-19T09:57:48.930Z] === RUN TestAllocateRandomDeallocateSerialize [2022-05-19T09:57:49.266Z] === RUN TestPrepare [2022-05-19T09:57:49.266Z] --- PASS: TestPrepare (0.00s) [2022-05-19T09:57:49.266Z] === RUN TestStart [2022-05-19T09:57:49.266Z] --- PASS: TestStart (0.00s) [2022-05-19T09:57:49.266Z] === RUN TestWaitCancel [2022-05-19T09:57:49.266Z] --- PASS: TestWaitCancel (0.00s) [2022-05-19T09:57:49.266Z] === RUN TestWaitDisabled [2022-05-19T09:57:49.266Z] --- PASS: TestWaitDisabled (0.00s) [2022-05-19T09:57:49.266Z] === RUN TestWaitEnabled [2022-05-19T09:57:49.266Z] --- PASS: TestWaitEnabled (0.00s) [2022-05-19T09:57:49.266Z] === RUN TestRemove [2022-05-19T09:57:49.266Z] --- PASS: TestRemove (0.00s) [2022-05-19T09:57:49.266Z] PASS [2022-05-19T09:57:49.266Z] coverage: 65.3% of statements [2022-05-19T09:57:49.266Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.061s coverage: 65.3% of statements [2022-05-19T09:57:49.330Z] === RUN TestSerialization [2022-05-19T09:57:49.330Z] --- PASS: TestSerialization (0.02s) [2022-05-19T09:57:49.330Z] PASS [2022-05-19T09:57:49.330Z] coverage: 100.0% of statements [2022-05-19T09:57:49.330Z] ok github.com/docker/docker/libcontainerd/queue 0.066s coverage: 100.0% of statements [2022-05-19T09:57:49.487Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:110, shared: false, mustBeShared: false [2022-05-19T09:57:49.744Z] --- PASS: TestDaemonIpcModePrivate (1.56s) [2022-05-19T09:57:49.744Z] === RUN TestDaemonIpcModePrivateFromConfig [2022-05-19T09:57:49.918Z] === RUN TestNAT [2022-05-19T09:57:49.918Z] windows_test.go:58: Test does not work on CI and was never running to begin with [2022-05-19T09:57:49.918Z] --- SKIP: TestNAT (0.00s) [2022-05-19T09:57:49.918Z] === RUN TestTransparent [2022-05-19T09:57:49.918Z] windows_test.go:63: Test does not work on CI and was never running to begin with [2022-05-19T09:57:49.918Z] --- SKIP: TestTransparent (0.00s) [2022-05-19T09:57:49.918Z] PASS [2022-05-19T09:57:49.918Z] coverage: 0.0% of statements [2022-05-19T09:57:49.918Z] ok github.com/docker/docker/libnetwork/drivers/windows 0.099s coverage: 0.0% of statements [2022-05-19T09:57:49.918Z] === RUN TestBuildDefault [2022-05-19T09:57:49.918Z] --- PASS: TestBuildDefault (0.01s) [2022-05-19T09:57:49.918Z] === RUN TestBuildHostnameDomainname [2022-05-19T09:57:49.918Z] --- PASS: TestBuildHostnameDomainname (0.00s) [2022-05-19T09:57:49.918Z] === RUN TestBuildHostname [2022-05-19T09:57:49.918Z] --- PASS: TestBuildHostname (0.00s) [2022-05-19T09:57:49.918Z] === RUN TestBuildHostnameFQDN [2022-05-19T09:57:49.918Z] --- PASS: TestBuildHostnameFQDN (0.00s) [2022-05-19T09:57:49.918Z] === RUN TestBuildNoIP [2022-05-19T09:57:49.918Z] --- PASS: TestBuildNoIP (0.00s) [2022-05-19T09:57:49.918Z] === RUN TestUpdate [2022-05-19T09:57:49.918Z] --- PASS: TestUpdate (0.01s) [2022-05-19T09:57:49.918Z] === RUN TestUpdateIgnoresPrefixedHostname [2022-05-19T09:57:49.918Z] --- PASS: TestUpdateIgnoresPrefixedHostname (0.00s) [2022-05-19T09:57:49.918Z] === RUN TestDeleteIgnoresPrefixedHostname [2022-05-19T09:57:49.918Z] --- PASS: TestDeleteIgnoresPrefixedHostname (0.00s) [2022-05-19T09:57:49.918Z] === RUN TestAddEmpty [2022-05-19T09:57:49.918Z] --- PASS: TestAddEmpty (0.00s) [2022-05-19T09:57:49.918Z] === RUN TestAdd [2022-05-19T09:57:49.918Z] --- PASS: TestAdd (0.00s) [2022-05-19T09:57:49.918Z] === RUN TestDeleteEmpty [2022-05-19T09:57:49.918Z] --- PASS: TestDeleteEmpty (0.00s) [2022-05-19T09:57:49.918Z] === RUN TestDeleteNewline [2022-05-19T09:57:49.918Z] --- PASS: TestDeleteNewline (0.00s) [2022-05-19T09:57:49.918Z] === RUN TestDelete [2022-05-19T09:57:49.918Z] --- PASS: TestDelete (0.00s) [2022-05-19T09:57:49.918Z] === RUN TestConcurrentWrites [2022-05-19T09:57:49.918Z] === RUN TestNew [2022-05-19T09:57:49.918Z] --- PASS: TestNew (0.00s) [2022-05-19T09:57:49.918Z] === RUN TestAddDriver [2022-05-19T09:57:49.918Z] --- PASS: TestAddDriver (0.00s) [2022-05-19T09:57:49.918Z] === RUN TestAddDuplicateDriver [2022-05-19T09:57:49.918Z] --- PASS: TestAddDuplicateDriver (0.00s) [2022-05-19T09:57:49.918Z] === RUN TestIPAMDefaultAddressSpaces [2022-05-19T09:57:49.918Z] --- PASS: TestIPAMDefaultAddressSpaces (0.00s) [2022-05-19T09:57:49.918Z] === RUN TestDriver [2022-05-19T09:57:49.918Z] --- PASS: TestDriver (0.00s) [2022-05-19T09:57:49.918Z] === RUN TestIPAM [2022-05-19T09:57:49.918Z] --- PASS: TestIPAM (0.00s) [2022-05-19T09:57:49.918Z] === RUN TestWalkIPAMs [2022-05-19T09:57:49.918Z] --- PASS: TestWalkIPAMs (0.00s) [2022-05-19T09:57:49.918Z] === RUN TestWalkDrivers [2022-05-19T09:57:49.918Z] --- PASS: TestWalkDrivers (0.00s) [2022-05-19T09:57:49.918Z] PASS [2022-05-19T09:57:49.918Z] coverage: 82.4% of statements [2022-05-19T09:57:49.918Z] ok github.com/docker/docker/libnetwork/drvregistry 0.093s coverage: 82.4% of statements [2022-05-19T09:57:50.308Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2022-05-19T09:57:50.320Z] === RUN TestEmptyLayer [2022-05-19T09:57:50.320Z] --- PASS: TestEmptyLayer (0.00s) [2022-05-19T09:57:50.320Z] === RUN TestCommitFailure [2022-05-19T09:57:50.320Z] --- PASS: TestCommitFailure (0.01s) [2022-05-19T09:57:50.320Z] === RUN TestStartTransactionFailure [2022-05-19T09:57:50.320Z] --- PASS: TestStartTransactionFailure (0.01s) [2022-05-19T09:57:50.320Z] === RUN TestGetOrphan [2022-05-19T09:57:50.320Z] --- PASS: TestGetOrphan (0.01s) [2022-05-19T09:57:50.320Z] === RUN TestMountAndRegister [2022-05-19T09:57:50.320Z] layer_test.go:258: Layer size: 14 [2022-05-19T09:57:50.320Z] --- PASS: TestMountAndRegister (0.06s) [2022-05-19T09:57:50.320Z] === RUN TestLayerRelease [2022-05-19T09:57:50.320Z] layer_test.go:291: Failing on Windows [2022-05-19T09:57:50.320Z] --- SKIP: TestLayerRelease (0.00s) [2022-05-19T09:57:50.320Z] === RUN TestStoreRestore [2022-05-19T09:57:50.320Z] layer_test.go:340: Failing on Windows [2022-05-19T09:57:50.320Z] --- SKIP: TestStoreRestore (0.00s) [2022-05-19T09:57:50.320Z] === RUN TestTarStreamStability [2022-05-19T09:57:50.320Z] layer_test.go:455: Failing on Windows [2022-05-19T09:57:50.320Z] --- SKIP: TestTarStreamStability (0.00s) [2022-05-19T09:57:50.320Z] === RUN TestRegisterExistingLayer [2022-05-19T09:57:50.320Z] === RUN TestEnvironmentParsing [2022-05-19T09:57:50.320Z] --- PASS: TestEnvironmentParsing (0.00s) [2022-05-19T09:57:50.320Z] PASS [2022-05-19T09:57:50.320Z] coverage: 1.2% of statements [2022-05-19T09:57:50.320Z] ok github.com/docker/docker/libcontainerd/local 0.067s coverage: 1.2% of statements [2022-05-19T09:57:50.320Z] --- PASS: TestRegisterExistingLayer (0.16s) [2022-05-19T09:57:50.320Z] === RUN TestTarStreamVerification [2022-05-19T09:57:50.320Z] layer_test.go:684: Failing on Windows [2022-05-19T09:57:50.320Z] --- SKIP: TestTarStreamVerification (0.00s) [2022-05-19T09:57:50.320Z] === RUN TestLayerMigration [2022-05-19T09:57:50.320Z] migration_test.go:45: Failing on Windows [2022-05-19T09:57:50.320Z] --- SKIP: TestLayerMigration (0.00s) [2022-05-19T09:57:50.320Z] === RUN TestLayerMigrationNoTarsplit [2022-05-19T09:57:50.320Z] migration_test.go:181: Failing on Windows [2022-05-19T09:57:50.320Z] --- SKIP: TestLayerMigrationNoTarsplit (0.00s) [2022-05-19T09:57:50.320Z] === RUN TestMountInit [2022-05-19T09:57:50.320Z] mount_test.go:17: Failing on Windows [2022-05-19T09:57:50.320Z] --- SKIP: TestMountInit (0.00s) [2022-05-19T09:57:50.320Z] === RUN TestMountSize [2022-05-19T09:57:50.320Z] mount_test.go:76: Failing on Windows [2022-05-19T09:57:50.320Z] --- SKIP: TestMountSize (0.00s) [2022-05-19T09:57:50.320Z] === RUN TestMountChanges [2022-05-19T09:57:50.320Z] mount_test.go:125: Failing on Windows [2022-05-19T09:57:50.320Z] --- SKIP: TestMountChanges (0.00s) [2022-05-19T09:57:50.320Z] === RUN TestMountApply [2022-05-19T09:57:50.320Z] mount_test.go:212: Failing on Windows [2022-05-19T09:57:50.320Z] --- SKIP: TestMountApply (0.00s) [2022-05-19T09:57:50.320Z] PASS [2022-05-19T09:57:50.320Z] coverage: 30.6% of statements [2022-05-19T09:57:50.320Z] ok github.com/docker/docker/layer 0.370s coverage: 30.6% of statements [2022-05-19T09:57:50.387Z] --- PASS: TestConcurrentWrites (0.31s) [2022-05-19T09:57:50.387Z] PASS [2022-05-19T09:57:50.387Z] coverage: 81.2% of statements [2022-05-19T09:57:50.387Z] ok github.com/docker/docker/libnetwork/etchosts 0.393s coverage: 81.2% of statements [2022-05-19T09:57:50.387Z] --- PASS: TestAllocateRandomDeallocateSerialize (1.21s) [2022-05-19T09:57:50.387Z] === RUN TestRetrieveFromStore [2022-05-19T09:57:50.787Z] ? github.com/docker/docker/libcontainerd [no test files] [2022-05-19T09:57:50.787Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2022-05-19T09:57:50.787Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2022-05-19T09:57:50.787Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2022-05-19T09:57:50.787Z] === RUN TestSequenceGetAvailableBit [2022-05-19T09:57:50.787Z] --- PASS: TestSequenceGetAvailableBit (0.00s) [2022-05-19T09:57:50.788Z] === RUN TestSequenceEqual [2022-05-19T09:57:50.788Z] --- PASS: TestSequenceEqual (0.00s) [2022-05-19T09:57:50.788Z] === RUN TestSequenceCopy [2022-05-19T09:57:50.788Z] --- PASS: TestSequenceCopy (0.00s) [2022-05-19T09:57:50.788Z] === RUN TestGetFirstAvailable [2022-05-19T09:57:50.788Z] --- PASS: TestGetFirstAvailable (0.00s) [2022-05-19T09:57:50.788Z] === RUN TestFindSequence [2022-05-19T09:57:50.788Z] --- PASS: TestFindSequence (0.00s) [2022-05-19T09:57:50.788Z] === RUN TestCheckIfAvailable [2022-05-19T09:57:50.788Z] --- PASS: TestCheckIfAvailable (0.00s) [2022-05-19T09:57:50.788Z] === RUN TestMergeSequences [2022-05-19T09:57:50.788Z] --- PASS: TestMergeSequences (0.00s) [2022-05-19T09:57:50.788Z] === RUN TestPushReservation [2022-05-19T09:57:50.788Z] --- PASS: TestPushReservation (0.00s) [2022-05-19T09:57:50.788Z] === RUN TestSerializeDeserialize [2022-05-19T09:57:50.788Z] --- PASS: TestSerializeDeserialize (0.00s) [2022-05-19T09:57:50.788Z] === RUN TestSet [2022-05-19T09:57:50.788Z] --- PASS: TestSet (0.00s) [2022-05-19T09:57:50.788Z] === RUN TestSetUnset [2022-05-19T09:57:50.788Z] --- PASS: TestSetUnset (0.00s) [2022-05-19T09:57:50.788Z] === RUN TestOffsetSetUnset [2022-05-19T09:57:50.788Z] --- PASS: TestOffsetSetUnset (0.00s) [2022-05-19T09:57:50.788Z] === RUN TestSetInRange [2022-05-19T09:57:50.788Z] --- PASS: TestSetInRange (0.00s) [2022-05-19T09:57:50.788Z] === RUN TestSetAnyInRange [2022-05-19T09:57:50.788Z] --- PASS: TestSetAnyInRange (0.00s) [2022-05-19T09:57:50.788Z] === RUN TestMethods [2022-05-19T09:57:50.788Z] --- PASS: TestMethods (0.00s) [2022-05-19T09:57:50.788Z] === RUN TestRandomAllocateDeallocate [2022-05-19T09:57:50.855Z] === RUN TestNew [2022-05-19T09:57:50.855Z] --- PASS: TestNew (0.00s) [2022-05-19T09:57:50.855Z] === RUN TestAllocate [2022-05-19T09:57:50.855Z] --- PASS: TestAllocate (0.00s) [2022-05-19T09:57:50.855Z] === RUN TestUninitialized [2022-05-19T09:57:50.855Z] --- PASS: TestUninitialized (0.00s) [2022-05-19T09:57:50.855Z] === RUN TestAllocateInRange [2022-05-19T09:57:50.855Z] --- PASS: TestAllocateInRange (0.00s) [2022-05-19T09:57:50.855Z] === RUN TestAllocateSerial [2022-05-19T09:57:50.855Z] --- PASS: TestAllocateSerial (0.00s) [2022-05-19T09:57:50.855Z] PASS [2022-05-19T09:57:50.855Z] coverage: 87.5% of statements [2022-05-19T09:57:50.855Z] ok github.com/docker/docker/libnetwork/idm 0.051s coverage: 87.5% of statements [2022-05-19T09:57:50.856Z] === RUN TestCaller [2022-05-19T09:57:50.856Z] --- PASS: TestCaller (0.00s) [2022-05-19T09:57:50.856Z] PASS [2022-05-19T09:57:50.856Z] coverage: 100.0% of statements [2022-05-19T09:57:50.856Z] --- PASS: TestRetrieveFromStore (0.53s) [2022-05-19T09:57:50.856Z] === RUN TestIsCorrupted [2022-05-19T09:57:50.856Z] ok github.com/docker/docker/libnetwork/internal/caller 0.053s coverage: 100.0% of statements [2022-05-19T09:57:50.856Z] --- PASS: TestIsCorrupted (0.01s) [2022-05-19T09:57:50.856Z] === RUN TestSetRollover [2022-05-19T09:57:51.236Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:96, shared: false, mustBeShared: false [2022-05-19T09:57:51.236Z] === RUN TestDockerDaemonSuite/TestDaemonIP [2022-05-19T09:57:51.319Z] ............................ [ 66%] [2022-05-19T09:57:51.493Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.68s) [2022-05-19T09:57:51.493Z] === RUN TestDaemonIpcModeShareableFromConfig [2022-05-19T09:57:51.842Z] === RUN TestSetSerialInsertDelete [2022-05-19T09:57:51.842Z] --- PASS: TestSetSerialInsertDelete (0.00s) [2022-05-19T09:57:51.842Z] === RUN TestSetParallelInsertDelete [2022-05-19T09:57:52.237Z] === RUN TestNewListSecretsFilters [2022-05-19T09:57:52.237Z] --- PASS: TestNewListSecretsFilters (0.00s) [2022-05-19T09:57:52.237Z] === RUN TestNewListConfigsFilters [2022-05-19T09:57:52.237Z] --- PASS: TestNewListConfigsFilters (0.00s) [2022-05-19T09:57:52.237Z] PASS [2022-05-19T09:57:52.237Z] coverage: 0.5% of statements [2022-05-19T09:57:52.237Z] ok github.com/docker/docker/daemon/cluster 0.190s coverage: 0.5% of statements [2022-05-19T09:57:52.708Z] === RUN TestNetworkConvertBasicNetworkFromGRPCCreatedAt [2022-05-19T09:57:52.708Z] --- PASS: TestNetworkConvertBasicNetworkFromGRPCCreatedAt (0.17s) [2022-05-19T09:57:52.708Z] === RUN TestServiceConvertFromGRPCRuntimeContainer [2022-05-19T09:57:52.708Z] --- PASS: TestServiceConvertFromGRPCRuntimeContainer (0.00s) [2022-05-19T09:57:52.708Z] === RUN TestServiceConvertFromGRPCGenericRuntimePlugin [2022-05-19T09:57:52.708Z] --- PASS: TestServiceConvertFromGRPCGenericRuntimePlugin (0.00s) [2022-05-19T09:57:52.708Z] === RUN TestServiceConvertToGRPCGenericRuntimePlugin [2022-05-19T09:57:52.708Z] --- PASS: TestServiceConvertToGRPCGenericRuntimePlugin (0.00s) [2022-05-19T09:57:52.708Z] === RUN TestServiceConvertToGRPCContainerRuntime [2022-05-19T09:57:52.708Z] --- PASS: TestServiceConvertToGRPCContainerRuntime (0.00s) [2022-05-19T09:57:52.708Z] === RUN TestServiceConvertToGRPCGenericRuntimeCustom [2022-05-19T09:57:52.708Z] --- PASS: TestServiceConvertToGRPCGenericRuntimeCustom (0.00s) [2022-05-19T09:57:52.708Z] === RUN TestServiceConvertToGRPCIsolation [2022-05-19T09:57:52.708Z] === RUN TestServiceConvertToGRPCIsolation/empty [2022-05-19T09:57:52.708Z] === RUN TestServiceConvertToGRPCIsolation/default [2022-05-19T09:57:52.708Z] === RUN TestServiceConvertToGRPCIsolation/process [2022-05-19T09:57:52.708Z] === RUN TestServiceConvertToGRPCIsolation/hyperv [2022-05-19T09:57:52.708Z] === RUN TestServiceConvertToGRPCIsolation/proCess [2022-05-19T09:57:52.708Z] === RUN TestServiceConvertToGRPCIsolation/hypErv [2022-05-19T09:57:52.708Z] --- PASS: TestServiceConvertToGRPCIsolation (0.00s) [2022-05-19T09:57:52.708Z] --- PASS: TestServiceConvertToGRPCIsolation/empty (0.00s) [2022-05-19T09:57:52.708Z] --- PASS: TestServiceConvertToGRPCIsolation/default (0.00s) [2022-05-19T09:57:52.828Z] --- PASS: TestSetRollover (1.71s) [2022-05-19T09:57:52.828Z] === RUN TestSetRolloverSerial [2022-05-19T09:57:52.828Z] === RUN TestInt2IP2IntConversion [2022-05-19T09:57:52.860Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:91, shared: true, mustBeShared: true [2022-05-19T09:57:52.860Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.41s) [2022-05-19T09:57:52.860Z] === RUN TestIpcModeOlderClient [2022-05-19T09:57:52.860Z] === PAUSE TestIpcModeOlderClient [2022-05-19T09:57:52.860Z] === RUN TestKillContainerInvalidSignal [2022-05-19T09:57:53.001Z] === RUN TestInvalidConfig [2022-05-19T09:57:53.001Z] --- PASS: TestInvalidConfig (0.00s) [2022-05-19T09:57:53.001Z] === RUN TestConfig [2022-05-19T09:57:53.001Z] --- PASS: TestConfig (0.00s) [2022-05-19T09:57:53.001Z] === RUN TestOptionsLabels [2022-05-19T09:57:53.001Z] --- PASS: TestOptionsLabels (0.00s) [2022-05-19T09:57:53.001Z] === RUN TestValidName [2022-05-19T09:57:53.001Z] --- PASS: TestValidName (0.00s) [2022-05-19T09:57:53.001Z] PASS [2022-05-19T09:57:53.001Z] coverage: 19.7% of statements [2022-05-19T09:57:53.001Z] ok github.com/docker/docker/libnetwork/config 0.163s coverage: 19.7% of statements [2022-05-19T09:57:53.117Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2022-05-19T09:57:53.178Z] --- PASS: TestServiceConvertToGRPCIsolation/process (0.00s) [2022-05-19T09:57:53.178Z] --- PASS: TestServiceConvertToGRPCIsolation/hyperv (0.00s) [2022-05-19T09:57:53.178Z] --- PASS: TestServiceConvertToGRPCIsolation/proCess (0.00s) [2022-05-19T09:57:53.178Z] --- PASS: TestServiceConvertToGRPCIsolation/hypErv (0.00s) [2022-05-19T09:57:53.178Z] === RUN TestServiceConvertFromGRPCIsolation [2022-05-19T09:57:53.178Z] === RUN TestServiceConvertFromGRPCIsolation/default [2022-05-19T09:57:53.178Z] === RUN TestServiceConvertFromGRPCIsolation/process [2022-05-19T09:57:53.178Z] === RUN TestServiceConvertFromGRPCIsolation/hyperv [2022-05-19T09:57:53.178Z] --- PASS: TestServiceConvertFromGRPCIsolation (0.00s) [2022-05-19T09:57:53.178Z] --- PASS: TestServiceConvertFromGRPCIsolation/default (0.00s) [2022-05-19T09:57:53.178Z] --- PASS: TestServiceConvertFromGRPCIsolation/process (0.00s) [2022-05-19T09:57:53.178Z] --- PASS: TestServiceConvertFromGRPCIsolation/hyperv (0.00s) [2022-05-19T09:57:53.178Z] === RUN TestServiceConvertToGRPCCredentialSpec [2022-05-19T09:57:53.178Z] === RUN TestServiceConvertToGRPCCredentialSpec/empty_credential_spec [2022-05-19T09:57:53.178Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec [2022-05-19T09:57:53.178Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec [2022-05-19T09:57:53.178Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec [2022-05-19T09:57:53.178Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec [2022-05-19T09:57:53.178Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_credential_spec [2022-05-19T09:57:53.178Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_credential_spec [2022-05-19T09:57:53.178Z] === RUN TestServiceConvertToGRPCCredentialSpec/registry_credential_spec [2022-05-19T09:57:53.178Z] --- PASS: TestServiceConvertToGRPCCredentialSpec (0.00s) [2022-05-19T09:57:53.178Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/empty_credential_spec (0.00s) [2022-05-19T09:57:53.178Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec (0.00s) [2022-05-19T09:57:53.178Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec (0.00s) [2022-05-19T09:57:53.178Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec (0.00s) [2022-05-19T09:57:53.178Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec (0.00s) [2022-05-19T09:57:53.178Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_credential_spec (0.00s) [2022-05-19T09:57:53.178Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_credential_spec (0.00s) [2022-05-19T09:57:53.178Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/registry_credential_spec (0.00s) [2022-05-19T09:57:53.178Z] === RUN TestServiceConvertFromGRPCCredentialSpec [2022-05-19T09:57:53.178Z] === RUN TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec [2022-05-19T09:57:53.178Z] === RUN TestServiceConvertFromGRPCCredentialSpec/config_credential_spec [2022-05-19T09:57:53.178Z] === RUN TestServiceConvertFromGRPCCredentialSpec/file_credential_spec [2022-05-19T09:57:53.178Z] === RUN TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec [2022-05-19T09:57:53.178Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec (0.00s) [2022-05-19T09:57:53.178Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec (0.00s) [2022-05-19T09:57:53.178Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/config_credential_spec (0.00s) [2022-05-19T09:57:53.178Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/file_credential_spec (0.00s) [2022-05-19T09:57:53.178Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec (0.00s) [2022-05-19T09:57:53.178Z] === RUN TestServiceConvertToGRPCNetworkAtachmentRuntime [2022-05-19T09:57:53.178Z] --- PASS: TestServiceConvertToGRPCNetworkAtachmentRuntime (0.00s) [2022-05-19T09:57:53.178Z] === RUN TestServiceConvertToGRPCMismatchedRuntime [2022-05-19T09:57:53.178Z] --- PASS: TestServiceConvertToGRPCMismatchedRuntime (0.00s) [2022-05-19T09:57:53.178Z] === RUN TestTaskConvertFromGRPCNetworkAttachment [2022-05-19T09:57:53.178Z] --- PASS: TestTaskConvertFromGRPCNetworkAttachment (0.00s) [2022-05-19T09:57:53.178Z] === RUN TestServiceConvertFromGRPCConfigs [2022-05-19T09:57:53.178Z] === RUN TestServiceConvertFromGRPCConfigs/file [2022-05-19T09:57:53.178Z] === RUN TestServiceConvertFromGRPCConfigs/runtime [2022-05-19T09:57:53.178Z] --- PASS: TestServiceConvertFromGRPCConfigs (0.00s) [2022-05-19T09:57:53.178Z] --- PASS: TestServiceConvertFromGRPCConfigs/file (0.00s) [2022-05-19T09:57:53.178Z] --- PASS: TestServiceConvertFromGRPCConfigs/runtime (0.00s) [2022-05-19T09:57:53.178Z] === RUN TestServiceConvertToGRPCConfigs [2022-05-19T09:57:53.178Z] === RUN TestServiceConvertToGRPCConfigs/file [2022-05-19T09:57:53.178Z] === RUN TestServiceConvertToGRPCConfigs/runtime [2022-05-19T09:57:53.178Z] === RUN TestServiceConvertToGRPCConfigs/file_and_runtime [2022-05-19T09:57:53.178Z] === RUN TestServiceConvertToGRPCConfigs/none [2022-05-19T09:57:53.178Z] --- PASS: TestServiceConvertToGRPCConfigs (0.00s) [2022-05-19T09:57:53.178Z] --- PASS: TestServiceConvertToGRPCConfigs/file (0.00s) [2022-05-19T09:57:53.178Z] --- PASS: TestServiceConvertToGRPCConfigs/runtime (0.00s) [2022-05-19T09:57:53.178Z] --- PASS: TestServiceConvertToGRPCConfigs/file_and_runtime (0.00s) [2022-05-19T09:57:53.178Z] --- PASS: TestServiceConvertToGRPCConfigs/none (0.00s) [2022-05-19T09:57:53.178Z] === RUN TestTopologyFromGRPC [2022-05-19T09:57:53.178Z] --- PASS: TestTopologyFromGRPC (0.00s) [2022-05-19T09:57:53.178Z] === RUN TestCapacityRangeFromGRPC [2022-05-19T09:57:53.178Z] --- PASS: TestCapacityRangeFromGRPC (0.00s) [2022-05-19T09:57:53.178Z] === RUN TestVolumeAvailabilityFromGRPC [2022-05-19T09:57:53.178Z] === RUN TestVolumeAvailabilityFromGRPC/Active [2022-05-19T09:57:53.178Z] === RUN TestVolumeAvailabilityFromGRPC/Pause [2022-05-19T09:57:53.178Z] === RUN TestVolumeAvailabilityFromGRPC/Drain [2022-05-19T09:57:53.178Z] --- PASS: TestVolumeAvailabilityFromGRPC (0.00s) [2022-05-19T09:57:53.178Z] --- PASS: TestVolumeAvailabilityFromGRPC/Active (0.00s) [2022-05-19T09:57:53.178Z] --- PASS: TestVolumeAvailabilityFromGRPC/Pause (0.00s) [2022-05-19T09:57:53.178Z] --- PASS: TestVolumeAvailabilityFromGRPC/Drain (0.00s) [2022-05-19T09:57:53.178Z] === RUN TestAccessModeFromGRPC [2022-05-19T09:57:53.178Z] === RUN TestAccessModeFromGRPC/MountVolume [2022-05-19T09:57:53.178Z] === RUN TestAccessModeFromGRPC/BlockVolume [2022-05-19T09:57:53.178Z] --- PASS: TestAccessModeFromGRPC (0.00s) [2022-05-19T09:57:53.178Z] --- PASS: TestAccessModeFromGRPC/MountVolume (0.00s) [2022-05-19T09:57:53.178Z] --- PASS: TestAccessModeFromGRPC/BlockVolume (0.00s) [2022-05-19T09:57:53.178Z] === RUN TestVolumeCreateToGRPC [2022-05-19T09:57:53.178Z] --- PASS: TestVolumeCreateToGRPC (0.00s) [2022-05-19T09:57:53.178Z] PASS [2022-05-19T09:57:53.178Z] coverage: 36.9% of statements [2022-05-19T09:57:53.178Z] ok github.com/docker/docker/daemon/cluster/convert 0.681s coverage: 36.9% of statements [2022-05-19T09:57:53.297Z] --- PASS: TestInt2IP2IntConversion (0.58s) [2022-05-19T09:57:53.297Z] === RUN TestGetAddressVersion [2022-05-19T09:57:53.297Z] --- PASS: TestGetAddressVersion (0.00s) [2022-05-19T09:57:53.297Z] === RUN TestKeyString [2022-05-19T09:57:53.297Z] --- PASS: TestKeyString (0.00s) [2022-05-19T09:57:53.297Z] === RUN TestPoolDataMarshal [2022-05-19T09:57:53.297Z] --- PASS: TestPoolDataMarshal (0.00s) [2022-05-19T09:57:53.297Z] === RUN TestSubnetsMarshal [2022-05-19T09:57:53.297Z] --- PASS: TestSubnetsMarshal (0.06s) [2022-05-19T09:57:53.297Z] === RUN TestAddSubnets [2022-05-19T09:57:53.297Z] === RUN TestPoolRequest [2022-05-19T09:57:53.297Z] --- PASS: TestPoolRequest (0.00s) [2022-05-19T09:57:53.297Z] === RUN TestOtherRequests [2022-05-19T09:57:53.297Z] --- PASS: TestOtherRequests (0.00s) [2022-05-19T09:57:53.297Z] PASS [2022-05-19T09:57:53.297Z] coverage: 57.1% of statements [2022-05-19T09:57:53.297Z] --- PASS: TestAddSubnets (0.05s) [2022-05-19T09:57:53.297Z] === RUN TestDoublePoolRelease [2022-05-19T09:57:53.297Z] ok github.com/docker/docker/libnetwork/ipams/null 0.048s coverage: 57.1% of statements [2022-05-19T09:57:53.297Z] --- PASS: TestDoublePoolRelease (0.03s) [2022-05-19T09:57:53.297Z] === RUN TestAddReleasePoolID [2022-05-19T09:57:53.297Z] --- PASS: TestAddReleasePoolID (0.06s) [2022-05-19T09:57:53.297Z] === RUN TestPredefinedPool [2022-05-19T09:57:53.297Z] --- PASS: TestPredefinedPool (0.03s) [2022-05-19T09:57:53.297Z] === RUN TestRemoveSubnet [2022-05-19T09:57:53.375Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6Enabled [2022-05-19T09:57:53.375Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2022-05-19T09:57:53.375Z] check_test.go:307: [dd81c30121918] daemon is not started [2022-05-19T09:57:53.469Z] === RUN TestKey [2022-05-19T09:57:53.469Z] --- PASS: TestKey (0.00s) [2022-05-19T09:57:53.469Z] === RUN TestParseKey [2022-05-19T09:57:53.469Z] --- PASS: TestParseKey (0.00s) [2022-05-19T09:57:53.469Z] === RUN TestInvalidDataStore [2022-05-19T09:57:53.469Z] --- PASS: TestInvalidDataStore (0.00s) [2022-05-19T09:57:53.469Z] === RUN TestKVObjectFlatKey [2022-05-19T09:57:53.469Z] --- PASS: TestKVObjectFlatKey (0.00s) [2022-05-19T09:57:53.469Z] === RUN TestAtomicKVObjectFlatKey [2022-05-19T09:57:53.469Z] --- PASS: TestAtomicKVObjectFlatKey (0.00s) [2022-05-19T09:57:53.469Z] PASS [2022-05-19T09:57:53.469Z] coverage: 21.9% of statements [2022-05-19T09:57:53.469Z] ok github.com/docker/docker/libnetwork/datastore 0.114s coverage: 21.9% of statements [2022-05-19T09:57:53.631Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR [2022-05-19T09:57:53.631Z] --- PASS: TestKillContainerInvalidSignal (0.69s) [2022-05-19T09:57:53.631Z] === RUN TestKillContainer [2022-05-19T09:57:53.631Z] === RUN TestKillContainer/no_signal [2022-05-19T09:57:53.765Z] --- PASS: TestRemoveSubnet (0.23s) [2022-05-19T09:57:53.765Z] === RUN TestGetSameAddress [2022-05-19T09:57:53.765Z] --- PASS: TestGetSameAddress (0.03s) [2022-05-19T09:57:53.765Z] === RUN TestPoolAllocationReuse [2022-05-19T09:57:54.193Z] === RUN TestKillContainer/non_killing_signal [2022-05-19T09:57:54.233Z] --- PASS: TestSetRolloverSerial (1.46s) [2022-05-19T09:57:54.233Z] === RUN TestGetFirstAvailableFromCurrent [2022-05-19T09:57:54.233Z] --- PASS: TestGetFirstAvailableFromCurrent (0.00s) [2022-05-19T09:57:54.233Z] PASS [2022-05-19T09:57:54.233Z] coverage: 84.4% of statements [2022-05-19T09:57:54.233Z] ok github.com/docker/docker/libnetwork/bitseq 11.855s coverage: 84.4% of statements [2022-05-19T09:57:54.450Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2022-05-19T09:57:54.455Z] === RUN TestIPDataMarshalling [2022-05-19T09:57:54.455Z] --- PASS: TestIPDataMarshalling (0.00s) [2022-05-19T09:57:54.455Z] === RUN TestValidateAndIsV6 [2022-05-19T09:57:54.455Z] --- PASS: TestValidateAndIsV6 (0.00s) [2022-05-19T09:57:54.455Z] PASS [2022-05-19T09:57:54.455Z] coverage: 68.9% of statements [2022-05-19T09:57:54.455Z] ok github.com/docker/docker/libnetwork/driverapi 0.049s coverage: 68.9% of statements [2022-05-19T09:57:54.701Z] === RUN TestGetCapabilities [2022-05-19T09:57:54.701Z] --- PASS: TestGetCapabilities (0.01s) [2022-05-19T09:57:54.701Z] === RUN TestGetCapabilitiesFromLegacyDriver [2022-05-19T09:57:54.701Z] --- PASS: TestGetCapabilitiesFromLegacyDriver (0.01s) [2022-05-19T09:57:54.701Z] === RUN TestGetDefaultAddressSpaces [2022-05-19T09:57:54.701Z] --- PASS: TestGetDefaultAddressSpaces (0.01s) [2022-05-19T09:57:54.701Z] === RUN TestRemoteDriver [2022-05-19T09:57:54.701Z] --- PASS: TestRemoteDriver (0.01s) [2022-05-19T09:57:54.701Z] PASS [2022-05-19T09:57:54.701Z] coverage: 47.4% of statements [2022-05-19T09:57:54.701Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.089s coverage: 47.4% of statements [2022-05-19T09:57:54.706Z] === RUN TestKillContainer/killing_signal [2022-05-19T09:57:55.172Z] --- PASS: TestPoolAllocationReuse (1.66s) [2022-05-19T09:57:55.172Z] === RUN TestGetAddressSubPoolEqualPool [2022-05-19T09:57:55.441Z] === RUN TestDriver [2022-05-19T09:57:55.441Z] --- PASS: TestDriver (0.00s) [2022-05-19T09:57:55.441Z] PASS [2022-05-19T09:57:55.441Z] coverage: 34.8% of statements [2022-05-19T09:57:55.441Z] ok github.com/docker/docker/libnetwork/drivers/host 0.051s coverage: 34.8% of statements [2022-05-19T09:57:55.441Z] === RUN TestErrorInterfaces [2022-05-19T09:57:55.441Z] --- PASS: TestErrorInterfaces (0.00s) [2022-05-19T09:57:55.441Z] === RUN TestNetworkMarshalling [2022-05-19T09:57:55.441Z] --- PASS: TestNetworkMarshalling (0.21s) [2022-05-19T09:57:55.441Z] === RUN TestEndpointMarshalling [2022-05-19T09:57:55.441Z] --- PASS: TestEndpointMarshalling (0.00s) [2022-05-19T09:57:55.441Z] === RUN TestAuxAddresses [2022-05-19T09:57:55.635Z] === RUN TestDockerSuite/TestBuildAddScript [2022-05-19T09:57:55.640Z] --- PASS: TestGetAddressSubPoolEqualPool (0.02s) [2022-05-19T09:57:55.640Z] === RUN TestRequestReleaseAddressFromSubPool [2022-05-19T09:57:55.893Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac [2022-05-19T09:57:55.893Z] --- PASS: TestKillContainer (2.29s) [2022-05-19T09:57:55.893Z] --- PASS: TestKillContainer/no_signal (0.70s) [2022-05-19T09:57:55.893Z] --- PASS: TestKillContainer/non_killing_signal (0.56s) [2022-05-19T09:57:55.893Z] --- PASS: TestKillContainer/killing_signal (0.75s) [2022-05-19T09:57:55.893Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-05-19T09:57:55.893Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2022-05-19T09:57:55.909Z] time="2022-05-19T09:57:55Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-05-19T09:57:55.909Z] --- PASS: TestAuxAddresses (0.03s) [2022-05-19T09:57:55.909Z] === RUN TestSRVServiceQuery [2022-05-19T09:57:55.909Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2022-05-19T09:57:55.909Z] --- SKIP: TestSRVServiceQuery (0.01s) [2022-05-19T09:57:55.909Z] === RUN TestServiceVIPReuse [2022-05-19T09:57:55.909Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2022-05-19T09:57:55.909Z] --- SKIP: TestServiceVIPReuse (0.01s) [2022-05-19T09:57:55.909Z] === RUN TestIpamReleaseOnNetDriverFailures [2022-05-19T09:57:55.909Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2022-05-19T09:57:55.909Z] --- SKIP: TestIpamReleaseOnNetDriverFailures (0.00s) [2022-05-19T09:57:55.909Z] === RUN TestDNSIPQuery [2022-05-19T09:57:55.909Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2022-05-19T09:57:55.909Z] --- SKIP: TestDNSIPQuery (0.00s) [2022-05-19T09:57:55.909Z] === RUN TestDNSProxyServFail [2022-05-19T09:57:55.909Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2022-05-19T09:57:55.909Z] --- SKIP: TestDNSProxyServFail (0.00s) [2022-05-19T09:57:55.909Z] === RUN TestSandboxAddEmpty [2022-05-19T09:57:55.909Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-05-19T09:57:55.909Z] --- SKIP: TestSandboxAddEmpty (0.00s) [2022-05-19T09:57:55.909Z] === RUN TestSandboxAddMultiPrio [2022-05-19T09:57:55.909Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-05-19T09:57:55.909Z] --- SKIP: TestSandboxAddMultiPrio (0.00s) [2022-05-19T09:57:55.909Z] === RUN TestSandboxAddSamePrio [2022-05-19T09:57:55.909Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-05-19T09:57:55.909Z] --- SKIP: TestSandboxAddSamePrio (0.00s) [2022-05-19T09:57:55.909Z] === RUN TestCleanupServiceDiscovery [2022-05-19T09:57:55.909Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2022-05-19T09:57:55.909Z] --- SKIP: TestCleanupServiceDiscovery (0.00s) [2022-05-19T09:57:55.909Z] === RUN TestDNSOptions [2022-05-19T09:57:55.909Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2022-05-19T09:57:55.909Z] --- SKIP: TestDNSOptions (0.00s) [2022-05-19T09:57:55.909Z] === RUN TestMultipleControllersWithSameStore [2022-05-19T09:57:55.909Z] time="2022-05-19T09:57:55Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-05-19T09:57:55.909Z] time="2022-05-19T09:57:55Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-05-19T09:57:55.909Z] --- PASS: TestMultipleControllersWithSameStore (0.02s) [2022-05-19T09:57:55.909Z] PASS [2022-05-19T09:57:55.909Z] coverage: 8.5% of statements [2022-05-19T09:57:55.909Z] ok github.com/docker/docker/libnetwork 0.389s coverage: 8.5% of statements [2022-05-19T09:57:55.909Z] === RUN TestDriver [2022-05-19T09:57:55.909Z] --- PASS: TestDriver (0.00s) [2022-05-19T09:57:55.909Z] PASS [2022-05-19T09:57:55.909Z] coverage: 34.8% of statements [2022-05-19T09:57:55.909Z] ok github.com/docker/docker/libnetwork/drivers/null 0.051s coverage: 34.8% of statements [2022-05-19T09:57:56.108Z] === RUN TestWindowsIPAM [2022-05-19T09:57:56.108Z] --- PASS: TestWindowsIPAM (0.00s) [2022-05-19T09:57:56.108Z] PASS [2022-05-19T09:57:56.108Z] coverage: 71.4% of statements [2022-05-19T09:57:56.108Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.052s coverage: 71.4% of statements [2022-05-19T09:57:56.140Z] === RUN TestWaitNodeAttachment [2022-05-19T09:57:56.141Z] === RUN TestBuilderGC [2022-05-19T09:57:56.141Z] --- PASS: TestBuilderGC (0.00s) [2022-05-19T09:57:56.141Z] === RUN TestDaemonConfigurationNotFound [2022-05-19T09:57:56.141Z] --- PASS: TestDaemonConfigurationNotFound (0.00s) [2022-05-19T09:57:56.141Z] === RUN TestDaemonBrokenConfiguration [2022-05-19T09:57:56.141Z] --- PASS: TestDaemonBrokenConfiguration (0.00s) [2022-05-19T09:57:56.141Z] === RUN TestFindConfigurationConflicts [2022-05-19T09:57:56.141Z] --- PASS: TestFindConfigurationConflicts (0.00s) [2022-05-19T09:57:56.141Z] === RUN TestFindConfigurationConflictsWithNamedOptions [2022-05-19T09:57:56.141Z] --- PASS: TestFindConfigurationConflictsWithNamedOptions (0.00s) [2022-05-19T09:57:56.141Z] === RUN TestDaemonConfigurationMergeConflicts [2022-05-19T09:57:56.141Z] --- PASS: TestDaemonConfigurationMergeConflicts (0.00s) [2022-05-19T09:57:56.141Z] === RUN TestDaemonConfigurationMergeConcurrent [2022-05-19T09:57:56.141Z] --- PASS: TestDaemonConfigurationMergeConcurrent (0.00s) [2022-05-19T09:57:56.141Z] === RUN TestDaemonConfigurationMergeConcurrentError [2022-05-19T09:57:56.141Z] --- PASS: TestDaemonConfigurationMergeConcurrentError (0.00s) [2022-05-19T09:57:56.141Z] === RUN TestDaemonConfigurationMergeConflictsWithInnerStructs [2022-05-19T09:57:56.141Z] --- PASS: TestDaemonConfigurationMergeConflictsWithInnerStructs (0.00s) [2022-05-19T09:57:56.141Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools [2022-05-19T09:57:56.141Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file [2022-05-19T09:57:56.141Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/config_file [2022-05-19T09:57:56.141Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options [2022-05-19T09:57:56.141Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools (0.00s) [2022-05-19T09:57:56.141Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file (0.00s) [2022-05-19T09:57:56.141Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/config_file (0.00s) [2022-05-19T09:57:56.141Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options (0.00s) [2022-05-19T09:57:56.141Z] === RUN TestFindConfigurationConflictsWithUnknownKeys [2022-05-19T09:57:56.141Z] --- PASS: TestFindConfigurationConflictsWithUnknownKeys (0.00s) [2022-05-19T09:57:56.141Z] === RUN TestFindConfigurationConflictsWithMergedValues [2022-05-19T09:57:56.141Z] --- PASS: TestFindConfigurationConflictsWithMergedValues (0.00s) [2022-05-19T09:57:56.141Z] === RUN TestValidateConfigurationErrors [2022-05-19T09:57:56.141Z] === RUN TestValidateConfigurationErrors/single_label_without_value [2022-05-19T09:57:56.141Z] === RUN TestValidateConfigurationErrors/multiple_label_without_value [2022-05-19T09:57:56.141Z] === RUN TestValidateConfigurationErrors/single_DNS,_invalid_IP-address [2022-05-19T09:57:56.141Z] === RUN TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address [2022-05-19T09:57:56.141Z] === RUN TestValidateConfigurationErrors/single_DNSSearch [2022-05-19T09:57:56.141Z] === RUN TestValidateConfigurationErrors/multiple_DNSSearch [2022-05-19T09:57:56.141Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-downloads [2022-05-19T09:57:56.141Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-uploads [2022-05-19T09:57:56.141Z] === RUN TestValidateConfigurationErrors/negative_max-download-attempts [2022-05-19T09:57:56.141Z] === RUN TestValidateConfigurationErrors/generic_resource_without_= [2022-05-19T09:57:56.141Z] === RUN TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete [2022-05-19T09:57:56.141Z] === RUN TestValidateConfigurationErrors/with_invalid_hosts [2022-05-19T09:57:56.141Z] === RUN TestValidateConfigurationErrors/with_invalid_log-level [2022-05-19T09:57:56.141Z] --- PASS: TestValidateConfigurationErrors (0.00s) [2022-05-19T09:57:56.141Z] --- PASS: TestValidateConfigurationErrors/single_label_without_value (0.00s) [2022-05-19T09:57:56.141Z] --- PASS: TestValidateConfigurationErrors/multiple_label_without_value (0.00s) [2022-05-19T09:57:56.141Z] --- PASS: TestValidateConfigurationErrors/single_DNS,_invalid_IP-address (0.00s) [2022-05-19T09:57:56.141Z] --- PASS: TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address (0.00s) [2022-05-19T09:57:56.141Z] --- PASS: TestValidateConfigurationErrors/single_DNSSearch (0.00s) [2022-05-19T09:57:56.141Z] --- PASS: TestValidateConfigurationErrors/multiple_DNSSearch (0.00s) [2022-05-19T09:57:56.141Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-downloads (0.00s) [2022-05-19T09:57:56.141Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-uploads (0.00s) [2022-05-19T09:57:56.141Z] --- PASS: TestValidateConfigurationErrors/negative_max-download-attempts (0.00s) [2022-05-19T09:57:56.141Z] --- PASS: TestValidateConfigurationErrors/generic_resource_without_= (0.00s) [2022-05-19T09:57:56.141Z] --- PASS: TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete (0.00s) [2022-05-19T09:57:56.141Z] --- PASS: TestValidateConfigurationErrors/with_invalid_hosts (0.00s) [2022-05-19T09:57:56.141Z] --- PASS: TestValidateConfigurationErrors/with_invalid_log-level (0.00s) [2022-05-19T09:57:56.141Z] === RUN TestValidateConfiguration [2022-05-19T09:57:56.141Z] === RUN TestValidateConfiguration/with_label [2022-05-19T09:57:56.141Z] === RUN TestValidateConfiguration/with_dns [2022-05-19T09:57:56.141Z] === RUN TestValidateConfiguration/with_dns-search [2022-05-19T09:57:56.141Z] === RUN TestValidateConfiguration/with_max-concurrent-downloads [2022-05-19T09:57:56.141Z] === RUN TestValidateConfiguration/with_max-concurrent-uploads [2022-05-19T09:57:56.141Z] === RUN TestValidateConfiguration/with_max-download-attempts [2022-05-19T09:57:56.141Z] === RUN TestValidateConfiguration/with_multiple_node_generic_resources [2022-05-19T09:57:56.141Z] === RUN TestValidateConfiguration/with_node_generic_resources [2022-05-19T09:57:56.141Z] === RUN TestValidateConfiguration/with_hosts [2022-05-19T09:57:56.141Z] === RUN TestValidateConfiguration/with_log-level_warn [2022-05-19T09:57:56.141Z] --- PASS: TestValidateConfiguration (0.00s) [2022-05-19T09:57:56.141Z] --- PASS: TestValidateConfiguration/with_label (0.00s) [2022-05-19T09:57:56.141Z] --- PASS: TestValidateConfiguration/with_dns (0.00s) [2022-05-19T09:57:56.141Z] --- PASS: TestValidateConfiguration/with_dns-search (0.00s) [2022-05-19T09:57:56.141Z] --- PASS: TestValidateConfiguration/with_max-concurrent-downloads (0.00s) [2022-05-19T09:57:56.141Z] --- PASS: TestValidateConfiguration/with_max-concurrent-uploads (0.00s) [2022-05-19T09:57:56.141Z] --- PASS: TestValidateConfiguration/with_max-download-attempts (0.00s) [2022-05-19T09:57:56.141Z] --- PASS: TestValidateConfiguration/with_multiple_node_generic_resources (0.00s) [2022-05-19T09:57:56.141Z] --- PASS: TestValidateConfiguration/with_node_generic_resources (0.00s) [2022-05-19T09:57:56.141Z] --- PASS: TestValidateConfiguration/with_hosts (0.00s) [2022-05-19T09:57:56.141Z] --- PASS: TestValidateConfiguration/with_log-level_warn (0.00s) [2022-05-19T09:57:56.141Z] === RUN TestReloadSetConfigFileNotExist [2022-05-19T09:57:56.141Z] time="2022-05-19T09:57:55Z" level=info msg="Got signal to reload configuration, reloading from: /tmp/blabla/not/exists/config.json" [2022-05-19T09:57:56.141Z] --- PASS: TestReloadSetConfigFileNotExist (0.18s) [2022-05-19T09:57:56.141Z] === RUN TestReloadDefaultConfigNotExist [2022-05-19T09:57:56.141Z] config_test.go:480: os.Getuid() != 0: skipping test that requires root [2022-05-19T09:57:56.141Z] --- SKIP: TestReloadDefaultConfigNotExist (0.00s) [2022-05-19T09:57:56.141Z] === RUN TestReloadBadDefaultConfig [2022-05-19T09:57:56.141Z] time="2022-05-19T09:57:55Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-config-1134730470" [2022-05-19T09:57:56.141Z] --- PASS: TestReloadBadDefaultConfig (0.00s) [2022-05-19T09:57:56.141Z] === RUN TestReloadWithConflictingLabels [2022-05-19T09:57:56.141Z] time="2022-05-19T09:57:55Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-4212944137" [2022-05-19T09:57:56.141Z] --- PASS: TestReloadWithConflictingLabels (0.00s) [2022-05-19T09:57:56.141Z] === RUN TestReloadWithDuplicateLabels [2022-05-19T09:57:56.141Z] time="2022-05-19T09:57:55Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-2479201312" [2022-05-19T09:57:56.141Z] --- PASS: TestReloadWithDuplicateLabels (0.00s) [2022-05-19T09:57:56.141Z] === RUN TestMaskURLCredentials [2022-05-19T09:57:56.141Z] --- PASS: TestMaskURLCredentials (0.00s) [2022-05-19T09:57:56.141Z] === RUN TestDaemonConfigurationMerge [2022-05-19T09:57:56.141Z] --- PASS: TestDaemonConfigurationMerge (0.00s) [2022-05-19T09:57:56.141Z] PASS [2022-05-19T09:57:56.141Z] coverage: 79.8% of statements [2022-05-19T09:57:56.141Z] ok github.com/docker/docker/daemon/config 0.368s coverage: 79.8% of statements [2022-05-19T09:57:56.141Z] --- PASS: TestWaitNodeAttachment (0.40s) [2022-05-19T09:57:56.141Z] === RUN TestIsolationConversion [2022-05-19T09:57:56.141Z] === RUN TestIsolationConversion/default [2022-05-19T09:57:56.141Z] === RUN TestIsolationConversion/process [2022-05-19T09:57:56.141Z] === RUN TestIsolationConversion/hyperv [2022-05-19T09:57:56.141Z] --- PASS: TestIsolationConversion (0.00s) [2022-05-19T09:57:56.141Z] --- PASS: TestIsolationConversion/default (0.00s) [2022-05-19T09:57:56.141Z] --- PASS: TestIsolationConversion/process (0.00s) [2022-05-19T09:57:56.141Z] --- PASS: TestIsolationConversion/hyperv (0.00s) [2022-05-19T09:57:56.141Z] === RUN TestContainerLabels [2022-05-19T09:57:56.141Z] --- PASS: TestContainerLabels (0.00s) [2022-05-19T09:57:56.141Z] === RUN TestCredentialSpecConversion [2022-05-19T09:57:56.141Z] === RUN TestCredentialSpecConversion/none [2022-05-19T09:57:56.141Z] === RUN TestCredentialSpecConversion/config [2022-05-19T09:57:56.141Z] === RUN TestCredentialSpecConversion/file [2022-05-19T09:57:56.141Z] === RUN TestCredentialSpecConversion/registry [2022-05-19T09:57:56.141Z] --- PASS: TestCredentialSpecConversion (0.00s) [2022-05-19T09:57:56.141Z] --- PASS: TestCredentialSpecConversion/none (0.00s) [2022-05-19T09:57:56.141Z] --- PASS: TestCredentialSpecConversion/config (0.00s) [2022-05-19T09:57:56.141Z] --- PASS: TestCredentialSpecConversion/file (0.00s) [2022-05-19T09:57:56.141Z] --- PASS: TestCredentialSpecConversion/registry (0.00s) [2022-05-19T09:57:56.141Z] === RUN TestControllerValidateMountBind [2022-05-19T09:57:56.141Z] --- PASS: TestControllerValidateMountBind (0.00s) [2022-05-19T09:57:56.141Z] === RUN TestControllerValidateMountVolume [2022-05-19T09:57:56.141Z] --- PASS: TestControllerValidateMountVolume (0.00s) [2022-05-19T09:57:56.141Z] === RUN TestControllerValidateMountTarget [2022-05-19T09:57:56.141Z] --- PASS: TestControllerValidateMountTarget (0.00s) [2022-05-19T09:57:56.141Z] === RUN TestControllerValidateMountTmpfs [2022-05-19T09:57:56.141Z] --- PASS: TestControllerValidateMountTmpfs (0.00s) [2022-05-19T09:57:56.141Z] === RUN TestControllerValidateMountInvalidType [2022-05-19T09:57:56.141Z] --- PASS: TestControllerValidateMountInvalidType (0.00s) [2022-05-19T09:57:56.141Z] === RUN TestControllerValidateMountNamedPipe [2022-05-19T09:57:56.141Z] --- PASS: TestControllerValidateMountNamedPipe (0.00s) [2022-05-19T09:57:56.141Z] PASS [2022-05-19T09:57:56.141Z] coverage: 10.7% of statements [2022-05-19T09:57:56.141Z] ok github.com/docker/docker/daemon/cluster/executor/container 0.650s coverage: 10.7% of statements [2022-05-19T09:57:56.141Z] === RUN TestEventsLog [2022-05-19T09:57:56.141Z] --- PASS: TestEventsLog (0.00s) [2022-05-19T09:57:56.141Z] === RUN TestEventsLogTimeout [2022-05-19T09:57:56.141Z] --- PASS: TestEventsLogTimeout (0.00s) [2022-05-19T09:57:56.141Z] === RUN TestLogEvents [2022-05-19T09:57:56.141Z] --- PASS: TestLogEvents (0.05s) [2022-05-19T09:57:56.141Z] === RUN TestLoadBufferedEvents [2022-05-19T09:57:56.456Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2022-05-19T09:57:56.613Z] --- PASS: TestLoadBufferedEvents (0.17s) [2022-05-19T09:57:56.613Z] === RUN TestLoadBufferedEventsOnlyFromPast [2022-05-19T09:57:56.613Z] --- PASS: TestLoadBufferedEventsOnlyFromPast (0.00s) [2022-05-19T09:57:56.613Z] === RUN TestIgnoreBufferedWhenNoTimes [2022-05-19T09:57:56.613Z] --- PASS: TestIgnoreBufferedWhenNoTimes (0.00s) [2022-05-19T09:57:56.613Z] PASS [2022-05-19T09:57:56.613Z] coverage: 50.0% of statements [2022-05-19T09:57:56.613Z] ok github.com/docker/docker/daemon/events 0.282s coverage: 50.0% of statements [2022-05-19T09:57:56.895Z] === RUN TestNetworkAllocateFree [2022-05-19T09:57:56.895Z] --- PASS: TestNetworkAllocateFree (0.00s) [2022-05-19T09:57:56.895Z] === RUN TestNetworkAllocateUserDefinedVNIs [2022-05-19T09:57:56.895Z] --- PASS: TestNetworkAllocateUserDefinedVNIs (0.00s) [2022-05-19T09:57:56.895Z] PASS [2022-05-19T09:57:56.895Z] coverage: 63.6% of statements [2022-05-19T09:57:56.895Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.053s coverage: 63.6% of statements [2022-05-19T09:57:57.100Z] === RUN TestDefaultNetwork [2022-05-19T09:57:57.100Z] --- PASS: TestDefaultNetwork (0.32s) [2022-05-19T09:57:57.100Z] === RUN TestConfigGlobalScopeDefaultNetworks [2022-05-19T09:57:57.363Z] === RUN TestGetEmptyCapabilities [2022-05-19T09:57:57.363Z] --- PASS: TestGetEmptyCapabilities (0.01s) [2022-05-19T09:57:57.363Z] === RUN TestGetExtraCapabilities [2022-05-19T09:57:57.363Z] --- PASS: TestGetExtraCapabilities (0.01s) [2022-05-19T09:57:57.363Z] === RUN TestGetInvalidCapabilities [2022-05-19T09:57:57.363Z] --- PASS: TestGetInvalidCapabilities (0.01s) [2022-05-19T09:57:57.363Z] === RUN TestRemoteDriver [2022-05-19T09:57:57.363Z] --- PASS: TestRemoteDriver (0.01s) [2022-05-19T09:57:57.363Z] === RUN TestDriverError [2022-05-19T09:57:57.363Z] --- PASS: TestDriverError (0.00s) [2022-05-19T09:57:57.363Z] === RUN TestMissingValues [2022-05-19T09:57:57.363Z] --- PASS: TestMissingValues (0.01s) [2022-05-19T09:57:57.363Z] === RUN TestRollback [2022-05-19T09:57:57.363Z] --- PASS: TestRollback (0.01s) [2022-05-19T09:57:57.363Z] PASS [2022-05-19T09:57:57.363Z] coverage: 57.4% of statements [2022-05-19T09:57:57.363Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.096s coverage: 57.4% of statements [2022-05-19T09:57:57.386Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.49s) [2022-05-19T09:57:57.386Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.73s) [2022-05-19T09:57:57.386Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.56s) [2022-05-19T09:57:57.386Z] === RUN TestKillStoppedContainer [2022-05-19T09:57:57.386Z] --- PASS: TestKillStoppedContainer (0.06s) [2022-05-19T09:57:57.386Z] === RUN TestKillStoppedContainerAPIPre120 [2022-05-19T09:57:57.386Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.06s) [2022-05-19T09:57:57.386Z] === RUN TestKillDifferentUserContainer [2022-05-19T09:57:57.568Z] --- PASS: TestConfigGlobalScopeDefaultNetworks (0.32s) [2022-05-19T09:57:57.568Z] === RUN TestInitAddressPools [2022-05-19T09:57:57.568Z] --- PASS: TestInitAddressPools (0.00s) [2022-05-19T09:57:57.568Z] PASS [2022-05-19T09:57:57.568Z] coverage: 74.0% of statements [2022-05-19T09:57:57.568Z] ok github.com/docker/docker/libnetwork/ipamutils 0.729s coverage: 74.0% of statements [2022-05-19T09:57:57.568Z] --- PASS: TestRequestReleaseAddressFromSubPool (2.19s) [2022-05-19T09:57:57.568Z] === RUN TestSerializeRequestReleaseAddressFromSubPool [2022-05-19T09:57:57.603Z] === RUN TestLinkNaming [2022-05-19T09:57:57.603Z] --- PASS: TestLinkNaming (0.00s) [2022-05-19T09:57:57.603Z] === RUN TestLinkNew [2022-05-19T09:57:57.603Z] --- PASS: TestLinkNew (0.00s) [2022-05-19T09:57:57.603Z] === RUN TestLinkEnv [2022-05-19T09:57:57.603Z] --- PASS: TestLinkEnv (0.00s) [2022-05-19T09:57:57.603Z] === RUN TestLinkMultipleEnv [2022-05-19T09:57:57.603Z] --- PASS: TestLinkMultipleEnv (0.00s) [2022-05-19T09:57:57.603Z] === RUN TestLinkPortRangeEnv [2022-05-19T09:57:57.603Z] --- PASS: TestLinkPortRangeEnv (0.00s) [2022-05-19T09:57:57.603Z] PASS [2022-05-19T09:57:57.603Z] coverage: 93.0% of statements [2022-05-19T09:57:57.603Z] ok github.com/docker/docker/daemon/links 0.040s coverage: 93.0% of statements [2022-05-19T09:57:57.767Z] --- PASS: TestServicePlugin (30.05s) [2022-05-19T09:57:57.767Z] === RUN TestServiceUpdateLabel [2022-05-19T09:57:57.831Z] === RUN TestNAT [2022-05-19T09:57:57.831Z] windows_test.go:58: Test does not work on CI and was never running to begin with [2022-05-19T09:57:57.831Z] --- SKIP: TestNAT (0.00s) [2022-05-19T09:57:57.831Z] === RUN TestTransparent [2022-05-19T09:57:57.831Z] windows_test.go:63: Test does not work on CI and was never running to begin with [2022-05-19T09:57:57.831Z] --- SKIP: TestTransparent (0.00s) [2022-05-19T09:57:57.831Z] PASS [2022-05-19T09:57:57.831Z] coverage: 0.0% of statements [2022-05-19T09:57:57.831Z] ok github.com/docker/docker/libnetwork/drivers/windows 0.051s coverage: 0.0% of statements [2022-05-19T09:57:57.948Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6HostMode [2022-05-19T09:57:58.080Z] === RUN TestIsEmptyDir [2022-05-19T09:57:58.080Z] --- PASS: TestIsEmptyDir (0.01s) [2022-05-19T09:57:58.080Z] === RUN TestGraphDriverInitRequestIsCompatible [2022-05-19T09:57:58.080Z] --- PASS: TestGraphDriverInitRequestIsCompatible (0.00s) [2022-05-19T09:57:58.080Z] PASS [2022-05-19T09:57:58.080Z] coverage: 2.3% of statements [2022-05-19T09:57:58.080Z] ok github.com/docker/docker/daemon/graphdriver 0.079s coverage: 2.3% of statements [2022-05-19T09:57:58.205Z] --- PASS: TestKillDifferentUserContainer (0.79s) [2022-05-19T09:57:58.205Z] === RUN TestInspectOomKilledTrue [2022-05-19T09:57:58.205Z] kill_test.go:159: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-05-19T09:57:58.205Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2022-05-19T09:57:58.205Z] === RUN TestInspectOomKilledFalse [2022-05-19T09:57:58.205Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-05-19T09:57:58.205Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2022-05-19T09:57:58.205Z] === RUN TestLinksEtcHostsContentMatch [2022-05-19T09:57:58.298Z] === RUN TestNew [2022-05-19T09:57:58.298Z] --- PASS: TestNew (0.00s) [2022-05-19T09:57:58.298Z] === RUN TestAddDriver [2022-05-19T09:57:58.298Z] --- PASS: TestAddDriver (0.00s) [2022-05-19T09:57:58.298Z] === RUN TestAddDuplicateDriver [2022-05-19T09:57:58.298Z] --- PASS: TestAddDuplicateDriver (0.00s) [2022-05-19T09:57:58.298Z] === RUN TestIPAMDefaultAddressSpaces [2022-05-19T09:57:58.298Z] --- PASS: TestIPAMDefaultAddressSpaces (0.00s) [2022-05-19T09:57:58.298Z] === RUN TestDriver [2022-05-19T09:57:58.298Z] --- PASS: TestDriver (0.00s) [2022-05-19T09:57:58.298Z] === RUN TestIPAM [2022-05-19T09:57:58.298Z] --- PASS: TestIPAM (0.00s) [2022-05-19T09:57:58.298Z] === RUN TestWalkIPAMs [2022-05-19T09:57:58.298Z] --- PASS: TestWalkIPAMs (0.00s) [2022-05-19T09:57:58.298Z] === RUN TestWalkDrivers [2022-05-19T09:57:58.298Z] --- PASS: TestWalkDrivers (0.00s) [2022-05-19T09:57:58.298Z] PASS [2022-05-19T09:57:58.298Z] coverage: 82.4% of statements [2022-05-19T09:57:58.298Z] ok github.com/docker/docker/libnetwork/drvregistry 0.085s coverage: 82.4% of statements [2022-05-19T09:57:58.298Z] === RUN TestBuildDefault [2022-05-19T09:57:58.298Z] --- PASS: TestBuildDefault (0.00s) [2022-05-19T09:57:58.298Z] === RUN TestBuildHostnameDomainname [2022-05-19T09:57:58.298Z] --- PASS: TestBuildHostnameDomainname (0.00s) [2022-05-19T09:57:58.298Z] === RUN TestBuildHostname [2022-05-19T09:57:58.298Z] --- PASS: TestBuildHostname (0.00s) [2022-05-19T09:57:58.298Z] === RUN TestBuildHostnameFQDN [2022-05-19T09:57:58.298Z] --- PASS: TestBuildHostnameFQDN (0.00s) [2022-05-19T09:57:58.298Z] === RUN TestBuildNoIP [2022-05-19T09:57:58.298Z] --- PASS: TestBuildNoIP (0.00s) [2022-05-19T09:57:58.298Z] === RUN TestUpdate [2022-05-19T09:57:58.298Z] --- PASS: TestUpdate (0.00s) [2022-05-19T09:57:58.298Z] === RUN TestUpdateIgnoresPrefixedHostname [2022-05-19T09:57:58.299Z] --- PASS: TestUpdateIgnoresPrefixedHostname (0.00s) [2022-05-19T09:57:58.299Z] === RUN TestDeleteIgnoresPrefixedHostname [2022-05-19T09:57:58.299Z] --- PASS: TestDeleteIgnoresPrefixedHostname (0.00s) [2022-05-19T09:57:58.299Z] === RUN TestAddEmpty [2022-05-19T09:57:58.299Z] --- PASS: TestAddEmpty (0.00s) [2022-05-19T09:57:58.299Z] === RUN TestAdd [2022-05-19T09:57:58.299Z] --- PASS: TestAdd (0.00s) [2022-05-19T09:57:58.299Z] === RUN TestDeleteEmpty [2022-05-19T09:57:58.299Z] --- PASS: TestDeleteEmpty (0.00s) [2022-05-19T09:57:58.299Z] === RUN TestDeleteNewline [2022-05-19T09:57:58.299Z] --- PASS: TestDeleteNewline (0.00s) [2022-05-19T09:57:58.299Z] === RUN TestDelete [2022-05-19T09:57:58.299Z] --- PASS: TestDelete (0.00s) [2022-05-19T09:57:58.299Z] === RUN TestConcurrentWrites [2022-05-19T09:57:58.333Z] --- PASS: TestServiceUpdateLabel (2.20s) [2022-05-19T09:57:58.333Z] === RUN TestServiceUpdateSecrets [2022-05-19T09:57:58.551Z] === RUN TestVerifyNetworkingConfig [2022-05-19T09:57:58.551Z] --- PASS: TestVerifyNetworkingConfig (0.00s) [2022-05-19T09:57:58.551Z] === RUN TestGetContainer [2022-05-19T09:57:58.551Z] --- PASS: TestGetContainer (0.00s) [2022-05-19T09:57:58.551Z] === RUN TestValidContainerNames [2022-05-19T09:57:58.551Z] --- PASS: TestValidContainerNames (0.00s) [2022-05-19T09:57:58.551Z] === RUN TestContainerInitDNS [2022-05-19T09:57:58.551Z] daemon_test.go:145: root required [2022-05-19T09:57:58.551Z] --- SKIP: TestContainerInitDNS (0.00s) [2022-05-19T09:57:58.551Z] === RUN TestMerge [2022-05-19T09:57:58.551Z] --- PASS: TestMerge (0.00s) [2022-05-19T09:57:58.551Z] === RUN TestValidateContainerIsolation [2022-05-19T09:57:58.551Z] --- PASS: TestValidateContainerIsolation (0.00s) [2022-05-19T09:57:58.551Z] === RUN TestFindNetworkErrorType [2022-05-19T09:57:58.551Z] --- PASS: TestFindNetworkErrorType (0.00s) [2022-05-19T09:57:58.551Z] === RUN TestEnsureServicesExist [2022-05-19T09:57:58.551Z] --- PASS: TestEnsureServicesExist (0.00s) [2022-05-19T09:57:58.551Z] === RUN TestEnsureServicesExistErrors [2022-05-19T09:57:58.551Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice [2022-05-19T09:57:58.551Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 [2022-05-19T09:57:58.554Z] === RUN TestKeyValue [2022-05-19T09:57:58.554Z] --- PASS: TestKeyValue (0.00s) [2022-05-19T09:57:58.554Z] PASS [2022-05-19T09:57:58.554Z] coverage: 60.0% of statements [2022-05-19T09:57:58.554Z] ok github.com/docker/docker/libnetwork/netlabel 0.049s coverage: 60.0% of statements [2022-05-19T09:57:58.768Z] === RUN TestNew [2022-05-19T09:57:58.768Z] --- PASS: TestNew (0.00s) [2022-05-19T09:57:58.768Z] === RUN TestAllocate [2022-05-19T09:57:58.768Z] --- PASS: TestAllocate (0.00s) [2022-05-19T09:57:58.768Z] === RUN TestUninitialized [2022-05-19T09:57:58.768Z] --- PASS: TestUninitialized (0.00s) [2022-05-19T09:57:58.768Z] === RUN TestAllocateInRange [2022-05-19T09:57:58.768Z] --- PASS: TestAllocateInRange (0.00s) [2022-05-19T09:57:58.768Z] === RUN TestAllocateSerial [2022-05-19T09:57:58.768Z] --- PASS: TestAllocateSerial (0.00s) [2022-05-19T09:57:58.768Z] PASS [2022-05-19T09:57:58.768Z] coverage: 87.5% of statements [2022-05-19T09:57:58.768Z] ok github.com/docker/docker/libnetwork/idm 0.047s coverage: 87.5% of statements [2022-05-19T09:57:58.768Z] --- PASS: TestConcurrentWrites (0.27s) [2022-05-19T09:57:58.768Z] PASS [2022-05-19T09:57:58.768Z] coverage: 81.2% of statements [2022-05-19T09:57:58.768Z] ok github.com/docker/docker/libnetwork/etchosts 0.345s coverage: 81.2% of statements [2022-05-19T09:57:58.768Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2022-05-19T09:57:58.768Z] --- PASS: TestLinksEtcHostsContentMatch (0.66s) [2022-05-19T09:57:58.768Z] === RUN TestLinksContainerNames [2022-05-19T09:57:59.020Z] === RUN TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice [2022-05-19T09:57:59.020Z] --- PASS: TestEnsureServicesExistErrors (0.00s) [2022-05-19T09:57:59.020Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice (0.00s) [2022-05-19T09:57:59.020Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 (0.00s) [2022-05-19T09:57:59.020Z] --- PASS: TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice (0.00s) [2022-05-19T09:57:59.020Z] === RUN TestContainerDelete [2022-05-19T09:57:59.020Z] --- PASS: TestContainerDelete (0.01s) [2022-05-19T09:57:59.020Z] === RUN TestContainerDoubleDelete [2022-05-19T09:57:59.020Z] --- PASS: TestContainerDoubleDelete (0.00s) [2022-05-19T09:57:59.020Z] === RUN TestLogContainerEventCopyLabels [2022-05-19T09:57:59.020Z] --- PASS: TestLogContainerEventCopyLabels (0.00s) [2022-05-19T09:57:59.020Z] === RUN TestLogContainerEventWithAttributes [2022-05-19T09:57:59.020Z] --- PASS: TestLogContainerEventWithAttributes (0.00s) [2022-05-19T09:57:59.020Z] === RUN TestNoneHealthcheck [2022-05-19T09:57:59.020Z] --- PASS: TestNoneHealthcheck (0.00s) [2022-05-19T09:57:59.020Z] === RUN TestHealthStates [2022-05-19T09:57:59.020Z] time="2022-05-19T09:57: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-05-19T09:57:59.020Z] time="2022-05-19T09:57: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-05-19T09:57:59.020Z] time="2022-05-19T09:57: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-05-19T09:57:59.020Z] time="2022-05-19T09:57: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-05-19T09:57:59.020Z] time="2022-05-19T09:57: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-05-19T09:57:59.020Z] time="2022-05-19T09:57: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-05-19T09:57:59.020Z] time="2022-05-19T09:57: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-05-19T09:57:59.021Z] time="2022-05-19T09:57: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-05-19T09:57:59.021Z] time="2022-05-19T09:57: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-05-19T09:57:59.021Z] time="2022-05-19T09:57: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-05-19T09:57:59.021Z] --- PASS: TestHealthStates (0.19s) [2022-05-19T09:57:59.021Z] === RUN TestGetInspectData [2022-05-19T09:57:59.021Z] --- PASS: TestGetInspectData (0.00s) [2022-05-19T09:57:59.021Z] === RUN TestFillLicense [2022-05-19T09:57:59.021Z] --- PASS: TestFillLicense (0.00s) [2022-05-19T09:57:59.021Z] === RUN TestListInvalidFilter [2022-05-19T09:57:59.021Z] --- PASS: TestListInvalidFilter (0.00s) [2022-05-19T09:57:59.021Z] === RUN TestNameFilter [2022-05-19T09:57:59.021Z] --- PASS: TestNameFilter (0.00s) [2022-05-19T09:57:59.021Z] === RUN TestMergeAndVerifyLogConfigNilConfig [2022-05-19T09:57:59.021Z] --- PASS: TestMergeAndVerifyLogConfigNilConfig (0.00s) [2022-05-19T09:57:59.021Z] === RUN TestSetWindowsCredentialSpecInSpec [2022-05-19T09:57:59.021Z] === RUN TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options [2022-05-19T09:57:59.021Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option [2022-05-19T09:57:59.021Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path [2022-05-19T09:57:59.021Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory [2022-05-19T09:57:59.021Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully [2022-05-19T09:57:59.021Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option [2022-05-19T09:57:59.021Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully [2022-05-19T09:57:59.021Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully [2022-05-19T09:57:59.021Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully [2022-05-19T09:57:59.021Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option [2022-05-19T09:57:59.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-05-19T09:57:59.021Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option [2022-05-19T09:57:59.021Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names [2022-05-19T09:57:59.021Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options [2022-05-19T09:57:59.021Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options [2022-05-19T09:57:59.021Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file [2022-05-19T09:57:59.021Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry [2022-05-19T09:57:59.021Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config [2022-05-19T09:57:59.021Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw [2022-05-19T09:57:59.021Z] --- PASS: TestSetWindowsCredentialSpecInSpec (0.01s) [2022-05-19T09:57:59.021Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options (0.00s) [2022-05-19T09:57:59.021Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option (0.00s) [2022-05-19T09:57:59.021Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path (0.00s) [2022-05-19T09:57:59.021Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory (0.00s) [2022-05-19T09:57:59.021Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully (0.00s) [2022-05-19T09:57:59.021Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option (0.00s) [2022-05-19T09:57:59.021Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully (0.00s) [2022-05-19T09:57:59.021Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully (0.00s) [2022-05-19T09:57:59.021Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully (0.00s) [2022-05-19T09:57:59.021Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option (0.00s) [2022-05-19T09:57:59.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-05-19T09:57:59.021Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option (0.00s) [2022-05-19T09:57:59.021Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names (0.00s) [2022-05-19T09:57:59.021Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options (0.00s) [2022-05-19T09:57:59.021Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options (0.00s) [2022-05-19T09:57:59.021Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file (0.00s) [2022-05-19T09:57:59.021Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry (0.00s) [2022-05-19T09:57:59.021Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config (0.00s) [2022-05-19T09:57:59.021Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw (0.00s) [2022-05-19T09:57:59.021Z] === RUN TestSetupWindowsDevices [2022-05-19T09:57:59.021Z] === RUN TestSetupWindowsDevices/it_does_nothing_if_there_are_no_devices [2022-05-19T09:57:59.021Z] === RUN TestSetupWindowsDevices/it_fails_if_any_devices_are_blank [2022-05-19T09:57:59.021Z] === RUN TestSetupWindowsDevices/it_fails_if_all_devices_do_not_contain_'/'_or_'://' [2022-05-19T09:57:59.021Z] === RUN TestSetupWindowsDevices/it_fails_if_any_devices_do_not_contain_'/'_or_'://' [2022-05-19T09:57:59.021Z] === RUN TestSetupWindowsDevices/it_fails_if_all_'/'-separated_devices_do_not_have_IDType_'class' [2022-05-19T09:57:59.021Z] === RUN TestSetupWindowsDevices/it_fails_if_any_'/'-separated_devices_do_not_have_IDType_'class' [2022-05-19T09:57:59.021Z] === RUN TestSetupWindowsDevices/it_fails_if_any_'://'-separated_devices_have_IDType_'' [2022-05-19T09:57:59.021Z] === RUN TestSetupWindowsDevices/it_creates_devices_if_all_'/'-separated_devices_have_IDType_'class' [2022-05-19T09:57:59.021Z] === RUN TestSetupWindowsDevices/it_creates_devices_if_all_'://'-separated_devices_have_non-blank_IDType [2022-05-19T09:57:59.021Z] === RUN TestSetupWindowsDevices/it_creates_devices_when_given_a_mix_of_'/'-separated_and_'://'-separated_devices [2022-05-19T09:57:59.021Z] --- PASS: TestSetupWindowsDevices (0.00s) [2022-05-19T09:57:59.021Z] --- PASS: TestSetupWindowsDevices/it_does_nothing_if_there_are_no_devices (0.00s) [2022-05-19T09:57:59.021Z] --- PASS: TestSetupWindowsDevices/it_fails_if_any_devices_are_blank (0.00s) [2022-05-19T09:57:59.021Z] --- PASS: TestSetupWindowsDevices/it_fails_if_all_devices_do_not_contain_'/'_or_'://' (0.00s) [2022-05-19T09:57:59.021Z] --- PASS: TestSetupWindowsDevices/it_fails_if_any_devices_do_not_contain_'/'_or_'://' (0.00s) [2022-05-19T09:57:59.021Z] --- PASS: TestSetupWindowsDevices/it_fails_if_all_'/'-separated_devices_do_not_have_IDType_'class' (0.00s) [2022-05-19T09:57:59.021Z] --- PASS: TestSetupWindowsDevices/it_fails_if_any_'/'-separated_devices_do_not_have_IDType_'class' (0.00s) [2022-05-19T09:57:59.021Z] --- PASS: TestSetupWindowsDevices/it_fails_if_any_'://'-separated_devices_have_IDType_'' (0.00s) [2022-05-19T09:57:59.021Z] --- PASS: TestSetupWindowsDevices/it_creates_devices_if_all_'/'-separated_devices_have_IDType_'class' (0.00s) [2022-05-19T09:57:59.021Z] --- PASS: TestSetupWindowsDevices/it_creates_devices_if_all_'://'-separated_devices_have_non-blank_IDType (0.00s) [2022-05-19T09:57:59.021Z] --- PASS: TestSetupWindowsDevices/it_creates_devices_when_given_a_mix_of_'/'-separated_and_'://'-separated_devices (0.00s) [2022-05-19T09:57:59.021Z] === RUN TestDaemonReloadLabels [2022-05-19T09:57:59.021Z] --- PASS: TestDaemonReloadLabels (0.00s) [2022-05-19T09:57:59.021Z] === RUN TestDaemonReloadAllowNondistributableArtifacts [2022-05-19T09:57:59.021Z] --- PASS: TestDaemonReloadAllowNondistributableArtifacts (0.00s) [2022-05-19T09:57:59.021Z] === RUN TestDaemonReloadMirrors [2022-05-19T09:57:59.021Z] --- PASS: TestDaemonReloadMirrors (0.00s) [2022-05-19T09:57:59.021Z] === RUN TestDaemonReloadInsecureRegistries [2022-05-19T09:57:59.021Z] --- PASS: TestDaemonReloadInsecureRegistries (0.00s) [2022-05-19T09:57:59.021Z] === RUN TestDaemonReloadNotAffectOthers [2022-05-19T09:57:59.021Z] --- PASS: TestDaemonReloadNotAffectOthers (0.00s) [2022-05-19T09:57:59.021Z] === RUN TestDaemonReloadNetworkDiagnosticPort [2022-05-19T09:57:59.021Z] reload_test.go:342: root required [2022-05-19T09:57:59.021Z] --- SKIP: TestDaemonReloadNetworkDiagnosticPort (0.00s) [2022-05-19T09:57:59.021Z] === RUN TestLoadOrCreateTrustKeyInvalidKeyFile [2022-05-19T09:57:59.021Z] --- PASS: TestLoadOrCreateTrustKeyInvalidKeyFile (0.01s) [2022-05-19T09:57:59.021Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist [2022-05-19T09:57:59.021Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist (0.03s) [2022-05-19T09:57:59.021Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist [2022-05-19T09:57:59.021Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist (0.03s) [2022-05-19T09:57:59.021Z] === RUN TestLoadOrCreateTrustKeyCreateKeyNoPath [2022-05-19T09:57:59.021Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyNoPath (0.01s) [2022-05-19T09:57:59.021Z] === RUN TestLoadOrCreateTrustKeyLoadValidKey [2022-05-19T09:57:59.021Z] --- PASS: TestLoadOrCreateTrustKeyLoadValidKey (0.00s) [2022-05-19T09:57:59.021Z] === RUN TestParseVolumesFrom [2022-05-19T09:57:59.021Z] --- PASS: TestParseVolumesFrom (0.00s) [2022-05-19T09:57:59.021Z] PASS [2022-05-19T09:57:59.021Z] coverage: 8.6% of statements [2022-05-19T09:57:59.021Z] ok github.com/docker/docker/daemon 0.786s coverage: 8.6% of statements [2022-05-19T09:57:59.021Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2022-05-19T09:57:59.021Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2022-05-19T09:57:59.021Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2022-05-19T09:57:59.021Z] ? github.com/docker/docker/daemon/exec [no test files] [2022-05-19T09:57:59.021Z] ? github.com/docker/docker/daemon/graphdriver/btrfs [no test files] [2022-05-19T09:57:59.021Z] ? github.com/docker/docker/daemon/graphdriver/devmapper [no test files] [2022-05-19T09:57:59.021Z] ? github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [no test files] [2022-05-19T09:57:59.021Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2022-05-19T09:57:59.021Z] ? github.com/docker/docker/daemon/graphdriver/overlay [no test files] [2022-05-19T09:57:59.021Z] ? github.com/docker/docker/daemon/graphdriver/overlay2 [no test files] [2022-05-19T09:57:59.021Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2022-05-19T09:57:59.021Z] ? github.com/docker/docker/daemon/graphdriver/vfs [no test files] [2022-05-19T09:57:59.021Z] ? github.com/docker/docker/daemon/graphdriver/windows [no test files] [2022-05-19T09:57:59.021Z] ? github.com/docker/docker/daemon/graphdriver/zfs [no test files] [2022-05-19T09:57:59.235Z] === RUN TestCaller [2022-05-19T09:57:59.235Z] --- PASS: TestCaller (0.00s) [2022-05-19T09:57:59.235Z] PASS [2022-05-19T09:57:59.235Z] coverage: 100.0% of statements [2022-05-19T09:57:59.235Z] ok github.com/docker/docker/libnetwork/internal/caller 0.048s coverage: 100.0% of statements [2022-05-19T09:57:59.235Z] === RUN TestSetSerialInsertDelete [2022-05-19T09:57:59.235Z] --- PASS: TestSetSerialInsertDelete (0.00s) [2022-05-19T09:57:59.235Z] === RUN TestSetParallelInsertDelete [2022-05-19T09:57:59.540Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2022-05-19T09:57:59.540Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2022-05-19T09:57:59.540Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2022-05-19T09:57:59.540Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2022-05-19T09:57:59.540Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2022-05-19T09:57:59.540Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2022-05-19T09:57:59.540Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2022-05-19T09:57:59.540Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2022-05-19T09:57:59.540Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2022-05-19T09:57:59.540Z] ? github.com/docker/docker/libnetwork/drivers/bridge [no test files] [2022-05-19T09:57:59.540Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2022-05-19T09:57:59.540Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2022-05-19T09:57:59.540Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2022-05-19T09:57:59.540Z] ? github.com/docker/docker/libnetwork/drivers/overlay [no test files] [2022-05-19T09:57:59.540Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2022-05-19T09:57:59.540Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2022-05-19T09:57:59.540Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2022-05-19T09:57:59.696Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesClean [2022-05-19T09:58:00.007Z] --- PASS: TestSerializeRequestReleaseAddressFromSubPool (2.45s) [2022-05-19T09:58:00.007Z] === RUN TestGetAddress [2022-05-19T09:58:00.592Z] === RUN TestNewStreamConfig [2022-05-19T09:58:00.592Z] === RUN TestNewStreamConfig/defaults [2022-05-19T09:58:00.592Z] === RUN TestNewStreamConfig/invalid_create_group [2022-05-19T09:58:00.592Z] === RUN TestNewStreamConfig/invalid_flush_interval [2022-05-19T09:58:00.592Z] === RUN TestNewStreamConfig/invalid_max_buffered_events [2022-05-19T09:58:00.592Z] === RUN TestNewStreamConfig/invalid_multiline_pattern [2022-05-19T09:58:00.592Z] === RUN TestNewStreamConfig/flush_interval_at_15 [2022-05-19T09:58:00.592Z] === RUN TestNewStreamConfig/max_buffered_events_at_1024 [2022-05-19T09:58:00.592Z] --- PASS: TestNewStreamConfig (0.00s) [2022-05-19T09:58:00.592Z] --- PASS: TestNewStreamConfig/defaults (0.00s) [2022-05-19T09:58:00.592Z] --- PASS: TestNewStreamConfig/invalid_create_group (0.00s) [2022-05-19T09:58:00.592Z] --- PASS: TestNewStreamConfig/invalid_flush_interval (0.00s) [2022-05-19T09:58:00.592Z] --- PASS: TestNewStreamConfig/invalid_max_buffered_events (0.00s) [2022-05-19T09:58:00.592Z] --- PASS: TestNewStreamConfig/invalid_multiline_pattern (0.00s) [2022-05-19T09:58:00.592Z] --- PASS: TestNewStreamConfig/flush_interval_at_15 (0.00s) [2022-05-19T09:58:00.592Z] --- PASS: TestNewStreamConfig/max_buffered_events_at_1024 (0.00s) [2022-05-19T09:58:00.592Z] === RUN TestNewAWSLogsClientUserAgentHandler [2022-05-19T09:58:00.592Z] --- PASS: TestNewAWSLogsClientUserAgentHandler (0.00s) [2022-05-19T09:58:00.592Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler [2022-05-19T09:58:00.592Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler/json/emf [2022-05-19T09:58:00.592Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler/#00 [2022-05-19T09:58:00.592Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler (0.00s) [2022-05-19T09:58:00.592Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler/json/emf (0.00s) [2022-05-19T09:58:00.592Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler/#00 (0.00s) [2022-05-19T09:58:00.592Z] === RUN TestNewAWSLogsClientAWSLogsEndpoint [2022-05-19T09:58:00.592Z] --- PASS: TestNewAWSLogsClientAWSLogsEndpoint (0.00s) [2022-05-19T09:58:00.592Z] === RUN TestNewAWSLogsClientRegionDetect [2022-05-19T09:58:00.592Z] time="2022-05-19T09:57:59Z" level=info msg="Trying to get region from EC2 Metadata" [2022-05-19T09:58:00.592Z] --- PASS: TestNewAWSLogsClientRegionDetect (0.18s) [2022-05-19T09:58:00.592Z] === RUN TestCreateSuccess [2022-05-19T09:58:00.592Z] --- PASS: TestCreateSuccess (0.00s) [2022-05-19T09:58:00.592Z] === RUN TestCreateStreamSkipped [2022-05-19T09:58:00.592Z] time="2022-05-19T09:58:00Z" level=info msg="Skipping creating log stream" logCreateStream=false logGroupName=groupName logStreamName=streamName [2022-05-19T09:58:00.592Z] --- PASS: TestCreateStreamSkipped (0.00s) [2022-05-19T09:58:00.592Z] === RUN TestCreateLogGroupSuccess [2022-05-19T09:58:00.592Z] time="2022-05-19T09:58:00Z" level=error msg="Failed to create log stream" errorCode=ResourceNotFoundException logGroupName=groupName logStreamName=streamName message="should error once" origError="" [2022-05-19T09:58:00.592Z] --- PASS: TestCreateLogGroupSuccess (0.00s) [2022-05-19T09:58:00.592Z] === RUN TestCreateError [2022-05-19T09:58:00.592Z] --- PASS: TestCreateError (0.00s) [2022-05-19T09:58:00.592Z] === RUN TestCreateAlreadyExists [2022-05-19T09:58:00.592Z] time="2022-05-19T09:58:00Z" level=info msg="Log stream already exists" errorCode=ResourceAlreadyExistsException logGroupName= logStreamName= message= origError="" [2022-05-19T09:58:00.592Z] --- PASS: TestCreateAlreadyExists (0.00s) [2022-05-19T09:58:00.592Z] === RUN TestLogClosed [2022-05-19T09:58:00.592Z] --- PASS: TestLogClosed (0.00s) [2022-05-19T09:58:00.592Z] === RUN TestLogBlocking [2022-05-19T09:58:00.592Z] --- PASS: TestLogBlocking (0.00s) [2022-05-19T09:58:00.592Z] === RUN TestLogNonBlockingBufferEmpty [2022-05-19T09:58:00.592Z] --- PASS: TestLogNonBlockingBufferEmpty (0.00s) [2022-05-19T09:58:00.592Z] === RUN TestLogNonBlockingBufferFull [2022-05-19T09:58:00.592Z] --- PASS: TestLogNonBlockingBufferFull (0.00s) [2022-05-19T09:58:00.592Z] === RUN TestPublishBatchSuccess [2022-05-19T09:58:00.592Z] --- PASS: TestPublishBatchSuccess (0.00s) [2022-05-19T09:58:00.592Z] === RUN TestPublishBatchError [2022-05-19T09:58:00.592Z] time="2022-05-19T09:58:00Z" level=error msg=error [2022-05-19T09:58:00.592Z] --- PASS: TestPublishBatchError (0.00s) [2022-05-19T09:58:00.592Z] === RUN TestPublishBatchInvalidSeqSuccess [2022-05-19T09:58:00.592Z] time="2022-05-19T09:58:00Z" level=error msg="Failed to put log events" errorCode=InvalidSequenceTokenException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2022-05-19T09:58:00.592Z] --- PASS: TestPublishBatchInvalidSeqSuccess (0.00s) [2022-05-19T09:58:00.592Z] === RUN TestPublishBatchAlreadyAccepted [2022-05-19T09:58:00.592Z] time="2022-05-19T09:58:00Z" level=error msg="Failed to put log events" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2022-05-19T09:58:00.592Z] time="2022-05-19T09:58:00Z" level=info msg="Data already accepted, ignoring error" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" [2022-05-19T09:58:00.592Z] --- PASS: TestPublishBatchAlreadyAccepted (0.00s) [2022-05-19T09:58:00.592Z] === RUN TestCollectBatchSimple [2022-05-19T09:58:00.592Z] --- PASS: TestCollectBatchSimple (0.00s) [2022-05-19T09:58:00.592Z] === RUN TestCollectBatchTicker [2022-05-19T09:58:00.592Z] --- PASS: TestCollectBatchTicker (0.00s) [2022-05-19T09:58:00.592Z] === RUN TestCollectBatchMultilinePattern [2022-05-19T09:58:00.592Z] --- PASS: TestCollectBatchMultilinePattern (0.00s) [2022-05-19T09:58:00.592Z] === RUN TestCollectBatchMultilinePatternMaxEventAge [2022-05-19T09:58:00.592Z] --- PASS: TestCollectBatchMultilinePatternMaxEventAge (0.00s) [2022-05-19T09:58:00.592Z] === RUN TestCollectBatchMultilinePatternNegativeEventAge [2022-05-19T09:58:00.592Z] --- PASS: TestCollectBatchMultilinePatternNegativeEventAge (0.00s) [2022-05-19T09:58:00.592Z] === RUN TestCollectBatchMultilinePatternMaxEventSize [2022-05-19T09:58:00.592Z] --- PASS: TestCollectBatchMultilinePatternMaxEventSize (0.03s) [2022-05-19T09:58:00.592Z] === RUN TestCollectBatchClose [2022-05-19T09:58:00.592Z] --- PASS: TestCollectBatchClose (0.00s) [2022-05-19T09:58:00.592Z] === RUN TestEffectiveLen [2022-05-19T09:58:00.592Z] === RUN TestEffectiveLen/0/Hello [2022-05-19T09:58:00.593Z] === RUN TestEffectiveLen/1/\x01\x02\x03\x04 [2022-05-19T09:58:00.593Z] === RUN TestEffectiveLen/2/🙃 [2022-05-19T09:58:00.593Z] === RUN TestEffectiveLen/3/���� [2022-05-19T09:58:00.593Z] === RUN TestEffectiveLen/4/He��o [2022-05-19T09:58:00.593Z] === RUN TestEffectiveLen/5/ [2022-05-19T09:58:00.593Z] --- PASS: TestEffectiveLen (0.00s) [2022-05-19T09:58:00.593Z] --- PASS: TestEffectiveLen/0/Hello (0.00s) [2022-05-19T09:58:00.593Z] --- PASS: TestEffectiveLen/1/\x01\x02\x03\x04 (0.00s) [2022-05-19T09:58:00.593Z] --- PASS: TestEffectiveLen/2/🙃 (0.00s) [2022-05-19T09:58:00.593Z] --- PASS: TestEffectiveLen/3/���� (0.00s) [2022-05-19T09:58:00.593Z] --- PASS: TestEffectiveLen/4/He��o (0.00s) [2022-05-19T09:58:00.593Z] --- PASS: TestEffectiveLen/5/ (0.00s) [2022-05-19T09:58:00.626Z] --- PASS: TestLinksContainerNames (1.58s) [2022-05-19T09:58:00.626Z] === RUN TestLogsFollowTailEmpty [2022-05-19T09:58:00.800Z] === RUN TestInt2IP2IntConversion [2022-05-19T09:58:01.063Z] === RUN TestFindValidSplit [2022-05-19T09:58:01.063Z] === RUN TestFindValidSplit/0/ [2022-05-19T09:58:01.063Z] cloudwatchlogs_test.go:1076: [2022-05-19T09:58:01.063Z] cloudwatchlogs_test.go:1077: [2022-05-19T09:58:01.063Z] === RUN TestFindValidSplit/1/Hello [2022-05-19T09:58:01.063Z] cloudwatchlogs_test.go:1076: Hello [2022-05-19T09:58:01.063Z] cloudwatchlogs_test.go:1077: [2022-05-19T09:58:01.063Z] === RUN TestFindValidSplit/2/Hello [2022-05-19T09:58:01.063Z] cloudwatchlogs_test.go:1076: He [2022-05-19T09:58:01.063Z] cloudwatchlogs_test.go:1077: llo [2022-05-19T09:58:01.063Z] === RUN TestFindValidSplit/3/Hello [2022-05-19T09:58:01.063Z] cloudwatchlogs_test.go:1076: [2022-05-19T09:58:01.063Z] cloudwatchlogs_test.go:1077: Hello [2022-05-19T09:58:01.063Z] === RUN TestFindValidSplit/4/🙃 [2022-05-19T09:58:01.063Z] cloudwatchlogs_test.go:1076: [2022-05-19T09:58:01.063Z] cloudwatchlogs_test.go:1077: 🙃 [2022-05-19T09:58:01.063Z] === RUN TestFindValidSplit/5/🙃 [2022-05-19T09:58:01.063Z] cloudwatchlogs_test.go:1076: 🙃 [2022-05-19T09:58:01.063Z] cloudwatchlogs_test.go:1077: [2022-05-19T09:58:01.063Z] === RUN TestFindValidSplit/6/a� [2022-05-19T09:58:01.063Z] cloudwatchlogs_test.go:1076: a [2022-05-19T09:58:01.063Z] cloudwatchlogs_test.go:1077: � [2022-05-19T09:58:01.063Z] === RUN TestFindValidSplit/7/a� [2022-05-19T09:58:01.063Z] cloudwatchlogs_test.go:1076: a� [2022-05-19T09:58:01.063Z] cloudwatchlogs_test.go:1077: [2022-05-19T09:58:01.063Z] --- PASS: TestFindValidSplit (0.00s) [2022-05-19T09:58:01.063Z] --- PASS: TestFindValidSplit/0/ (0.00s) [2022-05-19T09:58:01.063Z] --- PASS: TestFindValidSplit/1/Hello (0.00s) [2022-05-19T09:58:01.063Z] --- PASS: TestFindValidSplit/2/Hello (0.00s) [2022-05-19T09:58:01.063Z] --- PASS: TestFindValidSplit/3/Hello (0.00s) [2022-05-19T09:58:01.063Z] --- PASS: TestFindValidSplit/4/🙃 (0.00s) [2022-05-19T09:58:01.063Z] --- PASS: TestFindValidSplit/5/🙃 (0.00s) [2022-05-19T09:58:01.063Z] --- PASS: TestFindValidSplit/6/a� (0.00s) [2022-05-19T09:58:01.063Z] --- PASS: TestFindValidSplit/7/a� (0.00s) [2022-05-19T09:58:01.063Z] === RUN TestProcessEventEmoji [2022-05-19T09:58:01.063Z] --- PASS: TestProcessEventEmoji (0.00s) [2022-05-19T09:58:01.063Z] === RUN TestCollectBatchLineSplit [2022-05-19T09:58:01.063Z] --- PASS: TestCollectBatchLineSplit (0.01s) [2022-05-19T09:58:01.063Z] === RUN TestCollectBatchLineSplitWithBinary [2022-05-19T09:58:01.063Z] --- PASS: TestCollectBatchLineSplitWithBinary (0.00s) [2022-05-19T09:58:01.063Z] === RUN TestCollectBatchMaxEvents [2022-05-19T09:58:01.063Z] --- PASS: TestCollectBatchMaxEvents (0.03s) [2022-05-19T09:58:01.063Z] === RUN TestCollectBatchMaxTotalBytes [2022-05-19T09:58:01.063Z] --- PASS: TestCollectBatchMaxTotalBytes (0.02s) [2022-05-19T09:58:01.063Z] === RUN TestCollectBatchMaxTotalBytesWithBinary [2022-05-19T09:58:01.063Z] --- PASS: TestCollectBatchMaxTotalBytesWithBinary (0.02s) [2022-05-19T09:58:01.063Z] === RUN TestCollectBatchWithDuplicateTimestamps [2022-05-19T09:58:01.063Z] --- PASS: TestCollectBatchWithDuplicateTimestamps (0.05s) [2022-05-19T09:58:01.063Z] === RUN TestParseLogOptionsMultilinePattern [2022-05-19T09:58:01.063Z] --- PASS: TestParseLogOptionsMultilinePattern (0.00s) [2022-05-19T09:58:01.063Z] === RUN TestParseLogOptionsDatetimeFormat [2022-05-19T09:58:01.063Z] === RUN TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT [2022-05-19T09:58:01.063Z] === RUN TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 [2022-05-19T09:58:01.063Z] === RUN TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec [2022-05-19T09:58:01.063Z] === RUN TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December [2022-05-19T09:58:01.063Z] === RUN TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday [2022-05-19T09:58:01.063Z] === RUN TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun [2022-05-19T09:58:01.063Z] === RUN TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 [2022-05-19T09:58:01.063Z] --- PASS: TestParseLogOptionsDatetimeFormat (0.00s) [2022-05-19T09:58:01.063Z] --- PASS: TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT (0.00s) [2022-05-19T09:58:01.063Z] --- PASS: TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 (0.00s) [2022-05-19T09:58:01.063Z] --- PASS: TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec (0.00s) [2022-05-19T09:58:01.063Z] --- PASS: TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December (0.00s) [2022-05-19T09:58:01.063Z] --- PASS: TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday (0.00s) [2022-05-19T09:58:01.063Z] --- PASS: TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun (0.00s) [2022-05-19T09:58:01.063Z] --- PASS: TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 (0.00s) [2022-05-19T09:58:01.063Z] === RUN TestValidateLogOptionsDatetimeFormatAndMultilinePattern [2022-05-19T09:58:01.063Z] --- PASS: TestValidateLogOptionsDatetimeFormatAndMultilinePattern (0.00s) [2022-05-19T09:58:01.063Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds [2022-05-19T09:58:01.063Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/0 [2022-05-19T09:58:01.063Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/-1 [2022-05-19T09:58:01.063Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/a [2022-05-19T09:58:01.063Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/10 [2022-05-19T09:58:01.063Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds (0.00s) [2022-05-19T09:58:01.063Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/0 (0.00s) [2022-05-19T09:58:01.063Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/-1 (0.00s) [2022-05-19T09:58:01.063Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/a (0.00s) [2022-05-19T09:58:01.063Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/10 (0.00s) [2022-05-19T09:58:01.063Z] === RUN TestValidateLogOptionsMaxBufferedEvents [2022-05-19T09:58:01.063Z] === RUN TestValidateLogOptionsMaxBufferedEvents/0 [2022-05-19T09:58:01.063Z] === RUN TestValidateLogOptionsMaxBufferedEvents/-1 [2022-05-19T09:58:01.063Z] === RUN TestValidateLogOptionsMaxBufferedEvents/a [2022-05-19T09:58:01.063Z] === RUN TestValidateLogOptionsMaxBufferedEvents/10 [2022-05-19T09:58:01.063Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents (0.00s) [2022-05-19T09:58:01.063Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/0 (0.00s) [2022-05-19T09:58:01.063Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/-1 (0.00s) [2022-05-19T09:58:01.063Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/a (0.00s) [2022-05-19T09:58:01.063Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/10 (0.00s) [2022-05-19T09:58:01.063Z] === RUN TestValidateLogOptionsFormat [2022-05-19T09:58:01.063Z] === RUN TestValidateLogOptionsFormat/0/json/emf [2022-05-19T09:58:01.063Z] === RUN TestValidateLogOptionsFormat/1/random [2022-05-19T09:58:01.063Z] === RUN TestValidateLogOptionsFormat/2/ [2022-05-19T09:58:01.063Z] === RUN TestValidateLogOptionsFormat/3/json/emf [2022-05-19T09:58:01.063Z] === RUN TestValidateLogOptionsFormat/4/json/emf [2022-05-19T09:58:01.063Z] --- PASS: TestValidateLogOptionsFormat (0.00s) [2022-05-19T09:58:01.063Z] --- PASS: TestValidateLogOptionsFormat/0/json/emf (0.00s) [2022-05-19T09:58:01.063Z] --- PASS: TestValidateLogOptionsFormat/1/random (0.00s) [2022-05-19T09:58:01.063Z] --- PASS: TestValidateLogOptionsFormat/2/ (0.00s) [2022-05-19T09:58:01.063Z] --- PASS: TestValidateLogOptionsFormat/3/json/emf (0.00s) [2022-05-19T09:58:01.063Z] --- PASS: TestValidateLogOptionsFormat/4/json/emf (0.00s) [2022-05-19T09:58:01.063Z] === RUN TestCreateTagSuccess [2022-05-19T09:58:01.063Z] --- PASS: TestCreateTagSuccess (0.00s) [2022-05-19T09:58:01.063Z] === RUN TestNewAWSLogsClientCredentialEndpointDetect [2022-05-19T09:58:01.063Z] --- PASS: TestNewAWSLogsClientCredentialEndpointDetect (0.01s) [2022-05-19T09:58:01.063Z] === RUN TestNewAWSLogsClientCredentialEnvironmentVariable [2022-05-19T09:58:01.063Z] --- PASS: TestNewAWSLogsClientCredentialEnvironmentVariable (0.00s) [2022-05-19T09:58:01.063Z] === RUN TestNewAWSLogsClientCredentialSharedFile [2022-05-19T09:58:01.063Z] --- PASS: TestNewAWSLogsClientCredentialSharedFile (0.02s) [2022-05-19T09:58:01.063Z] PASS [2022-05-19T09:58:01.063Z] coverage: 80.2% of statements [2022-05-19T09:58:01.063Z] ok github.com/docker/docker/daemon/logger/awslogs 0.523s coverage: 80.2% of statements [2022-05-19T09:58:01.063Z] === RUN TestAdapterReadLogs [2022-05-19T09:58:01.063Z] --- PASS: TestAdapterReadLogs (0.00s) [2022-05-19T09:58:01.063Z] === RUN TestCopier [2022-05-19T09:58:01.063Z] --- PASS: TestCopier (0.00s) [2022-05-19T09:58:01.063Z] === RUN TestCopierLongLines [2022-05-19T09:58:01.063Z] --- PASS: TestCopierLongLines (0.00s) [2022-05-19T09:58:01.063Z] === RUN TestCopierSlow [2022-05-19T09:58:01.063Z] --- PASS: TestCopierSlow (0.20s) [2022-05-19T09:58:01.063Z] === RUN TestCopierWithSized [2022-05-19T09:58:01.063Z] === RUN TestCopierWithSized/as_is [2022-05-19T09:58:01.063Z] === RUN TestCopierWithSized/With_RingLogger [2022-05-19T09:58:01.063Z] --- PASS: TestCopierWithSized (0.01s) [2022-05-19T09:58:01.063Z] --- PASS: TestCopierWithSized/as_is (0.01s) [2022-05-19T09:58:01.063Z] --- PASS: TestCopierWithSized/With_RingLogger (0.01s) [2022-05-19T09:58:01.063Z] === RUN TestCopierWithPartial [2022-05-19T09:58:01.063Z] --- PASS: TestCopierWithPartial (0.00s) [2022-05-19T09:58:01.063Z] === RUN TestRingLogger [2022-05-19T09:58:01.063Z] --- PASS: TestRingLogger (0.00s) [2022-05-19T09:58:01.063Z] === RUN TestRingCap [2022-05-19T09:58:01.063Z] --- PASS: TestRingCap (0.00s) [2022-05-19T09:58:01.063Z] === RUN TestRingClose [2022-05-19T09:58:01.063Z] --- PASS: TestRingClose (0.00s) [2022-05-19T09:58:01.063Z] === RUN TestRingDrain [2022-05-19T09:58:01.063Z] --- PASS: TestRingDrain (0.00s) [2022-05-19T09:58:01.063Z] PASS [2022-05-19T09:58:01.063Z] coverage: 43.2% of statements [2022-05-19T09:58:01.063Z] ok github.com/docker/docker/daemon/logger 0.290s coverage: 43.2% of statements [2022-05-19T09:58:01.188Z] --- PASS: TestLogsFollowTailEmpty (0.76s) [2022-05-19T09:58:01.188Z] === RUN TestContainerNetworkMountsNoChown [2022-05-19T09:58:01.268Z] --- PASS: TestInt2IP2IntConversion (0.55s) [2022-05-19T09:58:01.268Z] === RUN TestGetAddressVersion [2022-05-19T09:58:01.268Z] --- PASS: TestGetAddressVersion (0.00s) [2022-05-19T09:58:01.268Z] === RUN TestKeyString [2022-05-19T09:58:01.268Z] --- PASS: TestKeyString (0.00s) [2022-05-19T09:58:01.268Z] === RUN TestPoolDataMarshal [2022-05-19T09:58:01.268Z] --- PASS: TestPoolDataMarshal (0.00s) [2022-05-19T09:58:01.268Z] === RUN TestSubnetsMarshal [2022-05-19T09:58:01.268Z] --- PASS: TestSubnetsMarshal (0.10s) [2022-05-19T09:58:01.268Z] === RUN TestAddSubnets [2022-05-19T09:58:01.444Z] check_test.go:307: [d03c95f23d36c] daemon is not started [2022-05-19T09:58:01.444Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesCreate [2022-05-19T09:58:01.534Z] === RUN TestSearchRegistryForImagesErrors [2022-05-19T09:58:01.534Z] --- PASS: TestSearchRegistryForImagesErrors (0.00s) [2022-05-19T09:58:01.534Z] === RUN TestSearchRegistryForImages [2022-05-19T09:58:01.534Z] --- PASS: TestSearchRegistryForImages (0.00s) [2022-05-19T09:58:01.534Z] === RUN TestOnlyPlatformWithFallback [2022-05-19T09:58:01.534Z] --- PASS: TestOnlyPlatformWithFallback (0.00s) [2022-05-19T09:58:01.534Z] === RUN TestImageDelete [2022-05-19T09:58:01.534Z] === RUN TestImageDelete/no_lease [2022-05-19T09:58:01.534Z] === RUN TestImageDelete/lease_exists [2022-05-19T09:58:01.534Z] --- PASS: TestImageDelete (0.06s) [2022-05-19T09:58:01.534Z] --- PASS: TestImageDelete/no_lease (0.01s) [2022-05-19T09:58:01.534Z] --- PASS: TestImageDelete/lease_exists (0.02s) [2022-05-19T09:58:01.534Z] === RUN TestContentStoreForPull [2022-05-19T09:58:01.534Z] --- PASS: TestContentStoreForPull (0.21s) [2022-05-19T09:58:01.534Z] PASS [2022-05-19T09:58:01.534Z] coverage: 6.6% of statements [2022-05-19T09:58:01.534Z] ok github.com/docker/docker/daemon/images 0.444s coverage: 6.6% of statements [2022-05-19T09:58:01.534Z] ? github.com/docker/docker/daemon/listeners [no test files] [2022-05-19T09:58:01.534Z] ? github.com/docker/docker/daemon/logger/etwlogs [no test files] [2022-05-19T09:58:01.534Z] === RUN TestValidateLogOptReconnectInterval [2022-05-19T09:58:01.534Z] === RUN TestValidateLogOptReconnectInterval/invalid_-1 [2022-05-19T09:58:01.534Z] === RUN TestValidateLogOptReconnectInterval/invalid_1 [2022-05-19T09:58:01.534Z] === RUN TestValidateLogOptReconnectInterval/invalid_-1s [2022-05-19T09:58:01.534Z] === RUN TestValidateLogOptReconnectInterval/invalid_99ms [2022-05-19T09:58:01.534Z] === RUN TestValidateLogOptReconnectInterval/invalid_11s [2022-05-19T09:58:01.534Z] === RUN TestValidateLogOptReconnectInterval/valid_100ms [2022-05-19T09:58:01.534Z] === RUN TestValidateLogOptReconnectInterval/valid_10s [2022-05-19T09:58:01.534Z] --- PASS: TestValidateLogOptReconnectInterval (0.00s) [2022-05-19T09:58:01.534Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_-1 (0.00s) [2022-05-19T09:58:01.534Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_1 (0.00s) [2022-05-19T09:58:01.534Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_-1s (0.00s) [2022-05-19T09:58:01.534Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_99ms (0.00s) [2022-05-19T09:58:01.534Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_11s (0.00s) [2022-05-19T09:58:01.534Z] --- PASS: TestValidateLogOptReconnectInterval/valid_100ms (0.00s) [2022-05-19T09:58:01.534Z] --- PASS: TestValidateLogOptReconnectInterval/valid_10s (0.00s) [2022-05-19T09:58:01.534Z] === RUN TestValidateLogOptAddress [2022-05-19T09:58:01.534Z] === RUN TestValidateLogOptAddress/#00 [2022-05-19T09:58:01.534Z] === RUN TestValidateLogOptAddress/192.168.1.1 [2022-05-19T09:58:01.572Z] === RUN TestGenerate [2022-05-19T09:58:01.572Z] --- PASS: TestGenerate (0.00s) [2022-05-19T09:58:01.572Z] === RUN TestGeneratePtr [2022-05-19T09:58:01.572Z] --- PASS: TestGeneratePtr (0.00s) [2022-05-19T09:58:01.572Z] === RUN TestGenerateMissingField [2022-05-19T09:58:01.572Z] --- PASS: TestGenerateMissingField (0.00s) [2022-05-19T09:58:01.572Z] === RUN TestFieldCannotBeSet [2022-05-19T09:58:01.572Z] --- PASS: TestFieldCannotBeSet (0.00s) [2022-05-19T09:58:01.572Z] === RUN TestTypeMismatchError [2022-05-19T09:58:01.572Z] --- PASS: TestTypeMismatchError (0.00s) [2022-05-19T09:58:01.572Z] PASS [2022-05-19T09:58:01.572Z] coverage: 100.0% of statements [2022-05-19T09:58:01.572Z] ok github.com/docker/docker/libnetwork/options 0.077s coverage: 100.0% of statements [2022-05-19T09:58:01.572Z] === RUN TestNetworkDBSimple [2022-05-19T09:58:01.572Z] --- PASS: TestSetParallelInsertDelete (10.00s) [2022-05-19T09:58:01.572Z] PASS [2022-05-19T09:58:01.572Z] coverage: 100.0% of statements [2022-05-19T09:58:01.572Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.052s coverage: 100.0% of statements [2022-05-19T09:58:01.736Z] --- PASS: TestAddSubnets (0.11s) [2022-05-19T09:58:01.736Z] === RUN TestDoublePoolRelease [2022-05-19T09:58:01.736Z] === RUN TestPoolRequest [2022-05-19T09:58:01.736Z] --- PASS: TestPoolRequest (0.00s) [2022-05-19T09:58:01.736Z] === RUN TestOtherRequests [2022-05-19T09:58:01.736Z] --- PASS: TestOtherRequests (0.00s) [2022-05-19T09:58:01.736Z] PASS [2022-05-19T09:58:01.736Z] coverage: 57.1% of statements [2022-05-19T09:58:01.736Z] ok github.com/docker/docker/libnetwork/ipams/null 0.045s coverage: 57.1% of statements [2022-05-19T09:58:01.736Z] --- PASS: TestDoublePoolRelease (0.06s) [2022-05-19T09:58:01.736Z] === RUN TestAddReleasePoolID [2022-05-19T09:58:01.736Z] --- PASS: TestAddReleasePoolID (0.25s) [2022-05-19T09:58:01.736Z] === RUN TestPredefinedPool [2022-05-19T09:58:01.736Z] --- PASS: TestPredefinedPool (0.05s) [2022-05-19T09:58:01.736Z] === RUN TestRemoveSubnet [2022-05-19T09:58:02.004Z] === RUN TestValidateLogOptAddress/192.168.1.1/ [2022-05-19T09:58:02.004Z] === RUN TestValidateLogOptAddress/192.168.1.1/some-path [2022-05-19T09:58:02.004Z] === RUN TestValidateLogOptAddress/192.168.1.1: [2022-05-19T09:58:02.004Z] === RUN TestValidateLogOptAddress/192.168.1.1:/ [2022-05-19T09:58:02.004Z] === RUN TestValidateLogOptAddress/192.168.1.1:/some-path [2022-05-19T09:58:02.004Z] === RUN TestValidateLogOptAddress/192.168.1.1:123 [2022-05-19T09:58:02.004Z] === RUN TestValidateLogOptAddress/192.168.1.1:123/ [2022-05-19T09:58:02.004Z] === RUN TestValidateLogOptAddress/192.168.1.1:123/some-path [2022-05-19T09:58:02.004Z] === RUN TestValidateLogOptAddress/192.168.1.1:65535 [2022-05-19T09:58:02.004Z] === RUN TestValidateLogOptAddress/192.168.1.1:65535/ [2022-05-19T09:58:02.004Z] === RUN TestValidateLogOptAddress/192.168.1.1:65535/some-path [2022-05-19T09:58:02.004Z] === RUN TestValidateLogOptAddress/[::1] [2022-05-19T09:58:02.004Z] === RUN TestValidateLogOptAddress/[::1]/ [2022-05-19T09:58:02.004Z] === RUN TestValidateLogOptAddress/[::1]/some-path [2022-05-19T09:58:02.004Z] === RUN TestValidateLogOptAddress/[::1]: [2022-05-19T09:58:02.004Z] === RUN TestValidateLogOptAddress/[::1]:/ [2022-05-19T09:58:02.004Z] === RUN TestValidateLogOptAddress/[::1]:/some-path [2022-05-19T09:58:02.004Z] === RUN TestValidateLogOptAddress/[::1]:123 [2022-05-19T09:58:02.004Z] === RUN TestValidateLogOptAddress/[::1]:123/ [2022-05-19T09:58:02.004Z] === RUN TestValidateLogOptAddress/[::1]:123/some-path [2022-05-19T09:58:02.004Z] === RUN TestValidateLogOptAddress/[::1]:65535 [2022-05-19T09:58:02.004Z] === RUN TestValidateLogOptAddress/[::1]:65535/ [2022-05-19T09:58:02.004Z] === RUN TestValidateLogOptAddress/[::1]:65535/some-path [2022-05-19T09:58:02.004Z] === RUN TestValidateLogOptAddress/example.com:65535 [2022-05-19T09:58:02.004Z] === RUN TestValidateLogOptAddress/example.com:65535/ [2022-05-19T09:58:02.004Z] === RUN TestValidateLogOptAddress/example.com:65535/some-path [2022-05-19T09:58:02.004Z] === RUN TestValidateLogOptAddress/example.com [2022-05-19T09:58:02.004Z] === RUN TestValidateLogOptAddress/example.com/ [2022-05-19T09:58:02.004Z] === RUN TestValidateLogOptAddress/example.com/some-path [2022-05-19T09:58:02.004Z] === RUN TestValidateLogOptAddress/example.com: [2022-05-19T09:58:02.004Z] === RUN TestValidateLogOptAddress/example.com:/ [2022-05-19T09:58:02.004Z] === RUN TestValidateLogOptAddress/example.com:/some-path [2022-05-19T09:58:02.004Z] === RUN TestValidateLogOptAddress/example.com:123 [2022-05-19T09:58:02.004Z] === RUN TestValidateLogOptAddress/example.com:123/ [2022-05-19T09:58:02.004Z] === RUN TestValidateLogOptAddress/example.com:123/some-path [2022-05-19T09:58:02.004Z] === RUN TestValidateLogOptAddress/tcp:// [2022-05-19T09:58:02.004Z] === RUN TestValidateLogOptAddress/tcp:/// [2022-05-19T09:58:02.004Z] === RUN TestValidateLogOptAddress/tcp:///some-path [2022-05-19T09:58:02.004Z] === RUN TestValidateLogOptAddress/tcp://example.com [2022-05-19T09:58:02.004Z] === RUN TestValidateLogOptAddress/tcp://example.com/ [2022-05-19T09:58:02.004Z] === RUN TestValidateLogOptAddress/tcp://example.com/some-path [2022-05-19T09:58:02.004Z] === RUN TestValidateLogOptAddress/tcp://example.com: [2022-05-19T09:58:02.004Z] === RUN TestValidateLogOptAddress/tcp://example.com:/ [2022-05-19T09:58:02.004Z] === RUN TestValidateLogOptAddress/tcp://example.com:/some-path [2022-05-19T09:58:02.004Z] === RUN TestValidateLogOptAddress/tcp://example.com:123 [2022-05-19T09:58:02.004Z] === RUN TestValidateLogOptAddress/tcp://example.com:123/ [2022-05-19T09:58:02.004Z] === RUN TestValidateLogOptAddress/tcp://example.com:123/some-path [2022-05-19T09:58:02.004Z] === RUN TestValidateLogOptAddress/tcp://example.com:65535 [2022-05-19T09:58:02.004Z] === RUN TestValidateLogOptAddress/tcp://example.com:65535/ [2022-05-19T09:58:02.004Z] === RUN TestValidateLogOptAddress/tcp://example.com:65535/some-path [2022-05-19T09:58:02.004Z] === RUN TestValidateLogOptAddress/tls:// [2022-05-19T09:58:02.004Z] === RUN TestValidateLogOptAddress/tls:/// [2022-05-19T09:58:02.004Z] === RUN TestValidateLogOptAddress/tls:///some-path [2022-05-19T09:58:02.004Z] === RUN TestValidateLogOptAddress/tls://example.com [2022-05-19T09:58:02.004Z] === RUN TestValidateLogOptAddress/tls://example.com/ [2022-05-19T09:58:02.004Z] === RUN TestValidateLogOptAddress/tls://example.com/some-path [2022-05-19T09:58:02.004Z] === RUN TestValidateLogOptAddress/tls://example.com: [2022-05-19T09:58:02.004Z] === RUN TestValidateLogOptAddress/tls://example.com:/ [2022-05-19T09:58:02.004Z] === RUN TestValidateLogOptAddress/tls://example.com:/some-path [2022-05-19T09:58:02.004Z] === RUN TestValidateLogOptAddress/tls://example.com:123 [2022-05-19T09:58:02.004Z] === RUN TestValidateLogOptAddress/tls://example.com:123/ [2022-05-19T09:58:02.004Z] === RUN TestValidateLogOptAddress/tls://example.com:123/some-path [2022-05-19T09:58:02.004Z] === RUN TestValidateLogOptAddress/tls://example.com:65535 [2022-05-19T09:58:02.004Z] === RUN TestValidateLogOptAddress/tls://example.com:65535/ [2022-05-19T09:58:02.004Z] === RUN TestValidateLogOptAddress/tls://example.com:65535/some-path [2022-05-19T09:58:02.004Z] === RUN TestValidateLogOptAddress/:// [2022-05-19T09:58:02.004Z] === RUN TestValidateLogOptAddress/something:// [2022-05-19T09:58:02.004Z] === RUN TestValidateLogOptAddress/udp:// [2022-05-19T09:58:02.004Z] === RUN TestValidateLogOptAddress/unixgram:// [2022-05-19T09:58:02.004Z] === RUN TestValidateLogOptAddress/tcp+tls:// [2022-05-19T09:58:02.004Z] === RUN TestValidateLogOptAddress/corrupted:c [2022-05-19T09:58:02.004Z] === RUN TestValidateLogOptAddress/tcp://example.com:port [2022-05-19T09:58:02.004Z] === RUN TestValidateLogOptAddress/tcp://example.com:-1 [2022-05-19T09:58:02.004Z] === RUN TestValidateLogOptAddress/tcp://example.com:65536 [2022-05-19T09:58:02.004Z] === RUN TestValidateLogOptAddress/unix:// [2022-05-19T09:58:02.004Z] === RUN TestValidateLogOptAddress/unix:///some/socket.sock [2022-05-19T09:58:02.004Z] === RUN TestValidateLogOptAddress/unix:///some/socket.sock:80 [2022-05-19T09:58:02.004Z] --- PASS: TestValidateLogOptAddress (0.01s) [2022-05-19T09:58:02.004Z] --- PASS: TestValidateLogOptAddress/#00 (0.00s) [2022-05-19T09:58:02.004Z] --- PASS: TestValidateLogOptAddress/192.168.1.1 (0.00s) [2022-05-19T09:58:02.004Z] --- PASS: TestValidateLogOptAddress/192.168.1.1/ (0.00s) [2022-05-19T09:58:02.004Z] --- PASS: TestValidateLogOptAddress/192.168.1.1/some-path (0.00s) [2022-05-19T09:58:02.004Z] --- PASS: TestValidateLogOptAddress/192.168.1.1: (0.00s) [2022-05-19T09:58:02.004Z] --- PASS: TestValidateLogOptAddress/192.168.1.1:/ (0.00s) [2022-05-19T09:58:02.004Z] --- PASS: TestValidateLogOptAddress/192.168.1.1:/some-path (0.00s) [2022-05-19T09:58:02.004Z] --- PASS: TestValidateLogOptAddress/192.168.1.1:123 (0.00s) [2022-05-19T09:58:02.004Z] --- PASS: TestValidateLogOptAddress/192.168.1.1:123/ (0.00s) [2022-05-19T09:58:02.004Z] --- PASS: TestValidateLogOptAddress/192.168.1.1:123/some-path (0.00s) [2022-05-19T09:58:02.004Z] --- PASS: TestValidateLogOptAddress/192.168.1.1:65535 (0.00s) [2022-05-19T09:58:02.004Z] --- PASS: TestValidateLogOptAddress/192.168.1.1:65535/ (0.00s) [2022-05-19T09:58:02.004Z] --- PASS: TestValidateLogOptAddress/192.168.1.1:65535/some-path (0.00s) [2022-05-19T09:58:02.004Z] --- PASS: TestValidateLogOptAddress/[::1] (0.00s) [2022-05-19T09:58:02.004Z] --- PASS: TestValidateLogOptAddress/[::1]/ (0.00s) [2022-05-19T09:58:02.004Z] --- PASS: TestValidateLogOptAddress/[::1]/some-path (0.00s) [2022-05-19T09:58:02.004Z] --- PASS: TestValidateLogOptAddress/[::1]: (0.00s) [2022-05-19T09:58:02.004Z] --- PASS: TestValidateLogOptAddress/[::1]:/ (0.00s) [2022-05-19T09:58:02.004Z] --- PASS: TestValidateLogOptAddress/[::1]:/some-path (0.00s) [2022-05-19T09:58:02.004Z] --- PASS: TestValidateLogOptAddress/[::1]:123 (0.00s) [2022-05-19T09:58:02.004Z] --- PASS: TestValidateLogOptAddress/[::1]:123/ (0.00s) [2022-05-19T09:58:02.004Z] --- PASS: TestValidateLogOptAddress/[::1]:123/some-path (0.00s) [2022-05-19T09:58:02.004Z] --- PASS: TestValidateLogOptAddress/[::1]:65535 (0.00s) [2022-05-19T09:58:02.004Z] --- PASS: TestValidateLogOptAddress/[::1]:65535/ (0.00s) [2022-05-19T09:58:02.004Z] --- PASS: TestValidateLogOptAddress/[::1]:65535/some-path (0.00s) [2022-05-19T09:58:02.004Z] --- PASS: TestValidateLogOptAddress/example.com:65535 (0.00s) [2022-05-19T09:58:02.004Z] --- PASS: TestValidateLogOptAddress/example.com:65535/ (0.00s) [2022-05-19T09:58:02.004Z] --- PASS: TestValidateLogOptAddress/example.com:65535/some-path (0.00s) [2022-05-19T09:58:02.004Z] --- PASS: TestValidateLogOptAddress/example.com (0.00s) [2022-05-19T09:58:02.004Z] --- PASS: TestValidateLogOptAddress/example.com/ (0.00s) [2022-05-19T09:58:02.004Z] --- PASS: TestValidateLogOptAddress/example.com/some-path (0.00s) [2022-05-19T09:58:02.004Z] --- PASS: TestValidateLogOptAddress/example.com: (0.00s) [2022-05-19T09:58:02.004Z] --- PASS: TestValidateLogOptAddress/example.com:/ (0.00s) [2022-05-19T09:58:02.004Z] --- PASS: TestValidateLogOptAddress/example.com:/some-path (0.00s) [2022-05-19T09:58:02.004Z] --- PASS: TestValidateLogOptAddress/example.com:123 (0.00s) [2022-05-19T09:58:02.004Z] --- PASS: TestValidateLogOptAddress/example.com:123/ (0.00s) [2022-05-19T09:58:02.004Z] --- PASS: TestValidateLogOptAddress/example.com:123/some-path (0.00s) [2022-05-19T09:58:02.004Z] --- PASS: TestValidateLogOptAddress/tcp:// (0.00s) [2022-05-19T09:58:02.004Z] --- PASS: TestValidateLogOptAddress/tcp:/// (0.00s) [2022-05-19T09:58:02.004Z] --- PASS: TestValidateLogOptAddress/tcp:///some-path (0.00s) [2022-05-19T09:58:02.004Z] --- PASS: TestValidateLogOptAddress/tcp://example.com (0.00s) [2022-05-19T09:58:02.004Z] --- PASS: TestValidateLogOptAddress/tcp://example.com/ (0.00s) [2022-05-19T09:58:02.004Z] --- PASS: TestValidateLogOptAddress/tcp://example.com/some-path (0.00s) [2022-05-19T09:58:02.004Z] --- PASS: TestValidateLogOptAddress/tcp://example.com: (0.00s) [2022-05-19T09:58:02.004Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:/ (0.00s) [2022-05-19T09:58:02.004Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:/some-path (0.00s) [2022-05-19T09:58:02.004Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:123 (0.00s) [2022-05-19T09:58:02.004Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:123/ (0.00s) [2022-05-19T09:58:02.004Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:123/some-path (0.00s) [2022-05-19T09:58:02.004Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:65535 (0.00s) [2022-05-19T09:58:02.004Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:65535/ (0.00s) [2022-05-19T09:58:02.004Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:65535/some-path (0.00s) [2022-05-19T09:58:02.004Z] --- PASS: TestValidateLogOptAddress/tls:// (0.00s) [2022-05-19T09:58:02.004Z] --- PASS: TestValidateLogOptAddress/tls:/// (0.00s) [2022-05-19T09:58:02.004Z] --- PASS: TestValidateLogOptAddress/tls:///some-path (0.00s) [2022-05-19T09:58:02.004Z] --- PASS: TestValidateLogOptAddress/tls://example.com (0.00s) [2022-05-19T09:58:02.004Z] --- PASS: TestValidateLogOptAddress/tls://example.com/ (0.00s) [2022-05-19T09:58:02.004Z] --- PASS: TestValidateLogOptAddress/tls://example.com/some-path (0.00s) [2022-05-19T09:58:02.004Z] --- PASS: TestValidateLogOptAddress/tls://example.com: (0.00s) [2022-05-19T09:58:02.004Z] --- PASS: TestValidateLogOptAddress/tls://example.com:/ (0.00s) [2022-05-19T09:58:02.004Z] --- PASS: TestValidateLogOptAddress/tls://example.com:/some-path (0.00s) [2022-05-19T09:58:02.004Z] --- PASS: TestValidateLogOptAddress/tls://example.com:123 (0.00s) [2022-05-19T09:58:02.004Z] --- PASS: TestValidateLogOptAddress/tls://example.com:123/ (0.00s) [2022-05-19T09:58:02.004Z] --- PASS: TestValidateLogOptAddress/tls://example.com:123/some-path (0.00s) [2022-05-19T09:58:02.004Z] --- PASS: TestValidateLogOptAddress/tls://example.com:65535 (0.00s) [2022-05-19T09:58:02.004Z] --- PASS: TestValidateLogOptAddress/tls://example.com:65535/ (0.00s) [2022-05-19T09:58:02.004Z] --- PASS: TestValidateLogOptAddress/tls://example.com:65535/some-path (0.00s) [2022-05-19T09:58:02.004Z] --- PASS: TestValidateLogOptAddress/:// (0.00s) [2022-05-19T09:58:02.004Z] --- PASS: TestValidateLogOptAddress/something:// (0.00s) [2022-05-19T09:58:02.004Z] --- PASS: TestValidateLogOptAddress/udp:// (0.00s) [2022-05-19T09:58:02.004Z] --- PASS: TestValidateLogOptAddress/unixgram:// (0.00s) [2022-05-19T09:58:02.004Z] --- PASS: TestValidateLogOptAddress/tcp+tls:// (0.00s) [2022-05-19T09:58:02.004Z] --- PASS: TestValidateLogOptAddress/corrupted:c (0.00s) [2022-05-19T09:58:02.004Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:port (0.00s) [2022-05-19T09:58:02.004Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:-1 (0.00s) [2022-05-19T09:58:02.004Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:65536 (0.00s) [2022-05-19T09:58:02.004Z] --- PASS: TestValidateLogOptAddress/unix:// (0.00s) [2022-05-19T09:58:02.004Z] --- PASS: TestValidateLogOptAddress/unix:///some/socket.sock (0.00s) [2022-05-19T09:58:02.005Z] --- PASS: TestValidateLogOptAddress/unix:///some/socket.sock:80 (0.00s) [2022-05-19T09:58:02.005Z] PASS [2022-05-19T09:58:02.005Z] coverage: 53.6% of statements [2022-05-19T09:58:02.005Z] ok github.com/docker/docker/daemon/logger/fluentd 0.114s coverage: 53.6% of statements [2022-05-19T09:58:02.005Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2022-05-19T09:58:02.005Z] ? github.com/docker/docker/daemon/logger/gelf [no test files] [2022-05-19T09:58:02.005Z] ? github.com/docker/docker/daemon/logger/journald [no test files] [2022-05-19T09:58:02.007Z] --- PASS: TestContainerNetworkMountsNoChown (0.73s) [2022-05-19T09:58:02.007Z] === RUN TestMountDaemonRoot [2022-05-19T09:58:02.007Z] === RUN TestMountDaemonRoot/default [2022-05-19T09:58:02.007Z] === PAUSE TestMountDaemonRoot/default [2022-05-19T09:58:02.007Z] === RUN TestMountDaemonRoot/private [2022-05-19T09:58:02.007Z] === PAUSE TestMountDaemonRoot/private [2022-05-19T09:58:02.007Z] === RUN TestMountDaemonRoot/rprivate [2022-05-19T09:58:02.007Z] === PAUSE TestMountDaemonRoot/rprivate [2022-05-19T09:58:02.007Z] === RUN TestMountDaemonRoot/slave [2022-05-19T09:58:02.007Z] === PAUSE TestMountDaemonRoot/slave [2022-05-19T09:58:02.007Z] === RUN TestMountDaemonRoot/rslave [2022-05-19T09:58:02.007Z] === PAUSE TestMountDaemonRoot/rslave [2022-05-19T09:58:02.007Z] === RUN TestMountDaemonRoot/shared [2022-05-19T09:58:02.007Z] === PAUSE TestMountDaemonRoot/shared [2022-05-19T09:58:02.007Z] === RUN TestMountDaemonRoot/rshared [2022-05-19T09:58:02.007Z] === PAUSE TestMountDaemonRoot/rshared [2022-05-19T09:58:02.007Z] === CONT TestMountDaemonRoot/default [2022-05-19T09:58:02.007Z] === RUN TestMountDaemonRoot/default/bind_root [2022-05-19T09:58:02.007Z] === PAUSE TestMountDaemonRoot/default/bind_root [2022-05-19T09:58:02.007Z] === RUN TestMountDaemonRoot/default/bind_subpath [2022-05-19T09:58:02.007Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2022-05-19T09:58:02.007Z] === RUN TestMountDaemonRoot/default/mount_root [2022-05-19T09:58:02.007Z] === PAUSE TestMountDaemonRoot/default/mount_root [2022-05-19T09:58:02.007Z] === RUN TestMountDaemonRoot/default/mount_subpath [2022-05-19T09:58:02.007Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2022-05-19T09:58:02.007Z] === CONT TestMountDaemonRoot/default/bind_root [2022-05-19T09:58:02.007Z] === CONT TestMountDaemonRoot/rshared [2022-05-19T09:58:02.007Z] === RUN TestMountDaemonRoot/rshared/bind_root [2022-05-19T09:58:02.007Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2022-05-19T09:58:02.007Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2022-05-19T09:58:02.007Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2022-05-19T09:58:02.007Z] === RUN TestMountDaemonRoot/rshared/mount_root [2022-05-19T09:58:02.007Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2022-05-19T09:58:02.007Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2022-05-19T09:58:02.007Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2022-05-19T09:58:02.007Z] === CONT TestMountDaemonRoot/rshared/bind_root [2022-05-19T09:58:02.007Z] === CONT TestMountDaemonRoot/default/mount_subpath [2022-05-19T09:58:02.007Z] === CONT TestMountDaemonRoot/shared [2022-05-19T09:58:02.007Z] === RUN TestMountDaemonRoot/shared/mount_root [2022-05-19T09:58:02.007Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2022-05-19T09:58:02.007Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2022-05-19T09:58:02.007Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2022-05-19T09:58:02.007Z] === RUN TestMountDaemonRoot/shared/bind_root [2022-05-19T09:58:02.007Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2022-05-19T09:58:02.007Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2022-05-19T09:58:02.007Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2022-05-19T09:58:02.007Z] === CONT TestMountDaemonRoot/rslave [2022-05-19T09:58:02.007Z] === RUN TestMountDaemonRoot/rslave/bind_root [2022-05-19T09:58:02.007Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2022-05-19T09:58:02.007Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2022-05-19T09:58:02.007Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2022-05-19T09:58:02.007Z] === RUN TestMountDaemonRoot/rslave/mount_root [2022-05-19T09:58:02.007Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2022-05-19T09:58:02.007Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2022-05-19T09:58:02.007Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2022-05-19T09:58:02.007Z] === CONT TestMountDaemonRoot/slave [2022-05-19T09:58:02.007Z] === RUN TestMountDaemonRoot/slave/bind_root [2022-05-19T09:58:02.007Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2022-05-19T09:58:02.007Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2022-05-19T09:58:02.007Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2022-05-19T09:58:02.007Z] === RUN TestMountDaemonRoot/slave/mount_root [2022-05-19T09:58:02.007Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2022-05-19T09:58:02.007Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2022-05-19T09:58:02.007Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2022-05-19T09:58:02.007Z] === CONT TestMountDaemonRoot/rprivate [2022-05-19T09:58:02.007Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2022-05-19T09:58:02.007Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2022-05-19T09:58:02.007Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2022-05-19T09:58:02.007Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2022-05-19T09:58:02.007Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2022-05-19T09:58:02.007Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2022-05-19T09:58:02.007Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2022-05-19T09:58:02.007Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2022-05-19T09:58:02.007Z] === CONT TestMountDaemonRoot/private [2022-05-19T09:58:02.007Z] === RUN TestMountDaemonRoot/private/bind_root [2022-05-19T09:58:02.007Z] === PAUSE TestMountDaemonRoot/private/bind_root [2022-05-19T09:58:02.007Z] === RUN TestMountDaemonRoot/private/bind_subpath [2022-05-19T09:58:02.007Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2022-05-19T09:58:02.007Z] === RUN TestMountDaemonRoot/private/mount_root [2022-05-19T09:58:02.007Z] === PAUSE TestMountDaemonRoot/private/mount_root [2022-05-19T09:58:02.007Z] === RUN TestMountDaemonRoot/private/mount_subpath [2022-05-19T09:58:02.007Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2022-05-19T09:58:02.007Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2022-05-19T09:58:02.007Z] === CONT TestMountDaemonRoot/default/mount_root [2022-05-19T09:58:02.007Z] === CONT TestMountDaemonRoot/default/bind_subpath [2022-05-19T09:58:02.264Z] === CONT TestMountDaemonRoot/rshared/mount_root [2022-05-19T09:58:02.264Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2022-05-19T09:58:02.264Z] === CONT TestMountDaemonRoot/shared/mount_root [2022-05-19T09:58:02.264Z] === CONT TestMountDaemonRoot/rslave/bind_root [2022-05-19T09:58:02.264Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2022-05-19T09:58:02.264Z] === CONT TestMountDaemonRoot/shared/bind_root [2022-05-19T09:58:02.264Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2022-05-19T09:58:02.264Z] === CONT TestMountDaemonRoot/rslave/mount_root [2022-05-19T09:58:02.264Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2022-05-19T09:58:02.264Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2022-05-19T09:58:02.264Z] === CONT TestMountDaemonRoot/slave/bind_root [2022-05-19T09:58:02.264Z] === CONT TestMountDaemonRoot/slave/mount_root [2022-05-19T09:58:02.475Z] === RUN TestJSONLogsMarshalJSONBuf [2022-05-19T09:58:02.475Z] --- PASS: TestJSONLogsMarshalJSONBuf (0.00s) [2022-05-19T09:58:02.475Z] === RUN TestFastTimeMarshalJSONWithInvalidYear [2022-05-19T09:58:02.475Z] --- PASS: TestFastTimeMarshalJSONWithInvalidYear (0.20s) [2022-05-19T09:58:02.475Z] === RUN TestFastTimeMarshalJSON [2022-05-19T09:58:02.475Z] --- PASS: TestFastTimeMarshalJSON (0.03s) [2022-05-19T09:58:02.475Z] PASS [2022-05-19T09:58:02.475Z] coverage: 87.2% of statements [2022-05-19T09:58:02.475Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.282s coverage: 87.2% of statements [2022-05-19T09:58:02.522Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2022-05-19T09:58:02.522Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2022-05-19T09:58:02.522Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2022-05-19T09:58:02.522Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2022-05-19T09:58:02.522Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2022-05-19T09:58:02.522Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2022-05-19T09:58:02.522Z] === CONT TestMountDaemonRoot/private/bind_root [2022-05-19T09:58:02.522Z] === CONT TestMountDaemonRoot/private/mount_subpath [2022-05-19T09:58:02.522Z] === CONT TestMountDaemonRoot/private/mount_root [2022-05-19T09:58:02.522Z] === CONT TestMountDaemonRoot/private/bind_subpath [2022-05-19T09:58:02.522Z] --- PASS: TestMountDaemonRoot (0.02s) [2022-05-19T09:58:02.522Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2022-05-19T09:58:02.522Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.07s) [2022-05-19T09:58:02.522Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.06s) [2022-05-19T09:58:02.522Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.05s) [2022-05-19T09:58:02.522Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.07s) [2022-05-19T09:58:02.522Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2022-05-19T09:58:02.522Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.07s) [2022-05-19T09:58:02.522Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.07s) [2022-05-19T09:58:02.522Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.05s) [2022-05-19T09:58:02.522Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.07s) [2022-05-19T09:58:02.522Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2022-05-19T09:58:02.522Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s) [2022-05-19T09:58:02.522Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.03s) [2022-05-19T09:58:02.522Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.03s) [2022-05-19T09:58:02.522Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.03s) [2022-05-19T09:58:02.522Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2022-05-19T09:58:02.522Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.05s) [2022-05-19T09:58:02.522Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.05s) [2022-05-19T09:58:02.522Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.06s) [2022-05-19T09:58:02.522Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.07s) [2022-05-19T09:58:02.522Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2022-05-19T09:58:02.522Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s) [2022-05-19T09:58:02.522Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.04s) [2022-05-19T09:58:02.522Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s) [2022-05-19T09:58:02.522Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s) [2022-05-19T09:58:02.522Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2022-05-19T09:58:02.522Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.03s) [2022-05-19T09:58:02.522Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s) [2022-05-19T09:58:02.522Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.03s) [2022-05-19T09:58:02.522Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.04s) [2022-05-19T09:58:02.522Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2022-05-19T09:58:02.522Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.02s) [2022-05-19T09:58:02.522Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s) [2022-05-19T09:58:02.522Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s) [2022-05-19T09:58:02.522Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.03s) [2022-05-19T09:58:02.522Z] === RUN TestContainerBindMountNonRecursive [2022-05-19T09:58:02.562Z] testing: warning: no tests to run [2022-05-19T09:58:02.562Z] PASS [2022-05-19T09:58:02.562Z] coverage: 0.0% of statements [2022-05-19T09:58:02.562Z] ok github.com/docker/docker/libnetwork/osl 0.043s coverage: 0.0% of statements [no tests to run] [2022-05-19T09:58:02.562Z] 2022/05/19 09:58:02 Closing DB instances... [2022-05-19T09:58:02.562Z] === RUN TestRequestNewPort [2022-05-19T09:58:02.562Z] --- PASS: TestRequestNewPort (0.00s) [2022-05-19T09:58:02.562Z] === RUN TestRequestSpecificPort [2022-05-19T09:58:02.562Z] --- PASS: TestRequestSpecificPort (0.00s) [2022-05-19T09:58:02.722Z] --- PASS: TestRemoveSubnet (0.58s) [2022-05-19T09:58:02.722Z] === RUN TestGetSameAddress [2022-05-19T09:58:02.722Z] --- PASS: TestGetSameAddress (0.04s) [2022-05-19T09:58:02.722Z] === RUN TestPoolAllocationReuse [2022-05-19T09:58:02.722Z] === RUN TestGetCapabilities [2022-05-19T09:58:02.722Z] --- PASS: TestGetCapabilities (0.01s) [2022-05-19T09:58:02.722Z] === RUN TestGetCapabilitiesFromLegacyDriver [2022-05-19T09:58:02.722Z] --- PASS: TestGetCapabilitiesFromLegacyDriver (0.00s) [2022-05-19T09:58:02.722Z] === RUN TestGetDefaultAddressSpaces [2022-05-19T09:58:02.722Z] --- PASS: TestGetDefaultAddressSpaces (0.01s) [2022-05-19T09:58:02.722Z] === RUN TestRemoteDriver [2022-05-19T09:58:02.722Z] --- PASS: TestRemoteDriver (0.01s) [2022-05-19T09:58:02.722Z] PASS [2022-05-19T09:58:02.722Z] coverage: 47.4% of statements [2022-05-19T09:58:02.722Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.081s coverage: 47.4% of statements [2022-05-19T09:58:02.945Z] === RUN TestJSONFileLogger [2022-05-19T09:58:02.945Z] --- PASS: TestJSONFileLogger (0.00s) [2022-05-19T09:58:02.945Z] === RUN TestJSONFileLoggerWithTags [2022-05-19T09:58:02.945Z] --- PASS: TestJSONFileLoggerWithTags (0.00s) [2022-05-19T09:58:02.945Z] === RUN TestJSONFileLoggerWithOpts [2022-05-19T09:58:02.945Z] --- PASS: TestJSONFileLoggerWithOpts (0.01s) [2022-05-19T09:58:02.945Z] === RUN TestJSONFileLoggerWithLabelsEnv [2022-05-19T09:58:02.945Z] --- PASS: TestJSONFileLoggerWithLabelsEnv (0.01s) [2022-05-19T09:58:02.945Z] === RUN TestEncodeDecode [2022-05-19T09:58:02.945Z] === PAUSE TestEncodeDecode [2022-05-19T09:58:02.945Z] === RUN TestUnexpectedEOF [2022-05-19T09:58:02.945Z] time="2022-05-19T09:58:02Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2022-05-19T09:58:02.945Z] time="2022-05-19T09:58:02Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2022-05-19T09:58:02.945Z] --- PASS: TestUnexpectedEOF (0.18s) [2022-05-19T09:58:02.945Z] === CONT TestEncodeDecode [2022-05-19T09:58:02.945Z] --- PASS: TestEncodeDecode (0.00s) [2022-05-19T09:58:02.945Z] PASS [2022-05-19T09:58:02.945Z] coverage: 69.9% of statements [2022-05-19T09:58:02.945Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.267s coverage: 69.9% of statements [2022-05-19T09:58:03.030Z] === RUN TestReleasePort [2022-05-19T09:58:03.030Z] --- PASS: TestReleasePort (0.00s) [2022-05-19T09:58:03.030Z] === RUN TestReuseReleasedPort [2022-05-19T09:58:03.030Z] --- PASS: TestReuseReleasedPort (0.00s) [2022-05-19T09:58:03.030Z] === RUN TestReleaseUnreadledPort [2022-05-19T09:58:03.030Z] --- PASS: TestReleaseUnreadledPort (0.00s) [2022-05-19T09:58:03.030Z] === RUN TestUnknowProtocol [2022-05-19T09:58:03.030Z] --- PASS: TestUnknowProtocol (0.00s) [2022-05-19T09:58:03.030Z] === RUN TestAllocateAllPorts [2022-05-19T09:58:03.030Z] --- PASS: TestAllocateAllPorts (0.00s) [2022-05-19T09:58:03.030Z] === RUN TestPortAllocation [2022-05-19T09:58:03.030Z] --- PASS: TestPortAllocation (0.00s) [2022-05-19T09:58:03.030Z] === RUN TestPortAllocationWithCustomRange [2022-05-19T09:58:03.030Z] --- PASS: TestPortAllocationWithCustomRange (0.00s) [2022-05-19T09:58:03.030Z] === RUN TestNoDuplicateBPR [2022-05-19T09:58:03.030Z] --- PASS: TestNoDuplicateBPR (0.00s) [2022-05-19T09:58:03.030Z] === RUN TestChangePortRange [2022-05-19T09:58:03.030Z] portallocator_test.go:343: test: port allocate range 65001-65010, setErr=begin out of range, reqPort=0 [2022-05-19T09:58:03.030Z] portallocator_test.go:343: test: port allocate range 59990-59999, setErr=end out of range, reqPort=0 [2022-05-19T09:58:03.030Z] portallocator_test.go:343: test: port allocate range 65000-60000, setErr=out of order, reqPort=0 [2022-05-19T09:58:03.030Z] portallocator_test.go:343: test: port allocate range 60100-65010, setErr=, reqPort=60100 [2022-05-19T09:58:03.030Z] portallocator_test.go:343: test: port allocate range 0-0, setErr=, reqPort=60000 [2022-05-19T09:58:03.030Z] portallocator_test.go:343: test: port allocate range 59900-65000, setErr=, reqPort=60001 [2022-05-19T09:58:03.030Z] --- PASS: TestChangePortRange (0.00s) [2022-05-19T09:58:03.030Z] PASS [2022-05-19T09:58:03.030Z] coverage: 88.6% of statements [2022-05-19T09:58:03.030Z] ok github.com/docker/docker/libnetwork/portallocator 0.052s coverage: 88.6% of statements [2022-05-19T09:58:03.499Z] testing: warning: no tests to run [2022-05-19T09:58:03.499Z] PASS [2022-05-19T09:58:03.499Z] coverage: 0.0% of statements [2022-05-19T09:58:03.499Z] ok github.com/docker/docker/libnetwork/portmapper 0.053s coverage: 0.0% of statements [no tests to run] [2022-05-19T09:58:03.708Z] === RUN TestWindowsIPAM [2022-05-19T09:58:03.708Z] --- PASS: TestWindowsIPAM (0.00s) [2022-05-19T09:58:03.708Z] PASS [2022-05-19T09:58:03.708Z] coverage: 71.4% of statements [2022-05-19T09:58:03.708Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.049s coverage: 71.4% of statements [2022-05-19T09:58:03.934Z] === RUN TestWriteLog [2022-05-19T09:58:03.934Z] === PAUSE TestWriteLog [2022-05-19T09:58:03.934Z] === RUN TestReadLog [2022-05-19T09:58:03.934Z] === PAUSE TestReadLog [2022-05-19T09:58:03.934Z] === RUN TestDecode [2022-05-19T09:58:03.934Z] --- PASS: TestDecode (0.03s) [2022-05-19T09:58:03.934Z] === CONT TestWriteLog [2022-05-19T09:58:03.934Z] === CONT TestReadLog [2022-05-19T09:58:03.934Z] === RUN TestReadLog/tail_exact [2022-05-19T09:58:03.934Z] --- PASS: TestWriteLog (0.01s) [2022-05-19T09:58:03.934Z] === RUN TestOpenFileDelete [2022-05-19T09:58:03.934Z] --- PASS: TestOpenFileDelete (0.00s) [2022-05-19T09:58:03.934Z] === RUN TestOpenFileRename [2022-05-19T09:58:03.934Z] --- PASS: TestOpenFileRename (0.00s) [2022-05-19T09:58:03.934Z] === RUN TestHandleDecoderErr [2022-05-19T09:58:03.934Z] --- PASS: TestHandleDecoderErr (0.00s) [2022-05-19T09:58:03.934Z] === RUN TestParseLogTagDefaultTag [2022-05-19T09:58:03.934Z] --- PASS: TestParseLogTagDefaultTag (0.00s) [2022-05-19T09:58:03.934Z] === RUN TestParseLogTag [2022-05-19T09:58:03.934Z] --- PASS: TestParseLogTag (0.00s) [2022-05-19T09:58:03.934Z] === RUN TestParseLogTagEmptyTag [2022-05-19T09:58:03.934Z] --- PASS: TestParseLogTagEmptyTag (0.00s) [2022-05-19T09:58:03.934Z] === RUN TestTailFiles [2022-05-19T09:58:03.934Z] --- PASS: TestTailFiles (0.00s) [2022-05-19T09:58:03.934Z] === RUN TestFollowLogsConsumerGone [2022-05-19T09:58:03.934Z] --- PASS: TestFollowLogsConsumerGone (0.00s) [2022-05-19T09:58:03.934Z] === RUN TestFollowLogsProducerGone [2022-05-19T09:58:03.934Z] logfile_test.go:233: messages sent: 4098, received: 4098 [2022-05-19T09:58:03.934Z] logfile_test.go:180: logDecode() closed after sending 4098 messages [2022-05-19T09:58:03.934Z] --- PASS: TestFollowLogsProducerGone (0.00s) [2022-05-19T09:58:03.934Z] === RUN TestCheckCapacityAndRotate [2022-05-19T09:58:03.934Z] === RUN TestCheckCapacityAndRotate/closed_log_file [2022-05-19T09:58:03.934Z] === RUN TestCheckCapacityAndRotate/with_log_reader [2022-05-19T09:58:03.934Z] === RUN TestReadLog/tail_less_than_available [2022-05-19T09:58:03.934Z] === RUN TestReadLog/tail_more_than_available [2022-05-19T09:58:03.934Z] --- PASS: TestReadLog (0.22s) [2022-05-19T09:58:03.934Z] --- PASS: TestReadLog/tail_exact (0.19s) [2022-05-19T09:58:03.934Z] --- PASS: TestReadLog/tail_less_than_available (0.01s) [2022-05-19T09:58:03.934Z] --- PASS: TestReadLog/tail_more_than_available (0.01s) [2022-05-19T09:58:03.934Z] PASS [2022-05-19T09:58:03.934Z] coverage: 78.7% of statements [2022-05-19T09:58:03.934Z] ok github.com/docker/docker/daemon/logger/local 0.305s coverage: 78.7% of statements [2022-05-19T09:58:03.934Z] --- PASS: TestCheckCapacityAndRotate (0.15s) [2022-05-19T09:58:03.934Z] --- PASS: TestCheckCapacityAndRotate/closed_log_file (0.00s) [2022-05-19T09:58:03.934Z] --- PASS: TestCheckCapacityAndRotate/with_log_reader (0.12s) [2022-05-19T09:58:03.934Z] PASS [2022-05-19T09:58:03.934Z] coverage: 55.6% of statements [2022-05-19T09:58:03.934Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.225s coverage: 55.6% of statements [2022-05-19T09:58:03.966Z] === RUN TestHashData [2022-05-19T09:58:03.966Z] --- PASS: TestHashData (0.00s) [2022-05-19T09:58:03.966Z] PASS [2022-05-19T09:58:03.966Z] coverage: 2.8% of statements [2022-05-19T09:58:03.966Z] ok github.com/docker/docker/libnetwork/resolvconf 0.071s coverage: 2.8% of statements [2022-05-19T09:58:03.966Z] --- PASS: TestNetworkDBSimple (2.49s) [2022-05-19T09:58:03.966Z] === RUN TestNetworkDBJoinLeaveNetwork [2022-05-19T09:58:04.176Z] --- PASS: TestRandomAllocateDeallocate (13.26s) [2022-05-19T09:58:04.176Z] === RUN TestAllocateRandomDeallocate [2022-05-19T09:58:04.405Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2022-05-19T09:58:04.412Z] === RUN TestDockerDaemonSuite/TestDaemonKeyGeneration [2022-05-19T09:58:04.434Z] === RUN TestErrorConstructors [2022-05-19T09:58:04.434Z] --- PASS: TestErrorConstructors (0.00s) [2022-05-19T09:58:04.434Z] === RUN TestCompareIPMask [2022-05-19T09:58:04.434Z] --- PASS: TestCompareIPMask (0.00s) [2022-05-19T09:58:04.434Z] === RUN TestUtilGetHostPartIP [2022-05-19T09:58:04.434Z] --- PASS: TestUtilGetHostPartIP (0.00s) [2022-05-19T09:58:04.434Z] === RUN TestUtilGetBroadcastIP [2022-05-19T09:58:04.434Z] --- PASS: TestUtilGetBroadcastIP (0.00s) [2022-05-19T09:58:04.434Z] === RUN TestParseCIDR [2022-05-19T09:58:04.434Z] --- PASS: TestParseCIDR (0.00s) [2022-05-19T09:58:04.434Z] PASS [2022-05-19T09:58:04.434Z] coverage: 37.3% of statements [2022-05-19T09:58:04.434Z] ok github.com/docker/docker/libnetwork/types 0.046s coverage: 37.3% of statements [2022-05-19T09:58:04.643Z] === RUN TestDefaultNetwork [2022-05-19T09:58:04.669Z] --- PASS: TestContainerBindMountNonRecursive (2.00s) [2022-05-19T09:58:04.669Z] === RUN TestContainerVolumesMountedAsShared [2022-05-19T09:58:04.875Z] === RUN TestLog [2022-05-19T09:58:04.875Z] --- PASS: TestLog (0.03s) [2022-05-19T09:58:04.875Z] PASS [2022-05-19T09:58:04.875Z] coverage: 31.5% of statements [2022-05-19T09:58:04.875Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.091s coverage: 31.5% of statements [2022-05-19T09:58:04.902Z] === RUN TestAppendDevicePermissionsFromCgroupRules [2022-05-19T09:58:04.902Z] === RUN TestAppendDevicePermissionsFromCgroupRules/empty_rule [2022-05-19T09:58:04.902Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column [2022-05-19T09:58:04.902Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column [2022-05-19T09:58:04.902Z] === RUN TestAppendDevicePermissionsFromCgroupRules/leading_spaces [2022-05-19T09:58:04.902Z] === RUN TestAppendDevicePermissionsFromCgroupRules/trailing_spaces [2022-05-19T09:58:04.902Z] === RUN TestAppendDevicePermissionsFromCgroupRules/unknown_device_type [2022-05-19T09:58:04.902Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_type [2022-05-19T09:58:04.902Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_colon [2022-05-19T09:58:04.902Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor [2022-05-19T09:58:04.902Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_major_device [2022-05-19T09:58:04.902Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_minor_device [2022-05-19T09:58:04.902Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_permissions [2022-05-19T09:58:04.902Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_permissions [2022-05-19T09:58:04.902Z] === RUN TestAppendDevicePermissionsFromCgroupRules/too_many_permissions [2022-05-19T09:58:04.902Z] === RUN TestAppendDevicePermissionsFromCgroupRules/major_out_of_range [2022-05-19T09:58:04.902Z] === RUN TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range [2022-05-19T09:58:04.902Z] === RUN TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices [2022-05-19T09:58:04.902Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices [2022-05-19T09:58:04.902Z] === RUN TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices [2022-05-19T09:58:04.902Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions [2022-05-19T09:58:04.902Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major [2022-05-19T09:58:04.902Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_minor [2022-05-19T09:58:04.902Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor [2022-05-19T09:58:04.902Z] === RUN TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission [2022-05-19T09:58:04.902Z] === RUN TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission [2022-05-19T09:58:04.902Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission [2022-05-19T09:58:04.902Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission [2022-05-19T09:58:04.902Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules (0.00s) [2022-05-19T09:58:04.902Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/empty_rule (0.00s) [2022-05-19T09:58:04.902Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column (0.00s) [2022-05-19T09:58:04.902Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column (0.00s) [2022-05-19T09:58:04.902Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/leading_spaces (0.00s) [2022-05-19T09:58:04.902Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/trailing_spaces (0.00s) [2022-05-19T09:58:04.902Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/unknown_device_type (0.00s) [2022-05-19T09:58:04.902Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_type (0.00s) [2022-05-19T09:58:04.902Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_colon (0.00s) [2022-05-19T09:58:04.902Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor (0.00s) [2022-05-19T09:58:04.902Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_major_device (0.00s) [2022-05-19T09:58:04.902Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_minor_device (0.00s) [2022-05-19T09:58:04.902Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_permissions (0.00s) [2022-05-19T09:58:04.902Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_permissions (0.00s) [2022-05-19T09:58:04.902Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/too_many_permissions (0.00s) [2022-05-19T09:58:04.902Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/major_out_of_range (0.00s) [2022-05-19T09:58:04.902Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range (0.00s) [2022-05-19T09:58:04.902Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices (0.00s) [2022-05-19T09:58:04.902Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices (0.00s) [2022-05-19T09:58:04.902Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices (0.00s) [2022-05-19T09:58:04.902Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions (0.00s) [2022-05-19T09:58:04.902Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major (0.00s) [2022-05-19T09:58:04.902Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_minor (0.00s) [2022-05-19T09:58:04.902Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor (0.00s) [2022-05-19T09:58:04.902Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission (0.00s) [2022-05-19T09:58:04.902Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission (0.00s) [2022-05-19T09:58:04.902Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission (0.00s) [2022-05-19T09:58:04.902Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission (0.00s) [2022-05-19T09:58:04.902Z] PASS [2022-05-19T09:58:04.902Z] coverage: 55.0% of statements [2022-05-19T09:58:04.902Z] ok github.com/docker/docker/oci 0.067s coverage: 55.0% of statements [2022-05-19T09:58:04.925Z] check_test.go:307: [d36a2f2cedc5d] daemon is not started [2022-05-19T09:58:04.925Z] === RUN TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins [2022-05-19T09:58:05.112Z] --- PASS: TestDefaultNetwork (0.29s) [2022-05-19T09:58:05.112Z] === RUN TestConfigGlobalScopeDefaultNetworks [2022-05-19T09:58:05.181Z] --- PASS: TestContainerVolumesMountedAsShared (0.70s) [2022-05-19T09:58:05.181Z] === RUN TestContainerVolumesMountedAsSlave [2022-05-19T09:58:05.347Z] === RUN TestValidateLogOpt [2022-05-19T09:58:05.347Z] --- PASS: TestValidateLogOpt (0.00s) [2022-05-19T09:58:05.347Z] === RUN TestNewMissedConfig [2022-05-19T09:58:05.347Z] --- PASS: TestNewMissedConfig (0.00s) [2022-05-19T09:58:05.347Z] === RUN TestNewMissedUrl [2022-05-19T09:58:05.347Z] --- PASS: TestNewMissedUrl (0.00s) [2022-05-19T09:58:05.347Z] === RUN TestNewMissedToken [2022-05-19T09:58:05.347Z] --- PASS: TestNewMissedToken (0.00s) [2022-05-19T09:58:05.347Z] === RUN TestNewWithProxy [2022-05-19T09:58:05.347Z] --- PASS: TestNewWithProxy (0.00s) [2022-05-19T09:58:05.347Z] === RUN TestDefault [2022-05-19T09:58:05.347Z] --- PASS: TestDefault (0.01s) [2022-05-19T09:58:05.347Z] === RUN TestInlineFormatWithNonDefaultOptions [2022-05-19T09:58:05.347Z] --- PASS: TestInlineFormatWithNonDefaultOptions (0.00s) [2022-05-19T09:58:05.347Z] === RUN TestJsonFormat [2022-05-19T09:58:05.347Z] --- PASS: TestJsonFormat (0.03s) [2022-05-19T09:58:05.347Z] === RUN TestRawFormat [2022-05-19T09:58:05.347Z] --- PASS: TestRawFormat (0.00s) [2022-05-19T09:58:05.347Z] === RUN TestRawFormatWithLabels [2022-05-19T09:58:05.347Z] --- PASS: TestRawFormatWithLabels (0.00s) [2022-05-19T09:58:05.347Z] === RUN TestRawFormatWithoutTag [2022-05-19T09:58:05.347Z] --- PASS: TestRawFormatWithoutTag (0.00s) [2022-05-19T09:58:05.347Z] === RUN TestBatching [2022-05-19T09:58:05.347Z] === RUN TestNewParse [2022-05-19T09:58:05.347Z] --- PASS: TestNewParse (0.00s) [2022-05-19T09:58:05.347Z] PASS [2022-05-19T09:58:05.347Z] coverage: 8.3% of statements [2022-05-19T09:58:05.347Z] ok github.com/docker/docker/daemon/logger/templates 0.045s coverage: 8.3% of statements [2022-05-19T09:58:05.347Z] --- PASS: TestBatching (0.27s) [2022-05-19T09:58:05.347Z] === RUN TestFrequency [2022-05-19T09:58:05.371Z] 2022/05/19 09:58:04 Closing DB instances... [2022-05-19T09:58:05.579Z] --- PASS: TestConfigGlobalScopeDefaultNetworks (0.28s) [2022-05-19T09:58:05.579Z] === RUN TestInitAddressPools [2022-05-19T09:58:05.579Z] --- PASS: TestInitAddressPools (0.00s) [2022-05-19T09:58:05.579Z] PASS [2022-05-19T09:58:05.579Z] coverage: 74.0% of statements [2022-05-19T09:58:05.579Z] ok github.com/docker/docker/libnetwork/ipamutils 0.661s coverage: 74.0% of statements [2022-05-19T09:58:05.579Z] --- PASS: TestPoolAllocationReuse (2.99s) [2022-05-19T09:58:05.579Z] === RUN TestGetAddressSubPoolEqualPool [2022-05-19T09:58:05.579Z] --- PASS: TestGetAddressSubPoolEqualPool (0.06s) [2022-05-19T09:58:05.579Z] === RUN TestRequestReleaseAddressFromSubPool [2022-05-19T09:58:05.743Z] --- PASS: TestContainerVolumesMountedAsSlave (0.58s) [2022-05-19T09:58:05.743Z] === RUN TestNetworkNat [2022-05-19T09:58:05.817Z] --- PASS: TestFrequency (0.16s) [2022-05-19T09:58:05.817Z] === RUN TestOneMessagePerRequest [2022-05-19T09:58:05.817Z] --- PASS: TestOneMessagePerRequest (0.01s) [2022-05-19T09:58:05.817Z] === RUN TestVerify [2022-05-19T09:58:05.817Z] --- PASS: TestVerify (0.00s) [2022-05-19T09:58:05.817Z] === RUN TestSkipVerify [2022-05-19T09:58:05.817Z] === RUN TestParseLogFormat [2022-05-19T09:58:05.817Z] --- PASS: TestParseLogFormat (0.00s) [2022-05-19T09:58:05.817Z] === RUN TestValidateLogOptEmpty [2022-05-19T09:58:05.817Z] --- PASS: TestValidateLogOptEmpty (0.00s) [2022-05-19T09:58:05.817Z] === RUN TestValidateSyslogAddress [2022-05-19T09:58:05.817Z] === RUN TestValidateSyslogAddress/this_is_not_an_uri [2022-05-19T09:58:05.817Z] === RUN TestValidateSyslogAddress/corrupted:42 [2022-05-19T09:58:05.817Z] === RUN TestValidateSyslogAddress/tcp://1.2.3.4 [2022-05-19T09:58:05.817Z] === RUN TestValidateSyslogAddress/udp://1.2.3.4 [2022-05-19T09:58:05.817Z] === RUN TestValidateSyslogAddress/http://1.2.3.4 [2022-05-19T09:58:05.817Z] --- PASS: TestValidateSyslogAddress (0.00s) [2022-05-19T09:58:05.817Z] --- PASS: TestValidateSyslogAddress/this_is_not_an_uri (0.00s) [2022-05-19T09:58:05.817Z] --- PASS: TestValidateSyslogAddress/corrupted:42 (0.00s) [2022-05-19T09:58:05.817Z] --- PASS: TestValidateSyslogAddress/tcp://1.2.3.4 (0.00s) [2022-05-19T09:58:05.817Z] --- PASS: TestValidateSyslogAddress/udp://1.2.3.4 (0.00s) [2022-05-19T09:58:05.817Z] --- PASS: TestValidateSyslogAddress/http://1.2.3.4 (0.00s) [2022-05-19T09:58:05.817Z] === RUN TestParseAddressDefaultPort [2022-05-19T09:58:05.817Z] --- PASS: TestParseAddressDefaultPort (0.00s) [2022-05-19T09:58:05.817Z] === RUN TestValidateSyslogFacility [2022-05-19T09:58:05.817Z] --- PASS: TestValidateSyslogFacility (0.00s) [2022-05-19T09:58:05.817Z] === RUN TestValidateLogOptSyslogFormat [2022-05-19T09:58:05.817Z] --- PASS: TestValidateLogOptSyslogFormat (0.00s) [2022-05-19T09:58:05.817Z] === RUN TestValidateLogOpt [2022-05-19T09:58:05.817Z] --- PASS: TestValidateLogOpt (0.00s) [2022-05-19T09:58:05.817Z] PASS [2022-05-19T09:58:05.817Z] coverage: 43.6% of statements [2022-05-19T09:58:05.817Z] ok github.com/docker/docker/daemon/logger/syslog 0.073s coverage: 43.6% of statements [2022-05-19T09:58:05.817Z] time="2022-05-19T09:58:05Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-05-19T09:58:05.817Z] time="2022-05-19T09:58:05Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-05-19T09:58:05.817Z] time="2022-05-19T09:58:05Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-05-19T09:58:05.841Z] === RUN TestAddressPoolOpt [2022-05-19T09:58:05.841Z] --- PASS: TestAddressPoolOpt (0.00s) [2022-05-19T09:58:05.841Z] === RUN TestValidateEnv [2022-05-19T09:58:05.841Z] === RUN TestValidateEnv/a [2022-05-19T09:58:05.841Z] === RUN TestValidateEnv/something [2022-05-19T09:58:05.841Z] === RUN TestValidateEnv/_=a [2022-05-19T09:58:05.841Z] === RUN TestValidateEnv/env1=value1 [2022-05-19T09:58:05.841Z] === RUN TestValidateEnv/_env1=value1 [2022-05-19T09:58:05.841Z] === RUN TestValidateEnv/env2=value2=value3 [2022-05-19T09:58:05.841Z] === RUN TestValidateEnv/env3=abc!qwe [2022-05-19T09:58:05.841Z] === RUN TestValidateEnv/env_4=value_4 [2022-05-19T09:58:05.841Z] === RUN TestValidateEnv/PATH [2022-05-19T09:58:05.841Z] === RUN TestValidateEnv/=a [2022-05-19T09:58:05.841Z] === RUN TestValidateEnv/PATH= [2022-05-19T09:58:05.841Z] === RUN TestValidateEnv/PATH=something [2022-05-19T09:58:05.841Z] === RUN TestValidateEnv/asd!qwe [2022-05-19T09:58:05.841Z] === RUN TestValidateEnv/1asd [2022-05-19T09:58:05.841Z] === RUN TestValidateEnv/123 [2022-05-19T09:58:05.841Z] === RUN TestValidateEnv/some_space [2022-05-19T09:58:05.841Z] === RUN TestValidateEnv/__some_space_before [2022-05-19T09:58:05.841Z] === RUN TestValidateEnv/some_space_after__ [2022-05-19T09:58:05.841Z] === RUN TestValidateEnv/= [2022-05-19T09:58:05.841Z] === RUN TestValidateEnv/PaTh [2022-05-19T09:58:05.841Z] --- PASS: TestValidateEnv (0.00s) [2022-05-19T09:58:05.841Z] --- PASS: TestValidateEnv/a (0.00s) [2022-05-19T09:58:05.841Z] --- PASS: TestValidateEnv/something (0.00s) [2022-05-19T09:58:05.841Z] --- PASS: TestValidateEnv/_=a (0.00s) [2022-05-19T09:58:05.841Z] --- PASS: TestValidateEnv/env1=value1 (0.00s) [2022-05-19T09:58:05.841Z] --- PASS: TestValidateEnv/_env1=value1 (0.00s) [2022-05-19T09:58:05.841Z] --- PASS: TestValidateEnv/env2=value2=value3 (0.00s) [2022-05-19T09:58:05.841Z] --- PASS: TestValidateEnv/env3=abc!qwe (0.00s) [2022-05-19T09:58:05.841Z] --- PASS: TestValidateEnv/env_4=value_4 (0.00s) [2022-05-19T09:58:05.841Z] --- PASS: TestValidateEnv/PATH (0.00s) [2022-05-19T09:58:05.841Z] --- PASS: TestValidateEnv/=a (0.00s) [2022-05-19T09:58:05.841Z] --- PASS: TestValidateEnv/PATH= (0.00s) [2022-05-19T09:58:05.841Z] --- PASS: TestValidateEnv/PATH=something (0.00s) [2022-05-19T09:58:05.841Z] --- PASS: TestValidateEnv/asd!qwe (0.00s) [2022-05-19T09:58:05.841Z] --- PASS: TestValidateEnv/1asd (0.00s) [2022-05-19T09:58:05.841Z] --- PASS: TestValidateEnv/123 (0.00s) [2022-05-19T09:58:05.841Z] --- PASS: TestValidateEnv/some_space (0.00s) [2022-05-19T09:58:05.841Z] --- PASS: TestValidateEnv/__some_space_before (0.00s) [2022-05-19T09:58:05.841Z] --- PASS: TestValidateEnv/some_space_after__ (0.00s) [2022-05-19T09:58:05.841Z] --- PASS: TestValidateEnv/= (0.00s) [2022-05-19T09:58:05.841Z] --- PASS: TestValidateEnv/PaTh (0.00s) [2022-05-19T09:58:05.841Z] === RUN TestParseHost [2022-05-19T09:58:05.841Z] === RUN TestParseHost/tcp://0.0.0.0:5555/p [2022-05-19T09:58:05.841Z] === RUN TestParseHost/tcp://[::1]:/ [2022-05-19T09:58:05.841Z] === RUN TestParseHost/tcp://[::1]:5555/ [2022-05-19T09:58:05.841Z] === RUN TestParseHost/something_with_spaces [2022-05-19T09:58:05.841Z] === RUN TestParseHost/:// [2022-05-19T09:58:05.841Z] === RUN TestParseHost/tcp://invalid:port [2022-05-19T09:58:05.841Z] === RUN TestParseHost/tcp://:5555/ [2022-05-19T09:58:05.841Z] === RUN TestParseHost/tcp://:5555/p [2022-05-19T09:58:05.841Z] === RUN TestParseHost/_tcp://:5555/path_ [2022-05-19T09:58:05.841Z] === RUN TestParseHost/unknown:// [2022-05-19T09:58:05.841Z] === RUN TestParseHost/tcp://:port [2022-05-19T09:58:05.841Z] === RUN TestParseHost/tcp://0.0.0.0:5555/ [2022-05-19T09:58:05.841Z] === RUN TestParseHost/tcp://[::1]:5555/p [2022-05-19T09:58:05.841Z] === RUN TestParseHost/tcp://host: [2022-05-19T09:58:05.841Z] === RUN TestParseHost/#00 [2022-05-19T09:58:05.841Z] === RUN TestParseHost/tcp://[::1]:5555 [2022-05-19T09:58:05.841Z] === RUN TestParseHost/tcp://0.0.0.0:5555 [2022-05-19T09:58:05.841Z] === RUN TestParseHost/tcp://192.168:5555 [2022-05-19T09:58:05.841Z] === RUN TestParseHost/npipe:////./pipe/foo [2022-05-19T09:58:05.841Z] === RUN TestParseHost/tcp://:5555 [2022-05-19T09:58:05.841Z] === RUN TestParseHost/tcp://[::1] [2022-05-19T09:58:05.841Z] === RUN TestParseHost/fd:// [2022-05-19T09:58:05.841Z] === RUN TestParseHost/tcp://0.0.0.0:1234567890 [2022-05-19T09:58:05.841Z] === RUN TestParseHost/tcp://docker.com:5555 [2022-05-19T09:58:05.841Z] === RUN TestParseHost/unix://path/to/socket [2022-05-19T09:58:05.841Z] === RUN TestParseHost/tcp://192.168.0.1:5555 [2022-05-19T09:58:05.841Z] === RUN TestParseHost/unix:// [2022-05-19T09:58:05.841Z] === RUN TestParseHost/npipe:// [2022-05-19T09:58:05.841Z] === RUN TestParseHost/tcp://[::1]: [2022-05-19T09:58:05.841Z] === RUN TestParseHost/__ [2022-05-19T09:58:05.841Z] === RUN TestParseHost/fd://something [2022-05-19T09:58:05.841Z] === RUN TestParseHost/tcp:// [2022-05-19T09:58:05.841Z] === RUN TestParseHost/tcp://: [2022-05-19T09:58:05.841Z] === RUN TestParseHost/_ [2022-05-19T09:58:05.841Z] --- PASS: TestParseHost (0.00s) [2022-05-19T09:58:05.841Z] --- PASS: TestParseHost/tcp://0.0.0.0:5555/p (0.00s) [2022-05-19T09:58:05.841Z] --- PASS: TestParseHost/tcp://[::1]:/ (0.00s) [2022-05-19T09:58:05.841Z] --- PASS: TestParseHost/tcp://[::1]:5555/ (0.00s) [2022-05-19T09:58:05.841Z] --- PASS: TestParseHost/something_with_spaces (0.00s) [2022-05-19T09:58:05.841Z] --- PASS: TestParseHost/:// (0.00s) [2022-05-19T09:58:05.841Z] --- PASS: TestParseHost/tcp://invalid:port (0.00s) [2022-05-19T09:58:05.841Z] --- PASS: TestParseHost/tcp://:5555/ (0.00s) [2022-05-19T09:58:05.841Z] --- PASS: TestParseHost/tcp://:5555/p (0.00s) [2022-05-19T09:58:05.842Z] --- PASS: TestParseHost/_tcp://:5555/path_ (0.00s) [2022-05-19T09:58:05.842Z] --- PASS: TestParseHost/unknown:// (0.00s) [2022-05-19T09:58:05.842Z] --- PASS: TestParseHost/tcp://:port (0.00s) [2022-05-19T09:58:05.842Z] --- PASS: TestParseHost/tcp://0.0.0.0:5555/ (0.00s) [2022-05-19T09:58:05.842Z] --- PASS: TestParseHost/tcp://[::1]:5555/p (0.00s) [2022-05-19T09:58:05.842Z] --- PASS: TestParseHost/tcp://host: (0.00s) [2022-05-19T09:58:05.842Z] --- PASS: TestParseHost/#00 (0.00s) [2022-05-19T09:58:05.842Z] --- PASS: TestParseHost/tcp://[::1]:5555 (0.00s) [2022-05-19T09:58:05.842Z] --- PASS: TestParseHost/tcp://0.0.0.0:5555 (0.00s) [2022-05-19T09:58:05.842Z] --- PASS: TestParseHost/tcp://192.168:5555 (0.00s) [2022-05-19T09:58:05.842Z] --- PASS: TestParseHost/npipe:////./pipe/foo (0.00s) [2022-05-19T09:58:05.842Z] --- PASS: TestParseHost/tcp://:5555 (0.00s) [2022-05-19T09:58:05.842Z] --- PASS: TestParseHost/tcp://[::1] (0.00s) [2022-05-19T09:58:05.842Z] --- PASS: TestParseHost/fd:// (0.00s) [2022-05-19T09:58:05.842Z] --- PASS: TestParseHost/tcp://0.0.0.0:1234567890 (0.00s) [2022-05-19T09:58:05.842Z] --- PASS: TestParseHost/tcp://docker.com:5555 (0.00s) [2022-05-19T09:58:05.842Z] --- PASS: TestParseHost/unix://path/to/socket (0.00s) [2022-05-19T09:58:05.842Z] --- PASS: TestParseHost/tcp://192.168.0.1:5555 (0.00s) [2022-05-19T09:58:05.842Z] --- PASS: TestParseHost/unix:// (0.00s) [2022-05-19T09:58:05.842Z] --- PASS: TestParseHost/npipe:// (0.00s) [2022-05-19T09:58:05.842Z] --- PASS: TestParseHost/tcp://[::1]: (0.00s) [2022-05-19T09:58:05.842Z] --- PASS: TestParseHost/__ (0.00s) [2022-05-19T09:58:05.842Z] --- PASS: TestParseHost/fd://something (0.00s) [2022-05-19T09:58:05.842Z] --- PASS: TestParseHost/tcp:// (0.00s) [2022-05-19T09:58:05.842Z] --- PASS: TestParseHost/tcp://: (0.00s) [2022-05-19T09:58:05.842Z] --- PASS: TestParseHost/_ (0.00s) [2022-05-19T09:58:05.842Z] === RUN TestParseDockerDaemonHost [2022-05-19T09:58:05.842Z] === RUN TestParseDockerDaemonHost/[::1]:5555/path [2022-05-19T09:58:05.842Z] === RUN TestParseDockerDaemonHost/[0:0:0:0:0:0:0:1]:5555/path [2022-05-19T09:58:05.842Z] === RUN TestParseDockerDaemonHost/tcp://:5555/path [2022-05-19T09:58:05.842Z] === RUN TestParseDockerDaemonHost/localhost:5555/path [2022-05-19T09:58:05.842Z] === RUN TestParseDockerDaemonHost/tcp:a.b.c.d [2022-05-19T09:58:05.842Z] === RUN TestParseDockerDaemonHost/:5555/path [2022-05-19T09:58:05.842Z] === RUN TestParseDockerDaemonHost/tcp://127.0.0.1/ [2022-05-19T09:58:05.842Z] === RUN TestParseDockerDaemonHost/udp://127.0.0.1:5555 [2022-05-19T09:58:05.842Z] === RUN TestParseDockerDaemonHost/#00 [2022-05-19T09:58:05.842Z] === RUN TestParseDockerDaemonHost/0.0.0.1:5555/path [2022-05-19T09:58:05.842Z] === RUN TestParseDockerDaemonHost/tcp:a.b.c.d/path [2022-05-19T09:58:05.842Z] === RUN TestParseDockerDaemonHost/udp://127.0.0.1 [2022-05-19T09:58:05.842Z] === RUN TestParseDockerDaemonHost/tcp://unix:///run/docker.sock [2022-05-19T09:58:05.842Z] === RUN TestParseDockerDaemonHost/_tcp://:5555/path_ [2022-05-19T09:58:05.842Z] === RUN TestParseDockerDaemonHost/[::1]:5555 [2022-05-19T09:58:05.842Z] === RUN TestParseDockerDaemonHost/npipe:////./pipe/foo [2022-05-19T09:58:05.842Z] === RUN TestParseDockerDaemonHost/unix:// [2022-05-19T09:58:05.842Z] === RUN TestParseDockerDaemonHost/:5555 [2022-05-19T09:58:05.842Z] === RUN TestParseDockerDaemonHost/tcp://:5555 [2022-05-19T09:58:05.842Z] === RUN TestParseDockerDaemonHost/tcp://[::1]: [2022-05-19T09:58:05.842Z] === RUN TestParseDockerDaemonHost/0.0.0.1:5555 [2022-05-19T09:58:05.842Z] === RUN TestParseDockerDaemonHost/[0:0:0:0:0:0:0:1]:5555 [2022-05-19T09:58:05.842Z] === RUN TestParseDockerDaemonHost/fd:// [2022-05-19T09:58:05.842Z] === RUN TestParseDockerDaemonHost/fd://something [2022-05-19T09:58:05.842Z] === RUN TestParseDockerDaemonHost/tcp:// [2022-05-19T09:58:05.842Z] === RUN TestParseDockerDaemonHost/: [2022-05-19T09:58:05.842Z] === RUN TestParseDockerDaemonHost/0.0.0.1: [2022-05-19T09:58:05.842Z] === RUN TestParseDockerDaemonHost/[::1]: [2022-05-19T09:58:05.842Z] === RUN TestParseDockerDaemonHost/localhost [2022-05-19T09:58:05.842Z] === RUN TestParseDockerDaemonHost/localhost: [2022-05-19T09:58:05.842Z] === RUN TestParseDockerDaemonHost/localhost:5555 [2022-05-19T09:58:05.842Z] === RUN TestParseDockerDaemonHost/npipe:// [2022-05-19T09:58:05.842Z] === RUN TestParseDockerDaemonHost/tcp://[::1]:5555 [2022-05-19T09:58:05.842Z] === RUN TestParseDockerDaemonHost/unix:///run/docker.sock [2022-05-19T09:58:05.842Z] === RUN TestParseDockerDaemonHost/[::1] [2022-05-19T09:58:05.842Z] === RUN TestParseDockerDaemonHost/[0:0:0:0:0:0:0:1] [2022-05-19T09:58:05.842Z] === RUN TestParseDockerDaemonHost/[0:0:0:0:0:0:0:1]: [2022-05-19T09:58:05.842Z] === RUN TestParseDockerDaemonHost/tcp://[::1] [2022-05-19T09:58:05.842Z] --- PASS: TestParseDockerDaemonHost (0.00s) [2022-05-19T09:58:05.842Z] --- PASS: TestParseDockerDaemonHost/[::1]:5555/path (0.00s) [2022-05-19T09:58:05.842Z] --- PASS: TestParseDockerDaemonHost/[0:0:0:0:0:0:0:1]:5555/path (0.00s) [2022-05-19T09:58:05.842Z] --- PASS: TestParseDockerDaemonHost/tcp://:5555/path (0.00s) [2022-05-19T09:58:05.842Z] --- PASS: TestParseDockerDaemonHost/localhost:5555/path (0.00s) [2022-05-19T09:58:05.842Z] --- PASS: TestParseDockerDaemonHost/tcp:a.b.c.d (0.00s) [2022-05-19T09:58:05.842Z] --- PASS: TestParseDockerDaemonHost/:5555/path (0.00s) [2022-05-19T09:58:05.842Z] --- PASS: TestParseDockerDaemonHost/tcp://127.0.0.1/ (0.00s) [2022-05-19T09:58:05.842Z] --- PASS: TestParseDockerDaemonHost/udp://127.0.0.1:5555 (0.00s) [2022-05-19T09:58:05.842Z] --- PASS: TestParseDockerDaemonHost/#00 (0.00s) [2022-05-19T09:58:05.842Z] --- PASS: TestParseDockerDaemonHost/0.0.0.1:5555/path (0.00s) [2022-05-19T09:58:05.842Z] --- PASS: TestParseDockerDaemonHost/tcp:a.b.c.d/path (0.00s) [2022-05-19T09:58:05.842Z] --- PASS: TestParseDockerDaemonHost/udp://127.0.0.1 (0.00s) [2022-05-19T09:58:05.842Z] --- PASS: TestParseDockerDaemonHost/tcp://unix:///run/docker.sock (0.00s) [2022-05-19T09:58:05.842Z] --- PASS: TestParseDockerDaemonHost/_tcp://:5555/path_ (0.00s) [2022-05-19T09:58:05.842Z] --- PASS: TestParseDockerDaemonHost/[::1]:5555 (0.00s) [2022-05-19T09:58:05.842Z] --- PASS: TestParseDockerDaemonHost/npipe:////./pipe/foo (0.00s) [2022-05-19T09:58:05.842Z] --- PASS: TestParseDockerDaemonHost/unix:// (0.00s) [2022-05-19T09:58:05.842Z] --- PASS: TestParseDockerDaemonHost/:5555 (0.00s) [2022-05-19T09:58:05.842Z] --- PASS: TestParseDockerDaemonHost/tcp://:5555 (0.00s) [2022-05-19T09:58:05.842Z] --- PASS: TestParseDockerDaemonHost/tcp://[::1]: (0.00s) [2022-05-19T09:58:05.842Z] --- PASS: TestParseDockerDaemonHost/0.0.0.1:5555 (0.00s) [2022-05-19T09:58:05.842Z] --- PASS: TestParseDockerDaemonHost/[0:0:0:0:0:0:0:1]:5555 (0.00s) [2022-05-19T09:58:05.842Z] --- PASS: TestParseDockerDaemonHost/fd:// (0.00s) [2022-05-19T09:58:05.842Z] --- PASS: TestParseDockerDaemonHost/fd://something (0.00s) [2022-05-19T09:58:05.842Z] --- PASS: TestParseDockerDaemonHost/tcp:// (0.00s) [2022-05-19T09:58:05.842Z] --- PASS: TestParseDockerDaemonHost/: (0.00s) [2022-05-19T09:58:05.842Z] --- PASS: TestParseDockerDaemonHost/0.0.0.1: (0.00s) [2022-05-19T09:58:05.842Z] --- PASS: TestParseDockerDaemonHost/[::1]: (0.00s) [2022-05-19T09:58:05.842Z] --- PASS: TestParseDockerDaemonHost/localhost (0.00s) [2022-05-19T09:58:05.842Z] --- PASS: TestParseDockerDaemonHost/localhost: (0.00s) [2022-05-19T09:58:05.842Z] --- PASS: TestParseDockerDaemonHost/localhost:5555 (0.00s) [2022-05-19T09:58:05.842Z] --- PASS: TestParseDockerDaemonHost/npipe:// (0.00s) [2022-05-19T09:58:05.842Z] --- PASS: TestParseDockerDaemonHost/tcp://[::1]:5555 (0.00s) [2022-05-19T09:58:05.842Z] --- PASS: TestParseDockerDaemonHost/unix:///run/docker.sock (0.00s) [2022-05-19T09:58:05.842Z] --- PASS: TestParseDockerDaemonHost/[::1] (0.00s) [2022-05-19T09:58:05.842Z] --- PASS: TestParseDockerDaemonHost/[0:0:0:0:0:0:0:1] (0.00s) [2022-05-19T09:58:05.842Z] --- PASS: TestParseDockerDaemonHost/[0:0:0:0:0:0:0:1]: (0.00s) [2022-05-19T09:58:05.842Z] --- PASS: TestParseDockerDaemonHost/tcp://[::1] (0.00s) [2022-05-19T09:58:05.842Z] === RUN TestParseTCP [2022-05-19T09:58:05.842Z] === RUN TestParseTCP/[::1]:5555/path [2022-05-19T09:58:05.842Z] === RUN TestParseTCP/[0:0:0:0:0:0:0:1]:5555/path [2022-05-19T09:58:05.842Z] === RUN TestParseTCP/:5555/path [2022-05-19T09:58:05.842Z] === RUN TestParseTCP/tcp:a.b.c.d/path [2022-05-19T09:58:05.842Z] === RUN TestParseTCP/udp://127.0.0.1 [2022-05-19T09:58:05.842Z] === RUN TestParseTCP/udp://127.0.0.1:5555 [2022-05-19T09:58:05.842Z] === RUN TestParseTCP/0.0.0.1:5555/path [2022-05-19T09:58:05.842Z] === RUN TestParseTCP/tcp://:5555/path [2022-05-19T09:58:05.842Z] === RUN TestParseTCP/localhost:5555/path [2022-05-19T09:58:05.842Z] === RUN TestParseTCP/tcp:a.b.c.d [2022-05-19T09:58:05.842Z] === RUN TestParseTCP/default_localhost [2022-05-19T09:58:05.842Z] === RUN TestParseTCP/default_udp://localhost [2022-05-19T09:58:05.842Z] === RUN TestParseTCP/default_tcp://localhost:noport [2022-05-19T09:58:05.842Z] === RUN TestParseTCP/default_tcp://localhost:5555/path [2022-05-19T09:58:05.842Z] === RUN TestParseTCP/0.0.0.1:5555 [2022-05-19T09:58:05.842Z] === RUN TestParseTCP/localhost: [2022-05-19T09:58:05.842Z] === RUN TestParseTCP/localhost:5555 [2022-05-19T09:58:05.842Z] === RUN TestParseTCP/#00 [2022-05-19T09:58:05.842Z] === RUN TestParseTCP/tcp:// [2022-05-19T09:58:05.842Z] === RUN TestParseTCP/tcp://: [2022-05-19T09:58:05.842Z] === RUN TestParseTCP/: [2022-05-19T09:58:05.842Z] === RUN TestParseTCP/[0:0:0:0:0:0:0:1] [2022-05-19T09:58:05.842Z] === RUN TestParseTCP/localhost [2022-05-19T09:58:05.842Z] === RUN TestParseTCP/tcp://:5555 [2022-05-19T09:58:05.842Z] === RUN TestParseTCP/:5555 [2022-05-19T09:58:05.842Z] === RUN TestParseTCP/[::1] [2022-05-19T09:58:05.842Z] === RUN TestParseTCP/[0:0:0:0:0:0:0:1]:5555 [2022-05-19T09:58:05.842Z] === RUN TestParseTCP/0.0.0.1 [2022-05-19T09:58:05.842Z] === RUN TestParseTCP/0.0.0.1: [2022-05-19T09:58:05.842Z] === RUN TestParseTCP/[::1]: [2022-05-19T09:58:05.842Z] === RUN TestParseTCP/[::1]:5555 [2022-05-19T09:58:05.842Z] === RUN TestParseTCP/[0:0:0:0:0:0:0:1]: [2022-05-19T09:58:05.842Z] --- PASS: TestParseTCP (0.01s) [2022-05-19T09:58:05.842Z] --- PASS: TestParseTCP/[::1]:5555/path (0.00s) [2022-05-19T09:58:05.842Z] --- PASS: TestParseTCP/[0:0:0:0:0:0:0:1]:5555/path (0.00s) [2022-05-19T09:58:05.842Z] --- PASS: TestParseTCP/:5555/path (0.00s) [2022-05-19T09:58:05.842Z] --- PASS: TestParseTCP/tcp:a.b.c.d/path (0.00s) [2022-05-19T09:58:05.842Z] --- PASS: TestParseTCP/udp://127.0.0.1 (0.00s) [2022-05-19T09:58:05.842Z] --- PASS: TestParseTCP/udp://127.0.0.1:5555 (0.00s) [2022-05-19T09:58:05.842Z] --- PASS: TestParseTCP/0.0.0.1:5555/path (0.00s) [2022-05-19T09:58:05.842Z] --- PASS: TestParseTCP/tcp://:5555/path (0.00s) [2022-05-19T09:58:05.842Z] --- PASS: TestParseTCP/localhost:5555/path (0.00s) [2022-05-19T09:58:05.842Z] --- PASS: TestParseTCP/tcp:a.b.c.d (0.00s) [2022-05-19T09:58:05.842Z] --- PASS: TestParseTCP/default_localhost (0.00s) [2022-05-19T09:58:05.842Z] --- PASS: TestParseTCP/default_udp://localhost (0.00s) [2022-05-19T09:58:05.842Z] --- PASS: TestParseTCP/default_tcp://localhost:noport (0.00s) [2022-05-19T09:58:05.842Z] --- PASS: TestParseTCP/default_tcp://localhost:5555/path (0.00s) [2022-05-19T09:58:05.842Z] --- PASS: TestParseTCP/0.0.0.1:5555 (0.00s) [2022-05-19T09:58:05.842Z] --- PASS: TestParseTCP/localhost: (0.00s) [2022-05-19T09:58:05.842Z] --- PASS: TestParseTCP/localhost:5555 (0.00s) [2022-05-19T09:58:05.842Z] --- PASS: TestParseTCP/#00 (0.00s) [2022-05-19T09:58:05.842Z] --- PASS: TestParseTCP/tcp:// (0.00s) [2022-05-19T09:58:05.842Z] --- PASS: TestParseTCP/tcp://: (0.00s) [2022-05-19T09:58:05.842Z] --- PASS: TestParseTCP/: (0.00s) [2022-05-19T09:58:05.842Z] --- PASS: TestParseTCP/[0:0:0:0:0:0:0:1] (0.00s) [2022-05-19T09:58:05.842Z] --- PASS: TestParseTCP/localhost (0.00s) [2022-05-19T09:58:05.842Z] --- PASS: TestParseTCP/tcp://:5555 (0.00s) [2022-05-19T09:58:05.842Z] --- PASS: TestParseTCP/:5555 (0.00s) [2022-05-19T09:58:05.842Z] --- PASS: TestParseTCP/[::1] (0.00s) [2022-05-19T09:58:05.842Z] --- PASS: TestParseTCP/[0:0:0:0:0:0:0:1]:5555 (0.00s) [2022-05-19T09:58:05.842Z] --- PASS: TestParseTCP/0.0.0.1 (0.00s) [2022-05-19T09:58:05.842Z] --- PASS: TestParseTCP/0.0.0.1: (0.00s) [2022-05-19T09:58:05.842Z] --- PASS: TestParseTCP/[::1]: (0.00s) [2022-05-19T09:58:05.842Z] --- PASS: TestParseTCP/[::1]:5555 (0.00s) [2022-05-19T09:58:05.842Z] --- PASS: TestParseTCP/[0:0:0:0:0:0:0:1]: (0.00s) [2022-05-19T09:58:05.842Z] === RUN TestParseInvalidUnixAddrInvalid [2022-05-19T09:58:05.842Z] --- PASS: TestParseInvalidUnixAddrInvalid (0.00s) [2022-05-19T09:58:05.842Z] === RUN TestValidateExtraHosts [2022-05-19T09:58:05.842Z] --- PASS: TestValidateExtraHosts (0.00s) [2022-05-19T09:58:05.842Z] === RUN TestValidateIPAddress [2022-05-19T09:58:05.842Z] --- PASS: TestValidateIPAddress (0.00s) [2022-05-19T09:58:05.842Z] === RUN TestMapOpts [2022-05-19T09:58:05.842Z] --- PASS: TestMapOpts (0.00s) [2022-05-19T09:58:05.842Z] === RUN TestListOptsWithoutValidator [2022-05-19T09:58:05.842Z] --- PASS: TestListOptsWithoutValidator (0.00s) [2022-05-19T09:58:05.842Z] === RUN TestListOptsWithValidator [2022-05-19T09:58:05.842Z] --- PASS: TestListOptsWithValidator (0.00s) [2022-05-19T09:58:05.842Z] === RUN TestValidateDNSSearch [2022-05-19T09:58:05.842Z] --- PASS: TestValidateDNSSearch (0.00s) [2022-05-19T09:58:05.842Z] === RUN TestValidateLabel [2022-05-19T09:58:05.842Z] === RUN TestValidateLabel/lable_with_bad_attribute_format [2022-05-19T09:58:05.842Z] === RUN TestValidateLabel/label_with_general_format [2022-05-19T09:58:05.842Z] === RUN TestValidateLabel/label_with_more_than_one_= [2022-05-19T09:58:05.842Z] === RUN TestValidateLabel/label_with_one_more [2022-05-19T09:58:05.842Z] === RUN TestValidateLabel/label_with_no_reserved_com.docker.* [2022-05-19T09:58:05.842Z] === RUN TestValidateLabel/label_with_no_reserved_io.docker.* [2022-05-19T09:58:05.842Z] === RUN TestValidateLabel/label_with_no_reserved_org.dockerproject.* [2022-05-19T09:58:05.842Z] === RUN TestValidateLabel/label_with_reserved_com.docker.* [2022-05-19T09:58:05.842Z] === RUN TestValidateLabel/label_with_reserved_upcase_com.docker.*_ [2022-05-19T09:58:05.842Z] === RUN TestValidateLabel/label_with_reserved_io.docker.* [2022-05-19T09:58:05.842Z] === RUN TestValidateLabel/label_with_reserved_upcase_io.docker.* [2022-05-19T09:58:05.842Z] === RUN TestValidateLabel/label_with_reserved_org.dockerproject.* [2022-05-19T09:58:05.842Z] === RUN TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* [2022-05-19T09:58:05.842Z] --- PASS: TestValidateLabel (0.00s) [2022-05-19T09:58:05.842Z] --- PASS: TestValidateLabel/lable_with_bad_attribute_format (0.00s) [2022-05-19T09:58:05.842Z] --- PASS: TestValidateLabel/label_with_general_format (0.00s) [2022-05-19T09:58:05.842Z] --- PASS: TestValidateLabel/label_with_more_than_one_= (0.00s) [2022-05-19T09:58:05.842Z] --- PASS: TestValidateLabel/label_with_one_more (0.00s) [2022-05-19T09:58:05.842Z] --- PASS: TestValidateLabel/label_with_no_reserved_com.docker.* (0.00s) [2022-05-19T09:58:05.842Z] --- PASS: TestValidateLabel/label_with_no_reserved_io.docker.* (0.00s) [2022-05-19T09:58:05.842Z] --- PASS: TestValidateLabel/label_with_no_reserved_org.dockerproject.* (0.00s) [2022-05-19T09:58:05.842Z] --- PASS: TestValidateLabel/label_with_reserved_com.docker.* (0.00s) [2022-05-19T09:58:05.842Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_com.docker.*_ (0.00s) [2022-05-19T09:58:05.842Z] --- PASS: TestValidateLabel/label_with_reserved_io.docker.* (0.00s) [2022-05-19T09:58:05.842Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_io.docker.* (0.00s) [2022-05-19T09:58:05.842Z] --- PASS: TestValidateLabel/label_with_reserved_org.dockerproject.* (0.00s) [2022-05-19T09:58:05.842Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* (0.00s) [2022-05-19T09:58:05.842Z] === RUN TestNamedListOpts [2022-05-19T09:58:05.842Z] --- PASS: TestNamedListOpts (0.00s) [2022-05-19T09:58:05.842Z] === RUN TestNamedMapOpts [2022-05-19T09:58:05.842Z] --- PASS: TestNamedMapOpts (0.00s) [2022-05-19T09:58:05.842Z] === RUN TestParseLink [2022-05-19T09:58:05.842Z] --- PASS: TestParseLink (0.00s) [2022-05-19T09:58:05.842Z] === RUN TestUlimitOpt [2022-05-19T09:58:05.842Z] --- PASS: TestUlimitOpt (0.00s) [2022-05-19T09:58:05.842Z] PASS [2022-05-19T09:58:05.842Z] coverage: 66.0% of statements [2022-05-19T09:58:05.842Z] ok github.com/docker/docker/opts 0.130s coverage: 66.0% of statements [2022-05-19T09:58:05.842Z] === RUN TestParseVersion [2022-05-19T09:58:05.842Z] --- PASS: TestParseVersion (0.00s) [2022-05-19T09:58:05.842Z] PASS [2022-05-19T09:58:05.842Z] coverage: 52.9% of statements [2022-05-19T09:58:05.842Z] ok github.com/docker/docker/pkg/aaparser 0.064s coverage: 52.9% of statements [2022-05-19T09:58:05.999Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2022-05-19T09:58:06.047Z] === RUN TestKeyValue [2022-05-19T09:58:06.047Z] --- PASS: TestKeyValue (0.00s) [2022-05-19T09:58:06.047Z] PASS [2022-05-19T09:58:06.047Z] coverage: 60.0% of statements [2022-05-19T09:58:06.047Z] ok github.com/docker/docker/libnetwork/netlabel 0.039s coverage: 60.0% of statements [2022-05-19T09:58:06.288Z] --- PASS: TestSkipVerify (0.65s) [2022-05-19T09:58:06.288Z] === RUN TestBufferMaximum [2022-05-19T09:58:06.288Z] time="2022-05-19T09:58:06Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-05-19T09:58:06.288Z] time="2022-05-19T09:58:06Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-05-19T09:58:06.288Z] time="2022-05-19T09:58:06Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-05-19T09:58:06.288Z] time="2022-05-19T09:58:06Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-05-19T09:58:06.288Z] time="2022-05-19T09:58:06Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-05-19T09:58:06.288Z] time="2022-05-19T09:58:06Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1652954286.037017\",\"host\":\"25864cef26dd\"}'" [2022-05-19T09:58:06.288Z] time="2022-05-19T09:58:06Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1652954286.037017\",\"host\":\"25864cef26dd\"}'" [2022-05-19T09:58:06.288Z] --- PASS: TestBufferMaximum (0.00s) [2022-05-19T09:58:06.288Z] === RUN TestServerAlwaysDown [2022-05-19T09:58:06.288Z] time="2022-05-19T09:58:06Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-05-19T09:58:06.288Z] time="2022-05-19T09:58:06Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-05-19T09:58:06.288Z] time="2022-05-19T09:58:06Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1652954286.039999\",\"host\":\"25864cef26dd\"}'" [2022-05-19T09:58:06.288Z] time="2022-05-19T09:58:06Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1652954286.039999\",\"host\":\"25864cef26dd\"}'" [2022-05-19T09:58:06.288Z] time="2022-05-19T09:58:06Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-05-19T09:58:06.288Z] time="2022-05-19T09:58:06Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"2\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1652954286.039999\",\"host\":\"25864cef26dd\"}'" [2022-05-19T09:58:06.288Z] time="2022-05-19T09:58:06Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"3\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1652954286.041020\",\"host\":\"25864cef26dd\"}'" [2022-05-19T09:58:06.288Z] time="2022-05-19T09:58:06Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"4\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1652954286.041020\",\"host\":\"25864cef26dd\"}'" [2022-05-19T09:58:06.288Z] --- PASS: TestServerAlwaysDown (0.00s) [2022-05-19T09:58:06.288Z] === RUN TestCannotSendAfterClose [2022-05-19T09:58:06.288Z] --- PASS: TestCannotSendAfterClose (0.00s) [2022-05-19T09:58:06.288Z] === RUN TestDeadlockOnBlockedEndpoint [2022-05-19T09:58:06.515Z] --- PASS: TestAllocateRandomDeallocate (2.23s) [2022-05-19T09:58:06.516Z] === RUN TestAllocateRandomDeallocateSerialize [2022-05-19T09:58:06.563Z] --- PASS: TestNetworkNat (0.65s) [2022-05-19T09:58:06.563Z] === RUN TestNetworkLocalhostTCPNat [2022-05-19T09:58:06.758Z] === RUN TestV2MetadataService [2022-05-19T09:58:06.831Z] --- PASS: TestNetworkDBJoinLeaveNetwork (2.84s) [2022-05-19T09:58:06.831Z] === RUN TestNetworkDBJoinLeaveNetworks [2022-05-19T09:58:07.229Z] time="2022-05-19T09:58:07Z" 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-05-19T09:58:07.230Z] time="2022-05-19T09:58:07Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"\",\"source\":\"\",\"tag\":\"containeriid\"},\"time\":\"-6795364578.871346\",\"host\":\"25864cef26dd\"}'" [2022-05-19T09:58:07.230Z] --- PASS: TestDeadlockOnBlockedEndpoint (1.00s) [2022-05-19T09:58:07.230Z] PASS [2022-05-19T09:58:07.230Z] coverage: 82.5% of statements [2022-05-19T09:58:07.230Z] ok github.com/docker/docker/daemon/logger/splunk 2.262s coverage: 82.5% of statements [2022-05-19T09:58:07.230Z] ? github.com/docker/docker/daemon/names [no test files] [2022-05-19T09:58:07.230Z] ? github.com/docker/docker/daemon/network [no test files] [2022-05-19T09:58:07.230Z] ? github.com/docker/docker/daemon/stats [no test files] [2022-05-19T09:58:07.492Z] --- PASS: TestNetworkLocalhostTCPNat (0.81s) [2022-05-19T09:58:07.492Z] === RUN TestNetworkLoopbackNat [2022-05-19T09:58:07.700Z] === RUN TestSuccessfulDownload [2022-05-19T09:58:07.700Z] download_test.go:267: Needs fixing on Windows [2022-05-19T09:58:07.700Z] --- SKIP: TestSuccessfulDownload (0.00s) [2022-05-19T09:58:07.700Z] === RUN TestCancelledDownload [2022-05-19T09:58:07.700Z] --- PASS: TestCancelledDownload (0.00s) [2022-05-19T09:58:07.700Z] === RUN TestMaxDownloadAttempts [2022-05-19T09:58:07.700Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-05-19T09:58:07.700Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-05-19T09:58:07.700Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-05-19T09:58:07.700Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-05-19T09:58:07.700Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-05-19T09:58:07.700Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-05-19T09:58:07.700Z] === RUN TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-05-19T09:58:07.700Z] === PAUSE TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-05-19T09:58:07.700Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-05-19T09:58:07.700Z] === CONT TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-05-19T09:58:07.700Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-05-19T09:58:07.700Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-05-19T09:58:07.750Z] docker_cli_daemon_plugins_test.go:80: [d684bc689fc28] daemon is not started [2022-05-19T09:58:07.816Z] === RUN TestPeerCertificateMarshalJSON [2022-05-19T09:58:08.170Z] --- PASS: TestV2MetadataService (1.26s) [2022-05-19T09:58:08.170Z] PASS [2022-05-19T09:58:08.170Z] coverage: 44.4% of statements [2022-05-19T09:58:08.170Z] ok github.com/docker/docker/distribution/metadata 1.367s coverage: 44.4% of statements [2022-05-19T09:58:08.170Z] time="2022-05-19T09:58:07Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-05-19T09:58:08.170Z] time="2022-05-19T09:58:07Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-05-19T09:58:08.170Z] time="2022-05-19T09:58:07Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-05-19T09:58:08.170Z] time="2022-05-19T09:58:07Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-05-19T09:58:08.170Z] --- PASS: TestMaxDownloadAttempts (0.00s) [2022-05-19T09:58:08.170Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt (0.46s) [2022-05-19T09:58:08.170Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt (0.46s) [2022-05-19T09:58:08.170Z] --- PASS: TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt (0.46s) [2022-05-19T09:58:08.170Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt (0.46s) [2022-05-19T09:58:08.170Z] === RUN TestTransfer [2022-05-19T09:58:08.170Z] === RUN TestContinueOnError_NonMirrorEndpoint [2022-05-19T09:58:08.170Z] --- PASS: TestContinueOnError_NonMirrorEndpoint (0.00s) [2022-05-19T09:58:08.170Z] === RUN TestContinueOnError_MirrorEndpoint [2022-05-19T09:58:08.170Z] --- PASS: TestContinueOnError_MirrorEndpoint (0.00s) [2022-05-19T09:58:08.170Z] === RUN TestContinueOnError_NeverContinue [2022-05-19T09:58:08.170Z] --- PASS: TestContinueOnError_NeverContinue (0.00s) [2022-05-19T09:58:08.170Z] === RUN TestManifestStore [2022-05-19T09:58:08.170Z] === RUN TestManifestStore/no_remote_or_local [2022-05-19T09:58:08.170Z] --- PASS: TestTransfer (0.15s) [2022-05-19T09:58:08.170Z] === RUN TestConcurrencyLimit [2022-05-19T09:58:08.284Z] === RUN TestPeerCertificateMarshalJSON/Marshalling_: [2022-05-19T09:58:08.284Z] === RUN TestPeerCertificateMarshalJSON/UnMarshalling_: [2022-05-19T09:58:08.284Z] --- PASS: TestPeerCertificateMarshalJSON (0.41s) [2022-05-19T09:58:08.284Z] --- PASS: TestPeerCertificateMarshalJSON/Marshalling_: (0.00s) [2022-05-19T09:58:08.284Z] --- PASS: TestPeerCertificateMarshalJSON/UnMarshalling_: (0.00s) [2022-05-19T09:58:08.284Z] === RUN TestMiddleware [2022-05-19T09:58:08.284Z] --- PASS: TestMiddleware (0.00s) [2022-05-19T09:58:08.284Z] === RUN TestNewResponseModifier [2022-05-19T09:58:08.284Z] --- PASS: TestNewResponseModifier (0.00s) [2022-05-19T09:58:08.284Z] PASS [2022-05-19T09:58:08.284Z] coverage: 26.8% of statements [2022-05-19T09:58:08.284Z] ok github.com/docker/docker/pkg/authorization 0.476s coverage: 26.8% of statements [2022-05-19T09:58:08.284Z] 2022/05/19 09:58:07 Closing DB instances... [2022-05-19T09:58:08.640Z] time="2022-05-19T09:58:08Z" level=warning msg="Error while attempting to abort content ingest" error="remove C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\TestManifestStore_no_remote_or_local3226760723\\ingest\\5b12c59ff23fa3d365724bc93c65a9481954db8222175a75005af97afc148b79\\data: The process cannot access the file because it is being used by another process." [2022-05-19T09:58:08.640Z] === RUN TestManifestStore/no_local_cache [2022-05-19T09:58:08.640Z] === RUN TestManifestStore/with_local_cache [2022-05-19T09:58:08.640Z] === RUN TestManifestStore/unknown_media_type [2022-05-19T09:58:08.640Z] === RUN TestManifestStore/unknown_media_type/no_cache [2022-05-19T09:58:08.640Z] time="2022-05-19T09:58:08Z" level=warning msg="reference for unknown type: " [2022-05-19T09:58:08.640Z] time="2022-05-19T09:58:08Z" level=warning msg="reference for unknown type: " [2022-05-19T09:58:08.640Z] === RUN TestManifestStore/unknown_media_type/with_cache [2022-05-19T09:58:08.640Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type [2022-05-19T09:58:08.640Z] time="2022-05-19T09:58:08Z" level=warning msg="reference for unknown type: " [2022-05-19T09:58:08.640Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type [2022-05-19T09:58:08.640Z] time="2022-05-19T09:58:08Z" level=warning msg="reference for unknown type: " [2022-05-19T09:58:08.640Z] time="2022-05-19T09:58:08Z" level=warning msg="reference for unknown type: " [2022-05-19T09:58:08.640Z] === RUN TestManifestStore/error_persisting_manifest [2022-05-19T09:58:08.640Z] === RUN TestManifestStore/error_persisting_manifest/error_on_writer [2022-05-19T09:58:08.640Z] === RUN TestManifestStore/error_persisting_manifest/error_on_commit [2022-05-19T09:58:08.640Z] time="2022-05-19T09:58:08Z" level=warning msg="Error persisting manifest" error="error committing manifest to content store: random error" [2022-05-19T09:58:08.640Z] --- PASS: TestManifestStore (0.31s) [2022-05-19T09:58:08.640Z] --- PASS: TestManifestStore/no_remote_or_local (0.21s) [2022-05-19T09:58:08.641Z] --- PASS: TestManifestStore/no_local_cache (0.01s) [2022-05-19T09:58:08.641Z] --- PASS: TestManifestStore/with_local_cache (0.02s) [2022-05-19T09:58:08.641Z] --- PASS: TestManifestStore/unknown_media_type (0.05s) [2022-05-19T09:58:08.641Z] --- PASS: TestManifestStore/unknown_media_type/no_cache (0.02s) [2022-05-19T09:58:08.641Z] --- PASS: TestManifestStore/unknown_media_type/with_cache (0.04s) [2022-05-19T09:58:08.641Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type (0.02s) [2022-05-19T09:58:08.641Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type (0.02s) [2022-05-19T09:58:08.641Z] --- PASS: TestManifestStore/error_persisting_manifest (0.02s) [2022-05-19T09:58:08.641Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_writer (0.00s) [2022-05-19T09:58:08.641Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_commit (0.01s) [2022-05-19T09:58:08.641Z] === RUN TestDetectManifestBlobMediaType [2022-05-19T09:58:08.641Z] === RUN TestDetectManifestBlobMediaType/mediaType_is_set [2022-05-19T09:58:08.641Z] === RUN TestDetectManifestBlobMediaType/oci_manifest [2022-05-19T09:58:08.641Z] === RUN TestDetectManifestBlobMediaType/schema1 [2022-05-19T09:58:08.641Z] === RUN TestDetectManifestBlobMediaType/oci_index_fallback [2022-05-19T09:58:08.641Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_config_set [2022-05-19T09:58:08.641Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set [2022-05-19T09:58:08.641Z] --- PASS: TestDetectManifestBlobMediaType (0.00s) [2022-05-19T09:58:08.641Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_is_set (0.00s) [2022-05-19T09:58:08.641Z] --- PASS: TestDetectManifestBlobMediaType/oci_manifest (0.00s) [2022-05-19T09:58:08.641Z] --- PASS: TestDetectManifestBlobMediaType/schema1 (0.00s) [2022-05-19T09:58:08.641Z] --- PASS: TestDetectManifestBlobMediaType/oci_index_fallback (0.00s) [2022-05-19T09:58:08.641Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_config_set (0.00s) [2022-05-19T09:58:08.641Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set (0.00s) [2022-05-19T09:58:08.641Z] === RUN TestDetectManifestBlobMediaTypeInvalid [2022-05-19T09:58:08.641Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_manifests [2022-05-19T09:58:08.641Z] === RUN TestDetectManifestBlobMediaTypeInvalid/layers_and_manifests [2022-05-19T09:58:08.641Z] === RUN TestDetectManifestBlobMediaTypeInvalid/fsLayers_and_manifests [2022-05-19T09:58:08.641Z] === RUN TestDetectManifestBlobMediaTypeInvalid/config_and_fsLayers [2022-05-19T09:58:08.641Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_manifests [2022-05-19T09:58:08.641Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_layers [2022-05-19T09:58:08.641Z] === RUN TestDetectManifestBlobMediaTypeInvalid/manifest_list_mediaType_with_fsLayers [2022-05-19T09:58:08.641Z] === RUN TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_layers [2022-05-19T09:58:08.641Z] === RUN TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_config [2022-05-19T09:58:08.641Z] === RUN TestDetectManifestBlobMediaTypeInvalid/config_and_manifests [2022-05-19T09:58:08.641Z] === RUN TestDetectManifestBlobMediaTypeInvalid/layers_and_fsLayers [2022-05-19T09:58:08.641Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_fsLayers [2022-05-19T09:58:08.641Z] === RUN TestDetectManifestBlobMediaTypeInvalid/oci_manifest_mediaType_with_manifests [2022-05-19T09:58:08.641Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid (0.00s) [2022-05-19T09:58:08.641Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_manifests (0.00s) [2022-05-19T09:58:08.641Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/layers_and_manifests (0.00s) [2022-05-19T09:58:08.641Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/fsLayers_and_manifests (0.00s) [2022-05-19T09:58:08.641Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/config_and_fsLayers (0.00s) [2022-05-19T09:58:08.641Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_manifests (0.00s) [2022-05-19T09:58:08.641Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_layers (0.00s) [2022-05-19T09:58:08.641Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/manifest_list_mediaType_with_fsLayers (0.00s) [2022-05-19T09:58:08.641Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_layers (0.00s) [2022-05-19T09:58:08.641Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_config (0.00s) [2022-05-19T09:58:08.641Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/config_and_manifests (0.00s) [2022-05-19T09:58:08.641Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/layers_and_fsLayers (0.00s) [2022-05-19T09:58:08.641Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_fsLayers (0.00s) [2022-05-19T09:58:08.641Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/oci_manifest_mediaType_with_manifests (0.00s) [2022-05-19T09:58:08.641Z] === RUN TestFixManifestLayers [2022-05-19T09:58:08.641Z] --- PASS: TestFixManifestLayers (0.00s) [2022-05-19T09:58:08.641Z] === RUN TestFixManifestLayersBaseLayerParent [2022-05-19T09:58:08.641Z] pull_v2_test.go:82: Needs fixing on Windows [2022-05-19T09:58:08.641Z] --- SKIP: TestFixManifestLayersBaseLayerParent (0.00s) [2022-05-19T09:58:08.641Z] === RUN TestFixManifestLayersBadParent [2022-05-19T09:58:08.641Z] --- PASS: TestFixManifestLayersBadParent (0.00s) [2022-05-19T09:58:08.641Z] === RUN TestValidateManifest [2022-05-19T09:58:08.641Z] pull_v2_test.go:127: Needs fixing on Windows [2022-05-19T09:58:08.641Z] --- SKIP: TestValidateManifest (0.00s) [2022-05-19T09:58:08.641Z] === RUN TestFormatPlatform [2022-05-19T09:58:08.641Z] --- PASS: TestFormatPlatform (0.00s) [2022-05-19T09:58:08.641Z] === RUN TestPullSchema2Config [2022-05-19T09:58:08.641Z] === RUN TestPullSchema2Config/success_first_time [2022-05-19T09:58:08.641Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-05-19T09:58:08.641Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-05-19T09:58:08.641Z] === RUN TestPullSchema2Config/500_status [2022-05-19T09:58:08.641Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-05-19T09:58:08.641Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-05-19T09:58:08.641Z] --- PASS: TestConcurrencyLimit (0.39s) [2022-05-19T09:58:08.641Z] === RUN TestInactiveJobs [2022-05-19T09:58:08.729Z] --- PASS: TestAllocateRandomDeallocateSerialize (2.39s) [2022-05-19T09:58:08.729Z] === RUN TestRetrieveFromStore [2022-05-19T09:58:08.752Z] === RUN TestIsArchivePathDir [2022-05-19T09:58:08.752Z] --- PASS: TestIsArchivePathDir (0.10s) [2022-05-19T09:58:08.752Z] === RUN TestIsArchivePathInvalidFile [2022-05-19T09:58:08.752Z] --- PASS: TestIsArchivePathInvalidFile (0.17s) [2022-05-19T09:58:08.752Z] === RUN TestIsArchivePathTar [2022-05-19T09:58:09.112Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-05-19T09:58:09.112Z] === RUN TestPullSchema2Config/EOF [2022-05-19T09:58:09.112Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-05-19T09:58:09.112Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-05-19T09:58:09.112Z] 2022/05/19 09:58:08 http: panic serving 127.0.0.1:49219: intentional panic [2022-05-19T09:58:09.112Z] goroutine 118 [running]: [2022-05-19T09:58:09.112Z] net/http.(*conn).serve.func1() [2022-05-19T09:58:09.112Z] c:/go/src/net/http/server.go:1825 +0xbf [2022-05-19T09:58:09.112Z] panic({0xf58ee0, 0x113b2f0}) [2022-05-19T09:58:09.112Z] c:/go/src/runtime/panic.go:844 +0x258 [2022-05-19T09:58:09.112Z] github.com/docker/docker/distribution.TestPullSchema2Config.func3(0xc00010a820?, {0x1142a98?, 0xc000108000?}) [2022-05-19T09:58:09.112Z] C:/gopath/src/github.com/docker/docker/distribution/pull_v2_test.go:262 +0xb4 [2022-05-19T09:58:09.112Z] github.com/docker/docker/distribution.TestPullSchema2Config.func5.1({0x1142a98, 0xc000108000}, 0xc0000be100) [2022-05-19T09:58:09.112Z] C:/gopath/src/github.com/docker/docker/distribution/pull_v2_test.go:290 +0x286 [2022-05-19T09:58:09.112Z] net/http.HandlerFunc.ServeHTTP(0x0?, {0x1142a98?, 0xc000108000?}, 0x155d5e0?) [2022-05-19T09:58:09.112Z] c:/go/src/net/http/server.go:2084 +0x2f [2022-05-19T09:58:09.112Z] net/http.serverHandler.ServeHTTP({0xc0003e0090?}, {0x1142a98, 0xc000108000}, 0xc0000be100) [2022-05-19T09:58:09.112Z] c:/go/src/net/http/server.go:2916 +0x43b [2022-05-19T09:58:09.112Z] net/http.(*conn).serve(0xc00010e000, {0x1143310, 0xc00021b3e0}) [2022-05-19T09:58:09.112Z] c:/go/src/net/http/server.go:1966 +0x5d7 [2022-05-19T09:58:09.112Z] created by net/http.(*Server).Serve [2022-05-19T09:58:09.112Z] c:/go/src/net/http/server.go:3071 +0x4db [2022-05-19T09:58:09.112Z] === RUN TestNotFound [2022-05-19T09:58:09.112Z] --- PASS: TestNotFound (0.00s) [2022-05-19T09:58:09.112Z] === RUN TestConflict [2022-05-19T09:58:09.112Z] --- PASS: TestConflict (0.00s) [2022-05-19T09:58:09.112Z] === RUN TestForbidden [2022-05-19T09:58:09.112Z] --- PASS: TestForbidden (0.00s) [2022-05-19T09:58:09.112Z] === RUN TestInvalidParameter [2022-05-19T09:58:09.112Z] --- PASS: TestInvalidParameter (0.00s) [2022-05-19T09:58:09.112Z] === RUN TestNotImplemented [2022-05-19T09:58:09.112Z] --- PASS: TestNotImplemented (0.00s) [2022-05-19T09:58:09.112Z] === RUN TestNotModified [2022-05-19T09:58:09.112Z] --- PASS: TestNotModified (0.00s) [2022-05-19T09:58:09.112Z] === RUN TestUnauthorized [2022-05-19T09:58:09.112Z] --- PASS: TestUnauthorized (0.00s) [2022-05-19T09:58:09.112Z] === RUN TestUnknown [2022-05-19T09:58:09.112Z] --- PASS: TestUnknown (0.00s) [2022-05-19T09:58:09.112Z] === RUN TestCancelled [2022-05-19T09:58:09.112Z] --- PASS: TestCancelled (0.00s) [2022-05-19T09:58:09.112Z] === RUN TestDeadline [2022-05-19T09:58:09.112Z] --- PASS: TestDeadline (0.00s) [2022-05-19T09:58:09.112Z] === RUN TestDataLoss [2022-05-19T09:58:09.112Z] --- PASS: TestDataLoss (0.00s) [2022-05-19T09:58:09.112Z] === RUN TestUnavailable [2022-05-19T09:58:09.112Z] --- PASS: TestUnavailable (0.00s) [2022-05-19T09:58:09.112Z] === RUN TestSystem [2022-05-19T09:58:09.112Z] --- PASS: TestSystem (0.00s) [2022-05-19T09:58:09.112Z] === RUN TestFromStatusCode [2022-05-19T09:58:09.112Z] === RUN TestFromStatusCode/Not_Found [2022-05-19T09:58:09.112Z] === RUN TestFromStatusCode/Bad_Request [2022-05-19T09:58:09.112Z] === RUN TestFromStatusCode/Conflict [2022-05-19T09:58:09.112Z] === RUN TestFromStatusCode/Unauthorized [2022-05-19T09:58:09.112Z] === RUN TestFromStatusCode/Service_Unavailable [2022-05-19T09:58:09.112Z] === RUN TestFromStatusCode/Forbidden [2022-05-19T09:58:09.112Z] === RUN TestFromStatusCode/Not_Modified [2022-05-19T09:58:09.112Z] === RUN TestFromStatusCode/Not_Implemented [2022-05-19T09:58:09.112Z] === RUN TestFromStatusCode/Internal_Server_Error [2022-05-19T09:58:09.112Z] === RUN TestFromStatusCode/Internal_Server_Error#01 [2022-05-19T09:58:09.112Z] === RUN TestFromStatusCode/Internal_Server_Error#02 [2022-05-19T09:58:09.112Z] === RUN TestFromStatusCode/Internal_Server_Error#03 [2022-05-19T09:58:09.112Z] === RUN TestFromStatusCode/Internal_Server_Error#04 [2022-05-19T09:58:09.112Z] --- PASS: TestFromStatusCode (0.00s) [2022-05-19T09:58:09.112Z] --- PASS: TestFromStatusCode/Not_Found (0.00s) [2022-05-19T09:58:09.112Z] --- PASS: TestFromStatusCode/Bad_Request (0.00s) [2022-05-19T09:58:09.112Z] --- PASS: TestFromStatusCode/Conflict (0.00s) [2022-05-19T09:58:09.112Z] --- PASS: TestFromStatusCode/Unauthorized (0.00s) [2022-05-19T09:58:09.112Z] --- PASS: TestFromStatusCode/Service_Unavailable (0.00s) [2022-05-19T09:58:09.112Z] --- PASS: TestFromStatusCode/Forbidden (0.00s) [2022-05-19T09:58:09.112Z] --- PASS: TestFromStatusCode/Not_Modified (0.00s) [2022-05-19T09:58:09.112Z] --- PASS: TestFromStatusCode/Not_Implemented (0.00s) [2022-05-19T09:58:09.112Z] --- PASS: TestFromStatusCode/Internal_Server_Error (0.00s) [2022-05-19T09:58:09.112Z] --- PASS: TestFromStatusCode/Internal_Server_Error#01 (0.00s) [2022-05-19T09:58:09.112Z] --- PASS: TestFromStatusCode/Internal_Server_Error#02 (0.00s) [2022-05-19T09:58:09.112Z] --- PASS: TestFromStatusCode/Internal_Server_Error#03 (0.00s) [2022-05-19T09:58:09.112Z] --- PASS: TestFromStatusCode/Internal_Server_Error#04 (0.00s) [2022-05-19T09:58:09.112Z] PASS [2022-05-19T09:58:09.112Z] coverage: 77.0% of statements [2022-05-19T09:58:09.112Z] ok github.com/docker/docker/errdefs 0.060s coverage: 77.0% of statements [2022-05-19T09:58:09.112Z] --- PASS: TestInactiveJobs (0.40s) [2022-05-19T09:58:09.112Z] === RUN TestWatchRelease [2022-05-19T09:58:09.112Z] --- PASS: TestWatchRelease (0.04s) [2022-05-19T09:58:09.112Z] === RUN TestWatchFinishedTransfer [2022-05-19T09:58:09.112Z] --- PASS: TestWatchFinishedTransfer (0.00s) [2022-05-19T09:58:09.112Z] === RUN TestDuplicateTransfer [2022-05-19T09:58:09.112Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-05-19T09:58:09.112Z] === RUN TestPullSchema2Config/unauthorized [2022-05-19T09:58:09.112Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-05-19T09:58:09.112Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-05-19T09:58:09.112Z] --- PASS: TestPullSchema2Config (0.55s) [2022-05-19T09:58:09.112Z] --- PASS: TestPullSchema2Config/success_first_time (0.01s) [2022-05-19T09:58:09.112Z] --- PASS: TestPullSchema2Config/500_status (0.26s) [2022-05-19T09:58:09.112Z] --- PASS: TestPullSchema2Config/EOF (0.28s) [2022-05-19T09:58:09.112Z] --- PASS: TestPullSchema2Config/unauthorized (0.01s) [2022-05-19T09:58:09.112Z] === RUN TestGetRepositoryMountCandidates [2022-05-19T09:58:09.112Z] --- PASS: TestGetRepositoryMountCandidates (0.00s) [2022-05-19T09:58:09.112Z] === RUN TestLayerAlreadyExists [2022-05-19T09:58:09.112Z] 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-05-19T09:58:09.112Z] 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-05-19T09:58:09.112Z] 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-05-19T09:58:09.112Z] 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-05-19T09:58:09.112Z] 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-05-19T09:58:09.112Z] 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-05-19T09:58:09.112Z] --- PASS: TestLayerAlreadyExists (0.00s) [2022-05-19T09:58:09.112Z] === RUN TestWhenEmptyAuthConfig [2022-05-19T09:58:09.112Z] --- PASS: TestDuplicateTransfer (0.04s) [2022-05-19T09:58:09.112Z] === RUN TestSuccessfulUpload [2022-05-19T09:58:09.123Z] === RUN TestDockerDaemonSuite/TestDaemonKillWithPlugins [2022-05-19T09:58:09.196Z] === RUN TestNetworkDBSimple [2022-05-19T09:58:09.196Z] --- PASS: TestSetParallelInsertDelete (10.00s) [2022-05-19T09:58:09.196Z] PASS [2022-05-19T09:58:09.196Z] coverage: 100.0% of statements [2022-05-19T09:58:09.196Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.053s coverage: 100.0% of statements [2022-05-19T09:58:09.219Z] --- PASS: TestIsArchivePathTar (0.23s) [2022-05-19T09:58:09.219Z] === RUN TestDecompressStreamGzip [2022-05-19T09:58:09.219Z] --- PASS: TestDecompressStreamGzip (0.18s) [2022-05-19T09:58:09.219Z] === RUN TestDecompressStreamBzip2 [2022-05-19T09:58:09.219Z] === RUN TestUnbuffered [2022-05-19T09:58:09.219Z] --- PASS: TestUnbuffered (0.00s) [2022-05-19T09:58:09.219Z] === RUN TestRaceUnbuffered [2022-05-19T09:58:09.219Z] --- PASS: TestRaceUnbuffered (0.00s) [2022-05-19T09:58:09.219Z] PASS [2022-05-19T09:58:09.219Z] coverage: 100.0% of statements [2022-05-19T09:58:09.219Z] ok github.com/docker/docker/pkg/broadcaster 0.043s coverage: 100.0% of statements [2022-05-19T09:58:09.219Z] --- PASS: TestDecompressStreamBzip2 (0.13s) [2022-05-19T09:58:09.219Z] === RUN TestDecompressStreamXz [2022-05-19T09:58:09.219Z] archive_test.go:133: Xz not present in msys2 [2022-05-19T09:58:09.219Z] --- SKIP: TestDecompressStreamXz (0.00s) [2022-05-19T09:58:09.219Z] === RUN TestDecompressStreamZstd [2022-05-19T09:58:09.219Z] archive_test.go:140: zstd not installed [2022-05-19T09:58:09.219Z] --- SKIP: TestDecompressStreamZstd (0.04s) [2022-05-19T09:58:09.219Z] === RUN TestCompressStreamXzUnsupported [2022-05-19T09:58:09.219Z] --- PASS: TestCompressStreamXzUnsupported (0.00s) [2022-05-19T09:58:09.219Z] === RUN TestCompressStreamBzip2Unsupported [2022-05-19T09:58:09.219Z] --- PASS: TestCompressStreamBzip2Unsupported (0.00s) [2022-05-19T09:58:09.219Z] === RUN TestCompressStreamInvalid [2022-05-19T09:58:09.219Z] --- PASS: TestCompressStreamInvalid (0.00s) [2022-05-19T09:58:09.219Z] === RUN TestExtensionInvalid [2022-05-19T09:58:09.219Z] --- PASS: TestExtensionInvalid (0.00s) [2022-05-19T09:58:09.220Z] === RUN TestExtensionUncompressed [2022-05-19T09:58:09.220Z] --- PASS: TestExtensionUncompressed (0.00s) [2022-05-19T09:58:09.220Z] === RUN TestExtensionBzip2 [2022-05-19T09:58:09.220Z] --- PASS: TestExtensionBzip2 (0.00s) [2022-05-19T09:58:09.220Z] === RUN TestExtensionGzip [2022-05-19T09:58:09.220Z] --- PASS: TestExtensionGzip (0.00s) [2022-05-19T09:58:09.220Z] === RUN TestExtensionXz [2022-05-19T09:58:09.220Z] --- PASS: TestExtensionXz (0.00s) [2022-05-19T09:58:09.220Z] === RUN TestExtensionZstd [2022-05-19T09:58:09.220Z] --- PASS: TestExtensionZstd (0.00s) [2022-05-19T09:58:09.220Z] === RUN TestCmdStreamLargeStderr [2022-05-19T09:58:09.583Z] time="2022-05-19T09:58:09Z" level=error msg="Upload failed, retrying: simulating retry" [2022-05-19T09:58:09.583Z] --- PASS: TestSuccessfulUpload (0.43s) [2022-05-19T09:58:09.583Z] === RUN TestCancelledUpload [2022-05-19T09:58:09.583Z] --- PASS: TestCancelledUpload (0.00s) [2022-05-19T09:58:09.583Z] PASS [2022-05-19T09:58:09.583Z] coverage: 76.8% of statements [2022-05-19T09:58:09.583Z] ok github.com/docker/docker/distribution/xfer 1.991s coverage: 76.8% of statements [2022-05-19T09:58:09.686Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2022-05-19T09:58:09.689Z] --- PASS: TestCmdStreamLargeStderr (0.20s) [2022-05-19T09:58:09.689Z] === RUN TestCmdStreamBad [2022-05-19T09:58:09.689Z] archive_test.go:252: Failing on Windows CI machines [2022-05-19T09:58:09.689Z] --- SKIP: TestCmdStreamBad (0.00s) [2022-05-19T09:58:09.689Z] === RUN TestCmdStreamGood [2022-05-19T09:58:09.689Z] --- PASS: TestCmdStreamGood (0.06s) [2022-05-19T09:58:09.689Z] === RUN TestUntarPathWithInvalidDest [2022-05-19T09:58:09.689Z] --- PASS: TestUntarPathWithInvalidDest (0.08s) [2022-05-19T09:58:09.689Z] === RUN TestUntarPathWithInvalidSrc [2022-05-19T09:58:09.689Z] --- PASS: TestNetworkDBJoinLeaveNetworks (2.84s) [2022-05-19T09:58:09.689Z] === RUN TestNetworkDBCRUDTableEntry [2022-05-19T09:58:09.689Z] --- PASS: TestUntarPathWithInvalidSrc (0.00s) [2022-05-19T09:58:09.689Z] === RUN TestUntarPath [2022-05-19T09:58:09.689Z] --- PASS: TestUntarPath (0.10s) [2022-05-19T09:58:09.689Z] === RUN TestUntarPathWithDestinationFile [2022-05-19T09:58:10.052Z] === RUN TestFSGetInvalidData [2022-05-19T09:58:10.052Z] --- PASS: TestFSGetInvalidData (0.02s) [2022-05-19T09:58:10.052Z] === RUN TestFSInvalidSet [2022-05-19T09:58:10.052Z] --- PASS: TestFSInvalidSet (0.02s) [2022-05-19T09:58:10.052Z] === RUN TestFSInvalidRoot [2022-05-19T09:58:10.052Z] --- PASS: TestFSInvalidRoot (0.01s) [2022-05-19T09:58:10.052Z] === RUN TestFSMetadataGetSet [2022-05-19T09:58:10.052Z] --- PASS: TestFSMetadataGetSet (0.07s) [2022-05-19T09:58:10.052Z] === RUN TestFSInvalidWalker [2022-05-19T09:58:10.052Z] --- PASS: TestFSInvalidWalker (0.01s) [2022-05-19T09:58:10.052Z] === RUN TestFSGetSet [2022-05-19T09:58:10.052Z] --- PASS: TestFSGetSet (0.04s) [2022-05-19T09:58:10.052Z] === RUN TestFSGetUnsetKey [2022-05-19T09:58:10.052Z] --- PASS: TestFSGetUnsetKey (0.00s) [2022-05-19T09:58:10.052Z] === RUN TestFSGetEmptyData [2022-05-19T09:58:10.052Z] --- PASS: TestFSGetEmptyData (0.00s) [2022-05-19T09:58:10.052Z] === RUN TestFSDelete [2022-05-19T09:58:10.052Z] --- PASS: TestFSDelete (0.05s) [2022-05-19T09:58:10.052Z] === RUN TestFSWalker [2022-05-19T09:58:10.052Z] --- PASS: TestFSWalker (0.02s) [2022-05-19T09:58:10.052Z] === RUN TestFSWalkerStopOnError [2022-05-19T09:58:10.052Z] --- PASS: TestFSWalkerStopOnError (0.02s) [2022-05-19T09:58:10.052Z] === RUN TestNewFromJSON [2022-05-19T09:58:10.052Z] --- PASS: TestNewFromJSON (0.00s) [2022-05-19T09:58:10.052Z] === RUN TestNewFromJSONWithInvalidJSON [2022-05-19T09:58:10.052Z] --- PASS: TestNewFromJSONWithInvalidJSON (0.00s) [2022-05-19T09:58:10.052Z] === RUN TestMarshalKeyOrder [2022-05-19T09:58:10.052Z] --- PASS: TestMarshalKeyOrder (0.00s) [2022-05-19T09:58:10.052Z] === RUN TestHistoryEqual [2022-05-19T09:58:10.052Z] === RUN TestCompare [2022-05-19T09:58:10.052Z] --- PASS: TestCompare (0.00s) [2022-05-19T09:58:10.052Z] PASS [2022-05-19T09:58:10.052Z] coverage: 19.2% of statements [2022-05-19T09:58:10.052Z] ok github.com/docker/docker/image/cache 0.117s coverage: 19.2% of statements [2022-05-19T09:58:10.157Z] --- PASS: TestUntarPathWithDestinationFile (0.08s) [2022-05-19T09:58:10.157Z] === RUN TestUntarPathWithDestinationSrcFileAsFolder [2022-05-19T09:58:10.157Z] --- PASS: TestUntarPathWithDestinationSrcFileAsFolder (0.09s) [2022-05-19T09:58:10.157Z] === RUN TestCopyWithTarInvalidSrc [2022-05-19T09:58:10.157Z] --- PASS: TestCopyWithTarInvalidSrc (0.00s) [2022-05-19T09:58:10.157Z] === RUN TestCopyWithTarInexistentDestWillCreateIt [2022-05-19T09:58:10.157Z] --- PASS: TestCopyWithTarInexistentDestWillCreateIt (0.00s) [2022-05-19T09:58:10.157Z] === RUN TestCopyWithTarSrcFile [2022-05-19T09:58:10.157Z] --- PASS: TestCopyWithTarSrcFile (0.01s) [2022-05-19T09:58:10.157Z] === RUN TestCopyWithTarSrcFolder [2022-05-19T09:58:10.157Z] --- PASS: TestCopyWithTarSrcFolder (0.01s) [2022-05-19T09:58:10.157Z] === RUN TestCopyFileWithTarInvalidSrc [2022-05-19T09:58:10.157Z] --- PASS: TestCopyFileWithTarInvalidSrc (0.00s) [2022-05-19T09:58:10.157Z] === RUN TestCopyFileWithTarInexistentDestWillCreateIt [2022-05-19T09:58:10.157Z] === RUN TestMatch [2022-05-19T09:58:10.157Z] === RUN TestMatch/[[]] [2022-05-19T09:58:10.157Z] === RUN TestMatch/[[foo]] [2022-05-19T09:58:10.157Z] === RUN TestMatch/[[bar]_[foo]] [2022-05-19T09:58:10.157Z] === RUN TestMatch/[[foo_bar]] [2022-05-19T09:58:10.157Z] === RUN TestMatch/[[qux]_[foo]] [2022-05-19T09:58:10.157Z] === RUN TestMatch/[[foo_bar]_[baz]_[bar]] [2022-05-19T09:58:10.157Z] === RUN TestMatch/[] [2022-05-19T09:58:10.157Z] === RUN TestMatch/[]#01 [2022-05-19T09:58:10.157Z] === RUN TestMatch/[[qux]] [2022-05-19T09:58:10.157Z] === RUN TestMatch/[[foo_bar_qux]] [2022-05-19T09:58:10.157Z] === RUN TestMatch/[[qux]_[baz]] [2022-05-19T09:58:10.157Z] === RUN TestMatch/[[foo_baz]] [2022-05-19T09:58:10.157Z] --- PASS: TestMatch (0.00s) [2022-05-19T09:58:10.157Z] --- PASS: TestMatch/[[]] (0.00s) [2022-05-19T09:58:10.157Z] --- PASS: TestMatch/[[foo]] (0.00s) [2022-05-19T09:58:10.157Z] --- PASS: TestMatch/[[bar]_[foo]] (0.00s) [2022-05-19T09:58:10.157Z] --- PASS: TestMatch/[[foo_bar]] (0.00s) [2022-05-19T09:58:10.157Z] --- PASS: TestMatch/[[qux]_[foo]] (0.00s) [2022-05-19T09:58:10.157Z] --- PASS: TestMatch/[[foo_bar]_[baz]_[bar]] (0.00s) [2022-05-19T09:58:10.157Z] --- PASS: TestMatch/[] (0.00s) [2022-05-19T09:58:10.157Z] --- PASS: TestMatch/[]#01 (0.00s) [2022-05-19T09:58:10.157Z] --- PASS: TestMatch/[[qux]] (0.00s) [2022-05-19T09:58:10.157Z] --- PASS: TestMatch/[[foo_bar_qux]] (0.00s) [2022-05-19T09:58:10.157Z] --- PASS: TestMatch/[[qux]_[baz]] (0.00s) [2022-05-19T09:58:10.157Z] --- PASS: TestMatch/[[foo_baz]] (0.00s) [2022-05-19T09:58:10.157Z] PASS [2022-05-19T09:58:10.157Z] coverage: 87.5% of statements [2022-05-19T09:58:10.157Z] --- PASS: TestCopyFileWithTarInexistentDestWillCreateIt (0.01s) [2022-05-19T09:58:10.157Z] === RUN TestCopyFileWithTarSrcFolder [2022-05-19T09:58:10.157Z] --- PASS: TestCopyFileWithTarSrcFolder (0.01s) [2022-05-19T09:58:10.157Z] === RUN TestCopyFileWithTarSrcFile [2022-05-19T09:58:10.157Z] ok github.com/docker/docker/pkg/capabilities 0.052s coverage: 87.5% of statements [2022-05-19T09:58:10.157Z] --- PASS: TestCopyFileWithTarSrcFile (0.02s) [2022-05-19T09:58:10.157Z] === RUN TestTarFiles [2022-05-19T09:58:10.181Z] --- PASS: TestRetrieveFromStore (1.14s) [2022-05-19T09:58:10.181Z] === RUN TestIsCorrupted [2022-05-19T09:58:10.181Z] --- PASS: TestIsCorrupted (0.03s) [2022-05-19T09:58:10.181Z] === RUN TestSetRollover [2022-05-19T09:58:10.181Z] === RUN TestGenerate [2022-05-19T09:58:10.181Z] --- PASS: TestGenerate (0.00s) [2022-05-19T09:58:10.181Z] === RUN TestGeneratePtr [2022-05-19T09:58:10.181Z] --- PASS: TestGeneratePtr (0.00s) [2022-05-19T09:58:10.181Z] === RUN TestGenerateMissingField [2022-05-19T09:58:10.181Z] --- PASS: TestGenerateMissingField (0.00s) [2022-05-19T09:58:10.181Z] === RUN TestFieldCannotBeSet [2022-05-19T09:58:10.181Z] --- PASS: TestFieldCannotBeSet (0.00s) [2022-05-19T09:58:10.181Z] === RUN TestTypeMismatchError [2022-05-19T09:58:10.181Z] --- PASS: TestTypeMismatchError (0.00s) [2022-05-19T09:58:10.181Z] PASS [2022-05-19T09:58:10.181Z] coverage: 100.0% of statements [2022-05-19T09:58:10.181Z] ok github.com/docker/docker/libnetwork/options 0.041s coverage: 100.0% of statements [2022-05-19T09:58:10.181Z] --- PASS: TestRequestReleaseAddressFromSubPool (4.50s) [2022-05-19T09:58:10.181Z] === RUN TestSerializeRequestReleaseAddressFromSubPool [2022-05-19T09:58:10.181Z] 2022/05/19 09:58:09 Closing DB instances... [2022-05-19T09:58:10.249Z] --- PASS: TestNetworkLoopbackNat (2.87s) [2022-05-19T09:58:10.249Z] === RUN TestPause [2022-05-19T09:58:10.523Z] --- PASS: TestWhenEmptyAuthConfig (1.12s) [2022-05-19T09:58:10.523Z] === RUN TestPushRegistryWhenAuthInfoEmpty [2022-05-19T09:58:10.523Z] --- PASS: TestPushRegistryWhenAuthInfoEmpty (0.00s) [2022-05-19T09:58:10.523Z] === RUN TestTokenPassThru [2022-05-19T09:58:10.523Z] --- PASS: TestTokenPassThru (0.01s) [2022-05-19T09:58:10.523Z] === RUN TestTokenPassThruDifferentHost [2022-05-19T09:58:10.523Z] --- PASS: TestTokenPassThruDifferentHost (0.01s) [2022-05-19T09:58:10.523Z] PASS [2022-05-19T09:58:10.523Z] coverage: 26.6% of statements [2022-05-19T09:58:10.523Z] ok github.com/docker/docker/distribution 2.106s coverage: 26.6% of statements [2022-05-19T09:58:10.523Z] --- PASS: TestHistoryEqual (0.20s) [2022-05-19T09:58:10.523Z] === RUN TestImage [2022-05-19T09:58:10.523Z] --- PASS: TestImage (0.00s) [2022-05-19T09:58:10.523Z] === RUN TestImageOSNotEmpty [2022-05-19T09:58:10.523Z] --- PASS: TestImageOSNotEmpty (0.00s) [2022-05-19T09:58:10.523Z] === RUN TestNewChildImageFromImageWithRootFS [2022-05-19T09:58:10.523Z] --- PASS: TestNewChildImageFromImageWithRootFS (0.00s) [2022-05-19T09:58:10.523Z] === RUN TestCreate [2022-05-19T09:58:10.523Z] --- PASS: TestCreate (0.01s) [2022-05-19T09:58:10.523Z] === RUN TestRestore [2022-05-19T09:58:10.523Z] ? github.com/docker/docker/distribution/utils [no test files] [2022-05-19T09:58:10.523Z] ? github.com/docker/docker/dockerversion [no test files] [2022-05-19T09:58:10.523Z] time="2022-05-19T09:58:10Z" level=error msg="invalid image sha256:f1234d75178d892a133a410355a5a990cf75d2f33eba25d575943d4df632f3a4, invalid character 'i' looking for beginning of value" [2022-05-19T09:58:10.523Z] --- PASS: TestRestore (0.27s) [2022-05-19T09:58:10.523Z] === RUN TestAddDelete [2022-05-19T09:58:10.649Z] testing: warning: no tests to run [2022-05-19T09:58:10.649Z] PASS [2022-05-19T09:58:10.649Z] coverage: 0.0% of statements [2022-05-19T09:58:10.649Z] ok github.com/docker/docker/libnetwork/osl 0.043s coverage: 0.0% of statements [no tests to run] [2022-05-19T09:58:10.860Z] --- PASS: TestPause (0.81s) [2022-05-19T09:58:10.860Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-05-19T09:58:10.860Z] pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-05-19T09:58:10.860Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2022-05-19T09:58:10.860Z] === RUN TestPauseStopPausedContainer [2022-05-19T09:58:10.993Z] --- PASS: TestAddDelete (0.05s) [2022-05-19T09:58:10.993Z] === RUN TestSearchAfterDelete [2022-05-19T09:58:10.993Z] --- PASS: TestSearchAfterDelete (0.01s) [2022-05-19T09:58:10.993Z] === RUN TestParentReset [2022-05-19T09:58:10.993Z] --- PASS: TestParentReset (0.04s) [2022-05-19T09:58:10.993Z] === RUN TestGetAndSetLastUpdated [2022-05-19T09:58:10.993Z] --- PASS: TestGetAndSetLastUpdated (0.02s) [2022-05-19T09:58:10.993Z] === RUN TestStoreLen [2022-05-19T09:58:10.993Z] --- PASS: TestStoreLen (0.07s) [2022-05-19T09:58:10.993Z] PASS [2022-05-19T09:58:10.993Z] coverage: 86.9% of statements [2022-05-19T09:58:10.993Z] ok github.com/docker/docker/image 1.036s coverage: 86.9% of statements [2022-05-19T09:58:10.993Z] === RUN TestValidateManifest [2022-05-19T09:58:10.993Z] === RUN TestValidateManifest/nil [2022-05-19T09:58:10.993Z] === RUN TestValidateManifest/non-nil [2022-05-19T09:58:10.993Z] --- PASS: TestValidateManifest (0.00s) [2022-05-19T09:58:10.993Z] --- PASS: TestValidateManifest/nil (0.00s) [2022-05-19T09:58:10.993Z] --- PASS: TestValidateManifest/non-nil (0.00s) [2022-05-19T09:58:10.993Z] PASS [2022-05-19T09:58:10.993Z] coverage: 0.7% of statements [2022-05-19T09:58:10.993Z] ok github.com/docker/docker/image/tarexport 0.078s coverage: 0.7% of statements [2022-05-19T09:58:11.423Z] docker_cli_daemon_plugins_test.go:170: [d5d978aa46efc] daemon is not started [2022-05-19T09:58:11.468Z] ? github.com/docker/docker/image/v1 [no test files] [2022-05-19T09:58:11.468Z] ? github.com/docker/docker/internal/test/suite [no test files] [2022-05-19T09:58:11.634Z] === RUN TestRequestNewPort [2022-05-19T09:58:11.634Z] --- PASS: TestRequestNewPort (0.00s) [2022-05-19T09:58:11.634Z] === RUN TestRequestSpecificPort [2022-05-19T09:58:11.634Z] --- PASS: TestRequestSpecificPort (0.00s) [2022-05-19T09:58:11.634Z] === RUN TestReleasePort [2022-05-19T09:58:11.634Z] --- PASS: TestReleasePort (0.00s) [2022-05-19T09:58:11.634Z] === RUN TestReuseReleasedPort [2022-05-19T09:58:11.634Z] --- PASS: TestReuseReleasedPort (0.00s) [2022-05-19T09:58:11.634Z] === RUN TestReleaseUnreadledPort [2022-05-19T09:58:11.634Z] --- PASS: TestReleaseUnreadledPort (0.00s) [2022-05-19T09:58:11.634Z] === RUN TestUnknowProtocol [2022-05-19T09:58:11.634Z] --- PASS: TestUnknowProtocol (0.00s) [2022-05-19T09:58:11.634Z] === RUN TestAllocateAllPorts [2022-05-19T09:58:11.634Z] --- PASS: TestAllocateAllPorts (0.00s) [2022-05-19T09:58:11.634Z] === RUN TestPortAllocation [2022-05-19T09:58:11.634Z] --- PASS: TestPortAllocation (0.00s) [2022-05-19T09:58:11.634Z] === RUN TestPortAllocationWithCustomRange [2022-05-19T09:58:11.634Z] --- PASS: TestPortAllocationWithCustomRange (0.00s) [2022-05-19T09:58:11.634Z] === RUN TestNoDuplicateBPR [2022-05-19T09:58:11.634Z] --- PASS: TestNoDuplicateBPR (0.00s) [2022-05-19T09:58:11.634Z] === RUN TestChangePortRange [2022-05-19T09:58:11.634Z] portallocator_test.go:343: test: port allocate range 65001-65010, setErr=begin out of range, reqPort=0 [2022-05-19T09:58:11.634Z] portallocator_test.go:343: test: port allocate range 59990-59999, setErr=end out of range, reqPort=0 [2022-05-19T09:58:11.634Z] portallocator_test.go:343: test: port allocate range 65000-60000, setErr=out of order, reqPort=0 [2022-05-19T09:58:11.634Z] portallocator_test.go:343: test: port allocate range 60100-65010, setErr=, reqPort=60100 [2022-05-19T09:58:11.634Z] portallocator_test.go:343: test: port allocate range 0-0, setErr=, reqPort=60000 [2022-05-19T09:58:11.634Z] portallocator_test.go:343: test: port allocate range 59900-65000, setErr=, reqPort=60001 [2022-05-19T09:58:11.634Z] --- PASS: TestChangePortRange (0.00s) [2022-05-19T09:58:11.634Z] PASS [2022-05-19T09:58:11.634Z] coverage: 88.6% of statements [2022-05-19T09:58:11.634Z] ok github.com/docker/docker/libnetwork/portallocator 0.045s coverage: 88.6% of statements [2022-05-19T09:58:11.681Z] --- PASS: TestPauseStopPausedContainer (0.64s) [2022-05-19T09:58:11.681Z] === RUN TestPidHost [2022-05-19T09:58:11.722Z] === RUN TestChrootTarUntar [2022-05-19T09:58:11.722Z] archive_test.go:45: os.Getuid() != 0: skipping test that requires root [2022-05-19T09:58:11.722Z] --- SKIP: TestChrootTarUntar (0.00s) [2022-05-19T09:58:11.722Z] === RUN TestChrootUntarWithHugeExcludesList [2022-05-19T09:58:11.722Z] archive_test.go:77: os.Getuid() != 0: skipping test that requires root [2022-05-19T09:58:11.722Z] --- SKIP: TestChrootUntarWithHugeExcludesList (0.00s) [2022-05-19T09:58:11.722Z] === RUN TestChrootUntarEmptyArchive [2022-05-19T09:58:11.722Z] --- PASS: TestChrootUntarEmptyArchive (0.00s) [2022-05-19T09:58:11.722Z] === RUN TestChrootTarUntarWithSymlink [2022-05-19T09:58:11.722Z] archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-05-19T09:58:11.722Z] --- SKIP: TestChrootTarUntarWithSymlink (0.00s) [2022-05-19T09:58:11.722Z] === RUN TestChrootCopyWithTar [2022-05-19T09:58:11.722Z] archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-05-19T09:58:11.722Z] --- SKIP: TestChrootCopyWithTar (0.00s) [2022-05-19T09:58:11.722Z] === RUN TestChrootCopyFileWithTar [2022-05-19T09:58:11.722Z] archive_test.go:249: os.Getuid() != 0: skipping test that requires root [2022-05-19T09:58:11.722Z] --- SKIP: TestChrootCopyFileWithTar (0.01s) [2022-05-19T09:58:11.722Z] === RUN TestChrootUntarPath [2022-05-19T09:58:11.722Z] archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-05-19T09:58:11.722Z] --- SKIP: TestChrootUntarPath (0.00s) [2022-05-19T09:58:11.722Z] === RUN TestChrootUntarEmptyArchiveFromSlowReader [2022-05-19T09:58:11.722Z] archive_test.go:356: os.Getuid() != 0: skipping test that requires root [2022-05-19T09:58:11.722Z] --- SKIP: TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2022-05-19T09:58:11.722Z] === RUN TestChrootApplyEmptyArchiveFromSlowReader [2022-05-19T09:58:11.722Z] archive_test.go:373: os.Getuid() != 0: skipping test that requires root [2022-05-19T09:58:11.722Z] --- SKIP: TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2022-05-19T09:58:11.722Z] === RUN TestChrootApplyDotDotFile [2022-05-19T09:58:11.722Z] archive_test.go:390: os.Getuid() != 0: skipping test that requires root [2022-05-19T09:58:11.722Z] --- SKIP: TestChrootApplyDotDotFile (0.00s) [2022-05-19T09:58:11.722Z] PASS [2022-05-19T09:58:11.722Z] coverage: 12.0% of statements [2022-05-19T09:58:11.722Z] ok github.com/docker/docker/pkg/chrootarchive 0.132s coverage: 12.0% of statements [2022-05-19T09:58:11.722Z] 2022/05/19 09:58:11 Closing DB instances... [2022-05-19T09:58:11.938Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2022-05-19T09:58:11.938Z] === RUN TestSerialization [2022-05-19T09:58:11.938Z] --- PASS: TestSerialization (0.02s) [2022-05-19T09:58:11.938Z] PASS [2022-05-19T09:58:11.938Z] coverage: 100.0% of statements [2022-05-19T09:58:11.938Z] ok github.com/docker/docker/libcontainerd/queue 0.067s coverage: 100.0% of statements [2022-05-19T09:58:12.101Z] --- PASS: TestNetworkDBSimple (2.64s) [2022-05-19T09:58:12.101Z] === RUN TestNetworkDBJoinLeaveNetwork [2022-05-19T09:58:12.501Z] === RUN TestDockerSuite/TestBuildAddTar [2022-05-19T09:58:12.570Z] testing: warning: no tests to run [2022-05-19T09:58:12.570Z] PASS [2022-05-19T09:58:12.570Z] coverage: 0.0% of statements [2022-05-19T09:58:12.570Z] ok github.com/docker/docker/libnetwork/portmapper 0.040s coverage: 0.0% of statements [no tests to run] [2022-05-19T09:58:13.204Z] --- PASS: TestSetRollover (2.90s) [2022-05-19T09:58:13.204Z] === RUN TestSetRolloverSerial [2022-05-19T09:58:13.204Z] 2022/05/19 09:58:12 Closing DB instances... [2022-05-19T09:58:13.214Z] === RUN TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink [2022-05-19T09:58:13.214Z] --- PASS: TestPidHost (1.53s) [2022-05-19T09:58:13.214Z] === RUN TestPsFilter [2022-05-19T09:58:13.214Z] --- PASS: TestPsFilter (0.15s) [2022-05-19T09:58:13.214Z] === RUN TestRemoveContainerWithRemovedVolume [2022-05-19T09:58:13.235Z] --- PASS: TestServiceUpdateSecrets (14.72s) [2022-05-19T09:58:13.235Z] === RUN TestServiceUpdateConfigs [2022-05-19T09:58:13.690Z] === RUN TestHashData [2022-05-19T09:58:13.690Z] --- PASS: TestHashData (0.00s) [2022-05-19T09:58:13.690Z] PASS [2022-05-19T09:58:13.690Z] coverage: 2.8% of statements [2022-05-19T09:58:13.690Z] ok github.com/docker/docker/libnetwork/resolvconf 0.041s coverage: 2.8% of statements [2022-05-19T09:58:13.712Z] === RUN TestEmptyLayer [2022-05-19T09:58:13.712Z] --- PASS: TestEmptyLayer (0.00s) [2022-05-19T09:58:13.712Z] === RUN TestCommitFailure [2022-05-19T09:58:13.712Z] --- PASS: TestCommitFailure (0.01s) [2022-05-19T09:58:13.712Z] === RUN TestStartTransactionFailure [2022-05-19T09:58:13.712Z] --- PASS: TestStartTransactionFailure (0.00s) [2022-05-19T09:58:13.712Z] === RUN TestGetOrphan [2022-05-19T09:58:13.712Z] --- PASS: TestGetOrphan (0.01s) [2022-05-19T09:58:13.712Z] === RUN TestMountAndRegister [2022-05-19T09:58:13.712Z] layer_test.go:258: Layer size: 14 [2022-05-19T09:58:13.712Z] --- PASS: TestMountAndRegister (0.05s) [2022-05-19T09:58:13.712Z] === RUN TestLayerRelease [2022-05-19T09:58:13.712Z] layer_test.go:291: Failing on Windows [2022-05-19T09:58:13.712Z] --- SKIP: TestLayerRelease (0.00s) [2022-05-19T09:58:13.712Z] === RUN TestStoreRestore [2022-05-19T09:58:13.712Z] layer_test.go:340: Failing on Windows [2022-05-19T09:58:13.712Z] --- SKIP: TestStoreRestore (0.00s) [2022-05-19T09:58:13.712Z] === RUN TestTarStreamStability [2022-05-19T09:58:13.712Z] layer_test.go:455: Failing on Windows [2022-05-19T09:58:13.712Z] --- SKIP: TestTarStreamStability (0.00s) [2022-05-19T09:58:13.712Z] === RUN TestRegisterExistingLayer [2022-05-19T09:58:13.712Z] === RUN TestEnvironmentParsing [2022-05-19T09:58:13.712Z] --- PASS: TestEnvironmentParsing (0.00s) [2022-05-19T09:58:13.712Z] PASS [2022-05-19T09:58:13.712Z] coverage: 1.2% of statements [2022-05-19T09:58:13.712Z] ok github.com/docker/docker/libcontainerd/local 0.069s coverage: 1.2% of statements [2022-05-19T09:58:13.712Z] --- PASS: TestRegisterExistingLayer (0.16s) [2022-05-19T09:58:13.712Z] === RUN TestTarStreamVerification [2022-05-19T09:58:13.712Z] layer_test.go:684: Failing on Windows [2022-05-19T09:58:13.712Z] --- SKIP: TestTarStreamVerification (0.00s) [2022-05-19T09:58:13.712Z] === RUN TestLayerMigration [2022-05-19T09:58:13.712Z] migration_test.go:45: Failing on Windows [2022-05-19T09:58:13.712Z] --- SKIP: TestLayerMigration (0.00s) [2022-05-19T09:58:13.712Z] === RUN TestLayerMigrationNoTarsplit [2022-05-19T09:58:13.712Z] migration_test.go:181: Failing on Windows [2022-05-19T09:58:13.712Z] --- SKIP: TestLayerMigrationNoTarsplit (0.00s) [2022-05-19T09:58:13.712Z] === RUN TestMountInit [2022-05-19T09:58:13.712Z] mount_test.go:17: Failing on Windows [2022-05-19T09:58:13.712Z] --- SKIP: TestMountInit (0.00s) [2022-05-19T09:58:13.712Z] === RUN TestMountSize [2022-05-19T09:58:13.712Z] mount_test.go:76: Failing on Windows [2022-05-19T09:58:13.712Z] --- SKIP: TestMountSize (0.00s) [2022-05-19T09:58:13.712Z] === RUN TestMountChanges [2022-05-19T09:58:13.712Z] mount_test.go:125: Failing on Windows [2022-05-19T09:58:13.712Z] --- SKIP: TestMountChanges (0.00s) [2022-05-19T09:58:13.712Z] === RUN TestMountApply [2022-05-19T09:58:13.712Z] mount_test.go:212: Failing on Windows [2022-05-19T09:58:13.712Z] --- SKIP: TestMountApply (0.00s) [2022-05-19T09:58:13.712Z] PASS [2022-05-19T09:58:13.712Z] coverage: 30.6% of statements [2022-05-19T09:58:13.712Z] ok github.com/docker/docker/layer 0.339s coverage: 30.6% of statements [2022-05-19T09:58:13.712Z] ? github.com/docker/docker/libcontainerd [no test files] [2022-05-19T09:58:13.712Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2022-05-19T09:58:13.712Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2022-05-19T09:58:13.712Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2022-05-19T09:58:13.712Z] === RUN TestSequenceGetAvailableBit [2022-05-19T09:58:13.712Z] --- PASS: TestSequenceGetAvailableBit (0.00s) [2022-05-19T09:58:13.712Z] === RUN TestSequenceEqual [2022-05-19T09:58:13.712Z] --- PASS: TestSequenceEqual (0.00s) [2022-05-19T09:58:13.712Z] === RUN TestSequenceCopy [2022-05-19T09:58:13.712Z] --- PASS: TestSequenceCopy (0.00s) [2022-05-19T09:58:13.712Z] === RUN TestGetFirstAvailable [2022-05-19T09:58:13.712Z] --- PASS: TestGetFirstAvailable (0.00s) [2022-05-19T09:58:13.712Z] === RUN TestFindSequence [2022-05-19T09:58:13.712Z] --- PASS: TestFindSequence (0.00s) [2022-05-19T09:58:13.712Z] === RUN TestCheckIfAvailable [2022-05-19T09:58:13.712Z] --- PASS: TestCheckIfAvailable (0.00s) [2022-05-19T09:58:13.712Z] === RUN TestMergeSequences [2022-05-19T09:58:13.712Z] --- PASS: TestMergeSequences (0.00s) [2022-05-19T09:58:13.712Z] === RUN TestPushReservation [2022-05-19T09:58:13.712Z] --- PASS: TestPushReservation (0.00s) [2022-05-19T09:58:13.712Z] === RUN TestSerializeDeserialize [2022-05-19T09:58:13.712Z] --- PASS: TestSerializeDeserialize (0.00s) [2022-05-19T09:58:13.712Z] === RUN TestSet [2022-05-19T09:58:13.712Z] --- PASS: TestSet (0.00s) [2022-05-19T09:58:13.712Z] === RUN TestSetUnset [2022-05-19T09:58:13.712Z] --- PASS: TestSetUnset (0.00s) [2022-05-19T09:58:13.712Z] === RUN TestOffsetSetUnset [2022-05-19T09:58:13.712Z] --- PASS: TestOffsetSetUnset (0.00s) [2022-05-19T09:58:13.712Z] === RUN TestSetInRange [2022-05-19T09:58:13.712Z] --- PASS: TestSetInRange (0.00s) [2022-05-19T09:58:13.712Z] === RUN TestSetAnyInRange [2022-05-19T09:58:13.712Z] --- PASS: TestSetAnyInRange (0.00s) [2022-05-19T09:58:13.712Z] === RUN TestMethods [2022-05-19T09:58:13.712Z] --- PASS: TestMethods (0.00s) [2022-05-19T09:58:13.712Z] === RUN TestRandomAllocateDeallocate [2022-05-19T09:58:14.003Z] === RUN TestEnsureRemoveAllNotExist [2022-05-19T09:58:14.004Z] --- PASS: TestEnsureRemoveAllNotExist (0.00s) [2022-05-19T09:58:14.004Z] === RUN TestEnsureRemoveAllWithDir [2022-05-19T09:58:14.004Z] --- PASS: TestEnsureRemoveAllWithDir (0.00s) [2022-05-19T09:58:14.004Z] === RUN TestEnsureRemoveAllWithFile [2022-05-19T09:58:14.004Z] --- PASS: TestEnsureRemoveAllWithFile (0.00s) [2022-05-19T09:58:14.004Z] PASS [2022-05-19T09:58:14.004Z] coverage: 0.0% of statements [2022-05-19T09:58:14.004Z] ok github.com/docker/docker/pkg/containerfs 0.054s coverage: 0.0% of statements [2022-05-19T09:58:14.004Z] --- PASS: TestNetworkDBCRUDTableEntry (4.33s) [2022-05-19T09:58:14.004Z] === RUN TestNetworkDBCRUDTableEntries [2022-05-19T09:58:14.144Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.70s) [2022-05-19T09:58:14.144Z] === RUN TestRemoveContainerWithVolume [2022-05-19T09:58:14.159Z] === RUN TestErrorConstructors [2022-05-19T09:58:14.159Z] --- PASS: TestErrorConstructors (0.00s) [2022-05-19T09:58:14.159Z] === RUN TestCompareIPMask [2022-05-19T09:58:14.159Z] --- PASS: TestCompareIPMask (0.00s) [2022-05-19T09:58:14.159Z] === RUN TestUtilGetHostPartIP [2022-05-19T09:58:14.159Z] --- PASS: TestUtilGetHostPartIP (0.00s) [2022-05-19T09:58:14.159Z] === RUN TestUtilGetBroadcastIP [2022-05-19T09:58:14.159Z] --- PASS: TestUtilGetBroadcastIP (0.00s) [2022-05-19T09:58:14.159Z] === RUN TestParseCIDR [2022-05-19T09:58:14.159Z] --- PASS: TestParseCIDR (0.00s) [2022-05-19T09:58:14.159Z] PASS [2022-05-19T09:58:14.159Z] coverage: 37.3% of statements [2022-05-19T09:58:14.159Z] ok github.com/docker/docker/libnetwork/types 0.041s coverage: 37.3% of statements [2022-05-19T09:58:14.159Z] --- PASS: TestSerializeRequestReleaseAddressFromSubPool (4.05s) [2022-05-19T09:58:14.159Z] === RUN TestGetAddress [2022-05-19T09:58:14.627Z] --- PASS: TestNetworkDBJoinLeaveNetwork (2.83s) [2022-05-19T09:58:14.627Z] === RUN TestNetworkDBJoinLeaveNetworks [2022-05-19T09:58:14.711Z] --- PASS: TestRemoveContainerWithVolume (0.76s) [2022-05-19T09:58:14.711Z] === RUN TestRemoveContainerRunning [2022-05-19T09:58:15.095Z] === RUN TestAppendDevicePermissionsFromCgroupRules [2022-05-19T09:58:15.095Z] === RUN TestAppendDevicePermissionsFromCgroupRules/empty_rule [2022-05-19T09:58:15.095Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column [2022-05-19T09:58:15.095Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column [2022-05-19T09:58:15.095Z] === RUN TestAppendDevicePermissionsFromCgroupRules/leading_spaces [2022-05-19T09:58:15.095Z] === RUN TestAppendDevicePermissionsFromCgroupRules/trailing_spaces [2022-05-19T09:58:15.095Z] === RUN TestAppendDevicePermissionsFromCgroupRules/unknown_device_type [2022-05-19T09:58:15.095Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_type [2022-05-19T09:58:15.095Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_colon [2022-05-19T09:58:15.095Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor [2022-05-19T09:58:15.095Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_major_device [2022-05-19T09:58:15.095Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_minor_device [2022-05-19T09:58:15.095Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_permissions [2022-05-19T09:58:15.095Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_permissions [2022-05-19T09:58:15.095Z] === RUN TestAppendDevicePermissionsFromCgroupRules/too_many_permissions [2022-05-19T09:58:15.095Z] === RUN TestAppendDevicePermissionsFromCgroupRules/major_out_of_range [2022-05-19T09:58:15.095Z] === RUN TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range [2022-05-19T09:58:15.095Z] === RUN TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices [2022-05-19T09:58:15.095Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices [2022-05-19T09:58:15.095Z] === RUN TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices [2022-05-19T09:58:15.095Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions [2022-05-19T09:58:15.095Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major [2022-05-19T09:58:15.095Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_minor [2022-05-19T09:58:15.095Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor [2022-05-19T09:58:15.095Z] === RUN TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission [2022-05-19T09:58:15.095Z] === RUN TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission [2022-05-19T09:58:15.095Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission [2022-05-19T09:58:15.095Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission [2022-05-19T09:58:15.095Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules (0.00s) [2022-05-19T09:58:15.095Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/empty_rule (0.00s) [2022-05-19T09:58:15.095Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column (0.00s) [2022-05-19T09:58:15.095Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column (0.00s) [2022-05-19T09:58:15.095Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/leading_spaces (0.00s) [2022-05-19T09:58:15.095Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/trailing_spaces (0.00s) [2022-05-19T09:58:15.095Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/unknown_device_type (0.00s) [2022-05-19T09:58:15.095Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_type (0.00s) [2022-05-19T09:58:15.095Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_colon (0.00s) [2022-05-19T09:58:15.095Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor (0.00s) [2022-05-19T09:58:15.095Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_major_device (0.00s) [2022-05-19T09:58:15.095Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_minor_device (0.00s) [2022-05-19T09:58:15.095Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_permissions (0.00s) [2022-05-19T09:58:15.095Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_permissions (0.00s) [2022-05-19T09:58:15.095Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/too_many_permissions (0.00s) [2022-05-19T09:58:15.095Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/major_out_of_range (0.00s) [2022-05-19T09:58:15.095Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range (0.00s) [2022-05-19T09:58:15.095Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices (0.00s) [2022-05-19T09:58:15.095Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices (0.00s) [2022-05-19T09:58:15.095Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices (0.00s) [2022-05-19T09:58:15.095Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions (0.00s) [2022-05-19T09:58:15.095Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major (0.00s) [2022-05-19T09:58:15.095Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_minor (0.00s) [2022-05-19T09:58:15.095Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor (0.00s) [2022-05-19T09:58:15.095Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission (0.00s) [2022-05-19T09:58:15.095Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission (0.00s) [2022-05-19T09:58:15.095Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission (0.00s) [2022-05-19T09:58:15.095Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission (0.00s) [2022-05-19T09:58:15.095Z] PASS [2022-05-19T09:58:15.095Z] coverage: 55.0% of statements [2022-05-19T09:58:15.095Z] ok github.com/docker/docker/oci 0.052s coverage: 55.0% of statements [2022-05-19T09:58:15.579Z] === RUN TestSizeEmpty [2022-05-19T09:58:15.579Z] --- PASS: TestSizeEmpty (0.00s) [2022-05-19T09:58:15.579Z] === RUN TestSizeEmptyFile [2022-05-19T09:58:15.579Z] --- PASS: TestSizeEmptyFile (0.00s) [2022-05-19T09:58:15.579Z] === RUN TestSizeNonemptyFile [2022-05-19T09:58:15.579Z] --- PASS: TestSizeNonemptyFile (0.00s) [2022-05-19T09:58:15.579Z] === RUN TestSizeNestedDirectoryEmpty [2022-05-19T09:58:15.579Z] --- PASS: TestSizeNestedDirectoryEmpty (0.00s) [2022-05-19T09:58:15.579Z] === RUN TestSizeFileAndNestedDirectoryEmpty [2022-05-19T09:58:15.579Z] --- PASS: TestSizeFileAndNestedDirectoryEmpty (0.00s) [2022-05-19T09:58:15.579Z] === RUN TestSizeFileAndNestedDirectoryNonempty [2022-05-19T09:58:15.579Z] --- PASS: TestSizeFileAndNestedDirectoryNonempty (0.00s) [2022-05-19T09:58:15.579Z] === RUN TestMoveToSubdir [2022-05-19T09:58:15.579Z] --- PASS: TestMoveToSubdir (0.00s) [2022-05-19T09:58:15.579Z] === RUN TestSizeNonExistingDirectory [2022-05-19T09:58:15.579Z] --- PASS: TestSizeNonExistingDirectory (0.00s) [2022-05-19T09:58:15.579Z] PASS [2022-05-19T09:58:15.579Z] coverage: 80.0% of statements [2022-05-19T09:58:15.579Z] ok github.com/docker/docker/pkg/directory 0.107s coverage: 80.0% of statements [2022-05-19T09:58:15.677Z] --- PASS: TestRemoveContainerRunning (0.79s) [2022-05-19T09:58:15.677Z] === RUN TestRemoveContainerForceRemoveRunning [2022-05-19T09:58:16.081Z] 2022/05/19 09:58:15 Closing DB instances... [2022-05-19T09:58:16.549Z] === RUN TestAddressPoolOpt [2022-05-19T09:58:16.549Z] --- PASS: TestAddressPoolOpt (0.00s) [2022-05-19T09:58:16.549Z] === RUN TestValidateEnv [2022-05-19T09:58:16.549Z] === RUN TestValidateEnv/a [2022-05-19T09:58:16.549Z] === RUN TestValidateEnv/something [2022-05-19T09:58:16.549Z] === RUN TestValidateEnv/_=a [2022-05-19T09:58:16.549Z] === RUN TestValidateEnv/env1=value1 [2022-05-19T09:58:16.549Z] === RUN TestValidateEnv/_env1=value1 [2022-05-19T09:58:16.549Z] === RUN TestValidateEnv/env2=value2=value3 [2022-05-19T09:58:16.549Z] === RUN TestValidateEnv/env3=abc!qwe [2022-05-19T09:58:16.549Z] === RUN TestValidateEnv/env_4=value_4 [2022-05-19T09:58:16.549Z] === RUN TestValidateEnv/PATH [2022-05-19T09:58:16.549Z] === RUN TestValidateEnv/=a [2022-05-19T09:58:16.549Z] === RUN TestValidateEnv/PATH= [2022-05-19T09:58:16.549Z] === RUN TestValidateEnv/PATH=something [2022-05-19T09:58:16.549Z] === RUN TestValidateEnv/asd!qwe [2022-05-19T09:58:16.549Z] === RUN TestValidateEnv/1asd [2022-05-19T09:58:16.549Z] === RUN TestValidateEnv/123 [2022-05-19T09:58:16.549Z] === RUN TestValidateEnv/some_space [2022-05-19T09:58:16.549Z] === RUN TestValidateEnv/__some_space_before [2022-05-19T09:58:16.549Z] === RUN TestValidateEnv/some_space_after__ [2022-05-19T09:58:16.549Z] === RUN TestValidateEnv/= [2022-05-19T09:58:16.549Z] === RUN TestValidateEnv/PaTh [2022-05-19T09:58:16.549Z] --- PASS: TestValidateEnv (0.00s) [2022-05-19T09:58:16.549Z] --- PASS: TestValidateEnv/a (0.00s) [2022-05-19T09:58:16.549Z] --- PASS: TestValidateEnv/something (0.00s) [2022-05-19T09:58:16.549Z] --- PASS: TestValidateEnv/_=a (0.00s) [2022-05-19T09:58:16.549Z] --- PASS: TestValidateEnv/env1=value1 (0.00s) [2022-05-19T09:58:16.549Z] --- PASS: TestValidateEnv/_env1=value1 (0.00s) [2022-05-19T09:58:16.549Z] --- PASS: TestValidateEnv/env2=value2=value3 (0.00s) [2022-05-19T09:58:16.549Z] --- PASS: TestValidateEnv/env3=abc!qwe (0.00s) [2022-05-19T09:58:16.549Z] --- PASS: TestValidateEnv/env_4=value_4 (0.00s) [2022-05-19T09:58:16.549Z] --- PASS: TestValidateEnv/PATH (0.00s) [2022-05-19T09:58:16.549Z] --- PASS: TestValidateEnv/=a (0.00s) [2022-05-19T09:58:16.549Z] --- PASS: TestValidateEnv/PATH= (0.00s) [2022-05-19T09:58:16.549Z] --- PASS: TestValidateEnv/PATH=something (0.00s) [2022-05-19T09:58:16.549Z] --- PASS: TestValidateEnv/asd!qwe (0.00s) [2022-05-19T09:58:16.549Z] --- PASS: TestValidateEnv/1asd (0.00s) [2022-05-19T09:58:16.549Z] --- PASS: TestValidateEnv/123 (0.00s) [2022-05-19T09:58:16.549Z] --- PASS: TestValidateEnv/some_space (0.00s) [2022-05-19T09:58:16.549Z] --- PASS: TestValidateEnv/__some_space_before (0.00s) [2022-05-19T09:58:16.549Z] --- PASS: TestValidateEnv/some_space_after__ (0.00s) [2022-05-19T09:58:16.549Z] --- PASS: TestValidateEnv/= (0.00s) [2022-05-19T09:58:16.549Z] --- PASS: TestValidateEnv/PaTh (0.00s) [2022-05-19T09:58:16.549Z] === RUN TestParseHost [2022-05-19T09:58:16.549Z] === RUN TestParseHost/something_with_spaces [2022-05-19T09:58:16.549Z] === RUN TestParseHost/tcp://:port [2022-05-19T09:58:16.549Z] === RUN TestParseHost/tcp://invalid:port [2022-05-19T09:58:16.549Z] === RUN TestParseHost/tcp://[::1]:/ [2022-05-19T09:58:16.549Z] === RUN TestParseHost/:// [2022-05-19T09:58:16.549Z] === RUN TestParseHost/unknown:// [2022-05-19T09:58:16.549Z] === RUN TestParseHost/tcp://:5555/ [2022-05-19T09:58:16.549Z] === RUN TestParseHost/tcp://:5555/p [2022-05-19T09:58:16.549Z] === RUN TestParseHost/tcp://0.0.0.0:5555/ [2022-05-19T09:58:16.549Z] === RUN TestParseHost/tcp://0.0.0.0:5555/p [2022-05-19T09:58:16.549Z] === RUN TestParseHost/tcp://[::1]:5555/ [2022-05-19T09:58:16.549Z] === RUN TestParseHost/tcp://[::1]:5555/p [2022-05-19T09:58:16.549Z] === RUN TestParseHost/_tcp://:5555/path_ [2022-05-19T09:58:16.549Z] === RUN TestParseHost/__ [2022-05-19T09:58:16.549Z] === RUN TestParseHost/tcp://192.168:5555 [2022-05-19T09:58:16.549Z] === RUN TestParseHost/tcp://192.168.0.1:5555 [2022-05-19T09:58:16.549Z] === RUN TestParseHost/_ [2022-05-19T09:58:16.549Z] === RUN TestParseHost/fd://something [2022-05-19T09:58:16.549Z] === RUN TestParseHost/tcp://: [2022-05-19T09:58:16.549Z] === RUN TestParseHost/tcp://[::1]:5555 [2022-05-19T09:58:16.549Z] === RUN TestParseHost/tcp://docker.com:5555 [2022-05-19T09:58:16.549Z] === RUN TestParseHost/unix:// [2022-05-19T09:58:16.549Z] === RUN TestParseHost/npipe:// [2022-05-19T09:58:16.549Z] === RUN TestParseHost/npipe:////./pipe/foo [2022-05-19T09:58:16.549Z] === RUN TestParseHost/tcp://:5555 [2022-05-19T09:58:16.549Z] === RUN TestParseHost/tcp://[::1] [2022-05-19T09:58:16.549Z] === RUN TestParseHost/tcp://[::1]: [2022-05-19T09:58:16.549Z] === RUN TestParseHost/#00 [2022-05-19T09:58:16.549Z] === RUN TestParseHost/fd:// [2022-05-19T09:58:16.549Z] === RUN TestParseHost/tcp:// [2022-05-19T09:58:16.549Z] === RUN TestParseHost/tcp://0.0.0.0:5555 [2022-05-19T09:58:16.549Z] === RUN TestParseHost/tcp://0.0.0.0:1234567890 [2022-05-19T09:58:16.549Z] === RUN TestParseHost/unix://path/to/socket [2022-05-19T09:58:16.549Z] === RUN TestParseHost/tcp://host: [2022-05-19T09:58:16.549Z] --- PASS: TestParseHost (0.00s) [2022-05-19T09:58:16.549Z] --- PASS: TestParseHost/something_with_spaces (0.00s) [2022-05-19T09:58:16.549Z] --- PASS: TestParseHost/tcp://:port (0.00s) [2022-05-19T09:58:16.549Z] --- PASS: TestParseHost/tcp://invalid:port (0.00s) [2022-05-19T09:58:16.549Z] --- PASS: TestParseHost/tcp://[::1]:/ (0.00s) [2022-05-19T09:58:16.549Z] --- PASS: TestParseHost/:// (0.00s) [2022-05-19T09:58:16.549Z] --- PASS: TestParseHost/unknown:// (0.00s) [2022-05-19T09:58:16.549Z] --- PASS: TestParseHost/tcp://:5555/ (0.00s) [2022-05-19T09:58:16.549Z] --- PASS: TestParseHost/tcp://:5555/p (0.00s) [2022-05-19T09:58:16.549Z] --- PASS: TestParseHost/tcp://0.0.0.0:5555/ (0.00s) [2022-05-19T09:58:16.549Z] --- PASS: TestParseHost/tcp://0.0.0.0:5555/p (0.00s) [2022-05-19T09:58:16.549Z] --- PASS: TestParseHost/tcp://[::1]:5555/ (0.00s) [2022-05-19T09:58:16.549Z] --- PASS: TestParseHost/tcp://[::1]:5555/p (0.00s) [2022-05-19T09:58:16.549Z] --- PASS: TestParseHost/_tcp://:5555/path_ (0.00s) [2022-05-19T09:58:16.549Z] --- PASS: TestParseHost/__ (0.00s) [2022-05-19T09:58:16.549Z] --- PASS: TestParseHost/tcp://192.168:5555 (0.00s) [2022-05-19T09:58:16.549Z] --- PASS: TestParseHost/tcp://192.168.0.1:5555 (0.00s) [2022-05-19T09:58:16.549Z] --- PASS: TestParseHost/_ (0.00s) [2022-05-19T09:58:16.549Z] --- PASS: TestParseHost/fd://something (0.00s) [2022-05-19T09:58:16.549Z] --- PASS: TestParseHost/tcp://: (0.00s) [2022-05-19T09:58:16.549Z] --- PASS: TestParseHost/tcp://[::1]:5555 (0.00s) [2022-05-19T09:58:16.549Z] --- PASS: TestParseHost/tcp://docker.com:5555 (0.00s) [2022-05-19T09:58:16.549Z] --- PASS: TestParseHost/unix:// (0.00s) [2022-05-19T09:58:16.549Z] --- PASS: TestParseHost/npipe:// (0.00s) [2022-05-19T09:58:16.549Z] --- PASS: TestParseHost/npipe:////./pipe/foo (0.00s) [2022-05-19T09:58:16.549Z] --- PASS: TestParseHost/tcp://:5555 (0.00s) [2022-05-19T09:58:16.549Z] --- PASS: TestParseHost/tcp://[::1] (0.00s) [2022-05-19T09:58:16.549Z] --- PASS: TestParseHost/tcp://[::1]: (0.00s) [2022-05-19T09:58:16.549Z] --- PASS: TestParseHost/#00 (0.00s) [2022-05-19T09:58:16.549Z] --- PASS: TestParseHost/fd:// (0.00s) [2022-05-19T09:58:16.549Z] --- PASS: TestParseHost/tcp:// (0.00s) [2022-05-19T09:58:16.549Z] --- PASS: TestParseHost/tcp://0.0.0.0:5555 (0.00s) [2022-05-19T09:58:16.549Z] --- PASS: TestParseHost/tcp://0.0.0.0:1234567890 (0.00s) [2022-05-19T09:58:16.549Z] --- PASS: TestParseHost/unix://path/to/socket (0.00s) [2022-05-19T09:58:16.549Z] --- PASS: TestParseHost/tcp://host: (0.00s) [2022-05-19T09:58:16.549Z] === RUN TestParseDockerDaemonHost [2022-05-19T09:58:16.549Z] === RUN TestParseDockerDaemonHost/udp://127.0.0.1:5555 [2022-05-19T09:58:16.549Z] === RUN TestParseDockerDaemonHost/[0:0:0:0:0:0:0:1]:5555/path [2022-05-19T09:58:16.549Z] === RUN TestParseDockerDaemonHost/tcp:a.b.c.d [2022-05-19T09:58:16.549Z] === RUN TestParseDockerDaemonHost/tcp://127.0.0.1/ [2022-05-19T09:58:16.549Z] === RUN TestParseDockerDaemonHost/#00 [2022-05-19T09:58:16.549Z] === RUN TestParseDockerDaemonHost/:5555/path [2022-05-19T09:58:16.549Z] === RUN TestParseDockerDaemonHost/0.0.0.1:5555/path [2022-05-19T09:58:16.549Z] === RUN TestParseDockerDaemonHost/tcp:a.b.c.d/path [2022-05-19T09:58:16.549Z] === RUN TestParseDockerDaemonHost/tcp://unix:///run/docker.sock [2022-05-19T09:58:16.549Z] === RUN TestParseDockerDaemonHost/[::1]:5555/path [2022-05-19T09:58:16.549Z] === RUN TestParseDockerDaemonHost/localhost:5555/path [2022-05-19T09:58:16.549Z] === RUN TestParseDockerDaemonHost/udp://127.0.0.1 [2022-05-19T09:58:16.549Z] === RUN TestParseDockerDaemonHost/_tcp://:5555/path_ [2022-05-19T09:58:16.549Z] === RUN TestParseDockerDaemonHost/tcp://:5555/path [2022-05-19T09:58:16.549Z] === RUN TestParseDockerDaemonHost/npipe:// [2022-05-19T09:58:16.549Z] === RUN TestParseDockerDaemonHost/npipe:////./pipe/foo [2022-05-19T09:58:16.549Z] === RUN TestParseDockerDaemonHost/tcp:// [2022-05-19T09:58:16.549Z] === RUN TestParseDockerDaemonHost/tcp://[::1]:5555 [2022-05-19T09:58:16.549Z] === RUN TestParseDockerDaemonHost/unix:// [2022-05-19T09:58:16.549Z] === RUN TestParseDockerDaemonHost/tcp://[::1] [2022-05-19T09:58:16.549Z] === RUN TestParseDockerDaemonHost/: [2022-05-19T09:58:16.549Z] === RUN TestParseDockerDaemonHost/0.0.0.1:5555 [2022-05-19T09:58:16.549Z] === RUN TestParseDockerDaemonHost/[::1]:5555 [2022-05-19T09:58:16.549Z] === RUN TestParseDockerDaemonHost/localhost:5555 [2022-05-19T09:58:16.549Z] === RUN TestParseDockerDaemonHost/fd://something [2022-05-19T09:58:16.549Z] === RUN TestParseDockerDaemonHost/tcp://:5555 [2022-05-19T09:58:16.549Z] === RUN TestParseDockerDaemonHost/[0:0:0:0:0:0:0:1]:5555 [2022-05-19T09:58:16.549Z] === RUN TestParseDockerDaemonHost/fd:// [2022-05-19T09:58:16.549Z] === RUN TestParseDockerDaemonHost/unix:///run/docker.sock [2022-05-19T09:58:16.549Z] === RUN TestParseDockerDaemonHost/[0:0:0:0:0:0:0:1]: [2022-05-19T09:58:16.549Z] === RUN TestParseDockerDaemonHost/localhost: [2022-05-19T09:58:16.549Z] === RUN TestParseDockerDaemonHost/tcp://[::1]: [2022-05-19T09:58:16.549Z] === RUN TestParseDockerDaemonHost/:5555 [2022-05-19T09:58:16.549Z] === RUN TestParseDockerDaemonHost/0.0.0.1: [2022-05-19T09:58:16.549Z] === RUN TestParseDockerDaemonHost/[::1] [2022-05-19T09:58:16.549Z] === RUN TestParseDockerDaemonHost/[::1]: [2022-05-19T09:58:16.549Z] === RUN TestParseDockerDaemonHost/[0:0:0:0:0:0:0:1] [2022-05-19T09:58:16.549Z] === RUN TestParseDockerDaemonHost/localhost [2022-05-19T09:58:16.549Z] --- PASS: TestParseDockerDaemonHost (0.00s) [2022-05-19T09:58:16.549Z] --- PASS: TestParseDockerDaemonHost/udp://127.0.0.1:5555 (0.00s) [2022-05-19T09:58:16.549Z] --- PASS: TestParseDockerDaemonHost/[0:0:0:0:0:0:0:1]:5555/path (0.00s) [2022-05-19T09:58:16.549Z] --- PASS: TestParseDockerDaemonHost/tcp:a.b.c.d (0.00s) [2022-05-19T09:58:16.549Z] --- PASS: TestParseDockerDaemonHost/tcp://127.0.0.1/ (0.00s) [2022-05-19T09:58:16.549Z] --- PASS: TestParseDockerDaemonHost/#00 (0.00s) [2022-05-19T09:58:16.549Z] --- PASS: TestParseDockerDaemonHost/:5555/path (0.00s) [2022-05-19T09:58:16.549Z] --- PASS: TestParseDockerDaemonHost/0.0.0.1:5555/path (0.00s) [2022-05-19T09:58:16.549Z] --- PASS: TestParseDockerDaemonHost/tcp:a.b.c.d/path (0.00s) [2022-05-19T09:58:16.549Z] --- PASS: TestParseDockerDaemonHost/tcp://unix:///run/docker.sock (0.00s) [2022-05-19T09:58:16.549Z] --- PASS: TestParseDockerDaemonHost/[::1]:5555/path (0.00s) [2022-05-19T09:58:16.549Z] --- PASS: TestParseDockerDaemonHost/localhost:5555/path (0.00s) [2022-05-19T09:58:16.549Z] --- PASS: TestParseDockerDaemonHost/udp://127.0.0.1 (0.00s) [2022-05-19T09:58:16.549Z] --- PASS: TestParseDockerDaemonHost/_tcp://:5555/path_ (0.00s) [2022-05-19T09:58:16.549Z] --- PASS: TestParseDockerDaemonHost/tcp://:5555/path (0.00s) [2022-05-19T09:58:16.549Z] --- PASS: TestParseDockerDaemonHost/npipe:// (0.00s) [2022-05-19T09:58:16.549Z] --- PASS: TestParseDockerDaemonHost/npipe:////./pipe/foo (0.00s) [2022-05-19T09:58:16.549Z] --- PASS: TestParseDockerDaemonHost/tcp:// (0.00s) [2022-05-19T09:58:16.549Z] --- PASS: TestParseDockerDaemonHost/tcp://[::1]:5555 (0.00s) [2022-05-19T09:58:16.549Z] --- PASS: TestParseDockerDaemonHost/unix:// (0.00s) [2022-05-19T09:58:16.549Z] --- PASS: TestParseDockerDaemonHost/tcp://[::1] (0.00s) [2022-05-19T09:58:16.549Z] --- PASS: TestParseDockerDaemonHost/: (0.00s) [2022-05-19T09:58:16.549Z] --- PASS: TestParseDockerDaemonHost/0.0.0.1:5555 (0.00s) [2022-05-19T09:58:16.549Z] --- PASS: TestParseDockerDaemonHost/[::1]:5555 (0.00s) [2022-05-19T09:58:16.549Z] --- PASS: TestParseDockerDaemonHost/localhost:5555 (0.00s) [2022-05-19T09:58:16.549Z] --- PASS: TestParseDockerDaemonHost/fd://something (0.00s) [2022-05-19T09:58:16.549Z] --- PASS: TestParseDockerDaemonHost/tcp://:5555 (0.00s) [2022-05-19T09:58:16.549Z] --- PASS: TestParseDockerDaemonHost/[0:0:0:0:0:0:0:1]:5555 (0.00s) [2022-05-19T09:58:16.549Z] --- PASS: TestParseDockerDaemonHost/fd:// (0.00s) [2022-05-19T09:58:16.549Z] --- PASS: TestParseDockerDaemonHost/unix:///run/docker.sock (0.00s) [2022-05-19T09:58:16.549Z] --- PASS: TestParseDockerDaemonHost/[0:0:0:0:0:0:0:1]: (0.00s) [2022-05-19T09:58:16.549Z] --- PASS: TestParseDockerDaemonHost/localhost: (0.00s) [2022-05-19T09:58:16.549Z] --- PASS: TestParseDockerDaemonHost/tcp://[::1]: (0.00s) [2022-05-19T09:58:16.549Z] --- PASS: TestParseDockerDaemonHost/:5555 (0.00s) [2022-05-19T09:58:16.549Z] --- PASS: TestParseDockerDaemonHost/0.0.0.1: (0.00s) [2022-05-19T09:58:16.549Z] --- PASS: TestParseDockerDaemonHost/[::1] (0.00s) [2022-05-19T09:58:16.549Z] --- PASS: TestParseDockerDaemonHost/[::1]: (0.00s) [2022-05-19T09:58:16.549Z] --- PASS: TestParseDockerDaemonHost/[0:0:0:0:0:0:0:1] (0.00s) [2022-05-19T09:58:16.549Z] --- PASS: TestParseDockerDaemonHost/localhost (0.00s) [2022-05-19T09:58:16.549Z] === RUN TestParseTCP [2022-05-19T09:58:16.549Z] === RUN TestParseTCP/localhost:5555/path [2022-05-19T09:58:16.549Z] === RUN TestParseTCP/tcp:a.b.c.d [2022-05-19T09:58:16.549Z] === RUN TestParseTCP/tcp:a.b.c.d/path [2022-05-19T09:58:16.549Z] === RUN TestParseTCP/udp://127.0.0.1 [2022-05-19T09:58:16.549Z] === RUN TestParseTCP/:5555/path [2022-05-19T09:58:16.549Z] === RUN TestParseTCP/0.0.0.1:5555/path [2022-05-19T09:58:16.549Z] === RUN TestParseTCP/udp://127.0.0.1:5555 [2022-05-19T09:58:16.549Z] === RUN TestParseTCP/[::1]:5555/path [2022-05-19T09:58:16.549Z] === RUN TestParseTCP/[0:0:0:0:0:0:0:1]:5555/path [2022-05-19T09:58:16.549Z] === RUN TestParseTCP/tcp://:5555/path [2022-05-19T09:58:16.549Z] === RUN TestParseTCP/default_localhost [2022-05-19T09:58:16.549Z] === RUN TestParseTCP/default_udp://localhost [2022-05-19T09:58:16.549Z] === RUN TestParseTCP/default_tcp://localhost:noport [2022-05-19T09:58:16.549Z] === RUN TestParseTCP/default_tcp://localhost:5555/path [2022-05-19T09:58:16.549Z] === RUN TestParseTCP/0.0.0.1 [2022-05-19T09:58:16.549Z] === RUN TestParseTCP/[::1]: [2022-05-19T09:58:16.549Z] === RUN TestParseTCP/[0:0:0:0:0:0:0:1]:5555 [2022-05-19T09:58:16.549Z] === RUN TestParseTCP/localhost: [2022-05-19T09:58:16.549Z] === RUN TestParseTCP/: [2022-05-19T09:58:16.549Z] === RUN TestParseTCP/[0:0:0:0:0:0:0:1]: [2022-05-19T09:58:16.549Z] === RUN TestParseTCP/localhost [2022-05-19T09:58:16.549Z] === RUN TestParseTCP/#00 [2022-05-19T09:58:16.549Z] === RUN TestParseTCP/tcp:// [2022-05-19T09:58:16.549Z] === RUN TestParseTCP/0.0.0.1: [2022-05-19T09:58:16.549Z] === RUN TestParseTCP/0.0.0.1:5555 [2022-05-19T09:58:16.549Z] === RUN TestParseTCP/[::1] [2022-05-19T09:58:16.549Z] === RUN TestParseTCP/[0:0:0:0:0:0:0:1] [2022-05-19T09:58:16.549Z] === RUN TestParseTCP/tcp://:5555 [2022-05-19T09:58:16.549Z] === RUN TestParseTCP/:5555 [2022-05-19T09:58:16.549Z] === RUN TestParseTCP/[::1]:5555 [2022-05-19T09:58:16.549Z] === RUN TestParseTCP/localhost:5555 [2022-05-19T09:58:16.549Z] === RUN TestParseTCP/tcp://: [2022-05-19T09:58:16.549Z] --- PASS: TestParseTCP (0.01s) [2022-05-19T09:58:16.549Z] --- PASS: TestParseTCP/localhost:5555/path (0.00s) [2022-05-19T09:58:16.550Z] --- PASS: TestParseTCP/tcp:a.b.c.d (0.00s) [2022-05-19T09:58:16.550Z] --- PASS: TestParseTCP/tcp:a.b.c.d/path (0.00s) [2022-05-19T09:58:16.550Z] --- PASS: TestParseTCP/udp://127.0.0.1 (0.00s) [2022-05-19T09:58:16.550Z] --- PASS: TestParseTCP/:5555/path (0.00s) [2022-05-19T09:58:16.550Z] --- PASS: TestParseTCP/0.0.0.1:5555/path (0.00s) [2022-05-19T09:58:16.550Z] --- PASS: TestParseTCP/udp://127.0.0.1:5555 (0.00s) [2022-05-19T09:58:16.550Z] --- PASS: TestParseTCP/[::1]:5555/path (0.00s) [2022-05-19T09:58:16.550Z] --- PASS: TestParseTCP/[0:0:0:0:0:0:0:1]:5555/path (0.00s) [2022-05-19T09:58:16.550Z] --- PASS: TestParseTCP/tcp://:5555/path (0.00s) [2022-05-19T09:58:16.550Z] --- PASS: TestParseTCP/default_localhost (0.00s) [2022-05-19T09:58:16.550Z] --- PASS: TestParseTCP/default_udp://localhost (0.00s) [2022-05-19T09:58:16.550Z] --- PASS: TestParseTCP/default_tcp://localhost:noport (0.00s) [2022-05-19T09:58:16.550Z] --- PASS: TestParseTCP/default_tcp://localhost:5555/path (0.00s) [2022-05-19T09:58:16.550Z] --- PASS: TestParseTCP/0.0.0.1 (0.00s) [2022-05-19T09:58:16.550Z] --- PASS: TestParseTCP/[::1]: (0.00s) [2022-05-19T09:58:16.550Z] --- PASS: TestParseTCP/[0:0:0:0:0:0:0:1]:5555 (0.00s) [2022-05-19T09:58:16.550Z] --- PASS: TestParseTCP/localhost: (0.00s) [2022-05-19T09:58:16.550Z] --- PASS: TestParseTCP/: (0.00s) [2022-05-19T09:58:16.571Z] 2022/05/19 09:58:16 Closing DB instances... [2022-05-19T09:58:16.571Z] === RUN TestPollerAddRemove [2022-05-19T09:58:16.571Z] --- PASS: TestPollerAddRemove (0.00s) [2022-05-19T09:58:16.571Z] === RUN TestPollerEvent [2022-05-19T09:58:16.571Z] poller_test.go:40: No chmod on Windows [2022-05-19T09:58:16.571Z] --- SKIP: TestPollerEvent (0.00s) [2022-05-19T09:58:16.571Z] === RUN TestPollerClose [2022-05-19T09:58:16.571Z] --- PASS: TestPollerClose (0.00s) [2022-05-19T09:58:16.571Z] PASS [2022-05-19T09:58:16.571Z] coverage: 45.7% of statements [2022-05-19T09:58:16.571Z] ok github.com/docker/docker/pkg/filenotify 0.094s coverage: 45.7% of statements [2022-05-19T09:58:16.618Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.84s) [2022-05-19T09:58:16.618Z] === RUN TestRemoveInvalidContainer [2022-05-19T09:58:16.618Z] --- PASS: TestRemoveInvalidContainer (0.04s) [2022-05-19T09:58:16.618Z] === RUN TestRenameLinkedContainer [2022-05-19T09:58:16.618Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelDebug [2022-05-19T09:58:16.689Z] === RUN TestInvalidConfig [2022-05-19T09:58:16.689Z] --- PASS: TestInvalidConfig (0.00s) [2022-05-19T09:58:16.689Z] === RUN TestConfig [2022-05-19T09:58:16.689Z] --- PASS: TestConfig (0.00s) [2022-05-19T09:58:16.689Z] === RUN TestOptionsLabels [2022-05-19T09:58:16.689Z] --- PASS: TestOptionsLabels (0.00s) [2022-05-19T09:58:16.689Z] === RUN TestValidName [2022-05-19T09:58:16.689Z] --- PASS: TestValidName (0.00s) [2022-05-19T09:58:16.689Z] PASS [2022-05-19T09:58:16.689Z] coverage: 19.7% of statements [2022-05-19T09:58:16.689Z] ok github.com/docker/docker/libnetwork/config 0.080s coverage: 19.7% of statements [2022-05-19T09:58:16.689Z] === RUN TestKey [2022-05-19T09:58:16.689Z] --- PASS: TestKey (0.00s) [2022-05-19T09:58:16.689Z] === RUN TestParseKey [2022-05-19T09:58:16.689Z] --- PASS: TestParseKey (0.00s) [2022-05-19T09:58:16.689Z] === RUN TestInvalidDataStore [2022-05-19T09:58:16.689Z] --- PASS: TestInvalidDataStore (0.00s) [2022-05-19T09:58:16.689Z] === RUN TestKVObjectFlatKey [2022-05-19T09:58:16.689Z] --- PASS: TestKVObjectFlatKey (0.00s) [2022-05-19T09:58:16.689Z] === RUN TestAtomicKVObjectFlatKey [2022-05-19T09:58:16.689Z] --- PASS: TestAtomicKVObjectFlatKey (0.00s) [2022-05-19T09:58:16.689Z] PASS [2022-05-19T09:58:16.689Z] coverage: 21.9% of statements [2022-05-19T09:58:16.689Z] ok github.com/docker/docker/libnetwork/datastore 0.049s coverage: 21.9% of statements [2022-05-19T09:58:17.018Z] --- PASS: TestParseTCP/[0:0:0:0:0:0:0:1]: (0.00s) [2022-05-19T09:58:17.018Z] --- PASS: TestParseTCP/localhost (0.00s) [2022-05-19T09:58:17.018Z] --- PASS: TestParseTCP/#00 (0.00s) [2022-05-19T09:58:17.018Z] --- PASS: TestParseTCP/tcp:// (0.00s) [2022-05-19T09:58:17.018Z] --- PASS: TestParseTCP/0.0.0.1: (0.00s) [2022-05-19T09:58:17.018Z] --- PASS: TestParseTCP/0.0.0.1:5555 (0.00s) [2022-05-19T09:58:17.018Z] --- PASS: TestParseTCP/[::1] (0.00s) [2022-05-19T09:58:17.018Z] --- PASS: TestParseTCP/[0:0:0:0:0:0:0:1] (0.00s) [2022-05-19T09:58:17.018Z] --- PASS: TestParseTCP/tcp://:5555 (0.00s) [2022-05-19T09:58:17.018Z] --- PASS: TestParseTCP/:5555 (0.00s) [2022-05-19T09:58:17.018Z] --- PASS: TestParseTCP/[::1]:5555 (0.00s) [2022-05-19T09:58:17.018Z] --- PASS: TestParseTCP/localhost:5555 (0.00s) [2022-05-19T09:58:17.018Z] --- PASS: TestParseTCP/tcp://: (0.00s) [2022-05-19T09:58:17.018Z] === RUN TestParseInvalidUnixAddrInvalid [2022-05-19T09:58:17.018Z] --- PASS: TestParseInvalidUnixAddrInvalid (0.00s) [2022-05-19T09:58:17.018Z] === RUN TestValidateExtraHosts [2022-05-19T09:58:17.018Z] --- PASS: TestValidateExtraHosts (0.00s) [2022-05-19T09:58:17.018Z] === RUN TestValidateIPAddress [2022-05-19T09:58:17.018Z] --- PASS: TestValidateIPAddress (0.00s) [2022-05-19T09:58:17.018Z] === RUN TestMapOpts [2022-05-19T09:58:17.018Z] --- PASS: TestMapOpts (0.00s) [2022-05-19T09:58:17.018Z] === RUN TestListOptsWithoutValidator [2022-05-19T09:58:17.018Z] --- PASS: TestListOptsWithoutValidator (0.00s) [2022-05-19T09:58:17.018Z] === RUN TestListOptsWithValidator [2022-05-19T09:58:17.018Z] --- PASS: TestListOptsWithValidator (0.00s) [2022-05-19T09:58:17.018Z] === RUN TestValidateDNSSearch [2022-05-19T09:58:17.018Z] --- PASS: TestValidateDNSSearch (0.00s) [2022-05-19T09:58:17.018Z] === RUN TestValidateLabel [2022-05-19T09:58:17.018Z] === RUN TestValidateLabel/lable_with_bad_attribute_format [2022-05-19T09:58:17.018Z] === RUN TestValidateLabel/label_with_general_format [2022-05-19T09:58:17.018Z] === RUN TestValidateLabel/label_with_more_than_one_= [2022-05-19T09:58:17.018Z] === RUN TestValidateLabel/label_with_one_more [2022-05-19T09:58:17.018Z] === RUN TestValidateLabel/label_with_no_reserved_com.docker.* [2022-05-19T09:58:17.018Z] === RUN TestValidateLabel/label_with_no_reserved_io.docker.* [2022-05-19T09:58:17.018Z] === RUN TestValidateLabel/label_with_no_reserved_org.dockerproject.* [2022-05-19T09:58:17.018Z] === RUN TestValidateLabel/label_with_reserved_com.docker.* [2022-05-19T09:58:17.018Z] === RUN TestValidateLabel/label_with_reserved_upcase_com.docker.*_ [2022-05-19T09:58:17.018Z] === RUN TestValidateLabel/label_with_reserved_io.docker.* [2022-05-19T09:58:17.018Z] === RUN TestValidateLabel/label_with_reserved_upcase_io.docker.* [2022-05-19T09:58:17.018Z] === RUN TestValidateLabel/label_with_reserved_org.dockerproject.* [2022-05-19T09:58:17.018Z] === RUN TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* [2022-05-19T09:58:17.018Z] --- PASS: TestValidateLabel (0.00s) [2022-05-19T09:58:17.018Z] --- PASS: TestValidateLabel/lable_with_bad_attribute_format (0.00s) [2022-05-19T09:58:17.018Z] --- PASS: TestValidateLabel/label_with_general_format (0.00s) [2022-05-19T09:58:17.018Z] --- PASS: TestValidateLabel/label_with_more_than_one_= (0.00s) [2022-05-19T09:58:17.018Z] --- PASS: TestValidateLabel/label_with_one_more (0.00s) [2022-05-19T09:58:17.018Z] --- PASS: TestValidateLabel/label_with_no_reserved_com.docker.* (0.00s) [2022-05-19T09:58:17.018Z] --- PASS: TestValidateLabel/label_with_no_reserved_io.docker.* (0.00s) [2022-05-19T09:58:17.018Z] --- PASS: TestValidateLabel/label_with_no_reserved_org.dockerproject.* (0.00s) [2022-05-19T09:58:17.018Z] --- PASS: TestValidateLabel/label_with_reserved_com.docker.* (0.00s) [2022-05-19T09:58:17.018Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_com.docker.*_ (0.00s) [2022-05-19T09:58:17.018Z] --- PASS: TestValidateLabel/label_with_reserved_io.docker.* (0.00s) [2022-05-19T09:58:17.018Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_io.docker.* (0.00s) [2022-05-19T09:58:17.018Z] --- PASS: TestValidateLabel/label_with_reserved_org.dockerproject.* (0.00s) [2022-05-19T09:58:17.018Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* (0.00s) [2022-05-19T09:58:17.018Z] === RUN TestNamedListOpts [2022-05-19T09:58:17.018Z] --- PASS: TestNamedListOpts (0.00s) [2022-05-19T09:58:17.018Z] === RUN TestNamedMapOpts [2022-05-19T09:58:17.018Z] --- PASS: TestNamedMapOpts (0.00s) [2022-05-19T09:58:17.018Z] === RUN TestParseLink [2022-05-19T09:58:17.018Z] --- PASS: TestParseLink (0.00s) [2022-05-19T09:58:17.018Z] === RUN TestUlimitOpt [2022-05-19T09:58:17.018Z] --- PASS: TestUlimitOpt (0.00s) [2022-05-19T09:58:17.018Z] PASS [2022-05-19T09:58:17.018Z] coverage: 66.0% of statements [2022-05-19T09:58:17.018Z] ok github.com/docker/docker/opts 0.092s coverage: 66.0% of statements [2022-05-19T09:58:17.018Z] --- PASS: TestSetRolloverSerial (3.85s) [2022-05-19T09:58:17.018Z] === RUN TestGetFirstAvailableFromCurrent [2022-05-19T09:58:17.018Z] --- PASS: TestGetFirstAvailableFromCurrent (0.00s) [2022-05-19T09:58:17.018Z] PASS [2022-05-19T09:58:17.018Z] coverage: 84.4% of statements [2022-05-19T09:58:17.018Z] ok github.com/docker/docker/libnetwork/bitseq 25.865s coverage: 84.4% of statements [2022-05-19T09:58:17.178Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelFatal [2022-05-19T09:58:17.486Z] === RUN TestParseVersion [2022-05-19T09:58:17.486Z] --- PASS: TestParseVersion (0.00s) [2022-05-19T09:58:17.486Z] PASS [2022-05-19T09:58:17.486Z] coverage: 52.9% of statements [2022-05-19T09:58:17.486Z] ok github.com/docker/docker/pkg/aaparser 0.043s coverage: 52.9% of statements [2022-05-19T09:58:17.486Z] --- PASS: TestNetworkDBJoinLeaveNetworks (2.83s) [2022-05-19T09:58:17.486Z] === RUN TestNetworkDBCRUDTableEntry [2022-05-19T09:58:17.679Z] === RUN TestIPDataMarshalling [2022-05-19T09:58:17.679Z] --- PASS: TestIPDataMarshalling (0.00s) [2022-05-19T09:58:17.679Z] === RUN TestValidateAndIsV6 [2022-05-19T09:58:17.679Z] --- PASS: TestValidateAndIsV6 (0.00s) [2022-05-19T09:58:17.679Z] PASS [2022-05-19T09:58:17.679Z] coverage: 68.9% of statements [2022-05-19T09:58:17.679Z] ok github.com/docker/docker/libnetwork/driverapi 0.046s coverage: 68.9% of statements [2022-05-19T09:58:17.741Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelWrong [2022-05-19T09:58:17.998Z] check_test.go:307: [d1e92941b673d] daemon is not started [2022-05-19T09:58:17.998Z] === RUN TestDockerDaemonSuite/TestDaemonLogOptions [2022-05-19T09:58:18.141Z] --- PASS: TestNetworkDBCRUDTableEntries (3.73s) [2022-05-19T09:58:18.141Z] === RUN TestNetworkDBNodeLeave [2022-05-19T09:58:18.141Z] --- PASS: TestTarFiles (7.84s) [2022-05-19T09:58:18.141Z] === RUN TestDetectCompressionZstd [2022-05-19T09:58:18.141Z] --- PASS: TestDetectCompressionZstd (0.00s) [2022-05-19T09:58:18.141Z] === RUN TestTarUntar [2022-05-19T09:58:18.141Z] --- PASS: TestTarUntar (0.05s) [2022-05-19T09:58:18.141Z] === RUN TestTarWithOptionsChownOptsAlwaysOverridesIdPair [2022-05-19T09:58:18.141Z] --- PASS: TestTarWithOptionsChownOptsAlwaysOverridesIdPair (0.01s) [2022-05-19T09:58:18.141Z] === RUN TestTarWithOptions [2022-05-19T09:58:18.141Z] --- PASS: TestTarWithOptions (0.04s) [2022-05-19T09:58:18.141Z] === RUN TestTypeXGlobalHeaderDoesNotFail [2022-05-19T09:58:18.141Z] --- PASS: TestTypeXGlobalHeaderDoesNotFail (0.00s) [2022-05-19T09:58:18.141Z] === RUN TestUntarUstarGnuConflict [2022-05-19T09:58:18.141Z] --- PASS: TestUntarUstarGnuConflict (0.01s) [2022-05-19T09:58:18.141Z] === RUN TestUntarInvalidFilenames [2022-05-19T09:58:18.141Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidFilenames876637845\\dest" [2022-05-19T09:58:18.141Z] --- PASS: TestUntarInvalidFilenames (0.23s) [2022-05-19T09:58:18.141Z] === RUN TestUntarHardlinkToSymlink [2022-05-19T09:58:18.141Z] --- PASS: TestUntarHardlinkToSymlink (0.02s) [2022-05-19T09:58:18.141Z] === RUN TestUntarInvalidHardlink [2022-05-19T09:58:18.141Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink3967600358\\victim\\hello" -> "../victim/hello" [2022-05-19T09:58:18.141Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink1563381580\\victim\\hello" -> "/../victim/hello" [2022-05-19T09:58:18.141Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink546364280\\victim" -> "../victim" [2022-05-19T09:58:18.141Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink991211516\\victim" -> "../victim" [2022-05-19T09:58:18.141Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink4188184617\\victim" -> "../victim" [2022-05-19T09:58:18.141Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink1607923503\\victim" -> "../victim" [2022-05-19T09:58:18.141Z] --- PASS: TestUntarInvalidHardlink (0.04s) [2022-05-19T09:58:18.141Z] === RUN TestUntarInvalidSymlink [2022-05-19T09:58:18.141Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink1904300376\\dest\\dotdot" -> "../victim/hello" [2022-05-19T09:58:18.141Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink3672464955\\dest\\slash-dotdot" -> "/../victim/hello" [2022-05-19T09:58:18.149Z] === RUN TestErrorInterfaces [2022-05-19T09:58:18.149Z] --- PASS: TestErrorInterfaces (0.00s) [2022-05-19T09:58:18.149Z] === RUN TestNetworkMarshalling [2022-05-19T09:58:18.149Z] --- PASS: TestNetworkMarshalling (0.20s) [2022-05-19T09:58:18.149Z] === RUN TestEndpointMarshalling [2022-05-19T09:58:18.149Z] --- PASS: TestEndpointMarshalling (0.00s) [2022-05-19T09:58:18.149Z] === RUN TestAuxAddresses [2022-05-19T09:58:18.149Z] time="2022-05-19T09:58:18Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-05-19T09:58:18.149Z] --- PASS: TestAuxAddresses (0.02s) [2022-05-19T09:58:18.149Z] === RUN TestSRVServiceQuery [2022-05-19T09:58:18.609Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink2212107757\\dest\\loophole-victim" -> "../victim" [2022-05-19T09:58:18.610Z] === RUN TestCopyFileWithInvalidSrc [2022-05-19T09:58:18.610Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink281003575\\dest\\loophole-victim" -> "../victim" [2022-05-19T09:58:18.610Z] --- PASS: TestCopyFileWithInvalidSrc (0.00s) [2022-05-19T09:58:18.610Z] === RUN TestCopyFileWithInvalidDest [2022-05-19T09:58:18.610Z] --- PASS: TestCopyFileWithInvalidDest (0.01s) [2022-05-19T09:58:18.610Z] === RUN TestCopyFileWithSameSrcAndDest [2022-05-19T09:58:18.610Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink4225560332\\dest\\loophole-victim" -> "../victim" [2022-05-19T09:58:18.610Z] --- PASS: TestCopyFileWithSameSrcAndDest (0.00s) [2022-05-19T09:58:18.610Z] === RUN TestCopyFileWithSameSrcAndDestWithPathNameDifferent [2022-05-19T09:58:18.610Z] --- PASS: TestCopyFileWithSameSrcAndDestWithPathNameDifferent (0.01s) [2022-05-19T09:58:18.610Z] === RUN TestCopyFile [2022-05-19T09:58:18.610Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink2634967891\\dest\\loophole-victim" -> "../victim" [2022-05-19T09:58:18.610Z] --- PASS: TestCopyFile (0.01s) [2022-05-19T09:58:18.610Z] === RUN TestReadSymlinkedDirectoryExistingDirectory [2022-05-19T09:58:18.610Z] fileutils_test.go:133: Needs porting to Windows [2022-05-19T09:58:18.610Z] --- SKIP: TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2022-05-19T09:58:18.610Z] === RUN TestReadSymlinkedDirectoryNonExistingSymlink [2022-05-19T09:58:18.610Z] --- PASS: TestReadSymlinkedDirectoryNonExistingSymlink (0.00s) [2022-05-19T09:58:18.610Z] === RUN TestReadSymlinkedDirectoryToFile [2022-05-19T09:58:18.610Z] fileutils_test.go:179: Needs porting to Windows [2022-05-19T09:58:18.610Z] --- SKIP: TestReadSymlinkedDirectoryToFile (0.00s) [2022-05-19T09:58:18.610Z] === RUN TestWildcardMatches [2022-05-19T09:58:18.610Z] --- PASS: TestWildcardMatches (0.00s) [2022-05-19T09:58:18.610Z] === RUN TestPatternMatches [2022-05-19T09:58:18.610Z] --- PASS: TestPatternMatches (0.00s) [2022-05-19T09:58:18.610Z] === RUN TestExclusionPatternMatchesPatternBefore [2022-05-19T09:58:18.610Z] --- PASS: TestExclusionPatternMatchesPatternBefore (0.00s) [2022-05-19T09:58:18.610Z] === RUN TestPatternMatchesFolderExclusions [2022-05-19T09:58:18.610Z] --- PASS: TestPatternMatchesFolderExclusions (0.00s) [2022-05-19T09:58:18.610Z] === RUN TestPatternMatchesFolderWithSlashExclusions [2022-05-19T09:58:18.610Z] --- PASS: TestPatternMatchesFolderWithSlashExclusions (0.00s) [2022-05-19T09:58:18.610Z] === RUN TestPatternMatchesFolderWildcardExclusions [2022-05-19T09:58:18.610Z] --- PASS: TestPatternMatchesFolderWildcardExclusions (0.00s) [2022-05-19T09:58:18.610Z] === RUN TestExclusionPatternMatchesPatternAfter [2022-05-19T09:58:18.610Z] --- PASS: TestExclusionPatternMatchesPatternAfter (0.00s) [2022-05-19T09:58:18.610Z] === RUN TestExclusionPatternMatchesWholeDirectory [2022-05-19T09:58:18.610Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink1091754761\\dest\\dir\\loophole" -> "../../victim" [2022-05-19T09:58:18.610Z] --- PASS: TestUntarInvalidSymlink (0.06s) [2022-05-19T09:58:18.610Z] === RUN TestTempArchiveCloseMultipleTimes [2022-05-19T09:58:18.610Z] --- PASS: TestTempArchiveCloseMultipleTimes (0.00s) [2022-05-19T09:58:18.610Z] === RUN TestXGlobalNoParent [2022-05-19T09:58:18.610Z] --- PASS: TestXGlobalNoParent (0.00s) [2022-05-19T09:58:18.610Z] === RUN TestReplaceFileTarWrapper [2022-05-19T09:58:18.610Z] --- PASS: TestExclusionPatternMatchesWholeDirectory (0.00s) [2022-05-19T09:58:18.610Z] === RUN TestSingleExclamationError [2022-05-19T09:58:18.610Z] --- PASS: TestSingleExclamationError (0.00s) [2022-05-19T09:58:18.610Z] === RUN TestMatchesWithNoPatterns [2022-05-19T09:58:18.610Z] --- PASS: TestMatchesWithNoPatterns (0.00s) [2022-05-19T09:58:18.610Z] === RUN TestMatchesWithMalformedPatterns [2022-05-19T09:58:18.610Z] --- PASS: TestMatchesWithMalformedPatterns (0.00s) [2022-05-19T09:58:18.610Z] === RUN TestMatches [2022-05-19T09:58:18.610Z] === RUN TestMatches/MatchesOrParentMatches [2022-05-19T09:58:18.610Z] === RUN TestMatches/MatchesUsingParentResult [2022-05-19T09:58:18.610Z] === RUN TestMatches/MatchesUsingParentResults [2022-05-19T09:58:18.610Z] === RUN TestMatches/MatchesUsingParentResultsNoContext [2022-05-19T09:58:18.610Z] --- PASS: TestMatches (0.01s) [2022-05-19T09:58:18.610Z] --- PASS: TestMatches/MatchesOrParentMatches (0.00s) [2022-05-19T09:58:18.610Z] --- PASS: TestMatches/MatchesUsingParentResult (0.00s) [2022-05-19T09:58:18.610Z] --- PASS: TestMatches/MatchesUsingParentResults (0.00s) [2022-05-19T09:58:18.610Z] --- PASS: TestMatches/MatchesUsingParentResultsNoContext (0.00s) [2022-05-19T09:58:18.610Z] === RUN TestCleanPatterns [2022-05-19T09:58:18.610Z] --- PASS: TestCleanPatterns (0.00s) [2022-05-19T09:58:18.610Z] === RUN TestCleanPatternsStripEmptyPatterns [2022-05-19T09:58:18.610Z] --- PASS: TestCleanPatternsStripEmptyPatterns (0.00s) [2022-05-19T09:58:18.610Z] === RUN TestCleanPatternsExceptionFlag [2022-05-19T09:58:18.610Z] --- PASS: TestCleanPatternsExceptionFlag (0.00s) [2022-05-19T09:58:18.610Z] === RUN TestCleanPatternsLeadingSpaceTrimmed [2022-05-19T09:58:18.610Z] --- PASS: TestCleanPatternsLeadingSpaceTrimmed (0.00s) [2022-05-19T09:58:18.610Z] === RUN TestCleanPatternsTrailingSpaceTrimmed [2022-05-19T09:58:18.610Z] --- PASS: TestCleanPatternsTrailingSpaceTrimmed (0.00s) [2022-05-19T09:58:18.610Z] === RUN TestCleanPatternsErrorSingleException [2022-05-19T09:58:18.610Z] --- PASS: TestCleanPatternsErrorSingleException (0.00s) [2022-05-19T09:58:18.610Z] === RUN TestCreateIfNotExistsDir [2022-05-19T09:58:18.610Z] --- PASS: TestCreateIfNotExistsDir (0.01s) [2022-05-19T09:58:18.610Z] === RUN TestCreateIfNotExistsFile [2022-05-19T09:58:18.610Z] --- PASS: TestCreateIfNotExistsFile (0.01s) [2022-05-19T09:58:18.610Z] === RUN TestMatch [2022-05-19T09:58:18.610Z] --- PASS: TestMatch (0.00s) [2022-05-19T09:58:18.610Z] === RUN TestCompile [2022-05-19T09:58:18.610Z] === RUN TestCompile/slash [2022-05-19T09:58:18.610Z] === RUN TestCompile/backslash [2022-05-19T09:58:18.610Z] --- PASS: TestCompile (0.00s) [2022-05-19T09:58:18.610Z] --- PASS: TestCompile/slash (0.00s) [2022-05-19T09:58:18.610Z] --- PASS: TestCompile/backslash (0.00s) [2022-05-19T09:58:18.610Z] PASS [2022-05-19T09:58:18.610Z] coverage: 84.7% of statements [2022-05-19T09:58:18.610Z] ok github.com/docker/docker/pkg/fileutils 0.141s coverage: 84.7% of statements [2022-05-19T09:58:18.610Z] --- PASS: TestReplaceFileTarWrapper (0.26s) [2022-05-19T09:58:18.610Z] === RUN TestPrefixHeaderReadable [2022-05-19T09:58:18.610Z] --- PASS: TestPrefixHeaderReadable (0.04s) [2022-05-19T09:58:18.610Z] === RUN TestDisablePigz [2022-05-19T09:58:18.610Z] archive_test.go:1372: Test will not check full path when Pigz not installed [2022-05-19T09:58:18.618Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2022-05-19T09:58:18.618Z] --- SKIP: TestSRVServiceQuery (0.01s) [2022-05-19T09:58:18.618Z] === RUN TestServiceVIPReuse [2022-05-19T09:58:18.618Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2022-05-19T09:58:18.618Z] --- SKIP: TestServiceVIPReuse (0.00s) [2022-05-19T09:58:18.618Z] === RUN TestIpamReleaseOnNetDriverFailures [2022-05-19T09:58:18.618Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2022-05-19T09:58:18.618Z] --- SKIP: TestIpamReleaseOnNetDriverFailures (0.00s) [2022-05-19T09:58:18.618Z] === RUN TestDNSIPQuery [2022-05-19T09:58:18.618Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2022-05-19T09:58:18.618Z] --- SKIP: TestDNSIPQuery (0.00s) [2022-05-19T09:58:18.618Z] === RUN TestDNSProxyServFail [2022-05-19T09:58:18.618Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2022-05-19T09:58:18.618Z] --- SKIP: TestDNSProxyServFail (0.00s) [2022-05-19T09:58:18.618Z] === RUN TestSandboxAddEmpty [2022-05-19T09:58:18.618Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-05-19T09:58:18.618Z] --- SKIP: TestSandboxAddEmpty (0.01s) [2022-05-19T09:58:18.618Z] === RUN TestSandboxAddMultiPrio [2022-05-19T09:58:18.618Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-05-19T09:58:18.618Z] --- SKIP: TestSandboxAddMultiPrio (0.00s) [2022-05-19T09:58:18.618Z] === RUN TestSandboxAddSamePrio [2022-05-19T09:58:18.618Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-05-19T09:58:18.618Z] --- SKIP: TestSandboxAddSamePrio (0.00s) [2022-05-19T09:58:18.618Z] === RUN TestCleanupServiceDiscovery [2022-05-19T09:58:18.618Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2022-05-19T09:58:18.618Z] --- SKIP: TestCleanupServiceDiscovery (0.00s) [2022-05-19T09:58:18.618Z] === RUN TestDNSOptions [2022-05-19T09:58:18.618Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2022-05-19T09:58:18.618Z] --- SKIP: TestDNSOptions (0.00s) [2022-05-19T09:58:18.618Z] === RUN TestMultipleControllersWithSameStore [2022-05-19T09:58:18.618Z] time="2022-05-19T09:58:18Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-05-19T09:58:18.618Z] time="2022-05-19T09:58:18Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-05-19T09:58:18.618Z] --- PASS: TestMultipleControllersWithSameStore (0.04s) [2022-05-19T09:58:18.618Z] PASS [2022-05-19T09:58:18.618Z] coverage: 8.5% of statements [2022-05-19T09:58:18.618Z] ok github.com/docker/docker/libnetwork 0.411s coverage: 8.5% of statements [2022-05-19T09:58:18.618Z] === RUN TestDriver [2022-05-19T09:58:18.618Z] --- PASS: TestDriver (0.00s) [2022-05-19T09:58:18.618Z] PASS [2022-05-19T09:58:18.618Z] coverage: 34.8% of statements [2022-05-19T09:58:18.618Z] ok github.com/docker/docker/libnetwork/drivers/host 0.065s coverage: 34.8% of statements [2022-05-19T09:58:19.078Z] --- PASS: TestDisablePigz (0.18s) [2022-05-19T09:58:19.078Z] === RUN TestPigz [2022-05-19T09:58:19.078Z] archive_test.go:1400: Tested whether Pigz is not used, as it not installed [2022-05-19T09:58:19.078Z] --- PASS: TestPigz (0.20s) [2022-05-19T09:58:19.078Z] === RUN TestNosysFileInfo [2022-05-19T09:58:19.078Z] --- PASS: TestNosysFileInfo (0.00s) [2022-05-19T09:58:19.078Z] === RUN TestCopyFileWithInvalidDest [2022-05-19T09:58:19.078Z] archive_windows_test.go:16: Currently fails [2022-05-19T09:58:19.078Z] --- SKIP: TestCopyFileWithInvalidDest (0.00s) [2022-05-19T09:58:19.078Z] === RUN TestCanonicalTarNameForPath [2022-05-19T09:58:19.078Z] --- PASS: TestCanonicalTarNameForPath (0.00s) [2022-05-19T09:58:19.078Z] === RUN TestCanonicalTarName [2022-05-19T09:58:19.078Z] --- PASS: TestCanonicalTarName (0.00s) [2022-05-19T09:58:19.078Z] === RUN TestChmodTarEntry [2022-05-19T09:58:19.078Z] --- PASS: TestChmodTarEntry (0.00s) [2022-05-19T09:58:19.078Z] === RUN TestHardLinkOrder [2022-05-19T09:58:19.078Z] --- PASS: TestHardLinkOrder (0.15s) [2022-05-19T09:58:19.078Z] === RUN TestChangeString [2022-05-19T09:58:19.078Z] --- PASS: TestChangeString (0.00s) [2022-05-19T09:58:19.078Z] === RUN TestChangesWithNoChanges [2022-05-19T09:58:19.078Z] --- PASS: TestChangesWithNoChanges (0.04s) [2022-05-19T09:58:19.079Z] === RUN TestChangesWithChanges [2022-05-19T09:58:19.091Z] === RUN TestDriver [2022-05-19T09:58:19.091Z] --- PASS: TestDriver (0.00s) [2022-05-19T09:58:19.091Z] PASS [2022-05-19T09:58:19.091Z] coverage: 34.8% of statements [2022-05-19T09:58:19.091Z] ok github.com/docker/docker/libnetwork/drivers/null 0.049s coverage: 34.8% of statements [2022-05-19T09:58:19.366Z] --- PASS: TestRenameLinkedContainer (2.85s) [2022-05-19T09:58:19.366Z] === RUN TestRenameStoppedContainer [2022-05-19T09:58:19.546Z] --- PASS: TestChangesWithChanges (0.04s) [2022-05-19T09:58:19.546Z] === RUN TestChangesWithChangesGH13590 [2022-05-19T09:58:19.546Z] changes_test.go:196: needs more investigation [2022-05-19T09:58:19.546Z] --- SKIP: TestChangesWithChangesGH13590 (0.00s) [2022-05-19T09:58:19.546Z] === RUN TestChangesDirsEmpty [2022-05-19T09:58:19.546Z] changes_test.go:261: FIXME: broken on Windows 1903 and up; see #39846 [2022-05-19T09:58:19.546Z] --- SKIP: TestChangesDirsEmpty (0.00s) [2022-05-19T09:58:19.546Z] === RUN TestChangesDirsMutated [2022-05-19T09:58:19.546Z] changes_test.go:355: FIXME: broken on Windows 1903 and up; see #39846 [2022-05-19T09:58:19.546Z] --- SKIP: TestChangesDirsMutated (0.00s) [2022-05-19T09:58:19.546Z] === RUN TestApplyLayer [2022-05-19T09:58:19.546Z] changes_test.go:433: needs further investigation [2022-05-19T09:58:19.546Z] --- SKIP: TestApplyLayer (0.00s) [2022-05-19T09:58:19.546Z] === RUN TestChangesSizeWithHardlinks [2022-05-19T09:58:19.546Z] changes_test.go:469: needs further investigation [2022-05-19T09:58:19.546Z] --- SKIP: TestChangesSizeWithHardlinks (0.00s) [2022-05-19T09:58:19.546Z] === RUN TestChangesSizeWithNoChanges [2022-05-19T09:58:19.546Z] --- PASS: TestChangesSizeWithNoChanges (0.00s) [2022-05-19T09:58:19.546Z] === RUN TestChangesSizeWithOnlyDeleteChanges [2022-05-19T09:58:19.546Z] --- PASS: TestChangesSizeWithOnlyDeleteChanges (0.00s) [2022-05-19T09:58:19.546Z] === RUN TestChangesSize [2022-05-19T09:58:19.546Z] --- PASS: TestChangesSize (0.00s) [2022-05-19T09:58:19.546Z] === RUN TestApplyLayerInvalidFilenames [2022-05-19T09:58:19.546Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidFilenames1991346512\\dest" [2022-05-19T09:58:19.546Z] --- PASS: TestApplyLayerInvalidFilenames (0.02s) [2022-05-19T09:58:19.546Z] === RUN TestApplyLayerInvalidHardlink [2022-05-19T09:58:19.546Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink2630991186\\victim\\hello" -> "../victim/hello" [2022-05-19T09:58:19.547Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink3628172793\\victim\\hello" -> "/../victim/hello" [2022-05-19T09:58:19.547Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink1287622543\\victim" -> "../victim" [2022-05-19T09:58:19.547Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink3273023637\\victim" -> "../victim" [2022-05-19T09:58:19.547Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink82015130\\victim" -> "../victim" [2022-05-19T09:58:19.547Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink1010328717\\victim" -> "../victim" [2022-05-19T09:58:19.547Z] --- PASS: TestApplyLayerInvalidHardlink (0.06s) [2022-05-19T09:58:19.547Z] === RUN TestApplyLayerInvalidSymlink [2022-05-19T09:58:19.547Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink3653121381\\dest\\dotdot" -> "../victim/hello" [2022-05-19T09:58:19.547Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink1132778215\\dest\\slash-dotdot" -> "/../victim/hello" [2022-05-19T09:58:19.547Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink1758623321\\dest\\loophole-victim" -> "../victim" [2022-05-19T09:58:19.547Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink2745394957\\dest\\loophole-victim" -> "../victim" [2022-05-19T09:58:19.547Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink2317118310\\dest\\loophole-victim" -> "../victim" [2022-05-19T09:58:19.547Z] === RUN TestGet [2022-05-19T09:58:19.547Z] --- PASS: TestGet (0.00s) [2022-05-19T09:58:19.547Z] === RUN TestGetShortcutString [2022-05-19T09:58:19.547Z] --- PASS: TestGetShortcutString (0.00s) [2022-05-19T09:58:19.547Z] PASS [2022-05-19T09:58:19.547Z] coverage: 42.9% of statements [2022-05-19T09:58:19.547Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink3773080597\\dest\\loophole-victim" -> "../victim" [2022-05-19T09:58:19.547Z] --- PASS: TestApplyLayerInvalidSymlink (0.05s) [2022-05-19T09:58:19.547Z] === RUN TestApplyLayerWhiteouts [2022-05-19T09:58:19.547Z] ok github.com/docker/docker/pkg/homedir 0.066s coverage: 42.9% of statements [2022-05-19T09:58:19.547Z] --- PASS: TestApplyLayerWhiteouts (0.09s) [2022-05-19T09:58:19.547Z] === RUN TestGenerateEmptyFile [2022-05-19T09:58:19.547Z] --- PASS: TestGenerateEmptyFile (0.00s) [2022-05-19T09:58:19.547Z] === RUN TestGenerateWithContent [2022-05-19T09:58:19.547Z] --- PASS: TestGenerateWithContent (0.00s) [2022-05-19T09:58:19.547Z] PASS [2022-05-19T09:58:19.547Z] coverage: 61.9% of statements [2022-05-19T09:58:19.547Z] ok github.com/docker/docker/pkg/archive 11.010s coverage: 61.9% of statements [2022-05-19T09:58:19.623Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefault [2022-05-19T09:58:20.082Z] === RUN TestNetworkAllocateFree [2022-05-19T09:58:20.082Z] --- PASS: TestNetworkAllocateFree (0.00s) [2022-05-19T09:58:20.082Z] === RUN TestNetworkAllocateUserDefinedVNIs [2022-05-19T09:58:20.082Z] --- PASS: TestNetworkAllocateUserDefinedVNIs (0.00s) [2022-05-19T09:58:20.082Z] PASS [2022-05-19T09:58:20.082Z] coverage: 63.6% of statements [2022-05-19T09:58:20.082Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.109s coverage: 63.6% of statements [2022-05-19T09:58:20.082Z] === RUN TestGetEmptyCapabilities [2022-05-19T09:58:20.082Z] --- PASS: TestGetEmptyCapabilities (0.01s) [2022-05-19T09:58:20.082Z] === RUN TestGetExtraCapabilities [2022-05-19T09:58:20.082Z] --- PASS: TestGetExtraCapabilities (0.01s) [2022-05-19T09:58:20.082Z] === RUN TestGetInvalidCapabilities [2022-05-19T09:58:20.082Z] --- PASS: TestGetInvalidCapabilities (0.01s) [2022-05-19T09:58:20.082Z] === RUN TestRemoteDriver [2022-05-19T09:58:20.082Z] --- PASS: TestRemoteDriver (0.01s) [2022-05-19T09:58:20.082Z] === RUN TestDriverError [2022-05-19T09:58:20.082Z] --- PASS: TestDriverError (0.00s) [2022-05-19T09:58:20.082Z] === RUN TestMissingValues [2022-05-19T09:58:20.082Z] --- PASS: TestMissingValues (0.01s) [2022-05-19T09:58:20.082Z] === RUN TestRollback [2022-05-19T09:58:20.082Z] --- PASS: TestRollback (0.00s) [2022-05-19T09:58:20.082Z] PASS [2022-05-19T09:58:20.082Z] coverage: 57.4% of statements [2022-05-19T09:58:20.082Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.094s coverage: 57.4% of statements [2022-05-19T09:58:20.188Z] --- PASS: TestRenameStoppedContainer (0.76s) [2022-05-19T09:58:20.188Z] === RUN TestRenameRunningContainerAndReuse [2022-05-19T09:58:20.188Z] === RUN TestDockerSuite/TestBuildAddTarXz [2022-05-19T09:58:20.438Z] 2022/05/19 09:58:19 Closing DB instances... [2022-05-19T09:58:20.438Z] === RUN TestIsArchivePathDir [2022-05-19T09:58:20.438Z] --- PASS: TestIsArchivePathDir (0.08s) [2022-05-19T09:58:20.438Z] === RUN TestIsArchivePathInvalidFile [2022-05-19T09:58:20.438Z] --- PASS: TestIsArchivePathInvalidFile (0.19s) [2022-05-19T09:58:20.438Z] === RUN TestIsArchivePathTar [2022-05-19T09:58:20.438Z] --- PASS: TestIsArchivePathTar (0.19s) [2022-05-19T09:58:20.438Z] === RUN TestDecompressStreamGzip [2022-05-19T09:58:20.905Z] --- PASS: TestDecompressStreamGzip (0.15s) [2022-05-19T09:58:20.905Z] === RUN TestDecompressStreamBzip2 [2022-05-19T09:58:20.905Z] --- PASS: TestDecompressStreamBzip2 (0.13s) [2022-05-19T09:58:20.905Z] === RUN TestDecompressStreamXz [2022-05-19T09:58:20.905Z] archive_test.go:133: Xz not present in msys2 [2022-05-19T09:58:20.905Z] --- SKIP: TestDecompressStreamXz (0.00s) [2022-05-19T09:58:20.905Z] === RUN TestDecompressStreamZstd [2022-05-19T09:58:20.905Z] archive_test.go:140: zstd not installed [2022-05-19T09:58:20.905Z] --- SKIP: TestDecompressStreamZstd (0.03s) [2022-05-19T09:58:20.905Z] === RUN TestCompressStreamXzUnsupported [2022-05-19T09:58:20.905Z] --- PASS: TestCompressStreamXzUnsupported (0.00s) [2022-05-19T09:58:20.905Z] === RUN TestCompressStreamBzip2Unsupported [2022-05-19T09:58:20.905Z] --- PASS: TestCompressStreamBzip2Unsupported (0.00s) [2022-05-19T09:58:20.905Z] === RUN TestCompressStreamInvalid [2022-05-19T09:58:20.905Z] --- PASS: TestCompressStreamInvalid (0.00s) [2022-05-19T09:58:20.905Z] === RUN TestExtensionInvalid [2022-05-19T09:58:20.905Z] --- PASS: TestExtensionInvalid (0.00s) [2022-05-19T09:58:20.905Z] === RUN TestExtensionUncompressed [2022-05-19T09:58:20.905Z] --- PASS: TestExtensionUncompressed (0.00s) [2022-05-19T09:58:20.905Z] === RUN TestExtensionBzip2 [2022-05-19T09:58:20.905Z] --- PASS: TestExtensionBzip2 (0.00s) [2022-05-19T09:58:20.905Z] === RUN TestExtensionGzip [2022-05-19T09:58:20.905Z] --- PASS: TestExtensionGzip (0.00s) [2022-05-19T09:58:20.905Z] === RUN TestExtensionXz [2022-05-19T09:58:20.905Z] --- PASS: TestExtensionXz (0.00s) [2022-05-19T09:58:20.905Z] === RUN TestExtensionZstd [2022-05-19T09:58:20.905Z] --- PASS: TestExtensionZstd (0.00s) [2022-05-19T09:58:20.905Z] === RUN TestCmdStreamLargeStderr [2022-05-19T09:58:20.905Z] --- PASS: TestCmdStreamLargeStderr (0.09s) [2022-05-19T09:58:20.905Z] === RUN TestCmdStreamBad [2022-05-19T09:58:20.905Z] archive_test.go:252: Failing on Windows CI machines [2022-05-19T09:58:20.905Z] --- SKIP: TestCmdStreamBad (0.00s) [2022-05-19T09:58:20.905Z] === RUN TestCmdStreamGood [2022-05-19T09:58:20.905Z] --- PASS: TestCmdStreamGood (0.05s) [2022-05-19T09:58:20.905Z] === RUN TestUntarPathWithInvalidDest [2022-05-19T09:58:21.075Z] === RUN TestNAT [2022-05-19T09:58:21.075Z] windows_test.go:58: Test does not work on CI and was never running to begin with [2022-05-19T09:58:21.075Z] --- SKIP: TestNAT (0.00s) [2022-05-19T09:58:21.075Z] === RUN TestTransparent [2022-05-19T09:58:21.075Z] windows_test.go:63: Test does not work on CI and was never running to begin with [2022-05-19T09:58:21.075Z] --- SKIP: TestTransparent (0.00s) [2022-05-19T09:58:21.075Z] PASS [2022-05-19T09:58:21.075Z] coverage: 0.0% of statements [2022-05-19T09:58:21.075Z] ok github.com/docker/docker/libnetwork/drivers/windows 0.090s coverage: 0.0% of statements [2022-05-19T09:58:21.075Z] === RUN TestBuildDefault [2022-05-19T09:58:21.075Z] --- PASS: TestBuildDefault (0.00s) [2022-05-19T09:58:21.075Z] === RUN TestBuildHostnameDomainname [2022-05-19T09:58:21.075Z] --- PASS: TestBuildHostnameDomainname (0.00s) [2022-05-19T09:58:21.075Z] === RUN TestBuildHostname [2022-05-19T09:58:21.075Z] --- PASS: TestBuildHostname (0.00s) [2022-05-19T09:58:21.075Z] === RUN TestBuildHostnameFQDN [2022-05-19T09:58:21.075Z] --- PASS: TestBuildHostnameFQDN (0.00s) [2022-05-19T09:58:21.075Z] === RUN TestBuildNoIP [2022-05-19T09:58:21.075Z] --- PASS: TestBuildNoIP (0.00s) [2022-05-19T09:58:21.075Z] === RUN TestUpdate [2022-05-19T09:58:21.075Z] --- PASS: TestUpdate (0.00s) [2022-05-19T09:58:21.075Z] === RUN TestUpdateIgnoresPrefixedHostname [2022-05-19T09:58:21.075Z] --- PASS: TestUpdateIgnoresPrefixedHostname (0.00s) [2022-05-19T09:58:21.075Z] === RUN TestDeleteIgnoresPrefixedHostname [2022-05-19T09:58:21.075Z] --- PASS: TestDeleteIgnoresPrefixedHostname (0.00s) [2022-05-19T09:58:21.075Z] === RUN TestAddEmpty [2022-05-19T09:58:21.075Z] --- PASS: TestAddEmpty (0.00s) [2022-05-19T09:58:21.075Z] === RUN TestAdd [2022-05-19T09:58:21.075Z] --- PASS: TestAdd (0.00s) [2022-05-19T09:58:21.075Z] === RUN TestDeleteEmpty [2022-05-19T09:58:21.075Z] --- PASS: TestDeleteEmpty (0.00s) [2022-05-19T09:58:21.075Z] === RUN TestDeleteNewline [2022-05-19T09:58:21.075Z] --- PASS: TestDeleteNewline (0.00s) [2022-05-19T09:58:21.075Z] === RUN TestDelete [2022-05-19T09:58:21.075Z] --- PASS: TestDelete (0.00s) [2022-05-19T09:58:21.075Z] === RUN TestConcurrentWrites [2022-05-19T09:58:21.075Z] === RUN TestNew [2022-05-19T09:58:21.075Z] --- PASS: TestNew (0.00s) [2022-05-19T09:58:21.075Z] === RUN TestAddDriver [2022-05-19T09:58:21.075Z] --- PASS: TestAddDriver (0.00s) [2022-05-19T09:58:21.075Z] === RUN TestAddDuplicateDriver [2022-05-19T09:58:21.075Z] --- PASS: TestAddDuplicateDriver (0.00s) [2022-05-19T09:58:21.076Z] === RUN TestIPAMDefaultAddressSpaces [2022-05-19T09:58:21.076Z] --- PASS: TestIPAMDefaultAddressSpaces (0.00s) [2022-05-19T09:58:21.076Z] === RUN TestDriver [2022-05-19T09:58:21.076Z] --- PASS: TestDriver (0.00s) [2022-05-19T09:58:21.076Z] === RUN TestIPAM [2022-05-19T09:58:21.076Z] --- PASS: TestIPAM (0.00s) [2022-05-19T09:58:21.076Z] === RUN TestWalkIPAMs [2022-05-19T09:58:21.076Z] --- PASS: TestWalkIPAMs (0.00s) [2022-05-19T09:58:21.076Z] === RUN TestWalkDrivers [2022-05-19T09:58:21.076Z] --- PASS: TestWalkDrivers (0.00s) [2022-05-19T09:58:21.076Z] PASS [2022-05-19T09:58:21.076Z] coverage: 82.4% of statements [2022-05-19T09:58:21.076Z] ok github.com/docker/docker/libnetwork/drvregistry 0.103s coverage: 82.4% of statements [2022-05-19T09:58:21.125Z] === RUN TestCreateIDMapOrder [2022-05-19T09:58:21.126Z] --- PASS: TestCreateIDMapOrder (0.00s) [2022-05-19T09:58:21.126Z] PASS [2022-05-19T09:58:21.126Z] coverage: 7.2% of statements [2022-05-19T09:58:21.126Z] ok github.com/docker/docker/pkg/idtools 0.053s coverage: 7.2% of statements [2022-05-19T09:58:21.126Z] --- PASS: TestNetworkDBNodeLeave (3.11s) [2022-05-19T09:58:21.126Z] === RUN TestNetworkDBWatch [2022-05-19T09:58:21.374Z] --- PASS: TestUntarPathWithInvalidDest (0.17s) [2022-05-19T09:58:21.374Z] === RUN TestUntarPathWithInvalidSrc [2022-05-19T09:58:21.374Z] --- PASS: TestUntarPathWithInvalidSrc (0.00s) [2022-05-19T09:58:21.374Z] === RUN TestUntarPath [2022-05-19T09:58:21.374Z] --- PASS: TestUntarPath (0.08s) [2022-05-19T09:58:21.374Z] === RUN TestUntarPathWithDestinationFile [2022-05-19T09:58:21.374Z] --- PASS: TestUntarPathWithDestinationFile (0.08s) [2022-05-19T09:58:21.374Z] === RUN TestUntarPathWithDestinationSrcFileAsFolder [2022-05-19T09:58:21.374Z] --- PASS: TestUntarPathWithDestinationSrcFileAsFolder (0.08s) [2022-05-19T09:58:21.374Z] === RUN TestCopyWithTarInvalidSrc [2022-05-19T09:58:21.374Z] --- PASS: TestCopyWithTarInvalidSrc (0.00s) [2022-05-19T09:58:21.374Z] === RUN TestCopyWithTarInexistentDestWillCreateIt [2022-05-19T09:58:21.374Z] --- PASS: TestCopyWithTarInexistentDestWillCreateIt (0.00s) [2022-05-19T09:58:21.374Z] === RUN TestCopyWithTarSrcFile [2022-05-19T09:58:21.374Z] --- PASS: TestCopyWithTarSrcFile (0.01s) [2022-05-19T09:58:21.374Z] === RUN TestCopyWithTarSrcFolder [2022-05-19T09:58:21.374Z] --- PASS: TestCopyWithTarSrcFolder (0.01s) [2022-05-19T09:58:21.374Z] === RUN TestCopyFileWithTarInvalidSrc [2022-05-19T09:58:21.374Z] --- PASS: TestCopyFileWithTarInvalidSrc (0.00s) [2022-05-19T09:58:21.374Z] === RUN TestCopyFileWithTarInexistentDestWillCreateIt [2022-05-19T09:58:21.374Z] --- PASS: TestCopyFileWithTarInexistentDestWillCreateIt (0.01s) [2022-05-19T09:58:21.374Z] === RUN TestCopyFileWithTarSrcFolder [2022-05-19T09:58:21.374Z] --- PASS: TestCopyFileWithTarSrcFolder (0.01s) [2022-05-19T09:58:21.374Z] === RUN TestCopyFileWithTarSrcFile [2022-05-19T09:58:21.374Z] --- PASS: TestCopyFileWithTarSrcFile (0.02s) [2022-05-19T09:58:21.374Z] === RUN TestTarFiles [2022-05-19T09:58:21.545Z] --- PASS: TestConcurrentWrites (0.32s) [2022-05-19T09:58:21.545Z] PASS [2022-05-19T09:58:21.545Z] coverage: 81.2% of statements [2022-05-19T09:58:21.545Z] ok github.com/docker/docker/libnetwork/etchosts 0.396s coverage: 81.2% of statements [2022-05-19T09:58:21.555Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2022-05-19T09:58:21.555Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride [2022-05-19T09:58:21.555Z] --- PASS: TestRenameRunningContainerAndReuse (1.54s) [2022-05-19T09:58:21.555Z] === RUN TestRenameInvalidName [2022-05-19T09:58:21.841Z] --- PASS: TestNetworkDBCRUDTableEntry (4.27s) [2022-05-19T09:58:21.841Z] === RUN TestNetworkDBCRUDTableEntries [2022-05-19T09:58:22.018Z] === RUN TestNew [2022-05-19T09:58:22.018Z] --- PASS: TestNew (0.00s) [2022-05-19T09:58:22.018Z] === RUN TestAllocate [2022-05-19T09:58:22.018Z] --- PASS: TestAllocate (0.00s) [2022-05-19T09:58:22.018Z] === RUN TestUninitialized [2022-05-19T09:58:22.018Z] --- PASS: TestUninitialized (0.00s) [2022-05-19T09:58:22.018Z] === RUN TestAllocateInRange [2022-05-19T09:58:22.018Z] --- PASS: TestAllocateInRange (0.00s) [2022-05-19T09:58:22.018Z] === RUN TestAllocateSerial [2022-05-19T09:58:22.018Z] --- PASS: TestAllocateSerial (0.00s) [2022-05-19T09:58:22.018Z] PASS [2022-05-19T09:58:22.018Z] coverage: 87.5% of statements [2022-05-19T09:58:22.018Z] ok github.com/docker/docker/libnetwork/idm 0.044s coverage: 87.5% of statements [2022-05-19T09:58:22.018Z] --- PASS: TestRandomAllocateDeallocate (8.10s) [2022-05-19T09:58:22.018Z] === RUN TestAllocateRandomDeallocate [2022-05-19T09:58:22.018Z] === RUN TestCaller [2022-05-19T09:58:22.018Z] --- PASS: TestCaller (0.00s) [2022-05-19T09:58:22.018Z] PASS [2022-05-19T09:58:22.018Z] coverage: 100.0% of statements [2022-05-19T09:58:22.018Z] ok github.com/docker/docker/libnetwork/internal/caller 0.041s coverage: 100.0% of statements [2022-05-19T09:58:22.315Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2022-05-19T09:58:22.315Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2022-05-19T09:58:22.315Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2022-05-19T09:58:22.315Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2022-05-19T09:58:22.315Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2022-05-19T09:58:22.315Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2022-05-19T09:58:22.315Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2022-05-19T09:58:22.315Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2022-05-19T09:58:22.315Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2022-05-19T09:58:22.315Z] ? github.com/docker/docker/libnetwork/drivers/bridge [no test files] [2022-05-19T09:58:22.315Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2022-05-19T09:58:22.315Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2022-05-19T09:58:22.315Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2022-05-19T09:58:22.316Z] ? github.com/docker/docker/libnetwork/drivers/overlay [no test files] [2022-05-19T09:58:22.316Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2022-05-19T09:58:22.316Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2022-05-19T09:58:22.316Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2022-05-19T09:58:22.484Z] --- PASS: TestRenameInvalidName (0.74s) [2022-05-19T09:58:22.484Z] === RUN TestRenameAnonymousContainer [2022-05-19T09:58:22.741Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2022-05-19T09:58:23.010Z] === RUN TestSetSerialInsertDelete [2022-05-19T09:58:23.010Z] --- PASS: TestSetSerialInsertDelete (0.00s) [2022-05-19T09:58:23.010Z] === RUN TestSetParallelInsertDelete [2022-05-19T09:58:23.303Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNone [2022-05-19T09:58:23.340Z] 2022/05/19 09:58:22 Closing DB instances... [2022-05-19T09:58:23.883Z] 2022/05/19 09:58:23 Closing DB instances... [2022-05-19T09:58:23.884Z] === RUN TestPeerCertificateMarshalJSON [2022-05-19T09:58:24.001Z] --- PASS: TestAllocateRandomDeallocate (1.78s) [2022-05-19T09:58:24.001Z] === RUN TestAllocateRandomDeallocateSerialize [2022-05-19T09:58:24.001Z] === RUN TestInt2IP2IntConversion [2022-05-19T09:58:24.326Z] --- PASS: TestNetworkDBWatch (3.47s) [2022-05-19T09:58:24.326Z] === RUN TestNetworkDBBulkSync [2022-05-19T09:58:24.352Z] === RUN TestPeerCertificateMarshalJSON/Marshalling_: [2022-05-19T09:58:24.352Z] === RUN TestPeerCertificateMarshalJSON/UnMarshalling_: [2022-05-19T09:58:24.352Z] --- PASS: TestPeerCertificateMarshalJSON (0.63s) [2022-05-19T09:58:24.352Z] --- PASS: TestPeerCertificateMarshalJSON/Marshalling_: (0.00s) [2022-05-19T09:58:24.352Z] --- PASS: TestPeerCertificateMarshalJSON/UnMarshalling_: (0.00s) [2022-05-19T09:58:24.352Z] === RUN TestMiddleware [2022-05-19T09:58:24.352Z] --- PASS: TestMiddleware (0.00s) [2022-05-19T09:58:24.352Z] === RUN TestNewResponseModifier [2022-05-19T09:58:24.352Z] --- PASS: TestNewResponseModifier (0.00s) [2022-05-19T09:58:24.352Z] PASS [2022-05-19T09:58:24.352Z] coverage: 26.8% of statements [2022-05-19T09:58:24.352Z] ok github.com/docker/docker/pkg/authorization 0.685s coverage: 26.8% of statements [2022-05-19T09:58:24.470Z] --- PASS: TestInt2IP2IntConversion (0.54s) [2022-05-19T09:58:24.470Z] === RUN TestGetAddressVersion [2022-05-19T09:58:24.470Z] --- PASS: TestGetAddressVersion (0.00s) [2022-05-19T09:58:24.470Z] === RUN TestKeyString [2022-05-19T09:58:24.470Z] --- PASS: TestKeyString (0.00s) [2022-05-19T09:58:24.470Z] === RUN TestPoolDataMarshal [2022-05-19T09:58:24.470Z] --- PASS: TestPoolDataMarshal (0.00s) [2022-05-19T09:58:24.470Z] === RUN TestSubnetsMarshal [2022-05-19T09:58:24.470Z] --- PASS: TestSubnetsMarshal (0.07s) [2022-05-19T09:58:24.470Z] === RUN TestAddSubnets [2022-05-19T09:58:24.470Z] === RUN TestPoolRequest [2022-05-19T09:58:24.470Z] --- PASS: TestPoolRequest (0.00s) [2022-05-19T09:58:24.470Z] === RUN TestOtherRequests [2022-05-19T09:58:24.470Z] --- PASS: TestOtherRequests (0.00s) [2022-05-19T09:58:24.470Z] PASS [2022-05-19T09:58:24.470Z] coverage: 57.1% of statements [2022-05-19T09:58:24.470Z] --- PASS: TestAddSubnets (0.08s) [2022-05-19T09:58:24.470Z] === RUN TestDoublePoolRelease [2022-05-19T09:58:24.470Z] ok github.com/docker/docker/libnetwork/ipams/null 0.044s coverage: 57.1% of statements [2022-05-19T09:58:24.470Z] --- PASS: TestDoublePoolRelease (0.04s) [2022-05-19T09:58:24.470Z] === RUN TestAddReleasePoolID [2022-05-19T09:58:24.470Z] --- PASS: TestAddReleasePoolID (0.11s) [2022-05-19T09:58:24.470Z] === RUN TestPredefinedPool [2022-05-19T09:58:24.797Z] === RUN TestFixedBufferCap [2022-05-19T09:58:24.797Z] --- PASS: TestFixedBufferCap (0.00s) [2022-05-19T09:58:24.797Z] === RUN TestFixedBufferLen [2022-05-19T09:58:24.797Z] --- PASS: TestFixedBufferLen (0.00s) [2022-05-19T09:58:24.797Z] === RUN TestFixedBufferString [2022-05-19T09:58:24.940Z] --- PASS: TestPredefinedPool (0.04s) [2022-05-19T09:58:24.940Z] === RUN TestRemoveSubnet [2022-05-19T09:58:24.940Z] --- PASS: TestRemoveSubnet (0.31s) [2022-05-19T09:58:24.940Z] === RUN TestGetSameAddress [2022-05-19T09:58:24.940Z] --- PASS: TestGetSameAddress (0.03s) [2022-05-19T09:58:24.940Z] === RUN TestPoolAllocationReuse [2022-05-19T09:58:25.195Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError [2022-05-19T09:58:25.265Z] --- PASS: TestFixedBufferString (0.00s) [2022-05-19T09:58:25.265Z] === RUN TestFixedBufferWrite [2022-05-19T09:58:25.265Z] --- PASS: TestFixedBufferWrite (0.00s) [2022-05-19T09:58:25.265Z] === RUN TestFixedBufferRead [2022-05-19T09:58:25.265Z] --- PASS: TestFixedBufferRead (0.00s) [2022-05-19T09:58:25.265Z] === RUN TestBytesPipeRead [2022-05-19T09:58:25.265Z] --- PASS: TestBytesPipeRead (0.00s) [2022-05-19T09:58:25.265Z] === RUN TestBytesPipeWrite [2022-05-19T09:58:25.265Z] --- PASS: TestBytesPipeWrite (0.00s) [2022-05-19T09:58:25.337Z] --- PASS: TestNetworkDBCRUDTableEntries (3.24s) [2022-05-19T09:58:25.337Z] === RUN TestNetworkDBNodeLeave [2022-05-19T09:58:25.337Z] === RUN TestUnbuffered [2022-05-19T09:58:25.337Z] --- PASS: TestUnbuffered (0.00s) [2022-05-19T09:58:25.337Z] === RUN TestRaceUnbuffered [2022-05-19T09:58:25.337Z] --- PASS: TestRaceUnbuffered (0.00s) [2022-05-19T09:58:25.337Z] PASS [2022-05-19T09:58:25.337Z] coverage: 100.0% of statements [2022-05-19T09:58:25.337Z] ok github.com/docker/docker/pkg/broadcaster 0.070s coverage: 100.0% of statements [2022-05-19T09:58:25.411Z] --- PASS: TestAllocateRandomDeallocateSerialize (1.46s) [2022-05-19T09:58:25.411Z] === RUN TestRetrieveFromStore [2022-05-19T09:58:25.452Z] --- PASS: TestRenameAnonymousContainer (3.06s) [2022-05-19T09:58:25.452Z] === RUN TestRenameContainerWithSameName [2022-05-19T09:58:25.733Z] === RUN TestBytesPipeWriteRandomChunks [2022-05-19T09:58:25.881Z] === RUN TestGetCapabilities [2022-05-19T09:58:25.881Z] --- PASS: TestGetCapabilities (0.01s) [2022-05-19T09:58:25.881Z] === RUN TestGetCapabilitiesFromLegacyDriver [2022-05-19T09:58:25.881Z] --- PASS: TestGetCapabilitiesFromLegacyDriver (0.00s) [2022-05-19T09:58:25.881Z] === RUN TestGetDefaultAddressSpaces [2022-05-19T09:58:25.881Z] --- PASS: TestGetDefaultAddressSpaces (0.00s) [2022-05-19T09:58:25.881Z] === RUN TestRemoteDriver [2022-05-19T09:58:25.881Z] --- PASS: TestRemoteDriver (0.01s) [2022-05-19T09:58:25.881Z] PASS [2022-05-19T09:58:25.881Z] coverage: 47.4% of statements [2022-05-19T09:58:25.881Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.072s coverage: 47.4% of statements [2022-05-19T09:58:25.881Z] --- PASS: TestRetrieveFromStore (0.72s) [2022-05-19T09:58:25.881Z] === RUN TestIsCorrupted [2022-05-19T09:58:25.881Z] --- PASS: TestIsCorrupted (0.02s) [2022-05-19T09:58:25.881Z] === RUN TestSetRollover [2022-05-19T09:58:26.017Z] --- PASS: TestRenameContainerWithSameName (0.65s) [2022-05-19T09:58:26.017Z] === RUN TestRenameContainerWithLinkedContainer [2022-05-19T09:58:26.201Z] --- PASS: TestBytesPipeWriteRandomChunks (1.58s) [2022-05-19T09:58:26.201Z] === RUN TestAtomicWriteToFile [2022-05-19T09:58:26.201Z] --- PASS: TestAtomicWriteToFile (0.03s) [2022-05-19T09:58:26.201Z] === RUN TestAtomicWriteSetCommit [2022-05-19T09:58:26.583Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2022-05-19T09:58:26.670Z] --- PASS: TestAtomicWriteSetCommit (0.05s) [2022-05-19T09:58:26.670Z] === RUN TestAtomicWriteSetCancel [2022-05-19T09:58:26.670Z] 2022/05/19 09:58:26 Closing DB instances... [2022-05-19T09:58:26.670Z] --- PASS: TestAtomicWriteSetCancel (0.01s) [2022-05-19T09:58:26.670Z] === RUN TestReadCloserWrapperClose [2022-05-19T09:58:26.670Z] --- PASS: TestReadCloserWrapperClose (0.00s) [2022-05-19T09:58:26.670Z] === RUN TestReaderErrWrapperReadOnError [2022-05-19T09:58:26.670Z] --- PASS: TestReaderErrWrapperReadOnError (0.00s) [2022-05-19T09:58:26.670Z] === RUN TestReaderErrWrapperRead [2022-05-19T09:58:26.670Z] --- PASS: TestReaderErrWrapperRead (0.00s) [2022-05-19T09:58:26.670Z] === RUN TestCancelReadCloser [2022-05-19T09:58:26.670Z] --- PASS: TestCancelReadCloser (0.11s) [2022-05-19T09:58:26.670Z] === RUN TestWriteCloserWrapperClose [2022-05-19T09:58:26.670Z] --- PASS: TestWriteCloserWrapperClose (0.00s) [2022-05-19T09:58:26.670Z] === RUN TestNopWriteCloser [2022-05-19T09:58:26.670Z] --- PASS: TestNopWriteCloser (0.00s) [2022-05-19T09:58:26.670Z] === RUN TestNopWriter [2022-05-19T09:58:26.670Z] --- PASS: TestNopWriter (0.00s) [2022-05-19T09:58:26.670Z] === RUN TestWriteCounter [2022-05-19T09:58:26.670Z] --- PASS: TestWriteCounter (0.00s) [2022-05-19T09:58:26.670Z] PASS [2022-05-19T09:58:26.670Z] coverage: 70.5% of statements [2022-05-19T09:58:26.670Z] ok github.com/docker/docker/pkg/ioutils 1.866s coverage: 70.5% of statements [2022-05-19T09:58:26.842Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride [2022-05-19T09:58:26.871Z] === RUN TestWindowsIPAM [2022-05-19T09:58:26.871Z] --- PASS: TestWindowsIPAM (0.00s) [2022-05-19T09:58:26.871Z] PASS [2022-05-19T09:58:26.871Z] coverage: 71.4% of statements [2022-05-19T09:58:26.871Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.048s coverage: 71.4% of statements [2022-05-19T09:58:26.900Z] === RUN TestMatch [2022-05-19T09:58:26.900Z] === RUN TestMatch/[[]] [2022-05-19T09:58:26.900Z] === RUN TestMatch/[[foo]] [2022-05-19T09:58:26.900Z] === RUN TestMatch/[[bar]_[foo]] [2022-05-19T09:58:26.900Z] === RUN TestMatch/[[foo_bar]] [2022-05-19T09:58:26.900Z] === RUN TestMatch/[[qux]_[foo]] [2022-05-19T09:58:26.900Z] === RUN TestMatch/[[foo_bar]_[baz]_[bar]] [2022-05-19T09:58:26.900Z] === RUN TestMatch/[] [2022-05-19T09:58:26.900Z] === RUN TestMatch/[]#01 [2022-05-19T09:58:26.900Z] === RUN TestMatch/[[qux]] [2022-05-19T09:58:26.900Z] === RUN TestMatch/[[foo_bar_qux]] [2022-05-19T09:58:26.900Z] === RUN TestMatch/[[qux]_[baz]] [2022-05-19T09:58:26.900Z] === RUN TestMatch/[[foo_baz]] [2022-05-19T09:58:26.900Z] --- PASS: TestMatch (0.00s) [2022-05-19T09:58:26.900Z] --- PASS: TestMatch/[[]] (0.00s) [2022-05-19T09:58:26.900Z] --- PASS: TestMatch/[[foo]] (0.00s) [2022-05-19T09:58:26.900Z] --- PASS: TestMatch/[[bar]_[foo]] (0.00s) [2022-05-19T09:58:26.900Z] --- PASS: TestMatch/[[foo_bar]] (0.00s) [2022-05-19T09:58:26.900Z] --- PASS: TestMatch/[[qux]_[foo]] (0.00s) [2022-05-19T09:58:26.900Z] --- PASS: TestMatch/[[foo_bar]_[baz]_[bar]] (0.00s) [2022-05-19T09:58:26.900Z] --- PASS: TestMatch/[] (0.00s) [2022-05-19T09:58:26.900Z] --- PASS: TestMatch/[]#01 (0.00s) [2022-05-19T09:58:26.900Z] --- PASS: TestMatch/[[qux]] (0.00s) [2022-05-19T09:58:26.900Z] --- PASS: TestMatch/[[foo_bar_qux]] (0.00s) [2022-05-19T09:58:26.900Z] --- PASS: TestMatch/[[qux]_[baz]] (0.00s) [2022-05-19T09:58:26.900Z] --- PASS: TestMatch/[[foo_baz]] (0.00s) [2022-05-19T09:58:26.900Z] PASS [2022-05-19T09:58:26.900Z] coverage: 87.5% of statements [2022-05-19T09:58:26.900Z] ok github.com/docker/docker/pkg/capabilities 0.088s coverage: 87.5% of statements [2022-05-19T09:58:27.342Z] --- PASS: TestPoolAllocationReuse (2.28s) [2022-05-19T09:58:27.342Z] === RUN TestGetAddressSubPoolEqualPool [2022-05-19T09:58:27.342Z] --- PASS: TestGetAddressSubPoolEqualPool (0.04s) [2022-05-19T09:58:27.342Z] === RUN TestRequestReleaseAddressFromSubPool [2022-05-19T09:58:27.658Z] --- PASS: TestNetworkDBBulkSync (3.30s) [2022-05-19T09:58:27.658Z] === RUN TestNetworkDBCRUDMediumCluster [2022-05-19T09:58:27.770Z] --- PASS: TestRenameContainerWithLinkedContainer (1.72s) [2022-05-19T09:58:27.770Z] === RUN TestResize [2022-05-19T09:58:27.811Z] === RUN TestDefaultNetwork [2022-05-19T09:58:27.811Z] --- PASS: TestDefaultNetwork (0.26s) [2022-05-19T09:58:27.811Z] === RUN TestConfigGlobalScopeDefaultNetworks [2022-05-19T09:58:27.889Z] --- PASS: TestNetworkDBNodeLeave (2.91s) [2022-05-19T09:58:27.889Z] === RUN TestNetworkDBWatch [2022-05-19T09:58:28.099Z] --- PASS: TestServiceUpdateConfigs (14.69s) [2022-05-19T09:58:28.099Z] === RUN TestServiceUpdateNetwork [2022-05-19T09:58:28.282Z] --- PASS: TestConfigGlobalScopeDefaultNetworks (0.27s) [2022-05-19T09:58:28.282Z] === RUN TestInitAddressPools [2022-05-19T09:58:28.282Z] --- PASS: TestInitAddressPools (0.00s) [2022-05-19T09:58:28.282Z] PASS [2022-05-19T09:58:28.282Z] coverage: 74.0% of statements [2022-05-19T09:58:28.282Z] ok github.com/docker/docker/libnetwork/ipamutils 0.621s coverage: 74.0% of statements [2022-05-19T09:58:28.282Z] --- PASS: TestSetRollover (2.15s) [2022-05-19T09:58:28.282Z] === RUN TestSetRolloverSerial [2022-05-19T09:58:28.357Z] --- PASS: TestTarFiles (6.88s) [2022-05-19T09:58:28.357Z] === RUN TestDetectCompressionZstd [2022-05-19T09:58:28.357Z] --- PASS: TestDetectCompressionZstd (0.00s) [2022-05-19T09:58:28.357Z] === RUN TestTarUntar [2022-05-19T09:58:28.357Z] --- PASS: TestTarUntar (0.05s) [2022-05-19T09:58:28.357Z] === RUN TestTarWithOptionsChownOptsAlwaysOverridesIdPair [2022-05-19T09:58:28.357Z] --- PASS: TestTarWithOptionsChownOptsAlwaysOverridesIdPair (0.01s) [2022-05-19T09:58:28.357Z] === RUN TestTarWithOptions [2022-05-19T09:58:28.357Z] --- PASS: TestTarWithOptions (0.03s) [2022-05-19T09:58:28.357Z] === RUN TestTypeXGlobalHeaderDoesNotFail [2022-05-19T09:58:28.357Z] --- PASS: TestTypeXGlobalHeaderDoesNotFail (0.00s) [2022-05-19T09:58:28.357Z] === RUN TestUntarUstarGnuConflict [2022-05-19T09:58:28.357Z] --- PASS: TestUntarUstarGnuConflict (0.00s) [2022-05-19T09:58:28.357Z] === RUN TestUntarInvalidFilenames [2022-05-19T09:58:28.644Z] === RUN TestError [2022-05-19T09:58:28.644Z] --- PASS: TestError (0.00s) [2022-05-19T09:58:28.644Z] === RUN TestProgressString [2022-05-19T09:58:28.644Z] === RUN TestProgressString/no_progress [2022-05-19T09:58:28.644Z] === RUN TestProgressString/progress_1 [2022-05-19T09:58:28.644Z] === RUN TestProgressString/some_progress_with_a_start_time [2022-05-19T09:58:28.644Z] === RUN TestProgressString/some_progress_without_a_start_time [2022-05-19T09:58:28.644Z] === RUN TestProgressString/current_more_than_total_is_not_negative_gh#7136 [2022-05-19T09:58:28.644Z] === RUN TestProgressString/with_units [2022-05-19T09:58:28.644Z] === RUN TestProgressString/current_more_than_total_with_units_is_not_negative_ [2022-05-19T09:58:28.644Z] === RUN TestProgressString/hide_counts [2022-05-19T09:58:28.644Z] --- PASS: TestProgressString (0.00s) [2022-05-19T09:58:28.644Z] --- PASS: TestProgressString/no_progress (0.00s) [2022-05-19T09:58:28.644Z] --- PASS: TestProgressString/progress_1 (0.00s) [2022-05-19T09:58:28.644Z] --- PASS: TestProgressString/some_progress_with_a_start_time (0.00s) [2022-05-19T09:58:28.644Z] --- PASS: TestProgressString/some_progress_without_a_start_time (0.00s) [2022-05-19T09:58:28.644Z] --- PASS: TestProgressString/current_more_than_total_is_not_negative_gh#7136 (0.00s) [2022-05-19T09:58:28.644Z] --- PASS: TestProgressString/with_units (0.00s) [2022-05-19T09:58:28.645Z] --- PASS: TestProgressString/current_more_than_total_with_units_is_not_negative_ (0.00s) [2022-05-19T09:58:28.645Z] --- PASS: TestProgressString/hide_counts (0.00s) [2022-05-19T09:58:28.645Z] === RUN TestJSONMessageDisplay [2022-05-19T09:58:28.645Z] --- PASS: TestJSONMessageDisplay (0.20s) [2022-05-19T09:58:28.645Z] === RUN TestJSONMessageDisplayWithJSONError [2022-05-19T09:58:28.645Z] --- PASS: TestJSONMessageDisplayWithJSONError (0.00s) [2022-05-19T09:58:28.645Z] === RUN TestDisplayJSONMessagesStreamInvalidJSON [2022-05-19T09:58:28.645Z] --- PASS: TestDisplayJSONMessagesStreamInvalidJSON (0.00s) [2022-05-19T09:58:28.645Z] === RUN TestDisplayJSONMessagesStream [2022-05-19T09:58:28.645Z] --- PASS: TestDisplayJSONMessagesStream (0.01s) [2022-05-19T09:58:28.645Z] PASS [2022-05-19T09:58:28.645Z] coverage: 91.7% of statements [2022-05-19T09:58:28.645Z] ok github.com/docker/docker/pkg/jsonmessage 0.268s coverage: 91.7% of statements [2022-05-19T09:58:28.698Z] --- PASS: TestResize (0.75s) [2022-05-19T09:58:28.698Z] === RUN TestResizeWithInvalidSize [2022-05-19T09:58:28.698Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild [2022-05-19T09:58:28.752Z] === RUN TestKeyValue [2022-05-19T09:58:28.752Z] --- PASS: TestKeyValue (0.00s) [2022-05-19T09:58:28.752Z] PASS [2022-05-19T09:58:28.752Z] coverage: 60.0% of statements [2022-05-19T09:58:28.752Z] ok github.com/docker/docker/libnetwork/netlabel 0.042s coverage: 60.0% of statements [2022-05-19T09:58:28.827Z] === RUN TestChrootTarUntar [2022-05-19T09:58:28.827Z] archive_test.go:45: os.Getuid() != 0: skipping test that requires root [2022-05-19T09:58:28.827Z] --- SKIP: TestChrootTarUntar (0.01s) [2022-05-19T09:58:28.827Z] === RUN TestChrootUntarWithHugeExcludesList [2022-05-19T09:58:28.827Z] archive_test.go:77: os.Getuid() != 0: skipping test that requires root [2022-05-19T09:58:28.827Z] --- SKIP: TestChrootUntarWithHugeExcludesList (0.00s) [2022-05-19T09:58:28.827Z] === RUN TestChrootUntarEmptyArchive [2022-05-19T09:58:28.827Z] --- PASS: TestChrootUntarEmptyArchive (0.00s) [2022-05-19T09:58:28.827Z] === RUN TestChrootTarUntarWithSymlink [2022-05-19T09:58:28.827Z] archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-05-19T09:58:28.827Z] --- SKIP: TestChrootTarUntarWithSymlink (0.00s) [2022-05-19T09:58:28.827Z] === RUN TestChrootCopyWithTar [2022-05-19T09:58:28.827Z] archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-05-19T09:58:28.827Z] --- SKIP: TestChrootCopyWithTar (0.00s) [2022-05-19T09:58:28.827Z] === RUN TestChrootCopyFileWithTar [2022-05-19T09:58:28.827Z] archive_test.go:249: os.Getuid() != 0: skipping test that requires root [2022-05-19T09:58:28.827Z] --- SKIP: TestChrootCopyFileWithTar (0.00s) [2022-05-19T09:58:28.827Z] === RUN TestChrootUntarPath [2022-05-19T09:58:28.827Z] archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-05-19T09:58:28.827Z] --- SKIP: TestChrootUntarPath (0.00s) [2022-05-19T09:58:28.827Z] === RUN TestChrootUntarEmptyArchiveFromSlowReader [2022-05-19T09:58:28.827Z] archive_test.go:356: os.Getuid() != 0: skipping test that requires root [2022-05-19T09:58:28.827Z] --- SKIP: TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2022-05-19T09:58:28.827Z] === RUN TestChrootApplyEmptyArchiveFromSlowReader [2022-05-19T09:58:28.827Z] archive_test.go:373: os.Getuid() != 0: skipping test that requires root [2022-05-19T09:58:28.827Z] --- SKIP: TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2022-05-19T09:58:28.827Z] === RUN TestChrootApplyDotDotFile [2022-05-19T09:58:28.827Z] archive_test.go:390: os.Getuid() != 0: skipping test that requires root [2022-05-19T09:58:28.827Z] --- SKIP: TestChrootApplyDotDotFile (0.00s) [2022-05-19T09:58:28.827Z] PASS [2022-05-19T09:58:28.827Z] coverage: 12.0% of statements [2022-05-19T09:58:28.827Z] ok github.com/docker/docker/pkg/chrootarchive 0.118s coverage: 12.0% of statements [2022-05-19T09:58:28.827Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidFilenames312074355\\dest" [2022-05-19T09:58:28.827Z] --- PASS: TestUntarInvalidFilenames (0.24s) [2022-05-19T09:58:28.827Z] === RUN TestUntarHardlinkToSymlink [2022-05-19T09:58:28.827Z] --- PASS: TestUntarHardlinkToSymlink (0.01s) [2022-05-19T09:58:28.827Z] === RUN TestUntarInvalidHardlink [2022-05-19T09:58:28.827Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink484069296\\victim\\hello" -> "../victim/hello" [2022-05-19T09:58:28.827Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink2061452675\\victim\\hello" -> "/../victim/hello" [2022-05-19T09:58:28.827Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink2077054969\\victim" -> "../victim" [2022-05-19T09:58:28.827Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink2683389142\\victim" -> "../victim" [2022-05-19T09:58:28.827Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink108423899\\victim" -> "../victim" [2022-05-19T09:58:28.827Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink3929434862\\victim" -> "../victim" [2022-05-19T09:58:28.827Z] --- PASS: TestUntarInvalidHardlink (0.05s) [2022-05-19T09:58:28.827Z] === RUN TestUntarInvalidSymlink [2022-05-19T09:58:28.827Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink3933109004\\dest\\dotdot" -> "../victim/hello" [2022-05-19T09:58:28.827Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink1601862923\\dest\\slash-dotdot" -> "/../victim/hello" [2022-05-19T09:58:28.827Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink369725877\\dest\\loophole-victim" -> "../victim" [2022-05-19T09:58:28.827Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink3926378444\\dest\\loophole-victim" -> "../victim" [2022-05-19T09:58:28.827Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink3665528418\\dest\\loophole-victim" -> "../victim" [2022-05-19T09:58:28.827Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink2107606514\\dest\\loophole-victim" -> "../victim" [2022-05-19T09:58:28.827Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink721531525\\dest\\dir\\loophole" -> "../../victim" [2022-05-19T09:58:28.827Z] --- PASS: TestUntarInvalidSymlink (0.05s) [2022-05-19T09:58:28.827Z] === RUN TestTempArchiveCloseMultipleTimes [2022-05-19T09:58:28.827Z] --- PASS: TestTempArchiveCloseMultipleTimes (0.00s) [2022-05-19T09:58:28.827Z] === RUN TestXGlobalNoParent [2022-05-19T09:58:28.827Z] --- PASS: TestXGlobalNoParent (0.00s) [2022-05-19T09:58:28.827Z] === RUN TestReplaceFileTarWrapper [2022-05-19T09:58:29.262Z] --- PASS: TestResizeWithInvalidSize (0.75s) [2022-05-19T09:58:29.262Z] === RUN TestResizeWhenContainerNotStarted [2022-05-19T09:58:29.295Z] --- PASS: TestReplaceFileTarWrapper (0.22s) [2022-05-19T09:58:29.295Z] === RUN TestPrefixHeaderReadable [2022-05-19T09:58:29.295Z] --- PASS: TestPrefixHeaderReadable (0.05s) [2022-05-19T09:58:29.295Z] === RUN TestDisablePigz [2022-05-19T09:58:29.295Z] archive_test.go:1372: Test will not check full path when Pigz not installed [2022-05-19T09:58:29.295Z] --- PASS: TestDisablePigz (0.21s) [2022-05-19T09:58:29.295Z] === RUN TestPigz [2022-05-19T09:58:29.764Z] archive_test.go:1400: Tested whether Pigz is not used, as it not installed [2022-05-19T09:58:29.764Z] --- PASS: TestPigz (0.22s) [2022-05-19T09:58:29.764Z] === RUN TestNosysFileInfo [2022-05-19T09:58:29.764Z] --- PASS: TestNosysFileInfo (0.00s) [2022-05-19T09:58:29.764Z] === RUN TestCopyFileWithInvalidDest [2022-05-19T09:58:29.764Z] archive_windows_test.go:16: Currently fails [2022-05-19T09:58:29.764Z] --- SKIP: TestCopyFileWithInvalidDest (0.00s) [2022-05-19T09:58:29.764Z] === RUN TestCanonicalTarNameForPath [2022-05-19T09:58:29.764Z] --- PASS: TestCanonicalTarNameForPath (0.00s) [2022-05-19T09:58:29.764Z] === RUN TestCanonicalTarName [2022-05-19T09:58:29.764Z] --- PASS: TestCanonicalTarName (0.00s) [2022-05-19T09:58:29.764Z] === RUN TestChmodTarEntry [2022-05-19T09:58:29.764Z] --- PASS: TestChmodTarEntry (0.00s) [2022-05-19T09:58:29.764Z] === RUN TestHardLinkOrder [2022-05-19T09:58:29.764Z] 2022/05/19 09:58:29 Closing DB instances... [2022-05-19T09:58:29.764Z] --- PASS: TestHardLinkOrder (0.12s) [2022-05-19T09:58:29.764Z] === RUN TestChangeString [2022-05-19T09:58:29.764Z] --- PASS: TestChangeString (0.00s) [2022-05-19T09:58:29.764Z] === RUN TestChangesWithNoChanges [2022-05-19T09:58:29.764Z] --- PASS: TestChangesWithNoChanges (0.03s) [2022-05-19T09:58:29.764Z] === RUN TestChangesWithChanges [2022-05-19T09:58:29.764Z] --- PASS: TestChangesWithChanges (0.04s) [2022-05-19T09:58:29.764Z] === RUN TestChangesWithChangesGH13590 [2022-05-19T09:58:29.764Z] changes_test.go:196: needs more investigation [2022-05-19T09:58:29.764Z] --- SKIP: TestChangesWithChangesGH13590 (0.00s) [2022-05-19T09:58:29.764Z] === RUN TestChangesDirsEmpty [2022-05-19T09:58:29.764Z] changes_test.go:261: FIXME: broken on Windows 1903 and up; see #39846 [2022-05-19T09:58:29.764Z] --- SKIP: TestChangesDirsEmpty (0.00s) [2022-05-19T09:58:29.764Z] === RUN TestChangesDirsMutated [2022-05-19T09:58:29.764Z] changes_test.go:355: FIXME: broken on Windows 1903 and up; see #39846 [2022-05-19T09:58:29.764Z] --- SKIP: TestChangesDirsMutated (0.00s) [2022-05-19T09:58:29.764Z] === RUN TestApplyLayer [2022-05-19T09:58:29.764Z] changes_test.go:433: needs further investigation [2022-05-19T09:58:29.764Z] --- SKIP: TestApplyLayer (0.00s) [2022-05-19T09:58:29.764Z] === RUN TestChangesSizeWithHardlinks [2022-05-19T09:58:29.764Z] changes_test.go:469: needs further investigation [2022-05-19T09:58:29.764Z] --- SKIP: TestChangesSizeWithHardlinks (0.00s) [2022-05-19T09:58:29.764Z] === RUN TestChangesSizeWithNoChanges [2022-05-19T09:58:29.764Z] --- PASS: TestChangesSizeWithNoChanges (0.00s) [2022-05-19T09:58:29.764Z] === RUN TestChangesSizeWithOnlyDeleteChanges [2022-05-19T09:58:29.764Z] --- PASS: TestChangesSizeWithOnlyDeleteChanges (0.00s) [2022-05-19T09:58:29.764Z] === RUN TestChangesSize [2022-05-19T09:58:29.764Z] --- PASS: TestChangesSize (0.00s) [2022-05-19T09:58:29.764Z] === RUN TestApplyLayerInvalidFilenames [2022-05-19T09:58:29.764Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidFilenames4167757225\\dest" [2022-05-19T09:58:29.764Z] --- PASS: TestApplyLayerInvalidFilenames (0.02s) [2022-05-19T09:58:29.764Z] === RUN TestApplyLayerInvalidHardlink [2022-05-19T09:58:29.764Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink1128225407\\victim\\hello" -> "../victim/hello" [2022-05-19T09:58:29.764Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink896799061\\victim\\hello" -> "/../victim/hello" [2022-05-19T09:58:29.764Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink2340780132\\victim" -> "../victim" [2022-05-19T09:58:29.764Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink41322899\\victim" -> "../victim" [2022-05-19T09:58:29.764Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink3210528139\\victim" -> "../victim" [2022-05-19T09:58:29.764Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink3297182623\\victim" -> "../victim" [2022-05-19T09:58:29.764Z] --- PASS: TestApplyLayerInvalidHardlink (0.05s) [2022-05-19T09:58:29.764Z] === RUN TestApplyLayerInvalidSymlink [2022-05-19T09:58:29.764Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink1911544567\\dest\\dotdot" -> "../victim/hello" [2022-05-19T09:58:29.764Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink3966831764\\dest\\slash-dotdot" -> "/../victim/hello" [2022-05-19T09:58:29.764Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink1764805803\\dest\\loophole-victim" -> "../victim" [2022-05-19T09:58:29.764Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink129238141\\dest\\loophole-victim" -> "../victim" [2022-05-19T09:58:29.764Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink3411927971\\dest\\loophole-victim" -> "../victim" [2022-05-19T09:58:29.764Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink1410719047\\dest\\loophole-victim" -> "../victim" [2022-05-19T09:58:29.764Z] --- PASS: TestApplyLayerInvalidSymlink (0.05s) [2022-05-19T09:58:29.764Z] === RUN TestApplyLayerWhiteouts [2022-05-19T09:58:29.764Z] --- PASS: TestApplyLayerWhiteouts (0.10s) [2022-05-19T09:58:29.764Z] === RUN TestGenerateEmptyFile [2022-05-19T09:58:29.764Z] --- PASS: TestGenerateEmptyFile (0.00s) [2022-05-19T09:58:29.764Z] === RUN TestGenerateWithContent [2022-05-19T09:58:29.764Z] --- PASS: TestGenerateWithContent (0.00s) [2022-05-19T09:58:29.764Z] PASS [2022-05-19T09:58:29.764Z] coverage: 61.9% of statements [2022-05-19T09:58:29.764Z] ok github.com/docker/docker/pkg/archive 9.870s coverage: 61.9% of statements [2022-05-19T09:58:29.826Z] --- PASS: TestResizeWhenContainerNotStarted (0.68s) [2022-05-19T09:58:29.826Z] === RUN TestDaemonRestartKillContainers [2022-05-19T09:58:29.826Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-05-19T09:58:29.826Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-05-19T09:58:29.826Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-05-19T09:58:29.827Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-05-19T09:58:29.827Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-05-19T09:58:29.827Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-05-19T09:58:29.827Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-05-19T09:58:29.827Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-05-19T09:58:29.827Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-05-19T09:58:29.827Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-05-19T09:58:29.827Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-05-19T09:58:29.827Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-05-19T09:58:29.827Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-05-19T09:58:29.827Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-05-19T09:58:29.827Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-05-19T09:58:29.827Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-05-19T09:58:29.827Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-05-19T09:58:29.827Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-05-19T09:58:29.827Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-05-19T09:58:29.827Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-05-19T09:58:29.827Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-05-19T09:58:29.827Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-05-19T09:58:29.827Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-05-19T09:58:29.827Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-05-19T09:58:29.827Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-05-19T09:58:29.827Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-05-19T09:58:29.827Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-05-19T09:58:29.827Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-05-19T09:58:29.827Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-05-19T09:58:29.827Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-05-19T09:58:29.827Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-05-19T09:58:29.827Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-05-19T09:58:29.827Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-05-19T09:58:29.827Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-05-19T09:58:30.208Z] === RUN TestStandardLongPath [2022-05-19T09:58:30.208Z] --- PASS: TestStandardLongPath (0.00s) [2022-05-19T09:58:30.208Z] === RUN TestUNCLongPath [2022-05-19T09:58:30.208Z] --- PASS: TestUNCLongPath (0.00s) [2022-05-19T09:58:30.208Z] PASS [2022-05-19T09:58:30.208Z] coverage: 100.0% of statements [2022-05-19T09:58:30.208Z] ok github.com/docker/docker/pkg/longpath 0.047s coverage: 100.0% of statements [2022-05-19T09:58:30.235Z] === RUN TestEnsureRemoveAllNotExist [2022-05-19T09:58:30.235Z] --- PASS: TestEnsureRemoveAllNotExist (0.00s) [2022-05-19T09:58:30.235Z] === RUN TestEnsureRemoveAllWithDir [2022-05-19T09:58:30.235Z] --- PASS: TestEnsureRemoveAllWithDir (0.00s) [2022-05-19T09:58:30.235Z] === RUN TestEnsureRemoveAllWithFile [2022-05-19T09:58:30.235Z] --- PASS: TestEnsureRemoveAllWithFile (0.00s) [2022-05-19T09:58:30.235Z] PASS [2022-05-19T09:58:30.235Z] coverage: 0.0% of statements [2022-05-19T09:58:30.235Z] ok github.com/docker/docker/pkg/containerfs 0.075s coverage: 0.0% of statements [2022-05-19T09:58:30.757Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrency [2022-05-19T09:58:30.974Z] --- PASS: TestSetRolloverSerial (2.42s) [2022-05-19T09:58:30.974Z] === RUN TestGetFirstAvailableFromCurrent [2022-05-19T09:58:30.974Z] --- PASS: TestGetFirstAvailableFromCurrent (0.00s) [2022-05-19T09:58:30.974Z] PASS [2022-05-19T09:58:30.974Z] coverage: 84.4% of statements [2022-05-19T09:58:30.974Z] ok github.com/docker/docker/libnetwork/bitseq 16.721s coverage: 84.4% of statements [2022-05-19T09:58:30.974Z] --- PASS: TestRequestReleaseAddressFromSubPool (3.48s) [2022-05-19T09:58:30.974Z] === RUN TestSerializeRequestReleaseAddressFromSubPool [2022-05-19T09:58:31.194Z] === RUN TestNameFormat [2022-05-19T09:58:31.194Z] --- PASS: TestNameFormat (0.00s) [2022-05-19T09:58:31.194Z] === RUN TestNameRetries [2022-05-19T09:58:31.194Z] --- PASS: TestNameRetries (0.00s) [2022-05-19T09:58:31.194Z] PASS [2022-05-19T09:58:31.194Z] coverage: 85.7% of statements [2022-05-19T09:58:31.194Z] ok github.com/docker/docker/pkg/namesgenerator 0.087s coverage: 85.7% of statements [2022-05-19T09:58:31.222Z] --- PASS: TestNetworkDBWatch (3.06s) [2022-05-19T09:58:31.222Z] === RUN TestNetworkDBBulkSync [2022-05-19T09:58:31.320Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile [2022-05-19T09:58:31.663Z] 2022/05/19 09:58:31 Closing DB instances... [2022-05-19T09:58:31.690Z] === RUN TestSizeEmpty [2022-05-19T09:58:31.690Z] --- PASS: TestSizeEmpty (0.00s) [2022-05-19T09:58:31.690Z] === RUN TestSizeEmptyFile [2022-05-19T09:58:31.690Z] --- PASS: TestSizeEmptyFile (0.00s) [2022-05-19T09:58:31.690Z] === RUN TestSizeNonemptyFile [2022-05-19T09:58:31.690Z] --- PASS: TestSizeNonemptyFile (0.00s) [2022-05-19T09:58:31.690Z] === RUN TestSizeNestedDirectoryEmpty [2022-05-19T09:58:31.690Z] --- PASS: TestSizeNestedDirectoryEmpty (0.00s) [2022-05-19T09:58:31.690Z] === RUN TestSizeFileAndNestedDirectoryEmpty [2022-05-19T09:58:31.690Z] --- PASS: TestSizeFileAndNestedDirectoryEmpty (0.00s) [2022-05-19T09:58:31.690Z] === RUN TestSizeFileAndNestedDirectoryNonempty [2022-05-19T09:58:31.690Z] --- PASS: TestSizeFileAndNestedDirectoryNonempty (0.00s) [2022-05-19T09:58:31.690Z] === RUN TestMoveToSubdir [2022-05-19T09:58:31.690Z] --- PASS: TestMoveToSubdir (0.01s) [2022-05-19T09:58:31.690Z] === RUN TestSizeNonExistingDirectory [2022-05-19T09:58:31.690Z] --- PASS: TestSizeNonExistingDirectory (0.00s) [2022-05-19T09:58:31.690Z] PASS [2022-05-19T09:58:31.690Z] coverage: 80.0% of statements [2022-05-19T09:58:31.690Z] ok github.com/docker/docker/pkg/directory 0.073s coverage: 80.0% of statements [2022-05-19T09:58:31.963Z] === RUN TestNetworkDBSimple [2022-05-19T09:58:32.558Z] tests/integration/api_swarm_test.py ......xs...x....... [ 71%] [2022-05-19T09:58:32.649Z] === RUN TestParseKeyValueOpt [2022-05-19T09:58:32.649Z] --- PASS: TestParseKeyValueOpt (0.00s) [2022-05-19T09:58:32.649Z] === RUN TestParseUintList [2022-05-19T09:58:32.649Z] --- PASS: TestParseUintList (0.00s) [2022-05-19T09:58:32.649Z] === RUN TestParseUintListMaximumLimits [2022-05-19T09:58:32.649Z] --- PASS: TestParseUintListMaximumLimits (0.00s) [2022-05-19T09:58:32.649Z] PASS [2022-05-19T09:58:32.649Z] coverage: 97.0% of statements [2022-05-19T09:58:32.649Z] ok github.com/docker/docker/pkg/parsers 0.046s coverage: 97.0% of statements [2022-05-19T09:58:32.677Z] 2022/05/19 09:58:32 Closing DB instances... [2022-05-19T09:58:32.955Z] --- PASS: TestSetParallelInsertDelete (10.00s) [2022-05-19T09:58:32.955Z] PASS [2022-05-19T09:58:32.955Z] coverage: 100.0% of statements [2022-05-19T09:58:32.955Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.055s coverage: 100.0% of statements [2022-05-19T09:58:32.955Z] 2022/05/19 09:58:32 Closing DB instances... [2022-05-19T09:58:33.145Z] === RUN TestPollerAddRemove [2022-05-19T09:58:33.145Z] --- PASS: TestPollerAddRemove (0.00s) [2022-05-19T09:58:33.145Z] === RUN TestPollerEvent [2022-05-19T09:58:33.145Z] poller_test.go:40: No chmod on Windows [2022-05-19T09:58:33.145Z] --- SKIP: TestPollerEvent (0.00s) [2022-05-19T09:58:33.145Z] === RUN TestPollerClose [2022-05-19T09:58:33.145Z] --- PASS: TestPollerClose (0.00s) [2022-05-19T09:58:33.145Z] PASS [2022-05-19T09:58:33.145Z] coverage: 45.7% of statements [2022-05-19T09:58:33.145Z] ok github.com/docker/docker/pkg/filenotify 0.085s coverage: 45.7% of statements [2022-05-19T09:58:33.212Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-05-19T09:58:33.212Z] === RUN TestDockerSuite/TestBuildBlankName [2022-05-19T09:58:33.212Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2022-05-19T09:58:33.637Z] === RUN Test_windowsOSRelease_String [2022-05-19T09:58:33.637Z] === RUN Test_windowsOSRelease_String/Flavor=client/DisplayVersion=yes/UBR=yes [2022-05-19T09:58:33.637Z] === RUN Test_windowsOSRelease_String/Flavor=client/DisplayVersion=yes/UBR=no [2022-05-19T09:58:33.637Z] === RUN Test_windowsOSRelease_String/Flavor=client/DisplayVersion=no/UBR=yes [2022-05-19T09:58:33.637Z] === RUN Test_windowsOSRelease_String/Flavor=client/DisplayVersion=no/UBR=no [2022-05-19T09:58:33.637Z] === RUN Test_windowsOSRelease_String/Flavor=server/DisplayVersion=yes/UBR=yes [2022-05-19T09:58:33.637Z] === RUN Test_windowsOSRelease_String/Flavor=server/DisplayVersion=yes/UBR=no [2022-05-19T09:58:33.637Z] === RUN Test_windowsOSRelease_String/Flavor=server/DisplayVersion=no/UBR=yes [2022-05-19T09:58:33.637Z] === RUN Test_windowsOSRelease_String/Flavor=server/DisplayVersion=no/UBR=no [2022-05-19T09:58:33.637Z] --- PASS: Test_windowsOSRelease_String (0.00s) [2022-05-19T09:58:33.637Z] --- PASS: Test_windowsOSRelease_String/Flavor=client/DisplayVersion=yes/UBR=yes (0.00s) [2022-05-19T09:58:33.637Z] --- PASS: Test_windowsOSRelease_String/Flavor=client/DisplayVersion=yes/UBR=no (0.00s) [2022-05-19T09:58:33.637Z] --- PASS: Test_windowsOSRelease_String/Flavor=client/DisplayVersion=no/UBR=yes (0.00s) [2022-05-19T09:58:33.637Z] --- PASS: Test_windowsOSRelease_String/Flavor=client/DisplayVersion=no/UBR=no (0.00s) [2022-05-19T09:58:33.637Z] --- PASS: Test_windowsOSRelease_String/Flavor=server/DisplayVersion=yes/UBR=yes (0.00s) [2022-05-19T09:58:33.637Z] --- PASS: Test_windowsOSRelease_String/Flavor=server/DisplayVersion=yes/UBR=no (0.00s) [2022-05-19T09:58:33.637Z] --- PASS: Test_windowsOSRelease_String/Flavor=server/DisplayVersion=no/UBR=yes (0.00s) [2022-05-19T09:58:33.637Z] --- PASS: Test_windowsOSRelease_String/Flavor=server/DisplayVersion=no/UBR=no (0.00s) [2022-05-19T09:58:33.637Z] PASS [2022-05-19T09:58:33.637Z] coverage: 36.4% of statements [2022-05-19T09:58:33.637Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.051s coverage: 36.4% of statements [2022-05-19T09:58:33.946Z] === RUN TestGenerate [2022-05-19T09:58:33.946Z] --- PASS: TestGenerate (0.00s) [2022-05-19T09:58:33.946Z] === RUN TestGeneratePtr [2022-05-19T09:58:33.946Z] --- PASS: TestGeneratePtr (0.00s) [2022-05-19T09:58:33.946Z] === RUN TestGenerateMissingField [2022-05-19T09:58:33.946Z] --- PASS: TestGenerateMissingField (0.00s) [2022-05-19T09:58:33.946Z] === RUN TestFieldCannotBeSet [2022-05-19T09:58:33.946Z] --- PASS: TestFieldCannotBeSet (0.00s) [2022-05-19T09:58:33.946Z] === RUN TestTypeMismatchError [2022-05-19T09:58:33.946Z] --- PASS: TestTypeMismatchError (0.00s) [2022-05-19T09:58:33.946Z] PASS [2022-05-19T09:58:33.946Z] coverage: 100.0% of statements [2022-05-19T09:58:33.946Z] ok github.com/docker/docker/libnetwork/options 0.044s coverage: 100.0% of statements [2022-05-19T09:58:33.946Z] --- PASS: TestSerializeRequestReleaseAddressFromSubPool (3.19s) [2022-05-19T09:58:33.946Z] === RUN TestGetAddress [2022-05-19T09:58:34.131Z] --- PASS: TestNetworkDBBulkSync (2.96s) [2022-05-19T09:58:34.131Z] === RUN TestNetworkDBCRUDMediumCluster [2022-05-19T09:58:34.139Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-05-19T09:58:34.421Z] --- PASS: TestNetworkDBSimple (2.44s) [2022-05-19T09:58:34.421Z] === RUN TestNetworkDBJoinLeaveNetwork [2022-05-19T09:58:34.421Z] testing: warning: no tests to run [2022-05-19T09:58:34.421Z] PASS [2022-05-19T09:58:34.421Z] coverage: 0.0% of statements [2022-05-19T09:58:34.421Z] ok github.com/docker/docker/libnetwork/osl 0.040s coverage: 0.0% of statements [no tests to run] [2022-05-19T09:58:34.624Z] === RUN TestNewAndRemove [2022-05-19T09:58:34.624Z] --- PASS: TestNewAndRemove (0.00s) [2022-05-19T09:58:34.624Z] === RUN TestRemoveInvalidPath [2022-05-19T09:58:34.624Z] --- PASS: TestRemoveInvalidPath (0.00s) [2022-05-19T09:58:34.624Z] PASS [2022-05-19T09:58:34.624Z] coverage: 82.6% of statements [2022-05-19T09:58:34.624Z] ok github.com/docker/docker/pkg/pidfile 0.050s coverage: 82.6% of statements [2022-05-19T09:58:34.624Z] --- PASS: TestNetworkDBCRUDMediumCluster (6.96s) [2022-05-19T09:58:34.624Z] === RUN TestNetworkDBNodeJoinLeaveIteration [2022-05-19T09:58:34.701Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload [2022-05-19T09:58:34.958Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2022-05-19T09:58:35.117Z] === RUN TestCopyFileWithInvalidSrc [2022-05-19T09:58:35.117Z] --- PASS: TestCopyFileWithInvalidSrc (0.00s) [2022-05-19T09:58:35.117Z] === RUN TestCopyFileWithInvalidDest [2022-05-19T09:58:35.117Z] --- PASS: TestCopyFileWithInvalidDest (0.01s) [2022-05-19T09:58:35.117Z] === RUN TestCopyFileWithSameSrcAndDest [2022-05-19T09:58:35.117Z] --- PASS: TestCopyFileWithSameSrcAndDest (0.01s) [2022-05-19T09:58:35.117Z] === RUN TestCopyFileWithSameSrcAndDestWithPathNameDifferent [2022-05-19T09:58:35.117Z] --- PASS: TestCopyFileWithSameSrcAndDestWithPathNameDifferent (0.01s) [2022-05-19T09:58:35.117Z] === RUN TestCopyFile [2022-05-19T09:58:35.117Z] --- PASS: TestCopyFile (0.01s) [2022-05-19T09:58:35.117Z] === RUN TestReadSymlinkedDirectoryExistingDirectory [2022-05-19T09:58:35.117Z] fileutils_test.go:133: Needs porting to Windows [2022-05-19T09:58:35.117Z] --- SKIP: TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2022-05-19T09:58:35.117Z] === RUN TestReadSymlinkedDirectoryNonExistingSymlink [2022-05-19T09:58:35.117Z] --- PASS: TestReadSymlinkedDirectoryNonExistingSymlink (0.00s) [2022-05-19T09:58:35.117Z] === RUN TestReadSymlinkedDirectoryToFile [2022-05-19T09:58:35.117Z] fileutils_test.go:179: Needs porting to Windows [2022-05-19T09:58:35.117Z] --- SKIP: TestReadSymlinkedDirectoryToFile (0.00s) [2022-05-19T09:58:35.117Z] === RUN TestWildcardMatches [2022-05-19T09:58:35.117Z] --- PASS: TestWildcardMatches (0.00s) [2022-05-19T09:58:35.117Z] === RUN TestPatternMatches [2022-05-19T09:58:35.117Z] --- PASS: TestPatternMatches (0.00s) [2022-05-19T09:58:35.117Z] === RUN TestExclusionPatternMatchesPatternBefore [2022-05-19T09:58:35.117Z] --- PASS: TestExclusionPatternMatchesPatternBefore (0.00s) [2022-05-19T09:58:35.117Z] === RUN TestPatternMatchesFolderExclusions [2022-05-19T09:58:35.117Z] --- PASS: TestPatternMatchesFolderExclusions (0.00s) [2022-05-19T09:58:35.117Z] === RUN TestPatternMatchesFolderWithSlashExclusions [2022-05-19T09:58:35.117Z] --- PASS: TestPatternMatchesFolderWithSlashExclusions (0.00s) [2022-05-19T09:58:35.117Z] === RUN TestPatternMatchesFolderWildcardExclusions [2022-05-19T09:58:35.117Z] --- PASS: TestPatternMatchesFolderWildcardExclusions (0.00s) [2022-05-19T09:58:35.117Z] === RUN TestExclusionPatternMatchesPatternAfter [2022-05-19T09:58:35.117Z] --- PASS: TestExclusionPatternMatchesPatternAfter (0.00s) [2022-05-19T09:58:35.117Z] === RUN TestExclusionPatternMatchesWholeDirectory [2022-05-19T09:58:35.117Z] --- PASS: TestExclusionPatternMatchesWholeDirectory (0.00s) [2022-05-19T09:58:35.117Z] === RUN TestSingleExclamationError [2022-05-19T09:58:35.117Z] --- PASS: TestSingleExclamationError (0.00s) [2022-05-19T09:58:35.117Z] === RUN TestMatchesWithNoPatterns [2022-05-19T09:58:35.117Z] --- PASS: TestMatchesWithNoPatterns (0.00s) [2022-05-19T09:58:35.117Z] === RUN TestMatchesWithMalformedPatterns [2022-05-19T09:58:35.117Z] --- PASS: TestMatchesWithMalformedPatterns (0.00s) [2022-05-19T09:58:35.117Z] === RUN TestMatches [2022-05-19T09:58:35.117Z] === RUN TestMatches/MatchesOrParentMatches [2022-05-19T09:58:35.117Z] === RUN TestMatches/MatchesUsingParentResult [2022-05-19T09:58:35.117Z] === RUN TestMatches/MatchesUsingParentResults [2022-05-19T09:58:35.117Z] === RUN TestMatches/MatchesUsingParentResultsNoContext [2022-05-19T09:58:35.117Z] --- PASS: TestMatches (0.01s) [2022-05-19T09:58:35.117Z] --- PASS: TestMatches/MatchesOrParentMatches (0.00s) [2022-05-19T09:58:35.117Z] --- PASS: TestMatches/MatchesUsingParentResult (0.00s) [2022-05-19T09:58:35.117Z] --- PASS: TestMatches/MatchesUsingParentResults (0.00s) [2022-05-19T09:58:35.117Z] --- PASS: TestMatches/MatchesUsingParentResultsNoContext (0.00s) [2022-05-19T09:58:35.117Z] === RUN TestCleanPatterns [2022-05-19T09:58:35.117Z] --- PASS: TestCleanPatterns (0.00s) [2022-05-19T09:58:35.117Z] === RUN TestCleanPatternsStripEmptyPatterns [2022-05-19T09:58:35.117Z] --- PASS: TestCleanPatternsStripEmptyPatterns (0.00s) [2022-05-19T09:58:35.117Z] === RUN TestCleanPatternsExceptionFlag [2022-05-19T09:58:35.117Z] --- PASS: TestCleanPatternsExceptionFlag (0.00s) [2022-05-19T09:58:35.117Z] === RUN TestCleanPatternsLeadingSpaceTrimmed [2022-05-19T09:58:35.117Z] --- PASS: TestCleanPatternsLeadingSpaceTrimmed (0.00s) [2022-05-19T09:58:35.117Z] === RUN TestCleanPatternsTrailingSpaceTrimmed [2022-05-19T09:58:35.117Z] --- PASS: TestCleanPatternsTrailingSpaceTrimmed (0.00s) [2022-05-19T09:58:35.117Z] === RUN TestCleanPatternsErrorSingleException [2022-05-19T09:58:35.117Z] --- PASS: TestCleanPatternsErrorSingleException (0.00s) [2022-05-19T09:58:35.117Z] === RUN TestCreateIfNotExistsDir [2022-05-19T09:58:35.117Z] --- PASS: TestCreateIfNotExistsDir (0.04s) [2022-05-19T09:58:35.117Z] === RUN TestCreateIfNotExistsFile [2022-05-19T09:58:35.117Z] --- PASS: TestCreateIfNotExistsFile (0.01s) [2022-05-19T09:58:35.117Z] === RUN TestMatch [2022-05-19T09:58:35.117Z] --- PASS: TestMatch (0.00s) [2022-05-19T09:58:35.117Z] === RUN TestCompile [2022-05-19T09:58:35.117Z] === RUN TestCompile/slash [2022-05-19T09:58:35.117Z] === RUN TestCompile/backslash [2022-05-19T09:58:35.117Z] --- PASS: TestCompile (0.00s) [2022-05-19T09:58:35.117Z] --- PASS: TestCompile/slash (0.00s) [2022-05-19T09:58:35.117Z] --- PASS: TestCompile/backslash (0.00s) [2022-05-19T09:58:35.117Z] PASS [2022-05-19T09:58:35.117Z] coverage: 84.7% of statements [2022-05-19T09:58:35.117Z] ok github.com/docker/docker/pkg/fileutils 0.151s coverage: 84.7% of statements [2022-05-19T09:58:35.215Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-05-19T09:58:35.411Z] === RUN TestRequestNewPort [2022-05-19T09:58:35.411Z] --- PASS: TestRequestNewPort (0.00s) [2022-05-19T09:58:35.411Z] === RUN TestRequestSpecificPort [2022-05-19T09:58:35.411Z] --- PASS: TestRequestSpecificPort (0.00s) [2022-05-19T09:58:35.411Z] === RUN TestReleasePort [2022-05-19T09:58:35.411Z] --- PASS: TestReleasePort (0.00s) [2022-05-19T09:58:35.411Z] === RUN TestReuseReleasedPort [2022-05-19T09:58:35.411Z] --- PASS: TestReuseReleasedPort (0.00s) [2022-05-19T09:58:35.411Z] === RUN TestReleaseUnreadledPort [2022-05-19T09:58:35.411Z] --- PASS: TestReleaseUnreadledPort (0.00s) [2022-05-19T09:58:35.411Z] === RUN TestUnknowProtocol [2022-05-19T09:58:35.411Z] --- PASS: TestUnknowProtocol (0.00s) [2022-05-19T09:58:35.411Z] === RUN TestAllocateAllPorts [2022-05-19T09:58:35.411Z] --- PASS: TestAllocateAllPorts (0.00s) [2022-05-19T09:58:35.411Z] === RUN TestPortAllocation [2022-05-19T09:58:35.411Z] --- PASS: TestPortAllocation (0.00s) [2022-05-19T09:58:35.411Z] === RUN TestPortAllocationWithCustomRange [2022-05-19T09:58:35.411Z] --- PASS: TestPortAllocationWithCustomRange (0.00s) [2022-05-19T09:58:35.411Z] === RUN TestNoDuplicateBPR [2022-05-19T09:58:35.411Z] --- PASS: TestNoDuplicateBPR (0.00s) [2022-05-19T09:58:35.411Z] === RUN TestChangePortRange [2022-05-19T09:58:35.411Z] portallocator_test.go:343: test: port allocate range 65001-65010, setErr=begin out of range, reqPort=0 [2022-05-19T09:58:35.411Z] portallocator_test.go:343: test: port allocate range 59990-59999, setErr=end out of range, reqPort=0 [2022-05-19T09:58:35.411Z] portallocator_test.go:343: test: port allocate range 65000-60000, setErr=out of order, reqPort=0 [2022-05-19T09:58:35.411Z] portallocator_test.go:343: test: port allocate range 60100-65010, setErr=, reqPort=60100 [2022-05-19T09:58:35.411Z] portallocator_test.go:343: test: port allocate range 0-0, setErr=, reqPort=60000 [2022-05-19T09:58:35.411Z] portallocator_test.go:343: test: port allocate range 59900-65000, setErr=, reqPort=60001 [2022-05-19T09:58:35.411Z] --- PASS: TestChangePortRange (0.00s) [2022-05-19T09:58:35.411Z] PASS [2022-05-19T09:58:35.411Z] coverage: 88.6% of statements [2022-05-19T09:58:35.411Z] ok github.com/docker/docker/libnetwork/portallocator 0.054s coverage: 88.6% of statements [2022-05-19T09:58:35.411Z] 2022/05/19 09:58:35 Closing DB instances... [2022-05-19T09:58:35.471Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-05-19T09:58:36.112Z] === RUN TestGet [2022-05-19T09:58:36.112Z] --- PASS: TestGet (0.00s) [2022-05-19T09:58:36.112Z] === RUN TestGetShortcutString [2022-05-19T09:58:36.112Z] --- PASS: TestGetShortcutString (0.00s) [2022-05-19T09:58:36.112Z] PASS [2022-05-19T09:58:36.112Z] coverage: 42.9% of statements [2022-05-19T09:58:36.112Z] ok github.com/docker/docker/pkg/homedir 0.069s coverage: 42.9% of statements [2022-05-19T09:58:36.188Z] 2022/05/19 09:58:35 Closing DB instances... [2022-05-19T09:58:36.188Z] --- PASS: TestGetAddress (36.05s) [2022-05-19T09:58:36.188Z] === RUN TestRequestSyntaxCheck [2022-05-19T09:58:36.188Z] --- PASS: TestRequestSyntaxCheck (0.02s) [2022-05-19T09:58:36.188Z] === RUN TestRequest [2022-05-19T09:58:36.403Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2022-05-19T09:58:36.403Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2022-05-19T09:58:36.403Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2022-05-19T09:58:36.403Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2022-05-19T09:58:36.403Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2022-05-19T09:58:36.403Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2022-05-19T09:58:36.403Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2022-05-19T09:58:36.403Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2022-05-19T09:58:36.403Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2022-05-19T09:58:36.403Z] ? github.com/docker/docker/libnetwork/drivers/bridge [no test files] [2022-05-19T09:58:36.403Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2022-05-19T09:58:36.403Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2022-05-19T09:58:36.403Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2022-05-19T09:58:36.403Z] ? github.com/docker/docker/libnetwork/drivers/overlay [no test files] [2022-05-19T09:58:36.403Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2022-05-19T09:58:36.403Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2022-05-19T09:58:36.403Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2022-05-19T09:58:36.403Z] testing: warning: no tests to run [2022-05-19T09:58:36.403Z] PASS [2022-05-19T09:58:36.403Z] coverage: 0.0% of statements [2022-05-19T09:58:36.403Z] ok github.com/docker/docker/libnetwork/portmapper 0.042s coverage: 0.0% of statements [no tests to run] [2022-05-19T09:58:36.656Z] === RUN TestFailedConnection [2022-05-19T09:58:36.843Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2022-05-19T09:58:36.843Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-05-19T09:58:36.874Z] === RUN TestHashData [2022-05-19T09:58:36.874Z] --- PASS: TestHashData (0.00s) [2022-05-19T09:58:36.874Z] PASS [2022-05-19T09:58:36.874Z] coverage: 2.8% of statements [2022-05-19T09:58:36.874Z] ok github.com/docker/docker/libnetwork/resolvconf 0.036s coverage: 2.8% of statements [2022-05-19T09:58:36.874Z] === RUN TestErrorConstructors [2022-05-19T09:58:36.874Z] --- PASS: TestErrorConstructors (0.00s) [2022-05-19T09:58:36.874Z] === RUN TestCompareIPMask [2022-05-19T09:58:36.874Z] --- PASS: TestCompareIPMask (0.00s) [2022-05-19T09:58:36.874Z] === RUN TestUtilGetHostPartIP [2022-05-19T09:58:36.874Z] --- PASS: TestUtilGetHostPartIP (0.00s) [2022-05-19T09:58:36.874Z] === RUN TestUtilGetBroadcastIP [2022-05-19T09:58:36.874Z] --- PASS: TestUtilGetBroadcastIP (0.00s) [2022-05-19T09:58:36.874Z] === RUN TestParseCIDR [2022-05-19T09:58:36.874Z] --- PASS: TestParseCIDR (0.00s) [2022-05-19T09:58:36.874Z] PASS [2022-05-19T09:58:36.874Z] coverage: 37.3% of statements [2022-05-19T09:58:36.874Z] ok github.com/docker/docker/libnetwork/types 0.046s coverage: 37.3% of statements [2022-05-19T09:58:37.101Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-05-19T09:58:37.124Z] --- PASS: TestNetworkDBNodeJoinLeaveIteration (2.64s) [2022-05-19T09:58:37.124Z] === RUN TestNetworkDBGarbageCollection [2022-05-19T09:58:37.485Z] --- PASS: TestNetworkDBJoinLeaveNetwork (2.83s) [2022-05-19T09:58:37.485Z] === RUN TestNetworkDBJoinLeaveNetworks [2022-05-19T09:58:37.498Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2022-05-19T09:58:37.678Z] 2022/05/19 09:58:37 Closing DB instances... [2022-05-19T09:58:37.956Z] === RUN TestAppendDevicePermissionsFromCgroupRules [2022-05-19T09:58:37.956Z] === RUN TestAppendDevicePermissionsFromCgroupRules/empty_rule [2022-05-19T09:58:37.956Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column [2022-05-19T09:58:37.956Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column [2022-05-19T09:58:37.956Z] === RUN TestAppendDevicePermissionsFromCgroupRules/leading_spaces [2022-05-19T09:58:37.956Z] === RUN TestAppendDevicePermissionsFromCgroupRules/trailing_spaces [2022-05-19T09:58:37.956Z] === RUN TestAppendDevicePermissionsFromCgroupRules/unknown_device_type [2022-05-19T09:58:37.956Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_type [2022-05-19T09:58:37.956Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_colon [2022-05-19T09:58:37.956Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor [2022-05-19T09:58:37.956Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_major_device [2022-05-19T09:58:37.956Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_minor_device [2022-05-19T09:58:37.956Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_permissions [2022-05-19T09:58:37.956Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_permissions [2022-05-19T09:58:37.956Z] === RUN TestAppendDevicePermissionsFromCgroupRules/too_many_permissions [2022-05-19T09:58:37.956Z] === RUN TestAppendDevicePermissionsFromCgroupRules/major_out_of_range [2022-05-19T09:58:37.956Z] === RUN TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range [2022-05-19T09:58:37.956Z] === RUN TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices [2022-05-19T09:58:37.956Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices [2022-05-19T09:58:37.956Z] === RUN TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices [2022-05-19T09:58:37.956Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions [2022-05-19T09:58:37.956Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major [2022-05-19T09:58:37.956Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_minor [2022-05-19T09:58:37.956Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor [2022-05-19T09:58:37.956Z] === RUN TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission [2022-05-19T09:58:37.956Z] === RUN TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission [2022-05-19T09:58:37.956Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission [2022-05-19T09:58:37.956Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission [2022-05-19T09:58:37.956Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules (0.00s) [2022-05-19T09:58:37.956Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/empty_rule (0.00s) [2022-05-19T09:58:37.956Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column (0.00s) [2022-05-19T09:58:37.956Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column (0.00s) [2022-05-19T09:58:37.956Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/leading_spaces (0.00s) [2022-05-19T09:58:37.956Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/trailing_spaces (0.00s) [2022-05-19T09:58:37.956Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/unknown_device_type (0.00s) [2022-05-19T09:58:37.956Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_type (0.00s) [2022-05-19T09:58:37.956Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_colon (0.00s) [2022-05-19T09:58:37.956Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor (0.00s) [2022-05-19T09:58:37.956Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_major_device (0.00s) [2022-05-19T09:58:37.956Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_minor_device (0.00s) [2022-05-19T09:58:37.956Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_permissions (0.00s) [2022-05-19T09:58:37.956Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_permissions (0.00s) [2022-05-19T09:58:37.956Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/too_many_permissions (0.00s) [2022-05-19T09:58:37.956Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/major_out_of_range (0.00s) [2022-05-19T09:58:37.956Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range (0.00s) [2022-05-19T09:58:37.956Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices (0.00s) [2022-05-19T09:58:37.956Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices (0.00s) [2022-05-19T09:58:37.956Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices (0.00s) [2022-05-19T09:58:37.956Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions (0.00s) [2022-05-19T09:58:37.956Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major (0.00s) [2022-05-19T09:58:37.956Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_minor (0.00s) [2022-05-19T09:58:37.956Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor (0.00s) [2022-05-19T09:58:37.956Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission (0.00s) [2022-05-19T09:58:37.956Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission (0.00s) [2022-05-19T09:58:37.956Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission (0.00s) [2022-05-19T09:58:37.956Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission (0.00s) [2022-05-19T09:58:37.956Z] PASS [2022-05-19T09:58:37.956Z] coverage: 55.0% of statements [2022-05-19T09:58:37.956Z] ok github.com/docker/docker/oci 0.047s coverage: 55.0% of statements [2022-05-19T09:58:38.427Z] 2022/05/19 09:58:38 Closing DB instances... [2022-05-19T09:58:38.427Z] === RUN TestAddressPoolOpt [2022-05-19T09:58:38.427Z] --- PASS: TestAddressPoolOpt (0.00s) [2022-05-19T09:58:38.427Z] === RUN TestValidateEnv [2022-05-19T09:58:38.427Z] === RUN TestValidateEnv/a [2022-05-19T09:58:38.427Z] === RUN TestValidateEnv/something [2022-05-19T09:58:38.427Z] === RUN TestValidateEnv/_=a [2022-05-19T09:58:38.427Z] === RUN TestValidateEnv/env1=value1 [2022-05-19T09:58:38.427Z] === RUN TestValidateEnv/_env1=value1 [2022-05-19T09:58:38.427Z] === RUN TestValidateEnv/env2=value2=value3 [2022-05-19T09:58:38.427Z] === RUN TestValidateEnv/env3=abc!qwe [2022-05-19T09:58:38.427Z] === RUN TestValidateEnv/env_4=value_4 [2022-05-19T09:58:38.427Z] === RUN TestValidateEnv/PATH [2022-05-19T09:58:38.427Z] === RUN TestValidateEnv/=a [2022-05-19T09:58:38.427Z] === RUN TestValidateEnv/PATH= [2022-05-19T09:58:38.427Z] === RUN TestValidateEnv/PATH=something [2022-05-19T09:58:38.427Z] === RUN TestValidateEnv/asd!qwe [2022-05-19T09:58:38.427Z] === RUN TestValidateEnv/1asd [2022-05-19T09:58:38.427Z] === RUN TestValidateEnv/123 [2022-05-19T09:58:38.427Z] === RUN TestValidateEnv/some_space [2022-05-19T09:58:38.427Z] === RUN TestValidateEnv/__some_space_before [2022-05-19T09:58:38.427Z] === RUN TestValidateEnv/some_space_after__ [2022-05-19T09:58:38.427Z] === RUN TestValidateEnv/= [2022-05-19T09:58:38.427Z] === RUN TestValidateEnv/PaTh [2022-05-19T09:58:38.427Z] --- PASS: TestValidateEnv (0.00s) [2022-05-19T09:58:38.427Z] --- PASS: TestValidateEnv/a (0.00s) [2022-05-19T09:58:38.427Z] --- PASS: TestValidateEnv/something (0.00s) [2022-05-19T09:58:38.427Z] --- PASS: TestValidateEnv/_=a (0.00s) [2022-05-19T09:58:38.427Z] --- PASS: TestValidateEnv/env1=value1 (0.00s) [2022-05-19T09:58:38.427Z] --- PASS: TestValidateEnv/_env1=value1 (0.00s) [2022-05-19T09:58:38.427Z] --- PASS: TestValidateEnv/env2=value2=value3 (0.00s) [2022-05-19T09:58:38.427Z] --- PASS: TestValidateEnv/env3=abc!qwe (0.00s) [2022-05-19T09:58:38.427Z] --- PASS: TestValidateEnv/env_4=value_4 (0.00s) [2022-05-19T09:58:38.427Z] --- PASS: TestValidateEnv/PATH (0.00s) [2022-05-19T09:58:38.427Z] --- PASS: TestValidateEnv/=a (0.00s) [2022-05-19T09:58:38.427Z] --- PASS: TestValidateEnv/PATH= (0.00s) [2022-05-19T09:58:38.427Z] --- PASS: TestValidateEnv/PATH=something (0.00s) [2022-05-19T09:58:38.427Z] --- PASS: TestValidateEnv/asd!qwe (0.00s) [2022-05-19T09:58:38.427Z] --- PASS: TestValidateEnv/1asd (0.00s) [2022-05-19T09:58:38.427Z] --- PASS: TestValidateEnv/123 (0.00s) [2022-05-19T09:58:38.427Z] --- PASS: TestValidateEnv/some_space (0.00s) [2022-05-19T09:58:38.427Z] --- PASS: TestValidateEnv/__some_space_before (0.00s) [2022-05-19T09:58:38.427Z] --- PASS: TestValidateEnv/some_space_after__ (0.00s) [2022-05-19T09:58:38.427Z] --- PASS: TestValidateEnv/= (0.00s) [2022-05-19T09:58:38.427Z] --- PASS: TestValidateEnv/PaTh (0.00s) [2022-05-19T09:58:38.427Z] === RUN TestParseHost [2022-05-19T09:58:38.427Z] === RUN TestParseHost/tcp://:5555/ [2022-05-19T09:58:38.427Z] === RUN TestParseHost/tcp://[::1]:5555/ [2022-05-19T09:58:38.427Z] === RUN TestParseHost/_tcp://:5555/path_ [2022-05-19T09:58:38.427Z] === RUN TestParseHost/something_with_spaces [2022-05-19T09:58:38.427Z] === RUN TestParseHost/:// [2022-05-19T09:58:38.427Z] === RUN TestParseHost/tcp://:port [2022-05-19T09:58:38.427Z] === RUN TestParseHost/tcp://invalid:port [2022-05-19T09:58:38.427Z] === RUN TestParseHost/tcp://[::1]:/ [2022-05-19T09:58:38.427Z] === RUN TestParseHost/tcp://[::1]:5555/p [2022-05-19T09:58:38.427Z] === RUN TestParseHost/unknown:// [2022-05-19T09:58:38.427Z] === RUN TestParseHost/tcp://:5555/p [2022-05-19T09:58:38.427Z] === RUN TestParseHost/tcp://0.0.0.0:5555/ [2022-05-19T09:58:38.427Z] === RUN TestParseHost/tcp://0.0.0.0:5555/p [2022-05-19T09:58:38.427Z] === RUN TestParseHost/tcp:// [2022-05-19T09:58:38.427Z] === RUN TestParseHost/tcp://0.0.0.0:1234567890 [2022-05-19T09:58:38.427Z] === RUN TestParseHost/tcp://docker.com:5555 [2022-05-19T09:58:38.427Z] === RUN TestParseHost/tcp://:5555 [2022-05-19T09:58:38.427Z] === RUN TestParseHost/#00 [2022-05-19T09:58:38.427Z] === RUN TestParseHost/__ [2022-05-19T09:58:38.427Z] === RUN TestParseHost/tcp://192.168:5555 [2022-05-19T09:58:38.427Z] === RUN TestParseHost/unix:// [2022-05-19T09:58:38.427Z] === RUN TestParseHost/tcp://host: [2022-05-19T09:58:38.427Z] === RUN TestParseHost/tcp://[::1] [2022-05-19T09:58:38.427Z] === RUN TestParseHost/fd:// [2022-05-19T09:58:38.427Z] === RUN TestParseHost/fd://something [2022-05-19T09:58:38.427Z] === RUN TestParseHost/tcp://: [2022-05-19T09:58:38.427Z] === RUN TestParseHost/npipe:////./pipe/foo [2022-05-19T09:58:38.427Z] === RUN TestParseHost/tcp://[::1]: [2022-05-19T09:58:38.427Z] === RUN TestParseHost/_ [2022-05-19T09:58:38.427Z] === RUN TestParseHost/tcp://[::1]:5555 [2022-05-19T09:58:38.427Z] === RUN TestParseHost/tcp://0.0.0.0:5555 [2022-05-19T09:58:38.427Z] === RUN TestParseHost/tcp://192.168.0.1:5555 [2022-05-19T09:58:38.427Z] === RUN TestParseHost/unix://path/to/socket [2022-05-19T09:58:38.427Z] === RUN TestParseHost/npipe:// [2022-05-19T09:58:38.427Z] --- PASS: TestParseHost (0.00s) [2022-05-19T09:58:38.427Z] --- PASS: TestParseHost/tcp://:5555/ (0.00s) [2022-05-19T09:58:38.427Z] --- PASS: TestParseHost/tcp://[::1]:5555/ (0.00s) [2022-05-19T09:58:38.427Z] --- PASS: TestParseHost/_tcp://:5555/path_ (0.00s) [2022-05-19T09:58:38.427Z] --- PASS: TestParseHost/something_with_spaces (0.00s) [2022-05-19T09:58:38.427Z] --- PASS: TestParseHost/:// (0.00s) [2022-05-19T09:58:38.427Z] --- PASS: TestParseHost/tcp://:port (0.00s) [2022-05-19T09:58:38.427Z] --- PASS: TestParseHost/tcp://invalid:port (0.00s) [2022-05-19T09:58:38.427Z] --- PASS: TestParseHost/tcp://[::1]:/ (0.00s) [2022-05-19T09:58:38.427Z] --- PASS: TestParseHost/tcp://[::1]:5555/p (0.00s) [2022-05-19T09:58:38.427Z] --- PASS: TestParseHost/unknown:// (0.00s) [2022-05-19T09:58:38.427Z] --- PASS: TestParseHost/tcp://:5555/p (0.00s) [2022-05-19T09:58:38.427Z] --- PASS: TestParseHost/tcp://0.0.0.0:5555/ (0.00s) [2022-05-19T09:58:38.427Z] --- PASS: TestParseHost/tcp://0.0.0.0:5555/p (0.00s) [2022-05-19T09:58:38.427Z] --- PASS: TestParseHost/tcp:// (0.00s) [2022-05-19T09:58:38.427Z] --- PASS: TestParseHost/tcp://0.0.0.0:1234567890 (0.00s) [2022-05-19T09:58:38.427Z] --- PASS: TestParseHost/tcp://docker.com:5555 (0.00s) [2022-05-19T09:58:38.427Z] --- PASS: TestParseHost/tcp://:5555 (0.00s) [2022-05-19T09:58:38.427Z] --- PASS: TestParseHost/#00 (0.00s) [2022-05-19T09:58:38.427Z] --- PASS: TestParseHost/__ (0.00s) [2022-05-19T09:58:38.427Z] --- PASS: TestParseHost/tcp://192.168:5555 (0.00s) [2022-05-19T09:58:38.427Z] --- PASS: TestParseHost/unix:// (0.00s) [2022-05-19T09:58:38.427Z] --- PASS: TestParseHost/tcp://host: (0.00s) [2022-05-19T09:58:38.427Z] --- PASS: TestParseHost/tcp://[::1] (0.00s) [2022-05-19T09:58:38.427Z] --- PASS: TestParseHost/fd:// (0.00s) [2022-05-19T09:58:38.427Z] --- PASS: TestParseHost/fd://something (0.00s) [2022-05-19T09:58:38.427Z] --- PASS: TestParseHost/tcp://: (0.00s) [2022-05-19T09:58:38.427Z] --- PASS: TestParseHost/npipe:////./pipe/foo (0.00s) [2022-05-19T09:58:38.427Z] --- PASS: TestParseHost/tcp://[::1]: (0.00s) [2022-05-19T09:58:38.427Z] --- PASS: TestParseHost/_ (0.00s) [2022-05-19T09:58:38.427Z] --- PASS: TestParseHost/tcp://[::1]:5555 (0.00s) [2022-05-19T09:58:38.427Z] --- PASS: TestParseHost/tcp://0.0.0.0:5555 (0.00s) [2022-05-19T09:58:38.427Z] --- PASS: TestParseHost/tcp://192.168.0.1:5555 (0.00s) [2022-05-19T09:58:38.427Z] --- PASS: TestParseHost/unix://path/to/socket (0.00s) [2022-05-19T09:58:38.427Z] --- PASS: TestParseHost/npipe:// (0.00s) [2022-05-19T09:58:38.427Z] === RUN TestParseDockerDaemonHost [2022-05-19T09:58:38.427Z] === RUN TestParseDockerDaemonHost/udp://127.0.0.1 [2022-05-19T09:58:38.427Z] === RUN TestParseDockerDaemonHost/udp://127.0.0.1:5555 [2022-05-19T09:58:38.427Z] === RUN TestParseDockerDaemonHost/_tcp://:5555/path_ [2022-05-19T09:58:38.427Z] === RUN TestParseDockerDaemonHost/[::1]:5555/path [2022-05-19T09:58:38.427Z] === RUN TestParseDockerDaemonHost/tcp://unix:///run/docker.sock [2022-05-19T09:58:38.427Z] === RUN TestParseDockerDaemonHost/#00 [2022-05-19T09:58:38.427Z] === RUN TestParseDockerDaemonHost/:5555/path [2022-05-19T09:58:38.427Z] === RUN TestParseDockerDaemonHost/tcp://:5555/path [2022-05-19T09:58:38.427Z] === RUN TestParseDockerDaemonHost/localhost:5555/path [2022-05-19T09:58:38.427Z] === RUN TestParseDockerDaemonHost/tcp:a.b.c.d [2022-05-19T09:58:38.427Z] === RUN TestParseDockerDaemonHost/tcp:a.b.c.d/path [2022-05-19T09:58:38.427Z] === RUN TestParseDockerDaemonHost/tcp://127.0.0.1/ [2022-05-19T09:58:38.427Z] === RUN TestParseDockerDaemonHost/0.0.0.1:5555/path [2022-05-19T09:58:38.427Z] === RUN TestParseDockerDaemonHost/[0:0:0:0:0:0:0:1]:5555/path [2022-05-19T09:58:38.427Z] === RUN TestParseDockerDaemonHost/[0:0:0:0:0:0:0:1] [2022-05-19T09:58:38.427Z] === RUN TestParseDockerDaemonHost/0.0.0.1:5555 [2022-05-19T09:58:38.427Z] === RUN TestParseDockerDaemonHost/[::1]:5555 [2022-05-19T09:58:38.427Z] === RUN TestParseDockerDaemonHost/[0:0:0:0:0:0:0:1]:5555 [2022-05-19T09:58:38.427Z] === RUN TestParseDockerDaemonHost/fd:// [2022-05-19T09:58:38.427Z] === RUN TestParseDockerDaemonHost/tcp:// [2022-05-19T09:58:38.427Z] === RUN TestParseDockerDaemonHost/0.0.0.1: [2022-05-19T09:58:38.427Z] === RUN TestParseDockerDaemonHost/[::1]: [2022-05-19T09:58:38.427Z] === RUN TestParseDockerDaemonHost/localhost:5555 [2022-05-19T09:58:38.427Z] === RUN TestParseDockerDaemonHost/fd://something [2022-05-19T09:58:38.427Z] === RUN TestParseDockerDaemonHost/npipe:// [2022-05-19T09:58:38.427Z] === RUN TestParseDockerDaemonHost/npipe:////./pipe/foo [2022-05-19T09:58:38.427Z] === RUN TestParseDockerDaemonHost/tcp://[::1]:5555 [2022-05-19T09:58:38.427Z] === RUN TestParseDockerDaemonHost/unix:// [2022-05-19T09:58:38.427Z] === RUN TestParseDockerDaemonHost/localhost [2022-05-19T09:58:38.427Z] === RUN TestParseDockerDaemonHost/: [2022-05-19T09:58:38.427Z] === RUN TestParseDockerDaemonHost/unix:///run/docker.sock [2022-05-19T09:58:38.427Z] === RUN TestParseDockerDaemonHost/tcp://[::1] [2022-05-19T09:58:38.427Z] === RUN TestParseDockerDaemonHost/:5555 [2022-05-19T09:58:38.427Z] === RUN TestParseDockerDaemonHost/[::1] [2022-05-19T09:58:38.427Z] === RUN TestParseDockerDaemonHost/[0:0:0:0:0:0:0:1]: [2022-05-19T09:58:38.427Z] === RUN TestParseDockerDaemonHost/localhost: [2022-05-19T09:58:38.427Z] === RUN TestParseDockerDaemonHost/tcp://:5555 [2022-05-19T09:58:38.427Z] === RUN TestParseDockerDaemonHost/tcp://[::1]: [2022-05-19T09:58:38.427Z] --- PASS: TestParseDockerDaemonHost (0.00s) [2022-05-19T09:58:38.427Z] --- PASS: TestParseDockerDaemonHost/udp://127.0.0.1 (0.00s) [2022-05-19T09:58:38.427Z] --- PASS: TestParseDockerDaemonHost/udp://127.0.0.1:5555 (0.00s) [2022-05-19T09:58:38.427Z] --- PASS: TestParseDockerDaemonHost/_tcp://:5555/path_ (0.00s) [2022-05-19T09:58:38.427Z] --- PASS: TestParseDockerDaemonHost/[::1]:5555/path (0.00s) [2022-05-19T09:58:38.427Z] --- PASS: TestParseDockerDaemonHost/tcp://unix:///run/docker.sock (0.00s) [2022-05-19T09:58:38.427Z] --- PASS: TestParseDockerDaemonHost/#00 (0.00s) [2022-05-19T09:58:38.427Z] --- PASS: TestParseDockerDaemonHost/:5555/path (0.00s) [2022-05-19T09:58:38.427Z] --- PASS: TestParseDockerDaemonHost/tcp://:5555/path (0.00s) [2022-05-19T09:58:38.427Z] --- PASS: TestParseDockerDaemonHost/localhost:5555/path (0.00s) [2022-05-19T09:58:38.427Z] --- PASS: TestParseDockerDaemonHost/tcp:a.b.c.d (0.00s) [2022-05-19T09:58:38.427Z] --- PASS: TestParseDockerDaemonHost/tcp:a.b.c.d/path (0.00s) [2022-05-19T09:58:38.427Z] --- PASS: TestParseDockerDaemonHost/tcp://127.0.0.1/ (0.00s) [2022-05-19T09:58:38.427Z] --- PASS: TestParseDockerDaemonHost/0.0.0.1:5555/path (0.00s) [2022-05-19T09:58:38.427Z] --- PASS: TestParseDockerDaemonHost/[0:0:0:0:0:0:0:1]:5555/path (0.00s) [2022-05-19T09:58:38.427Z] --- PASS: TestParseDockerDaemonHost/[0:0:0:0:0:0:0:1] (0.00s) [2022-05-19T09:58:38.427Z] --- PASS: TestParseDockerDaemonHost/0.0.0.1:5555 (0.00s) [2022-05-19T09:58:38.427Z] --- PASS: TestParseDockerDaemonHost/[::1]:5555 (0.00s) [2022-05-19T09:58:38.427Z] --- PASS: TestParseDockerDaemonHost/[0:0:0:0:0:0:0:1]:5555 (0.00s) [2022-05-19T09:58:38.427Z] --- PASS: TestParseDockerDaemonHost/fd:// (0.00s) [2022-05-19T09:58:38.427Z] --- PASS: TestParseDockerDaemonHost/tcp:// (0.00s) [2022-05-19T09:58:38.427Z] --- PASS: TestParseDockerDaemonHost/0.0.0.1: (0.00s) [2022-05-19T09:58:38.427Z] --- PASS: TestParseDockerDaemonHost/[::1]: (0.00s) [2022-05-19T09:58:38.427Z] --- PASS: TestParseDockerDaemonHost/localhost:5555 (0.00s) [2022-05-19T09:58:38.428Z] --- PASS: TestParseDockerDaemonHost/fd://something (0.00s) [2022-05-19T09:58:38.428Z] --- PASS: TestParseDockerDaemonHost/npipe:// (0.00s) [2022-05-19T09:58:38.428Z] --- PASS: TestParseDockerDaemonHost/npipe:////./pipe/foo (0.00s) [2022-05-19T09:58:38.428Z] --- PASS: TestParseDockerDaemonHost/tcp://[::1]:5555 (0.00s) [2022-05-19T09:58:38.428Z] --- PASS: TestParseDockerDaemonHost/unix:// (0.00s) [2022-05-19T09:58:38.428Z] --- PASS: TestParseDockerDaemonHost/localhost (0.00s) [2022-05-19T09:58:38.428Z] --- PASS: TestParseDockerDaemonHost/: (0.00s) [2022-05-19T09:58:38.428Z] --- PASS: TestParseDockerDaemonHost/unix:///run/docker.sock (0.00s) [2022-05-19T09:58:38.428Z] --- PASS: TestParseDockerDaemonHost/tcp://[::1] (0.00s) [2022-05-19T09:58:38.428Z] --- PASS: TestParseDockerDaemonHost/:5555 (0.00s) [2022-05-19T09:58:38.428Z] --- PASS: TestParseDockerDaemonHost/[::1] (0.00s) [2022-05-19T09:58:38.428Z] --- PASS: TestParseDockerDaemonHost/[0:0:0:0:0:0:0:1]: (0.00s) [2022-05-19T09:58:38.428Z] --- PASS: TestParseDockerDaemonHost/localhost: (0.00s) [2022-05-19T09:58:38.428Z] --- PASS: TestParseDockerDaemonHost/tcp://:5555 (0.00s) [2022-05-19T09:58:38.428Z] --- PASS: TestParseDockerDaemonHost/tcp://[::1]: (0.00s) [2022-05-19T09:58:38.428Z] === RUN TestParseTCP [2022-05-19T09:58:38.428Z] === RUN TestParseTCP/[::1]:5555/path [2022-05-19T09:58:38.428Z] === RUN TestParseTCP/tcp://:5555/path [2022-05-19T09:58:38.428Z] === RUN TestParseTCP/localhost:5555/path [2022-05-19T09:58:38.428Z] === RUN TestParseTCP/udp://127.0.0.1 [2022-05-19T09:58:38.428Z] === RUN TestParseTCP/udp://127.0.0.1:5555 [2022-05-19T09:58:38.428Z] === RUN TestParseTCP/:5555/path [2022-05-19T09:58:38.428Z] === RUN TestParseTCP/0.0.0.1:5555/path [2022-05-19T09:58:38.428Z] === RUN TestParseTCP/[0:0:0:0:0:0:0:1]:5555/path [2022-05-19T09:58:38.428Z] === RUN TestParseTCP/tcp:a.b.c.d [2022-05-19T09:58:38.428Z] === RUN TestParseTCP/tcp:a.b.c.d/path [2022-05-19T09:58:38.428Z] === RUN TestParseTCP/default_localhost [2022-05-19T09:58:38.428Z] === RUN TestParseTCP/default_udp://localhost [2022-05-19T09:58:38.428Z] === RUN TestParseTCP/default_tcp://localhost:noport [2022-05-19T09:58:38.428Z] === RUN TestParseTCP/default_tcp://localhost:5555/path [2022-05-19T09:58:38.428Z] === RUN TestParseTCP/#00 [2022-05-19T09:58:38.428Z] === RUN TestParseTCP/0.0.0.1 [2022-05-19T09:58:38.428Z] === RUN TestParseTCP/0.0.0.1: [2022-05-19T09:58:38.428Z] === RUN TestParseTCP/0.0.0.1:5555 [2022-05-19T09:58:38.664Z] === RUN TestCreateIDMapOrder [2022-05-19T09:58:38.664Z] --- PASS: TestCreateIDMapOrder (0.00s) [2022-05-19T09:58:38.664Z] PASS [2022-05-19T09:58:38.664Z] coverage: 7.2% of statements [2022-05-19T09:58:38.664Z] ok github.com/docker/docker/pkg/idtools 0.057s coverage: 7.2% of statements [2022-05-19T09:58:38.734Z] --- PASS: TestFailedConnection (2.17s) [2022-05-19T09:58:38.734Z] === RUN TestFailOnce [2022-05-19T09:58:38.901Z] === RUN TestParseTCP/[::1]: [2022-05-19T09:58:38.901Z] === RUN TestParseTCP/[::1]:5555 [2022-05-19T09:58:38.901Z] === RUN TestParseTCP/[0:0:0:0:0:0:0:1]:5555 [2022-05-19T09:58:38.901Z] === RUN TestParseTCP/localhost [2022-05-19T09:58:38.901Z] === RUN TestParseTCP/localhost:5555 [2022-05-19T09:58:38.901Z] === RUN TestParseTCP/tcp://:5555 [2022-05-19T09:58:38.901Z] === RUN TestParseTCP/[::1] [2022-05-19T09:58:38.901Z] === RUN TestParseTCP/: [2022-05-19T09:58:38.901Z] === RUN TestParseTCP/:5555 [2022-05-19T09:58:38.901Z] === RUN TestParseTCP/[0:0:0:0:0:0:0:1] [2022-05-19T09:58:38.901Z] === RUN TestParseTCP/[0:0:0:0:0:0:0:1]: [2022-05-19T09:58:38.901Z] === RUN TestParseTCP/localhost: [2022-05-19T09:58:38.901Z] === RUN TestParseTCP/tcp:// [2022-05-19T09:58:38.901Z] === RUN TestParseTCP/tcp://: [2022-05-19T09:58:38.901Z] --- PASS: TestParseTCP (0.00s) [2022-05-19T09:58:38.901Z] --- PASS: TestParseTCP/[::1]:5555/path (0.00s) [2022-05-19T09:58:38.901Z] --- PASS: TestParseTCP/tcp://:5555/path (0.00s) [2022-05-19T09:58:38.901Z] --- PASS: TestParseTCP/localhost:5555/path (0.00s) [2022-05-19T09:58:38.901Z] --- PASS: TestParseTCP/udp://127.0.0.1 (0.00s) [2022-05-19T09:58:38.901Z] --- PASS: TestParseTCP/udp://127.0.0.1:5555 (0.00s) [2022-05-19T09:58:38.901Z] --- PASS: TestParseTCP/:5555/path (0.00s) [2022-05-19T09:58:38.901Z] --- PASS: TestParseTCP/0.0.0.1:5555/path (0.00s) [2022-05-19T09:58:38.901Z] --- PASS: TestParseTCP/[0:0:0:0:0:0:0:1]:5555/path (0.00s) [2022-05-19T09:58:38.901Z] --- PASS: TestParseTCP/tcp:a.b.c.d (0.00s) [2022-05-19T09:58:38.901Z] --- PASS: TestParseTCP/tcp:a.b.c.d/path (0.00s) [2022-05-19T09:58:38.901Z] --- PASS: TestParseTCP/default_localhost (0.00s) [2022-05-19T09:58:38.901Z] --- PASS: TestParseTCP/default_udp://localhost (0.00s) [2022-05-19T09:58:38.901Z] --- PASS: TestParseTCP/default_tcp://localhost:noport (0.00s) [2022-05-19T09:58:38.901Z] --- PASS: TestParseTCP/default_tcp://localhost:5555/path (0.00s) [2022-05-19T09:58:38.901Z] --- PASS: TestParseTCP/#00 (0.00s) [2022-05-19T09:58:38.901Z] --- PASS: TestParseTCP/0.0.0.1 (0.00s) [2022-05-19T09:58:38.901Z] --- PASS: TestParseTCP/0.0.0.1: (0.00s) [2022-05-19T09:58:38.901Z] --- PASS: TestParseTCP/0.0.0.1:5555 (0.00s) [2022-05-19T09:58:38.901Z] --- PASS: TestParseTCP/[::1]: (0.00s) [2022-05-19T09:58:38.901Z] --- PASS: TestParseTCP/[::1]:5555 (0.00s) [2022-05-19T09:58:38.901Z] --- PASS: TestParseTCP/[0:0:0:0:0:0:0:1]:5555 (0.00s) [2022-05-19T09:58:38.901Z] --- PASS: TestParseTCP/localhost (0.00s) [2022-05-19T09:58:38.901Z] --- PASS: TestParseTCP/localhost:5555 (0.00s) [2022-05-19T09:58:38.901Z] --- PASS: TestParseTCP/tcp://:5555 (0.00s) [2022-05-19T09:58:38.901Z] --- PASS: TestParseTCP/[::1] (0.00s) [2022-05-19T09:58:38.901Z] --- PASS: TestParseTCP/: (0.00s) [2022-05-19T09:58:38.901Z] --- PASS: TestParseTCP/:5555 (0.00s) [2022-05-19T09:58:38.901Z] --- PASS: TestParseTCP/[0:0:0:0:0:0:0:1] (0.00s) [2022-05-19T09:58:38.901Z] --- PASS: TestParseTCP/[0:0:0:0:0:0:0:1]: (0.00s) [2022-05-19T09:58:38.901Z] --- PASS: TestParseTCP/localhost: (0.00s) [2022-05-19T09:58:38.901Z] --- PASS: TestParseTCP/tcp:// (0.00s) [2022-05-19T09:58:38.901Z] --- PASS: TestParseTCP/tcp://: (0.00s) [2022-05-19T09:58:38.901Z] === RUN TestParseInvalidUnixAddrInvalid [2022-05-19T09:58:38.901Z] --- PASS: TestParseInvalidUnixAddrInvalid (0.00s) [2022-05-19T09:58:38.901Z] === RUN TestValidateExtraHosts [2022-05-19T09:58:38.901Z] --- PASS: TestValidateExtraHosts (0.00s) [2022-05-19T09:58:38.901Z] === RUN TestValidateIPAddress [2022-05-19T09:58:38.901Z] --- PASS: TestValidateIPAddress (0.00s) [2022-05-19T09:58:38.901Z] === RUN TestMapOpts [2022-05-19T09:58:38.901Z] --- PASS: TestMapOpts (0.00s) [2022-05-19T09:58:38.901Z] === RUN TestListOptsWithoutValidator [2022-05-19T09:58:38.901Z] --- PASS: TestListOptsWithoutValidator (0.00s) [2022-05-19T09:58:38.901Z] === RUN TestListOptsWithValidator [2022-05-19T09:58:38.901Z] --- PASS: TestListOptsWithValidator (0.00s) [2022-05-19T09:58:38.901Z] === RUN TestValidateDNSSearch [2022-05-19T09:58:38.901Z] --- PASS: TestValidateDNSSearch (0.00s) [2022-05-19T09:58:38.901Z] === RUN TestValidateLabel [2022-05-19T09:58:38.901Z] === RUN TestValidateLabel/lable_with_bad_attribute_format [2022-05-19T09:58:38.901Z] === RUN TestValidateLabel/label_with_general_format [2022-05-19T09:58:38.901Z] === RUN TestValidateLabel/label_with_more_than_one_= [2022-05-19T09:58:38.901Z] === RUN TestValidateLabel/label_with_one_more [2022-05-19T09:58:38.901Z] === RUN TestValidateLabel/label_with_no_reserved_com.docker.* [2022-05-19T09:58:38.901Z] === RUN TestValidateLabel/label_with_no_reserved_io.docker.* [2022-05-19T09:58:38.901Z] === RUN TestValidateLabel/label_with_no_reserved_org.dockerproject.* [2022-05-19T09:58:38.901Z] === RUN TestValidateLabel/label_with_reserved_com.docker.* [2022-05-19T09:58:38.901Z] === RUN TestValidateLabel/label_with_reserved_upcase_com.docker.*_ [2022-05-19T09:58:38.901Z] === RUN TestValidateLabel/label_with_reserved_io.docker.* [2022-05-19T09:58:38.901Z] === RUN TestValidateLabel/label_with_reserved_upcase_io.docker.* [2022-05-19T09:58:38.901Z] === RUN TestValidateLabel/label_with_reserved_org.dockerproject.* [2022-05-19T09:58:38.901Z] === RUN TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* [2022-05-19T09:58:38.901Z] --- PASS: TestValidateLabel (0.02s) [2022-05-19T09:58:38.901Z] --- PASS: TestValidateLabel/lable_with_bad_attribute_format (0.00s) [2022-05-19T09:58:38.902Z] --- PASS: TestValidateLabel/label_with_general_format (0.00s) [2022-05-19T09:58:38.902Z] --- PASS: TestValidateLabel/label_with_more_than_one_= (0.00s) [2022-05-19T09:58:38.902Z] --- PASS: TestValidateLabel/label_with_one_more (0.00s) [2022-05-19T09:58:38.902Z] --- PASS: TestValidateLabel/label_with_no_reserved_com.docker.* (0.00s) [2022-05-19T09:58:38.902Z] --- PASS: TestValidateLabel/label_with_no_reserved_io.docker.* (0.00s) [2022-05-19T09:58:38.902Z] --- PASS: TestValidateLabel/label_with_no_reserved_org.dockerproject.* (0.00s) [2022-05-19T09:58:38.902Z] --- PASS: TestValidateLabel/label_with_reserved_com.docker.* (0.00s) [2022-05-19T09:58:38.902Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_com.docker.*_ (0.00s) [2022-05-19T09:58:38.902Z] --- PASS: TestValidateLabel/label_with_reserved_io.docker.* (0.00s) [2022-05-19T09:58:38.902Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_io.docker.* (0.00s) [2022-05-19T09:58:38.902Z] --- PASS: TestValidateLabel/label_with_reserved_org.dockerproject.* (0.00s) [2022-05-19T09:58:38.902Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* (0.00s) [2022-05-19T09:58:38.902Z] === RUN TestNamedListOpts [2022-05-19T09:58:38.902Z] --- PASS: TestNamedListOpts (0.00s) [2022-05-19T09:58:38.902Z] === RUN TestNamedMapOpts [2022-05-19T09:58:38.902Z] --- PASS: TestNamedMapOpts (0.00s) [2022-05-19T09:58:38.902Z] === RUN TestParseLink [2022-05-19T09:58:38.902Z] --- PASS: TestParseLink (0.00s) [2022-05-19T09:58:38.902Z] === RUN TestUlimitOpt [2022-05-19T09:58:38.902Z] --- PASS: TestUlimitOpt (0.00s) [2022-05-19T09:58:38.902Z] PASS [2022-05-19T09:58:38.902Z] coverage: 66.0% of statements [2022-05-19T09:58:38.902Z] ok github.com/docker/docker/opts 0.162s coverage: 66.0% of statements [2022-05-19T09:58:38.902Z] === RUN TestParseVersion [2022-05-19T09:58:38.902Z] --- PASS: TestParseVersion (0.00s) [2022-05-19T09:58:38.902Z] PASS [2022-05-19T09:58:38.902Z] coverage: 52.9% of statements [2022-05-19T09:58:38.902Z] ok github.com/docker/docker/pkg/aaparser 0.040s coverage: 52.9% of statements [2022-05-19T09:58:39.203Z] 2022/05/19 09:58:38 http: panic serving 127.0.0.1:49308: Plugin not ready [2022-05-19T09:58:39.203Z] goroutine 28 [running]: [2022-05-19T09:58:39.203Z] net/http.(*conn).serve.func1() [2022-05-19T09:58:39.203Z] c:/go/src/net/http/server.go:1825 +0xbf [2022-05-19T09:58:39.203Z] panic({0xef36e0, 0x103d090}) [2022-05-19T09:58:39.203Z] c:/go/src/runtime/panic.go:844 +0x258 [2022-05-19T09:58:39.203Z] github.com/docker/docker/pkg/plugins.TestFailOnce.func1({0xe00000000000003b?, 0xffffffffffffffff?}, 0xe0851ee176ded317?) [2022-05-19T09:58:39.203Z] C:/gopath/src/github.com/docker/docker/pkg/plugins/client_test.go:54 +0x3d [2022-05-19T09:58:39.203Z] net/http.HandlerFunc.ServeHTTP(0x0?, {0x1042898?, 0xc000222000?}, 0xc000207a78?) [2022-05-19T09:58:39.203Z] c:/go/src/net/http/server.go:2084 +0x2f [2022-05-19T09:58:39.203Z] net/http.(*ServeMux).ServeHTTP(0x0?, {0x1042898, 0xc000222000}, 0xc0001ac000) [2022-05-19T09:58:39.203Z] c:/go/src/net/http/server.go:2462 +0x149 [2022-05-19T09:58:39.203Z] net/http.serverHandler.ServeHTTP({0x1040eb8?}, {0x1042898, 0xc000222000}, 0xc0001ac000) [2022-05-19T09:58:39.203Z] c:/go/src/net/http/server.go:2916 +0x43b [2022-05-19T09:58:39.203Z] net/http.(*conn).serve(0xc0000a4e60, {0x1042d98, 0xc0001840c0}) [2022-05-19T09:58:39.203Z] c:/go/src/net/http/server.go:1966 +0x5d7 [2022-05-19T09:58:39.203Z] created by net/http.(*Server).Serve [2022-05-19T09:58:39.203Z] c:/go/src/net/http/server.go:3071 +0x4db [2022-05-19T09:58:39.203Z] time="2022-05-19T09:58:38Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49307/Test.FailOnce: Post \"http://127.0.0.1:49307/Test.FailOnce\": EOF, retrying in 1s" [2022-05-19T09:58:39.395Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2022-05-19T09:58:39.892Z] --- PASS: TestNetworkDBJoinLeaveNetworks (2.88s) [2022-05-19T09:58:39.892Z] === RUN TestNetworkDBCRUDTableEntry [2022-05-19T09:58:40.190Z] --- PASS: TestFailOnce (1.24s) [2022-05-19T09:58:40.190Z] === RUN TestEchoInputOutput [2022-05-19T09:58:40.190Z] --- PASS: TestEchoInputOutput (0.00s) [2022-05-19T09:58:40.190Z] === RUN TestBackoff [2022-05-19T09:58:40.190Z] --- PASS: TestBackoff (0.00s) [2022-05-19T09:58:40.190Z] === RUN TestAbortRetry [2022-05-19T09:58:40.190Z] --- PASS: TestAbortRetry (0.00s) [2022-05-19T09:58:40.190Z] === RUN TestClientScheme [2022-05-19T09:58:40.190Z] --- PASS: TestClientScheme (0.00s) [2022-05-19T09:58:40.190Z] === RUN TestNewClientWithTimeout [2022-05-19T09:58:40.379Z] --- PASS: TestServiceUpdateNetwork (12.44s) [2022-05-19T09:58:40.379Z] === RUN TestServiceUpdatePidsLimit [2022-05-19T09:58:40.658Z] time="2022-05-19T09:58:40Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49312/Test.Echo: Post \"http://127.0.0.1:49312/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 1s" [2022-05-19T09:58:40.762Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2022-05-19T09:58:40.762Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-05-19T09:58:40.762Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-05-19T09:58:40.877Z] --- PASS: TestNetworkDBCRUDMediumCluster (6.84s) [2022-05-19T09:58:40.878Z] === RUN TestNetworkDBNodeJoinLeaveIteration [2022-05-19T09:58:40.882Z] === RUN TestPeerCertificateMarshalJSON [2022-05-19T09:58:40.882Z] === RUN TestIsArchivePathDir [2022-05-19T09:58:41.312Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2022-05-19T09:58:41.327Z] === RUN TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError [2022-05-19T09:58:41.346Z] === RUN TestFixedBufferCap [2022-05-19T09:58:41.346Z] --- PASS: TestFixedBufferCap (0.00s) [2022-05-19T09:58:41.346Z] === RUN TestFixedBufferLen [2022-05-19T09:58:41.346Z] --- PASS: TestFixedBufferLen (0.00s) [2022-05-19T09:58:41.346Z] === RUN TestFixedBufferString [2022-05-19T09:58:41.346Z] --- PASS: TestFixedBufferString (0.00s) [2022-05-19T09:58:41.346Z] === RUN TestFixedBufferWrite [2022-05-19T09:58:41.346Z] --- PASS: TestFixedBufferWrite (0.00s) [2022-05-19T09:58:41.346Z] === RUN TestFixedBufferRead [2022-05-19T09:58:41.346Z] --- PASS: TestFixedBufferRead (0.00s) [2022-05-19T09:58:41.346Z] === RUN TestBytesPipeRead [2022-05-19T09:58:41.346Z] --- PASS: TestBytesPipeRead (0.00s) [2022-05-19T09:58:41.346Z] === RUN TestBytesPipeWrite [2022-05-19T09:58:41.346Z] --- PASS: TestBytesPipeWrite (0.00s) [2022-05-19T09:58:41.346Z] === RUN TestBytesPipeWriteRandomChunks [2022-05-19T09:58:41.351Z] --- PASS: TestIsArchivePathDir (0.09s) [2022-05-19T09:58:41.352Z] === RUN TestIsArchivePathInvalidFile [2022-05-19T09:58:41.352Z] === RUN TestPeerCertificateMarshalJSON/Marshalling_: [2022-05-19T09:58:41.352Z] === RUN TestPeerCertificateMarshalJSON/UnMarshalling_: [2022-05-19T09:58:41.352Z] --- PASS: TestPeerCertificateMarshalJSON (0.46s) [2022-05-19T09:58:41.352Z] --- PASS: TestPeerCertificateMarshalJSON/Marshalling_: (0.00s) [2022-05-19T09:58:41.352Z] --- PASS: TestPeerCertificateMarshalJSON/UnMarshalling_: (0.00s) [2022-05-19T09:58:41.352Z] === RUN TestMiddleware [2022-05-19T09:58:41.352Z] --- PASS: TestMiddleware (0.00s) [2022-05-19T09:58:41.352Z] === RUN TestNewResponseModifier [2022-05-19T09:58:41.352Z] --- PASS: TestNewResponseModifier (0.00s) [2022-05-19T09:58:41.352Z] PASS [2022-05-19T09:58:41.352Z] coverage: 26.8% of statements [2022-05-19T09:58:41.352Z] ok github.com/docker/docker/pkg/authorization 0.508s coverage: 26.8% of statements [2022-05-19T09:58:41.352Z] --- PASS: TestIsArchivePathInvalidFile (0.15s) [2022-05-19T09:58:41.352Z] === RUN TestIsArchivePathTar [2022-05-19T09:58:41.352Z] --- PASS: TestIsArchivePathTar (0.20s) [2022-05-19T09:58:41.352Z] === RUN TestDecompressStreamGzip [2022-05-19T09:58:41.814Z] --- PASS: TestBytesPipeWriteRandomChunks (0.60s) [2022-05-19T09:58:41.814Z] === RUN TestAtomicWriteToFile [2022-05-19T09:58:41.814Z] --- PASS: TestAtomicWriteToFile (0.01s) [2022-05-19T09:58:41.814Z] === RUN TestAtomicWriteSetCommit [2022-05-19T09:58:41.814Z] --- PASS: TestAtomicWriteSetCommit (0.01s) [2022-05-19T09:58:41.814Z] === RUN TestAtomicWriteSetCancel [2022-05-19T09:58:41.814Z] --- PASS: TestAtomicWriteSetCancel (0.01s) [2022-05-19T09:58:41.814Z] === RUN TestReadCloserWrapperClose [2022-05-19T09:58:41.814Z] --- PASS: TestReadCloserWrapperClose (0.00s) [2022-05-19T09:58:41.814Z] === RUN TestReaderErrWrapperReadOnError [2022-05-19T09:58:41.814Z] --- PASS: TestReaderErrWrapperReadOnError (0.00s) [2022-05-19T09:58:41.814Z] === RUN TestReaderErrWrapperRead [2022-05-19T09:58:41.814Z] --- PASS: TestReaderErrWrapperRead (0.00s) [2022-05-19T09:58:41.814Z] === RUN TestCancelReadCloser [2022-05-19T09:58:41.826Z] --- PASS: TestDecompressStreamGzip (0.14s) [2022-05-19T09:58:41.826Z] === RUN TestDecompressStreamBzip2 [2022-05-19T09:58:41.826Z] --- PASS: TestDecompressStreamBzip2 (0.13s) [2022-05-19T09:58:41.826Z] === RUN TestDecompressStreamXz [2022-05-19T09:58:41.826Z] archive_test.go:133: Xz not present in msys2 [2022-05-19T09:58:41.826Z] --- SKIP: TestDecompressStreamXz (0.00s) [2022-05-19T09:58:41.826Z] === RUN TestDecompressStreamZstd [2022-05-19T09:58:41.826Z] archive_test.go:140: zstd not installed [2022-05-19T09:58:41.826Z] --- SKIP: TestDecompressStreamZstd (0.03s) [2022-05-19T09:58:41.826Z] === RUN TestCompressStreamXzUnsupported [2022-05-19T09:58:41.826Z] --- PASS: TestCompressStreamXzUnsupported (0.00s) [2022-05-19T09:58:41.826Z] === RUN TestCompressStreamBzip2Unsupported [2022-05-19T09:58:41.826Z] --- PASS: TestCompressStreamBzip2Unsupported (0.00s) [2022-05-19T09:58:41.826Z] === RUN TestCompressStreamInvalid [2022-05-19T09:58:41.826Z] --- PASS: TestCompressStreamInvalid (0.00s) [2022-05-19T09:58:41.826Z] === RUN TestExtensionInvalid [2022-05-19T09:58:41.826Z] --- PASS: TestExtensionInvalid (0.00s) [2022-05-19T09:58:41.826Z] === RUN TestExtensionUncompressed [2022-05-19T09:58:41.826Z] --- PASS: TestExtensionUncompressed (0.00s) [2022-05-19T09:58:41.826Z] === RUN TestExtensionBzip2 [2022-05-19T09:58:41.826Z] --- PASS: TestExtensionBzip2 (0.00s) [2022-05-19T09:58:41.826Z] === RUN TestExtensionGzip [2022-05-19T09:58:41.826Z] --- PASS: TestExtensionGzip (0.00s) [2022-05-19T09:58:41.826Z] === RUN TestExtensionXz [2022-05-19T09:58:41.826Z] --- PASS: TestExtensionXz (0.00s) [2022-05-19T09:58:41.826Z] === RUN TestExtensionZstd [2022-05-19T09:58:41.826Z] --- PASS: TestExtensionZstd (0.00s) [2022-05-19T09:58:41.826Z] === RUN TestCmdStreamLargeStderr [2022-05-19T09:58:41.826Z] --- PASS: TestCmdStreamLargeStderr (0.09s) [2022-05-19T09:58:41.826Z] === RUN TestCmdStreamBad [2022-05-19T09:58:41.826Z] archive_test.go:252: Failing on Windows CI machines [2022-05-19T09:58:41.826Z] --- SKIP: TestCmdStreamBad (0.00s) [2022-05-19T09:58:41.826Z] === RUN TestCmdStreamGood [2022-05-19T09:58:41.826Z] --- PASS: TestCmdStreamGood (0.05s) [2022-05-19T09:58:41.826Z] === RUN TestUntarPathWithInvalidDest [2022-05-19T09:58:41.826Z] === RUN TestUnbuffered [2022-05-19T09:58:41.826Z] --- PASS: TestUnbuffered (0.00s) [2022-05-19T09:58:41.826Z] === RUN TestRaceUnbuffered [2022-05-19T09:58:41.826Z] --- PASS: TestRaceUnbuffered (0.00s) [2022-05-19T09:58:41.826Z] PASS [2022-05-19T09:58:41.826Z] coverage: 100.0% of statements [2022-05-19T09:58:41.826Z] ok github.com/docker/docker/pkg/broadcaster 0.053s coverage: 100.0% of statements [2022-05-19T09:58:41.826Z] --- PASS: TestUntarPathWithInvalidDest (0.07s) [2022-05-19T09:58:41.826Z] === RUN TestUntarPathWithInvalidSrc [2022-05-19T09:58:41.826Z] --- PASS: TestUntarPathWithInvalidSrc (0.00s) [2022-05-19T09:58:41.826Z] === RUN TestUntarPath [2022-05-19T09:58:42.227Z] time="2022-05-19T09:58:41Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49312/Test.Echo: Post \"http://127.0.0.1:49312/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 2s" [2022-05-19T09:58:42.247Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2022-05-19T09:58:42.282Z] --- PASS: TestCancelReadCloser (0.16s) [2022-05-19T09:58:42.282Z] === RUN TestWriteCloserWrapperClose [2022-05-19T09:58:42.282Z] --- PASS: TestWriteCloserWrapperClose (0.00s) [2022-05-19T09:58:42.282Z] === RUN TestNopWriteCloser [2022-05-19T09:58:42.282Z] --- PASS: TestNopWriteCloser (0.00s) [2022-05-19T09:58:42.282Z] === RUN TestNopWriter [2022-05-19T09:58:42.282Z] --- PASS: TestNopWriter (0.00s) [2022-05-19T09:58:42.282Z] === RUN TestWriteCounter [2022-05-19T09:58:42.282Z] --- PASS: TestWriteCounter (0.00s) [2022-05-19T09:58:42.282Z] PASS [2022-05-19T09:58:42.282Z] coverage: 70.5% of statements [2022-05-19T09:58:42.282Z] ok github.com/docker/docker/pkg/ioutils 0.868s coverage: 70.5% of statements [2022-05-19T09:58:42.282Z] 2022/05/19 09:58:41 Closing DB instances... [2022-05-19T09:58:42.295Z] --- PASS: TestUntarPath (0.07s) [2022-05-19T09:58:42.295Z] === RUN TestUntarPathWithDestinationFile [2022-05-19T09:58:42.295Z] --- PASS: TestUntarPathWithDestinationFile (0.06s) [2022-05-19T09:58:42.295Z] === RUN TestUntarPathWithDestinationSrcFileAsFolder [2022-05-19T09:58:42.295Z] 2022/05/19 09:58:41 Closing DB instances... [2022-05-19T09:58:42.295Z] --- PASS: TestUntarPathWithDestinationSrcFileAsFolder (0.07s) [2022-05-19T09:58:42.295Z] === RUN TestCopyWithTarInvalidSrc [2022-05-19T09:58:42.295Z] --- PASS: TestCopyWithTarInvalidSrc (0.00s) [2022-05-19T09:58:42.295Z] === RUN TestCopyWithTarInexistentDestWillCreateIt [2022-05-19T09:58:42.295Z] --- PASS: TestCopyWithTarInexistentDestWillCreateIt (0.00s) [2022-05-19T09:58:42.295Z] === RUN TestCopyWithTarSrcFile [2022-05-19T09:58:42.295Z] --- PASS: TestCopyWithTarSrcFile (0.01s) [2022-05-19T09:58:42.295Z] === RUN TestCopyWithTarSrcFolder [2022-05-19T09:58:42.295Z] --- PASS: TestCopyWithTarSrcFolder (0.01s) [2022-05-19T09:58:42.295Z] === RUN TestCopyFileWithTarInvalidSrc [2022-05-19T09:58:42.296Z] --- PASS: TestCopyFileWithTarInvalidSrc (0.00s) [2022-05-19T09:58:42.296Z] === RUN TestCopyFileWithTarInexistentDestWillCreateIt [2022-05-19T09:58:42.296Z] --- PASS: TestCopyFileWithTarInexistentDestWillCreateIt (0.00s) [2022-05-19T09:58:42.296Z] === RUN TestCopyFileWithTarSrcFolder [2022-05-19T09:58:42.296Z] --- PASS: TestCopyFileWithTarSrcFolder (0.00s) [2022-05-19T09:58:42.296Z] === RUN TestCopyFileWithTarSrcFile [2022-05-19T09:58:42.296Z] --- PASS: TestCopyFileWithTarSrcFile (0.01s) [2022-05-19T09:58:42.296Z] === RUN TestTarFiles [2022-05-19T09:58:42.698Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2022-05-19T09:58:42.766Z] === RUN TestMatch [2022-05-19T09:58:42.766Z] === RUN TestMatch/[[]] [2022-05-19T09:58:42.766Z] === RUN TestMatch/[[foo]] [2022-05-19T09:58:42.766Z] === RUN TestMatch/[[bar]_[foo]] [2022-05-19T09:58:42.766Z] === RUN TestMatch/[[foo_bar]] [2022-05-19T09:58:42.766Z] === RUN TestMatch/[[qux]_[foo]] [2022-05-19T09:58:42.766Z] === RUN TestMatch/[[foo_bar]_[baz]_[bar]] [2022-05-19T09:58:42.766Z] === RUN TestMatch/[] [2022-05-19T09:58:42.766Z] === RUN TestMatch/[]#01 [2022-05-19T09:58:42.766Z] === RUN TestMatch/[[qux]] [2022-05-19T09:58:42.766Z] === RUN TestMatch/[[foo_bar_qux]] [2022-05-19T09:58:42.766Z] === RUN TestMatch/[[qux]_[baz]] [2022-05-19T09:58:42.766Z] === RUN TestMatch/[[foo_baz]] [2022-05-19T09:58:42.766Z] --- PASS: TestMatch (0.00s) [2022-05-19T09:58:42.766Z] --- PASS: TestMatch/[[]] (0.00s) [2022-05-19T09:58:42.766Z] --- PASS: TestMatch/[[foo]] (0.00s) [2022-05-19T09:58:42.766Z] --- PASS: TestMatch/[[bar]_[foo]] (0.00s) [2022-05-19T09:58:42.766Z] --- PASS: TestMatch/[[foo_bar]] (0.00s) [2022-05-19T09:58:42.766Z] --- PASS: TestMatch/[[qux]_[foo]] (0.00s) [2022-05-19T09:58:42.766Z] --- PASS: TestMatch/[[foo_bar]_[baz]_[bar]] (0.00s) [2022-05-19T09:58:42.766Z] --- PASS: TestMatch/[] (0.00s) [2022-05-19T09:58:42.766Z] --- PASS: TestMatch/[]#01 (0.00s) [2022-05-19T09:58:42.766Z] --- PASS: TestMatch/[[qux]] (0.00s) [2022-05-19T09:58:42.766Z] --- PASS: TestMatch/[[foo_bar_qux]] (0.00s) [2022-05-19T09:58:42.766Z] --- PASS: TestMatch/[[qux]_[baz]] (0.00s) [2022-05-19T09:58:42.766Z] --- PASS: TestMatch/[[foo_baz]] (0.00s) [2022-05-19T09:58:42.766Z] PASS [2022-05-19T09:58:42.766Z] coverage: 87.5% of statements [2022-05-19T09:58:42.766Z] ok github.com/docker/docker/pkg/capabilities 0.047s coverage: 87.5% of statements [2022-05-19T09:58:43.268Z] === RUN TestError [2022-05-19T09:58:43.736Z] --- PASS: TestError (0.00s) [2022-05-19T09:58:43.736Z] === RUN TestProgressString [2022-05-19T09:58:43.736Z] === RUN TestProgressString/no_progress [2022-05-19T09:58:43.736Z] === RUN TestProgressString/progress_1 [2022-05-19T09:58:43.736Z] === RUN TestProgressString/some_progress_with_a_start_time [2022-05-19T09:58:43.736Z] === RUN TestProgressString/some_progress_without_a_start_time [2022-05-19T09:58:43.736Z] === RUN TestProgressString/current_more_than_total_is_not_negative_gh#7136 [2022-05-19T09:58:43.736Z] === RUN TestProgressString/with_units [2022-05-19T09:58:43.736Z] === RUN TestProgressString/current_more_than_total_with_units_is_not_negative_ [2022-05-19T09:58:43.736Z] === RUN TestProgressString/hide_counts [2022-05-19T09:58:43.736Z] --- PASS: TestProgressString (0.00s) [2022-05-19T09:58:43.736Z] --- PASS: TestProgressString/no_progress (0.00s) [2022-05-19T09:58:43.736Z] --- PASS: TestProgressString/progress_1 (0.00s) [2022-05-19T09:58:43.736Z] --- PASS: TestProgressString/some_progress_with_a_start_time (0.00s) [2022-05-19T09:58:43.736Z] --- PASS: TestProgressString/some_progress_without_a_start_time (0.00s) [2022-05-19T09:58:43.736Z] --- PASS: TestProgressString/current_more_than_total_is_not_negative_gh#7136 (0.00s) [2022-05-19T09:58:43.736Z] --- PASS: TestProgressString/with_units (0.00s) [2022-05-19T09:58:43.736Z] --- PASS: TestProgressString/current_more_than_total_with_units_is_not_negative_ (0.00s) [2022-05-19T09:58:43.736Z] --- PASS: TestProgressString/hide_counts (0.00s) [2022-05-19T09:58:43.736Z] === RUN TestJSONMessageDisplay [2022-05-19T09:58:43.736Z] --- PASS: TestNetworkDBNodeJoinLeaveIteration (2.67s) [2022-05-19T09:58:43.736Z] === RUN TestNetworkDBGarbageCollection [2022-05-19T09:58:43.736Z] --- PASS: TestJSONMessageDisplay (0.21s) [2022-05-19T09:58:43.736Z] === RUN TestJSONMessageDisplayWithJSONError [2022-05-19T09:58:43.736Z] --- PASS: TestJSONMessageDisplayWithJSONError (0.00s) [2022-05-19T09:58:43.736Z] === RUN TestDisplayJSONMessagesStreamInvalidJSON [2022-05-19T09:58:43.736Z] --- PASS: TestDisplayJSONMessagesStreamInvalidJSON (0.00s) [2022-05-19T09:58:43.736Z] === RUN TestDisplayJSONMessagesStream [2022-05-19T09:58:43.736Z] --- PASS: TestDisplayJSONMessagesStream (0.04s) [2022-05-19T09:58:43.736Z] PASS [2022-05-19T09:58:43.736Z] coverage: 91.7% of statements [2022-05-19T09:58:43.736Z] ok github.com/docker/docker/pkg/jsonmessage 0.323s coverage: 91.7% of statements [2022-05-19T09:58:43.756Z] === RUN TestChrootTarUntar [2022-05-19T09:58:43.756Z] archive_test.go:45: os.Getuid() != 0: skipping test that requires root [2022-05-19T09:58:43.756Z] --- SKIP: TestChrootTarUntar (0.00s) [2022-05-19T09:58:43.756Z] === RUN TestChrootUntarWithHugeExcludesList [2022-05-19T09:58:43.756Z] archive_test.go:77: os.Getuid() != 0: skipping test that requires root [2022-05-19T09:58:43.756Z] --- SKIP: TestChrootUntarWithHugeExcludesList (0.00s) [2022-05-19T09:58:43.756Z] === RUN TestChrootUntarEmptyArchive [2022-05-19T09:58:43.756Z] --- PASS: TestChrootUntarEmptyArchive (0.00s) [2022-05-19T09:58:43.756Z] === RUN TestChrootTarUntarWithSymlink [2022-05-19T09:58:43.756Z] archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-05-19T09:58:43.756Z] --- SKIP: TestChrootTarUntarWithSymlink (0.00s) [2022-05-19T09:58:43.756Z] === RUN TestChrootCopyWithTar [2022-05-19T09:58:43.756Z] archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-05-19T09:58:43.756Z] --- SKIP: TestChrootCopyWithTar (0.00s) [2022-05-19T09:58:43.756Z] === RUN TestChrootCopyFileWithTar [2022-05-19T09:58:43.756Z] archive_test.go:249: os.Getuid() != 0: skipping test that requires root [2022-05-19T09:58:43.756Z] --- SKIP: TestChrootCopyFileWithTar (0.00s) [2022-05-19T09:58:43.756Z] === RUN TestChrootUntarPath [2022-05-19T09:58:43.756Z] archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-05-19T09:58:43.756Z] --- SKIP: TestChrootUntarPath (0.00s) [2022-05-19T09:58:43.756Z] === RUN TestChrootUntarEmptyArchiveFromSlowReader [2022-05-19T09:58:43.756Z] archive_test.go:356: os.Getuid() != 0: skipping test that requires root [2022-05-19T09:58:43.756Z] --- SKIP: TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2022-05-19T09:58:43.756Z] === RUN TestChrootApplyEmptyArchiveFromSlowReader [2022-05-19T09:58:43.756Z] archive_test.go:373: os.Getuid() != 0: skipping test that requires root [2022-05-19T09:58:43.756Z] --- SKIP: TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2022-05-19T09:58:43.756Z] === RUN TestChrootApplyDotDotFile [2022-05-19T09:58:43.756Z] archive_test.go:390: os.Getuid() != 0: skipping test that requires root [2022-05-19T09:58:43.756Z] --- SKIP: TestChrootApplyDotDotFile (0.01s) [2022-05-19T09:58:43.756Z] PASS [2022-05-19T09:58:43.756Z] coverage: 12.0% of statements [2022-05-19T09:58:43.756Z] ok github.com/docker/docker/pkg/chrootarchive 0.107s coverage: 12.0% of statements [2022-05-19T09:58:44.071Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2022-05-19T09:58:44.225Z] --- PASS: TestNetworkDBCRUDTableEntry (4.18s) [2022-05-19T09:58:44.225Z] === RUN TestNetworkDBCRUDTableEntries [2022-05-19T09:58:44.328Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-05-19T09:58:44.443Z] time="2022-05-19T09:58:44Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49312/Test.Echo: Post \"http://127.0.0.1:49312/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 4s" [2022-05-19T09:58:44.443Z] --- PASS: TestRequest (8.49s) [2022-05-19T09:58:44.443Z] === RUN TestOverlappingRequests [2022-05-19T09:58:44.723Z] === RUN TestStandardLongPath [2022-05-19T09:58:44.723Z] --- PASS: TestStandardLongPath (0.00s) [2022-05-19T09:58:44.723Z] === RUN TestUNCLongPath [2022-05-19T09:58:44.723Z] --- PASS: TestUNCLongPath (0.00s) [2022-05-19T09:58:44.723Z] PASS [2022-05-19T09:58:44.723Z] coverage: 100.0% of statements [2022-05-19T09:58:44.723Z] ok github.com/docker/docker/pkg/longpath 0.043s coverage: 100.0% of statements [2022-05-19T09:58:44.912Z] --- PASS: TestOverlappingRequests (0.43s) [2022-05-19T09:58:44.912Z] === RUN TestRelease [2022-05-19T09:58:45.216Z] === RUN TestEnsureRemoveAllNotExist [2022-05-19T09:58:45.216Z] --- PASS: TestEnsureRemoveAllNotExist (0.00s) [2022-05-19T09:58:45.216Z] === RUN TestEnsureRemoveAllWithDir [2022-05-19T09:58:45.216Z] --- PASS: TestEnsureRemoveAllWithDir (0.00s) [2022-05-19T09:58:45.216Z] === RUN TestEnsureRemoveAllWithFile [2022-05-19T09:58:45.216Z] --- PASS: TestEnsureRemoveAllWithFile (0.00s) [2022-05-19T09:58:45.216Z] PASS [2022-05-19T09:58:45.216Z] coverage: 0.0% of statements [2022-05-19T09:58:45.216Z] ok github.com/docker/docker/pkg/containerfs 0.046s coverage: 0.0% of statements [2022-05-19T09:58:45.687Z] === RUN TestSizeEmpty [2022-05-19T09:58:45.687Z] --- PASS: TestSizeEmpty (0.00s) [2022-05-19T09:58:45.687Z] === RUN TestSizeEmptyFile [2022-05-19T09:58:45.687Z] --- PASS: TestSizeEmptyFile (0.00s) [2022-05-19T09:58:45.687Z] === RUN TestSizeNonemptyFile [2022-05-19T09:58:45.687Z] --- PASS: TestSizeNonemptyFile (0.00s) [2022-05-19T09:58:45.687Z] === RUN TestSizeNestedDirectoryEmpty [2022-05-19T09:58:45.687Z] --- PASS: TestSizeNestedDirectoryEmpty (0.00s) [2022-05-19T09:58:45.687Z] === RUN TestSizeFileAndNestedDirectoryEmpty [2022-05-19T09:58:45.687Z] --- PASS: TestSizeFileAndNestedDirectoryEmpty (0.00s) [2022-05-19T09:58:45.687Z] === RUN TestSizeFileAndNestedDirectoryNonempty [2022-05-19T09:58:45.687Z] --- PASS: TestSizeFileAndNestedDirectoryNonempty (0.00s) [2022-05-19T09:58:45.687Z] === RUN TestMoveToSubdir [2022-05-19T09:58:45.687Z] --- PASS: TestMoveToSubdir (0.00s) [2022-05-19T09:58:45.687Z] === RUN TestSizeNonExistingDirectory [2022-05-19T09:58:45.687Z] --- PASS: TestSizeNonExistingDirectory (0.00s) [2022-05-19T09:58:45.687Z] PASS [2022-05-19T09:58:45.687Z] coverage: 80.0% of statements [2022-05-19T09:58:45.687Z] ok github.com/docker/docker/pkg/directory 0.064s coverage: 80.0% of statements [2022-05-19T09:58:46.170Z] 2022/05/19 09:58:45 Closing DB instances... [2022-05-19T09:58:46.222Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-05-19T09:58:46.287Z] === RUN TestNameFormat [2022-05-19T09:58:46.287Z] --- PASS: TestNameFormat (0.00s) [2022-05-19T09:58:46.287Z] === RUN TestNameRetries [2022-05-19T09:58:46.287Z] --- PASS: TestNameRetries (0.00s) [2022-05-19T09:58:46.287Z] PASS [2022-05-19T09:58:46.287Z] coverage: 85.7% of statements [2022-05-19T09:58:46.287Z] ok github.com/docker/docker/pkg/namesgenerator 0.059s coverage: 85.7% of statements [2022-05-19T09:58:46.481Z] --- PASS: TestRelease (1.61s) [2022-05-19T09:58:46.481Z] === RUN TestAllocateRandomDeallocate [2022-05-19T09:58:46.784Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-05-19T09:58:46.784Z] check_test.go:307: [d88f52c3fb936] daemon is not started [2022-05-19T09:58:46.784Z] === RUN TestDockerDaemonSuite/TestDaemonRestartCleanupNetns [2022-05-19T09:58:47.160Z] === RUN TestPollerAddRemove [2022-05-19T09:58:47.160Z] --- PASS: TestPollerAddRemove (0.00s) [2022-05-19T09:58:47.160Z] === RUN TestPollerEvent [2022-05-19T09:58:47.160Z] poller_test.go:40: No chmod on Windows [2022-05-19T09:58:47.160Z] --- SKIP: TestPollerEvent (0.00s) [2022-05-19T09:58:47.160Z] === RUN TestPollerClose [2022-05-19T09:58:47.160Z] --- PASS: TestPollerClose (0.00s) [2022-05-19T09:58:47.160Z] PASS [2022-05-19T09:58:47.160Z] coverage: 36.2% of statements [2022-05-19T09:58:47.160Z] ok github.com/docker/docker/pkg/filenotify 0.049s coverage: 36.2% of statements [2022-05-19T09:58:47.274Z] --- PASS: TestGetAddress (33.12s) [2022-05-19T09:58:47.274Z] === RUN TestRequestSyntaxCheck [2022-05-19T09:58:47.274Z] --- PASS: TestRequestSyntaxCheck (0.05s) [2022-05-19T09:58:47.274Z] === RUN TestRequest [2022-05-19T09:58:47.274Z] === RUN TestParseKeyValueOpt [2022-05-19T09:58:47.274Z] --- PASS: TestParseKeyValueOpt (0.00s) [2022-05-19T09:58:47.274Z] === RUN TestParseUintList [2022-05-19T09:58:47.274Z] --- PASS: TestParseUintList (0.00s) [2022-05-19T09:58:47.274Z] === RUN TestParseUintListMaximumLimits [2022-05-19T09:58:47.274Z] --- PASS: TestParseUintListMaximumLimits (0.00s) [2022-05-19T09:58:47.274Z] PASS [2022-05-19T09:58:47.274Z] coverage: 97.0% of statements [2022-05-19T09:58:47.274Z] ok github.com/docker/docker/pkg/parsers 0.049s coverage: 97.0% of statements [2022-05-19T09:58:47.389Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2022-05-19T09:58:47.630Z] --- PASS: TestNetworkDBCRUDTableEntries (3.25s) [2022-05-19T09:58:47.630Z] === RUN TestNetworkDBNodeLeave [2022-05-19T09:58:47.715Z] tests/integration/api_volume_test.py ......... [ 74%] [2022-05-19T09:58:48.101Z] --- PASS: TestTarFiles (5.72s) [2022-05-19T09:58:48.101Z] === RUN TestDetectCompressionZstd [2022-05-19T09:58:48.101Z] --- PASS: TestDetectCompressionZstd (0.00s) [2022-05-19T09:58:48.101Z] === RUN TestTarUntar [2022-05-19T09:58:48.101Z] === RUN TestCopyFileWithInvalidSrc [2022-05-19T09:58:48.101Z] --- PASS: TestCopyFileWithInvalidSrc (0.00s) [2022-05-19T09:58:48.101Z] === RUN TestCopyFileWithInvalidDest [2022-05-19T09:58:48.101Z] --- PASS: TestCopyFileWithInvalidDest (0.00s) [2022-05-19T09:58:48.101Z] === RUN TestCopyFileWithSameSrcAndDest [2022-05-19T09:58:48.101Z] --- PASS: TestTarUntar (0.04s) [2022-05-19T09:58:48.101Z] === RUN TestTarWithOptionsChownOptsAlwaysOverridesIdPair [2022-05-19T09:58:48.101Z] --- PASS: TestCopyFileWithSameSrcAndDest (0.00s) [2022-05-19T09:58:48.101Z] === RUN TestCopyFileWithSameSrcAndDestWithPathNameDifferent [2022-05-19T09:58:48.101Z] --- PASS: TestCopyFileWithSameSrcAndDestWithPathNameDifferent (0.00s) [2022-05-19T09:58:48.101Z] === RUN TestCopyFile [2022-05-19T09:58:48.101Z] --- PASS: TestTarWithOptionsChownOptsAlwaysOverridesIdPair (0.01s) [2022-05-19T09:58:48.101Z] === RUN TestTarWithOptions [2022-05-19T09:58:48.101Z] --- PASS: TestCopyFile (0.00s) [2022-05-19T09:58:48.101Z] === RUN TestReadSymlinkedDirectoryExistingDirectory [2022-05-19T09:58:48.101Z] fileutils_test.go:133: Needs porting to Windows [2022-05-19T09:58:48.101Z] --- SKIP: TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2022-05-19T09:58:48.101Z] === RUN TestReadSymlinkedDirectoryNonExistingSymlink [2022-05-19T09:58:48.101Z] --- PASS: TestReadSymlinkedDirectoryNonExistingSymlink (0.00s) [2022-05-19T09:58:48.101Z] === RUN TestReadSymlinkedDirectoryToFile [2022-05-19T09:58:48.101Z] fileutils_test.go:179: Needs porting to Windows [2022-05-19T09:58:48.101Z] --- SKIP: TestReadSymlinkedDirectoryToFile (0.00s) [2022-05-19T09:58:48.101Z] === RUN TestWildcardMatches [2022-05-19T09:58:48.101Z] --- PASS: TestWildcardMatches (0.00s) [2022-05-19T09:58:48.101Z] === RUN TestPatternMatches [2022-05-19T09:58:48.101Z] --- PASS: TestPatternMatches (0.00s) [2022-05-19T09:58:48.101Z] === RUN TestExclusionPatternMatchesPatternBefore [2022-05-19T09:58:48.101Z] --- PASS: TestExclusionPatternMatchesPatternBefore (0.00s) [2022-05-19T09:58:48.101Z] === RUN TestPatternMatchesFolderExclusions [2022-05-19T09:58:48.101Z] --- PASS: TestPatternMatchesFolderExclusions (0.00s) [2022-05-19T09:58:48.101Z] === RUN TestPatternMatchesFolderWithSlashExclusions [2022-05-19T09:58:48.101Z] --- PASS: TestPatternMatchesFolderWithSlashExclusions (0.00s) [2022-05-19T09:58:48.101Z] === RUN TestPatternMatchesFolderWildcardExclusions [2022-05-19T09:58:48.101Z] --- PASS: TestPatternMatchesFolderWildcardExclusions (0.00s) [2022-05-19T09:58:48.101Z] === RUN TestExclusionPatternMatchesPatternAfter [2022-05-19T09:58:48.101Z] --- PASS: TestExclusionPatternMatchesPatternAfter (0.00s) [2022-05-19T09:58:48.101Z] === RUN TestExclusionPatternMatchesWholeDirectory [2022-05-19T09:58:48.101Z] --- PASS: TestExclusionPatternMatchesWholeDirectory (0.00s) [2022-05-19T09:58:48.101Z] === RUN TestSingleExclamationError [2022-05-19T09:58:48.101Z] --- PASS: TestSingleExclamationError (0.00s) [2022-05-19T09:58:48.101Z] === RUN TestMatchesWithNoPatterns [2022-05-19T09:58:48.101Z] --- PASS: TestMatchesWithNoPatterns (0.00s) [2022-05-19T09:58:48.101Z] === RUN TestMatchesWithMalformedPatterns [2022-05-19T09:58:48.101Z] --- PASS: TestMatchesWithMalformedPatterns (0.00s) [2022-05-19T09:58:48.101Z] === RUN TestMatches [2022-05-19T09:58:48.101Z] === RUN TestMatches/MatchesOrParentMatches [2022-05-19T09:58:48.101Z] === RUN TestMatches/MatchesUsingParentResult [2022-05-19T09:58:48.101Z] === RUN TestMatches/MatchesUsingParentResults [2022-05-19T09:58:48.101Z] === RUN TestMatches/MatchesUsingParentResultsNoContext [2022-05-19T09:58:48.101Z] --- PASS: TestMatches (0.01s) [2022-05-19T09:58:48.101Z] --- PASS: TestMatches/MatchesOrParentMatches (0.00s) [2022-05-19T09:58:48.101Z] --- PASS: TestMatches/MatchesUsingParentResult (0.00s) [2022-05-19T09:58:48.101Z] --- PASS: TestMatches/MatchesUsingParentResults (0.00s) [2022-05-19T09:58:48.101Z] --- PASS: TestMatches/MatchesUsingParentResultsNoContext (0.00s) [2022-05-19T09:58:48.101Z] === RUN TestCleanPatterns [2022-05-19T09:58:48.101Z] --- PASS: TestCleanPatterns (0.00s) [2022-05-19T09:58:48.101Z] === RUN TestCleanPatternsStripEmptyPatterns [2022-05-19T09:58:48.101Z] --- PASS: TestCleanPatternsStripEmptyPatterns (0.00s) [2022-05-19T09:58:48.101Z] === RUN TestCleanPatternsExceptionFlag [2022-05-19T09:58:48.101Z] --- PASS: TestCleanPatternsExceptionFlag (0.00s) [2022-05-19T09:58:48.101Z] === RUN TestCleanPatternsLeadingSpaceTrimmed [2022-05-19T09:58:48.101Z] --- PASS: TestCleanPatternsLeadingSpaceTrimmed (0.00s) [2022-05-19T09:58:48.101Z] === RUN TestCleanPatternsTrailingSpaceTrimmed [2022-05-19T09:58:48.101Z] --- PASS: TestCleanPatternsTrailingSpaceTrimmed (0.00s) [2022-05-19T09:58:48.101Z] === RUN TestCleanPatternsErrorSingleException [2022-05-19T09:58:48.101Z] --- PASS: TestCleanPatternsErrorSingleException (0.00s) [2022-05-19T09:58:48.101Z] === RUN TestCreateIfNotExistsDir [2022-05-19T09:58:48.101Z] --- PASS: TestCreateIfNotExistsDir (0.00s) [2022-05-19T09:58:48.101Z] === RUN TestCreateIfNotExistsFile [2022-05-19T09:58:48.101Z] --- PASS: TestCreateIfNotExistsFile (0.01s) [2022-05-19T09:58:48.101Z] === RUN TestMatch [2022-05-19T09:58:48.101Z] --- PASS: TestMatch (0.00s) [2022-05-19T09:58:48.101Z] === RUN TestCompile [2022-05-19T09:58:48.101Z] === RUN TestCompile/slash [2022-05-19T09:58:48.101Z] === RUN TestCompile/backslash [2022-05-19T09:58:48.101Z] --- PASS: TestCompile (0.00s) [2022-05-19T09:58:48.101Z] --- PASS: TestCompile/slash (0.00s) [2022-05-19T09:58:48.101Z] --- PASS: TestCompile/backslash (0.00s) [2022-05-19T09:58:48.101Z] PASS [2022-05-19T09:58:48.101Z] coverage: 84.7% of statements [2022-05-19T09:58:48.101Z] ok github.com/docker/docker/pkg/fileutils 0.093s coverage: 84.7% of statements [2022-05-19T09:58:48.101Z] --- PASS: TestTarWithOptions (0.04s) [2022-05-19T09:58:48.101Z] === RUN TestTypeXGlobalHeaderDoesNotFail [2022-05-19T09:58:48.101Z] --- PASS: TestTypeXGlobalHeaderDoesNotFail (0.00s) [2022-05-19T09:58:48.101Z] === RUN TestUntarUstarGnuConflict [2022-05-19T09:58:48.101Z] --- PASS: TestUntarUstarGnuConflict (0.00s) [2022-05-19T09:58:48.101Z] === RUN TestUntarInvalidFilenames [2022-05-19T09:58:48.101Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidFilenames346067361\\dest" [2022-05-19T09:58:48.101Z] --- PASS: TestUntarInvalidFilenames (0.19s) [2022-05-19T09:58:48.101Z] === RUN TestUntarHardlinkToSymlink [2022-05-19T09:58:48.101Z] --- PASS: TestUntarHardlinkToSymlink (0.01s) [2022-05-19T09:58:48.101Z] === RUN TestUntarInvalidHardlink [2022-05-19T09:58:48.101Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink4290709752\\victim\\hello" -> "../victim/hello" [2022-05-19T09:58:48.101Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink1300823378\\victim\\hello" -> "/../victim/hello" [2022-05-19T09:58:48.101Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink1693471441\\victim" -> "../victim" [2022-05-19T09:58:48.101Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink304539553\\victim" -> "../victim" [2022-05-19T09:58:48.101Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink3530678313\\victim" -> "../victim" [2022-05-19T09:58:48.101Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink2199254997\\victim" -> "../victim" [2022-05-19T09:58:48.101Z] --- PASS: TestUntarInvalidHardlink (0.03s) [2022-05-19T09:58:48.101Z] === RUN TestUntarInvalidSymlink [2022-05-19T09:58:48.101Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink1023494635\\dest\\dotdot" -> "../victim/hello" [2022-05-19T09:58:48.101Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink3295307972\\dest\\slash-dotdot" -> "/../victim/hello" [2022-05-19T09:58:48.101Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink3306972926\\dest\\loophole-victim" -> "../victim" [2022-05-19T09:58:48.101Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink1319538390\\dest\\loophole-victim" -> "../victim" [2022-05-19T09:58:48.263Z] === RUN Test_windowsOSRelease_String [2022-05-19T09:58:48.263Z] === RUN Test_windowsOSRelease_String/Flavor=client/DisplayVersion=yes/UBR=yes [2022-05-19T09:58:48.263Z] === RUN Test_windowsOSRelease_String/Flavor=client/DisplayVersion=yes/UBR=no [2022-05-19T09:58:48.263Z] === RUN Test_windowsOSRelease_String/Flavor=client/DisplayVersion=no/UBR=yes [2022-05-19T09:58:48.263Z] === RUN Test_windowsOSRelease_String/Flavor=client/DisplayVersion=no/UBR=no [2022-05-19T09:58:48.263Z] === RUN Test_windowsOSRelease_String/Flavor=server/DisplayVersion=yes/UBR=yes [2022-05-19T09:58:48.263Z] === RUN Test_windowsOSRelease_String/Flavor=server/DisplayVersion=yes/UBR=no [2022-05-19T09:58:48.263Z] === RUN Test_windowsOSRelease_String/Flavor=server/DisplayVersion=no/UBR=yes [2022-05-19T09:58:48.263Z] === RUN Test_windowsOSRelease_String/Flavor=server/DisplayVersion=no/UBR=no [2022-05-19T09:58:48.263Z] --- PASS: Test_windowsOSRelease_String (0.00s) [2022-05-19T09:58:48.263Z] --- PASS: Test_windowsOSRelease_String/Flavor=client/DisplayVersion=yes/UBR=yes (0.00s) [2022-05-19T09:58:48.263Z] --- PASS: Test_windowsOSRelease_String/Flavor=client/DisplayVersion=yes/UBR=no (0.00s) [2022-05-19T09:58:48.263Z] --- PASS: Test_windowsOSRelease_String/Flavor=client/DisplayVersion=no/UBR=yes (0.00s) [2022-05-19T09:58:48.263Z] --- PASS: Test_windowsOSRelease_String/Flavor=client/DisplayVersion=no/UBR=no (0.00s) [2022-05-19T09:58:48.263Z] --- PASS: Test_windowsOSRelease_String/Flavor=server/DisplayVersion=yes/UBR=yes (0.00s) [2022-05-19T09:58:48.263Z] --- PASS: Test_windowsOSRelease_String/Flavor=server/DisplayVersion=yes/UBR=no (0.00s) [2022-05-19T09:58:48.263Z] --- PASS: Test_windowsOSRelease_String/Flavor=server/DisplayVersion=no/UBR=yes (0.00s) [2022-05-19T09:58:48.263Z] --- PASS: Test_windowsOSRelease_String/Flavor=server/DisplayVersion=no/UBR=no (0.00s) [2022-05-19T09:58:48.263Z] PASS [2022-05-19T09:58:48.263Z] coverage: 36.4% of statements [2022-05-19T09:58:48.263Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.043s coverage: 36.4% of statements [2022-05-19T09:58:48.575Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink3618923197\\dest\\loophole-victim" -> "../victim" [2022-05-19T09:58:48.575Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink2842138448\\dest\\loophole-victim" -> "../victim" [2022-05-19T09:58:48.575Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink3023491284\\dest\\dir\\loophole" -> "../../victim" [2022-05-19T09:58:48.575Z] --- PASS: TestUntarInvalidSymlink (0.05s) [2022-05-19T09:58:48.575Z] === RUN TestTempArchiveCloseMultipleTimes [2022-05-19T09:58:48.575Z] --- PASS: TestTempArchiveCloseMultipleTimes (0.00s) [2022-05-19T09:58:48.575Z] === RUN TestXGlobalNoParent [2022-05-19T09:58:48.575Z] --- PASS: TestXGlobalNoParent (0.00s) [2022-05-19T09:58:48.575Z] === RUN TestReplaceFileTarWrapper [2022-05-19T09:58:48.575Z] --- PASS: TestReplaceFileTarWrapper (0.19s) [2022-05-19T09:58:48.575Z] === RUN TestPrefixHeaderReadable [2022-05-19T09:58:48.575Z] --- PASS: TestPrefixHeaderReadable (0.03s) [2022-05-19T09:58:48.575Z] === RUN TestDisablePigz [2022-05-19T09:58:48.575Z] archive_test.go:1372: Test will not check full path when Pigz not installed [2022-05-19T09:58:48.575Z] --- PASS: TestDisablePigz (0.13s) [2022-05-19T09:58:48.575Z] === RUN TestPigz [2022-05-19T09:58:48.575Z] === RUN TestGet [2022-05-19T09:58:48.575Z] --- PASS: TestGet (0.00s) [2022-05-19T09:58:48.575Z] === RUN TestGetShortcutString [2022-05-19T09:58:48.575Z] --- PASS: TestGetShortcutString (0.00s) [2022-05-19T09:58:48.575Z] PASS [2022-05-19T09:58:48.575Z] coverage: 42.9% of statements [2022-05-19T09:58:48.575Z] ok github.com/docker/docker/pkg/homedir 0.041s coverage: 42.9% of statements [2022-05-19T09:58:48.695Z] === RUN TestParseEmptyInterface [2022-05-19T09:58:48.695Z] --- PASS: TestParseEmptyInterface (0.00s) [2022-05-19T09:58:48.695Z] === RUN TestParseNonInterfaceType [2022-05-19T09:58:48.695Z] --- PASS: TestParseNonInterfaceType (0.00s) [2022-05-19T09:58:48.695Z] === RUN TestParseWithOneFunction [2022-05-19T09:58:48.695Z] --- PASS: TestParseWithOneFunction (0.00s) [2022-05-19T09:58:48.695Z] === RUN TestParseWithMultipleFuncs [2022-05-19T09:58:48.695Z] --- PASS: TestParseWithMultipleFuncs (0.00s) [2022-05-19T09:58:48.695Z] === RUN TestParseWithUnnamedReturn [2022-05-19T09:58:48.695Z] --- PASS: TestParseWithUnnamedReturn (0.00s) [2022-05-19T09:58:48.695Z] === RUN TestEmbeddedInterface [2022-05-19T09:58:48.695Z] --- PASS: TestEmbeddedInterface (0.00s) [2022-05-19T09:58:48.695Z] === RUN TestParsedImports [2022-05-19T09:58:48.695Z] --- PASS: TestParsedImports (0.00s) [2022-05-19T09:58:48.695Z] === RUN TestAliasedImports [2022-05-19T09:58:48.695Z] --- PASS: TestAliasedImports (0.00s) [2022-05-19T09:58:48.695Z] PASS [2022-05-19T09:58:48.695Z] coverage: 56.8% of statements [2022-05-19T09:58:48.695Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.058s coverage: 56.8% of statements [2022-05-19T09:58:49.046Z] archive_test.go:1400: Tested whether Pigz is not used, as it not installed [2022-05-19T09:58:49.046Z] --- PASS: TestPigz (0.16s) [2022-05-19T09:58:49.046Z] === RUN TestNosysFileInfo [2022-05-19T09:58:49.046Z] --- PASS: TestNosysFileInfo (0.00s) [2022-05-19T09:58:49.046Z] === RUN TestCopyFileWithInvalidDest [2022-05-19T09:58:49.046Z] archive_windows_test.go:16: Currently fails [2022-05-19T09:58:49.046Z] --- SKIP: TestCopyFileWithInvalidDest (0.00s) [2022-05-19T09:58:49.046Z] === RUN TestCanonicalTarNameForPath [2022-05-19T09:58:49.046Z] --- PASS: TestCanonicalTarNameForPath (0.00s) [2022-05-19T09:58:49.046Z] === RUN TestCanonicalTarName [2022-05-19T09:58:49.046Z] --- PASS: TestCanonicalTarName (0.00s) [2022-05-19T09:58:49.046Z] === RUN TestChmodTarEntry [2022-05-19T09:58:49.046Z] --- PASS: TestChmodTarEntry (0.00s) [2022-05-19T09:58:49.046Z] === RUN TestHardLinkOrder [2022-05-19T09:58:49.046Z] --- PASS: TestHardLinkOrder (0.09s) [2022-05-19T09:58:49.046Z] === RUN TestChangeString [2022-05-19T09:58:49.046Z] --- PASS: TestChangeString (0.00s) [2022-05-19T09:58:49.046Z] === RUN TestChangesWithNoChanges [2022-05-19T09:58:49.046Z] --- PASS: TestChangesWithNoChanges (0.03s) [2022-05-19T09:58:49.046Z] === RUN TestChangesWithChanges [2022-05-19T09:58:49.046Z] --- PASS: TestChangesWithChanges (0.03s) [2022-05-19T09:58:49.046Z] === RUN TestChangesWithChangesGH13590 [2022-05-19T09:58:49.046Z] changes_test.go:196: needs more investigation [2022-05-19T09:58:49.046Z] --- SKIP: TestChangesWithChangesGH13590 (0.00s) [2022-05-19T09:58:49.046Z] === RUN TestChangesDirsEmpty [2022-05-19T09:58:49.046Z] --- PASS: TestChangesDirsEmpty (0.16s) [2022-05-19T09:58:49.046Z] === RUN TestChangesDirsMutated [2022-05-19T09:58:49.163Z] time="2022-05-19T09:58:48Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49312/Test.Echo: Post \"http://127.0.0.1:49312/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 8s" [2022-05-19T09:58:49.250Z] === RUN TestNewAndRemove [2022-05-19T09:58:49.250Z] --- PASS: TestNewAndRemove (0.00s) [2022-05-19T09:58:49.250Z] === RUN TestRemoveInvalidPath [2022-05-19T09:58:49.250Z] --- PASS: TestRemoveInvalidPath (0.00s) [2022-05-19T09:58:49.250Z] PASS [2022-05-19T09:58:49.250Z] coverage: 82.6% of statements [2022-05-19T09:58:49.250Z] ok github.com/docker/docker/pkg/pidfile 0.045s coverage: 82.6% of statements [2022-05-19T09:58:49.282Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-05-19T09:58:49.282Z] === RUN TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart [2022-05-19T09:58:49.517Z] --- PASS: TestChangesDirsMutated (0.16s) [2022-05-19T09:58:49.517Z] === RUN TestApplyLayer [2022-05-19T09:58:49.517Z] changes_test.go:433: needs further investigation [2022-05-19T09:58:49.517Z] --- SKIP: TestApplyLayer (0.00s) [2022-05-19T09:58:49.517Z] === RUN TestChangesSizeWithHardlinks [2022-05-19T09:58:49.517Z] changes_test.go:469: needs further investigation [2022-05-19T09:58:49.517Z] --- SKIP: TestChangesSizeWithHardlinks (0.00s) [2022-05-19T09:58:49.517Z] === RUN TestChangesSizeWithNoChanges [2022-05-19T09:58:49.517Z] --- PASS: TestChangesSizeWithNoChanges (0.00s) [2022-05-19T09:58:49.517Z] === RUN TestChangesSizeWithOnlyDeleteChanges [2022-05-19T09:58:49.517Z] --- PASS: TestChangesSizeWithOnlyDeleteChanges (0.00s) [2022-05-19T09:58:49.517Z] === RUN TestChangesSize [2022-05-19T09:58:49.517Z] --- PASS: TestChangesSize (0.00s) [2022-05-19T09:58:49.517Z] === RUN TestApplyLayerInvalidFilenames [2022-05-19T09:58:49.517Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidFilenames2287386701\\dest" [2022-05-19T09:58:49.517Z] --- PASS: TestApplyLayerInvalidFilenames (0.02s) [2022-05-19T09:58:49.517Z] === RUN TestApplyLayerInvalidHardlink [2022-05-19T09:58:49.517Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink3401008546\\victim\\hello" -> "../victim/hello" [2022-05-19T09:58:49.517Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink2802739826\\victim\\hello" -> "/../victim/hello" [2022-05-19T09:58:49.517Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink3215914605\\victim" -> "../victim" [2022-05-19T09:58:49.517Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink3875326598\\victim" -> "../victim" [2022-05-19T09:58:49.517Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink3895227928\\victim" -> "../victim" [2022-05-19T09:58:49.517Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink1289075752\\victim" -> "../victim" [2022-05-19T09:58:49.517Z] --- PASS: TestApplyLayerInvalidHardlink (0.04s) [2022-05-19T09:58:49.517Z] === RUN TestApplyLayerInvalidSymlink [2022-05-19T09:58:49.517Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink898600755\\dest\\dotdot" -> "../victim/hello" [2022-05-19T09:58:49.517Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink522059415\\dest\\slash-dotdot" -> "/../victim/hello" [2022-05-19T09:58:49.517Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink2961833377\\dest\\loophole-victim" -> "../victim" [2022-05-19T09:58:49.517Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink259231016\\dest\\loophole-victim" -> "../victim" [2022-05-19T09:58:49.517Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink415181873\\dest\\loophole-victim" -> "../victim" [2022-05-19T09:58:49.517Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink4214617171\\dest\\loophole-victim" -> "../victim" [2022-05-19T09:58:49.517Z] --- PASS: TestApplyLayerInvalidSymlink (0.04s) [2022-05-19T09:58:49.517Z] === RUN TestApplyLayerWhiteouts [2022-05-19T09:58:49.517Z] --- PASS: TestApplyLayerWhiteouts (0.07s) [2022-05-19T09:58:49.517Z] === RUN TestGenerateEmptyFile [2022-05-19T09:58:49.517Z] --- PASS: TestGenerateEmptyFile (0.00s) [2022-05-19T09:58:49.517Z] === RUN TestGenerateWithContent [2022-05-19T09:58:49.517Z] --- PASS: TestGenerateWithContent (0.00s) [2022-05-19T09:58:49.517Z] PASS [2022-05-19T09:58:49.517Z] coverage: 62.9% of statements [2022-05-19T09:58:49.517Z] ok github.com/docker/docker/pkg/archive 8.485s coverage: 62.9% of statements [2022-05-19T09:58:49.631Z] === RUN TestHTTPTransport [2022-05-19T09:58:49.632Z] --- PASS: TestHTTPTransport (0.00s) [2022-05-19T09:58:49.632Z] PASS [2022-05-19T09:58:49.632Z] coverage: 85.7% of statements [2022-05-19T09:58:49.632Z] ok github.com/docker/docker/pkg/plugins/transport 0.045s coverage: 85.7% of statements [2022-05-19T09:58:49.988Z] === RUN TestCreateIDMapOrder [2022-05-19T09:58:49.988Z] --- PASS: TestCreateIDMapOrder (0.00s) [2022-05-19T09:58:49.988Z] PASS [2022-05-19T09:58:49.988Z] coverage: 7.2% of statements [2022-05-19T09:58:49.988Z] ok github.com/docker/docker/pkg/idtools 0.055s coverage: 7.2% of statements [2022-05-19T09:58:50.260Z] tests/integration/client_test.py ..... [ 75%] [2022-05-19T09:58:50.260Z] tests/integration/context_api_test.py ... [ 76%] [2022-05-19T09:58:50.260Z] tests/integration/errors_test.py . [ 76%] [2022-05-19T09:58:50.352Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2022-05-19T09:58:50.459Z] time="2022-05-19T09:58:50Z" level=error msg="node1(2bc4e7e75245) Could not close DB: timeout waiting for leave broadcast" [2022-05-19T09:58:50.459Z] --- PASS: TestNetworkDBNodeLeave (2.87s) [2022-05-19T09:58:50.459Z] === RUN TestNetworkDBWatch [2022-05-19T09:58:50.618Z] === RUN TestBufioReaderPoolGetWithNoReaderShouldCreateOne [2022-05-19T09:58:50.618Z] --- PASS: TestBufioReaderPoolGetWithNoReaderShouldCreateOne (0.00s) [2022-05-19T09:58:50.618Z] === RUN TestBufioReaderPoolPutAndGet [2022-05-19T09:58:50.618Z] --- PASS: TestBufioReaderPoolPutAndGet (0.00s) [2022-05-19T09:58:50.618Z] === RUN TestNewReadCloserWrapperWithAReadCloser [2022-05-19T09:58:50.618Z] --- PASS: TestNewReadCloserWrapperWithAReadCloser (0.00s) [2022-05-19T09:58:50.618Z] === RUN TestBufioWriterPoolGetWithNoReaderShouldCreateOne [2022-05-19T09:58:50.618Z] --- PASS: TestBufioWriterPoolGetWithNoReaderShouldCreateOne (0.00s) [2022-05-19T09:58:50.618Z] === RUN TestBufioWriterPoolPutAndGet [2022-05-19T09:58:50.618Z] --- PASS: TestBufioWriterPoolPutAndGet (0.00s) [2022-05-19T09:58:50.618Z] === RUN TestNewWriteCloserWrapperWithAWriteCloser [2022-05-19T09:58:50.618Z] --- PASS: TestNewWriteCloserWrapperWithAWriteCloser (0.00s) [2022-05-19T09:58:50.618Z] === RUN TestBufferPoolPutAndGet [2022-05-19T09:58:50.618Z] --- PASS: TestBufferPoolPutAndGet (0.00s) [2022-05-19T09:58:50.618Z] PASS [2022-05-19T09:58:50.618Z] coverage: 88.2% of statements [2022-05-19T09:58:50.618Z] ok github.com/docker/docker/pkg/pools 0.039s coverage: 88.2% of statements [2022-05-19T09:58:50.651Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-05-19T09:58:50.814Z] === RUN TestFailedConnection [2022-05-19T09:58:50.930Z] === RUN TestFixedBufferCap [2022-05-19T09:58:50.930Z] --- PASS: TestFixedBufferCap (0.00s) [2022-05-19T09:58:50.930Z] === RUN TestFixedBufferLen [2022-05-19T09:58:50.930Z] --- PASS: TestFixedBufferLen (0.00s) [2022-05-19T09:58:50.930Z] === RUN TestFixedBufferString [2022-05-19T09:58:50.930Z] --- PASS: TestFixedBufferString (0.00s) [2022-05-19T09:58:50.930Z] === RUN TestFixedBufferWrite [2022-05-19T09:58:50.930Z] --- PASS: TestFixedBufferWrite (0.00s) [2022-05-19T09:58:50.930Z] === RUN TestFixedBufferRead [2022-05-19T09:58:50.930Z] --- PASS: TestFixedBufferRead (0.00s) [2022-05-19T09:58:50.930Z] === RUN TestBytesPipeRead [2022-05-19T09:58:50.930Z] --- PASS: TestBytesPipeRead (0.00s) [2022-05-19T09:58:50.930Z] === RUN TestBytesPipeWrite [2022-05-19T09:58:50.930Z] --- PASS: TestBytesPipeWrite (0.00s) [2022-05-19T09:58:50.930Z] === RUN TestBytesPipeWriteRandomChunks [2022-05-19T09:58:51.086Z] === RUN TestOutputOnPrematureClose [2022-05-19T09:58:51.086Z] --- PASS: TestOutputOnPrematureClose (0.00s) [2022-05-19T09:58:51.086Z] === RUN TestCompleteSilently [2022-05-19T09:58:51.086Z] --- PASS: TestCompleteSilently (0.00s) [2022-05-19T09:58:51.086Z] PASS [2022-05-19T09:58:51.086Z] coverage: 75.9% of statements [2022-05-19T09:58:51.086Z] ok github.com/docker/docker/pkg/progress 0.036s coverage: 75.9% of statements [2022-05-19T09:58:51.086Z] --- PASS: TestAllocateRandomDeallocate (4.52s) [2022-05-19T09:58:51.086Z] === RUN TestRetrieveFromStore [2022-05-19T09:58:51.400Z] --- PASS: TestBytesPipeWriteRandomChunks (0.49s) [2022-05-19T09:58:51.400Z] === RUN TestAtomicWriteToFile [2022-05-19T09:58:51.400Z] --- PASS: TestAtomicWriteToFile (0.01s) [2022-05-19T09:58:51.400Z] === RUN TestAtomicWriteSetCommit [2022-05-19T09:58:51.400Z] --- PASS: TestAtomicWriteSetCommit (0.01s) [2022-05-19T09:58:51.400Z] === RUN TestAtomicWriteSetCancel [2022-05-19T09:58:51.400Z] --- PASS: TestAtomicWriteSetCancel (0.01s) [2022-05-19T09:58:51.400Z] === RUN TestReadCloserWrapperClose [2022-05-19T09:58:51.400Z] --- PASS: TestReadCloserWrapperClose (0.00s) [2022-05-19T09:58:51.400Z] === RUN TestReaderErrWrapperReadOnError [2022-05-19T09:58:51.400Z] --- PASS: TestReaderErrWrapperReadOnError (0.00s) [2022-05-19T09:58:51.400Z] === RUN TestReaderErrWrapperRead [2022-05-19T09:58:51.400Z] --- PASS: TestReaderErrWrapperRead (0.00s) [2022-05-19T09:58:51.400Z] === RUN TestCancelReadCloser [2022-05-19T09:58:51.555Z] === RUN TestSendToOneSub [2022-05-19T09:58:51.555Z] --- PASS: TestSendToOneSub (0.00s) [2022-05-19T09:58:51.555Z] === RUN TestSendToMultipleSubs [2022-05-19T09:58:51.555Z] --- PASS: TestSendToMultipleSubs (0.00s) [2022-05-19T09:58:51.555Z] === RUN TestEvictOneSub [2022-05-19T09:58:51.555Z] --- PASS: TestEvictOneSub (0.00s) [2022-05-19T09:58:51.555Z] === RUN TestClosePublisher [2022-05-19T09:58:51.555Z] --- PASS: TestClosePublisher (0.00s) [2022-05-19T09:58:51.555Z] === RUN TestPubSubRace [2022-05-19T09:58:51.871Z] --- PASS: TestCancelReadCloser (0.10s) [2022-05-19T09:58:51.871Z] === RUN TestWriteCloserWrapperClose [2022-05-19T09:58:51.871Z] --- PASS: TestWriteCloserWrapperClose (0.00s) [2022-05-19T09:58:51.871Z] === RUN TestNopWriteCloser [2022-05-19T09:58:51.871Z] --- PASS: TestNopWriteCloser (0.00s) [2022-05-19T09:58:51.871Z] === RUN TestNopWriter [2022-05-19T09:58:51.871Z] --- PASS: TestNopWriter (0.00s) [2022-05-19T09:58:51.871Z] === RUN TestWriteCounter [2022-05-19T09:58:51.871Z] --- PASS: TestWriteCounter (0.00s) [2022-05-19T09:58:51.871Z] PASS [2022-05-19T09:58:51.871Z] coverage: 69.2% of statements [2022-05-19T09:58:51.871Z] ok github.com/docker/docker/pkg/ioutils 0.655s coverage: 69.2% of statements [2022-05-19T09:58:51.871Z] 2022/05/19 09:58:51 Closing DB instances... [2022-05-19T09:58:52.023Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-05-19T09:58:52.543Z] --- PASS: TestRetrieveFromStore (1.46s) [2022-05-19T09:58:52.543Z] === RUN TestRequestReleaseAddressDuplicate [2022-05-19T09:58:52.543Z] --- PASS: TestRequestReleaseAddressDuplicate (0.01s) [2022-05-19T09:58:52.543Z] === RUN TestParallelPredefinedRequest1 [2022-05-19T09:58:52.543Z] === PAUSE TestParallelPredefinedRequest1 [2022-05-19T09:58:52.543Z] === RUN TestParallelPredefinedRequest2 [2022-05-19T09:58:52.543Z] === PAUSE TestParallelPredefinedRequest2 [2022-05-19T09:58:52.543Z] === RUN TestParallelPredefinedRequest3 [2022-05-19T09:58:52.543Z] === PAUSE TestParallelPredefinedRequest3 [2022-05-19T09:58:52.543Z] === RUN TestParallelPredefinedRequest4 [2022-05-19T09:58:52.543Z] === PAUSE TestParallelPredefinedRequest4 [2022-05-19T09:58:52.543Z] === RUN TestParallelPredefinedRequest5 [2022-05-19T09:58:52.543Z] === PAUSE TestParallelPredefinedRequest5 [2022-05-19T09:58:52.543Z] === RUN TestDebug [2022-05-19T09:58:52.543Z] --- PASS: TestDebug (0.00s) [2022-05-19T09:58:52.543Z] === RUN TestRequestPoolParallel [2022-05-19T09:58:52.860Z] === RUN TestError [2022-05-19T09:58:52.860Z] --- PASS: TestError (0.00s) [2022-05-19T09:58:52.860Z] === RUN TestProgressString [2022-05-19T09:58:52.860Z] === RUN TestProgressString/no_progress [2022-05-19T09:58:52.860Z] === RUN TestProgressString/progress_1 [2022-05-19T09:58:52.860Z] === RUN TestProgressString/some_progress_with_a_start_time [2022-05-19T09:58:52.860Z] === RUN TestProgressString/some_progress_without_a_start_time [2022-05-19T09:58:52.860Z] === RUN TestProgressString/current_more_than_total_is_not_negative_gh#7136 [2022-05-19T09:58:52.860Z] === RUN TestProgressString/with_units [2022-05-19T09:58:52.860Z] === RUN TestProgressString/current_more_than_total_with_units_is_not_negative_ [2022-05-19T09:58:52.860Z] === RUN TestProgressString/hide_counts [2022-05-19T09:58:52.860Z] --- PASS: TestProgressString (0.00s) [2022-05-19T09:58:52.860Z] --- PASS: TestProgressString/no_progress (0.00s) [2022-05-19T09:58:52.860Z] --- PASS: TestProgressString/progress_1 (0.00s) [2022-05-19T09:58:52.860Z] --- PASS: TestProgressString/some_progress_with_a_start_time (0.00s) [2022-05-19T09:58:52.860Z] --- PASS: TestProgressString/some_progress_without_a_start_time (0.00s) [2022-05-19T09:58:52.860Z] --- PASS: TestProgressString/current_more_than_total_is_not_negative_gh#7136 (0.00s) [2022-05-19T09:58:52.860Z] --- PASS: TestProgressString/with_units (0.00s) [2022-05-19T09:58:52.860Z] --- PASS: TestProgressString/current_more_than_total_with_units_is_not_negative_ (0.00s) [2022-05-19T09:58:52.860Z] --- PASS: TestProgressString/hide_counts (0.00s) [2022-05-19T09:58:52.860Z] === RUN TestJSONMessageDisplay [2022-05-19T09:58:52.860Z] --- PASS: TestJSONMessageDisplay (0.19s) [2022-05-19T09:58:52.860Z] === RUN TestJSONMessageDisplayWithJSONError [2022-05-19T09:58:52.860Z] --- PASS: TestJSONMessageDisplayWithJSONError (0.00s) [2022-05-19T09:58:52.860Z] === RUN TestDisplayJSONMessagesStreamInvalidJSON [2022-05-19T09:58:52.860Z] --- PASS: TestDisplayJSONMessagesStreamInvalidJSON (0.00s) [2022-05-19T09:58:52.860Z] === RUN TestDisplayJSONMessagesStream [2022-05-19T09:58:52.860Z] --- PASS: TestDisplayJSONMessagesStream (0.00s) [2022-05-19T09:58:52.860Z] PASS [2022-05-19T09:58:52.860Z] coverage: 91.7% of statements [2022-05-19T09:58:52.860Z] ok github.com/docker/docker/pkg/jsonmessage 0.249s coverage: 91.7% of statements [2022-05-19T09:58:53.011Z] --- PASS: TestPubSubRace (1.07s) [2022-05-19T09:58:53.011Z] PASS [2022-05-19T09:58:53.011Z] coverage: 75.0% of statements [2022-05-19T09:58:53.011Z] ok github.com/docker/docker/pkg/pubsub 1.107s coverage: 75.0% of statements [2022-05-19T09:58:53.011Z] --- PASS: TestRequestPoolParallel (0.48s) [2022-05-19T09:58:53.011Z] === RUN TestFullAllocateRelease [2022-05-19T09:58:53.027Z] --- PASS: TestFailedConnection (2.09s) [2022-05-19T09:58:53.027Z] === RUN TestFailOnce [2022-05-19T09:58:53.335Z] --- PASS: TestNetworkDBWatch (3.10s) [2022-05-19T09:58:53.335Z] === RUN TestNetworkDBBulkSync [2022-05-19T09:58:53.335Z] === RUN TestStandardLongPath [2022-05-19T09:58:53.335Z] --- PASS: TestStandardLongPath (0.00s) [2022-05-19T09:58:53.335Z] === RUN TestUNCLongPath [2022-05-19T09:58:53.335Z] --- PASS: TestUNCLongPath (0.00s) [2022-05-19T09:58:53.335Z] PASS [2022-05-19T09:58:53.335Z] coverage: 100.0% of statements [2022-05-19T09:58:53.335Z] ok github.com/docker/docker/pkg/longpath 0.045s coverage: 100.0% of statements [2022-05-19T09:58:53.479Z] === RUN TestRegister [2022-05-19T09:58:53.479Z] --- PASS: TestRegister (0.00s) [2022-05-19T09:58:53.479Z] === RUN TestCommand [2022-05-19T09:58:53.479Z] --- PASS: TestCommand (0.04s) [2022-05-19T09:58:53.479Z] === RUN TestNaiveSelf [2022-05-19T09:58:53.479Z] --- PASS: TestFullAllocateRelease (0.57s) [2022-05-19T09:58:53.479Z] === RUN TestOddAllocateRelease [2022-05-19T09:58:53.494Z] 2022/05/19 09:58:52 http: panic serving 127.0.0.1:49309: Plugin not ready [2022-05-19T09:58:53.494Z] goroutine 39 [running]: [2022-05-19T09:58:53.494Z] net/http.(*conn).serve.func1() [2022-05-19T09:58:53.494Z] c:/go/src/net/http/server.go:1825 +0xbf [2022-05-19T09:58:53.494Z] panic({0x8036e0, 0x94d090}) [2022-05-19T09:58:53.494Z] c:/go/src/runtime/panic.go:844 +0x258 [2022-05-19T09:58:53.494Z] github.com/docker/docker/pkg/plugins.TestFailOnce.func1({0x6d0000000000003b?, 0xffffffffffffffff?}, 0x6def3cc341f4c4a4?) [2022-05-19T09:58:53.494Z] C:/gopath/src/github.com/docker/docker/pkg/plugins/client_test.go:54 +0x3d [2022-05-19T09:58:53.494Z] net/http.HandlerFunc.ServeHTTP(0x0?, {0x952898?, 0xc00029a000?}, 0xc000245a78?) [2022-05-19T09:58:53.494Z] c:/go/src/net/http/server.go:2084 +0x2f [2022-05-19T09:58:53.494Z] net/http.(*ServeMux).ServeHTTP(0x0?, {0x952898, 0xc00029a000}, 0xc000236200) [2022-05-19T09:58:53.494Z] c:/go/src/net/http/server.go:2462 +0x149 [2022-05-19T09:58:53.494Z] net/http.serverHandler.ServeHTTP({0x950eb8?}, {0x952898, 0xc00029a000}, 0xc000236200) [2022-05-19T09:58:53.494Z] c:/go/src/net/http/server.go:2916 +0x43b [2022-05-19T09:58:53.494Z] net/http.(*conn).serve(0xc00023e000, {0x952d98, 0xc0000960c0}) [2022-05-19T09:58:53.494Z] c:/go/src/net/http/server.go:1966 +0x5d7 [2022-05-19T09:58:53.494Z] created by net/http.(*Server).Serve [2022-05-19T09:58:53.494Z] c:/go/src/net/http/server.go:3071 +0x4db [2022-05-19T09:58:53.494Z] time="2022-05-19T09:58:53Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49308/Test.FailOnce: Post \"http://127.0.0.1:49308/Test.FailOnce\": EOF, retrying in 1s" [2022-05-19T09:58:53.948Z] --- PASS: TestNaiveSelf (0.04s) [2022-05-19T09:58:53.948Z] PASS [2022-05-19T09:58:53.948Z] coverage: 82.4% of statements [2022-05-19T09:58:53.948Z] ok github.com/docker/docker/pkg/reexec 0.122s coverage: 82.4% of statements [2022-05-19T09:58:53.948Z] --- PASS: TestOddAllocateRelease (0.33s) [2022-05-19T09:58:53.948Z] === RUN TestFullAllocateSerialReleaseParallel [2022-05-19T09:58:53.948Z] --- PASS: TestFullAllocateSerialReleaseParallel (0.08s) [2022-05-19T09:58:53.948Z] === RUN TestOddAllocateSerialReleaseParallel [2022-05-19T09:58:53.948Z] --- PASS: TestOddAllocateSerialReleaseParallel (0.06s) [2022-05-19T09:58:53.948Z] === RUN TestEvenAllocateSerialReleaseParallel [2022-05-19T09:58:54.335Z] === RUN TestNameFormat [2022-05-19T09:58:54.335Z] --- PASS: TestNameFormat (0.00s) [2022-05-19T09:58:54.335Z] === RUN TestNameRetries [2022-05-19T09:58:54.335Z] --- PASS: TestNameRetries (0.00s) [2022-05-19T09:58:54.335Z] PASS [2022-05-19T09:58:54.335Z] coverage: 85.7% of statements [2022-05-19T09:58:54.335Z] ok github.com/docker/docker/pkg/namesgenerator 0.047s coverage: 85.7% of statements [2022-05-19T09:58:54.417Z] --- PASS: TestEvenAllocateSerialReleaseParallel (0.06s) [2022-05-19T09:58:54.417Z] === CONT TestParallelPredefinedRequest1 [2022-05-19T09:58:54.417Z] === CONT TestParallelPredefinedRequest4 [2022-05-19T09:58:54.417Z] === CONT TestParallelPredefinedRequest3 [2022-05-19T09:58:54.417Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-19T09:58:54.417Z] === CONT TestParallelPredefinedRequest2 [2022-05-19T09:58:54.417Z] === CONT TestParallelPredefinedRequest4 [2022-05-19T09:58:54.417Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-19T09:58:54.417Z] === CONT TestParallelPredefinedRequest2 [2022-05-19T09:58:54.417Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-19T09:58:54.417Z] === CONT TestParallelPredefinedRequest1 [2022-05-19T09:58:54.417Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-19T09:58:54.417Z] === CONT TestParallelPredefinedRequest5 [2022-05-19T09:58:54.417Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-19T09:58:54.417Z] --- SKIP: TestParallelPredefinedRequest3 (0.00s) [2022-05-19T09:58:54.417Z] --- SKIP: TestParallelPredefinedRequest1 (0.00s) [2022-05-19T09:58:54.417Z] --- SKIP: TestParallelPredefinedRequest5 (0.00s) [2022-05-19T09:58:54.417Z] --- SKIP: TestParallelPredefinedRequest4 (0.00s) [2022-05-19T09:58:54.417Z] --- SKIP: TestParallelPredefinedRequest2 (0.00s) [2022-05-19T09:58:54.417Z] PASS [2022-05-19T09:58:54.417Z] coverage: 85.3% of statements [2022-05-19T09:58:54.417Z] ok github.com/docker/docker/libnetwork/ipam 61.650s coverage: 85.3% of statements [2022-05-19T09:58:54.479Z] --- PASS: TestFailOnce (1.18s) [2022-05-19T09:58:54.479Z] === RUN TestEchoInputOutput [2022-05-19T09:58:54.479Z] --- PASS: TestEchoInputOutput (0.00s) [2022-05-19T09:58:54.479Z] === RUN TestBackoff [2022-05-19T09:58:54.479Z] --- PASS: TestBackoff (0.00s) [2022-05-19T09:58:54.479Z] === RUN TestAbortRetry [2022-05-19T09:58:54.479Z] --- PASS: TestAbortRetry (0.00s) [2022-05-19T09:58:54.479Z] === RUN TestClientScheme [2022-05-19T09:58:54.479Z] --- PASS: TestClientScheme (0.00s) [2022-05-19T09:58:54.479Z] === RUN TestNewClientWithTimeout [2022-05-19T09:58:54.805Z] 2022/05/19 09:58:54 Closing DB instances... [2022-05-19T09:58:54.805Z] === RUN TestParseKeyValueOpt [2022-05-19T09:58:54.805Z] --- PASS: TestParseKeyValueOpt (0.00s) [2022-05-19T09:58:54.805Z] === RUN TestParseUintList [2022-05-19T09:58:54.805Z] --- PASS: TestParseUintList (0.00s) [2022-05-19T09:58:54.805Z] === RUN TestParseUintListMaximumLimits [2022-05-19T09:58:54.805Z] --- PASS: TestParseUintListMaximumLimits (0.00s) [2022-05-19T09:58:54.805Z] PASS [2022-05-19T09:58:54.805Z] coverage: 97.0% of statements [2022-05-19T09:58:54.805Z] ok github.com/docker/docker/pkg/parsers 0.041s coverage: 97.0% of statements [2022-05-19T09:58:54.885Z] === RUN TestDump [2022-05-19T09:58:54.885Z] goroutine 6 [running]: [2022-05-19T09:58:54.885Z] github.com/docker/docker/pkg/stack.dump(0x442d57?) [2022-05-19T09:58:54.885Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x6c [2022-05-19T09:58:54.885Z] github.com/docker/docker/pkg/stack.Dump(...) [2022-05-19T09:58:54.885Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:18 [2022-05-19T09:58:54.885Z] github.com/docker/docker/pkg/stack.TestDump(0x0?) [2022-05-19T09:58:54.885Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:12 +0x2a [2022-05-19T09:58:54.885Z] testing.tRunner(0xc00015e340, 0x60a4b0) [2022-05-19T09:58:54.885Z] c:/go/src/testing/testing.go:1439 +0x102 [2022-05-19T09:58:54.885Z] created by testing.(*T).Run [2022-05-19T09:58:54.885Z] c:/go/src/testing/testing.go:1486 +0x35f [2022-05-19T09:58:54.885Z] [2022-05-19T09:58:54.885Z] goroutine 1 [chan receive]: [2022-05-19T09:58:54.885Z] testing.(*T).Run(0xc00015e1a0, {0x5f9154?, 0x41c1f3?}, 0x60a4b0) [2022-05-19T09:58:54.885Z] c:/go/src/testing/testing.go:1487 +0x37a [2022-05-19T09:58:54.885Z] testing.runTests.func1(0xc00006c870?) [2022-05-19T09:58:54.885Z] c:/go/src/testing/testing.go:1839 +0x6e [2022-05-19T09:58:54.885Z] testing.tRunner(0xc00015e1a0, 0xc000075ca0) [2022-05-19T09:58:54.885Z] c:/go/src/testing/testing.go:1439 +0x102 [2022-05-19T09:58:54.885Z] testing.runTests(0xc000058460?, {0x78e400, 0x3, 0x3}, {0x2a867360108?, 0x40?, 0x7934a0?}) [2022-05-19T09:58:54.885Z] c:/go/src/testing/testing.go:1837 +0x457 [2022-05-19T09:58:54.885Z] testing.(*M).Run(0xc000058460) [2022-05-19T09:58:54.885Z] c:/go/src/testing/testing.go:1719 +0x5d9 [2022-05-19T09:58:54.885Z] main.main() [2022-05-19T09:58:54.885Z] _testmain.go:99 +0x255 [2022-05-19T09:58:54.885Z] --- PASS: TestDump (0.00s) [2022-05-19T09:58:54.885Z] === RUN TestDumpToFile [2022-05-19T09:58:54.885Z] --- PASS: TestDumpToFile (0.17s) [2022-05-19T09:58:54.885Z] === RUN TestDumpToFileWithEmptyInput [2022-05-19T09:58:54.885Z] goroutine 18 [running]: [2022-05-19T09:58:54.885Z] github.com/docker/docker/pkg/stack.dump(0x4bed93?) [2022-05-19T09:58:54.885Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x6c [2022-05-19T09:58:54.885Z] github.com/docker/docker/pkg/stack.DumpToFile({0x0?, 0x4bed60?}) [2022-05-19T09:58:54.885Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:38 +0x217 [2022-05-19T09:58:54.885Z] github.com/docker/docker/pkg/stack.TestDumpToFileWithEmptyInput(0x0?) [2022-05-19T09:58:54.885Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:27 +0x26 [2022-05-19T09:58:54.885Z] testing.tRunner(0xc0000841a0, 0x60a4a0) [2022-05-19T09:58:54.885Z] c:/go/src/testing/testing.go:1439 +0x102 [2022-05-19T09:58:54.885Z] created by testing.(*T).Run [2022-05-19T09:58:54.885Z] c:/go/src/testing/testing.go:1486 +0x35f [2022-05-19T09:58:54.885Z] [2022-05-19T09:58:54.885Z] goroutine 1 [chan receive]: [2022-05-19T09:58:54.885Z] testing.(*T).Run(0xc00015e1a0, {0x60072b?, 0x41c1f3?}, 0x60a4a0) [2022-05-19T09:58:54.885Z] c:/go/src/testing/testing.go:1487 +0x37a [2022-05-19T09:58:54.885Z] testing.runTests.func1(0xc00006c870?) [2022-05-19T09:58:54.885Z] c:/go/src/testing/testing.go:1839 +0x6e [2022-05-19T09:58:54.885Z] testing.tRunner(0xc00015e1a0, 0xc000075ca0) [2022-05-19T09:58:54.885Z] c:/go/src/testing/testing.go:1439 +0x102 [2022-05-19T09:58:54.885Z] testing.runTests(0xc000058460?, {0x78e400, 0x3, 0x3}, {0x2a867360108?, 0x40?, 0x7934a0?}) [2022-05-19T09:58:54.885Z] c:/go/src/testing/testing.go:1837 +0x457 [2022-05-19T09:58:54.885Z] testing.(*M).Run(0xc000058460) [2022-05-19T09:58:54.885Z] c:/go/src/testing/testing.go:1719 +0x5d9 [2022-05-19T09:58:54.885Z] main.main() [2022-05-19T09:58:54.885Z] _testmain.go:99 +0x255 [2022-05-19T09:58:54.885Z] --- PASS: TestDumpToFileWithEmptyInput (0.00s) [2022-05-19T09:58:54.885Z] PASS [2022-05-19T09:58:54.885Z] coverage: 90.9% of statements [2022-05-19T09:58:54.885Z] ok github.com/docker/docker/pkg/stack 0.212s coverage: 90.9% of statements [2022-05-19T09:58:54.947Z] time="2022-05-19T09:58:54Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49313/Test.Echo: Post \"http://127.0.0.1:49313/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 1s" [2022-05-19T09:58:55.296Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2022-05-19T09:58:55.296Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.89s) [2022-05-19T09:58:55.296Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.33s) [2022-05-19T09:58:55.296Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (5.38s) [2022-05-19T09:58:55.296Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.42s) [2022-05-19T09:58:55.296Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.35s) [2022-05-19T09:58:55.296Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.45s) [2022-05-19T09:58:55.296Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (3.97s) [2022-05-19T09:58:55.296Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (3.86s) [2022-05-19T09:58:55.296Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.51s) [2022-05-19T09:58:55.296Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (5.52s) [2022-05-19T09:58:55.296Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.41s) [2022-05-19T09:58:55.296Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.76s) [2022-05-19T09:58:55.296Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.61s) [2022-05-19T09:58:55.296Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (3.05s) [2022-05-19T09:58:55.296Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (3.31s) [2022-05-19T09:58:55.296Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.95s) [2022-05-19T09:58:55.296Z] === RUN TestCgroupNamespacesRun [2022-05-19T09:58:55.353Z] === RUN TestNewStdWriter [2022-05-19T09:58:55.353Z] --- PASS: TestNewStdWriter (0.00s) [2022-05-19T09:58:55.353Z] === RUN TestWriteWithUninitializedStdWriter [2022-05-19T09:58:55.353Z] --- PASS: TestWriteWithUninitializedStdWriter (0.00s) [2022-05-19T09:58:55.353Z] === RUN TestWriteWithNilBytes [2022-05-19T09:58:55.353Z] --- PASS: TestWriteWithNilBytes (0.00s) [2022-05-19T09:58:55.353Z] === RUN TestWrite [2022-05-19T09:58:55.353Z] --- PASS: TestWrite (0.00s) [2022-05-19T09:58:55.353Z] === RUN TestWriteWithWriterError [2022-05-19T09:58:55.353Z] --- PASS: TestWriteWithWriterError (0.00s) [2022-05-19T09:58:55.353Z] === RUN TestWriteDoesNotReturnNegativeWrittenBytes [2022-05-19T09:58:55.353Z] --- PASS: TestWriteDoesNotReturnNegativeWrittenBytes (0.00s) [2022-05-19T09:58:55.353Z] === RUN TestStdCopyWriteAndRead [2022-05-19T09:58:55.353Z] --- PASS: TestStdCopyWriteAndRead (0.00s) [2022-05-19T09:58:55.353Z] === RUN TestStdCopyReturnsErrorReadingHeader [2022-05-19T09:58:55.353Z] --- PASS: TestStdCopyReturnsErrorReadingHeader (0.00s) [2022-05-19T09:58:55.353Z] === RUN TestStdCopyReturnsErrorReadingFrame [2022-05-19T09:58:55.353Z] --- PASS: TestStdCopyReturnsErrorReadingFrame (0.00s) [2022-05-19T09:58:55.353Z] === RUN TestStdCopyDetectsCorruptedFrame [2022-05-19T09:58:55.354Z] --- PASS: TestStdCopyDetectsCorruptedFrame (0.00s) [2022-05-19T09:58:55.354Z] === RUN TestStdCopyWithInvalidInputHeader [2022-05-19T09:58:55.354Z] --- PASS: TestStdCopyWithInvalidInputHeader (0.00s) [2022-05-19T09:58:55.354Z] === RUN TestStdCopyWithCorruptedPrefix [2022-05-19T09:58:55.354Z] --- PASS: TestStdCopyWithCorruptedPrefix (0.00s) [2022-05-19T09:58:55.354Z] === RUN TestStdCopyReturnsWriteErrors [2022-05-19T09:58:55.354Z] --- PASS: TestStdCopyReturnsWriteErrors (0.00s) [2022-05-19T09:58:55.354Z] === RUN TestStdCopyDetectsNotFullyWrittenFrames [2022-05-19T09:58:55.354Z] --- PASS: TestStdCopyDetectsNotFullyWrittenFrames (0.00s) [2022-05-19T09:58:55.354Z] === RUN TestStdCopyReturnsErrorFromSystem [2022-05-19T09:58:55.354Z] --- PASS: TestStdCopyReturnsErrorFromSystem (0.00s) [2022-05-19T09:58:55.354Z] PASS [2022-05-19T09:58:55.354Z] coverage: 100.0% of statements [2022-05-19T09:58:55.354Z] ok github.com/docker/docker/pkg/stdcopy 0.052s coverage: 100.0% of statements [2022-05-19T09:58:55.795Z] === RUN Test_windowsOSRelease_String [2022-05-19T09:58:55.796Z] === RUN Test_windowsOSRelease_String/Flavor=client/DisplayVersion=yes/UBR=yes [2022-05-19T09:58:55.796Z] === RUN Test_windowsOSRelease_String/Flavor=client/DisplayVersion=yes/UBR=no [2022-05-19T09:58:55.796Z] === RUN Test_windowsOSRelease_String/Flavor=client/DisplayVersion=no/UBR=yes [2022-05-19T09:58:55.796Z] === RUN Test_windowsOSRelease_String/Flavor=client/DisplayVersion=no/UBR=no [2022-05-19T09:58:55.796Z] === RUN Test_windowsOSRelease_String/Flavor=server/DisplayVersion=yes/UBR=yes [2022-05-19T09:58:55.796Z] === RUN Test_windowsOSRelease_String/Flavor=server/DisplayVersion=yes/UBR=no [2022-05-19T09:58:55.796Z] === RUN Test_windowsOSRelease_String/Flavor=server/DisplayVersion=no/UBR=yes [2022-05-19T09:58:55.796Z] === RUN Test_windowsOSRelease_String/Flavor=server/DisplayVersion=no/UBR=no [2022-05-19T09:58:55.796Z] --- PASS: Test_windowsOSRelease_String (0.00s) [2022-05-19T09:58:55.796Z] --- PASS: Test_windowsOSRelease_String/Flavor=client/DisplayVersion=yes/UBR=yes (0.00s) [2022-05-19T09:58:55.796Z] --- PASS: Test_windowsOSRelease_String/Flavor=client/DisplayVersion=yes/UBR=no (0.00s) [2022-05-19T09:58:55.796Z] --- PASS: Test_windowsOSRelease_String/Flavor=client/DisplayVersion=no/UBR=yes (0.00s) [2022-05-19T09:58:55.796Z] --- PASS: Test_windowsOSRelease_String/Flavor=client/DisplayVersion=no/UBR=no (0.00s) [2022-05-19T09:58:55.796Z] --- PASS: Test_windowsOSRelease_String/Flavor=server/DisplayVersion=yes/UBR=yes (0.00s) [2022-05-19T09:58:55.796Z] --- PASS: Test_windowsOSRelease_String/Flavor=server/DisplayVersion=yes/UBR=no (0.00s) [2022-05-19T09:58:55.796Z] --- PASS: Test_windowsOSRelease_String/Flavor=server/DisplayVersion=no/UBR=yes (0.00s) [2022-05-19T09:58:55.796Z] --- PASS: Test_windowsOSRelease_String/Flavor=server/DisplayVersion=no/UBR=no (0.00s) [2022-05-19T09:58:55.796Z] PASS [2022-05-19T09:58:55.796Z] coverage: 36.4% of statements [2022-05-19T09:58:55.796Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.040s coverage: 36.4% of statements [2022-05-19T09:58:56.265Z] --- PASS: TestNetworkDBBulkSync (2.84s) [2022-05-19T09:58:56.265Z] === RUN TestNetworkDBCRUDMediumCluster [2022-05-19T09:58:56.340Z] === RUN TestRawProgressFormatterFormatStatus [2022-05-19T09:58:56.340Z] --- PASS: TestRawProgressFormatterFormatStatus (0.00s) [2022-05-19T09:58:56.340Z] === RUN TestRawProgressFormatterFormatProgress [2022-05-19T09:58:56.340Z] --- PASS: TestRawProgressFormatterFormatProgress (0.00s) [2022-05-19T09:58:56.340Z] === RUN TestFormatStatus [2022-05-19T09:58:56.340Z] --- PASS: TestFormatStatus (0.00s) [2022-05-19T09:58:56.340Z] === RUN TestFormatError [2022-05-19T09:58:56.340Z] --- PASS: TestFormatError (0.00s) [2022-05-19T09:58:56.340Z] === RUN TestFormatJSONError [2022-05-19T09:58:56.340Z] --- PASS: TestFormatJSONError (0.00s) [2022-05-19T09:58:56.340Z] === RUN TestJsonProgressFormatterFormatProgress [2022-05-19T09:58:56.340Z] --- PASS: TestJsonProgressFormatterFormatProgress (0.00s) [2022-05-19T09:58:56.340Z] === RUN TestJsonProgressFormatterFormatStatus [2022-05-19T09:58:56.340Z] --- PASS: TestJsonProgressFormatterFormatStatus (0.00s) [2022-05-19T09:58:56.340Z] === RUN TestNewJSONProgressOutput [2022-05-19T09:58:56.340Z] --- PASS: TestNewJSONProgressOutput (0.00s) [2022-05-19T09:58:56.340Z] === RUN TestAuxFormatterEmit [2022-05-19T09:58:56.340Z] --- PASS: TestAuxFormatterEmit (0.00s) [2022-05-19T09:58:56.340Z] === RUN TestStreamWriterStdout [2022-05-19T09:58:56.340Z] --- PASS: TestStreamWriterStdout (0.00s) [2022-05-19T09:58:56.340Z] === RUN TestStreamWriterStderr [2022-05-19T09:58:56.340Z] --- PASS: TestStreamWriterStderr (0.00s) [2022-05-19T09:58:56.340Z] PASS [2022-05-19T09:58:56.340Z] coverage: 66.2% of statements [2022-05-19T09:58:56.340Z] ok github.com/docker/docker/pkg/streamformatter 0.049s coverage: 66.2% of statements [2022-05-19T09:58:56.510Z] time="2022-05-19T09:58:56Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49313/Test.Echo: Post \"http://127.0.0.1:49313/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 2s" [2022-05-19T09:58:56.736Z] === RUN TestNewAndRemove [2022-05-19T09:58:56.736Z] --- PASS: TestNewAndRemove (0.00s) [2022-05-19T09:58:56.736Z] === RUN TestRemoveInvalidPath [2022-05-19T09:58:56.736Z] --- PASS: TestRemoveInvalidPath (0.00s) [2022-05-19T09:58:56.736Z] PASS [2022-05-19T09:58:56.736Z] coverage: 82.6% of statements [2022-05-19T09:58:56.736Z] ok github.com/docker/docker/pkg/pidfile 0.047s coverage: 82.6% of statements [2022-05-19T09:58:56.905Z] --- PASS: TestServiceUpdatePidsLimit (16.22s) [2022-05-19T09:58:56.905Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.73s) [2022-05-19T09:58:56.905Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.80s) [2022-05-19T09:58:56.905Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.90s) [2022-05-19T09:58:56.905Z] PASS [2022-05-19T09:58:56.905Z] [2022-05-19T09:58:56.905Z] === Skipped [2022-05-19T09:58:56.905Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2022-05-19T09:58:56.905Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-05-19T09:58:56.905Z] [2022-05-19T09:58:56.905Z] DONE 27 tests, 1 skipped in 164.670s [2022-05-19T09:58:56.905Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2022-05-19T09:58:56.905Z] INFO: Testing against a local daemon [2022-05-19T09:58:56.906Z] === RUN TestSessionCreate [2022-05-19T09:58:56.906Z] --- PASS: TestSessionCreate (0.02s) [2022-05-19T09:58:56.906Z] === RUN TestSessionCreateWithBadUpgrade [2022-05-19T09:58:56.906Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2022-05-19T09:58:56.906Z] PASS [2022-05-19T09:58:56.906Z] [2022-05-19T09:58:56.906Z] DONE 2 tests in 0.055s [2022-05-19T09:58:56.906Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2022-05-19T09:58:56.906Z] INFO: Testing against a local daemon [2022-05-19T09:58:56.906Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-05-19T09:58:56.906Z] === PAUSE TestCgroupDriverSystemdMemoryLimit [2022-05-19T09:58:56.906Z] === RUN TestDiskUsage [2022-05-19T09:58:56.906Z] === PAUSE TestDiskUsage [2022-05-19T09:58:56.906Z] === RUN TestEventsExecDie [2022-05-19T09:58:57.164Z] --- PASS: TestEventsExecDie (0.62s) [2022-05-19T09:58:57.164Z] === RUN TestEventsBackwardsCompatible [2022-05-19T09:58:57.164Z] --- PASS: TestEventsBackwardsCompatible (0.06s) [2022-05-19T09:58:57.164Z] === RUN TestEventsVolumeCreate [2022-05-19T09:58:57.164Z] --- PASS: TestEventsVolumeCreate (0.06s) [2022-05-19T09:58:57.164Z] === RUN TestInfoBinaryCommits [2022-05-19T09:58:57.164Z] --- PASS: TestInfoBinaryCommits (0.02s) [2022-05-19T09:58:57.164Z] === RUN TestInfoAPIVersioned [2022-05-19T09:58:57.164Z] --- PASS: TestInfoAPIVersioned (0.01s) [2022-05-19T09:58:57.164Z] === RUN TestInfoAPI [2022-05-19T09:58:57.164Z] --- PASS: TestInfoAPI (0.02s) [2022-05-19T09:58:57.164Z] === RUN TestInfoAPIWarnings [2022-05-19T09:58:57.187Z] --- PASS: TestCgroupNamespacesRun (2.28s) [2022-05-19T09:58:57.187Z] === RUN TestCgroupNamespacesRunPrivileged [2022-05-19T09:58:57.327Z] === RUN TestGenerateRandomID [2022-05-19T09:58:57.327Z] --- PASS: TestGenerateRandomID (0.00s) [2022-05-19T09:58:57.327Z] === RUN TestShortenId [2022-05-19T09:58:57.327Z] --- PASS: TestShortenId (0.00s) [2022-05-19T09:58:57.327Z] === RUN TestShortenSha256Id [2022-05-19T09:58:57.327Z] --- PASS: TestShortenSha256Id (0.00s) [2022-05-19T09:58:57.327Z] === RUN TestShortenIdEmpty [2022-05-19T09:58:57.327Z] --- PASS: TestShortenIdEmpty (0.00s) [2022-05-19T09:58:57.327Z] === RUN TestShortenIdInvalid [2022-05-19T09:58:57.327Z] --- PASS: TestShortenIdInvalid (0.00s) [2022-05-19T09:58:57.327Z] === RUN TestIsShortIDNonHex [2022-05-19T09:58:57.327Z] --- PASS: TestIsShortIDNonHex (0.00s) [2022-05-19T09:58:57.327Z] === RUN TestIsShortIDNotCorrectSize [2022-05-19T09:58:57.327Z] --- PASS: TestIsShortIDNotCorrectSize (0.00s) [2022-05-19T09:58:57.327Z] PASS [2022-05-19T09:58:57.327Z] coverage: 70.6% of statements [2022-05-19T09:58:57.327Z] ok github.com/docker/docker/pkg/stringid 0.032s coverage: 70.6% of statements [2022-05-19T09:58:57.675Z] === RUN TestParseEmptyInterface [2022-05-19T09:58:57.675Z] --- PASS: TestParseEmptyInterface (0.00s) [2022-05-19T09:58:57.675Z] === RUN TestParseNonInterfaceType [2022-05-19T09:58:57.675Z] --- PASS: TestParseNonInterfaceType (0.00s) [2022-05-19T09:58:57.675Z] === RUN TestParseWithOneFunction [2022-05-19T09:58:57.675Z] --- PASS: TestParseWithOneFunction (0.00s) [2022-05-19T09:58:57.675Z] === RUN TestParseWithMultipleFuncs [2022-05-19T09:58:57.675Z] --- PASS: TestParseWithMultipleFuncs (0.00s) [2022-05-19T09:58:57.675Z] === RUN TestParseWithUnnamedReturn [2022-05-19T09:58:57.675Z] --- PASS: TestParseWithUnnamedReturn (0.00s) [2022-05-19T09:58:57.675Z] === RUN TestEmbeddedInterface [2022-05-19T09:58:57.675Z] --- PASS: TestEmbeddedInterface (0.00s) [2022-05-19T09:58:57.675Z] === RUN TestParsedImports [2022-05-19T09:58:57.675Z] --- PASS: TestParsedImports (0.00s) [2022-05-19T09:58:57.675Z] === RUN TestAliasedImports [2022-05-19T09:58:57.675Z] --- PASS: TestAliasedImports (0.00s) [2022-05-19T09:58:57.675Z] PASS [2022-05-19T09:58:57.675Z] coverage: 56.8% of statements [2022-05-19T09:58:57.675Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.066s coverage: 56.8% of statements [2022-05-19T09:58:57.824Z] --- PASS: TestNewClientWithTimeout (17.61s) [2022-05-19T09:58:57.824Z] === RUN TestClientStream [2022-05-19T09:58:57.824Z] --- PASS: TestClientStream (0.00s) [2022-05-19T09:58:57.824Z] === RUN TestClientSendFile [2022-05-19T09:58:57.824Z] --- PASS: TestClientSendFile (0.00s) [2022-05-19T09:58:57.824Z] === RUN TestClientWithRequestTimeout [2022-05-19T09:58:57.824Z] --- PASS: TestClientWithRequestTimeout (0.00s) [2022-05-19T09:58:57.824Z] === RUN TestFileSpecPlugin [2022-05-19T09:58:57.824Z] --- PASS: TestFileSpecPlugin (0.03s) [2022-05-19T09:58:57.824Z] === RUN TestFileJSONSpecPlugin [2022-05-19T09:58:57.824Z] --- PASS: TestFileJSONSpecPlugin (0.00s) [2022-05-19T09:58:57.824Z] === RUN TestFileJSONSpecPluginWithoutTLSConfig [2022-05-19T09:58:57.824Z] --- PASS: TestFileJSONSpecPluginWithoutTLSConfig (0.00s) [2022-05-19T09:58:57.824Z] === RUN TestPluginAddHandler [2022-05-19T09:58:57.824Z] --- PASS: TestPluginAddHandler (0.00s) [2022-05-19T09:58:57.824Z] === RUN TestPluginWaitBadPlugin [2022-05-19T09:58:57.824Z] --- PASS: TestPluginWaitBadPlugin (0.00s) [2022-05-19T09:58:57.824Z] === RUN TestGet [2022-05-19T09:58:57.824Z] time="2022-05-19T09:58:57Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 1s" [2022-05-19T09:58:57.824Z] === RUN TestIsCpusetListAvailable [2022-05-19T09:58:57.824Z] --- PASS: TestIsCpusetListAvailable (0.00s) [2022-05-19T09:58:57.824Z] PASS [2022-05-19T09:58:57.824Z] coverage: 39.4% of statements [2022-05-19T09:58:57.824Z] ok github.com/docker/docker/pkg/sysinfo 0.033s coverage: 39.4% of statements [2022-05-19T09:58:58.405Z] === RUN TestFailedConnection [2022-05-19T09:58:58.661Z] === RUN TestHTTPTransport [2022-05-19T09:58:58.661Z] --- PASS: TestHTTPTransport (0.00s) [2022-05-19T09:58:58.661Z] PASS [2022-05-19T09:58:58.661Z] coverage: 85.7% of statements [2022-05-19T09:58:58.661Z] ok github.com/docker/docker/pkg/plugins/transport 0.046s coverage: 85.7% of statements [2022-05-19T09:58:58.661Z] time="2022-05-19T09:58:58Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49313/Test.Echo: Post \"http://127.0.0.1:49313/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 4s" [2022-05-19T09:58:58.811Z] time="2022-05-19T09:58:58Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 2s" [2022-05-19T09:58:59.079Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.89s) [2022-05-19T09:58:59.079Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2022-05-19T09:58:59.394Z] 2022/05/19 09:58:58 Closing DB instances... [2022-05-19T09:58:59.394Z] --- PASS: TestGetAddress (25.21s) [2022-05-19T09:58:59.394Z] === RUN TestRequestSyntaxCheck [2022-05-19T09:58:59.394Z] --- PASS: TestRequestSyntaxCheck (0.05s) [2022-05-19T09:58:59.394Z] === RUN TestRequest [2022-05-19T09:58:59.394Z] time="2022-05-19T09:58:59Z" level=error msg="node: 432c8f88d032 is unknown to memberlist" [2022-05-19T09:58:59.394Z] --- PASS: TestFailedConnection (1.09s) [2022-05-19T09:58:59.394Z] === RUN TestFailOnce [2022-05-19T09:58:59.653Z] === RUN TestBufioReaderPoolGetWithNoReaderShouldCreateOne [2022-05-19T09:58:59.653Z] --- PASS: TestBufioReaderPoolGetWithNoReaderShouldCreateOne (0.00s) [2022-05-19T09:58:59.653Z] === RUN TestBufioReaderPoolPutAndGet [2022-05-19T09:58:59.653Z] --- PASS: TestBufioReaderPoolPutAndGet (0.00s) [2022-05-19T09:58:59.653Z] === RUN TestNewReadCloserWrapperWithAReadCloser [2022-05-19T09:58:59.653Z] --- PASS: TestNewReadCloserWrapperWithAReadCloser (0.00s) [2022-05-19T09:58:59.653Z] === RUN TestBufioWriterPoolGetWithNoReaderShouldCreateOne [2022-05-19T09:58:59.653Z] --- PASS: TestBufioWriterPoolGetWithNoReaderShouldCreateOne (0.00s) [2022-05-19T09:58:59.653Z] === RUN TestBufioWriterPoolPutAndGet [2022-05-19T09:58:59.653Z] --- PASS: TestBufioWriterPoolPutAndGet (0.00s) [2022-05-19T09:58:59.653Z] === RUN TestNewWriteCloserWrapperWithAWriteCloser [2022-05-19T09:58:59.653Z] --- PASS: TestNewWriteCloserWrapperWithAWriteCloser (0.00s) [2022-05-19T09:58:59.653Z] === RUN TestBufferPoolPutAndGet [2022-05-19T09:58:59.653Z] --- PASS: TestBufferPoolPutAndGet (0.00s) [2022-05-19T09:58:59.653Z] PASS [2022-05-19T09:58:59.653Z] coverage: 88.2% of statements [2022-05-19T09:58:59.653Z] ok github.com/docker/docker/pkg/pools 0.043s coverage: 88.2% of statements [2022-05-19T09:58:59.797Z] === RUN TestChtimes [2022-05-19T09:58:59.797Z] --- PASS: TestChtimes (0.00s) [2022-05-19T09:58:59.797Z] === RUN TestChtimesWindows [2022-05-19T09:58:59.797Z] --- PASS: TestChtimesWindows (0.00s) [2022-05-19T09:58:59.797Z] === RUN TestCheckSystemDriveAndRemoveDriveLetter [2022-05-19T09:58:59.797Z] --- PASS: TestCheckSystemDriveAndRemoveDriveLetter (0.00s) [2022-05-19T09:58:59.797Z] PASS [2022-05-19T09:58:59.797Z] coverage: 13.0% of statements [2022-05-19T09:58:59.797Z] ok github.com/docker/docker/pkg/system 0.049s coverage: 13.0% of statements [2022-05-19T09:58:59.865Z] 2022/05/19 09:58:59 http: panic serving 127.0.0.1:49305: Plugin not ready [2022-05-19T09:58:59.865Z] goroutine 34 [running]: [2022-05-19T09:58:59.865Z] net/http.(*conn).serve.func1() [2022-05-19T09:58:59.865Z] c:/go/src/net/http/server.go:1825 +0xbf [2022-05-19T09:58:59.865Z] panic({0xf936e0, 0x10dd090}) [2022-05-19T09:58:59.865Z] c:/go/src/runtime/panic.go:844 +0x258 [2022-05-19T09:58:59.865Z] github.com/docker/docker/pkg/plugins.TestFailOnce.func1({0xa50000000000003b?, 0xffffffffffffffff?}, 0xa558fe81420fd1d4?) [2022-05-19T09:58:59.865Z] C:/gopath/src/github.com/docker/docker/pkg/plugins/client_test.go:54 +0x3d [2022-05-19T09:58:59.865Z] net/http.HandlerFunc.ServeHTTP(0x0?, {0x10e2898?, 0xc000236000?}, 0xc0001a7a78?) [2022-05-19T09:58:59.865Z] c:/go/src/net/http/server.go:2084 +0x2f [2022-05-19T09:58:59.865Z] net/http.(*ServeMux).ServeHTTP(0x0?, {0x10e2898, 0xc000236000}, 0xc00022a000) [2022-05-19T09:58:59.865Z] c:/go/src/net/http/server.go:2462 +0x149 [2022-05-19T09:58:59.865Z] net/http.serverHandler.ServeHTTP({0x10e0eb8?}, {0x10e2898, 0xc000236000}, 0xc00022a000) [2022-05-19T09:58:59.865Z] c:/go/src/net/http/server.go:2916 +0x43b [2022-05-19T09:58:59.865Z] net/http.(*conn).serve(0xc000222000, {0x10e2d98, 0xc0002020c0}) [2022-05-19T09:58:59.865Z] c:/go/src/net/http/server.go:1966 +0x5d7 [2022-05-19T09:58:59.865Z] created by net/http.(*Server).Serve [2022-05-19T09:58:59.865Z] c:/go/src/net/http/server.go:3071 +0x4db [2022-05-19T09:58:59.865Z] time="2022-05-19T09:58:59Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49304/Test.FailOnce: Post \"http://127.0.0.1:49304/Test.FailOnce\": EOF, retrying in 1s" [2022-05-19T09:59:00.010Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2022-05-19T09:59:00.121Z] === RUN TestOutputOnPrematureClose [2022-05-19T09:59:00.121Z] --- PASS: TestOutputOnPrematureClose (0.00s) [2022-05-19T09:59:00.121Z] === RUN TestCompleteSilently [2022-05-19T09:59:00.121Z] --- PASS: TestCompleteSilently (0.00s) [2022-05-19T09:59:00.121Z] PASS [2022-05-19T09:59:00.121Z] coverage: 75.9% of statements [2022-05-19T09:59:00.122Z] ok github.com/docker/docker/pkg/progress 0.039s coverage: 75.9% of statements [2022-05-19T09:59:00.266Z] === RUN TestTailFile [2022-05-19T09:59:00.266Z] --- PASS: TestTailFile (0.00s) [2022-05-19T09:59:00.266Z] === RUN TestTailFileManyLines [2022-05-19T09:59:00.266Z] --- PASS: TestTailFileManyLines (0.00s) [2022-05-19T09:59:00.266Z] === RUN TestTailEmptyFile [2022-05-19T09:59:00.266Z] --- PASS: TestTailEmptyFile (0.00s) [2022-05-19T09:59:00.266Z] === RUN TestTailNegativeN [2022-05-19T09:59:00.266Z] --- PASS: TestTailNegativeN (0.00s) [2022-05-19T09:59:00.266Z] === RUN TestNewTailReader [2022-05-19T09:59:00.266Z] === PAUSE TestNewTailReader [2022-05-19T09:59:00.266Z] === CONT TestNewTailReader [2022-05-19T09:59:00.266Z] === RUN TestNewTailReader/no_delimiter [2022-05-19T09:59:00.266Z] === PAUSE TestNewTailReader/no_delimiter [2022-05-19T09:59:00.266Z] === RUN TestNewTailReader/single_byte_delimiter [2022-05-19T09:59:00.266Z] === PAUSE TestNewTailReader/single_byte_delimiter [2022-05-19T09:59:00.266Z] === RUN TestNewTailReader/2_byte_delimiter [2022-05-19T09:59:00.266Z] === PAUSE TestNewTailReader/2_byte_delimiter [2022-05-19T09:59:00.266Z] === RUN TestNewTailReader/4_byte_delimiter [2022-05-19T09:59:00.266Z] === PAUSE TestNewTailReader/4_byte_delimiter [2022-05-19T09:59:00.266Z] === RUN TestNewTailReader/8_byte_delimiter [2022-05-19T09:59:00.266Z] === PAUSE TestNewTailReader/8_byte_delimiter [2022-05-19T09:59:00.266Z] === RUN TestNewTailReader/12_byte_delimiter [2022-05-19T09:59:00.266Z] === PAUSE TestNewTailReader/12_byte_delimiter [2022-05-19T09:59:00.266Z] === RUN TestNewTailReader/truncated_last_line [2022-05-19T09:59:00.266Z] === RUN TestNewTailReader/truncated_last_line/more_than_available [2022-05-19T09:59:00.266Z] === RUN TestNewTailReader/truncated_last_line#01 [2022-05-19T09:59:00.266Z] === RUN TestNewTailReader/truncated_last_line#01/exact [2022-05-19T09:59:00.266Z] === RUN TestNewTailReader/truncated_last_line#02 [2022-05-19T09:59:00.266Z] === RUN TestNewTailReader/truncated_last_line#02/one_line [2022-05-19T09:59:00.266Z] === CONT TestNewTailReader/no_delimiter [2022-05-19T09:59:00.266Z] === RUN TestNewTailReader/no_delimiter/one_small_entry [2022-05-19T09:59:00.266Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry [2022-05-19T09:59:00.266Z] === RUN TestNewTailReader/no_delimiter/several_small_entries [2022-05-19T09:59:00.266Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries [2022-05-19T09:59:00.266Z] === RUN TestNewTailReader/no_delimiter/various_sizes [2022-05-19T09:59:00.266Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes [2022-05-19T09:59:00.266Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-05-19T09:59:00.266Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-05-19T09:59:00.266Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-05-19T09:59:00.266Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-05-19T09:59:00.266Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-05-19T09:59:00.266Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-05-19T09:59:00.266Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block [2022-05-19T09:59:00.266Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block [2022-05-19T09:59:00.266Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block [2022-05-19T09:59:00.266Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block [2022-05-19T09:59:00.266Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block [2022-05-19T09:59:00.266Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block [2022-05-19T09:59:00.266Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values [2022-05-19T09:59:00.266Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values [2022-05-19T09:59:00.266Z] === RUN TestNewTailReader/no_delimiter/no_lines [2022-05-19T09:59:00.266Z] === PAUSE TestNewTailReader/no_delimiter/no_lines [2022-05-19T09:59:00.266Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-05-19T09:59:00.266Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-05-19T09:59:00.266Z] === CONT TestNewTailReader/no_delimiter/one_small_entry [2022-05-19T09:59:00.266Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-05-19T09:59:00.266Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-05-19T09:59:00.266Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-05-19T09:59:00.266Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-05-19T09:59:00.266Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-05-19T09:59:00.266Z] === CONT TestNewTailReader/12_byte_delimiter [2022-05-19T09:59:00.266Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block [2022-05-19T09:59:00.266Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-05-19T09:59:00.266Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-05-19T09:59:00.266Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-19T09:59:00.266Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-19T09:59:00.266Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry [2022-05-19T09:59:00.266Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry [2022-05-19T09:59:00.266Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries [2022-05-19T09:59:00.266Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries [2022-05-19T09:59:00.266Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes [2022-05-19T09:59:00.266Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes [2022-05-19T09:59:00.266Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-19T09:59:00.266Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-19T09:59:00.266Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-19T09:59:00.266Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-19T09:59:00.266Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-05-19T09:59:00.590Z] === RUN TestSendToOneSub [2022-05-19T09:59:00.590Z] --- PASS: TestSendToOneSub (0.00s) [2022-05-19T09:59:00.590Z] === RUN TestSendToMultipleSubs [2022-05-19T09:59:00.590Z] --- PASS: TestSendToMultipleSubs (0.00s) [2022-05-19T09:59:00.590Z] === RUN TestEvictOneSub [2022-05-19T09:59:00.590Z] --- PASS: TestEvictOneSub (0.00s) [2022-05-19T09:59:00.590Z] === RUN TestClosePublisher [2022-05-19T09:59:00.590Z] --- PASS: TestClosePublisher (0.00s) [2022-05-19T09:59:00.590Z] === RUN TestPubSubRace [2022-05-19T09:59:00.735Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-05-19T09:59:00.735Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-05-19T09:59:00.735Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-05-19T09:59:00.735Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-05-19T09:59:00.735Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-05-19T09:59:00.735Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-05-19T09:59:00.735Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-05-19T09:59:00.735Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-05-19T09:59:00.735Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-05-19T09:59:00.735Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines [2022-05-19T09:59:00.735Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines [2022-05-19T09:59:00.735Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-05-19T09:59:00.735Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-05-19T09:59:00.735Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-05-19T09:59:00.735Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-05-19T09:59:00.735Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-05-19T09:59:00.735Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-05-19T09:59:00.735Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-05-19T09:59:00.735Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-05-19T09:59:00.735Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-05-19T09:59:00.735Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-05-19T09:59:00.735Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-05-19T09:59:00.735Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-05-19T09:59:00.735Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block [2022-05-19T09:59:00.735Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-05-19T09:59:00.735Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-19T09:59:00.735Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-19T09:59:00.735Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-05-19T09:59:00.735Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-05-19T09:59:00.735Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-19T09:59:00.735Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-19T09:59:00.735Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-05-19T09:59:00.735Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-19T09:59:00.735Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-19T09:59:00.735Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block [2022-05-19T09:59:00.735Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-05-19T09:59:00.735Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-05-19T09:59:00.735Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-19T09:59:00.735Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-19T09:59:00.735Z] === CONT TestNewTailReader/no_delimiter/various_sizes [2022-05-19T09:59:00.735Z] === RUN TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-05-19T09:59:00.735Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-05-19T09:59:00.735Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-19T09:59:00.735Z] === CONT TestNewTailReader/no_delimiter/several_small_entries [2022-05-19T09:59:00.735Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-05-19T09:59:00.735Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-05-19T09:59:00.735Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-05-19T09:59:00.735Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-05-19T09:59:00.735Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-05-19T09:59:00.735Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-05-19T09:59:00.735Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-05-19T09:59:00.735Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-05-19T09:59:00.735Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-05-19T09:59:00.735Z] === RUN TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-05-19T09:59:00.735Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-05-19T09:59:00.735Z] === RUN TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-05-19T09:59:00.735Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-05-19T09:59:00.735Z] === RUN TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-05-19T09:59:00.735Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-05-19T09:59:00.735Z] === RUN TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-05-19T09:59:00.735Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-05-19T09:59:00.735Z] === RUN TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-05-19T09:59:00.735Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-05-19T09:59:00.735Z] === RUN TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-05-19T09:59:00.735Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-05-19T09:59:00.735Z] === RUN TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-05-19T09:59:00.735Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-05-19T09:59:00.735Z] === RUN TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-05-19T09:59:00.735Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-05-19T09:59:00.735Z] === RUN TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-05-19T09:59:00.735Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-05-19T09:59:00.735Z] === RUN TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-05-19T09:59:00.735Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-05-19T09:59:00.735Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-19T09:59:00.735Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-19T09:59:00.735Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-19T09:59:00.735Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-19T09:59:00.735Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-19T09:59:00.735Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-19T09:59:00.735Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-19T09:59:00.735Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-19T09:59:00.735Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-19T09:59:00.735Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-19T09:59:00.735Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-19T09:59:00.735Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-19T09:59:00.735Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-19T09:59:00.735Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-19T09:59:00.735Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-19T09:59:00.735Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-19T09:59:00.735Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-19T09:59:00.735Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-19T09:59:00.735Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-19T09:59:00.735Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-19T09:59:00.735Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-19T09:59:00.735Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-05-19T09:59:00.735Z] === CONT TestNewTailReader/4_byte_delimiter [2022-05-19T09:59:00.735Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry [2022-05-19T09:59:00.735Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry [2022-05-19T09:59:00.735Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries [2022-05-19T09:59:00.735Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries [2022-05-19T09:59:00.735Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes [2022-05-19T09:59:00.735Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes [2022-05-19T09:59:00.735Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-19T09:59:00.735Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-19T09:59:00.735Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-19T09:59:00.735Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-19T09:59:00.735Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-05-19T09:59:00.735Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-05-19T09:59:00.735Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-05-19T09:59:00.735Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-05-19T09:59:00.735Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-05-19T09:59:00.735Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-05-19T09:59:00.735Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-05-19T09:59:00.735Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-05-19T09:59:00.735Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-05-19T09:59:00.735Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-05-19T09:59:00.735Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines [2022-05-19T09:59:00.735Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines [2022-05-19T09:59:00.735Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-05-19T09:59:00.735Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-05-19T09:59:00.735Z] === CONT TestNewTailReader/single_byte_delimiter [2022-05-19T09:59:00.735Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry [2022-05-19T09:59:00.735Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry [2022-05-19T09:59:00.735Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries [2022-05-19T09:59:00.735Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries [2022-05-19T09:59:00.735Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes [2022-05-19T09:59:00.735Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes [2022-05-19T09:59:00.735Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-19T09:59:00.735Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-19T09:59:00.735Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-19T09:59:00.735Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-19T09:59:00.735Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-05-19T09:59:00.735Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-05-19T09:59:00.735Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-05-19T09:59:00.735Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-05-19T09:59:00.735Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-05-19T09:59:00.735Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-05-19T09:59:00.735Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-05-19T09:59:00.735Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-05-19T09:59:00.735Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-05-19T09:59:00.735Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-05-19T09:59:00.735Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines [2022-05-19T09:59:00.735Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines [2022-05-19T09:59:00.735Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-05-19T09:59:00.735Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-05-19T09:59:00.735Z] === CONT TestNewTailReader/2_byte_delimiter [2022-05-19T09:59:00.735Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry [2022-05-19T09:59:00.735Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry [2022-05-19T09:59:00.735Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries [2022-05-19T09:59:00.735Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries [2022-05-19T09:59:00.735Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes [2022-05-19T09:59:00.735Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes [2022-05-19T09:59:00.735Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-19T09:59:00.735Z] === CONT TestNewTailReader/8_byte_delimiter [2022-05-19T09:59:00.735Z] === CONT TestNewTailReader/no_delimiter/no_lines [2022-05-19T09:59:00.735Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-05-19T09:59:00.735Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-05-19T09:59:00.735Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-05-19T09:59:00.735Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-19T09:59:00.735Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-19T09:59:00.735Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-19T09:59:00.735Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-19T09:59:00.735Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-19T09:59:00.735Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-05-19T09:59:00.735Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-05-19T09:59:00.735Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-05-19T09:59:00.735Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-05-19T09:59:00.735Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-05-19T09:59:00.735Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-05-19T09:59:00.735Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-05-19T09:59:00.735Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-05-19T09:59:00.736Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-05-19T09:59:00.736Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-05-19T09:59:00.736Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines [2022-05-19T09:59:00.736Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines [2022-05-19T09:59:00.736Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-05-19T09:59:00.736Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-05-19T09:59:00.736Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry [2022-05-19T09:59:00.736Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry [2022-05-19T09:59:00.736Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries [2022-05-19T09:59:00.736Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries [2022-05-19T09:59:00.736Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes [2022-05-19T09:59:00.736Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes [2022-05-19T09:59:00.736Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-19T09:59:00.736Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-19T09:59:00.736Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-19T09:59:00.736Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-19T09:59:00.736Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-05-19T09:59:00.736Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-05-19T09:59:00.736Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-05-19T09:59:00.736Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-05-19T09:59:00.736Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-05-19T09:59:00.736Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-05-19T09:59:00.736Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-05-19T09:59:00.736Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-05-19T09:59:00.736Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-05-19T09:59:00.736Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-05-19T09:59:00.736Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines [2022-05-19T09:59:00.736Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines [2022-05-19T09:59:00.736Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-05-19T09:59:00.736Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-05-19T09:59:00.736Z] === RUN TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-05-19T09:59:00.736Z] === PAUSE TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-05-19T09:59:00.736Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values [2022-05-19T09:59:00.736Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-05-19T09:59:00.736Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-05-19T09:59:00.736Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-05-19T09:59:00.736Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-05-19T09:59:00.736Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-05-19T09:59:00.736Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-05-19T09:59:00.736Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-05-19T09:59:00.736Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-05-19T09:59:00.736Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-05-19T09:59:00.736Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-05-19T09:59:00.736Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-05-19T09:59:00.736Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-05-19T09:59:00.736Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-05-19T09:59:00.736Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-05-19T09:59:00.736Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-05-19T09:59:00.736Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-05-19T09:59:00.736Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-05-19T09:59:00.736Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-05-19T09:59:00.736Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-05-19T09:59:00.736Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-05-19T09:59:00.736Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-19T09:59:00.736Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-19T09:59:00.736Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-05-19T09:59:00.736Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-19T09:59:00.736Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry [2022-05-19T09:59:00.736Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-05-19T09:59:00.736Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-05-19T09:59:00.736Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-19T09:59:00.736Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-19T09:59:00.736Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-05-19T09:59:00.736Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-05-19T09:59:00.736Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-05-19T09:59:00.736Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-05-19T09:59:00.736Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-19T09:59:00.736Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-19T09:59:00.736Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-05-19T09:59:00.736Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-05-19T09:59:00.736Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-05-19T09:59:00.736Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-19T09:59:00.736Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-19T09:59:00.736Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-05-19T09:59:00.736Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-05-19T09:59:00.736Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-05-19T09:59:00.736Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-19T09:59:00.736Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-19T09:59:00.736Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-05-19T09:59:00.736Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-19T09:59:00.736Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-19T09:59:00.736Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-19T09:59:00.736Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-19T09:59:00.736Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-19T09:59:00.736Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-19T09:59:00.736Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-19T09:59:00.736Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-19T09:59:00.736Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-19T09:59:00.736Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-19T09:59:00.736Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-19T09:59:00.736Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-19T09:59:00.736Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-19T09:59:00.736Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-19T09:59:00.736Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-19T09:59:00.736Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-19T09:59:00.736Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-19T09:59:00.736Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-19T09:59:00.736Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-19T09:59:00.736Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-19T09:59:00.736Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-19T09:59:00.736Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-19T09:59:00.736Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-19T09:59:00.736Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-19T09:59:00.736Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-19T09:59:00.736Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries [2022-05-19T09:59:00.736Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-05-19T09:59:00.736Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-05-19T09:59:00.736Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-05-19T09:59:00.736Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-05-19T09:59:00.736Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-05-19T09:59:00.736Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-05-19T09:59:00.736Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-19T09:59:00.736Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-19T09:59:00.736Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes [2022-05-19T09:59:00.736Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-05-19T09:59:00.736Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-05-19T09:59:00.736Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-05-19T09:59:00.736Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-05-19T09:59:00.736Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-05-19T09:59:00.736Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-05-19T09:59:00.736Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-05-19T09:59:00.736Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-05-19T09:59:00.736Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-05-19T09:59:00.736Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-05-19T09:59:00.736Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-05-19T09:59:00.736Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-05-19T09:59:00.736Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-05-19T09:59:00.736Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-05-19T09:59:00.736Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-05-19T09:59:00.736Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-05-19T09:59:00.736Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-05-19T09:59:00.736Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-05-19T09:59:00.736Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-05-19T09:59:00.736Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-05-19T09:59:00.736Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-19T09:59:00.736Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-19T09:59:00.736Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines [2022-05-19T09:59:00.736Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-19T09:59:00.736Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-19T09:59:00.736Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-05-19T09:59:00.736Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-05-19T09:59:00.736Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-05-19T09:59:00.736Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-05-19T09:59:00.736Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-05-19T09:59:00.736Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-19T09:59:00.736Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-05-19T09:59:00.736Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-19T09:59:00.736Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-05-19T09:59:00.736Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-05-19T09:59:00.736Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-05-19T09:59:00.736Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-05-19T09:59:00.736Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-05-19T09:59:00.736Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-05-19T09:59:00.736Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-05-19T09:59:00.736Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-05-19T09:59:00.736Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-05-19T09:59:00.736Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-05-19T09:59:00.736Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-05-19T09:59:00.736Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-05-19T09:59:00.736Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-05-19T09:59:00.736Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-05-19T09:59:00.736Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-05-19T09:59:00.736Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-05-19T09:59:00.736Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-05-19T09:59:00.736Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-05-19T09:59:00.736Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-05-19T09:59:00.736Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-19T09:59:00.736Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-19T09:59:00.736Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-19T09:59:00.736Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-19T09:59:00.736Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-19T09:59:00.736Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-19T09:59:00.736Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-19T09:59:00.736Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-19T09:59:00.736Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-19T09:59:00.736Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-19T09:59:00.736Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-19T09:59:00.736Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-19T09:59:00.736Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-19T09:59:00.736Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-19T09:59:00.736Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-05-19T09:59:00.736Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-19T09:59:00.736Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-19T09:59:00.736Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-19T09:59:00.736Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-19T09:59:00.736Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-05-19T09:59:00.736Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-05-19T09:59:00.736Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-19T09:59:00.736Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-19T09:59:00.736Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-05-19T09:59:00.736Z] === CONT TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-05-19T09:59:00.736Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-19T09:59:00.736Z] === CONT TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-05-19T09:59:00.736Z] === CONT TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-05-19T09:59:00.736Z] === CONT TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-05-19T09:59:00.736Z] === CONT TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-05-19T09:59:00.736Z] === CONT TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-05-19T09:59:00.736Z] === CONT TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-05-19T09:59:00.736Z] === CONT TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-05-19T09:59:00.736Z] === CONT TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-05-19T09:59:00.736Z] === CONT TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-05-19T09:59:00.736Z] === CONT TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-05-19T09:59:00.736Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-05-19T09:59:00.736Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-19T09:59:00.736Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-19T09:59:00.736Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-19T09:59:00.736Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-19T09:59:00.736Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-19T09:59:00.736Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-05-19T09:59:00.736Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-19T09:59:00.736Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry [2022-05-19T09:59:00.736Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-05-19T09:59:00.736Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-05-19T09:59:00.736Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-19T09:59:00.736Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-19T09:59:00.736Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-05-19T09:59:00.736Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-19T09:59:00.736Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-19T09:59:00.736Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-19T09:59:00.737Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-05-19T09:59:00.737Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-19T09:59:00.737Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-19T09:59:00.737Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-19T09:59:00.737Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-19T09:59:00.737Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-19T09:59:00.737Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-05-19T09:59:00.737Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-05-19T09:59:00.737Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-05-19T09:59:00.737Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-05-19T09:59:00.737Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-05-19T09:59:00.737Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-05-19T09:59:00.737Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-05-19T09:59:00.737Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-05-19T09:59:00.737Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-05-19T09:59:00.737Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-05-19T09:59:00.737Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-05-19T09:59:00.737Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-05-19T09:59:00.737Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-05-19T09:59:00.737Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-05-19T09:59:00.737Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-05-19T09:59:00.737Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-05-19T09:59:00.737Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-05-19T09:59:00.737Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-05-19T09:59:00.737Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-05-19T09:59:00.737Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-05-19T09:59:00.737Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-05-19T09:59:00.737Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-19T09:59:00.737Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-19T09:59:00.737Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry [2022-05-19T09:59:00.737Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-05-19T09:59:00.737Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-05-19T09:59:00.737Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-19T09:59:00.737Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-19T09:59:00.737Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-05-19T09:59:00.737Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-05-19T09:59:00.737Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-05-19T09:59:00.737Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-19T09:59:00.737Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-19T09:59:00.737Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-19T09:59:00.737Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-05-19T09:59:00.737Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-05-19T09:59:00.737Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-05-19T09:59:00.737Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-19T09:59:00.737Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-19T09:59:00.737Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-05-19T09:59:00.737Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-05-19T09:59:00.737Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-05-19T09:59:00.737Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-19T09:59:00.737Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-19T09:59:00.737Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines [2022-05-19T09:59:00.737Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-19T09:59:00.737Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-19T09:59:00.737Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-05-19T09:59:00.737Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-19T09:59:00.737Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-19T09:59:00.737Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-19T09:59:00.737Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-19T09:59:00.737Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-19T09:59:00.737Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-19T09:59:00.737Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-19T09:59:00.737Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-19T09:59:00.737Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-19T09:59:00.737Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-19T09:59:00.737Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-19T09:59:00.737Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-19T09:59:00.737Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-19T09:59:00.737Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-19T09:59:00.737Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-19T09:59:00.737Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-19T09:59:00.737Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-19T09:59:00.737Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-19T09:59:00.737Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-19T09:59:00.737Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-19T09:59:00.737Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-19T09:59:00.737Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-19T09:59:00.737Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-19T09:59:00.737Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-19T09:59:00.737Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-19T09:59:00.737Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries [2022-05-19T09:59:00.737Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-05-19T09:59:00.737Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-05-19T09:59:00.737Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-05-19T09:59:00.737Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-05-19T09:59:00.737Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-05-19T09:59:00.737Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-05-19T09:59:00.737Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-19T09:59:00.737Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-19T09:59:00.737Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-05-19T09:59:00.737Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-05-19T09:59:00.737Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-05-19T09:59:00.737Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-19T09:59:00.737Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-19T09:59:00.737Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-19T09:59:00.737Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-19T09:59:00.737Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-19T09:59:00.737Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-19T09:59:00.737Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-19T09:59:00.737Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-19T09:59:00.737Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-19T09:59:00.737Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-19T09:59:00.737Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-19T09:59:00.737Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-19T09:59:00.737Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-19T09:59:00.737Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-19T09:59:00.737Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-19T09:59:00.737Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-05-19T09:59:00.737Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-19T09:59:00.737Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-19T09:59:00.737Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-19T09:59:00.737Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-19T09:59:00.737Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines [2022-05-19T09:59:00.737Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-19T09:59:00.737Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-19T09:59:00.737Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes [2022-05-19T09:59:00.737Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-05-19T09:59:00.737Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-05-19T09:59:00.737Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-05-19T09:59:00.737Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-05-19T09:59:00.737Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-05-19T09:59:00.737Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-05-19T09:59:00.737Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-05-19T09:59:00.737Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-05-19T09:59:00.737Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-05-19T09:59:00.737Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-05-19T09:59:00.737Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-05-19T09:59:00.737Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-05-19T09:59:00.737Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-05-19T09:59:00.737Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-05-19T09:59:00.737Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-05-19T09:59:00.737Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-05-19T09:59:00.737Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-05-19T09:59:00.737Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-05-19T09:59:00.737Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-05-19T09:59:00.737Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-05-19T09:59:00.737Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-19T09:59:00.737Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-19T09:59:00.737Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-05-19T09:59:00.737Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-05-19T09:59:00.737Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-05-19T09:59:00.737Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-05-19T09:59:00.737Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-05-19T09:59:00.737Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-05-19T09:59:00.737Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-05-19T09:59:00.737Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-05-19T09:59:00.737Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-05-19T09:59:00.737Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-05-19T09:59:00.737Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-05-19T09:59:00.737Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-05-19T09:59:00.737Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-05-19T09:59:00.737Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-05-19T09:59:00.737Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-05-19T09:59:00.737Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-05-19T09:59:00.737Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-05-19T09:59:00.737Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-05-19T09:59:00.737Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-05-19T09:59:00.737Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-05-19T09:59:00.737Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-05-19T09:59:00.737Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-19T09:59:00.737Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-19T09:59:00.737Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-05-19T09:59:00.737Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-05-19T09:59:00.737Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-05-19T09:59:00.737Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-19T09:59:00.737Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-19T09:59:00.737Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-05-19T09:59:00.737Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-05-19T09:59:00.737Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-05-19T09:59:00.737Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-19T09:59:00.737Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-19T09:59:00.737Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-05-19T09:59:00.737Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-19T09:59:00.737Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-19T09:59:00.737Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-19T09:59:00.737Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-19T09:59:00.737Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-19T09:59:00.737Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-19T09:59:00.737Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-19T09:59:00.737Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-19T09:59:00.737Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-19T09:59:00.737Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-19T09:59:00.737Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-19T09:59:00.737Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-19T09:59:00.737Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes [2022-05-19T09:59:00.737Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-05-19T09:59:00.737Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-05-19T09:59:00.737Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-05-19T09:59:00.737Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-05-19T09:59:00.737Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-05-19T09:59:00.737Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-05-19T09:59:00.737Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-05-19T09:59:00.737Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-05-19T09:59:00.737Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-05-19T09:59:00.737Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-05-19T09:59:00.737Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-05-19T09:59:00.737Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-05-19T09:59:00.737Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-05-19T09:59:00.737Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-05-19T09:59:00.737Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-05-19T09:59:00.737Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-05-19T09:59:00.737Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-05-19T09:59:00.737Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-05-19T09:59:00.737Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-05-19T09:59:00.737Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-05-19T09:59:00.737Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-19T09:59:00.737Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-19T09:59:00.737Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries [2022-05-19T09:59:00.737Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-05-19T09:59:00.737Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-05-19T09:59:00.737Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-05-19T09:59:00.737Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-05-19T09:59:00.737Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-05-19T09:59:00.737Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-05-19T09:59:00.737Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-19T09:59:00.737Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-19T09:59:00.737Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-19T09:59:00.737Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-19T09:59:00.737Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-19T09:59:00.737Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-19T09:59:00.738Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-19T09:59:00.738Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-19T09:59:00.738Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-19T09:59:00.738Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-19T09:59:00.738Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-19T09:59:00.738Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-19T09:59:00.738Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-19T09:59:00.738Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-19T09:59:00.738Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-19T09:59:00.738Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-05-19T09:59:00.738Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry [2022-05-19T09:59:00.738Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-05-19T09:59:00.738Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-05-19T09:59:00.738Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-19T09:59:00.738Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-19T09:59:00.738Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry [2022-05-19T09:59:00.738Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-05-19T09:59:00.738Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-05-19T09:59:00.738Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-19T09:59:00.738Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-19T09:59:00.738Z] === CONT TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-05-19T09:59:00.738Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries [2022-05-19T09:59:00.738Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-05-19T09:59:00.738Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-05-19T09:59:00.738Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-05-19T09:59:00.738Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-05-19T09:59:00.738Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-05-19T09:59:00.738Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-05-19T09:59:00.738Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-19T09:59:00.738Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-19T09:59:00.738Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-19T09:59:00.738Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-19T09:59:00.738Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-19T09:59:00.738Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-19T09:59:00.738Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-19T09:59:00.738Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-19T09:59:00.738Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-19T09:59:00.738Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-19T09:59:00.738Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-19T09:59:00.738Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-19T09:59:00.738Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-19T09:59:00.738Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-19T09:59:00.738Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-19T09:59:00.738Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-19T09:59:00.738Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-05-19T09:59:00.738Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-19T09:59:00.738Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-19T09:59:00.738Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-19T09:59:00.738Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-19T09:59:00.738Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines [2022-05-19T09:59:00.738Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-19T09:59:00.738Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-19T09:59:00.738Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-05-19T09:59:00.738Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-05-19T09:59:00.738Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-05-19T09:59:00.738Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-05-19T09:59:00.738Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-05-19T09:59:00.738Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-05-19T09:59:00.738Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-05-19T09:59:00.738Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-05-19T09:59:00.738Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-05-19T09:59:00.738Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-05-19T09:59:00.738Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-05-19T09:59:00.738Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-05-19T09:59:00.738Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-05-19T09:59:00.738Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-05-19T09:59:00.738Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-05-19T09:59:00.738Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-05-19T09:59:00.738Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-05-19T09:59:00.738Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-05-19T09:59:00.738Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-05-19T09:59:00.738Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-05-19T09:59:00.738Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-05-19T09:59:00.738Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-19T09:59:00.738Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-19T09:59:00.738Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-05-19T09:59:00.738Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-05-19T09:59:00.738Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-05-19T09:59:00.738Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-19T09:59:00.738Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-19T09:59:00.738Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-05-19T09:59:00.738Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-19T09:59:00.738Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-19T09:59:00.738Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-19T09:59:00.738Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-19T09:59:00.738Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-19T09:59:00.738Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-19T09:59:00.738Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-19T09:59:00.738Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-19T09:59:00.738Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-19T09:59:00.738Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-19T09:59:00.738Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-19T09:59:00.738Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-19T09:59:00.738Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-05-19T09:59:00.738Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-05-19T09:59:00.738Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-05-19T09:59:00.738Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-19T09:59:00.738Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-19T09:59:00.738Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-19T09:59:00.738Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-19T09:59:00.738Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-19T09:59:00.738Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-19T09:59:00.738Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-19T09:59:00.738Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-19T09:59:00.738Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-19T09:59:00.738Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-19T09:59:00.738Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-19T09:59:00.738Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-19T09:59:00.738Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-19T09:59:00.738Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-19T09:59:00.738Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-19T09:59:00.738Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-19T09:59:00.738Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-19T09:59:00.738Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-19T09:59:00.738Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-19T09:59:00.738Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-19T09:59:00.738Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-19T09:59:00.738Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-19T09:59:00.738Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-19T09:59:00.738Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-19T09:59:00.738Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-19T09:59:00.738Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-19T09:59:00.738Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-19T09:59:00.738Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-19T09:59:00.738Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-05-19T09:59:00.738Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-05-19T09:59:00.738Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-05-19T09:59:00.738Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-19T09:59:00.738Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-19T09:59:00.738Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-05-19T09:59:00.738Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-05-19T09:59:00.738Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-05-19T09:59:00.738Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-19T09:59:00.738Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-19T09:59:00.738Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-05-19T09:59:00.738Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-19T09:59:00.738Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-19T09:59:00.738Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-19T09:59:00.738Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-19T09:59:00.738Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines [2022-05-19T09:59:00.738Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-19T09:59:00.738Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-19T09:59:00.738Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes [2022-05-19T09:59:00.738Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-05-19T09:59:00.738Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-05-19T09:59:00.738Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-05-19T09:59:00.738Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-05-19T09:59:00.738Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-05-19T09:59:00.738Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-05-19T09:59:00.738Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-05-19T09:59:00.738Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-05-19T09:59:00.738Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-05-19T09:59:00.738Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-05-19T09:59:00.738Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-05-19T09:59:00.738Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-05-19T09:59:00.738Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-05-19T09:59:00.738Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-05-19T09:59:00.738Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-05-19T09:59:00.738Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-05-19T09:59:00.738Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-05-19T09:59:00.738Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-05-19T09:59:00.738Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-05-19T09:59:00.738Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-05-19T09:59:00.738Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-19T09:59:00.738Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-19T09:59:00.738Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-05-19T09:59:00.738Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-05-19T09:59:00.738Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-05-19T09:59:00.738Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-19T09:59:00.738Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-19T09:59:00.738Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-19T09:59:00.739Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-19T09:59:00.739Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-19T09:59:00.739Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-19T09:59:00.739Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-19T09:59:00.739Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-19T09:59:00.739Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-19T09:59:00.739Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-19T09:59:00.739Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-19T09:59:00.739Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-19T09:59:00.739Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-19T09:59:00.739Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-19T09:59:00.739Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-19T09:59:00.739Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-05-19T09:59:00.739Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-05-19T09:59:00.739Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-05-19T09:59:00.739Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-05-19T09:59:00.739Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-05-19T09:59:00.739Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-05-19T09:59:00.739Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-05-19T09:59:00.739Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-05-19T09:59:00.739Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-05-19T09:59:00.739Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-05-19T09:59:00.739Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-05-19T09:59:00.739Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-05-19T09:59:00.739Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-05-19T09:59:00.739Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-05-19T09:59:00.739Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-05-19T09:59:00.739Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-05-19T09:59:00.739Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-05-19T09:59:00.739Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-05-19T09:59:00.739Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-05-19T09:59:00.739Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-05-19T09:59:00.739Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-05-19T09:59:00.739Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-19T09:59:00.739Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-19T09:59:00.739Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-05-19T09:59:00.739Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-19T09:59:00.739Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-19T09:59:00.739Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-19T09:59:00.739Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-19T09:59:00.739Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-19T09:59:00.739Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-19T09:59:00.739Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-19T09:59:00.739Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-19T09:59:00.739Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-19T09:59:00.739Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-19T09:59:00.739Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-19T09:59:00.739Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-19T09:59:00.739Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries [2022-05-19T09:59:00.739Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-05-19T09:59:00.739Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-05-19T09:59:00.739Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-05-19T09:59:00.739Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-05-19T09:59:00.739Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-05-19T09:59:00.739Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-05-19T09:59:00.739Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-19T09:59:00.739Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-19T09:59:00.739Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-19T09:59:00.739Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-19T09:59:00.739Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-19T09:59:00.739Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-19T09:59:00.739Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-19T09:59:00.739Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-19T09:59:00.739Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-19T09:59:00.739Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-19T09:59:00.739Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-19T09:59:00.739Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-19T09:59:00.739Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-19T09:59:00.739Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-19T09:59:00.739Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-19T09:59:00.739Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes [2022-05-19T09:59:00.739Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-05-19T09:59:00.739Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-05-19T09:59:00.739Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-05-19T09:59:00.739Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-05-19T09:59:00.739Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-05-19T09:59:00.739Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-05-19T09:59:00.739Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-05-19T09:59:00.739Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-05-19T09:59:00.739Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-05-19T09:59:00.739Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-05-19T09:59:00.739Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-05-19T09:59:00.739Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-05-19T09:59:00.739Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-05-19T09:59:00.739Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-05-19T09:59:00.739Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-05-19T09:59:00.739Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-05-19T09:59:00.739Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-05-19T09:59:00.739Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-05-19T09:59:00.739Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-05-19T09:59:00.739Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-05-19T09:59:00.739Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-19T09:59:00.739Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-19T09:59:00.739Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-05-19T09:59:00.739Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-05-19T09:59:00.739Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-05-19T09:59:00.739Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-05-19T09:59:00.739Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-05-19T09:59:00.739Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-05-19T09:59:00.739Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-05-19T09:59:00.739Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-05-19T09:59:00.739Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-05-19T09:59:00.739Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-05-19T09:59:00.739Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-05-19T09:59:00.739Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-05-19T09:59:00.739Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-19T09:59:00.739Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-19T09:59:00.739Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-05-19T09:59:00.854Z] --- PASS: TestFailOnce (1.23s) [2022-05-19T09:59:00.854Z] === RUN TestEchoInputOutput [2022-05-19T09:59:00.854Z] --- PASS: TestEchoInputOutput (0.00s) [2022-05-19T09:59:00.854Z] === RUN TestBackoff [2022-05-19T09:59:00.854Z] --- PASS: TestBackoff (0.00s) [2022-05-19T09:59:00.854Z] === RUN TestAbortRetry [2022-05-19T09:59:00.854Z] --- PASS: TestAbortRetry (0.00s) [2022-05-19T09:59:00.854Z] === RUN TestClientScheme [2022-05-19T09:59:00.854Z] --- PASS: TestClientScheme (0.00s) [2022-05-19T09:59:00.854Z] === RUN TestNewClientWithTimeout [2022-05-19T09:59:01.207Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-05-19T09:59:01.207Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-19T09:59:01.207Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-05-19T09:59:01.207Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-05-19T09:59:01.207Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-05-19T09:59:01.207Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-19T09:59:01.207Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-19T09:59:01.207Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-19T09:59:01.207Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-19T09:59:01.207Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-19T09:59:01.207Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-19T09:59:01.207Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-05-19T09:59:01.207Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-19T09:59:01.207Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-19T09:59:01.207Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-19T09:59:01.207Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-19T09:59:01.207Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-19T09:59:01.207Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-19T09:59:01.207Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-19T09:59:01.207Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-19T09:59:01.207Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-19T09:59:01.207Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-19T09:59:01.207Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-05-19T09:59:01.207Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-19T09:59:01.207Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-05-19T09:59:01.207Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-19T09:59:01.207Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-05-19T09:59:01.207Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-05-19T09:59:01.207Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-05-19T09:59:01.207Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-05-19T09:59:01.207Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-05-19T09:59:01.207Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-05-19T09:59:01.207Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-05-19T09:59:01.207Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-05-19T09:59:01.207Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-05-19T09:59:01.207Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-05-19T09:59:01.207Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-05-19T09:59:01.207Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-19T09:59:01.207Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-19T09:59:01.207Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-19T09:59:01.207Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-05-19T09:59:01.207Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-05-19T09:59:01.207Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-05-19T09:59:01.207Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-05-19T09:59:01.207Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-05-19T09:59:01.207Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-05-19T09:59:01.207Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-05-19T09:59:01.207Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-05-19T09:59:01.207Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-05-19T09:59:01.208Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-19T09:59:01.209Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-05-19T09:59:01.209Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-19T09:59:01.209Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-19T09:59:01.209Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-19T09:59:01.209Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-19T09:59:01.209Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-19T09:59:01.209Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-19T09:59:01.209Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-05-19T09:59:01.209Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-19T09:59:01.209Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-19T09:59:01.209Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-05-19T09:59:01.209Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-19T09:59:01.209Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-19T09:59:01.209Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-05-19T09:59:01.209Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-19T09:59:01.209Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-05-19T09:59:01.209Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-19T09:59:01.209Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-05-19T09:59:01.209Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-05-19T09:59:01.209Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-05-19T09:59:01.209Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-05-19T09:59:01.209Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-05-19T09:59:01.209Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-05-19T09:59:01.209Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-05-19T09:59:01.209Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-05-19T09:59:01.209Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-19T09:59:01.209Z] --- PASS: TestNewTailReader (0.00s) [2022-05-19T09:59:01.209Z] --- PASS: TestNewTailReader/truncated_last_line (0.00s) [2022-05-19T09:59:01.209Z] --- PASS: TestNewTailReader/truncated_last_line/more_than_available (0.00s) [2022-05-19T09:59:01.209Z] --- PASS: TestNewTailReader/truncated_last_line#01 (0.00s) [2022-05-19T09:59:01.209Z] --- PASS: TestNewTailReader/truncated_last_line#01/exact (0.00s) [2022-05-19T09:59:01.209Z] --- PASS: TestNewTailReader/truncated_last_line#02 (0.00s) [2022-05-19T09:59:01.209Z] --- PASS: TestNewTailReader/truncated_last_line#02/one_line (0.00s) [2022-05-19T09:59:01.209Z] --- PASS: TestNewTailReader/no_delimiter (0.00s) [2022-05-19T09:59:01.209Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry (0.00s) [2022-05-19T09:59:01.209Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/1_lines (0.00s) [2022-05-19T09:59:01.209Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-05-19T09:59:01.209Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block (0.00s) [2022-05-19T09:59:01.209Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/1_lines (0.00s) [2022-05-19T09:59:01.209Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-05-19T09:59:01.209Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block (0.00s) [2022-05-19T09:59:01.209Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-05-19T09:59:01.209Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-05-19T09:59:01.209Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-05-19T09:59:01.209Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-05-19T09:59:01.209Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-05-19T09:59:01.209Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-05-19T09:59:01.209Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block (0.00s) [2022-05-19T09:59:01.209Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/1_lines (0.00s) [2022-05-19T09:59:01.209Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-05-19T09:59:01.209Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block (0.00s) [2022-05-19T09:59:01.209Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-05-19T09:59:01.209Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-05-19T09:59:01.209Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes (0.00s) [2022-05-19T09:59:01.209Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/1_lines (0.00s) [2022-05-19T09:59:01.209Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/6_lines (0.00s) [2022-05-19T09:59:01.209Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-05-19T09:59:01.209Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/10_lines (0.00s) [2022-05-19T09:59:01.209Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/9_lines (0.00s) [2022-05-19T09:59:01.209Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/8_lines (0.00s) [2022-05-19T09:59:01.209Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/7_lines (0.00s) [2022-05-19T09:59:01.209Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/5_lines (0.00s) [2022-05-19T09:59:01.209Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/4_lines (0.00s) [2022-05-19T09:59:01.209Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/3_lines (0.00s) [2022-05-19T09:59:01.209Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/2_lines (0.00s) [2022-05-19T09:59:01.209Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-05-19T09:59:01.209Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-05-19T09:59:01.209Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-05-19T09:59:01.209Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-05-19T09:59:01.209Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-05-19T09:59:01.209Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-05-19T09:59:01.209Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-05-19T09:59:01.209Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries (0.00s) [2022-05-19T09:59:01.209Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/1_lines (0.00s) [2022-05-19T09:59:01.209Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-05-19T09:59:01.209Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/2_lines (0.00s) [2022-05-19T09:59:01.209Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/3_lines (0.00s) [2022-05-19T09:59:01.209Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block (0.01s) [2022-05-19T09:59:01.209Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-05-19T09:59:01.209Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-05-19T09:59:01.209Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-05-19T09:59:01.209Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-05-19T09:59:01.209Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-05-19T09:59:01.209Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-05-19T09:59:01.209Z] --- PASS: TestNewTailReader/no_delimiter/no_lines (0.00s) [2022-05-19T09:59:01.209Z] --- PASS: TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-05-19T09:59:01.209Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter (0.00s) [2022-05-19T09:59:01.209Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-05-19T09:59:01.209Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-05-19T09:59:01.209Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values (0.01s) [2022-05-19T09:59:01.209Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/1_lines (0.00s) [2022-05-19T09:59:01.209Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/10_lines (0.00s) [2022-05-19T09:59:01.209Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/8_lines (0.00s) [2022-05-19T09:59:01.209Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/7_lines (0.00s) [2022-05-19T09:59:01.209Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/6_lines (0.00s) [2022-05-19T09:59:01.209Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/5_lines (0.00s) [2022-05-19T09:59:01.209Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/4_lines (0.00s) [2022-05-19T09:59:01.209Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/3_lines (0.00s) [2022-05-19T09:59:01.209Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/2_lines (0.00s) [2022-05-19T09:59:01.209Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/9_lines (0.00s) [2022-05-19T09:59:01.209Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-05-19T09:59:01.209Z] --- PASS: TestNewTailReader/12_byte_delimiter (0.00s) [2022-05-19T09:59:01.209Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry (0.00s) [2022-05-19T09:59:01.209Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-05-19T09:59:01.209Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-05-19T09:59:01.209Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block (0.00s) [2022-05-19T09:59:01.209Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-05-19T09:59:01.209Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-05-19T09:59:01.209Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block (0.00s) [2022-05-19T09:59:01.209Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-05-19T09:59:01.209Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-05-19T09:59:01.209Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block (0.00s) [2022-05-19T09:59:01.209Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-05-19T09:59:01.209Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-05-19T09:59:01.209Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines (0.00s) [2022-05-19T09:59:01.209Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-05-19T09:59:01.209Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block (0.01s) [2022-05-19T09:59:01.209Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-05-19T09:59:01.209Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-05-19T09:59:01.209Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-05-19T09:59:01.209Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-05-19T09:59:01.209Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-05-19T09:59:01.209Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-05-19T09:59:01.209Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block (0.01s) [2022-05-19T09:59:01.209Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-05-19T09:59:01.209Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-05-19T09:59:01.209Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-05-19T09:59:01.209Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-05-19T09:59:01.209Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-05-19T09:59:01.209Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-05-19T09:59:01.209Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes (0.00s) [2022-05-19T09:59:01.209Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/1_lines (0.00s) [2022-05-19T09:59:01.209Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/9_lines (0.00s) [2022-05-19T09:59:01.209Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-05-19T09:59:01.209Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/10_lines (0.00s) [2022-05-19T09:59:01.209Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/5_lines (0.00s) [2022-05-19T09:59:01.209Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/6_lines (0.00s) [2022-05-19T09:59:01.209Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/3_lines (0.00s) [2022-05-19T09:59:01.209Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/4_lines (0.00s) [2022-05-19T09:59:01.209Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/8_lines (0.00s) [2022-05-19T09:59:01.209Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/2_lines (0.00s) [2022-05-19T09:59:01.209Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/7_lines (0.00s) [2022-05-19T09:59:01.209Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries (0.00s) [2022-05-19T09:59:01.209Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-05-19T09:59:01.209Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-05-19T09:59:01.209Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-05-19T09:59:01.209Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-05-19T09:59:01.209Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values (0.01s) [2022-05-19T09:59:01.209Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-05-19T09:59:01.209Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-05-19T09:59:01.209Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-05-19T09:59:01.209Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-05-19T09:59:01.209Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-05-19T09:59:01.209Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-05-19T09:59:01.209Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-05-19T09:59:01.209Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-05-19T09:59:01.209Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-05-19T09:59:01.209Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-05-19T09:59:01.209Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-05-19T09:59:01.209Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter (0.00s) [2022-05-19T09:59:01.209Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-05-19T09:59:01.209Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-05-19T09:59:01.209Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-05-19T09:59:01.209Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-05-19T09:59:01.209Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-05-19T09:59:01.209Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-05-19T09:59:01.209Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.01s) [2022-05-19T09:59:01.209Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.01s) [2022-05-19T09:59:01.209Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.01s) [2022-05-19T09:59:01.209Z] --- PASS: TestNewTailReader/4_byte_delimiter (0.00s) [2022-05-19T09:59:01.209Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry (0.00s) [2022-05-19T09:59:01.209Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-05-19T09:59:01.209Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-05-19T09:59:01.209Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter (0.00s) [2022-05-19T09:59:01.209Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-05-19T09:59:01.209Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.01s) [2022-05-19T09:59:01.209Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values (0.01s) [2022-05-19T09:59:01.209Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-05-19T09:59:01.209Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-05-19T09:59:01.209Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-05-19T09:59:01.209Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-05-19T09:59:01.209Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-05-19T09:59:01.209Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-05-19T09:59:01.209Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-05-19T09:59:01.210Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-05-19T09:59:01.210Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-05-19T09:59:01.210Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-05-19T09:59:01.210Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-05-19T09:59:01.210Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block (0.00s) [2022-05-19T09:59:01.210Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-05-19T09:59:01.210Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-05-19T09:59:01.210Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines (0.00s) [2022-05-19T09:59:01.210Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-05-19T09:59:01.210Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block (0.00s) [2022-05-19T09:59:01.210Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-05-19T09:59:01.210Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-05-19T09:59:01.210Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-05-19T09:59:01.210Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-05-19T09:59:01.210Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-05-19T09:59:01.210Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-05-19T09:59:01.210Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-05-19T09:59:01.210Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-05-19T09:59:01.210Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-05-19T09:59:01.210Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block (0.00s) [2022-05-19T09:59:01.210Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-05-19T09:59:01.210Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-05-19T09:59:01.210Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-05-19T09:59:01.210Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-05-19T09:59:01.210Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-05-19T09:59:01.210Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-05-19T09:59:01.210Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-05-19T09:59:01.210Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-05-19T09:59:01.210Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-05-19T09:59:01.210Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-05-19T09:59:01.210Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-05-19T09:59:01.210Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-05-19T09:59:01.210Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-05-19T09:59:01.210Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-05-19T09:59:01.210Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-05-19T09:59:01.210Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-05-19T09:59:01.210Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries (0.00s) [2022-05-19T09:59:01.210Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-05-19T09:59:01.210Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-05-19T09:59:01.210Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-05-19T09:59:01.210Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-05-19T09:59:01.210Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes (0.01s) [2022-05-19T09:59:01.210Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/1_lines (0.00s) [2022-05-19T09:59:01.210Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-05-19T09:59:01.210Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/8_lines (0.00s) [2022-05-19T09:59:01.210Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/7_lines (0.00s) [2022-05-19T09:59:01.210Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/6_lines (0.00s) [2022-05-19T09:59:01.210Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/5_lines (0.00s) [2022-05-19T09:59:01.210Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/4_lines (0.00s) [2022-05-19T09:59:01.210Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/3_lines (0.00s) [2022-05-19T09:59:01.210Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/2_lines (0.00s) [2022-05-19T09:59:01.210Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/10_lines (0.00s) [2022-05-19T09:59:01.210Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/9_lines (0.00s) [2022-05-19T09:59:01.210Z] --- PASS: TestNewTailReader/single_byte_delimiter (0.00s) [2022-05-19T09:59:01.210Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry (0.00s) [2022-05-19T09:59:01.210Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-05-19T09:59:01.210Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-05-19T09:59:01.210Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines (0.00s) [2022-05-19T09:59:01.210Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-05-19T09:59:01.210Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block (0.00s) [2022-05-19T09:59:01.210Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-05-19T09:59:01.210Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-05-19T09:59:01.210Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter (0.00s) [2022-05-19T09:59:01.210Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-05-19T09:59:01.210Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-05-19T09:59:01.210Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block (0.00s) [2022-05-19T09:59:01.210Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-05-19T09:59:01.210Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-05-19T09:59:01.210Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values (0.00s) [2022-05-19T09:59:01.210Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-05-19T09:59:01.210Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-05-19T09:59:01.210Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-05-19T09:59:01.210Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-05-19T09:59:01.210Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-05-19T09:59:01.210Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-05-19T09:59:01.210Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-05-19T09:59:01.210Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-05-19T09:59:01.210Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-05-19T09:59:01.210Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-05-19T09:59:01.210Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-05-19T09:59:01.210Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block (0.00s) [2022-05-19T09:59:01.210Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-05-19T09:59:01.210Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-05-19T09:59:01.210Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block (0.01s) [2022-05-19T09:59:01.210Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-05-19T09:59:01.210Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-05-19T09:59:01.210Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-05-19T09:59:01.210Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-05-19T09:59:01.210Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-05-19T09:59:01.210Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-05-19T09:59:01.210Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes (0.00s) [2022-05-19T09:59:01.210Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/1_lines (0.00s) [2022-05-19T09:59:01.210Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-05-19T09:59:01.210Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/10_lines (0.00s) [2022-05-19T09:59:01.210Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/9_lines (0.00s) [2022-05-19T09:59:01.210Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/8_lines (0.00s) [2022-05-19T09:59:01.210Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/7_lines (0.00s) [2022-05-19T09:59:01.210Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/6_lines (0.00s) [2022-05-19T09:59:01.210Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/4_lines (0.00s) [2022-05-19T09:59:01.210Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/3_lines (0.00s) [2022-05-19T09:59:01.210Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/2_lines (0.00s) [2022-05-19T09:59:01.210Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/5_lines (0.00s) [2022-05-19T09:59:01.210Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries (0.00s) [2022-05-19T09:59:01.210Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-05-19T09:59:01.210Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-05-19T09:59:01.210Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-05-19T09:59:01.210Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-05-19T09:59:01.210Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-05-19T09:59:01.210Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-05-19T09:59:01.210Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-05-19T09:59:01.210Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-05-19T09:59:01.210Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-05-19T09:59:01.210Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-05-19T09:59:01.210Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-05-19T09:59:01.210Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-05-19T09:59:01.210Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-05-19T09:59:01.210Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-05-19T09:59:01.210Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-05-19T09:59:01.210Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-05-19T09:59:01.210Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-05-19T09:59:01.210Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-05-19T09:59:01.210Z] --- PASS: TestNewTailReader/2_byte_delimiter (0.01s) [2022-05-19T09:59:01.210Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry (0.00s) [2022-05-19T09:59:01.210Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-05-19T09:59:01.210Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-05-19T09:59:01.210Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines (0.00s) [2022-05-19T09:59:01.210Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-05-19T09:59:01.210Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter (0.00s) [2022-05-19T09:59:01.210Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-05-19T09:59:01.210Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-05-19T09:59:01.210Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries (0.00s) [2022-05-19T09:59:01.210Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-05-19T09:59:01.210Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-05-19T09:59:01.210Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-05-19T09:59:01.211Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-05-19T09:59:01.211Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block (0.00s) [2022-05-19T09:59:01.211Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-05-19T09:59:01.211Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-05-19T09:59:01.211Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values (0.00s) [2022-05-19T09:59:01.211Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-05-19T09:59:01.211Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-05-19T09:59:01.211Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-05-19T09:59:01.211Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-05-19T09:59:01.211Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-05-19T09:59:01.211Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-05-19T09:59:01.211Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-05-19T09:59:01.211Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-05-19T09:59:01.211Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-05-19T09:59:01.211Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-05-19T09:59:01.211Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-05-19T09:59:01.211Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block (0.00s) [2022-05-19T09:59:01.211Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-05-19T09:59:01.211Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-05-19T09:59:01.211Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-05-19T09:59:01.211Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-05-19T09:59:01.211Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-05-19T09:59:01.211Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-05-19T09:59:01.211Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-05-19T09:59:01.211Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-05-19T09:59:01.211Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-05-19T09:59:01.211Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-05-19T09:59:01.211Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-05-19T09:59:01.211Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-05-19T09:59:01.211Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-05-19T09:59:01.211Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-05-19T09:59:01.211Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-05-19T09:59:01.211Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-05-19T09:59:01.211Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block (0.00s) [2022-05-19T09:59:01.211Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-05-19T09:59:01.211Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-05-19T09:59:01.211Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-05-19T09:59:01.211Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-05-19T09:59:01.211Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-05-19T09:59:01.211Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-05-19T09:59:01.211Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-05-19T09:59:01.211Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-05-19T09:59:01.211Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-05-19T09:59:01.211Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes (0.01s) [2022-05-19T09:59:01.211Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/1_lines (0.00s) [2022-05-19T09:59:01.211Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-05-19T09:59:01.211Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/7_lines (0.00s) [2022-05-19T09:59:01.211Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/6_lines (0.00s) [2022-05-19T09:59:01.211Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/5_lines (0.00s) [2022-05-19T09:59:01.211Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/4_lines (0.00s) [2022-05-19T09:59:01.211Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/3_lines (0.00s) [2022-05-19T09:59:01.211Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/2_lines (0.00s) [2022-05-19T09:59:01.211Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/8_lines (0.00s) [2022-05-19T09:59:01.211Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/10_lines (0.00s) [2022-05-19T09:59:01.211Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/9_lines (0.00s) [2022-05-19T09:59:01.211Z] --- PASS: TestNewTailReader/8_byte_delimiter (0.00s) [2022-05-19T09:59:01.211Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry (0.00s) [2022-05-19T09:59:01.211Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-05-19T09:59:01.211Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-05-19T09:59:01.211Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines (0.00s) [2022-05-19T09:59:01.211Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-05-19T09:59:01.211Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block (0.00s) [2022-05-19T09:59:01.211Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-05-19T09:59:01.211Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-05-19T09:59:01.211Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter (0.00s) [2022-05-19T09:59:01.211Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-05-19T09:59:01.211Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-05-19T09:59:01.211Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block (0.00s) [2022-05-19T09:59:01.211Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-05-19T09:59:01.211Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-05-19T09:59:01.211Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-05-19T09:59:01.211Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-05-19T09:59:01.211Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-05-19T09:59:01.211Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-05-19T09:59:01.211Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-05-19T09:59:01.211Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-05-19T09:59:01.211Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-05-19T09:59:01.211Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values (0.00s) [2022-05-19T09:59:01.211Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-05-19T09:59:01.211Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-05-19T09:59:01.211Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-05-19T09:59:01.211Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-05-19T09:59:01.211Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-05-19T09:59:01.211Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-05-19T09:59:01.211Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-05-19T09:59:01.211Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-05-19T09:59:01.211Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-05-19T09:59:01.211Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-05-19T09:59:01.211Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-05-19T09:59:01.211Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries (0.00s) [2022-05-19T09:59:01.211Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-05-19T09:59:01.211Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-05-19T09:59:01.211Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-05-19T09:59:01.211Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-05-19T09:59:01.211Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-05-19T09:59:01.211Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-05-19T09:59:01.211Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-05-19T09:59:01.211Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-05-19T09:59:01.211Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-05-19T09:59:01.211Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-05-19T09:59:01.211Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-05-19T09:59:01.211Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-05-19T09:59:01.211Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-05-19T09:59:01.211Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-05-19T09:59:01.211Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-05-19T09:59:01.211Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-05-19T09:59:01.211Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-05-19T09:59:01.211Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-05-19T09:59:01.211Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes (0.00s) [2022-05-19T09:59:01.211Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/1_lines (0.00s) [2022-05-19T09:59:01.211Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/10_lines (0.00s) [2022-05-19T09:59:01.211Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/8_lines (0.00s) [2022-05-19T09:59:01.211Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-05-19T09:59:01.211Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/6_lines (0.00s) [2022-05-19T09:59:01.211Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/5_lines (0.00s) [2022-05-19T09:59:01.211Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/4_lines (0.00s) [2022-05-19T09:59:01.211Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/3_lines (0.00s) [2022-05-19T09:59:01.211Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/2_lines (0.00s) [2022-05-19T09:59:01.211Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/7_lines (0.00s) [2022-05-19T09:59:01.211Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/9_lines (0.00s) [2022-05-19T09:59:01.211Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block (0.00s) [2022-05-19T09:59:01.211Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-05-19T09:59:01.211Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-05-19T09:59:01.211Z] PASS [2022-05-19T09:59:01.211Z] coverage: 88.6% of statements [2022-05-19T09:59:01.211Z] ok github.com/docker/docker/pkg/tailfile 0.231s coverage: 88.6% of statements [2022-05-19T09:59:01.211Z] time="2022-05-19T09:59:00Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 4s" [2022-05-19T09:59:01.323Z] time="2022-05-19T09:59:00Z" 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-05-19T09:59:01.378Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (2.02s) [2022-05-19T09:59:01.378Z] === RUN TestCgroupNamespacesRunHostMode [2022-05-19T09:59:01.792Z] --- PASS: TestNetworkDBCRUDMediumCluster (5.44s) [2022-05-19T09:59:01.793Z] === RUN TestNetworkDBNodeJoinLeaveIteration [2022-05-19T09:59:02.153Z] --- PASS: TestPubSubRace (1.07s) [2022-05-19T09:59:02.153Z] PASS [2022-05-19T09:59:02.153Z] coverage: 75.0% of statements [2022-05-19T09:59:02.153Z] ok github.com/docker/docker/pkg/pubsub 1.109s coverage: 75.0% of statements [2022-05-19T09:59:02.203Z] === RUN TestTarSumRemoveNonExistent [2022-05-19T09:59:02.203Z] --- PASS: TestTarSumRemoveNonExistent (0.01s) [2022-05-19T09:59:02.203Z] === RUN TestTarSumRemove [2022-05-19T09:59:02.203Z] --- PASS: TestTarSumRemove (0.00s) [2022-05-19T09:59:02.203Z] === RUN TestSortFileInfoSums [2022-05-19T09:59:02.203Z] --- PASS: TestSortFileInfoSums (0.00s) [2022-05-19T09:59:02.203Z] === RUN TestNewTarSumForLabelInvalid [2022-05-19T09:59:02.203Z] --- PASS: TestNewTarSumForLabelInvalid (0.00s) [2022-05-19T09:59:02.203Z] === RUN TestNewTarSumForLabel [2022-05-19T09:59:02.203Z] --- PASS: TestNewTarSumForLabel (0.00s) [2022-05-19T09:59:02.203Z] === RUN TestEmptyTar [2022-05-19T09:59:02.203Z] --- PASS: TestEmptyTar (0.01s) [2022-05-19T09:59:02.203Z] === RUN TestTarSumsReadSize [2022-05-19T09:59:02.203Z] --- PASS: TestTarSumsReadSize (0.01s) [2022-05-19T09:59:02.203Z] === RUN TestTarSums [2022-05-19T09:59:02.203Z] --- PASS: TestTarSums (0.10s) [2022-05-19T09:59:02.203Z] === RUN TestIteration [2022-05-19T09:59:02.203Z] --- PASS: TestIteration (0.00s) [2022-05-19T09:59:02.203Z] === RUN TestVersionLabelForChecksum [2022-05-19T09:59:02.203Z] --- PASS: TestVersionLabelForChecksum (0.00s) [2022-05-19T09:59:02.203Z] === RUN TestVersion [2022-05-19T09:59:02.203Z] --- PASS: TestVersion (0.00s) [2022-05-19T09:59:02.203Z] === RUN TestGetVersion [2022-05-19T09:59:02.203Z] --- PASS: TestGetVersion (0.00s) [2022-05-19T09:59:02.203Z] === RUN TestGetVersions [2022-05-19T09:59:02.203Z] --- PASS: TestGetVersions (0.00s) [2022-05-19T09:59:02.203Z] PASS [2022-05-19T09:59:02.203Z] coverage: 89.3% of statements [2022-05-19T09:59:02.203Z] ok github.com/docker/docker/pkg/tarsum 0.176s coverage: 89.3% of statements [2022-05-19T09:59:02.621Z] === RUN TestRegister [2022-05-19T09:59:02.621Z] --- PASS: TestRegister (0.00s) [2022-05-19T09:59:02.621Z] === RUN TestCommand [2022-05-19T09:59:02.621Z] --- PASS: TestCommand (0.03s) [2022-05-19T09:59:02.621Z] === RUN TestNaiveSelf [2022-05-19T09:59:02.621Z] --- PASS: TestNaiveSelf (0.04s) [2022-05-19T09:59:02.621Z] PASS [2022-05-19T09:59:02.621Z] coverage: 82.4% of statements [2022-05-19T09:59:02.621Z] ok github.com/docker/docker/pkg/reexec 0.108s coverage: 82.4% of statements [2022-05-19T09:59:02.781Z] time="2022-05-19T09:59:02Z" 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-05-19T09:59:02.781Z] 2022/05/19 09:59:02 Closing DB instances... [2022-05-19T09:59:03.089Z] time="2022-05-19T09:59:03Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49313/Test.Echo: Post \"http://127.0.0.1:49313/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 8s" [2022-05-19T09:59:03.189Z] === RUN TestTruncIndex [2022-05-19T09:59:03.189Z] --- PASS: TestTruncIndex (0.10s) [2022-05-19T09:59:03.189Z] PASS [2022-05-19T09:59:03.189Z] coverage: 91.5% of statements [2022-05-19T09:59:03.189Z] ok github.com/docker/docker/pkg/truncindex 0.141s coverage: 91.5% of statements [2022-05-19T09:59:03.272Z] --- PASS: TestCgroupNamespacesRunHostMode (2.01s) [2022-05-19T09:59:03.272Z] === RUN TestCgroupNamespacesRunPrivateMode [2022-05-19T09:59:03.557Z] === RUN TestDump [2022-05-19T09:59:03.557Z] goroutine 35 [running]: [2022-05-19T09:59:03.557Z] github.com/docker/docker/pkg/stack.dump(0xef2d57?) [2022-05-19T09:59:03.557Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x6c [2022-05-19T09:59:03.557Z] github.com/docker/docker/pkg/stack.Dump(...) [2022-05-19T09:59:03.557Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:18 [2022-05-19T09:59:03.557Z] github.com/docker/docker/pkg/stack.TestDump(0x0?) [2022-05-19T09:59:03.557Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:12 +0x2a [2022-05-19T09:59:03.557Z] testing.tRunner(0xc000143380, 0x10ba4b0) [2022-05-19T09:59:03.557Z] c:/go/src/testing/testing.go:1439 +0x102 [2022-05-19T09:59:03.557Z] created by testing.(*T).Run [2022-05-19T09:59:03.557Z] c:/go/src/testing/testing.go:1486 +0x35f [2022-05-19T09:59:03.557Z] [2022-05-19T09:59:03.557Z] goroutine 1 [chan receive]: [2022-05-19T09:59:03.557Z] testing.(*T).Run(0xc0001431e0, {0x10a9154?, 0xecc1f3?}, 0x10ba4b0) [2022-05-19T09:59:03.557Z] c:/go/src/testing/testing.go:1487 +0x37a [2022-05-19T09:59:03.557Z] testing.runTests.func1(0xc000130840?) [2022-05-19T09:59:03.557Z] c:/go/src/testing/testing.go:1839 +0x6e [2022-05-19T09:59:03.557Z] testing.tRunner(0xc0001431e0, 0xc00013bca0) [2022-05-19T09:59:03.557Z] c:/go/src/testing/testing.go:1439 +0x102 [2022-05-19T09:59:03.557Z] testing.runTests(0xc00010e460?, {0x123e400, 0x3, 0x3}, {0x21069890a28?, 0x40?, 0x12434a0?}) [2022-05-19T09:59:03.557Z] c:/go/src/testing/testing.go:1837 +0x457 [2022-05-19T09:59:03.557Z] testing.(*M).Run(0xc00010e460) [2022-05-19T09:59:03.557Z] c:/go/src/testing/testing.go:1719 +0x5d9 [2022-05-19T09:59:03.557Z] main.main() [2022-05-19T09:59:03.557Z] _testmain.go:99 +0x255 [2022-05-19T09:59:03.557Z] --- PASS: TestDump (0.00s) [2022-05-19T09:59:03.557Z] === RUN TestDumpToFile [2022-05-19T09:59:03.557Z] --- PASS: TestDumpToFile (0.17s) [2022-05-19T09:59:03.557Z] === RUN TestDumpToFileWithEmptyInput [2022-05-19T09:59:03.557Z] goroutine 37 [running]: [2022-05-19T09:59:03.557Z] github.com/docker/docker/pkg/stack.dump(0xf6ed93?) [2022-05-19T09:59:03.557Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x6c [2022-05-19T09:59:03.557Z] github.com/docker/docker/pkg/stack.DumpToFile({0x0?, 0xf6ed60?}) [2022-05-19T09:59:03.557Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:38 +0x217 [2022-05-19T09:59:03.557Z] github.com/docker/docker/pkg/stack.TestDumpToFileWithEmptyInput(0xc000143380?) [2022-05-19T09:59:03.557Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:27 +0x26 [2022-05-19T09:59:03.557Z] testing.tRunner(0xc000143a00, 0x10ba4a0) [2022-05-19T09:59:03.557Z] c:/go/src/testing/testing.go:1439 +0x102 [2022-05-19T09:59:03.557Z] created by testing.(*T).Run [2022-05-19T09:59:03.557Z] c:/go/src/testing/testing.go:1486 +0x35f [2022-05-19T09:59:03.557Z] [2022-05-19T09:59:03.557Z] goroutine 1 [chan receive]: [2022-05-19T09:59:03.557Z] testing.(*T).Run(0xc0001431e0, {0x10b072b?, 0xecc1f3?}, 0x10ba4a0) [2022-05-19T09:59:03.557Z] c:/go/src/testing/testing.go:1487 +0x37a [2022-05-19T09:59:03.557Z] testing.runTests.func1(0xc000130840?) [2022-05-19T09:59:03.557Z] c:/go/src/testing/testing.go:1839 +0x6e [2022-05-19T09:59:03.557Z] testing.tRunner(0xc0001431e0, 0xc00013bca0) [2022-05-19T09:59:03.557Z] c:/go/src/testing/testing.go:1439 +0x102 [2022-05-19T09:59:03.557Z] testing.runTests(0xc00010e460?, {0x123e400, 0x3, 0x3}, {0x21069890a28?, 0x40?, 0x12434a0?}) [2022-05-19T09:59:03.557Z] c:/go/src/testing/testing.go:1837 +0x457 [2022-05-19T09:59:03.557Z] testing.(*M).Run(0xc00010e460) [2022-05-19T09:59:03.557Z] c:/go/src/testing/testing.go:1719 +0x5d9 [2022-05-19T09:59:03.557Z] main.main() [2022-05-19T09:59:03.557Z] _testmain.go:99 +0x255 [2022-05-19T09:59:03.557Z] --- PASS: TestDumpToFileWithEmptyInput (0.00s) [2022-05-19T09:59:03.557Z] PASS [2022-05-19T09:59:03.557Z] coverage: 90.9% of statements [2022-05-19T09:59:03.557Z] ok github.com/docker/docker/pkg/stack 0.217s coverage: 90.9% of statements [2022-05-19T09:59:03.557Z] --- PASS: TestRequest (16.44s) [2022-05-19T09:59:03.557Z] === RUN TestOverlappingRequests [2022-05-19T09:59:03.835Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2022-05-19T09:59:04.182Z] === RUN TestVersionInfo [2022-05-19T09:59:04.182Z] --- PASS: TestVersionInfo (0.00s) [2022-05-19T09:59:04.182Z] === RUN TestAppendVersions [2022-05-19T09:59:04.182Z] --- PASS: TestAppendVersions (0.00s) [2022-05-19T09:59:04.182Z] PASS [2022-05-19T09:59:04.182Z] coverage: 88.9% of statements [2022-05-19T09:59:04.182Z] ok github.com/docker/docker/pkg/useragent 0.039s coverage: 88.9% of statements [2022-05-19T09:59:04.354Z] --- PASS: TestNetworkDBNodeJoinLeaveIteration (2.63s) [2022-05-19T09:59:04.354Z] === RUN TestNetworkDBGarbageCollection [2022-05-19T09:59:04.543Z] === RUN TestNewStdWriter [2022-05-19T09:59:04.544Z] --- PASS: TestNewStdWriter (0.00s) [2022-05-19T09:59:04.544Z] === RUN TestWriteWithUninitializedStdWriter [2022-05-19T09:59:04.544Z] --- PASS: TestWriteWithUninitializedStdWriter (0.00s) [2022-05-19T09:59:04.544Z] === RUN TestWriteWithNilBytes [2022-05-19T09:59:04.544Z] --- PASS: TestWriteWithNilBytes (0.00s) [2022-05-19T09:59:04.544Z] === RUN TestWrite [2022-05-19T09:59:04.544Z] --- PASS: TestWrite (0.00s) [2022-05-19T09:59:04.544Z] === RUN TestWriteWithWriterError [2022-05-19T09:59:04.544Z] --- PASS: TestWriteWithWriterError (0.00s) [2022-05-19T09:59:04.544Z] === RUN TestWriteDoesNotReturnNegativeWrittenBytes [2022-05-19T09:59:04.544Z] --- PASS: TestWriteDoesNotReturnNegativeWrittenBytes (0.00s) [2022-05-19T09:59:04.544Z] === RUN TestStdCopyWriteAndRead [2022-05-19T09:59:04.544Z] --- PASS: TestStdCopyWriteAndRead (0.00s) [2022-05-19T09:59:04.544Z] === RUN TestStdCopyReturnsErrorReadingHeader [2022-05-19T09:59:04.544Z] --- PASS: TestStdCopyReturnsErrorReadingHeader (0.00s) [2022-05-19T09:59:04.544Z] === RUN TestStdCopyReturnsErrorReadingFrame [2022-05-19T09:59:04.544Z] --- PASS: TestStdCopyReturnsErrorReadingFrame (0.00s) [2022-05-19T09:59:04.544Z] === RUN TestStdCopyDetectsCorruptedFrame [2022-05-19T09:59:04.544Z] --- PASS: TestStdCopyDetectsCorruptedFrame (0.00s) [2022-05-19T09:59:04.544Z] === RUN TestStdCopyWithInvalidInputHeader [2022-05-19T09:59:04.544Z] --- PASS: TestStdCopyWithInvalidInputHeader (0.00s) [2022-05-19T09:59:04.544Z] === RUN TestStdCopyWithCorruptedPrefix [2022-05-19T09:59:04.544Z] --- PASS: TestStdCopyWithCorruptedPrefix (0.00s) [2022-05-19T09:59:04.544Z] === RUN TestStdCopyReturnsWriteErrors [2022-05-19T09:59:04.544Z] --- PASS: TestStdCopyReturnsWriteErrors (0.00s) [2022-05-19T09:59:04.544Z] === RUN TestStdCopyDetectsNotFullyWrittenFrames [2022-05-19T09:59:04.544Z] --- PASS: TestStdCopyDetectsNotFullyWrittenFrames (0.00s) [2022-05-19T09:59:04.544Z] === RUN TestStdCopyReturnsErrorFromSystem [2022-05-19T09:59:04.544Z] --- PASS: TestStdCopyReturnsErrorFromSystem (0.00s) [2022-05-19T09:59:04.544Z] PASS [2022-05-19T09:59:04.544Z] coverage: 100.0% of statements [2022-05-19T09:59:04.544Z] ok github.com/docker/docker/pkg/stdcopy 0.041s coverage: 100.0% of statements [2022-05-19T09:59:04.544Z] --- PASS: TestOverlappingRequests (0.85s) [2022-05-19T09:59:04.544Z] === RUN TestRelease [2022-05-19T09:59:04.650Z] time="2022-05-19T09:59:04Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 8s" [2022-05-19T09:59:04.764Z] === RUN TestDockerDaemonSuite/TestDaemonRestartKillWait [2022-05-19T09:59:05.020Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.96s) [2022-05-19T09:59:05.020Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2022-05-19T09:59:05.343Z] time="2022-05-19T09:59:04Z" 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-05-19T09:59:05.529Z] === RUN TestRawProgressFormatterFormatStatus [2022-05-19T09:59:05.529Z] --- PASS: TestRawProgressFormatterFormatStatus (0.00s) [2022-05-19T09:59:05.529Z] === RUN TestRawProgressFormatterFormatProgress [2022-05-19T09:59:05.529Z] --- PASS: TestRawProgressFormatterFormatProgress (0.00s) [2022-05-19T09:59:05.529Z] === RUN TestFormatStatus [2022-05-19T09:59:05.529Z] --- PASS: TestFormatStatus (0.00s) [2022-05-19T09:59:05.529Z] === RUN TestFormatError [2022-05-19T09:59:05.529Z] --- PASS: TestFormatError (0.00s) [2022-05-19T09:59:05.529Z] === RUN TestFormatJSONError [2022-05-19T09:59:05.529Z] --- PASS: TestFormatJSONError (0.00s) [2022-05-19T09:59:05.529Z] === RUN TestJsonProgressFormatterFormatProgress [2022-05-19T09:59:05.529Z] --- PASS: TestJsonProgressFormatterFormatProgress (0.00s) [2022-05-19T09:59:05.529Z] === RUN TestJsonProgressFormatterFormatStatus [2022-05-19T09:59:05.529Z] --- PASS: TestJsonProgressFormatterFormatStatus (0.00s) [2022-05-19T09:59:05.529Z] === RUN TestNewJSONProgressOutput [2022-05-19T09:59:05.529Z] --- PASS: TestNewJSONProgressOutput (0.00s) [2022-05-19T09:59:05.529Z] === RUN TestAuxFormatterEmit [2022-05-19T09:59:05.529Z] --- PASS: TestAuxFormatterEmit (0.00s) [2022-05-19T09:59:05.529Z] === RUN TestStreamWriterStdout [2022-05-19T09:59:05.529Z] --- PASS: TestStreamWriterStdout (0.00s) [2022-05-19T09:59:05.529Z] === RUN TestStreamWriterStderr [2022-05-19T09:59:05.529Z] --- PASS: TestStreamWriterStderr (0.00s) [2022-05-19T09:59:05.529Z] PASS [2022-05-19T09:59:05.529Z] coverage: 66.2% of statements [2022-05-19T09:59:05.529Z] ok github.com/docker/docker/pkg/streamformatter 0.048s coverage: 66.2% of statements [2022-05-19T09:59:05.997Z] === RUN TestGenerateRandomID [2022-05-19T09:59:05.997Z] --- PASS: TestGenerateRandomID (0.00s) [2022-05-19T09:59:05.997Z] === RUN TestShortenId [2022-05-19T09:59:05.997Z] --- PASS: TestShortenId (0.00s) [2022-05-19T09:59:05.997Z] === RUN TestShortenSha256Id [2022-05-19T09:59:05.997Z] --- PASS: TestShortenSha256Id (0.00s) [2022-05-19T09:59:05.997Z] === RUN TestShortenIdEmpty [2022-05-19T09:59:05.997Z] --- PASS: TestShortenIdEmpty (0.00s) [2022-05-19T09:59:05.997Z] === RUN TestShortenIdInvalid [2022-05-19T09:59:05.997Z] --- PASS: TestShortenIdInvalid (0.00s) [2022-05-19T09:59:05.997Z] === RUN TestIsShortIDNonHex [2022-05-19T09:59:05.997Z] --- PASS: TestIsShortIDNonHex (0.00s) [2022-05-19T09:59:05.997Z] === RUN TestIsShortIDNotCorrectSize [2022-05-19T09:59:05.997Z] --- PASS: TestIsShortIDNotCorrectSize (0.00s) [2022-05-19T09:59:05.997Z] PASS [2022-05-19T09:59:05.997Z] coverage: 70.6% of statements [2022-05-19T09:59:05.997Z] ok github.com/docker/docker/pkg/stringid 0.036s coverage: 70.6% of statements [2022-05-19T09:59:06.388Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2022-05-19T09:59:06.464Z] === RUN TestIsCpusetListAvailable [2022-05-19T09:59:06.464Z] --- PASS: TestIsCpusetListAvailable (0.00s) [2022-05-19T09:59:06.464Z] PASS [2022-05-19T09:59:06.464Z] coverage: 39.4% of statements [2022-05-19T09:59:06.464Z] ok github.com/docker/docker/pkg/sysinfo 0.034s coverage: 39.4% of statements [2022-05-19T09:59:06.510Z] === RUN TestValidatePrivileges [2022-05-19T09:59:06.510Z] --- PASS: TestValidatePrivileges (0.00s) [2022-05-19T09:59:06.510Z] === RUN TestFilterByCapNeg [2022-05-19T09:59:06.510Z] --- PASS: TestFilterByCapNeg (0.00s) [2022-05-19T09:59:06.510Z] === RUN TestFilterByCapPos [2022-05-19T09:59:06.510Z] --- PASS: TestFilterByCapPos (0.00s) [2022-05-19T09:59:06.510Z] === RUN TestStoreGetPluginNotMatchCapRefs [2022-05-19T09:59:06.510Z] --- PASS: TestStoreGetPluginNotMatchCapRefs (0.00s) [2022-05-19T09:59:06.510Z] PASS [2022-05-19T09:59:06.510Z] coverage: 12.2% of statements [2022-05-19T09:59:06.510Z] ok github.com/docker/docker/plugin 0.059s coverage: 12.2% of statements [2022-05-19T09:59:06.644Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2022-05-19T09:59:06.901Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.74s) [2022-05-19T09:59:06.901Z] === RUN TestCgroupNamespacesRunInvalidMode [2022-05-19T09:59:06.901Z] === RUN TestDockerDaemonSuite/TestDaemonRestartLocalVolumes [2022-05-19T09:59:07.450Z] --- PASS: TestRelease (2.67s) [2022-05-19T09:59:07.450Z] === RUN TestAllocateRandomDeallocate [2022-05-19T09:59:07.464Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.77s) [2022-05-19T09:59:07.464Z] === RUN TestCgroupNamespacesRunOlderClient [2022-05-19T09:59:07.497Z] === RUN TestNewSettable [2022-05-19T09:59:07.497Z] --- PASS: TestNewSettable (0.00s) [2022-05-19T09:59:07.497Z] === RUN TestIsSettable [2022-05-19T09:59:07.497Z] --- PASS: TestIsSettable (0.00s) [2022-05-19T09:59:07.497Z] === RUN TestUpdateSettingsEnv [2022-05-19T09:59:07.497Z] --- PASS: TestUpdateSettingsEnv (0.00s) [2022-05-19T09:59:07.497Z] PASS [2022-05-19T09:59:07.497Z] coverage: 20.0% of statements [2022-05-19T09:59:07.497Z] ok github.com/docker/docker/plugin/v2 0.042s coverage: 20.0% of statements [2022-05-19T09:59:08.028Z] === RUN TestDockerDaemonSuite/TestDaemonRestartOnFailure [2022-05-19T09:59:08.436Z] === RUN TestChtimes [2022-05-19T09:59:08.436Z] --- PASS: TestChtimes (0.00s) [2022-05-19T09:59:08.436Z] === RUN TestChtimesWindows [2022-05-19T09:59:08.436Z] --- PASS: TestChtimesWindows (0.00s) [2022-05-19T09:59:08.436Z] === RUN TestCheckSystemDriveAndRemoveDriveLetter [2022-05-19T09:59:08.436Z] --- PASS: TestCheckSystemDriveAndRemoveDriveLetter (0.00s) [2022-05-19T09:59:08.436Z] PASS [2022-05-19T09:59:08.436Z] coverage: 13.0% of statements [2022-05-19T09:59:08.436Z] ok github.com/docker/docker/pkg/system 0.044s coverage: 13.0% of statements [2022-05-19T09:59:08.484Z] === RUN TestLoad [2022-05-19T09:59:08.484Z] --- PASS: TestLoad (0.00s) [2022-05-19T09:59:08.484Z] === RUN TestSave [2022-05-19T09:59:08.484Z] --- PASS: TestSave (0.03s) [2022-05-19T09:59:08.484Z] === RUN TestAddDeleteGet [2022-05-19T09:59:08.484Z] --- PASS: TestAddDeleteGet (0.04s) [2022-05-19T09:59:08.484Z] === RUN TestInvalidTags [2022-05-19T09:59:08.484Z] --- PASS: TestInvalidTags (0.01s) [2022-05-19T09:59:08.484Z] PASS [2022-05-19T09:59:08.484Z] coverage: 84.4% of statements [2022-05-19T09:59:08.484Z] ok github.com/docker/docker/reference 0.130s coverage: 84.4% of statements [2022-05-19T09:59:08.484Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2022-05-19T09:59:08.484Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2022-05-19T09:59:08.484Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2022-05-19T09:59:08.484Z] ? github.com/docker/docker/libnetwork/netutils [no test files] [2022-05-19T09:59:08.604Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2022-05-19T09:59:08.904Z] === RUN TestTailFile [2022-05-19T09:59:08.904Z] --- PASS: TestTailFile (0.00s) [2022-05-19T09:59:08.904Z] === RUN TestTailFileManyLines [2022-05-19T09:59:08.904Z] --- PASS: TestTailFileManyLines (0.00s) [2022-05-19T09:59:08.904Z] === RUN TestTailEmptyFile [2022-05-19T09:59:08.904Z] --- PASS: TestTailEmptyFile (0.00s) [2022-05-19T09:59:08.904Z] === RUN TestTailNegativeN [2022-05-19T09:59:08.904Z] --- PASS: TestTailNegativeN (0.00s) [2022-05-19T09:59:08.904Z] === RUN TestNewTailReader [2022-05-19T09:59:08.904Z] === PAUSE TestNewTailReader [2022-05-19T09:59:08.904Z] === CONT TestNewTailReader [2022-05-19T09:59:08.904Z] === RUN TestNewTailReader/8_byte_delimiter [2022-05-19T09:59:08.904Z] === PAUSE TestNewTailReader/8_byte_delimiter [2022-05-19T09:59:08.904Z] === RUN TestNewTailReader/12_byte_delimiter [2022-05-19T09:59:08.904Z] === PAUSE TestNewTailReader/12_byte_delimiter [2022-05-19T09:59:08.904Z] === RUN TestNewTailReader/no_delimiter [2022-05-19T09:59:08.904Z] === PAUSE TestNewTailReader/no_delimiter [2022-05-19T09:59:08.904Z] === RUN TestNewTailReader/single_byte_delimiter [2022-05-19T09:59:08.904Z] === PAUSE TestNewTailReader/single_byte_delimiter [2022-05-19T09:59:08.904Z] === RUN TestNewTailReader/2_byte_delimiter [2022-05-19T09:59:08.904Z] === PAUSE TestNewTailReader/2_byte_delimiter [2022-05-19T09:59:08.904Z] === RUN TestNewTailReader/4_byte_delimiter [2022-05-19T09:59:08.904Z] === PAUSE TestNewTailReader/4_byte_delimiter [2022-05-19T09:59:08.904Z] === RUN TestNewTailReader/truncated_last_line [2022-05-19T09:59:08.904Z] === RUN TestNewTailReader/truncated_last_line/more_than_available [2022-05-19T09:59:08.904Z] === RUN TestNewTailReader/truncated_last_line#01 [2022-05-19T09:59:08.904Z] === RUN TestNewTailReader/truncated_last_line#01/exact [2022-05-19T09:59:08.904Z] === RUN TestNewTailReader/truncated_last_line#02 [2022-05-19T09:59:08.904Z] === RUN TestNewTailReader/truncated_last_line#02/one_line [2022-05-19T09:59:08.904Z] === CONT TestNewTailReader/8_byte_delimiter [2022-05-19T09:59:08.904Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry [2022-05-19T09:59:08.904Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry [2022-05-19T09:59:08.904Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries [2022-05-19T09:59:08.904Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries [2022-05-19T09:59:08.904Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes [2022-05-19T09:59:08.904Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes [2022-05-19T09:59:08.904Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-19T09:59:08.904Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-19T09:59:08.904Z] === CONT TestNewTailReader/single_byte_delimiter [2022-05-19T09:59:08.904Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry [2022-05-19T09:59:08.904Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry [2022-05-19T09:59:08.904Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries [2022-05-19T09:59:08.904Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries [2022-05-19T09:59:08.904Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes [2022-05-19T09:59:08.904Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-19T09:59:08.904Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes [2022-05-19T09:59:08.904Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-19T09:59:08.904Z] === CONT TestNewTailReader/no_delimiter [2022-05-19T09:59:08.904Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-19T09:59:08.904Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-19T09:59:08.904Z] === RUN TestNewTailReader/no_delimiter/one_small_entry [2022-05-19T09:59:08.904Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-19T09:59:08.904Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry [2022-05-19T09:59:08.904Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-05-19T09:59:08.904Z] === RUN TestNewTailReader/no_delimiter/several_small_entries [2022-05-19T09:59:08.904Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-05-19T09:59:08.904Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-05-19T09:59:08.904Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-05-19T09:59:08.904Z] === CONT TestNewTailReader/12_byte_delimiter [2022-05-19T09:59:08.904Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-05-19T09:59:08.904Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-05-19T09:59:08.904Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry [2022-05-19T09:59:08.904Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry [2022-05-19T09:59:08.904Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-05-19T09:59:08.904Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries [2022-05-19T09:59:08.904Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-05-19T09:59:08.904Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-05-19T09:59:08.904Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-05-19T09:59:08.904Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines [2022-05-19T09:59:08.904Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines [2022-05-19T09:59:08.904Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-05-19T09:59:08.904Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-05-19T09:59:08.904Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries [2022-05-19T09:59:08.904Z] === RUN TestNewTailReader/no_delimiter/various_sizes [2022-05-19T09:59:08.904Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes [2022-05-19T09:59:08.904Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-05-19T09:59:08.904Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-05-19T09:59:08.904Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-05-19T09:59:08.904Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-05-19T09:59:08.904Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-05-19T09:59:08.904Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-05-19T09:59:08.904Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block [2022-05-19T09:59:08.904Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block [2022-05-19T09:59:08.904Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block [2022-05-19T09:59:08.904Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block [2022-05-19T09:59:08.904Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block [2022-05-19T09:59:08.904Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block [2022-05-19T09:59:08.904Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values [2022-05-19T09:59:08.904Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values [2022-05-19T09:59:08.904Z] === RUN TestNewTailReader/no_delimiter/no_lines [2022-05-19T09:59:08.904Z] === PAUSE TestNewTailReader/no_delimiter/no_lines [2022-05-19T09:59:08.904Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-05-19T09:59:08.904Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-05-19T09:59:08.904Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-19T09:59:08.904Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-05-19T09:59:08.904Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-05-19T09:59:08.904Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-05-19T09:59:08.904Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-05-19T09:59:08.904Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-05-19T09:59:08.904Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-05-19T09:59:08.904Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-05-19T09:59:08.904Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-05-19T09:59:08.904Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-05-19T09:59:08.904Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-05-19T09:59:08.904Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines [2022-05-19T09:59:08.904Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines [2022-05-19T09:59:08.904Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-05-19T09:59:08.904Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-05-19T09:59:08.904Z] === CONT TestNewTailReader/2_byte_delimiter [2022-05-19T09:59:08.904Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries [2022-05-19T09:59:08.904Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes [2022-05-19T09:59:08.904Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes [2022-05-19T09:59:08.904Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-19T09:59:08.904Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-19T09:59:08.904Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-19T09:59:08.904Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-19T09:59:08.904Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-05-19T09:59:08.904Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-05-19T09:59:08.904Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-05-19T09:59:08.904Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-05-19T09:59:08.904Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-05-19T09:59:08.904Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-05-19T09:59:08.904Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-05-19T09:59:08.904Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-05-19T09:59:08.904Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-05-19T09:59:08.904Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-05-19T09:59:08.904Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines [2022-05-19T09:59:08.904Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines [2022-05-19T09:59:08.904Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-05-19T09:59:08.905Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-05-19T09:59:08.905Z] === CONT TestNewTailReader/4_byte_delimiter [2022-05-19T09:59:08.905Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-05-19T09:59:08.905Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry [2022-05-19T09:59:08.905Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry [2022-05-19T09:59:08.905Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries [2022-05-19T09:59:08.905Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries [2022-05-19T09:59:08.905Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes [2022-05-19T09:59:08.905Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes [2022-05-19T09:59:08.905Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-19T09:59:08.905Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-19T09:59:08.905Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-19T09:59:08.905Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-19T09:59:08.905Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-05-19T09:59:08.905Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-05-19T09:59:08.905Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-05-19T09:59:08.905Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-05-19T09:59:08.905Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-05-19T09:59:08.905Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-05-19T09:59:08.905Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-05-19T09:59:08.905Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-05-19T09:59:08.905Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-05-19T09:59:08.905Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-05-19T09:59:08.905Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-05-19T09:59:08.905Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-19T09:59:08.905Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-19T09:59:08.905Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry [2022-05-19T09:59:08.905Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-05-19T09:59:08.905Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-05-19T09:59:08.905Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-19T09:59:08.905Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-19T09:59:08.905Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-19T09:59:08.905Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-19T09:59:08.905Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-19T09:59:08.905Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-19T09:59:08.905Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-19T09:59:08.905Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-19T09:59:08.905Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-19T09:59:08.905Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-19T09:59:08.905Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-19T09:59:08.905Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-19T09:59:08.905Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-19T09:59:08.905Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-19T09:59:08.905Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-19T09:59:08.905Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry [2022-05-19T09:59:08.905Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry [2022-05-19T09:59:08.905Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries [2022-05-19T09:59:08.905Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries [2022-05-19T09:59:08.905Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes [2022-05-19T09:59:08.905Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes [2022-05-19T09:59:08.905Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-19T09:59:08.905Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-19T09:59:08.905Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-19T09:59:08.905Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-19T09:59:08.905Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-05-19T09:59:08.905Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-05-19T09:59:08.905Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-05-19T09:59:08.905Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-05-19T09:59:08.905Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-05-19T09:59:08.905Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-05-19T09:59:08.905Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-05-19T09:59:08.905Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-05-19T09:59:08.905Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-05-19T09:59:08.905Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-05-19T09:59:08.905Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines [2022-05-19T09:59:08.905Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines [2022-05-19T09:59:08.905Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-05-19T09:59:08.905Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-05-19T09:59:08.905Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-05-19T09:59:08.905Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-05-19T09:59:08.905Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-05-19T09:59:08.905Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-19T09:59:08.905Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines [2022-05-19T09:59:08.905Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-05-19T09:59:08.905Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-19T09:59:08.905Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-19T09:59:08.905Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-19T09:59:08.905Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-19T09:59:08.905Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-19T09:59:08.905Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-05-19T09:59:08.905Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-19T09:59:08.905Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-19T09:59:08.905Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-19T09:59:08.905Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-19T09:59:08.905Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-19T09:59:08.905Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-05-19T09:59:08.905Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-19T09:59:08.905Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines [2022-05-19T09:59:08.905Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-19T09:59:08.905Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines [2022-05-19T09:59:08.905Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-19T09:59:08.905Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-05-19T09:59:08.905Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-05-19T09:59:08.905Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-05-19T09:59:08.905Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-19T09:59:08.905Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-05-19T09:59:08.905Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-19T09:59:08.905Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-05-19T09:59:08.905Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-19T09:59:08.905Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-19T09:59:08.905Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-19T09:59:08.905Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-05-19T09:59:08.905Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-05-19T09:59:08.905Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-05-19T09:59:08.905Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-19T09:59:08.905Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-05-19T09:59:08.905Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-05-19T09:59:08.905Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-05-19T09:59:08.905Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-05-19T09:59:08.905Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-05-19T09:59:08.905Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-05-19T09:59:08.905Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-05-19T09:59:08.905Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-05-19T09:59:08.905Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-05-19T09:59:08.905Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-05-19T09:59:08.905Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-05-19T09:59:08.905Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-05-19T09:59:08.905Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-19T09:59:08.905Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-19T09:59:08.905Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-19T09:59:08.905Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-19T09:59:08.905Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-19T09:59:08.905Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-19T09:59:08.905Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-19T09:59:08.905Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-19T09:59:08.905Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-19T09:59:08.905Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-19T09:59:08.905Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-19T09:59:08.905Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-19T09:59:08.905Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes [2022-05-19T09:59:08.905Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-05-19T09:59:08.905Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-05-19T09:59:08.905Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-05-19T09:59:08.905Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-05-19T09:59:08.905Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-05-19T09:59:08.905Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-19T09:59:08.905Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-19T09:59:08.905Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-05-19T09:59:08.905Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-05-19T09:59:08.905Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-05-19T09:59:08.905Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-05-19T09:59:08.905Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-05-19T09:59:08.905Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-05-19T09:59:08.905Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-05-19T09:59:08.905Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-05-19T09:59:08.905Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-05-19T09:59:08.905Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-05-19T09:59:09.374Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-05-19T09:59:09.374Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-05-19T09:59:09.374Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-05-19T09:59:09.374Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-05-19T09:59:09.374Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-05-19T09:59:09.374Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-05-19T09:59:09.374Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-05-19T09:59:09.374Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-05-19T09:59:09.374Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-19T09:59:09.374Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-19T09:59:09.374Z] === CONT TestNewTailReader/no_delimiter/one_small_entry [2022-05-19T09:59:09.374Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries [2022-05-19T09:59:09.374Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-19T09:59:09.374Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-05-19T09:59:09.374Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-05-19T09:59:09.374Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-05-19T09:59:09.374Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-05-19T09:59:09.374Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-19T09:59:09.374Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry [2022-05-19T09:59:09.374Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-05-19T09:59:09.374Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-05-19T09:59:09.374Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-05-19T09:59:09.374Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-05-19T09:59:09.374Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-05-19T09:59:09.374Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-05-19T09:59:09.374Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-05-19T09:59:09.374Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-05-19T09:59:09.374Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-05-19T09:59:09.374Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-19T09:59:09.374Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-19T09:59:09.374Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines [2022-05-19T09:59:09.374Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-19T09:59:09.374Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-19T09:59:09.374Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-05-19T09:59:09.374Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-19T09:59:09.374Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-05-19T09:59:09.374Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-05-19T09:59:09.374Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-19T09:59:09.374Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-19T09:59:09.374Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-05-19T09:59:09.374Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-05-19T09:59:09.374Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-05-19T09:59:09.374Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-05-19T09:59:09.374Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-05-19T09:59:09.374Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-05-19T09:59:09.374Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-05-19T09:59:09.374Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-05-19T09:59:09.374Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-05-19T09:59:09.374Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-19T09:59:09.374Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-05-19T09:59:09.374Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-19T09:59:09.374Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-05-19T09:59:09.374Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-05-19T09:59:09.374Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-05-19T09:59:09.374Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-05-19T09:59:09.374Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-05-19T09:59:09.374Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-05-19T09:59:09.374Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-19T09:59:09.374Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-19T09:59:09.374Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-05-19T09:59:09.374Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-19T09:59:09.374Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-19T09:59:09.374Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-19T09:59:09.374Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-19T09:59:09.374Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-05-19T09:59:09.374Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-05-19T09:59:09.374Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-05-19T09:59:09.374Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-05-19T09:59:09.374Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-05-19T09:59:09.374Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-05-19T09:59:09.374Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-05-19T09:59:09.375Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-05-19T09:59:09.375Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-05-19T09:59:09.375Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-05-19T09:59:09.375Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-05-19T09:59:09.375Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-05-19T09:59:09.375Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-19T09:59:09.375Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-19T09:59:09.375Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-19T09:59:09.375Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-19T09:59:09.375Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-19T09:59:09.375Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-19T09:59:09.375Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-19T09:59:09.375Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-19T09:59:09.375Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-19T09:59:09.375Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-05-19T09:59:09.375Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-05-19T09:59:09.375Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-19T09:59:09.375Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-19T09:59:09.375Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-19T09:59:09.375Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-19T09:59:09.375Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-19T09:59:09.375Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-19T09:59:09.375Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-19T09:59:09.375Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-19T09:59:09.375Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-19T09:59:09.375Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-19T09:59:09.375Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-19T09:59:09.375Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-19T09:59:09.375Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-19T09:59:09.375Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-19T09:59:09.375Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-19T09:59:09.375Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-19T09:59:09.375Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes [2022-05-19T09:59:09.375Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-19T09:59:09.375Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-19T09:59:09.375Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-19T09:59:09.375Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-19T09:59:09.375Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-19T09:59:09.375Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-19T09:59:09.375Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-19T09:59:09.375Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-19T09:59:09.375Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-19T09:59:09.375Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-19T09:59:09.375Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-19T09:59:09.375Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-19T09:59:09.375Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-19T09:59:09.375Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-19T09:59:09.375Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-19T09:59:09.375Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-19T09:59:09.375Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-19T09:59:09.375Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block [2022-05-19T09:59:09.375Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-05-19T09:59:09.375Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-05-19T09:59:09.375Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-05-19T09:59:09.375Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries [2022-05-19T09:59:09.375Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-05-19T09:59:09.375Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-19T09:59:09.375Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-05-19T09:59:09.375Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-19T09:59:09.375Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-05-19T09:59:09.375Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-05-19T09:59:09.375Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-19T09:59:09.375Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-19T09:59:09.375Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values [2022-05-19T09:59:09.375Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-05-19T09:59:09.375Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-05-19T09:59:09.375Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-05-19T09:59:09.375Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-05-19T09:59:09.375Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-05-19T09:59:09.375Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-05-19T09:59:09.375Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-05-19T09:59:09.375Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-05-19T09:59:09.375Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-05-19T09:59:09.375Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-05-19T09:59:09.375Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-05-19T09:59:09.375Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-05-19T09:59:09.375Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-05-19T09:59:09.375Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-05-19T09:59:09.375Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-05-19T09:59:09.375Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-05-19T09:59:09.375Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-05-19T09:59:09.375Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-05-19T09:59:09.375Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-05-19T09:59:09.375Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-05-19T09:59:09.375Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-05-19T09:59:09.375Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-05-19T09:59:09.375Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-05-19T09:59:09.375Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-05-19T09:59:09.375Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-05-19T09:59:09.375Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-05-19T09:59:09.375Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-05-19T09:59:09.375Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-05-19T09:59:09.375Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-05-19T09:59:09.375Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-05-19T09:59:09.375Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-05-19T09:59:09.375Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-19T09:59:09.375Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-19T09:59:09.375Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-05-19T09:59:09.375Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-05-19T09:59:09.375Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-05-19T09:59:09.375Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-05-19T09:59:09.375Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-05-19T09:59:09.375Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-05-19T09:59:09.375Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-05-19T09:59:09.375Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-05-19T09:59:09.375Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-05-19T09:59:09.375Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-05-19T09:59:09.375Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-05-19T09:59:09.375Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-19T09:59:09.375Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-19T09:59:09.375Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block [2022-05-19T09:59:09.375Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-05-19T09:59:09.375Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-05-19T09:59:09.375Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-05-19T09:59:09.375Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-19T09:59:09.375Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-19T09:59:09.375Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block [2022-05-19T09:59:09.375Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-05-19T09:59:09.375Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-05-19T09:59:09.375Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-05-19T09:59:09.375Z] === CONT TestNewTailReader/no_delimiter/no_lines [2022-05-19T09:59:09.375Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-19T09:59:09.375Z] === RUN TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-05-19T09:59:09.375Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-19T09:59:09.375Z] === PAUSE TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-05-19T09:59:09.375Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-19T09:59:09.375Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-19T09:59:09.375Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-05-19T09:59:09.375Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-19T09:59:09.375Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-19T09:59:09.375Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-19T09:59:09.375Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-19T09:59:09.375Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-19T09:59:09.375Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-19T09:59:09.375Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-19T09:59:09.375Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-05-19T09:59:09.375Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-19T09:59:09.375Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-19T09:59:09.375Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-19T09:59:09.375Z] === CONT TestNewTailReader/no_delimiter/various_sizes [2022-05-19T09:59:09.375Z] === RUN TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-05-19T09:59:09.375Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-05-19T09:59:09.375Z] === RUN TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-05-19T09:59:09.375Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-05-19T09:59:09.375Z] === RUN TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-05-19T09:59:09.375Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-05-19T09:59:09.375Z] === RUN TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-05-19T09:59:09.375Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-05-19T09:59:09.375Z] === RUN TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-05-19T09:59:09.375Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-05-19T09:59:09.375Z] === RUN TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-05-19T09:59:09.375Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-05-19T09:59:09.375Z] === RUN TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-05-19T09:59:09.375Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-05-19T09:59:09.375Z] === RUN TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-05-19T09:59:09.375Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-05-19T09:59:09.375Z] === RUN TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-05-19T09:59:09.375Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-05-19T09:59:09.375Z] === RUN TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-05-19T09:59:09.375Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-19T09:59:09.375Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-05-19T09:59:09.375Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-19T09:59:09.375Z] === RUN TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-05-19T09:59:09.375Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-05-19T09:59:09.375Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-19T09:59:09.375Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-19T09:59:09.375Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-19T09:59:09.375Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-19T09:59:09.375Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-19T09:59:09.375Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-19T09:59:09.375Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-19T09:59:09.375Z] === CONT TestNewTailReader/no_delimiter/several_small_entries [2022-05-19T09:59:09.375Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry [2022-05-19T09:59:09.375Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-05-19T09:59:09.375Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-05-19T09:59:09.375Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-05-19T09:59:09.375Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-05-19T09:59:09.375Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-19T09:59:09.375Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-19T09:59:09.375Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-19T09:59:09.375Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-19T09:59:09.375Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-19T09:59:09.375Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-05-19T09:59:09.375Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-19T09:59:09.375Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-19T09:59:09.375Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-05-19T09:59:09.375Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-05-19T09:59:09.375Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-05-19T09:59:09.375Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-19T09:59:09.375Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-05-19T09:59:09.375Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-19T09:59:09.375Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-05-19T09:59:09.375Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines [2022-05-19T09:59:09.375Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-05-19T09:59:09.375Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-05-19T09:59:09.375Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-05-19T09:59:09.375Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-05-19T09:59:09.375Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-05-19T09:59:09.375Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-19T09:59:09.375Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-05-19T09:59:09.375Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-19T09:59:09.375Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-19T09:59:09.375Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-19T09:59:09.375Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-19T09:59:09.375Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-05-19T09:59:09.375Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-05-19T09:59:09.375Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-05-19T09:59:09.375Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-05-19T09:59:09.375Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-19T09:59:09.375Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-19T09:59:09.375Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-05-19T09:59:09.375Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-05-19T09:59:09.375Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-05-19T09:59:09.375Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-05-19T09:59:09.375Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-05-19T09:59:09.375Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-19T09:59:09.375Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-05-19T09:59:09.375Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-05-19T09:59:09.375Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-05-19T09:59:09.375Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-05-19T09:59:09.376Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-05-19T09:59:09.376Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-05-19T09:59:09.376Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-05-19T09:59:09.376Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-05-19T09:59:09.376Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-05-19T09:59:09.376Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-05-19T09:59:09.376Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-05-19T09:59:09.376Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-05-19T09:59:09.376Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-05-19T09:59:09.376Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-05-19T09:59:09.376Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-05-19T09:59:09.376Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-05-19T09:59:09.376Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-05-19T09:59:09.376Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-05-19T09:59:09.376Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-05-19T09:59:09.376Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-05-19T09:59:09.376Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-05-19T09:59:09.376Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-19T09:59:09.376Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-19T09:59:09.376Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-05-19T09:59:09.376Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-05-19T09:59:09.376Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-05-19T09:59:09.376Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-05-19T09:59:09.376Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-19T09:59:09.376Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-05-19T09:59:09.376Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-19T09:59:09.376Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-19T09:59:09.376Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-05-19T09:59:09.376Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-19T09:59:09.376Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-19T09:59:09.376Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-19T09:59:09.376Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-19T09:59:09.376Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-19T09:59:09.376Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-19T09:59:09.376Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-19T09:59:09.376Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-19T09:59:09.376Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-19T09:59:09.376Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-05-19T09:59:09.376Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-19T09:59:09.376Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-19T09:59:09.376Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes [2022-05-19T09:59:09.376Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-05-19T09:59:09.376Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-05-19T09:59:09.376Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-05-19T09:59:09.376Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-05-19T09:59:09.376Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-05-19T09:59:09.376Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-05-19T09:59:09.376Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-05-19T09:59:09.376Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-05-19T09:59:09.376Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-05-19T09:59:09.376Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-05-19T09:59:09.376Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-05-19T09:59:09.376Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-05-19T09:59:09.376Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-05-19T09:59:09.376Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-05-19T09:59:09.376Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-05-19T09:59:09.376Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-05-19T09:59:09.376Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-05-19T09:59:09.376Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-05-19T09:59:09.376Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-05-19T09:59:09.376Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-05-19T09:59:09.376Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-19T09:59:09.376Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-19T09:59:09.376Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-19T09:59:09.376Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-19T09:59:09.376Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-19T09:59:09.376Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-19T09:59:09.376Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-19T09:59:09.376Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-19T09:59:09.376Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-19T09:59:09.376Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-19T09:59:09.376Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-19T09:59:09.376Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-19T09:59:09.376Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-19T09:59:09.376Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries [2022-05-19T09:59:09.376Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-19T09:59:09.376Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-19T09:59:09.376Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-19T09:59:09.376Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-19T09:59:09.376Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-19T09:59:09.376Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-19T09:59:09.376Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-19T09:59:09.376Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-19T09:59:09.376Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-19T09:59:09.376Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-19T09:59:09.376Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-19T09:59:09.376Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-19T09:59:09.376Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-19T09:59:09.376Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-05-19T09:59:09.376Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-05-19T09:59:09.376Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-05-19T09:59:09.376Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-05-19T09:59:09.376Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-05-19T09:59:09.376Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-05-19T09:59:09.376Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-19T09:59:09.376Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-19T09:59:09.376Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-05-19T09:59:09.376Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-19T09:59:09.376Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-19T09:59:09.376Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-19T09:59:09.376Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-19T09:59:09.376Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-19T09:59:09.376Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-19T09:59:09.376Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-19T09:59:09.376Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-19T09:59:09.376Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-19T09:59:09.376Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-19T09:59:09.376Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry [2022-05-19T09:59:09.376Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-19T09:59:09.376Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-05-19T09:59:09.376Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-05-19T09:59:09.376Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-19T09:59:09.376Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-05-19T09:59:09.376Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-05-19T09:59:09.376Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-05-19T09:59:09.376Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-19T09:59:09.376Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-19T09:59:09.376Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-05-19T09:59:09.376Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-19T09:59:09.376Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-19T09:59:09.376Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-19T09:59:09.376Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-19T09:59:09.376Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-19T09:59:09.376Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-19T09:59:09.376Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-19T09:59:09.376Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-19T09:59:09.376Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-19T09:59:09.376Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-19T09:59:09.376Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-19T09:59:09.376Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-19T09:59:09.376Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-19T09:59:09.376Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-19T09:59:09.376Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-19T09:59:09.376Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-19T09:59:09.376Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-19T09:59:09.376Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-19T09:59:09.376Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-19T09:59:09.376Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-19T09:59:09.376Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-19T09:59:09.376Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-19T09:59:09.376Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-19T09:59:09.376Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes [2022-05-19T09:59:09.376Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-19T09:59:09.376Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-05-19T09:59:09.376Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-05-19T09:59:09.376Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-05-19T09:59:09.376Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-05-19T09:59:09.376Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-19T09:59:09.376Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-19T09:59:09.376Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-19T09:59:09.376Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-05-19T09:59:09.376Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-05-19T09:59:09.376Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-05-19T09:59:09.376Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-05-19T09:59:09.376Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-05-19T09:59:09.376Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-05-19T09:59:09.376Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-05-19T09:59:09.376Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-05-19T09:59:09.376Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-05-19T09:59:09.376Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-05-19T09:59:09.376Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-05-19T09:59:09.376Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-05-19T09:59:09.376Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-05-19T09:59:09.376Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-05-19T09:59:09.376Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-05-19T09:59:09.376Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-05-19T09:59:09.376Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-05-19T09:59:09.376Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-19T09:59:09.376Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-19T09:59:09.376Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries [2022-05-19T09:59:09.376Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-05-19T09:59:09.376Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-05-19T09:59:09.376Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-05-19T09:59:09.376Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-05-19T09:59:09.376Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-05-19T09:59:09.376Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-19T09:59:09.376Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-05-19T09:59:09.376Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-19T09:59:09.376Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-19T09:59:09.376Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-19T09:59:09.376Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-19T09:59:09.376Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-19T09:59:09.376Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-19T09:59:09.376Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-19T09:59:09.376Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-19T09:59:09.376Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-19T09:59:09.376Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-19T09:59:09.376Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-19T09:59:09.376Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-19T09:59:09.376Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines [2022-05-19T09:59:09.376Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-05-19T09:59:09.376Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-19T09:59:09.376Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-05-19T09:59:09.376Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-19T09:59:09.376Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-05-19T09:59:09.376Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-05-19T09:59:09.376Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-19T09:59:09.376Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-05-19T09:59:09.376Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-19T09:59:09.376Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-05-19T09:59:09.376Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-05-19T09:59:09.376Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-05-19T09:59:09.376Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-05-19T09:59:09.376Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-05-19T09:59:09.376Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-05-19T09:59:09.376Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-05-19T09:59:09.376Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-05-19T09:59:09.376Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-05-19T09:59:09.376Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-05-19T09:59:09.376Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-05-19T09:59:09.376Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-05-19T09:59:09.376Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-05-19T09:59:09.376Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-05-19T09:59:09.377Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-05-19T09:59:09.377Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-05-19T09:59:09.377Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-05-19T09:59:09.377Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-05-19T09:59:09.377Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-05-19T09:59:09.377Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-05-19T09:59:09.377Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-19T09:59:09.377Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-19T09:59:09.377Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-05-19T09:59:09.377Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-05-19T09:59:09.377Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-19T09:59:09.377Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-19T09:59:09.377Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-05-19T09:59:09.377Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-05-19T09:59:09.377Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-19T09:59:09.377Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-19T09:59:09.377Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-19T09:59:09.377Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-19T09:59:09.377Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry [2022-05-19T09:59:09.377Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-05-19T09:59:09.377Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-05-19T09:59:09.377Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-19T09:59:09.377Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-19T09:59:09.377Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-19T09:59:09.377Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-19T09:59:09.377Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-19T09:59:09.377Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-19T09:59:09.377Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-19T09:59:09.377Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-19T09:59:09.377Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-19T09:59:09.377Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-19T09:59:09.377Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines [2022-05-19T09:59:09.377Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-19T09:59:09.377Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-19T09:59:09.377Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-05-19T09:59:09.377Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-19T09:59:09.377Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-19T09:59:09.377Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-19T09:59:09.377Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-19T09:59:09.377Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-19T09:59:09.377Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-19T09:59:09.377Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-05-19T09:59:09.377Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-05-19T09:59:09.377Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-05-19T09:59:09.377Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-05-19T09:59:09.377Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-05-19T09:59:09.377Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-05-19T09:59:09.377Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-05-19T09:59:09.377Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-05-19T09:59:09.377Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-05-19T09:59:09.377Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-05-19T09:59:09.377Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-19T09:59:09.377Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-19T09:59:09.377Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-05-19T09:59:09.377Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-05-19T09:59:09.377Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-05-19T09:59:09.377Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-05-19T09:59:09.377Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-05-19T09:59:09.377Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-05-19T09:59:09.377Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-05-19T09:59:09.377Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-05-19T09:59:09.377Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-05-19T09:59:09.377Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-19T09:59:09.377Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-19T09:59:09.377Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-19T09:59:09.377Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-19T09:59:09.377Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-19T09:59:09.377Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-19T09:59:09.377Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-19T09:59:09.377Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-19T09:59:09.377Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-19T09:59:09.377Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-19T09:59:09.377Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-19T09:59:09.377Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-19T09:59:09.377Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-19T09:59:09.377Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-19T09:59:09.377Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-19T09:59:09.377Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-19T09:59:09.377Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-19T09:59:09.377Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-19T09:59:09.377Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-05-19T09:59:09.377Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-05-19T09:59:09.377Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-05-19T09:59:09.377Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-05-19T09:59:09.377Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-05-19T09:59:09.377Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-05-19T09:59:09.377Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-05-19T09:59:09.377Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-05-19T09:59:09.377Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-19T09:59:09.377Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-05-19T09:59:09.377Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-19T09:59:09.377Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-19T09:59:09.377Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-05-19T09:59:09.377Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-05-19T09:59:09.377Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-19T09:59:09.377Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-05-19T09:59:09.377Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries [2022-05-19T09:59:09.377Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-19T09:59:09.377Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-05-19T09:59:09.377Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-19T09:59:09.377Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-05-19T09:59:09.377Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-19T09:59:09.377Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-05-19T09:59:09.377Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-19T09:59:09.377Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-19T09:59:09.377Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-19T09:59:09.377Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-19T09:59:09.377Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-19T09:59:09.377Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-19T09:59:09.377Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-19T09:59:09.377Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-19T09:59:09.377Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-19T09:59:09.377Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-19T09:59:09.377Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-19T09:59:09.377Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-19T09:59:09.377Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-19T09:59:09.377Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-19T09:59:09.377Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-19T09:59:09.377Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-19T09:59:09.377Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-19T09:59:09.377Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-19T09:59:09.377Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-19T09:59:09.377Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-19T09:59:09.377Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes [2022-05-19T09:59:09.377Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-19T09:59:09.377Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-19T09:59:09.377Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-19T09:59:09.377Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-19T09:59:09.377Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-05-19T09:59:09.377Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-05-19T09:59:09.377Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-05-19T09:59:09.377Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-05-19T09:59:09.377Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-05-19T09:59:09.377Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-05-19T09:59:09.377Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-05-19T09:59:09.377Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-05-19T09:59:09.377Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-05-19T09:59:09.377Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-05-19T09:59:09.377Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-05-19T09:59:09.377Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-19T09:59:09.377Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-05-19T09:59:09.377Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-05-19T09:59:09.377Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-05-19T09:59:09.377Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-05-19T09:59:09.377Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-05-19T09:59:09.377Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-05-19T09:59:09.377Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-19T09:59:09.377Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-05-19T09:59:09.377Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-05-19T09:59:09.377Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-05-19T09:59:09.377Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-19T09:59:09.377Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-19T09:59:09.377Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-05-19T09:59:09.377Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-05-19T09:59:09.377Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-05-19T09:59:09.377Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-05-19T09:59:09.377Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-05-19T09:59:09.377Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-05-19T09:59:09.377Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-19T09:59:09.377Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-19T09:59:09.377Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-05-19T09:59:09.377Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-05-19T09:59:09.377Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-05-19T09:59:09.377Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-05-19T09:59:09.377Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-19T09:59:09.377Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-05-19T09:59:09.377Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-05-19T09:59:09.377Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-19T09:59:09.377Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-05-19T09:59:09.377Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-19T09:59:09.377Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-05-19T09:59:09.377Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-05-19T09:59:09.377Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-05-19T09:59:09.377Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-05-19T09:59:09.377Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-05-19T09:59:09.377Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-05-19T09:59:09.377Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-05-19T09:59:09.377Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-05-19T09:59:09.377Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-05-19T09:59:09.377Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-19T09:59:09.377Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-05-19T09:59:09.377Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-05-19T09:59:09.377Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-05-19T09:59:09.377Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-19T09:59:09.377Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-05-19T09:59:09.377Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-05-19T09:59:09.377Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-19T09:59:09.377Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-05-19T09:59:09.377Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-19T09:59:09.377Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-05-19T09:59:09.377Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-05-19T09:59:09.377Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-05-19T09:59:09.377Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-05-19T09:59:09.377Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-19T09:59:09.377Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-19T09:59:09.377Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-19T09:59:09.377Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-05-19T09:59:09.377Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-05-19T09:59:09.377Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-19T09:59:09.378Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-05-19T09:59:09.378Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-05-19T09:59:09.378Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-05-19T09:59:09.378Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-05-19T09:59:09.378Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-05-19T09:59:09.378Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-05-19T09:59:09.378Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-05-19T09:59:09.378Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-05-19T09:59:09.378Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-19T09:59:09.378Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-19T09:59:09.378Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-19T09:59:09.378Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-19T09:59:09.378Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-19T09:59:09.378Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-19T09:59:09.378Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-19T09:59:09.378Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-19T09:59:09.378Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-19T09:59:09.378Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-19T09:59:09.378Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-19T09:59:09.378Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-19T09:59:09.378Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-19T09:59:09.378Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-05-19T09:59:09.378Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-19T09:59:09.378Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-19T09:59:09.378Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-19T09:59:09.378Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-19T09:59:09.378Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-19T09:59:09.378Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-05-19T09:59:09.378Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-19T09:59:09.378Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-05-19T09:59:09.378Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-19T09:59:09.378Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-05-19T09:59:09.378Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-05-19T09:59:09.378Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-19T09:59:09.378Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-19T09:59:09.378Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-05-19T09:59:09.378Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-05-19T09:59:09.378Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-05-19T09:59:09.378Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-05-19T09:59:09.378Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-05-19T09:59:09.378Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-05-19T09:59:09.378Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-05-19T09:59:09.378Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-05-19T09:59:09.378Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-19T09:59:09.378Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-05-19T09:59:09.378Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-05-19T09:59:09.378Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-05-19T09:59:09.378Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-05-19T09:59:09.378Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-05-19T09:59:09.378Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-05-19T09:59:09.378Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-05-19T09:59:09.378Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-05-19T09:59:09.378Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-05-19T09:59:09.378Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-05-19T09:59:09.378Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-05-19T09:59:09.378Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-19T09:59:09.378Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-19T09:59:09.378Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-05-19T09:59:09.378Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-19T09:59:09.378Z] === CONT TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-05-19T09:59:09.378Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-05-19T09:59:09.378Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-19T09:59:09.378Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-05-19T09:59:09.378Z] === CONT TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-05-19T09:59:09.378Z] === CONT TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-05-19T09:59:09.378Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-19T09:59:09.378Z] === CONT TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-05-19T09:59:09.378Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-05-19T09:59:09.378Z] === CONT TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-05-19T09:59:09.378Z] === CONT TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-05-19T09:59:09.378Z] === CONT TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-05-19T09:59:09.378Z] === CONT TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-05-19T09:59:09.378Z] === CONT TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-05-19T09:59:09.378Z] === CONT TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-05-19T09:59:09.378Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-05-19T09:59:09.378Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-19T09:59:09.378Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-19T09:59:09.378Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-19T09:59:09.378Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-19T09:59:09.378Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-19T09:59:09.378Z] === CONT TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-05-19T09:59:09.378Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-05-19T09:59:09.378Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-19T09:59:09.378Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-19T09:59:09.378Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-19T09:59:09.378Z] === CONT TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-05-19T09:59:09.378Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-19T09:59:09.378Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-19T09:59:09.378Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-19T09:59:09.378Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-05-19T09:59:09.378Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-19T09:59:09.378Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-05-19T09:59:09.378Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-19T09:59:09.378Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-19T09:59:09.378Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-19T09:59:09.378Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-19T09:59:09.378Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-05-19T09:59:09.378Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-05-19T09:59:09.378Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-05-19T09:59:09.378Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-05-19T09:59:09.378Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-05-19T09:59:09.378Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-05-19T09:59:09.378Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-05-19T09:59:09.378Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-05-19T09:59:09.378Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-05-19T09:59:09.378Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-05-19T09:59:09.378Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-05-19T09:59:09.378Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-19T09:59:09.378Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-05-19T09:59:09.378Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-19T09:59:09.378Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-05-19T09:59:09.378Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-05-19T09:59:09.378Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-05-19T09:59:09.378Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-05-19T09:59:09.378Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-05-19T09:59:09.378Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-05-19T09:59:09.378Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-05-19T09:59:09.378Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-19T09:59:09.378Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-19T09:59:09.378Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-19T09:59:09.378Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-05-19T09:59:09.378Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-19T09:59:09.378Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-05-19T09:59:09.378Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-05-19T09:59:09.378Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-05-19T09:59:09.378Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-05-19T09:59:09.378Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-05-19T09:59:09.378Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-05-19T09:59:09.378Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-05-19T09:59:09.378Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-19T09:59:09.378Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-19T09:59:09.378Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-19T09:59:09.378Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-05-19T09:59:09.378Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-19T09:59:09.378Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-19T09:59:09.378Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-19T09:59:09.378Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-19T09:59:09.378Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-19T09:59:09.378Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-05-19T09:59:09.378Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-19T09:59:09.378Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-05-19T09:59:09.378Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-19T09:59:09.378Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-19T09:59:09.378Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-19T09:59:09.378Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-19T09:59:09.378Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-19T09:59:09.378Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-19T09:59:09.378Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-19T09:59:09.378Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-05-19T09:59:09.378Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-05-19T09:59:09.378Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-05-19T09:59:09.378Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-19T09:59:09.378Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-19T09:59:09.378Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-19T09:59:09.378Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-19T09:59:09.378Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-19T09:59:09.378Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-19T09:59:09.378Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-05-19T09:59:09.378Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-19T09:59:09.378Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-19T09:59:09.378Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-05-19T09:59:09.378Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-19T09:59:09.378Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-19T09:59:09.378Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-19T09:59:09.378Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-05-19T09:59:09.378Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-05-19T09:59:09.378Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-05-19T09:59:09.378Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-05-19T09:59:09.378Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-05-19T09:59:09.378Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-05-19T09:59:09.378Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-05-19T09:59:09.378Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-19T09:59:09.378Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-19T09:59:09.378Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-19T09:59:09.378Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-05-19T09:59:09.379Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-19T09:59:09.379Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-19T09:59:09.379Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-19T09:59:09.379Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-19T09:59:09.379Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-19T09:59:09.553Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.84s) [2022-05-19T09:59:09.553Z] === RUN TestNISDomainname [2022-05-19T09:59:09.816Z] tests/integration/models_containers_test.py ............................ [ 83%] [2022-05-19T09:59:09.847Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-19T09:59:09.847Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-19T09:59:09.847Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-19T09:59:09.847Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-19T09:59:09.847Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-05-19T09:59:09.847Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-19T09:59:09.847Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-05-19T09:59:09.847Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-05-19T09:59:09.847Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-19T09:59:09.847Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-19T09:59:09.847Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-05-19T09:59:09.847Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-05-19T09:59:09.847Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-05-19T09:59:09.847Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-05-19T09:59:09.847Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-05-19T09:59:09.847Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-05-19T09:59:09.847Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-05-19T09:59:09.847Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-05-19T09:59:09.847Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-05-19T09:59:09.847Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-19T09:59:09.847Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-05-19T09:59:09.847Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-05-19T09:59:09.847Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-05-19T09:59:09.847Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-05-19T09:59:09.847Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-05-19T09:59:09.847Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-19T09:59:09.847Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-19T09:59:09.847Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-19T09:59:09.847Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-19T09:59:09.847Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-19T09:59:09.847Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-19T09:59:09.847Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-05-19T09:59:09.847Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-19T09:59:09.847Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-05-19T09:59:09.847Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-05-19T09:59:09.847Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-19T09:59:09.847Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-19T09:59:09.847Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-19T09:59:09.847Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-19T09:59:09.847Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-05-19T09:59:09.847Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-19T09:59:09.847Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-19T09:59:09.847Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-05-19T09:59:09.847Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-19T09:59:09.847Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-05-19T09:59:09.847Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-05-19T09:59:09.847Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-19T09:59:09.847Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-19T09:59:09.847Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-05-19T09:59:09.847Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-05-19T09:59:09.847Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-05-19T09:59:09.847Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-05-19T09:59:09.847Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-19T09:59:09.847Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-05-19T09:59:09.847Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-19T09:59:09.847Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-19T09:59:09.847Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-19T09:59:09.847Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-19T09:59:09.847Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-19T09:59:09.847Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-05-19T09:59:09.847Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-19T09:59:09.847Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-19T09:59:09.847Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-19T09:59:09.847Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-19T09:59:09.847Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-19T09:59:09.847Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-05-19T09:59:09.847Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-19T09:59:09.847Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-05-19T09:59:09.847Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-05-19T09:59:09.847Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-05-19T09:59:09.847Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-05-19T09:59:09.847Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-19T09:59:09.847Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-05-19T09:59:09.847Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-19T09:59:09.847Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-19T09:59:09.847Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-05-19T09:59:09.847Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-05-19T09:59:09.847Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-05-19T09:59:09.847Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-05-19T09:59:09.847Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-05-19T09:59:09.848Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-05-19T09:59:09.848Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-05-19T09:59:09.848Z] --- PASS: TestNewTailReader (0.00s) [2022-05-19T09:59:09.848Z] --- PASS: TestNewTailReader/truncated_last_line (0.00s) [2022-05-19T09:59:09.848Z] --- PASS: TestNewTailReader/truncated_last_line/more_than_available (0.00s) [2022-05-19T09:59:09.848Z] --- PASS: TestNewTailReader/truncated_last_line#01 (0.00s) [2022-05-19T09:59:09.848Z] --- PASS: TestNewTailReader/truncated_last_line#01/exact (0.00s) [2022-05-19T09:59:09.848Z] --- PASS: TestNewTailReader/truncated_last_line#02 (0.00s) [2022-05-19T09:59:09.848Z] --- PASS: TestNewTailReader/truncated_last_line#02/one_line (0.00s) [2022-05-19T09:59:09.848Z] --- PASS: TestNewTailReader/single_byte_delimiter (0.00s) [2022-05-19T09:59:09.848Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry (0.00s) [2022-05-19T09:59:09.848Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-05-19T09:59:09.848Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-05-19T09:59:09.848Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block (0.00s) [2022-05-19T09:59:09.848Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-05-19T09:59:09.848Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-05-19T09:59:09.848Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-05-19T09:59:09.848Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-05-19T09:59:09.848Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-05-19T09:59:09.848Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-05-19T09:59:09.848Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-05-19T09:59:09.848Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-05-19T09:59:09.848Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-05-19T09:59:09.848Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block (0.00s) [2022-05-19T09:59:09.848Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-05-19T09:59:09.848Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-05-19T09:59:09.848Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines (0.00s) [2022-05-19T09:59:09.848Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-05-19T09:59:09.848Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-05-19T09:59:09.848Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-05-19T09:59:09.848Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-05-19T09:59:09.848Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-05-19T09:59:09.848Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-05-19T09:59:09.848Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-05-19T09:59:09.848Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-05-19T09:59:09.848Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-05-19T09:59:09.848Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-05-19T09:59:09.848Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-05-19T09:59:09.848Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-05-19T09:59:09.848Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-05-19T09:59:09.848Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-05-19T09:59:09.848Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-05-19T09:59:09.848Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block (0.00s) [2022-05-19T09:59:09.848Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-05-19T09:59:09.848Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-05-19T09:59:09.848Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter (0.01s) [2022-05-19T09:59:09.848Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-05-19T09:59:09.848Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-05-19T09:59:09.848Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes (0.00s) [2022-05-19T09:59:09.848Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/1_lines (0.00s) [2022-05-19T09:59:09.848Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/7_lines (0.00s) [2022-05-19T09:59:09.848Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/10_lines (0.00s) [2022-05-19T09:59:09.848Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/9_lines (0.00s) [2022-05-19T09:59:09.848Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/6_lines (0.00s) [2022-05-19T09:59:09.848Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/3_lines (0.00s) [2022-05-19T09:59:09.848Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-05-19T09:59:09.848Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/2_lines (0.00s) [2022-05-19T09:59:09.848Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/5_lines (0.00s) [2022-05-19T09:59:09.848Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/8_lines (0.00s) [2022-05-19T09:59:09.848Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/4_lines (0.00s) [2022-05-19T09:59:09.848Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries (0.00s) [2022-05-19T09:59:09.848Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-05-19T09:59:09.848Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-05-19T09:59:09.848Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-05-19T09:59:09.848Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-05-19T09:59:09.848Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values (0.01s) [2022-05-19T09:59:09.848Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-05-19T09:59:09.848Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-05-19T09:59:09.848Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-05-19T09:59:09.848Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-05-19T09:59:09.848Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-05-19T09:59:09.848Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-05-19T09:59:09.848Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-05-19T09:59:09.848Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-05-19T09:59:09.848Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-05-19T09:59:09.848Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines (0.01s) [2022-05-19T09:59:09.848Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines (0.01s) [2022-05-19T09:59:09.848Z] --- PASS: TestNewTailReader/8_byte_delimiter (0.00s) [2022-05-19T09:59:09.848Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines (0.00s) [2022-05-19T09:59:09.848Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-05-19T09:59:09.848Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter (0.00s) [2022-05-19T09:59:09.848Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-05-19T09:59:09.848Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-05-19T09:59:09.848Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values (0.01s) [2022-05-19T09:59:09.848Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-05-19T09:59:09.848Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-05-19T09:59:09.848Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-05-19T09:59:09.848Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-05-19T09:59:09.848Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-05-19T09:59:09.848Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-05-19T09:59:09.848Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-05-19T09:59:09.848Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-05-19T09:59:09.848Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-05-19T09:59:09.848Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-05-19T09:59:09.848Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-05-19T09:59:09.848Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry (0.00s) [2022-05-19T09:59:09.848Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-05-19T09:59:09.848Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-05-19T09:59:09.848Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block (0.00s) [2022-05-19T09:59:09.848Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-05-19T09:59:09.848Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-05-19T09:59:09.848Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block (0.00s) [2022-05-19T09:59:09.848Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-05-19T09:59:09.848Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-05-19T09:59:09.848Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-05-19T09:59:09.848Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-05-19T09:59:09.848Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-05-19T09:59:09.848Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-05-19T09:59:09.848Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-05-19T09:59:09.848Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-05-19T09:59:09.848Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-05-19T09:59:09.848Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-05-19T09:59:09.848Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-05-19T09:59:09.848Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-05-19T09:59:09.848Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-05-19T09:59:09.848Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-05-19T09:59:09.848Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-05-19T09:59:09.848Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-05-19T09:59:09.848Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block (0.01s) [2022-05-19T09:59:09.848Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-05-19T09:59:09.848Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-05-19T09:59:09.848Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-05-19T09:59:09.848Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-05-19T09:59:09.848Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-05-19T09:59:09.848Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-05-19T09:59:09.848Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-05-19T09:59:09.848Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-05-19T09:59:09.848Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-05-19T09:59:09.848Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes (0.01s) [2022-05-19T09:59:09.848Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/1_lines (0.00s) [2022-05-19T09:59:09.848Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/9_lines (0.00s) [2022-05-19T09:59:09.848Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/10_lines (0.00s) [2022-05-19T09:59:09.848Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/8_lines (0.00s) [2022-05-19T09:59:09.848Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/7_lines (0.00s) [2022-05-19T09:59:09.848Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/6_lines (0.00s) [2022-05-19T09:59:09.848Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/5_lines (0.00s) [2022-05-19T09:59:09.848Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/4_lines (0.00s) [2022-05-19T09:59:09.848Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/3_lines (0.00s) [2022-05-19T09:59:09.848Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/2_lines (0.00s) [2022-05-19T09:59:09.848Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-05-19T09:59:09.848Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries (0.01s) [2022-05-19T09:59:09.848Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-05-19T09:59:09.848Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-05-19T09:59:09.848Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-05-19T09:59:09.848Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-05-19T09:59:09.848Z] --- PASS: TestNewTailReader/no_delimiter (0.00s) [2022-05-19T09:59:09.848Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry (0.00s) [2022-05-19T09:59:09.848Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/1_lines (0.00s) [2022-05-19T09:59:09.848Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-05-19T09:59:09.848Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block (0.00s) [2022-05-19T09:59:09.848Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-05-19T09:59:09.848Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-05-19T09:59:09.848Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter (0.00s) [2022-05-19T09:59:09.848Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-05-19T09:59:09.848Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-05-19T09:59:09.848Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block (0.00s) [2022-05-19T09:59:09.848Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/1_lines (0.00s) [2022-05-19T09:59:09.848Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-05-19T09:59:09.848Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values (0.01s) [2022-05-19T09:59:09.848Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/1_lines (0.00s) [2022-05-19T09:59:09.848Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-05-19T09:59:09.848Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/10_lines (0.00s) [2022-05-19T09:59:09.848Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/8_lines (0.00s) [2022-05-19T09:59:09.848Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/7_lines (0.00s) [2022-05-19T09:59:09.848Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/6_lines (0.00s) [2022-05-19T09:59:09.848Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/4_lines (0.00s) [2022-05-19T09:59:09.848Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/3_lines (0.00s) [2022-05-19T09:59:09.848Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/2_lines (0.00s) [2022-05-19T09:59:09.848Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/9_lines (0.00s) [2022-05-19T09:59:09.848Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/5_lines (0.00s) [2022-05-19T09:59:09.848Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block (0.00s) [2022-05-19T09:59:09.848Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/1_lines (0.00s) [2022-05-19T09:59:09.848Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-05-19T09:59:09.848Z] --- PASS: TestNewTailReader/no_delimiter/no_lines (0.00s) [2022-05-19T09:59:09.848Z] --- PASS: TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-05-19T09:59:09.848Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-05-19T09:59:09.848Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-05-19T09:59:09.848Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-05-19T09:59:09.848Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-05-19T09:59:09.848Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-05-19T09:59:09.848Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-05-19T09:59:09.848Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-05-19T09:59:09.848Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes (0.00s) [2022-05-19T09:59:09.848Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/1_lines (0.00s) [2022-05-19T09:59:09.848Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/7_lines (0.00s) [2022-05-19T09:59:09.848Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/6_lines (0.00s) [2022-05-19T09:59:09.848Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/3_lines (0.00s) [2022-05-19T09:59:09.848Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/2_lines (0.00s) [2022-05-19T09:59:09.848Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/4_lines (0.00s) [2022-05-19T09:59:09.849Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/10_lines (0.00s) [2022-05-19T09:59:09.849Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-05-19T09:59:09.849Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/8_lines (0.00s) [2022-05-19T09:59:09.849Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/5_lines (0.00s) [2022-05-19T09:59:09.849Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/9_lines (0.00s) [2022-05-19T09:59:09.849Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-05-19T09:59:09.849Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-05-19T09:59:09.849Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-05-19T09:59:09.849Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-05-19T09:59:09.849Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-05-19T09:59:09.849Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-05-19T09:59:09.849Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-05-19T09:59:09.849Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block (0.01s) [2022-05-19T09:59:09.849Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-05-19T09:59:09.849Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-05-19T09:59:09.849Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-05-19T09:59:09.849Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-05-19T09:59:09.849Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-05-19T09:59:09.849Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-05-19T09:59:09.849Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries (0.01s) [2022-05-19T09:59:09.849Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/1_lines (0.00s) [2022-05-19T09:59:09.849Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/2_lines (0.00s) [2022-05-19T09:59:09.849Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/3_lines (0.00s) [2022-05-19T09:59:09.849Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-05-19T09:59:09.849Z] --- PASS: TestNewTailReader/12_byte_delimiter (0.00s) [2022-05-19T09:59:09.849Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry (0.00s) [2022-05-19T09:59:09.849Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-05-19T09:59:09.849Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-05-19T09:59:09.849Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block (0.00s) [2022-05-19T09:59:09.849Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-05-19T09:59:09.849Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-05-19T09:59:09.849Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines (0.01s) [2022-05-19T09:59:09.849Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-05-19T09:59:09.849Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values (0.00s) [2022-05-19T09:59:09.849Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-05-19T09:59:09.849Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-05-19T09:59:09.849Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-05-19T09:59:09.849Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-05-19T09:59:09.849Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-05-19T09:59:09.849Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-05-19T09:59:09.849Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-05-19T09:59:09.849Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-05-19T09:59:09.849Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-05-19T09:59:09.849Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-05-19T09:59:09.849Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-05-19T09:59:09.849Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter (0.00s) [2022-05-19T09:59:09.849Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-05-19T09:59:09.849Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-05-19T09:59:09.849Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-05-19T09:59:09.849Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-05-19T09:59:09.849Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-05-19T09:59:09.849Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-05-19T09:59:09.849Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-05-19T09:59:09.849Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-05-19T09:59:09.849Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-05-19T09:59:09.849Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block (0.00s) [2022-05-19T09:59:09.849Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-05-19T09:59:09.849Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-05-19T09:59:09.849Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block (0.00s) [2022-05-19T09:59:09.849Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-05-19T09:59:09.849Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-05-19T09:59:09.849Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes (0.00s) [2022-05-19T09:59:09.849Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/1_lines (0.00s) [2022-05-19T09:59:09.849Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/8_lines (0.00s) [2022-05-19T09:59:09.849Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/7_lines (0.00s) [2022-05-19T09:59:09.849Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/6_lines (0.00s) [2022-05-19T09:59:09.849Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/5_lines (0.00s) [2022-05-19T09:59:09.849Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/4_lines (0.00s) [2022-05-19T09:59:09.849Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/3_lines (0.00s) [2022-05-19T09:59:09.849Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/2_lines (0.00s) [2022-05-19T09:59:09.849Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/10_lines (0.00s) [2022-05-19T09:59:09.849Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-05-19T09:59:09.849Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/9_lines (0.00s) [2022-05-19T09:59:09.849Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries (0.00s) [2022-05-19T09:59:09.849Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-05-19T09:59:09.849Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-05-19T09:59:09.849Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-05-19T09:59:09.849Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-05-19T09:59:09.849Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-05-19T09:59:09.849Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-05-19T09:59:09.849Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-05-19T09:59:09.849Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-05-19T09:59:09.849Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-05-19T09:59:09.849Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-05-19T09:59:09.849Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-05-19T09:59:09.849Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-05-19T09:59:09.849Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-05-19T09:59:09.849Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-05-19T09:59:09.849Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-05-19T09:59:09.849Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-05-19T09:59:09.849Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-05-19T09:59:09.849Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-05-19T09:59:09.849Z] --- PASS: TestNewTailReader/2_byte_delimiter (0.01s) [2022-05-19T09:59:09.849Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block (0.00s) [2022-05-19T09:59:09.849Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-05-19T09:59:09.849Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-05-19T09:59:09.849Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-05-19T09:59:09.849Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-05-19T09:59:09.849Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-05-19T09:59:09.849Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-05-19T09:59:09.849Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-05-19T09:59:09.849Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-05-19T09:59:09.849Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-05-19T09:59:09.849Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry (0.00s) [2022-05-19T09:59:09.849Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-05-19T09:59:09.849Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-05-19T09:59:09.849Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines (0.00s) [2022-05-19T09:59:09.849Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-05-19T09:59:09.849Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block (0.01s) [2022-05-19T09:59:09.849Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-05-19T09:59:09.849Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-05-19T09:59:09.849Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-05-19T09:59:09.849Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-05-19T09:59:09.849Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-05-19T09:59:09.849Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-05-19T09:59:09.849Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes (0.00s) [2022-05-19T09:59:09.849Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/8_lines (0.00s) [2022-05-19T09:59:09.849Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-05-19T09:59:09.849Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/10_lines (0.00s) [2022-05-19T09:59:09.849Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/1_lines (0.00s) [2022-05-19T09:59:09.849Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/9_lines (0.00s) [2022-05-19T09:59:09.849Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/4_lines (0.00s) [2022-05-19T09:59:09.849Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/3_lines (0.00s) [2022-05-19T09:59:09.849Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/2_lines (0.00s) [2022-05-19T09:59:09.849Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/7_lines (0.00s) [2022-05-19T09:59:09.849Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/6_lines (0.00s) [2022-05-19T09:59:09.849Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/5_lines (0.00s) [2022-05-19T09:59:09.849Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-05-19T09:59:09.849Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-05-19T09:59:09.849Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-05-19T09:59:09.849Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-05-19T09:59:09.849Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-05-19T09:59:09.849Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-05-19T09:59:09.849Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-05-19T09:59:09.849Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block (0.00s) [2022-05-19T09:59:09.849Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-05-19T09:59:09.849Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-05-19T09:59:09.849Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block (0.00s) [2022-05-19T09:59:09.849Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-05-19T09:59:09.849Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-05-19T09:59:09.849Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values (0.00s) [2022-05-19T09:59:09.849Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-05-19T09:59:09.849Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-05-19T09:59:09.849Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-05-19T09:59:09.849Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-05-19T09:59:09.849Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-05-19T09:59:09.849Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-05-19T09:59:09.849Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-05-19T09:59:09.849Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-05-19T09:59:09.849Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-05-19T09:59:09.849Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-05-19T09:59:09.849Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-05-19T09:59:09.849Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries (0.00s) [2022-05-19T09:59:09.849Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-05-19T09:59:09.850Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-05-19T09:59:09.850Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-05-19T09:59:09.850Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-05-19T09:59:09.850Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter (0.00s) [2022-05-19T09:59:09.850Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-05-19T09:59:09.850Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-05-19T09:59:09.850Z] --- PASS: TestNewTailReader/4_byte_delimiter (0.01s) [2022-05-19T09:59:09.850Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines (0.00s) [2022-05-19T09:59:09.850Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-05-19T09:59:09.850Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry (0.00s) [2022-05-19T09:59:09.850Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-05-19T09:59:09.850Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-05-19T09:59:09.850Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block (0.00s) [2022-05-19T09:59:09.850Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-05-19T09:59:09.850Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-05-19T09:59:09.850Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block (0.00s) [2022-05-19T09:59:09.850Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-05-19T09:59:09.850Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-05-19T09:59:09.850Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block (0.00s) [2022-05-19T09:59:09.850Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-05-19T09:59:09.850Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-05-19T09:59:09.850Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter (0.00s) [2022-05-19T09:59:09.850Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-05-19T09:59:09.850Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-05-19T09:59:09.850Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-05-19T09:59:09.850Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-05-19T09:59:09.850Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-05-19T09:59:09.850Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-05-19T09:59:09.850Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-05-19T09:59:09.850Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-05-19T09:59:09.850Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-05-19T09:59:09.850Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values (0.00s) [2022-05-19T09:59:09.850Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-05-19T09:59:09.850Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-05-19T09:59:09.850Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-05-19T09:59:09.850Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-05-19T09:59:09.850Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-05-19T09:59:09.850Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-05-19T09:59:09.850Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-05-19T09:59:09.850Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-05-19T09:59:09.850Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-05-19T09:59:09.850Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-05-19T09:59:09.850Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-05-19T09:59:09.850Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries (0.01s) [2022-05-19T09:59:09.850Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-05-19T09:59:09.850Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-05-19T09:59:09.850Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-05-19T09:59:09.850Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-05-19T09:59:09.850Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block (0.01s) [2022-05-19T09:59:09.850Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-05-19T09:59:09.850Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-05-19T09:59:09.850Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-05-19T09:59:09.850Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-05-19T09:59:09.850Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-05-19T09:59:09.850Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-05-19T09:59:09.850Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-05-19T09:59:09.850Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-05-19T09:59:09.850Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-05-19T09:59:09.850Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-05-19T09:59:09.850Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-05-19T09:59:09.850Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-05-19T09:59:09.850Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-05-19T09:59:09.850Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes (0.00s) [2022-05-19T09:59:09.850Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/1_lines (0.00s) [2022-05-19T09:59:09.850Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/8_lines (0.00s) [2022-05-19T09:59:09.850Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/5_lines (0.00s) [2022-05-19T09:59:09.850Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-05-19T09:59:09.850Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/10_lines (0.00s) [2022-05-19T09:59:09.850Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/9_lines (0.00s) [2022-05-19T09:59:09.850Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/4_lines (0.00s) [2022-05-19T09:59:09.850Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/2_lines (0.00s) [2022-05-19T09:59:09.850Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/7_lines (0.00s) [2022-05-19T09:59:09.850Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/3_lines (0.00s) [2022-05-19T09:59:09.850Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/6_lines (0.00s) [2022-05-19T09:59:09.850Z] PASS [2022-05-19T09:59:09.850Z] coverage: 88.6% of statements [2022-05-19T09:59:09.850Z] ok github.com/docker/docker/pkg/tailfile 0.178s coverage: 88.6% of statements [2022-05-19T09:59:10.058Z] === RUN TestResumableRequestHeaderSimpleErrors [2022-05-19T09:59:10.058Z] --- PASS: TestResumableRequestHeaderSimpleErrors (0.01s) [2022-05-19T09:59:10.058Z] === RUN TestResumableRequestHeaderNotTooMuchFailures [2022-05-19T09:59:10.058Z] --- PASS: TestResumableRequestHeaderNotTooMuchFailures (0.01s) [2022-05-19T09:59:10.058Z] === RUN TestResumableRequestHeaderTooMuchFailures [2022-05-19T09:59:10.058Z] --- PASS: TestResumableRequestHeaderTooMuchFailures (0.00s) [2022-05-19T09:59:10.058Z] === RUN TestResumableRequestReaderWithReadError [2022-05-19T09:59:10.058Z] time="2022-05-19T09:59:09Z" level=info msg="encountered error during pull and clearing it before resume: An error occurred" [2022-05-19T09:59:10.058Z] --- PASS: TestResumableRequestReaderWithReadError (0.18s) [2022-05-19T09:59:10.058Z] === RUN TestResumableRequestReaderWithEOFWith416Response [2022-05-19T09:59:10.058Z] --- PASS: TestResumableRequestReaderWithEOFWith416Response (0.00s) [2022-05-19T09:59:10.058Z] === RUN TestResumableRequestReaderWithServerDoesntSupportByteRanges [2022-05-19T09:59:10.058Z] --- PASS: TestResumableRequestReaderWithServerDoesntSupportByteRanges (0.00s) [2022-05-19T09:59:10.058Z] === RUN TestResumableRequestReaderWithZeroTotalSize [2022-05-19T09:59:10.058Z] --- PASS: TestResumableRequestReaderWithZeroTotalSize (0.00s) [2022-05-19T09:59:10.058Z] === RUN TestResumableRequestReader [2022-05-19T09:59:10.058Z] --- PASS: TestResumableRequestReader (0.00s) [2022-05-19T09:59:10.058Z] === RUN TestResumableRequestReaderWithInitialResponse [2022-05-19T09:59:10.058Z] --- PASS: TestResumableRequestReaderWithInitialResponse (0.00s) [2022-05-19T09:59:10.058Z] PASS [2022-05-19T09:59:10.058Z] coverage: 100.0% of statements [2022-05-19T09:59:10.058Z] ok github.com/docker/docker/registry/resumable 0.277s coverage: 100.0% of statements [2022-05-19T09:59:10.112Z] time="2022-05-19T09:59: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 8s" [2022-05-19T09:59:10.318Z] === RUN TestTarSumRemoveNonExistent [2022-05-19T09:59:10.318Z] --- PASS: TestTarSumRemoveNonExistent (0.01s) [2022-05-19T09:59:10.318Z] === RUN TestTarSumRemove [2022-05-19T09:59:10.318Z] --- PASS: TestTarSumRemove (0.00s) [2022-05-19T09:59:10.318Z] === RUN TestSortFileInfoSums [2022-05-19T09:59:10.318Z] --- PASS: TestSortFileInfoSums (0.00s) [2022-05-19T09:59:10.318Z] === RUN TestNewTarSumForLabelInvalid [2022-05-19T09:59:10.318Z] --- PASS: TestNewTarSumForLabelInvalid (0.00s) [2022-05-19T09:59:10.318Z] === RUN TestNewTarSumForLabel [2022-05-19T09:59:10.318Z] --- PASS: TestNewTarSumForLabel (0.00s) [2022-05-19T09:59:10.318Z] === RUN TestEmptyTar [2022-05-19T09:59:10.318Z] --- PASS: TestEmptyTar (0.00s) [2022-05-19T09:59:10.318Z] === RUN TestTarSumsReadSize [2022-05-19T09:59:10.318Z] --- PASS: TestTarSumsReadSize (0.00s) [2022-05-19T09:59:10.318Z] === RUN TestTarSums [2022-05-19T09:59:10.318Z] --- PASS: TestTarSums (0.07s) [2022-05-19T09:59:10.318Z] === RUN TestIteration [2022-05-19T09:59:10.318Z] --- PASS: TestIteration (0.00s) [2022-05-19T09:59:10.318Z] === RUN TestVersionLabelForChecksum [2022-05-19T09:59:10.318Z] --- PASS: TestVersionLabelForChecksum (0.00s) [2022-05-19T09:59:10.318Z] === RUN TestVersion [2022-05-19T09:59:10.318Z] --- PASS: TestVersion (0.00s) [2022-05-19T09:59:10.318Z] === RUN TestGetVersion [2022-05-19T09:59:10.318Z] --- PASS: TestGetVersion (0.00s) [2022-05-19T09:59:10.318Z] === RUN TestGetVersions [2022-05-19T09:59:10.318Z] --- PASS: TestGetVersions (0.00s) [2022-05-19T09:59:10.318Z] PASS [2022-05-19T09:59:10.318Z] coverage: 89.3% of statements [2022-05-19T09:59:10.318Z] ok github.com/docker/docker/pkg/tarsum 0.128s coverage: 89.3% of statements [2022-05-19T09:59:10.486Z] --- PASS: TestNISDomainname (1.05s) [2022-05-19T09:59:10.486Z] === RUN TestHostnameDnsResolution [2022-05-19T09:59:10.527Z] === RUN TestResolveAuthConfigIndexServer [2022-05-19T09:59:10.527Z] --- PASS: TestResolveAuthConfigIndexServer (0.00s) [2022-05-19T09:59:10.527Z] === RUN TestResolveAuthConfigFullURL [2022-05-19T09:59:10.527Z] --- PASS: TestResolveAuthConfigFullURL (0.00s) [2022-05-19T09:59:10.527Z] === RUN TestLoadAllowNondistributableArtifacts [2022-05-19T09:59:10.527Z] --- PASS: TestLoadAllowNondistributableArtifacts (0.00s) [2022-05-19T09:59:10.527Z] === RUN TestValidateMirror [2022-05-19T09:59:10.527Z] --- PASS: TestValidateMirror (0.00s) [2022-05-19T09:59:10.527Z] === RUN TestLoadInsecureRegistries [2022-05-19T09:59:10.996Z] time="2022-05-19T09:59:10Z" level=warning msg="insecure registry http://myregistry.example.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2022-05-19T09:59:10.996Z] time="2022-05-19T09:59:10Z" level=warning msg="insecure registry https://myregistry.example.com should not contain 'https://' and 'https://' has been removed from the insecure registry config" [2022-05-19T09:59:10.996Z] time="2022-05-19T09:59:10Z" level=warning msg="insecure registry HTTP://myregistry.example.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2022-05-19T09:59:10.996Z] --- PASS: TestLoadInsecureRegistries (0.18s) [2022-05-19T09:59:10.996Z] === RUN TestNewServiceConfig [2022-05-19T09:59:10.996Z] --- PASS: TestNewServiceConfig (0.00s) [2022-05-19T09:59:10.996Z] === RUN TestValidateIndexName [2022-05-19T09:59:10.996Z] --- PASS: TestValidateIndexName (0.00s) [2022-05-19T09:59:10.996Z] === RUN TestValidateIndexNameWithError [2022-05-19T09:59:10.996Z] --- PASS: TestValidateIndexNameWithError (0.00s) [2022-05-19T09:59:10.996Z] === RUN TestEndpointParse [2022-05-19T09:59:10.996Z] --- PASS: TestEndpointParse (0.00s) [2022-05-19T09:59:10.996Z] === RUN TestEndpointParseInvalid [2022-05-19T09:59:10.996Z] --- PASS: TestEndpointParseInvalid (0.00s) [2022-05-19T09:59:10.996Z] === RUN TestValidateEndpoint [2022-05-19T09:59:10.996Z] --- PASS: TestValidateEndpoint (0.01s) [2022-05-19T09:59:10.996Z] === RUN TestPing [2022-05-19T09:59:10.996Z] --- PASS: TestPing (0.00s) [2022-05-19T09:59:10.996Z] === RUN TestPingRegistryEndpoint [2022-05-19T09:59:10.996Z] registry_test.go:50: os.Getuid() != 0: skipping test that requires root [2022-05-19T09:59:10.996Z] --- SKIP: TestPingRegistryEndpoint (0.00s) [2022-05-19T09:59:10.996Z] === RUN TestEndpoint [2022-05-19T09:59:10.996Z] registry_test.go:70: os.Getuid() != 0: skipping test that requires root [2022-05-19T09:59:10.996Z] --- SKIP: TestEndpoint (0.00s) [2022-05-19T09:59:10.996Z] === RUN TestParseRepositoryInfo [2022-05-19T09:59:10.996Z] --- PASS: TestParseRepositoryInfo (0.00s) [2022-05-19T09:59:10.996Z] === RUN TestNewIndexInfo [2022-05-19T09:59:10.996Z] --- PASS: TestNewIndexInfo (0.00s) [2022-05-19T09:59:10.996Z] === RUN TestMirrorEndpointLookup [2022-05-19T09:59:10.996Z] registry_test.go:511: os.Getuid() != 0: skipping test that requires root [2022-05-19T09:59:10.996Z] --- SKIP: TestMirrorEndpointLookup (0.00s) [2022-05-19T09:59:10.996Z] === RUN TestSearchRepositories [2022-05-19T09:59:10.996Z] registry_test.go:722: GET /v1/search?q=fakequery&n=25 HTTP/1.1 [2022-05-19T09:59:10.996Z] Host: 127.0.0.1:49344 [2022-05-19T09:59:10.996Z] User-Agent: docker test client [2022-05-19T09:59:10.996Z] Authorization: Token fake-token [2022-05-19T09:59:10.996Z] X-Docker-Token: true [2022-05-19T09:59:10.996Z] Accept-Encoding: gzip [2022-05-19T09:59:10.996Z] [2022-05-19T09:59:10.996Z] [2022-05-19T09:59:10.996Z] registry_test.go:731: HTTP/1.1 200 OK [2022-05-19T09:59:10.996Z] Connection: close [2022-05-19T09:59:10.996Z] Content-Length: 144 [2022-05-19T09:59:10.996Z] Cache-Control: no-cache [2022-05-19T09:59:10.996Z] Content-Type: application/json [2022-05-19T09:59:10.996Z] Date: Thu, 19 May 2022 09:59:10 GMT [2022-05-19T09:59:10.996Z] Expires: -1 [2022-05-19T09:59:10.996Z] Pragma: no-cache [2022-05-19T09:59:10.996Z] Server: docker-tests/mock [2022-05-19T09:59:10.996Z] X-Docker-Registry-Config: mock [2022-05-19T09:59:10.996Z] X-Docker-Registry-Version: 0.0.0 [2022-05-19T09:59:10.996Z] [2022-05-19T09:59:10.996Z] [2022-05-19T09:59:10.996Z] --- PASS: TestSearchRepositories (0.00s) [2022-05-19T09:59:10.996Z] === RUN TestTrustedLocation [2022-05-19T09:59:10.996Z] --- PASS: TestTrustedLocation (0.00s) [2022-05-19T09:59:10.996Z] === RUN TestAddRequiredHeadersToRedirectedRequests [2022-05-19T09:59:10.996Z] --- PASS: TestAddRequiredHeadersToRedirectedRequests (0.00s) [2022-05-19T09:59:10.996Z] === RUN TestAllowNondistributableArtifacts [2022-05-19T09:59:10.996Z] --- PASS: TestAllowNondistributableArtifacts (0.00s) [2022-05-19T09:59:10.996Z] === RUN TestIsSecureIndex [2022-05-19T09:59:10.996Z] --- PASS: TestIsSecureIndex (0.00s) [2022-05-19T09:59:10.996Z] PASS [2022-05-19T09:59:10.996Z] coverage: 51.7% of statements [2022-05-19T09:59:10.996Z] ok github.com/docker/docker/registry 0.276s coverage: 51.7% of statements [2022-05-19T09:59:10.996Z] === RUN TestRestartManagerTimeout [2022-05-19T09:59:10.996Z] --- PASS: TestRestartManagerTimeout (0.00s) [2022-05-19T09:59:10.996Z] === RUN TestRestartManagerTimeoutReset [2022-05-19T09:59:10.996Z] --- PASS: TestRestartManagerTimeoutReset (0.00s) [2022-05-19T09:59:10.996Z] PASS [2022-05-19T09:59:10.996Z] coverage: 50.9% of statements [2022-05-19T09:59:10.996Z] ok github.com/docker/docker/restartmanager 0.038s coverage: 50.9% of statements [2022-05-19T09:59:11.093Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2022-05-19T09:59:11.305Z] === RUN TestTruncIndex [2022-05-19T09:59:11.305Z] --- PASS: TestTruncIndex (0.10s) [2022-05-19T09:59:11.305Z] PASS [2022-05-19T09:59:11.305Z] coverage: 91.5% of statements [2022-05-19T09:59:11.305Z] ok github.com/docker/docker/pkg/truncindex 0.139s coverage: 91.5% of statements [2022-05-19T09:59:11.772Z] --- PASS: TestNewClientWithTimeout (17.61s) [2022-05-19T09:59:11.772Z] === RUN TestClientStream [2022-05-19T09:59:11.772Z] --- PASS: TestClientStream (0.00s) [2022-05-19T09:59:11.772Z] === RUN TestClientSendFile [2022-05-19T09:59:11.772Z] --- PASS: TestClientSendFile (0.00s) [2022-05-19T09:59:11.772Z] === RUN TestClientWithRequestTimeout [2022-05-19T09:59:11.772Z] --- PASS: TestClientWithRequestTimeout (0.00s) [2022-05-19T09:59:11.772Z] === RUN TestFileSpecPlugin [2022-05-19T09:59:11.772Z] --- PASS: TestFileSpecPlugin (0.01s) [2022-05-19T09:59:11.772Z] === RUN TestFileJSONSpecPlugin [2022-05-19T09:59:11.772Z] --- PASS: TestFileJSONSpecPlugin (0.01s) [2022-05-19T09:59:11.772Z] === RUN TestFileJSONSpecPluginWithoutTLSConfig [2022-05-19T09:59:11.772Z] --- PASS: TestFileJSONSpecPluginWithoutTLSConfig (0.00s) [2022-05-19T09:59:11.772Z] === RUN TestPluginAddHandler [2022-05-19T09:59:11.772Z] --- PASS: TestPluginAddHandler (0.00s) [2022-05-19T09:59:11.772Z] === RUN TestPluginWaitBadPlugin [2022-05-19T09:59:11.772Z] --- PASS: TestPluginWaitBadPlugin (0.00s) [2022-05-19T09:59:11.772Z] === RUN TestGet [2022-05-19T09:59:11.772Z] time="2022-05-19T09:59:11Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 1s" [2022-05-19T09:59:11.987Z] === RUN TestDecodeContainerConfig [2022-05-19T09:59:11.987Z] === RUN TestDecodeContainerConfig/fixtures/windows/container_config_1_19.json [2022-05-19T09:59:11.987Z] --- PASS: TestDecodeContainerConfig (0.01s) [2022-05-19T09:59:11.987Z] --- PASS: TestDecodeContainerConfig/fixtures/windows/container_config_1_19.json (0.01s) [2022-05-19T09:59:11.987Z] === RUN TestDecodeContainerConfigIsolation [2022-05-19T09:59:11.987Z] --- PASS: TestDecodeContainerConfigIsolation (0.00s) [2022-05-19T09:59:11.987Z] === RUN TestValidatePrivileged [2022-05-19T09:59:11.987Z] --- PASS: TestValidatePrivileged (0.00s) [2022-05-19T09:59:11.987Z] PASS [2022-05-19T09:59:11.987Z] coverage: 52.4% of statements [2022-05-19T09:59:11.987Z] ok github.com/docker/docker/runconfig 0.050s coverage: 52.4% of statements [2022-05-19T09:59:11.987Z] === RUN TestGenerateRandomAlphaOnlyStringLength [2022-05-19T09:59:11.987Z] --- PASS: TestGenerateRandomAlphaOnlyStringLength (0.00s) [2022-05-19T09:59:11.987Z] === RUN TestGenerateRandomAlphaOnlyStringUniqueness [2022-05-19T09:59:11.987Z] --- PASS: TestGenerateRandomAlphaOnlyStringUniqueness (0.00s) [2022-05-19T09:59:11.987Z] PASS [2022-05-19T09:59:11.987Z] coverage: 62.5% of statements [2022-05-19T09:59:11.987Z] ok github.com/docker/docker/testutil 0.045s coverage: 62.5% of statements [2022-05-19T09:59:12.021Z] --- PASS: TestHostnameDnsResolution (1.32s) [2022-05-19T09:59:12.021Z] === RUN TestUnprivilegedPortsAndPing [2022-05-19T09:59:12.240Z] === RUN TestVersionInfo [2022-05-19T09:59:12.240Z] --- PASS: TestVersionInfo (0.00s) [2022-05-19T09:59:12.240Z] === RUN TestAppendVersions [2022-05-19T09:59:12.240Z] --- PASS: TestAppendVersions (0.00s) [2022-05-19T09:59:12.240Z] PASS [2022-05-19T09:59:12.240Z] coverage: 88.9% of statements [2022-05-19T09:59:12.240Z] ok github.com/docker/docker/pkg/useragent 0.041s coverage: 88.9% of statements [2022-05-19T09:59:12.335Z] --- PASS: TestRequest (12.71s) [2022-05-19T09:59:12.335Z] === RUN TestOverlappingRequests [2022-05-19T09:59:12.806Z] --- PASS: TestOverlappingRequests (0.60s) [2022-05-19T09:59:12.806Z] === RUN TestRelease [2022-05-19T09:59:12.951Z] --- PASS: TestUnprivilegedPortsAndPing (1.05s) [2022-05-19T09:59:12.951Z] === RUN TestPrivilegedHostDevices [2022-05-19T09:59:12.982Z] --- PASS: TestGet (15.01s) [2022-05-19T09:59:12.982Z] === RUN TestPluginWithNoManifest [2022-05-19T09:59:12.982Z] --- PASS: TestPluginWithNoManifest (0.00s) [2022-05-19T09:59:12.982Z] === RUN TestGetAll [2022-05-19T09:59:12.982Z] --- PASS: TestGetAll (0.01s) [2022-05-19T09:59:12.982Z] PASS [2022-05-19T09:59:12.982Z] coverage: 73.2% of statements [2022-05-19T09:59:12.982Z] ok github.com/docker/docker/pkg/plugins 36.143s coverage: 73.2% of statements [2022-05-19T09:59:13.207Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRenameContainer [2022-05-19T09:59:13.226Z] time="2022-05-19T09:59:12Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 2s" [2022-05-19T09:59:13.770Z] --- PASS: TestPrivilegedHostDevices (0.91s) [2022-05-19T09:59:13.770Z] === RUN TestConsoleSize [2022-05-19T09:59:13.796Z] === RUN TestParseEmptyInterface [2022-05-19T09:59:13.796Z] --- PASS: TestParseEmptyInterface (0.00s) [2022-05-19T09:59:13.796Z] === RUN TestParseNonInterfaceType [2022-05-19T09:59:13.796Z] --- PASS: TestParseNonInterfaceType (0.00s) [2022-05-19T09:59:13.796Z] === RUN TestParseWithOneFunction [2022-05-19T09:59:13.796Z] --- PASS: TestParseWithOneFunction (0.00s) [2022-05-19T09:59:13.796Z] === RUN TestParseWithMultipleFuncs [2022-05-19T09:59:13.796Z] --- PASS: TestParseWithMultipleFuncs (0.00s) [2022-05-19T09:59:13.796Z] === RUN TestParseWithUnnamedReturn [2022-05-19T09:59:13.796Z] --- PASS: TestParseWithUnnamedReturn (0.00s) [2022-05-19T09:59:13.796Z] === RUN TestEmbeddedInterface [2022-05-19T09:59:13.796Z] --- PASS: TestEmbeddedInterface (0.00s) [2022-05-19T09:59:13.796Z] === RUN TestParsedImports [2022-05-19T09:59:13.796Z] --- PASS: TestParsedImports (0.00s) [2022-05-19T09:59:13.796Z] === RUN TestAliasedImports [2022-05-19T09:59:13.796Z] --- PASS: TestAliasedImports (0.00s) [2022-05-19T09:59:13.796Z] PASS [2022-05-19T09:59:13.796Z] coverage: 56.8% of statements [2022-05-19T09:59:13.796Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.069s coverage: 56.8% of statements [2022-05-19T09:59:14.220Z] === RUN TestValidatePrivileges [2022-05-19T09:59:14.220Z] --- PASS: TestValidatePrivileges (0.00s) [2022-05-19T09:59:14.220Z] === RUN TestFilterByCapNeg [2022-05-19T09:59:14.220Z] --- PASS: TestFilterByCapNeg (0.00s) [2022-05-19T09:59:14.220Z] === RUN TestFilterByCapPos [2022-05-19T09:59:14.220Z] --- PASS: TestFilterByCapPos (0.00s) [2022-05-19T09:59:14.220Z] === RUN TestStoreGetPluginNotMatchCapRefs [2022-05-19T09:59:14.220Z] --- PASS: TestStoreGetPluginNotMatchCapRefs (0.00s) [2022-05-19T09:59:14.220Z] PASS [2022-05-19T09:59:14.220Z] coverage: 12.2% of statements [2022-05-19T09:59:14.220Z] ok github.com/docker/docker/plugin 0.065s coverage: 12.2% of statements [2022-05-19T09:59:14.549Z] === RUN TestGetDriver [2022-05-19T09:59:14.549Z] --- PASS: TestGetDriver (0.00s) [2022-05-19T09:59:14.549Z] === RUN TestVolumeRequestError [2022-05-19T09:59:14.549Z] --- PASS: TestVolumeRequestError (0.01s) [2022-05-19T09:59:14.549Z] PASS [2022-05-19T09:59:14.549Z] coverage: 36.1% of statements [2022-05-19T09:59:14.549Z] ok github.com/docker/docker/volume/drivers 0.055s coverage: 36.1% of statements [2022-05-19T09:59:14.549Z] === RUN TestGetAddress [2022-05-19T09:59:14.549Z] --- PASS: TestGetAddress (0.00s) [2022-05-19T09:59:14.549Z] === RUN TestRemove [2022-05-19T09:59:14.549Z] local_test.go:33: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2022-05-19T09:59:14.549Z] --- SKIP: TestRemove (0.00s) [2022-05-19T09:59:14.549Z] === RUN TestInitializeWithVolumes [2022-05-19T09:59:14.549Z] --- PASS: TestInitializeWithVolumes (0.01s) [2022-05-19T09:59:14.549Z] === RUN TestCreate [2022-05-19T09:59:14.549Z] --- PASS: TestCreate (0.01s) [2022-05-19T09:59:14.549Z] === RUN TestValidateName [2022-05-19T09:59:14.549Z] --- PASS: TestValidateName (0.00s) [2022-05-19T09:59:14.549Z] === RUN TestCreateWithOpts [2022-05-19T09:59:14.549Z] local_test.go:180: runtime.GOOS == "windows" [2022-05-19T09:59:14.549Z] --- SKIP: TestCreateWithOpts (0.00s) [2022-05-19T09:59:14.549Z] === RUN TestRelaodNoOpts [2022-05-19T09:59:14.549Z] --- PASS: TestRelaodNoOpts (0.02s) [2022-05-19T09:59:14.549Z] PASS [2022-05-19T09:59:14.549Z] coverage: 41.6% of statements [2022-05-19T09:59:14.549Z] ok github.com/docker/docker/volume/local 0.094s coverage: 41.6% of statements [2022-05-19T09:59:14.699Z] --- PASS: TestConsoleSize (0.72s) [2022-05-19T09:59:14.699Z] === RUN TestStats [2022-05-19T09:59:14.787Z] === RUN TestHTTPTransport [2022-05-19T09:59:14.787Z] --- PASS: TestHTTPTransport (0.00s) [2022-05-19T09:59:14.787Z] PASS [2022-05-19T09:59:14.787Z] coverage: 85.7% of statements [2022-05-19T09:59:14.787Z] ok github.com/docker/docker/pkg/plugins/transport 0.042s coverage: 85.7% of statements [2022-05-19T09:59:15.018Z] === RUN TestLCOWParseMountRaw [2022-05-19T09:59:15.018Z] --- PASS: TestLCOWParseMountRaw (0.00s) [2022-05-19T09:59:15.018Z] === RUN TestLCOWParseMountRawSplit [2022-05-19T09:59:15.018Z] === RUN TestLCOWParseMountRawSplit/0_c:\:/foo [2022-05-19T09:59:15.018Z] === RUN TestLCOWParseMountRawSplit/1_c:\:/foo:ro [2022-05-19T09:59:15.018Z] === RUN TestLCOWParseMountRawSplit/2_c:\:/foo:rw [2022-05-19T09:59:15.018Z] === RUN TestLCOWParseMountRawSplit/3_c:\:/foo:foo [2022-05-19T09:59:15.018Z] === RUN TestLCOWParseMountRawSplit/4_name:/foo:rw [2022-05-19T09:59:15.018Z] === RUN TestLCOWParseMountRawSplit/5_name:/foo [2022-05-19T09:59:15.018Z] === RUN TestLCOWParseMountRawSplit/6_name:/foo:ro [2022-05-19T09:59:15.018Z] === RUN TestLCOWParseMountRawSplit/7_name:/ [2022-05-19T09:59:15.018Z] === RUN TestLCOWParseMountRawSplit/8_driver/name:/ [2022-05-19T09:59:15.018Z] === RUN TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar [2022-05-19T09:59:15.018Z] === RUN TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data [2022-05-19T09:59:15.018Z] === RUN TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo [2022-05-19T09:59:15.018Z] --- PASS: TestLCOWParseMountRawSplit (0.00s) [2022-05-19T09:59:15.018Z] --- PASS: TestLCOWParseMountRawSplit/0_c:\:/foo (0.00s) [2022-05-19T09:59:15.018Z] --- PASS: TestLCOWParseMountRawSplit/1_c:\:/foo:ro (0.00s) [2022-05-19T09:59:15.018Z] --- PASS: TestLCOWParseMountRawSplit/2_c:\:/foo:rw (0.00s) [2022-05-19T09:59:15.018Z] --- PASS: TestLCOWParseMountRawSplit/3_c:\:/foo:foo (0.00s) [2022-05-19T09:59:15.018Z] --- PASS: TestLCOWParseMountRawSplit/4_name:/foo:rw (0.00s) [2022-05-19T09:59:15.018Z] --- PASS: TestLCOWParseMountRawSplit/5_name:/foo (0.00s) [2022-05-19T09:59:15.018Z] --- PASS: TestLCOWParseMountRawSplit/6_name:/foo:ro (0.00s) [2022-05-19T09:59:15.018Z] --- PASS: TestLCOWParseMountRawSplit/7_name:/ (0.00s) [2022-05-19T09:59:15.018Z] --- PASS: TestLCOWParseMountRawSplit/8_driver/name:/ (0.00s) [2022-05-19T09:59:15.018Z] --- PASS: TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar (0.00s) [2022-05-19T09:59:15.018Z] --- PASS: TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data (0.00s) [2022-05-19T09:59:15.018Z] --- PASS: TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo (0.00s) [2022-05-19T09:59:15.018Z] === RUN TestLinuxParseMountRaw [2022-05-19T09:59:15.018Z] --- PASS: TestLinuxParseMountRaw (0.00s) [2022-05-19T09:59:15.018Z] === RUN TestLinuxParseMountRawSplit [2022-05-19T09:59:15.018Z] === RUN TestLinuxParseMountRawSplit/0_/tmp:/tmp1 [2022-05-19T09:59:15.018Z] === RUN TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro [2022-05-19T09:59:15.018Z] === RUN TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw [2022-05-19T09:59:15.018Z] === RUN TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo [2022-05-19T09:59:15.018Z] === RUN TestLinuxParseMountRawSplit/4_name:/named1 [2022-05-19T09:59:15.018Z] === RUN TestLinuxParseMountRawSplit/5_name:/named2 [2022-05-19T09:59:15.018Z] === RUN TestLinuxParseMountRawSplit/6_name:/named3:ro [2022-05-19T09:59:15.018Z] === RUN TestLinuxParseMountRawSplit/7_local/name:/tmp:rw [2022-05-19T09:59:15.018Z] === RUN TestLinuxParseMountRawSplit/8_/tmp:tmp [2022-05-19T09:59:15.018Z] --- PASS: TestLinuxParseMountRawSplit (0.00s) [2022-05-19T09:59:15.018Z] --- PASS: TestLinuxParseMountRawSplit/0_/tmp:/tmp1 (0.00s) [2022-05-19T09:59:15.018Z] --- PASS: TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro (0.00s) [2022-05-19T09:59:15.018Z] --- PASS: TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw (0.00s) [2022-05-19T09:59:15.018Z] --- PASS: TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo (0.00s) [2022-05-19T09:59:15.018Z] --- PASS: TestLinuxParseMountRawSplit/4_name:/named1 (0.00s) [2022-05-19T09:59:15.018Z] --- PASS: TestLinuxParseMountRawSplit/5_name:/named2 (0.00s) [2022-05-19T09:59:15.018Z] --- PASS: TestLinuxParseMountRawSplit/6_name:/named3:ro (0.00s) [2022-05-19T09:59:15.018Z] --- PASS: TestLinuxParseMountRawSplit/7_local/name:/tmp:rw (0.00s) [2022-05-19T09:59:15.018Z] --- PASS: TestLinuxParseMountRawSplit/8_/tmp:tmp (0.00s) [2022-05-19T09:59:15.018Z] === RUN TestLinuxParseMountSpecBindWithFileinfoError [2022-05-19T09:59:15.018Z] --- PASS: TestLinuxParseMountSpecBindWithFileinfoError (0.00s) [2022-05-19T09:59:15.018Z] === RUN TestConvertTmpfsOptions [2022-05-19T09:59:15.018Z] linux_parser_test.go:209: data="mode=700,size=1m" [2022-05-19T09:59:15.018Z] linux_parser_test.go:209: data="ro" [2022-05-19T09:59:15.018Z] --- PASS: TestConvertTmpfsOptions (0.00s) [2022-05-19T09:59:15.018Z] === RUN TestParseMountSpec [2022-05-19T09:59:15.018Z] parser_test.go:62: case 0 [2022-05-19T09:59:15.018Z] parser_test.go:62: case 1 [2022-05-19T09:59:15.018Z] parser_test.go:62: case 2 [2022-05-19T09:59:15.018Z] parser_test.go:62: case 3 [2022-05-19T09:59:15.018Z] parser_test.go:62: case 4 [2022-05-19T09:59:15.018Z] parser_test.go:62: case 5 [2022-05-19T09:59:15.018Z] --- PASS: TestParseMountSpec (0.00s) [2022-05-19T09:59:15.018Z] === RUN TestValidateMount [2022-05-19T09:59:15.018Z] --- PASS: TestValidateMount (0.00s) [2022-05-19T09:59:15.018Z] === RUN TestWindowsParseMountRaw [2022-05-19T09:59:15.018Z] --- PASS: TestWindowsParseMountRaw (0.00s) [2022-05-19T09:59:15.018Z] === RUN TestWindowsParseMountRawSplit [2022-05-19T09:59:15.018Z] === RUN TestWindowsParseMountRawSplit/0_c:\:d: [2022-05-19T09:59:15.018Z] === RUN TestWindowsParseMountRawSplit/1_c:\:d:\ [2022-05-19T09:59:15.018Z] === RUN TestWindowsParseMountRawSplit/2_c:\:d:\:ro [2022-05-19T09:59:15.018Z] === RUN TestWindowsParseMountRawSplit/3_c:\:d:\:rw [2022-05-19T09:59:15.018Z] === RUN TestWindowsParseMountRawSplit/4_c:\:d:\:foo [2022-05-19T09:59:15.018Z] === RUN TestWindowsParseMountRawSplit/5_name:d::rw [2022-05-19T09:59:15.018Z] === RUN TestWindowsParseMountRawSplit/6_name:d: [2022-05-19T09:59:15.018Z] === RUN TestWindowsParseMountRawSplit/7_name:d::ro [2022-05-19T09:59:15.018Z] === RUN TestWindowsParseMountRawSplit/8_name:c: [2022-05-19T09:59:15.018Z] === RUN TestWindowsParseMountRawSplit/9_driver/name:c: [2022-05-19T09:59:15.018Z] === RUN TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar [2022-05-19T09:59:15.018Z] === RUN TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar [2022-05-19T09:59:15.018Z] === RUN TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo [2022-05-19T09:59:15.018Z] --- PASS: TestWindowsParseMountRawSplit (0.00s) [2022-05-19T09:59:15.018Z] --- PASS: TestWindowsParseMountRawSplit/0_c:\:d: (0.00s) [2022-05-19T09:59:15.018Z] --- PASS: TestWindowsParseMountRawSplit/1_c:\:d:\ (0.00s) [2022-05-19T09:59:15.018Z] --- PASS: TestWindowsParseMountRawSplit/2_c:\:d:\:ro (0.00s) [2022-05-19T09:59:15.018Z] --- PASS: TestWindowsParseMountRawSplit/3_c:\:d:\:rw (0.00s) [2022-05-19T09:59:15.018Z] --- PASS: TestWindowsParseMountRawSplit/4_c:\:d:\:foo (0.00s) [2022-05-19T09:59:15.018Z] --- PASS: TestWindowsParseMountRawSplit/5_name:d::rw (0.00s) [2022-05-19T09:59:15.018Z] --- PASS: TestWindowsParseMountRawSplit/6_name:d: (0.00s) [2022-05-19T09:59:15.018Z] --- PASS: TestWindowsParseMountRawSplit/7_name:d::ro (0.00s) [2022-05-19T09:59:15.018Z] --- PASS: TestWindowsParseMountRawSplit/8_name:c: (0.00s) [2022-05-19T09:59:15.018Z] --- PASS: TestWindowsParseMountRawSplit/9_driver/name:c: (0.00s) [2022-05-19T09:59:15.018Z] --- PASS: TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar (0.00s) [2022-05-19T09:59:15.018Z] --- PASS: TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar (0.00s) [2022-05-19T09:59:15.018Z] --- PASS: TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo (0.00s) [2022-05-19T09:59:15.018Z] === RUN TestWindowsParseMountSpecBindWithFileinfoError [2022-05-19T09:59:15.018Z] --- PASS: TestWindowsParseMountSpecBindWithFileinfoError (0.00s) [2022-05-19T09:59:15.018Z] PASS [2022-05-19T09:59:15.018Z] coverage: 67.6% of statements [2022-05-19T09:59:15.018Z] ok github.com/docker/docker/volume/mounts 0.051s coverage: 67.6% of statements [2022-05-19T09:59:15.207Z] time="2022-05-19T09:59:14Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 4s" [2022-05-19T09:59:15.207Z] === RUN TestNewSettable [2022-05-19T09:59:15.207Z] --- PASS: TestNewSettable (0.00s) [2022-05-19T09:59:15.207Z] === RUN TestIsSettable [2022-05-19T09:59:15.207Z] --- PASS: TestIsSettable (0.00s) [2022-05-19T09:59:15.207Z] === RUN TestUpdateSettingsEnv [2022-05-19T09:59:15.207Z] --- PASS: TestUpdateSettingsEnv (0.00s) [2022-05-19T09:59:15.207Z] PASS [2022-05-19T09:59:15.207Z] coverage: 20.0% of statements [2022-05-19T09:59:15.207Z] ok github.com/docker/docker/plugin/v2 0.038s coverage: 20.0% of statements [2022-05-19T09:59:15.233Z] --- PASS: TestInfoAPIWarnings (16.54s) [2022-05-19T09:59:15.233Z] === RUN TestInfoDebug [2022-05-19T09:59:15.233Z] --- PASS: TestInfoDebug (0.52s) [2022-05-19T09:59:15.233Z] === RUN TestInfoInsecureRegistries [2022-05-19T09:59:15.233Z] --- PASS: TestInfoInsecureRegistries (0.52s) [2022-05-19T09:59:15.233Z] === RUN TestInfoRegistryMirrors [2022-05-19T09:59:15.257Z] --- PASS: TestRelease (2.47s) [2022-05-19T09:59:15.257Z] === RUN TestAllocateRandomDeallocate [2022-05-19T09:59:15.491Z] --- PASS: TestInfoRegistryMirrors (0.52s) [2022-05-19T09:59:15.491Z] === RUN TestLoginFailsWithBadCredentials [2022-05-19T09:59:15.491Z] --- PASS: TestLoginFailsWithBadCredentials (0.08s) [2022-05-19T09:59:15.491Z] === RUN TestPingCacheHeaders [2022-05-19T09:59:15.491Z] --- PASS: TestPingCacheHeaders (0.02s) [2022-05-19T09:59:15.491Z] === RUN TestPingGet [2022-05-19T09:59:15.491Z] --- PASS: TestPingGet (0.01s) [2022-05-19T09:59:15.491Z] === RUN TestPingHead [2022-05-19T09:59:15.491Z] --- PASS: TestPingHead (0.02s) [2022-05-19T09:59:15.491Z] === RUN TestPingSwarmHeader [2022-05-19T09:59:15.675Z] --- PASS: TestAllocateRandomDeallocate (8.20s) [2022-05-19T09:59:15.675Z] === RUN TestRetrieveFromStore [2022-05-19T09:59:15.727Z] === RUN TestBufioReaderPoolGetWithNoReaderShouldCreateOne [2022-05-19T09:59:15.727Z] --- PASS: TestBufioReaderPoolGetWithNoReaderShouldCreateOne (0.00s) [2022-05-19T09:59:15.727Z] === RUN TestBufioReaderPoolPutAndGet [2022-05-19T09:59:15.727Z] --- PASS: TestBufioReaderPoolPutAndGet (0.00s) [2022-05-19T09:59:15.727Z] === RUN TestNewReadCloserWrapperWithAReadCloser [2022-05-19T09:59:15.727Z] --- PASS: TestNewReadCloserWrapperWithAReadCloser (0.00s) [2022-05-19T09:59:15.727Z] === RUN TestBufioWriterPoolGetWithNoReaderShouldCreateOne [2022-05-19T09:59:15.727Z] --- PASS: TestBufioWriterPoolGetWithNoReaderShouldCreateOne (0.00s) [2022-05-19T09:59:15.727Z] === RUN TestBufioWriterPoolPutAndGet [2022-05-19T09:59:15.727Z] --- PASS: TestBufioWriterPoolPutAndGet (0.00s) [2022-05-19T09:59:15.727Z] === RUN TestNewWriteCloserWrapperWithAWriteCloser [2022-05-19T09:59:15.727Z] --- PASS: TestNewWriteCloserWrapperWithAWriteCloser (0.00s) [2022-05-19T09:59:15.727Z] === RUN TestBufferPoolPutAndGet [2022-05-19T09:59:15.727Z] --- PASS: TestBufferPoolPutAndGet (0.00s) [2022-05-19T09:59:15.727Z] PASS [2022-05-19T09:59:15.727Z] coverage: 88.2% of statements [2022-05-19T09:59:15.727Z] ok github.com/docker/docker/pkg/pools 0.037s coverage: 88.2% of statements [2022-05-19T09:59:16.056Z] === RUN TestPingSwarmHeader/before_swarm_init [2022-05-19T09:59:16.066Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork [2022-05-19T09:59:16.066Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2022-05-19T09:59:16.143Z] === RUN TestLoad [2022-05-19T09:59:16.143Z] --- PASS: TestLoad (0.00s) [2022-05-19T09:59:16.143Z] === RUN TestSave [2022-05-19T09:59:16.143Z] --- PASS: TestSave (0.05s) [2022-05-19T09:59:16.143Z] === RUN TestAddDeleteGet [2022-05-19T09:59:16.143Z] --- PASS: TestAddDeleteGet (0.08s) [2022-05-19T09:59:16.143Z] === RUN TestInvalidTags [2022-05-19T09:59:16.143Z] --- PASS: TestInvalidTags (0.02s) [2022-05-19T09:59:16.143Z] PASS [2022-05-19T09:59:16.143Z] coverage: 84.4% of statements [2022-05-19T09:59:16.143Z] ok github.com/docker/docker/reference 0.193s coverage: 84.4% of statements [2022-05-19T09:59:16.197Z] === RUN TestOutputOnPrematureClose [2022-05-19T09:59:16.197Z] --- PASS: TestOutputOnPrematureClose (0.00s) [2022-05-19T09:59:16.197Z] === RUN TestCompleteSilently [2022-05-19T09:59:16.197Z] --- PASS: TestCompleteSilently (0.00s) [2022-05-19T09:59:16.197Z] PASS [2022-05-19T09:59:16.197Z] coverage: 75.9% of statements [2022-05-19T09:59:16.197Z] ok github.com/docker/docker/pkg/progress 0.037s coverage: 75.9% of statements [2022-05-19T09:59:16.584Z] === RUN TestSetGetMeta [2022-05-19T09:59:16.584Z] === PAUSE TestSetGetMeta [2022-05-19T09:59:16.584Z] === RUN TestRestore [2022-05-19T09:59:16.584Z] === PAUSE TestRestore [2022-05-19T09:59:16.584Z] === RUN TestServiceCreate [2022-05-19T09:59:16.584Z] === PAUSE TestServiceCreate [2022-05-19T09:59:16.584Z] === RUN TestServiceList [2022-05-19T09:59:16.584Z] === PAUSE TestServiceList [2022-05-19T09:59:16.584Z] === RUN TestServiceRemove [2022-05-19T09:59:16.584Z] === PAUSE TestServiceRemove [2022-05-19T09:59:16.584Z] === RUN TestServiceGet [2022-05-19T09:59:16.584Z] === PAUSE TestServiceGet [2022-05-19T09:59:16.584Z] === RUN TestServicePrune [2022-05-19T09:59:16.584Z] === PAUSE TestServicePrune [2022-05-19T09:59:16.584Z] === RUN TestCreate [2022-05-19T09:59:16.584Z] === PAUSE TestCreate [2022-05-19T09:59:16.584Z] === RUN TestRemove [2022-05-19T09:59:16.584Z] === PAUSE TestRemove [2022-05-19T09:59:16.584Z] === RUN TestList [2022-05-19T09:59:16.584Z] === PAUSE TestList [2022-05-19T09:59:16.584Z] === RUN TestFindByDriver [2022-05-19T09:59:16.584Z] === PAUSE TestFindByDriver [2022-05-19T09:59:16.584Z] === RUN TestFindByReferenced [2022-05-19T09:59:16.584Z] === PAUSE TestFindByReferenced [2022-05-19T09:59:16.584Z] === RUN TestDerefMultipleOfSameRef [2022-05-19T09:59:16.584Z] === PAUSE TestDerefMultipleOfSameRef [2022-05-19T09:59:16.584Z] === RUN TestCreateKeepOptsLabelsWhenExistsRemotely [2022-05-19T09:59:16.584Z] === PAUSE TestCreateKeepOptsLabelsWhenExistsRemotely [2022-05-19T09:59:16.584Z] === RUN TestDefererencePluginOnCreateError [2022-05-19T09:59:16.584Z] === PAUSE TestDefererencePluginOnCreateError [2022-05-19T09:59:16.584Z] === RUN TestRefDerefRemove [2022-05-19T09:59:16.584Z] === PAUSE TestRefDerefRemove [2022-05-19T09:59:16.584Z] === RUN TestGet [2022-05-19T09:59:16.584Z] === PAUSE TestGet [2022-05-19T09:59:16.584Z] === RUN TestGetWithReference [2022-05-19T09:59:16.584Z] === PAUSE TestGetWithReference [2022-05-19T09:59:16.584Z] === RUN TestFilterFunc [2022-05-19T09:59:16.584Z] === RUN TestFilterFunc/test_nil_list [2022-05-19T09:59:16.584Z] === PAUSE TestFilterFunc/test_nil_list [2022-05-19T09:59:16.584Z] === RUN TestFilterFunc/test_empty_list [2022-05-19T09:59:16.584Z] === PAUSE TestFilterFunc/test_empty_list [2022-05-19T09:59:16.584Z] === RUN TestFilterFunc/test_filter_non-empty_to_empty [2022-05-19T09:59:16.584Z] === PAUSE TestFilterFunc/test_filter_non-empty_to_empty [2022-05-19T09:59:16.584Z] === RUN TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-05-19T09:59:16.584Z] === PAUSE TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-05-19T09:59:16.584Z] === RUN TestFilterFunc/test_filter_some [2022-05-19T09:59:16.584Z] === PAUSE TestFilterFunc/test_filter_some [2022-05-19T09:59:16.584Z] === RUN TestFilterFunc/test_filter_middle [2022-05-19T09:59:16.584Z] === PAUSE TestFilterFunc/test_filter_middle [2022-05-19T09:59:16.584Z] === RUN TestFilterFunc/test_filter_middle_and_last [2022-05-19T09:59:16.584Z] === PAUSE TestFilterFunc/test_filter_middle_and_last [2022-05-19T09:59:16.584Z] === RUN TestFilterFunc/test_filter_first_and_last [2022-05-19T09:59:16.584Z] === PAUSE TestFilterFunc/test_filter_first_and_last [2022-05-19T09:59:16.584Z] === CONT TestFilterFunc/test_nil_list [2022-05-19T09:59:16.584Z] === CONT TestFilterFunc/test_filter_first_and_last [2022-05-19T09:59:16.584Z] === CONT TestFilterFunc/test_filter_middle_and_last [2022-05-19T09:59:16.584Z] === CONT TestFilterFunc/test_filter_middle [2022-05-19T09:59:16.584Z] === CONT TestFilterFunc/test_filter_some [2022-05-19T09:59:16.584Z] === CONT TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-05-19T09:59:16.584Z] === CONT TestFilterFunc/test_filter_non-empty_to_empty [2022-05-19T09:59:16.584Z] === CONT TestFilterFunc/test_empty_list [2022-05-19T09:59:16.584Z] --- PASS: TestFilterFunc (0.00s) [2022-05-19T09:59:16.584Z] --- PASS: TestFilterFunc/test_nil_list (0.00s) [2022-05-19T09:59:16.584Z] --- PASS: TestFilterFunc/test_filter_first_and_last (0.00s) [2022-05-19T09:59:16.584Z] --- PASS: TestFilterFunc/test_filter_middle_and_last (0.00s) [2022-05-19T09:59:16.584Z] --- PASS: TestFilterFunc/test_filter_middle (0.00s) [2022-05-19T09:59:16.584Z] --- PASS: TestFilterFunc/test_filter_some (0.00s) [2022-05-19T09:59:16.584Z] --- PASS: TestFilterFunc/test_nothing_to_fitler_non-empty_list (0.00s) [2022-05-19T09:59:16.584Z] --- PASS: TestFilterFunc/test_filter_non-empty_to_empty (0.00s) [2022-05-19T09:59:16.584Z] --- PASS: TestFilterFunc/test_empty_list (0.00s) [2022-05-19T09:59:16.584Z] === CONT TestSetGetMeta [2022-05-19T09:59:16.584Z] === CONT TestList [2022-05-19T09:59:16.584Z] === CONT TestServiceGet [2022-05-19T09:59:16.584Z] === CONT TestServiceRemove [2022-05-19T09:59:16.584Z] --- PASS: TestSetGetMeta (0.02s) [2022-05-19T09:59:16.584Z] === CONT TestGetWithReference [2022-05-19T09:59:16.584Z] --- PASS: TestList (0.04s) [2022-05-19T09:59:16.584Z] === CONT TestGet [2022-05-19T09:59:16.584Z] === CONT TestRefDerefRemove [2022-05-19T09:59:16.584Z] --- PASS: TestGetWithReference (0.03s) [2022-05-19T09:59:16.584Z] === CONT TestDefererencePluginOnCreateError [2022-05-19T09:59:16.584Z] --- PASS: TestGet (0.02s) [2022-05-19T09:59:16.584Z] --- PASS: TestRefDerefRemove (0.02s) [2022-05-19T09:59:16.584Z] === CONT TestCreateKeepOptsLabelsWhenExistsRemotely [2022-05-19T09:59:16.584Z] --- PASS: TestCreateKeepOptsLabelsWhenExistsRemotely (0.01s) [2022-05-19T09:59:16.584Z] === CONT TestDerefMultipleOfSameRef [2022-05-19T09:59:16.584Z] === CONT TestFindByReferenced [2022-05-19T09:59:16.584Z] --- PASS: TestDefererencePluginOnCreateError (0.02s) [2022-05-19T09:59:16.584Z] --- PASS: TestDerefMultipleOfSameRef (0.02s) [2022-05-19T09:59:16.584Z] === CONT TestFindByDriver [2022-05-19T09:59:16.584Z] --- PASS: TestFindByReferenced (0.02s) [2022-05-19T09:59:16.584Z] === CONT TestRemove [2022-05-19T09:59:16.584Z] --- PASS: TestFindByDriver (0.02s) [2022-05-19T09:59:16.584Z] === CONT TestCreate [2022-05-19T09:59:16.584Z] --- PASS: TestRemove (0.02s) [2022-05-19T09:59:16.584Z] === CONT TestServicePrune [2022-05-19T09:59:16.584Z] === CONT TestServiceList [2022-05-19T09:59:16.584Z] --- PASS: TestCreate (0.01s) [2022-05-19T09:59:16.584Z] --- PASS: TestServiceGet (0.24s) [2022-05-19T09:59:16.584Z] === CONT TestServiceCreate [2022-05-19T09:59:16.584Z] time="2022-05-19T09:59:16Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-05-19T09:59:16.584Z] --- PASS: TestServiceRemove (0.24s) [2022-05-19T09:59:16.584Z] === CONT TestRestore [2022-05-19T09:59:16.584Z] --- PASS: TestServiceList (0.11s) [2022-05-19T09:59:16.584Z] time="2022-05-19T09:59:16Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-05-19T09:59:16.584Z] time="2022-05-19T09:59:16Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-05-19T09:59:16.584Z] time="2022-05-19T09:59:16Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test3 [2022-05-19T09:59:16.584Z] --- PASS: TestServiceCreate (0.02s) [2022-05-19T09:59:16.584Z] time="2022-05-19T09:59:16Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-05-19T09:59:16.584Z] --- PASS: TestRestore (0.03s) [2022-05-19T09:59:16.584Z] --- PASS: TestServicePrune (0.15s) [2022-05-19T09:59:16.584Z] PASS [2022-05-19T09:59:16.584Z] coverage: 69.0% of statements [2022-05-19T09:59:16.584Z] ok github.com/docker/docker/volume/service 0.327s coverage: 69.0% of statements [2022-05-19T09:59:16.621Z] === RUN TestPingSwarmHeader/after_swarm_init [2022-05-19T09:59:16.668Z] === RUN TestSendToOneSub [2022-05-19T09:59:16.668Z] --- PASS: TestSendToOneSub (0.00s) [2022-05-19T09:59:16.668Z] === RUN TestSendToMultipleSubs [2022-05-19T09:59:16.668Z] --- PASS: TestSendToMultipleSubs (0.00s) [2022-05-19T09:59:16.668Z] === RUN TestEvictOneSub [2022-05-19T09:59:16.668Z] --- PASS: TestEvictOneSub (0.00s) [2022-05-19T09:59:16.668Z] === RUN TestClosePublisher [2022-05-19T09:59:16.668Z] --- PASS: TestClosePublisher (0.00s) [2022-05-19T09:59:16.668Z] === RUN TestPubSubRace [2022-05-19T09:59:16.996Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2022-05-19T09:59:17.253Z] --- PASS: TestStats (2.83s) [2022-05-19T09:59:17.253Z] === RUN TestStopContainerWithTimeout [2022-05-19T09:59:17.253Z] === RUN TestStopContainerWithTimeout/0 [2022-05-19T09:59:17.253Z] === PAUSE TestStopContainerWithTimeout/0 [2022-05-19T09:59:17.253Z] === RUN TestStopContainerWithTimeout/1 [2022-05-19T09:59:17.253Z] === PAUSE TestStopContainerWithTimeout/1 [2022-05-19T09:59:17.253Z] === RUN TestStopContainerWithTimeout/3 [2022-05-19T09:59:17.253Z] === PAUSE TestStopContainerWithTimeout/3 [2022-05-19T09:59:17.253Z] === RUN TestStopContainerWithTimeout/-1 [2022-05-19T09:59:17.253Z] === PAUSE TestStopContainerWithTimeout/-1 [2022-05-19T09:59:17.253Z] === CONT TestStopContainerWithTimeout/0 [2022-05-19T09:59:17.253Z] === CONT TestStopContainerWithTimeout/-1 [2022-05-19T09:59:17.555Z] === RUN TestPingSwarmHeader/after_swarm_leave [2022-05-19T09:59:17.555Z] --- PASS: TestPingSwarmHeader (2.18s) [2022-05-19T09:59:17.555Z] --- PASS: TestPingSwarmHeader/before_swarm_init (0.00s) [2022-05-19T09:59:17.555Z] --- PASS: TestPingSwarmHeader/after_swarm_init (0.00s) [2022-05-19T09:59:17.555Z] --- PASS: TestPingSwarmHeader/after_swarm_leave (0.00s) [2022-05-19T09:59:17.555Z] === RUN TestVersion [2022-05-19T09:59:17.656Z] --- PASS: TestPubSubRace (1.08s) [2022-05-19T09:59:17.656Z] PASS [2022-05-19T09:59:17.656Z] coverage: 75.0% of statements [2022-05-19T09:59:18.032Z] === RUN TestDockerSuite/TestBuildCacheAdd [2022-05-19T09:59:18.033Z] --- PASS: TestVersion (0.02s) [2022-05-19T09:59:18.033Z] === CONT TestCgroupDriverSystemdMemoryLimit [2022-05-19T09:59:18.033Z] === CONT TestDiskUsage [2022-05-19T09:59:18.191Z] ok github.com/docker/docker/pkg/pubsub 1.118s coverage: 75.0% of statements [2022-05-19T09:59:18.191Z] --- PASS: TestNewClientWithTimeout (17.61s) [2022-05-19T09:59:18.191Z] === RUN TestClientStream [2022-05-19T09:59:18.191Z] --- PASS: TestClientStream (0.00s) [2022-05-19T09:59:18.191Z] === RUN TestClientSendFile [2022-05-19T09:59:18.191Z] --- PASS: TestClientSendFile (0.00s) [2022-05-19T09:59:18.191Z] === RUN TestClientWithRequestTimeout [2022-05-19T09:59:18.191Z] --- PASS: TestClientWithRequestTimeout (0.00s) [2022-05-19T09:59:18.191Z] === RUN TestFileSpecPlugin [2022-05-19T09:59:18.191Z] --- PASS: TestFileSpecPlugin (0.01s) [2022-05-19T09:59:18.191Z] === RUN TestFileJSONSpecPlugin [2022-05-19T09:59:18.191Z] --- PASS: TestFileJSONSpecPlugin (0.01s) [2022-05-19T09:59:18.191Z] === RUN TestFileJSONSpecPluginWithoutTLSConfig [2022-05-19T09:59:18.191Z] --- PASS: TestFileJSONSpecPluginWithoutTLSConfig (0.00s) [2022-05-19T09:59:18.191Z] === RUN TestPluginAddHandler [2022-05-19T09:59:18.191Z] --- PASS: TestPluginAddHandler (0.00s) [2022-05-19T09:59:18.191Z] === RUN TestPluginWaitBadPlugin [2022-05-19T09:59:18.191Z] --- PASS: TestPluginWaitBadPlugin (0.00s) [2022-05-19T09:59:18.191Z] === RUN TestGet [2022-05-19T09:59:18.191Z] time="2022-05-19T09:59:18Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 1s" [2022-05-19T09:59:18.292Z] === RUN TestDiskUsage/empty [2022-05-19T09:59:18.292Z] === RUN TestDiskUsage/empty/container_types [2022-05-19T09:59:18.292Z] === RUN TestDiskUsage/empty/image_types [2022-05-19T09:59:18.292Z] === RUN TestDiskUsage/empty/volume_types [2022-05-19T09:59:18.292Z] === RUN TestDiskUsage/empty/build-cache_types [2022-05-19T09:59:18.292Z] === RUN TestDiskUsage/empty/container,_volume_types [2022-05-19T09:59:18.292Z] === RUN TestDiskUsage/empty/image,_build-cache_types [2022-05-19T09:59:18.292Z] === RUN TestDiskUsage/empty/container,_volume,_build-cache_types [2022-05-19T09:59:18.292Z] === RUN TestDiskUsage/empty/image,_volume,_build-cache_types [2022-05-19T09:59:18.292Z] === RUN TestDiskUsage/empty/container,_image,_volume_types [2022-05-19T09:59:18.292Z] === RUN TestDiskUsage/empty/container,_image,_volume,_build-cache_types [2022-05-19T09:59:18.292Z] === RUN TestDiskUsage/after_LoadBusybox [2022-05-19T09:59:18.358Z] --- PASS: TestRetrieveFromStore (2.79s) [2022-05-19T09:59:18.358Z] === RUN TestRequestReleaseAddressDuplicate [2022-05-19T09:59:18.358Z] --- PASS: TestRequestReleaseAddressDuplicate (0.01s) [2022-05-19T09:59:18.358Z] === RUN TestParallelPredefinedRequest1 [2022-05-19T09:59:18.358Z] === PAUSE TestParallelPredefinedRequest1 [2022-05-19T09:59:18.358Z] === RUN TestParallelPredefinedRequest2 [2022-05-19T09:59:18.358Z] === PAUSE TestParallelPredefinedRequest2 [2022-05-19T09:59:18.358Z] === RUN TestParallelPredefinedRequest3 [2022-05-19T09:59:18.358Z] === PAUSE TestParallelPredefinedRequest3 [2022-05-19T09:59:18.358Z] === RUN TestParallelPredefinedRequest4 [2022-05-19T09:59:18.358Z] === PAUSE TestParallelPredefinedRequest4 [2022-05-19T09:59:18.358Z] === RUN TestParallelPredefinedRequest5 [2022-05-19T09:59:18.358Z] === PAUSE TestParallelPredefinedRequest5 [2022-05-19T09:59:18.358Z] === RUN TestDebug [2022-05-19T09:59:18.358Z] --- PASS: TestDebug (0.00s) [2022-05-19T09:59:18.358Z] === RUN TestRequestPoolParallel [2022-05-19T09:59:18.358Z] === RUN TestResolveAuthConfigIndexServer [2022-05-19T09:59:18.358Z] --- PASS: TestResolveAuthConfigIndexServer (0.00s) [2022-05-19T09:59:18.358Z] === RUN TestResolveAuthConfigFullURL [2022-05-19T09:59:18.358Z] --- PASS: TestResolveAuthConfigFullURL (0.00s) [2022-05-19T09:59:18.358Z] === RUN TestLoadAllowNondistributableArtifacts [2022-05-19T09:59:18.358Z] --- PASS: TestLoadAllowNondistributableArtifacts (0.00s) [2022-05-19T09:59:18.358Z] === RUN TestValidateMirror [2022-05-19T09:59:18.358Z] --- PASS: TestValidateMirror (0.00s) [2022-05-19T09:59:18.358Z] === RUN TestLoadInsecureRegistries [2022-05-19T09:59:18.358Z] time="2022-05-19T09:59: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-05-19T09:59:18.358Z] time="2022-05-19T09:59:18Z" level=warning msg="insecure registry https://myregistry.example.com should not contain 'https://' and 'https://' has been removed from the insecure registry config" [2022-05-19T09:59:18.358Z] time="2022-05-19T09:59: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-05-19T09:59:18.358Z] --- PASS: TestLoadInsecureRegistries (0.20s) [2022-05-19T09:59:18.358Z] === RUN TestNewServiceConfig [2022-05-19T09:59:18.358Z] --- PASS: TestNewServiceConfig (0.00s) [2022-05-19T09:59:18.358Z] === RUN TestValidateIndexName [2022-05-19T09:59:18.358Z] --- PASS: TestValidateIndexName (0.00s) [2022-05-19T09:59:18.358Z] === RUN TestValidateIndexNameWithError [2022-05-19T09:59:18.550Z] === RUN TestDiskUsage/after_LoadBusybox/container_types [2022-05-19T09:59:18.550Z] === RUN TestDiskUsage/after_LoadBusybox/image_types [2022-05-19T09:59:18.550Z] === RUN TestDiskUsage/after_LoadBusybox/volume_types [2022-05-19T09:59:18.550Z] === RUN TestDiskUsage/after_LoadBusybox/build-cache_types [2022-05-19T09:59:18.550Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume_types [2022-05-19T09:59:18.550Z] === RUN TestDiskUsage/after_LoadBusybox/image,_build-cache_types [2022-05-19T09:59:18.550Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types [2022-05-19T09:59:18.550Z] === RUN TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types [2022-05-19T09:59:18.550Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume_types [2022-05-19T09:59:18.550Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types [2022-05-19T09:59:18.550Z] === RUN TestDiskUsage/after_container.Run [2022-05-19T09:59:18.596Z] === CONT TestStopContainerWithTimeout/3 [2022-05-19T09:59:18.661Z] === RUN TestRegister [2022-05-19T09:59:18.661Z] --- PASS: TestRegister (0.00s) [2022-05-19T09:59:18.661Z] === RUN TestCommand [2022-05-19T09:59:18.661Z] --- PASS: TestCommand (0.05s) [2022-05-19T09:59:18.661Z] === RUN TestNaiveSelf [2022-05-19T09:59:18.661Z] --- PASS: TestNaiveSelf (0.04s) [2022-05-19T09:59:18.661Z] PASS [2022-05-19T09:59:18.661Z] coverage: 82.4% of statements [2022-05-19T09:59:18.661Z] ok github.com/docker/docker/pkg/reexec 0.133s coverage: 82.4% of statements [2022-05-19T09:59:18.826Z] --- PASS: TestValidateIndexNameWithError (0.00s) [2022-05-19T09:59:18.826Z] === RUN TestEndpointParse [2022-05-19T09:59:18.826Z] --- PASS: TestEndpointParse (0.00s) [2022-05-19T09:59:18.826Z] === RUN TestEndpointParseInvalid [2022-05-19T09:59:18.826Z] --- PASS: TestEndpointParseInvalid (0.00s) [2022-05-19T09:59:18.826Z] === RUN TestValidateEndpoint [2022-05-19T09:59:18.826Z] --- PASS: TestValidateEndpoint (0.01s) [2022-05-19T09:59:18.826Z] === RUN TestPing [2022-05-19T09:59:18.826Z] --- PASS: TestPing (0.01s) [2022-05-19T09:59:18.826Z] === RUN TestPingRegistryEndpoint [2022-05-19T09:59:18.826Z] registry_test.go:50: os.Getuid() != 0: skipping test that requires root [2022-05-19T09:59:18.826Z] --- SKIP: TestPingRegistryEndpoint (0.00s) [2022-05-19T09:59:18.826Z] === RUN TestEndpoint [2022-05-19T09:59:18.826Z] registry_test.go:70: os.Getuid() != 0: skipping test that requires root [2022-05-19T09:59:18.826Z] --- SKIP: TestEndpoint (0.00s) [2022-05-19T09:59:18.826Z] === RUN TestParseRepositoryInfo [2022-05-19T09:59:18.826Z] --- PASS: TestParseRepositoryInfo (0.00s) [2022-05-19T09:59:18.826Z] === RUN TestNewIndexInfo [2022-05-19T09:59:18.826Z] --- PASS: TestNewIndexInfo (0.00s) [2022-05-19T09:59:18.826Z] === RUN TestMirrorEndpointLookup [2022-05-19T09:59:18.826Z] registry_test.go:511: os.Getuid() != 0: skipping test that requires root [2022-05-19T09:59:18.826Z] --- SKIP: TestMirrorEndpointLookup (0.01s) [2022-05-19T09:59:18.826Z] === RUN TestSearchRepositories [2022-05-19T09:59:18.826Z] registry_test.go:722: GET /v1/search?q=fakequery&n=25 HTTP/1.1 [2022-05-19T09:59:18.826Z] Host: 127.0.0.1:49331 [2022-05-19T09:59:18.826Z] User-Agent: docker test client [2022-05-19T09:59:18.826Z] Authorization: Token fake-token [2022-05-19T09:59:18.826Z] X-Docker-Token: true [2022-05-19T09:59:18.826Z] Accept-Encoding: gzip [2022-05-19T09:59:18.826Z] [2022-05-19T09:59:18.826Z] [2022-05-19T09:59:18.826Z] registry_test.go:731: HTTP/1.1 200 OK [2022-05-19T09:59:18.826Z] Connection: close [2022-05-19T09:59:18.826Z] Content-Length: 144 [2022-05-19T09:59:18.826Z] Cache-Control: no-cache [2022-05-19T09:59:18.826Z] Content-Type: application/json [2022-05-19T09:59:18.826Z] Date: Thu, 19 May 2022 09:59:18 GMT [2022-05-19T09:59:18.826Z] Expires: -1 [2022-05-19T09:59:18.826Z] Pragma: no-cache [2022-05-19T09:59:18.826Z] Server: docker-tests/mock [2022-05-19T09:59:18.826Z] X-Docker-Registry-Config: mock [2022-05-19T09:59:18.826Z] X-Docker-Registry-Version: 0.0.0 [2022-05-19T09:59:18.826Z] [2022-05-19T09:59:18.826Z] [2022-05-19T09:59:18.826Z] --- PASS: TestSearchRepositories (0.01s) [2022-05-19T09:59:18.826Z] === RUN TestTrustedLocation [2022-05-19T09:59:18.826Z] --- PASS: TestTrustedLocation (0.00s) [2022-05-19T09:59:18.826Z] === RUN TestAddRequiredHeadersToRedirectedRequests [2022-05-19T09:59:18.826Z] --- PASS: TestAddRequiredHeadersToRedirectedRequests (0.00s) [2022-05-19T09:59:18.826Z] === RUN TestAllowNondistributableArtifacts [2022-05-19T09:59:18.826Z] --- PASS: TestAllowNondistributableArtifacts (0.00s) [2022-05-19T09:59:18.826Z] === RUN TestIsSecureIndex [2022-05-19T09:59:18.826Z] --- PASS: TestIsSecureIndex (0.00s) [2022-05-19T09:59:18.826Z] PASS [2022-05-19T09:59:18.826Z] coverage: 51.7% of statements [2022-05-19T09:59:18.826Z] ok github.com/docker/docker/registry 0.308s coverage: 51.7% of statements [2022-05-19T09:59:18.826Z] --- PASS: TestRequestPoolParallel (0.51s) [2022-05-19T09:59:18.826Z] === RUN TestFullAllocateRelease [2022-05-19T09:59:18.826Z] time="2022-05-19T09:59:18Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 8s" [2022-05-19T09:59:18.852Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2022-05-19T09:59:19.116Z] === RUN TestDiskUsage/after_container.Run/container_types [2022-05-19T09:59:19.116Z] === RUN TestDiskUsage/after_container.Run/image_types [2022-05-19T09:59:19.116Z] === RUN TestDiskUsage/after_container.Run/volume_types [2022-05-19T09:59:19.116Z] === RUN TestDiskUsage/after_container.Run/build-cache_types [2022-05-19T09:59:19.116Z] === RUN TestDiskUsage/after_container.Run/container,_volume_types [2022-05-19T09:59:19.116Z] === RUN TestDiskUsage/after_container.Run/image,_build-cache_types [2022-05-19T09:59:19.116Z] === RUN TestDiskUsage/after_container.Run/container,_volume,_build-cache_types [2022-05-19T09:59:19.116Z] === RUN TestDiskUsage/after_container.Run/image,_volume,_build-cache_types [2022-05-19T09:59:19.116Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume_types [2022-05-19T09:59:19.116Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types [2022-05-19T09:59:19.295Z] --- PASS: TestFullAllocateRelease (0.73s) [2022-05-19T09:59:19.295Z] === RUN TestOddAllocateRelease [2022-05-19T09:59:19.375Z] --- PASS: TestDiskUsage (1.59s) [2022-05-19T09:59:19.375Z] --- PASS: TestDiskUsage/empty (0.01s) [2022-05-19T09:59:19.375Z] --- PASS: TestDiskUsage/empty/container_types (0.00s) [2022-05-19T09:59:19.375Z] --- PASS: TestDiskUsage/empty/image_types (0.00s) [2022-05-19T09:59:19.375Z] --- PASS: TestDiskUsage/empty/volume_types (0.00s) [2022-05-19T09:59:19.375Z] --- PASS: TestDiskUsage/empty/build-cache_types (0.00s) [2022-05-19T09:59:19.375Z] --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s) [2022-05-19T09:59:19.375Z] --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s) [2022-05-19T09:59:19.375Z] --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s) [2022-05-19T09:59:19.375Z] --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s) [2022-05-19T09:59:19.375Z] --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s) [2022-05-19T09:59:19.375Z] --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s) [2022-05-19T09:59:19.375Z] --- PASS: TestDiskUsage/after_LoadBusybox (0.31s) [2022-05-19T09:59:19.375Z] --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s) [2022-05-19T09:59:19.375Z] --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s) [2022-05-19T09:59:19.375Z] --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s) [2022-05-19T09:59:19.375Z] --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s) [2022-05-19T09:59:19.375Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s) [2022-05-19T09:59:19.375Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s) [2022-05-19T09:59:19.375Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s) [2022-05-19T09:59:19.375Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s) [2022-05-19T09:59:19.375Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s) [2022-05-19T09:59:19.375Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s) [2022-05-19T09:59:19.375Z] --- PASS: TestDiskUsage/after_container.Run (0.52s) [2022-05-19T09:59:19.375Z] --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s) [2022-05-19T09:59:19.375Z] --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s) [2022-05-19T09:59:19.375Z] --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s) [2022-05-19T09:59:19.375Z] --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.01s) [2022-05-19T09:59:19.375Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.01s) [2022-05-19T09:59:19.375Z] --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s) [2022-05-19T09:59:19.375Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s) [2022-05-19T09:59:19.375Z] --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s) [2022-05-19T09:59:19.375Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s) [2022-05-19T09:59:19.375Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s) [2022-05-19T09:59:19.375Z] --- PASS: TestCgroupDriverSystemdMemoryLimit (1.59s) [2022-05-19T09:59:19.375Z] PASS [2022-05-19T09:59:19.375Z] [2022-05-19T09:59:19.375Z] DONE 54 tests in 22.819s [2022-05-19T09:59:19.375Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2022-05-19T09:59:19.375Z] INFO: Testing against a local daemon [2022-05-19T09:59:19.375Z] === RUN TestVolumesCreateAndList [2022-05-19T09:59:19.375Z] --- PASS: TestVolumesCreateAndList (0.02s) [2022-05-19T09:59:19.375Z] === RUN TestVolumesRemove [2022-05-19T09:59:19.375Z] --- PASS: TestVolumesRemove (0.07s) [2022-05-19T09:59:19.375Z] === RUN TestVolumesInspect [2022-05-19T09:59:19.375Z] --- PASS: TestVolumesInspect (0.02s) [2022-05-19T09:59:19.375Z] === RUN TestVolumesInvalidJSON [2022-05-19T09:59:19.375Z] === RUN TestVolumesInvalidJSON/volumes/create [2022-05-19T09:59:19.375Z] === PAUSE TestVolumesInvalidJSON/volumes/create [2022-05-19T09:59:19.375Z] === CONT TestVolumesInvalidJSON/volumes/create [2022-05-19T09:59:19.375Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_content_type [2022-05-19T09:59:19.375Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_JSON [2022-05-19T09:59:19.375Z] === RUN TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON [2022-05-19T09:59:19.375Z] === RUN TestVolumesInvalidJSON/volumes/create/empty_body [2022-05-19T09:59:19.375Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2022-05-19T09:59:19.375Z] --- PASS: TestVolumesInvalidJSON/volumes/create (0.00s) [2022-05-19T09:59:19.375Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.00s) [2022-05-19T09:59:19.375Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.00s) [2022-05-19T09:59:19.375Z] --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s) [2022-05-19T09:59:19.375Z] --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s) [2022-05-19T09:59:19.375Z] PASS [2022-05-19T09:59:19.375Z] [2022-05-19T09:59:19.375Z] DONE 9 tests in 0.144s [2022-05-19T09:59:19.375Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-05-19T09:59:19.414Z] === RUN TestDockerSuite/TestBuildCacheFrom [2022-05-19T09:59:19.651Z] time="2022-05-19T09:59:19Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 2s" [2022-05-19T09:59:19.651Z] === RUN TestDump [2022-05-19T09:59:19.651Z] goroutine 6 [running]: [2022-05-19T09:59:19.651Z] github.com/docker/docker/pkg/stack.dump(0x282d57?) [2022-05-19T09:59:19.651Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x6c [2022-05-19T09:59:19.651Z] github.com/docker/docker/pkg/stack.Dump(...) [2022-05-19T09:59:19.651Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:18 [2022-05-19T09:59:19.651Z] github.com/docker/docker/pkg/stack.TestDump(0x0?) [2022-05-19T09:59:19.651Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:12 +0x2a [2022-05-19T09:59:19.651Z] testing.tRunner(0xc0001621a0, 0x44a4b0) [2022-05-19T09:59:19.651Z] c:/go/src/testing/testing.go:1439 +0x102 [2022-05-19T09:59:19.651Z] created by testing.(*T).Run [2022-05-19T09:59:19.651Z] c:/go/src/testing/testing.go:1486 +0x35f [2022-05-19T09:59:19.651Z] [2022-05-19T09:59:19.651Z] goroutine 1 [chan receive]: [2022-05-19T09:59:19.651Z] testing.(*T).Run(0xc000162000, {0x439154?, 0x25c1f3?}, 0x44a4b0) [2022-05-19T09:59:19.651Z] c:/go/src/testing/testing.go:1487 +0x37a [2022-05-19T09:59:19.651Z] testing.runTests.func1(0xc00006c870?) [2022-05-19T09:59:19.651Z] c:/go/src/testing/testing.go:1839 +0x6e [2022-05-19T09:59:19.651Z] testing.tRunner(0xc000162000, 0xc000075ca0) [2022-05-19T09:59:19.651Z] c:/go/src/testing/testing.go:1439 +0x102 [2022-05-19T09:59:19.651Z] testing.runTests(0xc000058500?, {0x5ce400, 0x3, 0x3}, {0x22512040108?, 0x40?, 0x5d34a0?}) [2022-05-19T09:59:19.651Z] c:/go/src/testing/testing.go:1837 +0x457 [2022-05-19T09:59:19.651Z] testing.(*M).Run(0xc000058500) [2022-05-19T09:59:19.651Z] c:/go/src/testing/testing.go:1719 +0x5d9 [2022-05-19T09:59:19.651Z] main.main() [2022-05-19T09:59:19.651Z] _testmain.go:99 +0x255 [2022-05-19T09:59:19.651Z] --- PASS: TestDump (0.00s) [2022-05-19T09:59:19.651Z] === RUN TestDumpToFile [2022-05-19T09:59:19.651Z] --- PASS: TestDumpToFile (0.17s) [2022-05-19T09:59:19.651Z] === RUN TestDumpToFileWithEmptyInput [2022-05-19T09:59:19.651Z] goroutine 8 [running]: [2022-05-19T09:59:19.651Z] github.com/docker/docker/pkg/stack.dump(0x2fed93?) [2022-05-19T09:59:19.651Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x6c [2022-05-19T09:59:19.651Z] github.com/docker/docker/pkg/stack.DumpToFile({0x0?, 0x2fed60?}) [2022-05-19T09:59:19.651Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:38 +0x217 [2022-05-19T09:59:19.651Z] github.com/docker/docker/pkg/stack.TestDumpToFileWithEmptyInput(0xc0001621a0?) [2022-05-19T09:59:19.651Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:27 +0x26 [2022-05-19T09:59:19.651Z] testing.tRunner(0xc000162820, 0x44a4a0) [2022-05-19T09:59:19.651Z] c:/go/src/testing/testing.go:1439 +0x102 [2022-05-19T09:59:19.651Z] created by testing.(*T).Run [2022-05-19T09:59:19.651Z] c:/go/src/testing/testing.go:1486 +0x35f [2022-05-19T09:59:19.651Z] [2022-05-19T09:59:19.651Z] goroutine 1 [chan receive]: [2022-05-19T09:59:19.651Z] testing.(*T).Run(0xc000162000, {0x44072b?, 0x25c1f3?}, 0x44a4a0) [2022-05-19T09:59:19.652Z] c:/go/src/testing/testing.go:1487 +0x37a [2022-05-19T09:59:19.652Z] testing.runTests.func1(0xc00006c870?) [2022-05-19T09:59:19.652Z] c:/go/src/testing/testing.go:1839 +0x6e [2022-05-19T09:59:19.652Z] testing.tRunner(0xc000162000, 0xc000075ca0) [2022-05-19T09:59:19.652Z] c:/go/src/testing/testing.go:1439 +0x102 [2022-05-19T09:59:19.652Z] testing.runTests(0xc000058500?, {0x5ce400, 0x3, 0x3}, {0x22512040108?, 0x40?, 0x5d34a0?}) [2022-05-19T09:59:19.652Z] c:/go/src/testing/testing.go:1837 +0x457 [2022-05-19T09:59:19.652Z] testing.(*M).Run(0xc000058500) [2022-05-19T09:59:19.652Z] c:/go/src/testing/testing.go:1719 +0x5d9 [2022-05-19T09:59:19.652Z] main.main() [2022-05-19T09:59:19.652Z] _testmain.go:99 +0x255 [2022-05-19T09:59:19.652Z] --- PASS: TestDumpToFileWithEmptyInput (0.00s) [2022-05-19T09:59:19.652Z] PASS [2022-05-19T09:59:19.652Z] coverage: 90.9% of statements [2022-05-19T09:59:19.652Z] ok github.com/docker/docker/pkg/stack 0.214s coverage: 90.9% of statements [2022-05-19T09:59:19.765Z] --- PASS: TestOddAllocateRelease (0.29s) [2022-05-19T09:59:19.765Z] === RUN TestFullAllocateSerialReleaseParallel [2022-05-19T09:59:19.765Z] === RUN TestResumableRequestHeaderSimpleErrors [2022-05-19T09:59:19.765Z] --- PASS: TestResumableRequestHeaderSimpleErrors (0.01s) [2022-05-19T09:59:19.765Z] === RUN TestResumableRequestHeaderNotTooMuchFailures [2022-05-19T09:59:19.765Z] --- PASS: TestResumableRequestHeaderNotTooMuchFailures (0.01s) [2022-05-19T09:59:19.765Z] === RUN TestResumableRequestHeaderTooMuchFailures [2022-05-19T09:59:19.765Z] --- PASS: TestResumableRequestHeaderTooMuchFailures (0.00s) [2022-05-19T09:59:19.765Z] === RUN TestResumableRequestReaderWithReadError [2022-05-19T09:59:19.765Z] --- PASS: TestFullAllocateSerialReleaseParallel (0.09s) [2022-05-19T09:59:19.765Z] === RUN TestOddAllocateSerialReleaseParallel [2022-05-19T09:59:19.765Z] --- PASS: TestOddAllocateSerialReleaseParallel (0.06s) [2022-05-19T09:59:19.765Z] === RUN TestEvenAllocateSerialReleaseParallel [2022-05-19T09:59:19.943Z] Stopping apparmor (via systemctl): apparmor.service. [2022-05-19T09:59:19.943Z] Removing test suite binaries [2022-05-19T09:59:19.943Z] exiting test-integration [2022-05-19T09:59:19.943Z] ++ exit 0 [2022-05-19T09:59:19.943Z] [2022-05-19T09:59:20.233Z] --- PASS: TestEvenAllocateSerialReleaseParallel (0.06s) [2022-05-19T09:59:20.233Z] === CONT TestParallelPredefinedRequest1 [2022-05-19T09:59:20.233Z] === CONT TestParallelPredefinedRequest4 [2022-05-19T09:59:20.233Z] === CONT TestParallelPredefinedRequest5 [2022-05-19T09:59:20.233Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-19T09:59:20.233Z] === CONT TestParallelPredefinedRequest4 [2022-05-19T09:59:20.233Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-19T09:59:20.233Z] === CONT TestParallelPredefinedRequest1 [2022-05-19T09:59:20.233Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-19T09:59:20.233Z] --- SKIP: TestParallelPredefinedRequest5 (0.00s) [2022-05-19T09:59:20.233Z] === CONT TestParallelPredefinedRequest2 [2022-05-19T09:59:20.233Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-19T09:59:20.233Z] --- SKIP: TestParallelPredefinedRequest2 (0.00s) [2022-05-19T09:59:20.233Z] --- SKIP: TestParallelPredefinedRequest1 (0.00s) [2022-05-19T09:59:20.233Z] --- SKIP: TestParallelPredefinedRequest4 (0.00s) [2022-05-19T09:59:20.233Z] === CONT TestParallelPredefinedRequest3 [2022-05-19T09:59:20.233Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-19T09:59:20.233Z] --- SKIP: TestParallelPredefinedRequest3 (0.00s) [2022-05-19T09:59:20.233Z] PASS [2022-05-19T09:59:20.233Z] coverage: 85.3% of statements [2022-05-19T09:59:20.233Z] time="2022-05-19T09:59:19Z" level=info msg="encountered error during pull and clearing it before resume: An error occurred" [2022-05-19T09:59:20.233Z] --- PASS: TestResumableRequestReaderWithReadError (0.19s) [2022-05-19T09:59:20.233Z] === RUN TestResumableRequestReaderWithEOFWith416Response [2022-05-19T09:59:20.234Z] --- PASS: TestResumableRequestReaderWithEOFWith416Response (0.00s) [2022-05-19T09:59:20.234Z] === RUN TestResumableRequestReaderWithServerDoesntSupportByteRanges [2022-05-19T09:59:20.234Z] --- PASS: TestResumableRequestReaderWithServerDoesntSupportByteRanges (0.00s) [2022-05-19T09:59:20.234Z] === RUN TestResumableRequestReaderWithZeroTotalSize [2022-05-19T09:59:20.234Z] --- PASS: TestResumableRequestReaderWithZeroTotalSize (0.00s) [2022-05-19T09:59:20.234Z] === RUN TestResumableRequestReader [2022-05-19T09:59:20.234Z] --- PASS: TestResumableRequestReader (0.00s) [2022-05-19T09:59:20.234Z] === RUN TestResumableRequestReaderWithInitialResponse [2022-05-19T09:59:20.234Z] --- PASS: TestResumableRequestReaderWithInitialResponse (0.00s) [2022-05-19T09:59:20.234Z] PASS [2022-05-19T09:59:20.234Z] coverage: 100.0% of statements [2022-05-19T09:59:20.234Z] ok github.com/docker/docker/libnetwork/ipam 79.280s coverage: 85.3% of statements [2022-05-19T09:59:20.234Z] ok github.com/docker/docker/registry/resumable 0.266s coverage: 100.0% of statements [2022-05-19T09:59:20.387Z] check_test.go:307: [d434a4780a2a8] daemon is not started [2022-05-19T09:59:20.387Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse [2022-05-19T09:59:20.642Z] === RUN TestNewStdWriter [2022-05-19T09:59:20.642Z] --- PASS: TestNewStdWriter (0.00s) [2022-05-19T09:59:20.642Z] === RUN TestWriteWithUninitializedStdWriter [2022-05-19T09:59:20.642Z] --- PASS: TestWriteWithUninitializedStdWriter (0.00s) [2022-05-19T09:59:20.642Z] === RUN TestWriteWithNilBytes [2022-05-19T09:59:20.642Z] --- PASS: TestWriteWithNilBytes (0.00s) [2022-05-19T09:59:20.642Z] === RUN TestWrite [2022-05-19T09:59:20.642Z] --- PASS: TestWrite (0.00s) [2022-05-19T09:59:20.642Z] === RUN TestWriteWithWriterError [2022-05-19T09:59:20.642Z] --- PASS: TestWriteWithWriterError (0.00s) [2022-05-19T09:59:20.642Z] === RUN TestWriteDoesNotReturnNegativeWrittenBytes [2022-05-19T09:59:20.642Z] --- PASS: TestWriteDoesNotReturnNegativeWrittenBytes (0.00s) [2022-05-19T09:59:20.642Z] === RUN TestStdCopyWriteAndRead [2022-05-19T09:59:20.642Z] --- PASS: TestStdCopyWriteAndRead (0.00s) [2022-05-19T09:59:20.642Z] === RUN TestStdCopyReturnsErrorReadingHeader [2022-05-19T09:59:20.642Z] --- PASS: TestStdCopyReturnsErrorReadingHeader (0.00s) [2022-05-19T09:59:20.642Z] === RUN TestStdCopyReturnsErrorReadingFrame [2022-05-19T09:59:20.642Z] --- PASS: TestStdCopyReturnsErrorReadingFrame (0.00s) [2022-05-19T09:59:20.642Z] === RUN TestStdCopyDetectsCorruptedFrame [2022-05-19T09:59:20.642Z] --- PASS: TestStdCopyDetectsCorruptedFrame (0.00s) [2022-05-19T09:59:20.642Z] === RUN TestStdCopyWithInvalidInputHeader [2022-05-19T09:59:20.642Z] --- PASS: TestStdCopyWithInvalidInputHeader (0.00s) [2022-05-19T09:59:20.642Z] === RUN TestStdCopyWithCorruptedPrefix [2022-05-19T09:59:20.642Z] --- PASS: TestStdCopyWithCorruptedPrefix (0.00s) [2022-05-19T09:59:20.642Z] === RUN TestStdCopyReturnsWriteErrors [2022-05-19T09:59:20.642Z] --- PASS: TestStdCopyReturnsWriteErrors (0.00s) [2022-05-19T09:59:20.642Z] === RUN TestStdCopyDetectsNotFullyWrittenFrames [2022-05-19T09:59:20.642Z] --- PASS: TestStdCopyDetectsNotFullyWrittenFrames (0.00s) [2022-05-19T09:59:20.642Z] === RUN TestStdCopyReturnsErrorFromSystem [2022-05-19T09:59:20.642Z] --- PASS: TestStdCopyReturnsErrorFromSystem (0.00s) [2022-05-19T09:59:20.642Z] PASS [2022-05-19T09:59:20.642Z] coverage: 100.0% of statements [2022-05-19T09:59:20.642Z] ok github.com/docker/docker/pkg/stdcopy 0.042s coverage: 100.0% of statements [2022-05-19T09:59:20.643Z] === CONT TestStopContainerWithTimeout/1 [2022-05-19T09:59:20.701Z] === RUN TestRestartManagerTimeout [2022-05-19T09:59:20.701Z] --- PASS: TestRestartManagerTimeout (0.00s) [2022-05-19T09:59:20.701Z] === RUN TestRestartManagerTimeoutReset [2022-05-19T09:59:20.701Z] --- PASS: TestRestartManagerTimeoutReset (0.00s) [2022-05-19T09:59:20.701Z] PASS [2022-05-19T09:59:20.701Z] coverage: 50.9% of statements [2022-05-19T09:59:20.701Z] ok github.com/docker/docker/restartmanager 0.042s coverage: 50.9% of statements [2022-05-19T09:59:21.114Z] === RUN TestRawProgressFormatterFormatStatus [2022-05-19T09:59:21.114Z] --- PASS: TestRawProgressFormatterFormatStatus (0.00s) [2022-05-19T09:59:21.114Z] === RUN TestRawProgressFormatterFormatProgress [2022-05-19T09:59:21.114Z] --- PASS: TestRawProgressFormatterFormatProgress (0.00s) [2022-05-19T09:59:21.114Z] === RUN TestFormatStatus [2022-05-19T09:59:21.114Z] --- PASS: TestFormatStatus (0.00s) [2022-05-19T09:59:21.114Z] === RUN TestFormatError [2022-05-19T09:59:21.114Z] --- PASS: TestFormatError (0.00s) [2022-05-19T09:59:21.114Z] === RUN TestFormatJSONError [2022-05-19T09:59:21.114Z] --- PASS: TestFormatJSONError (0.00s) [2022-05-19T09:59:21.114Z] === RUN TestJsonProgressFormatterFormatProgress [2022-05-19T09:59:21.114Z] --- PASS: TestJsonProgressFormatterFormatProgress (0.00s) [2022-05-19T09:59:21.114Z] === RUN TestJsonProgressFormatterFormatStatus [2022-05-19T09:59:21.114Z] --- PASS: TestJsonProgressFormatterFormatStatus (0.00s) [2022-05-19T09:59:21.114Z] === RUN TestNewJSONProgressOutput [2022-05-19T09:59:21.114Z] --- PASS: TestNewJSONProgressOutput (0.00s) [2022-05-19T09:59:21.114Z] === RUN TestAuxFormatterEmit [2022-05-19T09:59:21.114Z] --- PASS: TestAuxFormatterEmit (0.00s) [2022-05-19T09:59:21.114Z] === RUN TestStreamWriterStdout [2022-05-19T09:59:21.114Z] --- PASS: TestStreamWriterStdout (0.00s) [2022-05-19T09:59:21.114Z] === RUN TestStreamWriterStderr [2022-05-19T09:59:21.114Z] --- PASS: TestStreamWriterStderr (0.00s) [2022-05-19T09:59:21.114Z] PASS [2022-05-19T09:59:21.114Z] coverage: 66.2% of statements [2022-05-19T09:59:21.114Z] ok github.com/docker/docker/pkg/streamformatter 0.043s coverage: 66.2% of statements [2022-05-19T09:59:21.585Z] time="2022-05-19T09:59:21Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 4s" [2022-05-19T09:59:21.690Z] === RUN TestDecodeContainerConfig [2022-05-19T09:59:21.690Z] === RUN TestDecodeContainerConfig/fixtures/windows/container_config_1_19.json [2022-05-19T09:59:21.690Z] --- PASS: TestDecodeContainerConfig (0.00s) [2022-05-19T09:59:21.690Z] --- PASS: TestDecodeContainerConfig/fixtures/windows/container_config_1_19.json (0.00s) [2022-05-19T09:59:21.690Z] === RUN TestDecodeContainerConfigIsolation [2022-05-19T09:59:21.690Z] --- PASS: TestDecodeContainerConfigIsolation (0.00s) [2022-05-19T09:59:21.690Z] === RUN TestValidatePrivileged [2022-05-19T09:59:21.690Z] --- PASS: TestValidatePrivileged (0.00s) [2022-05-19T09:59:21.690Z] PASS [2022-05-19T09:59:21.690Z] coverage: 52.4% of statements [2022-05-19T09:59:21.690Z] ok github.com/docker/docker/runconfig 0.042s coverage: 52.4% of statements Post stage [Pipeline] junit [2022-05-19T09:59:21.856Z] Recording test results [2022-05-19T09:59:22.011Z] === RUN TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode [2022-05-19T09:59:22.055Z] --- PASS: TestAllocateRandomDeallocate (6.74s) [2022-05-19T09:59:22.055Z] === RUN TestRetrieveFromStore [2022-05-19T09:59:22.055Z] === RUN TestGenerateRandomID [2022-05-19T09:59:22.055Z] --- PASS: TestGenerateRandomID (0.00s) [2022-05-19T09:59:22.055Z] === RUN TestShortenId [2022-05-19T09:59:22.055Z] --- PASS: TestShortenId (0.00s) [2022-05-19T09:59:22.055Z] === RUN TestShortenSha256Id [2022-05-19T09:59:22.055Z] --- PASS: TestShortenSha256Id (0.00s) [2022-05-19T09:59:22.055Z] === RUN TestShortenIdEmpty [2022-05-19T09:59:22.055Z] --- PASS: TestShortenIdEmpty (0.00s) [2022-05-19T09:59:22.055Z] === RUN TestShortenIdInvalid [2022-05-19T09:59:22.055Z] --- PASS: TestShortenIdInvalid (0.00s) [2022-05-19T09:59:22.055Z] === RUN TestIsShortIDNonHex [2022-05-19T09:59:22.055Z] --- PASS: TestIsShortIDNonHex (0.00s) [2022-05-19T09:59:22.055Z] === RUN TestIsShortIDNotCorrectSize [2022-05-19T09:59:22.055Z] --- PASS: TestIsShortIDNotCorrectSize (0.00s) [2022-05-19T09:59:22.055Z] PASS [2022-05-19T09:59:22.055Z] coverage: 70.6% of statements [2022-05-19T09:59:22.055Z] ok github.com/docker/docker/pkg/stringid 0.038s coverage: 70.6% of statements [2022-05-19T09:59:22.268Z] --- PASS: TestStopContainerWithTimeout (0.02s) [2022-05-19T09:59:22.268Z] --- PASS: TestStopContainerWithTimeout/0 (1.17s) [2022-05-19T09:59:22.268Z] --- PASS: TestStopContainerWithTimeout/-1 (3.19s) [2022-05-19T09:59:22.268Z] --- PASS: TestStopContainerWithTimeout/3 (2.70s) [2022-05-19T09:59:22.268Z] --- PASS: TestStopContainerWithTimeout/1 (1.67s) [2022-05-19T09:59:22.268Z] === RUN TestDeleteDevicemapper [2022-05-19T09:59:22.268Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-05-19T09:59:22.268Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2022-05-19T09:59:22.268Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-05-19T09:59:22.525Z] === RUN TestIsCpusetListAvailable [2022-05-19T09:59:22.525Z] --- PASS: TestIsCpusetListAvailable (0.00s) [2022-05-19T09:59:22.525Z] PASS [2022-05-19T09:59:22.525Z] coverage: 39.4% of statements [2022-05-19T09:59:22.525Z] ok github.com/docker/docker/pkg/sysinfo 0.047s coverage: 39.4% of statements [2022-05-19T09:59:22.676Z] === RUN TestGenerateRandomAlphaOnlyStringLength [2022-05-19T09:59:22.676Z] --- PASS: TestGenerateRandomAlphaOnlyStringLength (0.00s) [2022-05-19T09:59:22.676Z] === RUN TestGenerateRandomAlphaOnlyStringUniqueness [2022-05-19T09:59:22.676Z] --- PASS: TestGenerateRandomAlphaOnlyStringUniqueness (0.00s) [2022-05-19T09:59:22.676Z] PASS [2022-05-19T09:59:22.676Z] coverage: 62.5% of statements [2022-05-19T09:59:22.676Z] ok github.com/docker/docker/testutil 0.041s coverage: 62.5% of statements [2022-05-19T09:59:23.534Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2022-05-19T09:59:23.884Z] + echo Ensuring container killed. [2022-05-19T09:59:23.884Z] Ensuring container killed. [2022-05-19T09:59:23.884Z] + docker rm -vf docker-pr8 [2022-05-19T09:59:23.884Z] Error: No such container: docker-pr8 [Pipeline] sh [2022-05-19T09:59:24.098Z] --- PASS: TestRetrieveFromStore (2.29s) [2022-05-19T09:59:24.098Z] === RUN TestRequestReleaseAddressDuplicate [2022-05-19T09:59:24.098Z] --- PASS: TestRequestReleaseAddressDuplicate (0.01s) [2022-05-19T09:59:24.098Z] === RUN TestParallelPredefinedRequest1 [2022-05-19T09:59:24.098Z] === PAUSE TestParallelPredefinedRequest1 [2022-05-19T09:59:24.098Z] === RUN TestParallelPredefinedRequest2 [2022-05-19T09:59:24.098Z] === PAUSE TestParallelPredefinedRequest2 [2022-05-19T09:59:24.098Z] === RUN TestParallelPredefinedRequest3 [2022-05-19T09:59:24.098Z] === PAUSE TestParallelPredefinedRequest3 [2022-05-19T09:59:24.098Z] === RUN TestParallelPredefinedRequest4 [2022-05-19T09:59:24.098Z] === PAUSE TestParallelPredefinedRequest4 [2022-05-19T09:59:24.098Z] === RUN TestParallelPredefinedRequest5 [2022-05-19T09:59:24.098Z] === PAUSE TestParallelPredefinedRequest5 [2022-05-19T09:59:24.098Z] === RUN TestDebug [2022-05-19T09:59:24.098Z] --- PASS: TestDebug (0.00s) [2022-05-19T09:59:24.098Z] === RUN TestRequestPoolParallel [2022-05-19T09:59:24.162Z] === RUN TestDockerDaemonSuite/TestDaemonRestartUnlessStopped [2022-05-19T09:59:24.166Z] + echo Chowning /workspace to jenkins user [2022-05-19T09:59:24.166Z] Chowning /workspace to jenkins user [2022-05-19T09:59:24.166Z] + id -u [2022-05-19T09:59:24.166Z] + id -g [2022-05-19T09:59:24.166Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43557:/workspace busybox chown -R 1000:1000 /workspace [2022-05-19T09:59:24.166Z] Unable to find image 'busybox:latest' locally [2022-05-19T09:59:24.166Z] latest: Pulling from library/busybox [2022-05-19T09:59:24.426Z] 50e8d59317eb: Pulling fs layer [2022-05-19T09:59:24.426Z] 50e8d59317eb: Download complete [2022-05-19T09:59:24.426Z] 50e8d59317eb: Pull complete [2022-05-19T09:59:24.426Z] Digest: sha256:d2b53584f580310186df7a2055ce3ff83cc0df6caacf1e3489bff8cf5d0af5d8 [2022-05-19T09:59:24.426Z] Status: Downloaded newer image for busybox:latest [2022-05-19T09:59:24.567Z] === RUN TestChtimes [2022-05-19T09:59:24.567Z] --- PASS: TestChtimes (0.01s) [2022-05-19T09:59:24.567Z] === RUN TestChtimesWindows [2022-05-19T09:59:24.567Z] --- PASS: TestChtimesWindows (0.00s) [2022-05-19T09:59:24.567Z] === RUN TestCheckSystemDriveAndRemoveDriveLetter [2022-05-19T09:59:24.567Z] --- PASS: TestCheckSystemDriveAndRemoveDriveLetter (0.00s) [2022-05-19T09:59:24.567Z] PASS [2022-05-19T09:59:24.567Z] coverage: 13.0% of statements [2022-05-19T09:59:24.567Z] ok github.com/docker/docker/pkg/system 0.063s coverage: 13.0% of statements [2022-05-19T09:59:24.567Z] --- PASS: TestRequestPoolParallel (0.57s) [2022-05-19T09:59:24.567Z] === RUN TestFullAllocateRelease [2022-05-19T09:59:24.726Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2022-05-19T09:59:25.039Z] === RUN TestTailFile [2022-05-19T09:59:25.039Z] --- PASS: TestTailFile (0.00s) [2022-05-19T09:59:25.039Z] === RUN TestTailFileManyLines [2022-05-19T09:59:25.039Z] --- PASS: TestTailFileManyLines (0.00s) [2022-05-19T09:59:25.039Z] === RUN TestTailEmptyFile [2022-05-19T09:59:25.039Z] --- PASS: TestTailEmptyFile (0.00s) [2022-05-19T09:59:25.039Z] === RUN TestTailNegativeN [2022-05-19T09:59:25.039Z] --- PASS: TestTailNegativeN (0.00s) [2022-05-19T09:59:25.039Z] === RUN TestNewTailReader [2022-05-19T09:59:25.039Z] === PAUSE TestNewTailReader [2022-05-19T09:59:25.039Z] === CONT TestNewTailReader [2022-05-19T09:59:25.039Z] === RUN TestNewTailReader/2_byte_delimiter [2022-05-19T09:59:25.039Z] === PAUSE TestNewTailReader/2_byte_delimiter [2022-05-19T09:59:25.039Z] === RUN TestNewTailReader/4_byte_delimiter [2022-05-19T09:59:25.039Z] === PAUSE TestNewTailReader/4_byte_delimiter [2022-05-19T09:59:25.039Z] === RUN TestNewTailReader/8_byte_delimiter [2022-05-19T09:59:25.039Z] === PAUSE TestNewTailReader/8_byte_delimiter [2022-05-19T09:59:25.039Z] === RUN TestNewTailReader/12_byte_delimiter [2022-05-19T09:59:25.039Z] === PAUSE TestNewTailReader/12_byte_delimiter [2022-05-19T09:59:25.039Z] === RUN TestNewTailReader/no_delimiter [2022-05-19T09:59:25.039Z] === PAUSE TestNewTailReader/no_delimiter [2022-05-19T09:59:25.039Z] === RUN TestNewTailReader/single_byte_delimiter [2022-05-19T09:59:25.039Z] === PAUSE TestNewTailReader/single_byte_delimiter [2022-05-19T09:59:25.039Z] === RUN TestNewTailReader/truncated_last_line [2022-05-19T09:59:25.039Z] === RUN TestNewTailReader/truncated_last_line/more_than_available [2022-05-19T09:59:25.039Z] === RUN TestNewTailReader/truncated_last_line#01 [2022-05-19T09:59:25.039Z] === RUN TestNewTailReader/truncated_last_line#01/exact [2022-05-19T09:59:25.039Z] === RUN TestNewTailReader/truncated_last_line#02 [2022-05-19T09:59:25.039Z] === RUN TestNewTailReader/truncated_last_line#02/one_line [2022-05-19T09:59:25.039Z] === CONT TestNewTailReader/2_byte_delimiter [2022-05-19T09:59:25.039Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry [2022-05-19T09:59:25.039Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry [2022-05-19T09:59:25.039Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries [2022-05-19T09:59:25.039Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries [2022-05-19T09:59:25.039Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes [2022-05-19T09:59:25.039Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes [2022-05-19T09:59:25.039Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-19T09:59:25.039Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-19T09:59:25.039Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-19T09:59:25.039Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-19T09:59:25.039Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-05-19T09:59:25.039Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-05-19T09:59:25.039Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-05-19T09:59:25.039Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-05-19T09:59:25.039Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-05-19T09:59:25.039Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-05-19T09:59:25.039Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-05-19T09:59:25.039Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-05-19T09:59:25.039Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-05-19T09:59:25.039Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-05-19T09:59:25.039Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines [2022-05-19T09:59:25.039Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines [2022-05-19T09:59:25.039Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-05-19T09:59:25.039Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-05-19T09:59:25.039Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry [2022-05-19T09:59:25.039Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-05-19T09:59:25.039Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-05-19T09:59:25.039Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-19T09:59:25.039Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-19T09:59:25.039Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-05-19T09:59:25.039Z] === CONT TestNewTailReader/8_byte_delimiter [2022-05-19T09:59:25.039Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry [2022-05-19T09:59:25.039Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry [2022-05-19T09:59:25.039Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries [2022-05-19T09:59:25.039Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries [2022-05-19T09:59:25.039Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes [2022-05-19T09:59:25.039Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes [2022-05-19T09:59:25.039Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-19T09:59:25.039Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-19T09:59:25.039Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-19T09:59:25.039Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-19T09:59:25.039Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-05-19T09:59:25.039Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-05-19T09:59:25.039Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-05-19T09:59:25.039Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-05-19T09:59:25.039Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-05-19T09:59:25.039Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-05-19T09:59:25.039Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-05-19T09:59:25.039Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-05-19T09:59:25.039Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-05-19T09:59:25.039Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-05-19T09:59:25.039Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines [2022-05-19T09:59:25.039Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines [2022-05-19T09:59:25.039Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-05-19T09:59:25.039Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-05-19T09:59:25.039Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry [2022-05-19T09:59:25.039Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-05-19T09:59:25.039Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-05-19T09:59:25.039Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-19T09:59:25.039Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-19T09:59:25.039Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-05-19T09:59:25.039Z] === CONT TestNewTailReader/4_byte_delimiter [2022-05-19T09:59:25.039Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry [2022-05-19T09:59:25.039Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry [2022-05-19T09:59:25.039Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries [2022-05-19T09:59:25.039Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries [2022-05-19T09:59:25.039Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes [2022-05-19T09:59:25.039Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes [2022-05-19T09:59:25.039Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-19T09:59:25.039Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-19T09:59:25.039Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-19T09:59:25.039Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-19T09:59:25.039Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-05-19T09:59:25.039Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-05-19T09:59:25.039Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-05-19T09:59:25.039Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-05-19T09:59:25.039Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-05-19T09:59:25.039Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-05-19T09:59:25.039Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-05-19T09:59:25.039Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-05-19T09:59:25.039Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-05-19T09:59:25.039Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-05-19T09:59:25.039Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines [2022-05-19T09:59:25.039Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines [2022-05-19T09:59:25.039Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-05-19T09:59:25.039Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-05-19T09:59:25.039Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-19T09:59:25.039Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines [2022-05-19T09:59:25.039Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-19T09:59:25.039Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-19T09:59:25.039Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-05-19T09:59:25.039Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-19T09:59:25.039Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-19T09:59:25.040Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-19T09:59:25.040Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-19T09:59:25.040Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-05-19T09:59:25.040Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-05-19T09:59:25.040Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-05-19T09:59:25.040Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-05-19T09:59:25.040Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-05-19T09:59:25.040Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-05-19T09:59:25.040Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-05-19T09:59:25.040Z] === CONT TestNewTailReader/12_byte_delimiter [2022-05-19T09:59:25.040Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry [2022-05-19T09:59:25.040Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry [2022-05-19T09:59:25.040Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-05-19T09:59:25.040Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-05-19T09:59:25.040Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-05-19T09:59:25.040Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-19T09:59:25.040Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-19T09:59:25.040Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries [2022-05-19T09:59:25.040Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries [2022-05-19T09:59:25.040Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes [2022-05-19T09:59:25.040Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes [2022-05-19T09:59:25.040Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-19T09:59:25.040Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-19T09:59:25.040Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-19T09:59:25.040Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-19T09:59:25.040Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-05-19T09:59:25.040Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-05-19T09:59:25.040Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-05-19T09:59:25.040Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-05-19T09:59:25.040Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-05-19T09:59:25.040Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-05-19T09:59:25.040Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-05-19T09:59:25.040Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-05-19T09:59:25.040Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-05-19T09:59:25.040Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-05-19T09:59:25.040Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines [2022-05-19T09:59:25.040Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines [2022-05-19T09:59:25.040Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-05-19T09:59:25.040Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-05-19T09:59:25.040Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-05-19T09:59:25.040Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-05-19T09:59:25.040Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-05-19T09:59:25.040Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-19T09:59:25.040Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-19T09:59:25.040Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-05-19T09:59:25.040Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-05-19T09:59:25.040Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-05-19T09:59:25.040Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-19T09:59:25.040Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-19T09:59:25.040Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-05-19T09:59:25.040Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-05-19T09:59:25.040Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-05-19T09:59:25.040Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-05-19T09:59:25.040Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-05-19T09:59:25.040Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-05-19T09:59:25.040Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-05-19T09:59:25.040Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-05-19T09:59:25.040Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-05-19T09:59:25.040Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-05-19T09:59:25.040Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-05-19T09:59:25.040Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-05-19T09:59:25.040Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-05-19T09:59:25.040Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-05-19T09:59:25.040Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-19T09:59:25.040Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-19T09:59:25.040Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-19T09:59:25.040Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-19T09:59:25.040Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-19T09:59:25.040Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-19T09:59:25.040Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-19T09:59:25.040Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-19T09:59:25.040Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-19T09:59:25.040Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-19T09:59:25.040Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-19T09:59:25.040Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-19T09:59:25.040Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-19T09:59:25.040Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-19T09:59:25.040Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-19T09:59:25.040Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-05-19T09:59:25.040Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-19T09:59:25.040Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-19T09:59:25.040Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-19T09:59:25.040Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-19T09:59:25.040Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-19T09:59:25.040Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-19T09:59:25.040Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-19T09:59:25.040Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-19T09:59:25.040Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-19T09:59:25.040Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-19T09:59:25.040Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-19T09:59:25.040Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-19T09:59:25.040Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes [2022-05-19T09:59:25.040Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-05-19T09:59:25.040Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-05-19T09:59:25.040Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-05-19T09:59:25.040Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-05-19T09:59:25.040Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-05-19T09:59:25.040Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-05-19T09:59:25.040Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-05-19T09:59:25.040Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-05-19T09:59:25.040Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-05-19T09:59:25.040Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-05-19T09:59:25.040Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-05-19T09:59:25.040Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-05-19T09:59:25.040Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-05-19T09:59:25.040Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-05-19T09:59:25.040Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-05-19T09:59:25.040Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-05-19T09:59:25.040Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-05-19T09:59:25.040Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-05-19T09:59:25.040Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-05-19T09:59:25.040Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-05-19T09:59:25.040Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-19T09:59:25.040Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-19T09:59:25.040Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries [2022-05-19T09:59:25.040Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-05-19T09:59:25.040Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-05-19T09:59:25.040Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-05-19T09:59:25.040Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-05-19T09:59:25.040Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-05-19T09:59:25.040Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-05-19T09:59:25.040Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-19T09:59:25.040Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-19T09:59:25.040Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-05-19T09:59:25.040Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-19T09:59:25.040Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-19T09:59:25.040Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-19T09:59:25.040Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-19T09:59:25.040Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-05-19T09:59:25.040Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-05-19T09:59:25.040Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-05-19T09:59:25.040Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-19T09:59:25.040Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-19T09:59:25.040Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines [2022-05-19T09:59:25.040Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-19T09:59:25.040Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-19T09:59:25.040Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-05-19T09:59:25.040Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-05-19T09:59:25.040Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-05-19T09:59:25.040Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-05-19T09:59:25.040Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-05-19T09:59:25.040Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-05-19T09:59:25.040Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-05-19T09:59:25.040Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-05-19T09:59:25.040Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-05-19T09:59:25.040Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-05-19T09:59:25.040Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-05-19T09:59:25.040Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-05-19T09:59:25.040Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-05-19T09:59:25.040Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-05-19T09:59:25.040Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-05-19T09:59:25.040Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-05-19T09:59:25.040Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-05-19T09:59:25.040Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-05-19T09:59:25.040Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-05-19T09:59:25.040Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-05-19T09:59:25.040Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-05-19T09:59:25.040Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-19T09:59:25.040Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-19T09:59:25.040Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-05-19T09:59:25.040Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-05-19T09:59:25.040Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-05-19T09:59:25.040Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-19T09:59:25.040Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-19T09:59:25.040Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-19T09:59:25.040Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-19T09:59:25.040Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-19T09:59:25.512Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-19T09:59:25.512Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-19T09:59:25.512Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-19T09:59:25.512Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-19T09:59:25.512Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-19T09:59:25.512Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-19T09:59:25.512Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-19T09:59:25.512Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-19T09:59:25.512Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-19T09:59:25.512Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-19T09:59:25.512Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-19T09:59:25.512Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-19T09:59:25.512Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-19T09:59:25.512Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-19T09:59:25.512Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-19T09:59:25.512Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-19T09:59:25.512Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-19T09:59:25.512Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-19T09:59:25.512Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-19T09:59:25.512Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-19T09:59:25.512Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-19T09:59:25.512Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-19T09:59:25.512Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-19T09:59:25.512Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-05-19T09:59:25.512Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-19T09:59:25.512Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-19T09:59:25.512Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-19T09:59:25.512Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-19T09:59:25.512Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-19T09:59:25.512Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-19T09:59:25.512Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-19T09:59:25.512Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-19T09:59:25.512Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-19T09:59:25.512Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-19T09:59:25.512Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-19T09:59:25.512Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-19T09:59:25.512Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-19T09:59:25.512Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-19T09:59:25.512Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-19T09:59:25.512Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-19T09:59:25.512Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-19T09:59:25.512Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-19T09:59:25.512Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-19T09:59:25.512Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-19T09:59:25.512Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-19T09:59:25.512Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-19T09:59:25.512Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-19T09:59:25.512Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-19T09:59:25.512Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-19T09:59:25.512Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes [2022-05-19T09:59:25.512Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-05-19T09:59:25.512Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-05-19T09:59:25.512Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-05-19T09:59:25.512Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-05-19T09:59:25.512Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-05-19T09:59:25.512Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-05-19T09:59:25.512Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-05-19T09:59:25.512Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-05-19T09:59:25.512Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-05-19T09:59:25.512Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-05-19T09:59:25.512Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-05-19T09:59:25.512Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-05-19T09:59:25.512Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-05-19T09:59:25.512Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-05-19T09:59:25.512Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-05-19T09:59:25.512Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-05-19T09:59:25.512Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-05-19T09:59:25.512Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-05-19T09:59:25.512Z] === CONT TestNewTailReader/single_byte_delimiter [2022-05-19T09:59:25.512Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-19T09:59:25.512Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-19T09:59:25.512Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries [2022-05-19T09:59:25.512Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-05-19T09:59:25.512Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry [2022-05-19T09:59:25.512Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-05-19T09:59:25.512Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-05-19T09:59:25.512Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-05-19T09:59:25.512Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-05-19T09:59:25.512Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-05-19T09:59:25.512Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-19T09:59:25.512Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-19T09:59:25.512Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-05-19T09:59:25.512Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-05-19T09:59:25.512Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-05-19T09:59:25.512Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-05-19T09:59:25.512Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-05-19T09:59:25.512Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-19T09:59:25.512Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-19T09:59:25.512Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-19T09:59:25.512Z] === CONT TestNewTailReader/no_delimiter [2022-05-19T09:59:25.512Z] === RUN TestNewTailReader/no_delimiter/one_small_entry [2022-05-19T09:59:25.512Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry [2022-05-19T09:59:25.512Z] === RUN TestNewTailReader/no_delimiter/several_small_entries [2022-05-19T09:59:25.512Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries [2022-05-19T09:59:25.512Z] === RUN TestNewTailReader/no_delimiter/various_sizes [2022-05-19T09:59:25.512Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes [2022-05-19T09:59:25.512Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-05-19T09:59:25.512Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-05-19T09:59:25.512Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-05-19T09:59:25.512Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-05-19T09:59:25.512Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-05-19T09:59:25.512Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-05-19T09:59:25.512Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block [2022-05-19T09:59:25.512Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block [2022-05-19T09:59:25.513Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block [2022-05-19T09:59:25.513Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block [2022-05-19T09:59:25.513Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block [2022-05-19T09:59:25.513Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block [2022-05-19T09:59:25.513Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values [2022-05-19T09:59:25.513Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values [2022-05-19T09:59:25.513Z] === RUN TestNewTailReader/no_delimiter/no_lines [2022-05-19T09:59:25.513Z] === PAUSE TestNewTailReader/no_delimiter/no_lines [2022-05-19T09:59:25.513Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-05-19T09:59:25.513Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-05-19T09:59:25.513Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry [2022-05-19T09:59:25.513Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-05-19T09:59:25.513Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-05-19T09:59:25.513Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-19T09:59:25.513Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-19T09:59:25.513Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-19T09:59:25.513Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry [2022-05-19T09:59:25.513Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries [2022-05-19T09:59:25.513Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries [2022-05-19T09:59:25.513Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes [2022-05-19T09:59:25.513Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes [2022-05-19T09:59:25.513Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-19T09:59:25.513Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-19T09:59:25.513Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-19T09:59:25.513Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-19T09:59:25.513Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-05-19T09:59:25.513Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-05-19T09:59:25.513Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-05-19T09:59:25.513Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-05-19T09:59:25.513Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-05-19T09:59:25.513Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-05-19T09:59:25.513Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-05-19T09:59:25.513Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-05-19T09:59:25.513Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-05-19T09:59:25.513Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-05-19T09:59:25.513Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines [2022-05-19T09:59:25.513Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines [2022-05-19T09:59:25.513Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-05-19T09:59:25.513Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-05-19T09:59:25.513Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-19T09:59:25.513Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-19T09:59:25.513Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-19T09:59:25.513Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-19T09:59:25.513Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines [2022-05-19T09:59:25.513Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-19T09:59:25.513Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-19T09:59:25.513Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-05-19T09:59:25.513Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-05-19T09:59:25.513Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-05-19T09:59:25.513Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-19T09:59:25.513Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-19T09:59:25.513Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-05-19T09:59:25.513Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-05-19T09:59:25.513Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-05-19T09:59:25.513Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-05-19T09:59:25.513Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-05-19T09:59:25.513Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-05-19T09:59:25.513Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-05-19T09:59:25.513Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-05-19T09:59:25.513Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-05-19T09:59:25.513Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-05-19T09:59:25.513Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-05-19T09:59:25.513Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-05-19T09:59:25.513Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-05-19T09:59:25.513Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-05-19T09:59:25.513Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-05-19T09:59:25.513Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-05-19T09:59:25.513Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-05-19T09:59:25.513Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-05-19T09:59:25.513Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-05-19T09:59:25.513Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-05-19T09:59:25.513Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-05-19T09:59:25.513Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-19T09:59:25.513Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-19T09:59:25.513Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-05-19T09:59:25.513Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-05-19T09:59:25.513Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-05-19T09:59:25.513Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-19T09:59:25.513Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-19T09:59:25.513Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-05-19T09:59:25.513Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-05-19T09:59:25.513Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-05-19T09:59:25.513Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-19T09:59:25.513Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-19T09:59:25.513Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-19T09:59:25.513Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-19T09:59:25.513Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-19T09:59:25.513Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-19T09:59:25.513Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-19T09:59:25.513Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-19T09:59:25.513Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-19T09:59:25.513Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-19T09:59:25.513Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-19T09:59:25.513Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-19T09:59:25.513Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-19T09:59:25.513Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-19T09:59:25.513Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-19T09:59:25.513Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-19T09:59:25.513Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-19T09:59:25.513Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-19T09:59:25.513Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-19T09:59:25.513Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-19T09:59:25.513Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-19T09:59:25.513Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-19T09:59:25.513Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-19T09:59:25.513Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-19T09:59:25.513Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-19T09:59:25.513Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-19T09:59:25.513Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-19T09:59:25.513Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-19T09:59:25.513Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes [2022-05-19T09:59:25.513Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-05-19T09:59:25.513Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-05-19T09:59:25.513Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-05-19T09:59:25.513Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-05-19T09:59:25.513Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-05-19T09:59:25.513Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-05-19T09:59:25.513Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-05-19T09:59:25.513Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-05-19T09:59:25.513Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-05-19T09:59:25.513Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-05-19T09:59:25.513Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-05-19T09:59:25.513Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-05-19T09:59:25.513Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-05-19T09:59:25.513Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-05-19T09:59:25.513Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-05-19T09:59:25.513Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-05-19T09:59:25.513Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-05-19T09:59:25.513Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-05-19T09:59:25.513Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-05-19T09:59:25.513Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-05-19T09:59:25.513Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-19T09:59:25.513Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-19T09:59:25.513Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-05-19T09:59:25.513Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries [2022-05-19T09:59:25.513Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-05-19T09:59:25.513Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-05-19T09:59:25.513Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-05-19T09:59:25.513Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-05-19T09:59:25.513Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-05-19T09:59:25.513Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-05-19T09:59:25.513Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-19T09:59:25.513Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-19T09:59:25.513Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-19T09:59:25.513Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-05-19T09:59:25.513Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-05-19T09:59:25.513Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-19T09:59:25.513Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-19T09:59:25.513Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-19T09:59:25.513Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-19T09:59:25.513Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-19T09:59:25.513Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-19T09:59:25.513Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-19T09:59:25.513Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-19T09:59:25.513Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-19T09:59:25.513Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-19T09:59:25.513Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-19T09:59:25.513Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-19T09:59:25.513Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry [2022-05-19T09:59:25.513Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-05-19T09:59:25.513Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-05-19T09:59:25.513Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-19T09:59:25.513Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-05-19T09:59:25.513Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-05-19T09:59:25.513Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-05-19T09:59:25.513Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-19T09:59:25.513Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-19T09:59:25.513Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-19T09:59:25.513Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-05-19T09:59:25.513Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-19T09:59:25.513Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-19T09:59:25.513Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-19T09:59:25.513Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-19T09:59:25.513Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-19T09:59:25.513Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines [2022-05-19T09:59:25.513Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-19T09:59:25.513Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-19T09:59:25.513Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-05-19T09:59:25.513Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-05-19T09:59:25.513Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-05-19T09:59:25.513Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-05-19T09:59:25.513Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-05-19T09:59:25.513Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-05-19T09:59:25.513Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-05-19T09:59:25.513Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-05-19T09:59:25.513Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-05-19T09:59:25.513Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-05-19T09:59:25.513Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-05-19T09:59:25.513Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-05-19T09:59:25.513Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-05-19T09:59:25.513Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-05-19T09:59:25.513Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-05-19T09:59:25.513Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-05-19T09:59:25.513Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-05-19T09:59:25.513Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-19T09:59:25.513Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-19T09:59:25.513Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-19T09:59:25.513Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-19T09:59:25.513Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-19T09:59:25.513Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-19T09:59:25.513Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-19T09:59:25.513Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-19T09:59:25.513Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-19T09:59:25.513Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-19T09:59:25.513Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-19T09:59:25.513Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-19T09:59:25.513Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-19T09:59:25.513Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-19T09:59:25.513Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-05-19T09:59:25.513Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-05-19T09:59:25.513Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-05-19T09:59:25.513Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-05-19T09:59:25.513Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-05-19T09:59:25.513Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-05-19T09:59:25.513Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-19T09:59:25.513Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-19T09:59:25.513Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-19T09:59:25.513Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-05-19T09:59:25.514Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-05-19T09:59:25.514Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-19T09:59:25.514Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-05-19T09:59:25.514Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-19T09:59:25.514Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-19T09:59:25.514Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-19T09:59:25.514Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-19T09:59:25.514Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-19T09:59:25.514Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-05-19T09:59:25.514Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-19T09:59:25.514Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-19T09:59:25.514Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-19T09:59:25.514Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-19T09:59:25.514Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-19T09:59:25.514Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-19T09:59:25.514Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-19T09:59:25.514Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes [2022-05-19T09:59:25.514Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-05-19T09:59:25.514Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-05-19T09:59:25.514Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-05-19T09:59:25.514Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-05-19T09:59:25.514Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-05-19T09:59:25.514Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-05-19T09:59:25.514Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-05-19T09:59:25.514Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-05-19T09:59:25.514Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-05-19T09:59:25.514Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-05-19T09:59:25.514Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-05-19T09:59:25.514Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-05-19T09:59:25.514Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-05-19T09:59:25.514Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-05-19T09:59:25.514Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-05-19T09:59:25.514Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-05-19T09:59:25.514Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-05-19T09:59:25.514Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-05-19T09:59:25.514Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-05-19T09:59:25.514Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-05-19T09:59:25.514Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-19T09:59:25.514Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-19T09:59:25.514Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries [2022-05-19T09:59:25.514Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-05-19T09:59:25.514Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-05-19T09:59:25.514Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-05-19T09:59:25.514Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-05-19T09:59:25.514Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-05-19T09:59:25.514Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-05-19T09:59:25.514Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-19T09:59:25.514Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-19T09:59:25.514Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-19T09:59:25.514Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-19T09:59:25.514Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-19T09:59:25.514Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-19T09:59:25.514Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-19T09:59:25.514Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-19T09:59:25.514Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-19T09:59:25.514Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-19T09:59:25.514Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-19T09:59:25.514Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-19T09:59:25.514Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-19T09:59:25.514Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-19T09:59:25.514Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-19T09:59:25.514Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-05-19T09:59:25.514Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-19T09:59:25.514Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-05-19T09:59:25.514Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-19T09:59:25.514Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-05-19T09:59:25.514Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-19T09:59:25.514Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-05-19T09:59:25.514Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-19T09:59:25.514Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-19T09:59:25.514Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-19T09:59:25.514Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-05-19T09:59:25.514Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-05-19T09:59:25.514Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-05-19T09:59:25.514Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-05-19T09:59:25.514Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-05-19T09:59:25.514Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-05-19T09:59:25.514Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-05-19T09:59:25.514Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-19T09:59:25.514Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-05-19T09:59:25.514Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-05-19T09:59:25.514Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-19T09:59:25.514Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-19T09:59:25.514Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-19T09:59:25.514Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-19T09:59:25.514Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-19T09:59:25.514Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-19T09:59:25.514Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-19T09:59:25.514Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-19T09:59:25.514Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-05-19T09:59:25.514Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-19T09:59:25.514Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-19T09:59:25.514Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-05-19T09:59:25.514Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-19T09:59:25.514Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-19T09:59:25.514Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-05-19T09:59:25.514Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-05-19T09:59:25.514Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-05-19T09:59:25.514Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-05-19T09:59:25.514Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-05-19T09:59:25.514Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-05-19T09:59:25.514Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-05-19T09:59:25.514Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-05-19T09:59:25.514Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-05-19T09:59:25.514Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-19T09:59:25.514Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-05-19T09:59:25.514Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-19T09:59:25.514Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-19T09:59:25.514Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-19T09:59:25.514Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-05-19T09:59:25.514Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-05-19T09:59:25.514Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-05-19T09:59:25.514Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-19T09:59:25.514Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-05-19T09:59:25.514Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-19T09:59:25.514Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-05-19T09:59:25.514Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-05-19T09:59:25.514Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-05-19T09:59:25.514Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-05-19T09:59:25.514Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-05-19T09:59:25.514Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-05-19T09:59:25.514Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-05-19T09:59:25.514Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-19T09:59:25.514Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-19T09:59:25.514Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-05-19T09:59:25.514Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-19T09:59:25.514Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-19T09:59:25.514Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-19T09:59:25.514Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-19T09:59:25.514Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-19T09:59:25.514Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-05-19T09:59:25.514Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-19T09:59:25.514Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-19T09:59:25.514Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-19T09:59:25.514Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-19T09:59:25.514Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-19T09:59:25.514Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-05-19T09:59:25.514Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-19T09:59:25.514Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-19T09:59:25.514Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-19T09:59:25.514Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-19T09:59:25.514Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-19T09:59:25.514Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-19T09:59:25.514Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-19T09:59:25.514Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-19T09:59:25.514Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-19T09:59:25.514Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-19T09:59:25.514Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-19T09:59:25.514Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-19T09:59:25.514Z] --- PASS: TestFullAllocateRelease (0.51s) [2022-05-19T09:59:25.514Z] === RUN TestOddAllocateRelease [2022-05-19T09:59:25.514Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-05-19T09:59:25.514Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-19T09:59:25.514Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-05-19T09:59:25.514Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-19T09:59:25.514Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-05-19T09:59:25.514Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-05-19T09:59:25.514Z] === CONT TestNewTailReader/no_delimiter/one_small_entry [2022-05-19T09:59:25.514Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-05-19T09:59:25.514Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-05-19T09:59:25.514Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-05-19T09:59:25.514Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-05-19T09:59:25.514Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-05-19T09:59:25.514Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-19T09:59:25.514Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-05-19T09:59:25.514Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-05-19T09:59:25.514Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-05-19T09:59:25.514Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-05-19T09:59:25.514Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-05-19T09:59:25.514Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-05-19T09:59:25.514Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-05-19T09:59:25.514Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-05-19T09:59:25.514Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-05-19T09:59:25.514Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-05-19T09:59:25.514Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-19T09:59:25.514Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-19T09:59:25.514Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-05-19T09:59:25.514Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values [2022-05-19T09:59:25.514Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-05-19T09:59:25.514Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-05-19T09:59:25.514Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-05-19T09:59:25.514Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-05-19T09:59:25.514Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-05-19T09:59:25.514Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-05-19T09:59:25.514Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-05-19T09:59:25.514Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-05-19T09:59:25.514Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-05-19T09:59:25.514Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-05-19T09:59:25.514Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-05-19T09:59:25.514Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-05-19T09:59:25.514Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-05-19T09:59:25.514Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-05-19T09:59:25.514Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-05-19T09:59:25.514Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-05-19T09:59:25.514Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-05-19T09:59:25.514Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-05-19T09:59:25.514Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-05-19T09:59:25.514Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-05-19T09:59:25.514Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-19T09:59:25.514Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-19T09:59:25.514Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-05-19T09:59:25.514Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-05-19T09:59:25.514Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-05-19T09:59:25.514Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-05-19T09:59:25.514Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-05-19T09:59:25.515Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-05-19T09:59:25.515Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-05-19T09:59:25.515Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-05-19T09:59:25.515Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-05-19T09:59:25.515Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-05-19T09:59:25.515Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-05-19T09:59:25.515Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-05-19T09:59:25.515Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-19T09:59:25.515Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-19T09:59:25.515Z] === CONT TestNewTailReader/no_delimiter/no_lines [2022-05-19T09:59:25.515Z] === RUN TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-05-19T09:59:25.515Z] === PAUSE TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-05-19T09:59:25.515Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block [2022-05-19T09:59:25.515Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-05-19T09:59:25.515Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-05-19T09:59:25.515Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-19T09:59:25.515Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-19T09:59:25.515Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block [2022-05-19T09:59:25.515Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-05-19T09:59:25.515Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-05-19T09:59:25.515Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-19T09:59:25.515Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-19T09:59:25.515Z] === CONT TestNewTailReader/no_delimiter/several_small_entries [2022-05-19T09:59:25.515Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-05-19T09:59:25.515Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-05-19T09:59:25.515Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-05-19T09:59:25.515Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-05-19T09:59:25.515Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-05-19T09:59:25.515Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-05-19T09:59:25.515Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-05-19T09:59:25.515Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-05-19T09:59:25.515Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-05-19T09:59:25.515Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-19T09:59:25.515Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-19T09:59:25.515Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-19T09:59:25.515Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-19T09:59:25.515Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-19T09:59:25.515Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-19T09:59:25.515Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-19T09:59:25.515Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-19T09:59:25.515Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-19T09:59:25.515Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-19T09:59:25.515Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-19T09:59:25.515Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-19T09:59:25.515Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block [2022-05-19T09:59:25.515Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-05-19T09:59:25.515Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-05-19T09:59:25.515Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-19T09:59:25.515Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-19T09:59:25.515Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-05-19T09:59:25.515Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-19T09:59:25.515Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-19T09:59:25.515Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-19T09:59:25.515Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-19T09:59:25.515Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-19T09:59:25.515Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-19T09:59:25.515Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-19T09:59:25.515Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-19T09:59:25.515Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-19T09:59:25.515Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-19T09:59:25.515Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-19T09:59:25.515Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-19T09:59:25.515Z] === CONT TestNewTailReader/no_delimiter/various_sizes [2022-05-19T09:59:25.515Z] === RUN TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-05-19T09:59:25.515Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-05-19T09:59:25.515Z] === RUN TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-05-19T09:59:25.515Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-05-19T09:59:25.515Z] === RUN TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-05-19T09:59:25.515Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-05-19T09:59:25.515Z] === RUN TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-05-19T09:59:25.515Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-05-19T09:59:25.515Z] === RUN TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-05-19T09:59:25.515Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-05-19T09:59:25.515Z] === RUN TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-05-19T09:59:25.515Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-05-19T09:59:25.515Z] === RUN TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-05-19T09:59:25.515Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-05-19T09:59:25.515Z] === RUN TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-05-19T09:59:25.515Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-05-19T09:59:25.515Z] === RUN TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-05-19T09:59:25.515Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-05-19T09:59:25.515Z] === RUN TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-05-19T09:59:25.515Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-05-19T09:59:25.515Z] === RUN TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-05-19T09:59:25.515Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-05-19T09:59:25.515Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-19T09:59:25.515Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-19T09:59:25.515Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-05-19T09:59:25.515Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-19T09:59:25.515Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-05-19T09:59:25.515Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-19T09:59:25.515Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-05-19T09:59:25.515Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-05-19T09:59:25.515Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-05-19T09:59:25.515Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-05-19T09:59:25.515Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-05-19T09:59:25.515Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-05-19T09:59:25.515Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-05-19T09:59:25.515Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-19T09:59:25.515Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-05-19T09:59:25.515Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-05-19T09:59:25.515Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-05-19T09:59:25.515Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-05-19T09:59:25.515Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-19T09:59:25.515Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-19T09:59:25.515Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-19T09:59:25.515Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-19T09:59:25.515Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-19T09:59:25.515Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-05-19T09:59:25.515Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-19T09:59:25.515Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-19T09:59:25.515Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-19T09:59:25.515Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-19T09:59:25.515Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry [2022-05-19T09:59:25.515Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-05-19T09:59:25.515Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-05-19T09:59:25.515Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-19T09:59:25.515Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-19T09:59:25.515Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-05-19T09:59:25.515Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-19T09:59:25.515Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-19T09:59:25.515Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-19T09:59:25.515Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-19T09:59:25.515Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-19T09:59:25.515Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-05-19T09:59:25.515Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-05-19T09:59:25.515Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-05-19T09:59:25.515Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-05-19T09:59:25.515Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-05-19T09:59:25.515Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-05-19T09:59:25.515Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-05-19T09:59:25.515Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-05-19T09:59:25.515Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-05-19T09:59:25.515Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-19T09:59:25.515Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-19T09:59:25.515Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-19T09:59:25.515Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-19T09:59:25.515Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines [2022-05-19T09:59:25.515Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-19T09:59:25.515Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-19T09:59:25.515Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-05-19T09:59:25.515Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-19T09:59:25.515Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-19T09:59:25.515Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-19T09:59:25.515Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-19T09:59:25.515Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-19T09:59:25.515Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-19T09:59:25.515Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-19T09:59:25.515Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-19T09:59:25.515Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-19T09:59:25.515Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-19T09:59:25.515Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-19T09:59:25.515Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-19T09:59:25.515Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-19T09:59:25.515Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-05-19T09:59:25.515Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-05-19T09:59:25.515Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-19T09:59:25.515Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-19T09:59:25.515Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-19T09:59:25.515Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-19T09:59:25.515Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-05-19T09:59:25.515Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-05-19T09:59:25.515Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-05-19T09:59:25.515Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-05-19T09:59:25.515Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-05-19T09:59:25.515Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-05-19T09:59:25.515Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-05-19T09:59:25.515Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-05-19T09:59:25.515Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-05-19T09:59:25.515Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-05-19T09:59:25.515Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-05-19T09:59:25.515Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-05-19T09:59:25.515Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-05-19T09:59:25.515Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-05-19T09:59:25.515Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-05-19T09:59:25.515Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-05-19T09:59:25.515Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-05-19T09:59:25.515Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-05-19T09:59:25.515Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-05-19T09:59:25.515Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-05-19T09:59:25.515Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-05-19T09:59:25.515Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-19T09:59:25.515Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-05-19T09:59:25.515Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-19T09:59:25.515Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-19T09:59:25.515Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-19T09:59:25.515Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-19T09:59:25.515Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-19T09:59:25.515Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-19T09:59:25.515Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-19T09:59:25.515Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-19T09:59:25.516Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-19T09:59:25.516Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-19T09:59:25.516Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-19T09:59:25.516Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-19T09:59:25.516Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-19T09:59:25.516Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes [2022-05-19T09:59:25.516Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-05-19T09:59:25.516Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-05-19T09:59:25.516Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-05-19T09:59:25.516Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-05-19T09:59:25.516Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-05-19T09:59:25.516Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-05-19T09:59:25.516Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-05-19T09:59:25.516Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-05-19T09:59:25.516Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-05-19T09:59:25.516Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-05-19T09:59:25.516Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-05-19T09:59:25.516Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-19T09:59:25.516Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-19T09:59:25.516Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-19T09:59:25.516Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-19T09:59:25.516Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-19T09:59:25.516Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-19T09:59:25.516Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-19T09:59:25.516Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-19T09:59:25.516Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-19T09:59:25.516Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-19T09:59:25.516Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-19T09:59:25.516Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-19T09:59:25.516Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-19T09:59:25.516Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-05-19T09:59:25.516Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-05-19T09:59:25.516Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-05-19T09:59:25.516Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-05-19T09:59:25.516Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-05-19T09:59:25.516Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-05-19T09:59:25.516Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-05-19T09:59:25.516Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-05-19T09:59:25.516Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-05-19T09:59:25.516Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-05-19T09:59:25.516Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-05-19T09:59:25.516Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-19T09:59:25.516Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-19T09:59:25.516Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-05-19T09:59:25.516Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-05-19T09:59:25.516Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-19T09:59:25.516Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-19T09:59:25.516Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-05-19T09:59:25.516Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-05-19T09:59:25.516Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-19T09:59:25.516Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-19T09:59:25.516Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries [2022-05-19T09:59:25.516Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-05-19T09:59:25.516Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-05-19T09:59:25.516Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-05-19T09:59:25.516Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-05-19T09:59:25.516Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-05-19T09:59:25.516Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-05-19T09:59:25.516Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-19T09:59:25.516Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-19T09:59:25.516Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-05-19T09:59:25.516Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-19T09:59:25.516Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-19T09:59:25.516Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-19T09:59:25.516Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-19T09:59:25.516Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-19T09:59:25.516Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-19T09:59:25.516Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-05-19T09:59:25.516Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-05-19T09:59:25.516Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-05-19T09:59:25.516Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-05-19T09:59:25.516Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-19T09:59:25.516Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-19T09:59:25.516Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-19T09:59:25.516Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-19T09:59:25.516Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-19T09:59:25.516Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-19T09:59:25.516Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-19T09:59:25.516Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-19T09:59:25.516Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-19T09:59:25.516Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-19T09:59:25.516Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-19T09:59:25.516Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-05-19T09:59:25.516Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-05-19T09:59:25.516Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-19T09:59:25.516Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-05-19T09:59:25.516Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-05-19T09:59:25.516Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-05-19T09:59:25.516Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-05-19T09:59:25.516Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-05-19T09:59:25.516Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-05-19T09:59:25.516Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-19T09:59:25.516Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-19T09:59:25.516Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-05-19T09:59:25.516Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-05-19T09:59:25.516Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-05-19T09:59:25.516Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-19T09:59:25.516Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-05-19T09:59:25.516Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-05-19T09:59:25.516Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-19T09:59:25.516Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-19T09:59:25.516Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-19T09:59:25.516Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-19T09:59:25.516Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-19T09:59:25.516Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-05-19T09:59:25.516Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-19T09:59:25.516Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-05-19T09:59:25.516Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-05-19T09:59:25.516Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-05-19T09:59:25.516Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-05-19T09:59:25.516Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-05-19T09:59:25.516Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-05-19T09:59:25.516Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-05-19T09:59:25.516Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-19T09:59:25.516Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-05-19T09:59:25.516Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-05-19T09:59:25.516Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-05-19T09:59:25.516Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-19T09:59:25.516Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-19T09:59:25.516Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-19T09:59:25.516Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-19T09:59:25.516Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-05-19T09:59:25.516Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-19T09:59:25.516Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-19T09:59:25.516Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-19T09:59:25.516Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-05-19T09:59:25.516Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-05-19T09:59:25.516Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-05-19T09:59:25.516Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-05-19T09:59:25.516Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-05-19T09:59:25.516Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-19T09:59:25.516Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-05-19T09:59:25.516Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-05-19T09:59:25.516Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-05-19T09:59:25.516Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-05-19T09:59:25.516Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-05-19T09:59:25.516Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-05-19T09:59:25.516Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-05-19T09:59:25.516Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-05-19T09:59:25.516Z] === CONT TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-05-19T09:59:25.516Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-05-19T09:59:25.516Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-19T09:59:25.516Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-05-19T09:59:25.516Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-05-19T09:59:25.516Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-05-19T09:59:25.516Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-19T09:59:25.516Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-05-19T09:59:25.516Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-05-19T09:59:25.516Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-05-19T09:59:25.516Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-05-19T09:59:25.516Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-19T09:59:25.516Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-19T09:59:25.516Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-05-19T09:59:25.516Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-19T09:59:25.516Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-05-19T09:59:25.516Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-19T09:59:25.516Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-05-19T09:59:25.516Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-19T09:59:25.516Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-19T09:59:25.516Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-05-19T09:59:25.516Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-19T09:59:25.516Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-19T09:59:25.516Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-19T09:59:25.516Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-19T09:59:25.516Z] === CONT TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-05-19T09:59:25.516Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-19T09:59:25.516Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-19T09:59:25.516Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-19T09:59:25.516Z] === CONT TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-05-19T09:59:25.516Z] === CONT TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-05-19T09:59:25.516Z] === CONT TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-05-19T09:59:25.516Z] === CONT TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-05-19T09:59:25.516Z] === CONT TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-05-19T09:59:25.516Z] === CONT TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-05-19T09:59:25.516Z] === CONT TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-05-19T09:59:25.516Z] === CONT TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-05-19T09:59:25.516Z] === CONT TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-05-19T09:59:25.516Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-19T09:59:25.516Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-05-19T09:59:25.516Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-19T09:59:25.516Z] === CONT TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-05-19T09:59:25.516Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-05-19T09:59:25.657Z] --- PASS: TestStopContainerWithRestartPolicyAlways (3.58s) [2022-05-19T09:59:25.657Z] === RUN TestUpdateMemory [2022-05-19T09:59:25.657Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2022-05-19T09:59:25.657Z] --- SKIP: TestUpdateMemory (0.01s) [2022-05-19T09:59:25.657Z] === RUN TestUpdateCPUQuota [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-05-19T09:59:25.988Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-19T09:59:25.988Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-19T09:59:25.988Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-19T09:59:25.988Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-19T09:59:25.988Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-19T09:59:25.988Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-19T09:59:25.988Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-19T09:59:25.988Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-19T09:59:25.988Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-19T09:59:25.988Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-19T09:59:25.988Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-05-19T09:59:25.988Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-19T09:59:25.988Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-19T09:59:25.988Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-19T09:59:25.988Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-19T09:59:25.988Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-19T09:59:25.988Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-19T09:59:25.988Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-05-19T09:59:25.988Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-05-19T09:59:25.988Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-05-19T09:59:25.988Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-05-19T09:59:25.988Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-05-19T09:59:25.988Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-05-19T09:59:25.988Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-05-19T09:59:25.988Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-05-19T09:59:25.988Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-19T09:59:25.988Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-19T09:59:25.988Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-05-19T09:59:25.988Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-05-19T09:59:25.988Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-05-19T09:59:25.988Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-05-19T09:59:25.988Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-19T09:59:25.988Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-05-19T09:59:25.988Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-19T09:59:25.988Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-19T09:59:25.988Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-19T09:59:25.988Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-19T09:59:25.988Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-19T09:59:25.988Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-05-19T09:59:25.988Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-05-19T09:59:25.988Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-05-19T09:59:25.988Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-05-19T09:59:25.988Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-05-19T09:59:25.988Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-05-19T09:59:25.988Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-05-19T09:59:25.988Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-05-19T09:59:25.988Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-19T09:59:25.988Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-05-19T09:59:25.988Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-19T09:59:25.988Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-19T09:59:25.988Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-05-19T09:59:25.988Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-19T09:59:25.988Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-05-19T09:59:25.988Z] --- PASS: TestNewTailReader (0.00s) [2022-05-19T09:59:25.988Z] --- PASS: TestNewTailReader/truncated_last_line (0.00s) [2022-05-19T09:59:25.988Z] --- PASS: TestNewTailReader/truncated_last_line/more_than_available (0.00s) [2022-05-19T09:59:25.988Z] --- PASS: TestNewTailReader/truncated_last_line#01 (0.00s) [2022-05-19T09:59:25.988Z] --- PASS: TestNewTailReader/truncated_last_line#01/exact (0.00s) [2022-05-19T09:59:25.988Z] --- PASS: TestNewTailReader/truncated_last_line#02 (0.00s) [2022-05-19T09:59:25.988Z] --- PASS: TestNewTailReader/truncated_last_line#02/one_line (0.00s) [2022-05-19T09:59:25.988Z] --- PASS: TestNewTailReader/2_byte_delimiter (0.00s) [2022-05-19T09:59:25.988Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry (0.00s) [2022-05-19T09:59:25.988Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-05-19T09:59:25.988Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-05-19T09:59:25.988Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines (0.00s) [2022-05-19T09:59:25.988Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-05-19T09:59:25.988Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter (0.00s) [2022-05-19T09:59:25.988Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-05-19T09:59:25.988Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-05-19T09:59:25.988Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block (0.00s) [2022-05-19T09:59:25.988Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-05-19T09:59:25.988Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-05-19T09:59:25.988Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block (0.01s) [2022-05-19T09:59:25.988Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-05-19T09:59:25.988Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-05-19T09:59:25.988Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block (0.00s) [2022-05-19T09:59:25.988Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-05-19T09:59:25.988Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-05-19T09:59:25.988Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values (0.01s) [2022-05-19T09:59:25.988Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-05-19T09:59:25.988Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-05-19T09:59:25.988Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-05-19T09:59:25.988Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-05-19T09:59:25.988Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-05-19T09:59:25.988Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-05-19T09:59:25.988Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-05-19T09:59:25.988Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-05-19T09:59:25.988Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-05-19T09:59:25.988Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-05-19T09:59:25.988Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-05-19T09:59:25.988Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-05-19T09:59:25.988Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-05-19T09:59:25.988Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-05-19T09:59:25.988Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-05-19T09:59:25.988Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-05-19T09:59:25.988Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-05-19T09:59:25.988Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-05-19T09:59:25.988Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-05-19T09:59:25.989Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-05-19T09:59:25.989Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-05-19T09:59:25.989Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-05-19T09:59:25.989Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-05-19T09:59:25.989Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-05-19T09:59:25.989Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-05-19T09:59:25.989Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes (0.01s) [2022-05-19T09:59:25.989Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/1_lines (0.00s) [2022-05-19T09:59:25.989Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-05-19T09:59:25.989Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/10_lines (0.00s) [2022-05-19T09:59:25.989Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/9_lines (0.00s) [2022-05-19T09:59:25.989Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/6_lines (0.00s) [2022-05-19T09:59:25.989Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/5_lines (0.00s) [2022-05-19T09:59:25.989Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/4_lines (0.00s) [2022-05-19T09:59:25.989Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/3_lines (0.00s) [2022-05-19T09:59:25.989Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/2_lines (0.00s) [2022-05-19T09:59:25.989Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/8_lines (0.00s) [2022-05-19T09:59:25.989Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/7_lines (0.00s) [2022-05-19T09:59:25.989Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries (0.00s) [2022-05-19T09:59:25.989Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-05-19T09:59:25.989Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-05-19T09:59:25.989Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-05-19T09:59:25.989Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-05-19T09:59:25.989Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-05-19T09:59:25.989Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-05-19T09:59:25.989Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-05-19T09:59:25.989Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-05-19T09:59:25.989Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-05-19T09:59:25.989Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-05-19T09:59:25.989Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-05-19T09:59:25.989Z] --- PASS: TestNewTailReader/8_byte_delimiter (0.00s) [2022-05-19T09:59:25.989Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry (0.00s) [2022-05-19T09:59:25.989Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-05-19T09:59:25.989Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-05-19T09:59:25.989Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines (0.00s) [2022-05-19T09:59:25.989Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-05-19T09:59:25.989Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter (0.00s) [2022-05-19T09:59:25.989Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-05-19T09:59:25.989Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-05-19T09:59:25.989Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block (0.00s) [2022-05-19T09:59:25.989Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-05-19T09:59:25.989Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-05-19T09:59:25.989Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-05-19T09:59:25.989Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-05-19T09:59:25.989Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-05-19T09:59:25.989Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-05-19T09:59:25.989Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-05-19T09:59:25.989Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-05-19T09:59:25.989Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-05-19T09:59:25.989Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values (0.01s) [2022-05-19T09:59:25.989Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-05-19T09:59:25.989Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-05-19T09:59:25.989Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-05-19T09:59:25.989Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-05-19T09:59:25.989Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-05-19T09:59:25.989Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-05-19T09:59:25.989Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-05-19T09:59:25.989Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-05-19T09:59:25.989Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-05-19T09:59:25.989Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-05-19T09:59:25.989Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-05-19T09:59:25.989Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block (0.00s) [2022-05-19T09:59:25.989Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-05-19T09:59:25.989Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-05-19T09:59:25.989Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block (0.01s) [2022-05-19T09:59:25.989Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-05-19T09:59:25.989Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-05-19T09:59:25.989Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-05-19T09:59:25.989Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-05-19T09:59:25.989Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-05-19T09:59:25.989Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-05-19T09:59:25.989Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-05-19T09:59:25.989Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-05-19T09:59:25.989Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-05-19T09:59:25.989Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-05-19T09:59:25.989Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-05-19T09:59:25.989Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-05-19T09:59:25.989Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-05-19T09:59:25.989Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block (0.00s) [2022-05-19T09:59:25.989Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines (0.01s) [2022-05-19T09:59:25.989Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-05-19T09:59:25.989Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries (0.01s) [2022-05-19T09:59:25.989Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-05-19T09:59:25.989Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-05-19T09:59:25.989Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-05-19T09:59:25.989Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-05-19T09:59:25.989Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes (0.01s) [2022-05-19T09:59:25.989Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/1_lines (0.00s) [2022-05-19T09:59:25.989Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-05-19T09:59:25.989Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/7_lines (0.00s) [2022-05-19T09:59:25.989Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/6_lines (0.00s) [2022-05-19T09:59:25.989Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/5_lines (0.00s) [2022-05-19T09:59:25.989Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/4_lines (0.00s) [2022-05-19T09:59:25.989Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/3_lines (0.00s) [2022-05-19T09:59:25.989Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/2_lines (0.00s) [2022-05-19T09:59:25.989Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/10_lines (0.00s) [2022-05-19T09:59:25.989Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/9_lines (0.00s) [2022-05-19T09:59:25.989Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/8_lines (0.00s) [2022-05-19T09:59:25.989Z] --- PASS: TestNewTailReader/4_byte_delimiter (0.00s) [2022-05-19T09:59:25.989Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines (0.00s) [2022-05-19T09:59:25.989Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-05-19T09:59:25.989Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry (0.00s) [2022-05-19T09:59:25.989Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-05-19T09:59:25.989Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-05-19T09:59:25.989Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter (0.00s) [2022-05-19T09:59:25.989Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-05-19T09:59:25.989Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-05-19T09:59:25.989Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block (0.00s) [2022-05-19T09:59:25.989Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-05-19T09:59:25.989Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-05-19T09:59:25.989Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block (0.00s) [2022-05-19T09:59:25.989Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-05-19T09:59:25.989Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-05-19T09:59:25.989Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values (0.00s) [2022-05-19T09:59:25.989Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-05-19T09:59:25.989Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-05-19T09:59:25.989Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-05-19T09:59:25.989Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-05-19T09:59:25.989Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-05-19T09:59:25.989Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-05-19T09:59:25.989Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-05-19T09:59:25.989Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-05-19T09:59:25.989Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-05-19T09:59:25.989Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-05-19T09:59:25.989Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-05-19T09:59:25.989Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block (0.00s) [2022-05-19T09:59:25.989Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-05-19T09:59:25.989Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-05-19T09:59:25.989Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-05-19T09:59:25.989Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-05-19T09:59:25.989Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-05-19T09:59:25.989Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-05-19T09:59:25.989Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-05-19T09:59:25.989Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-05-19T09:59:25.989Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-05-19T09:59:25.989Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-05-19T09:59:25.989Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-05-19T09:59:25.989Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-05-19T09:59:25.989Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-05-19T09:59:25.989Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-05-19T09:59:25.989Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-05-19T09:59:25.989Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-05-19T09:59:25.989Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes (0.00s) [2022-05-19T09:59:25.989Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/1_lines (0.00s) [2022-05-19T09:59:25.989Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/3_lines (0.00s) [2022-05-19T09:59:25.989Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/9_lines (0.00s) [2022-05-19T09:59:25.989Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/8_lines (0.00s) [2022-05-19T09:59:25.989Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/7_lines (0.00s) [2022-05-19T09:59:25.989Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/6_lines (0.00s) [2022-05-19T09:59:25.989Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/5_lines (0.00s) [2022-05-19T09:59:25.989Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/4_lines (0.00s) [2022-05-19T09:59:25.989Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-05-19T09:59:25.989Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/10_lines (0.00s) [2022-05-19T09:59:25.989Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/2_lines (0.00s) [2022-05-19T09:59:25.989Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries (0.00s) [2022-05-19T09:59:25.989Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-05-19T09:59:25.989Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-05-19T09:59:25.989Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-05-19T09:59:25.989Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-05-19T09:59:25.989Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-05-19T09:59:25.989Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-05-19T09:59:25.989Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-05-19T09:59:25.989Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-05-19T09:59:25.989Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-05-19T09:59:25.989Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-05-19T09:59:25.989Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-05-19T09:59:25.989Z] --- PASS: TestNewTailReader/12_byte_delimiter (0.00s) [2022-05-19T09:59:25.989Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block (0.00s) [2022-05-19T09:59:25.989Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-05-19T09:59:25.989Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-05-19T09:59:25.989Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines (0.00s) [2022-05-19T09:59:25.989Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-05-19T09:59:25.989Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry (0.00s) [2022-05-19T09:59:25.989Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-05-19T09:59:25.989Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-05-19T09:59:25.989Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter (0.00s) [2022-05-19T09:59:25.989Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-05-19T09:59:25.989Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-05-19T09:59:25.989Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block (0.00s) [2022-05-19T09:59:25.989Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-05-19T09:59:25.989Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-05-19T09:59:25.989Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-05-19T09:59:25.989Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-05-19T09:59:25.989Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-05-19T09:59:25.989Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-05-19T09:59:25.989Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-05-19T09:59:25.989Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-05-19T09:59:25.989Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-05-19T09:59:25.989Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values (0.01s) [2022-05-19T09:59:25.989Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-05-19T09:59:25.989Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-05-19T09:59:25.990Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-05-19T09:59:25.990Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-05-19T09:59:25.990Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-05-19T09:59:25.990Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-05-19T09:59:25.990Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-05-19T09:59:25.990Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-05-19T09:59:25.990Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-05-19T09:59:25.990Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-05-19T09:59:25.990Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-05-19T09:59:25.990Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-05-19T09:59:25.990Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-05-19T09:59:25.990Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-05-19T09:59:25.990Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-05-19T09:59:25.990Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-05-19T09:59:25.990Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-05-19T09:59:25.990Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-05-19T09:59:25.990Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes (0.00s) [2022-05-19T09:59:25.990Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/1_lines (0.00s) [2022-05-19T09:59:25.990Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-05-19T09:59:25.990Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/10_lines (0.00s) [2022-05-19T09:59:25.990Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/8_lines (0.00s) [2022-05-19T09:59:25.990Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/6_lines (0.00s) [2022-05-19T09:59:25.990Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/9_lines (0.00s) [2022-05-19T09:59:25.990Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/5_lines (0.00s) [2022-05-19T09:59:25.990Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/4_lines (0.00s) [2022-05-19T09:59:25.990Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/3_lines (0.00s) [2022-05-19T09:59:25.990Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/2_lines (0.00s) [2022-05-19T09:59:25.990Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/7_lines (0.00s) [2022-05-19T09:59:25.990Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries (0.00s) [2022-05-19T09:59:25.990Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-05-19T09:59:25.990Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-05-19T09:59:25.990Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-05-19T09:59:25.990Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-05-19T09:59:25.990Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block (0.01s) [2022-05-19T09:59:25.990Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-05-19T09:59:25.990Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-05-19T09:59:25.990Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-05-19T09:59:25.990Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-05-19T09:59:25.990Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-05-19T09:59:25.990Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-05-19T09:59:25.990Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-05-19T09:59:25.990Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-05-19T09:59:25.990Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-05-19T09:59:25.990Z] --- PASS: TestNewTailReader/no_delimiter (0.00s) [2022-05-19T09:59:25.990Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry (0.00s) [2022-05-19T09:59:25.990Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-05-19T09:59:25.990Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/1_lines (0.00s) [2022-05-19T09:59:25.990Z] --- PASS: TestNewTailReader/no_delimiter/no_lines (0.00s) [2022-05-19T09:59:25.990Z] --- PASS: TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-05-19T09:59:25.990Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter (0.00s) [2022-05-19T09:59:25.990Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-05-19T09:59:25.990Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-05-19T09:59:25.990Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block (0.00s) [2022-05-19T09:59:25.990Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-05-19T09:59:25.990Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-05-19T09:59:25.990Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-05-19T09:59:25.990Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-05-19T09:59:25.990Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-05-19T09:59:25.990Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-05-19T09:59:25.990Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values (0.00s) [2022-05-19T09:59:25.990Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/1_lines (0.00s) [2022-05-19T09:59:25.990Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/8_lines (0.00s) [2022-05-19T09:59:25.990Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/9_lines (0.00s) [2022-05-19T09:59:25.990Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/4_lines (0.00s) [2022-05-19T09:59:25.990Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/7_lines (0.00s) [2022-05-19T09:59:25.990Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/6_lines (0.00s) [2022-05-19T09:59:25.990Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/5_lines (0.00s) [2022-05-19T09:59:25.990Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/2_lines (0.00s) [2022-05-19T09:59:25.990Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/3_lines (0.00s) [2022-05-19T09:59:25.990Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/10_lines (0.00s) [2022-05-19T09:59:25.990Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-05-19T09:59:25.990Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block (0.00s) [2022-05-19T09:59:25.990Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-05-19T09:59:25.990Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-05-19T09:59:25.990Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block (0.00s) [2022-05-19T09:59:25.990Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/1_lines (0.00s) [2022-05-19T09:59:25.990Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-05-19T09:59:25.990Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries (0.00s) [2022-05-19T09:59:25.990Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/1_lines (0.00s) [2022-05-19T09:59:25.990Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/2_lines (0.00s) [2022-05-19T09:59:25.990Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-05-19T09:59:25.990Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/3_lines (0.00s) [2022-05-19T09:59:25.990Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-05-19T09:59:25.990Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-05-19T09:59:25.990Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-05-19T09:59:25.990Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-05-19T09:59:25.990Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-05-19T09:59:25.990Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-05-19T09:59:25.990Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-05-19T09:59:25.990Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block (0.00s) [2022-05-19T09:59:25.990Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/1_lines (0.00s) [2022-05-19T09:59:25.990Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-05-19T09:59:25.990Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-05-19T09:59:25.990Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-05-19T09:59:25.990Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-05-19T09:59:25.990Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-05-19T09:59:25.990Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-05-19T09:59:25.990Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-05-19T09:59:25.990Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-05-19T09:59:25.990Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes (0.00s) [2022-05-19T09:59:25.990Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/1_lines (0.00s) [2022-05-19T09:59:25.990Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/10_lines (0.00s) [2022-05-19T09:59:25.990Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/9_lines (0.00s) [2022-05-19T09:59:25.990Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/8_lines (0.00s) [2022-05-19T09:59:25.990Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/7_lines (0.00s) [2022-05-19T09:59:25.990Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/6_lines (0.00s) [2022-05-19T09:59:25.990Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/5_lines (0.00s) [2022-05-19T09:59:25.990Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/4_lines (0.00s) [2022-05-19T09:59:25.990Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/3_lines (0.00s) [2022-05-19T09:59:25.990Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/2_lines (0.00s) [2022-05-19T09:59:25.990Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-05-19T09:59:25.990Z] --- PASS: TestNewTailReader/single_byte_delimiter (0.02s) [2022-05-19T09:59:25.990Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry (0.00s) [2022-05-19T09:59:25.990Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-05-19T09:59:25.990Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-05-19T09:59:25.990Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines (0.00s) [2022-05-19T09:59:25.990Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-05-19T09:59:25.990Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block (0.00s) [2022-05-19T09:59:25.990Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-05-19T09:59:25.990Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-05-19T09:59:25.990Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-05-19T09:59:25.990Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-05-19T09:59:25.990Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-05-19T09:59:25.990Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-05-19T09:59:25.990Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-05-19T09:59:25.990Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-05-19T09:59:25.990Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-05-19T09:59:25.990Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-05-19T09:59:25.990Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-05-19T09:59:25.990Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-05-19T09:59:25.990Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-05-19T09:59:25.990Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-05-19T09:59:25.990Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-05-19T09:59:25.990Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-05-19T09:59:25.990Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values (0.00s) [2022-05-19T09:59:25.990Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-05-19T09:59:25.990Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-05-19T09:59:25.990Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-05-19T09:59:25.990Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-05-19T09:59:25.991Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-05-19T09:59:25.991Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-05-19T09:59:25.991Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-05-19T09:59:25.991Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-05-19T09:59:25.991Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-05-19T09:59:25.991Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-05-19T09:59:25.991Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-05-19T09:59:25.991Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter (0.00s) [2022-05-19T09:59:25.991Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-05-19T09:59:25.991Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-05-19T09:59:25.991Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block (0.00s) [2022-05-19T09:59:25.991Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-05-19T09:59:25.991Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-05-19T09:59:25.991Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes (0.01s) [2022-05-19T09:59:25.991Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/1_lines (0.00s) [2022-05-19T09:59:25.991Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-05-19T09:59:25.991Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/9_lines (0.00s) [2022-05-19T09:59:25.991Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/10_lines (0.00s) [2022-05-19T09:59:25.991Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/6_lines (0.00s) [2022-05-19T09:59:25.991Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/8_lines (0.00s) [2022-05-19T09:59:25.991Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/5_lines (0.00s) [2022-05-19T09:59:25.991Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/4_lines (0.00s) [2022-05-19T09:59:25.991Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/3_lines (0.00s) [2022-05-19T09:59:25.991Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/2_lines (0.00s) [2022-05-19T09:59:25.991Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/7_lines (0.00s) [2022-05-19T09:59:25.991Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-05-19T09:59:25.991Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-05-19T09:59:25.991Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-05-19T09:59:25.991Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-05-19T09:59:25.991Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-05-19T09:59:25.991Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-05-19T09:59:25.991Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-05-19T09:59:25.991Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block (0.00s) [2022-05-19T09:59:25.991Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-05-19T09:59:25.991Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-05-19T09:59:25.991Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries (0.00s) [2022-05-19T09:59:25.991Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-05-19T09:59:25.991Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-05-19T09:59:25.991Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-05-19T09:59:25.991Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-05-19T09:59:25.991Z] PASS [2022-05-19T09:59:25.991Z] coverage: 88.6% of statements [2022-05-19T09:59:25.991Z] ok github.com/docker/docker/pkg/tailfile 0.270s coverage: 88.6% of statements [2022-05-19T09:59:25.991Z] time="2022-05-19T09:59:25Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 8s" [2022-05-19T09:59:25.991Z] --- PASS: TestOddAllocateRelease (0.32s) [2022-05-19T09:59:25.991Z] === RUN TestFullAllocateSerialReleaseParallel [2022-05-19T09:59:25.991Z] --- PASS: TestFullAllocateSerialReleaseParallel (0.11s) [2022-05-19T09:59:25.991Z] === RUN TestOddAllocateSerialReleaseParallel [2022-05-19T09:59:25.991Z] --- PASS: TestOddAllocateSerialReleaseParallel (0.06s) [2022-05-19T09:59:25.991Z] === RUN TestEvenAllocateSerialReleaseParallel [2022-05-19T09:59:25.991Z] --- PASS: TestEvenAllocateSerialReleaseParallel (0.05s) [2022-05-19T09:59:25.991Z] === CONT TestParallelPredefinedRequest1 [2022-05-19T09:59:25.991Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-19T09:59:25.991Z] --- SKIP: TestParallelPredefinedRequest1 (0.00s) [2022-05-19T09:59:25.991Z] === CONT TestParallelPredefinedRequest5 [2022-05-19T09:59:25.991Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-19T09:59:25.991Z] --- SKIP: TestParallelPredefinedRequest5 (0.00s) [2022-05-19T09:59:25.991Z] === CONT TestParallelPredefinedRequest4 [2022-05-19T09:59:25.991Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-19T09:59:25.991Z] --- SKIP: TestParallelPredefinedRequest4 (0.00s) [2022-05-19T09:59:25.991Z] === CONT TestParallelPredefinedRequest3 [2022-05-19T09:59:25.991Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-19T09:59:25.991Z] --- SKIP: TestParallelPredefinedRequest3 (0.00s) [2022-05-19T09:59:25.991Z] === CONT TestParallelPredefinedRequest2 [2022-05-19T09:59:25.991Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-19T09:59:25.991Z] --- SKIP: TestParallelPredefinedRequest2 (0.00s) [2022-05-19T09:59:25.991Z] PASS [2022-05-19T09:59:25.991Z] coverage: 85.3% of statements [2022-05-19T09:59:25.991Z] ok github.com/docker/docker/libnetwork/ipam 62.014s coverage: 85.3% of statements [2022-05-19T09:59:26.096Z] + bundleName=amd64-cgroup2 [2022-05-19T09:59:26.096Z] + echo Creating amd64-cgroup2-bundles.tar.gz [2022-05-19T09:59:26.096Z] Creating amd64-cgroup2-bundles.tar.gz [2022-05-19T09:59:26.096Z] + xargs tar -czf amd64-cgroup2-bundles.tar.gz [2022-05-19T09:59:26.096Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2022-05-19T09:59:26.103Z] ......... [ 85%] [Pipeline] archiveArtifacts [2022-05-19T09:59:26.365Z] Archiving artifacts [2022-05-19T09:59:26.462Z] === RUN TestTarSumRemoveNonExistent [2022-05-19T09:59:26.462Z] --- PASS: TestTarSumRemoveNonExistent (0.00s) [2022-05-19T09:59:26.462Z] === RUN TestTarSumRemove [2022-05-19T09:59:26.462Z] --- PASS: TestTarSumRemove (0.00s) [2022-05-19T09:59:26.462Z] === RUN TestSortFileInfoSums [2022-05-19T09:59:26.462Z] --- PASS: TestSortFileInfoSums (0.00s) [2022-05-19T09:59:26.462Z] === RUN TestNewTarSumForLabelInvalid [2022-05-19T09:59:26.462Z] --- PASS: TestNewTarSumForLabelInvalid (0.00s) [2022-05-19T09:59:26.462Z] === RUN TestNewTarSumForLabel [2022-05-19T09:59:26.462Z] --- PASS: TestNewTarSumForLabel (0.00s) [2022-05-19T09:59:26.462Z] === RUN TestEmptyTar [2022-05-19T09:59:26.462Z] --- PASS: TestEmptyTar (0.00s) [2022-05-19T09:59:26.462Z] === RUN TestTarSumsReadSize [2022-05-19T09:59:26.462Z] --- PASS: TestTarSumsReadSize (0.00s) [2022-05-19T09:59:26.462Z] === RUN TestTarSums [2022-05-19T09:59:26.585Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2022-05-19T09:59:26.932Z] --- PASS: TestTarSums (0.07s) [2022-05-19T09:59:26.932Z] === RUN TestIteration [2022-05-19T09:59:26.932Z] --- PASS: TestIteration (0.00s) [2022-05-19T09:59:26.932Z] === RUN TestVersionLabelForChecksum [2022-05-19T09:59:26.932Z] --- PASS: TestVersionLabelForChecksum (0.00s) [2022-05-19T09:59:26.932Z] === RUN TestVersion [2022-05-19T09:59:26.932Z] --- PASS: TestVersion (0.00s) [2022-05-19T09:59:26.932Z] === RUN TestGetVersion [2022-05-19T09:59:26.932Z] --- PASS: TestGetVersion (0.00s) [2022-05-19T09:59:26.932Z] === RUN TestGetVersions [2022-05-19T09:59:26.932Z] --- PASS: TestGetVersions (0.00s) [2022-05-19T09:59:26.932Z] PASS [2022-05-19T09:59:26.932Z] coverage: 89.3% of statements [2022-05-19T09:59:26.932Z] ok github.com/docker/docker/pkg/tarsum 0.118s coverage: 89.3% of statements [2022-05-19T09:59:27.147Z] --- PASS: TestUpdateCPUQuota (1.44s) [2022-05-19T09:59:27.147Z] === RUN TestUpdatePidsLimit [2022-05-19T09:59:27.147Z] === RUN TestUpdatePidsLimit/update_from_none [2022-05-19T09:59:27.147Z] === RUN TestDockerSuite/TestBuildCancellationKillsSleep [2022-05-19T09:59:27.403Z] === RUN TestTruncIndex [2022-05-19T09:59:27.403Z] --- PASS: TestTruncIndex (0.10s) [2022-05-19T09:59:27.403Z] PASS [2022-05-19T09:59:27.403Z] coverage: 91.5% of statements [2022-05-19T09:59:27.403Z] ok github.com/docker/docker/pkg/truncindex 0.136s coverage: 91.5% of statements [2022-05-19T09:59:27.427Z] === RUN TestGetDriver [2022-05-19T09:59:27.427Z] --- PASS: TestGetDriver (0.00s) [2022-05-19T09:59:27.427Z] === RUN TestVolumeRequestError [2022-05-19T09:59:27.427Z] --- PASS: TestVolumeRequestError (0.01s) [2022-05-19T09:59:27.427Z] PASS [2022-05-19T09:59:27.427Z] coverage: 36.1% of statements [2022-05-19T09:59:27.427Z] ok github.com/docker/docker/volume/drivers 0.056s coverage: 36.1% of statements [2022-05-19T09:59:27.427Z] --- PASS: TestGet (15.01s) [2022-05-19T09:59:27.427Z] === RUN TestPluginWithNoManifest [2022-05-19T09:59:27.427Z] --- PASS: TestPluginWithNoManifest (0.00s) [2022-05-19T09:59:27.427Z] === RUN TestGetAll [2022-05-19T09:59:27.427Z] --- PASS: TestGetAll (0.00s) [2022-05-19T09:59:27.427Z] PASS [2022-05-19T09:59:27.427Z] coverage: 73.2% of statements [2022-05-19T09:59:27.427Z] ok github.com/docker/docker/pkg/plugins 35.980s coverage: 73.2% of statements [2022-05-19T09:59:27.710Z] === RUN TestUpdatePidsLimit/no_change [2022-05-19T09:59:27.895Z] === RUN TestGetAddress [2022-05-19T09:59:27.895Z] --- PASS: TestGetAddress (0.00s) [2022-05-19T09:59:27.895Z] === RUN TestRemove [2022-05-19T09:59:27.895Z] local_test.go:33: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2022-05-19T09:59:27.895Z] --- SKIP: TestRemove (0.00s) [2022-05-19T09:59:27.895Z] === RUN TestInitializeWithVolumes [2022-05-19T09:59:27.895Z] --- PASS: TestInitializeWithVolumes (0.01s) [2022-05-19T09:59:27.895Z] === RUN TestCreate [2022-05-19T09:59:27.895Z] --- PASS: TestCreate (0.02s) [2022-05-19T09:59:27.895Z] === RUN TestValidateName [2022-05-19T09:59:27.895Z] --- PASS: TestValidateName (0.00s) [2022-05-19T09:59:27.895Z] === RUN TestCreateWithOpts [2022-05-19T09:59:27.895Z] local_test.go:180: runtime.GOOS == "windows" [2022-05-19T09:59:27.895Z] --- SKIP: TestCreateWithOpts (0.00s) [2022-05-19T09:59:27.895Z] === RUN TestRelaodNoOpts [2022-05-19T09:59:27.895Z] --- PASS: TestRelaodNoOpts (0.02s) [2022-05-19T09:59:27.895Z] PASS [2022-05-19T09:59:27.895Z] coverage: 41.6% of statements [2022-05-19T09:59:27.895Z] ok github.com/docker/docker/volume/local 0.091s coverage: 41.6% of statements [2022-05-19T09:59:27.967Z] === RUN TestUpdatePidsLimit/update_lower [2022-05-19T09:59:27.991Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43557/8/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-05-19T09:59:28.223Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2022-05-19T09:59:28.312Z] + make clean [2022-05-19T09:59:28.312Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-05-19T09:59:28.312Z] docker-dev-cache [2022-05-19T09:59:28.312Z] docker-mod-cache [Pipeline] deleteDir [2022-05-19T09:59:28.368Z] === RUN TestLCOWParseMountRaw [2022-05-19T09:59:28.368Z] --- PASS: TestLCOWParseMountRaw (0.00s) [2022-05-19T09:59:28.368Z] === RUN TestLCOWParseMountRawSplit [2022-05-19T09:59:28.368Z] === RUN TestLCOWParseMountRawSplit/0_c:\:/foo [2022-05-19T09:59:28.368Z] === RUN TestLCOWParseMountRawSplit/1_c:\:/foo:ro [2022-05-19T09:59:28.368Z] === RUN TestLCOWParseMountRawSplit/2_c:\:/foo:rw [2022-05-19T09:59:28.368Z] === RUN TestLCOWParseMountRawSplit/3_c:\:/foo:foo [2022-05-19T09:59:28.368Z] === RUN TestLCOWParseMountRawSplit/4_name:/foo:rw [2022-05-19T09:59:28.368Z] === RUN TestLCOWParseMountRawSplit/5_name:/foo [2022-05-19T09:59:28.368Z] === RUN TestLCOWParseMountRawSplit/6_name:/foo:ro [2022-05-19T09:59:28.368Z] === RUN TestLCOWParseMountRawSplit/7_name:/ [2022-05-19T09:59:28.368Z] === RUN TestLCOWParseMountRawSplit/8_driver/name:/ [2022-05-19T09:59:28.368Z] === RUN TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar [2022-05-19T09:59:28.368Z] === RUN TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data [2022-05-19T09:59:28.368Z] === RUN TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo [2022-05-19T09:59:28.368Z] --- PASS: TestLCOWParseMountRawSplit (0.00s) [2022-05-19T09:59:28.368Z] --- PASS: TestLCOWParseMountRawSplit/0_c:\:/foo (0.00s) [2022-05-19T09:59:28.368Z] --- PASS: TestLCOWParseMountRawSplit/1_c:\:/foo:ro (0.00s) [2022-05-19T09:59:28.368Z] --- PASS: TestLCOWParseMountRawSplit/2_c:\:/foo:rw (0.00s) [2022-05-19T09:59:28.368Z] --- PASS: TestLCOWParseMountRawSplit/3_c:\:/foo:foo (0.00s) [2022-05-19T09:59:28.368Z] --- PASS: TestLCOWParseMountRawSplit/4_name:/foo:rw (0.00s) [2022-05-19T09:59:28.368Z] --- PASS: TestLCOWParseMountRawSplit/5_name:/foo (0.00s) [2022-05-19T09:59:28.368Z] --- PASS: TestLCOWParseMountRawSplit/6_name:/foo:ro (0.00s) [2022-05-19T09:59:28.368Z] --- PASS: TestLCOWParseMountRawSplit/7_name:/ (0.00s) [2022-05-19T09:59:28.368Z] --- PASS: TestLCOWParseMountRawSplit/8_driver/name:/ (0.00s) [2022-05-19T09:59:28.368Z] --- PASS: TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar (0.00s) [2022-05-19T09:59:28.368Z] --- PASS: TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data (0.00s) [2022-05-19T09:59:28.368Z] --- PASS: TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo (0.00s) [2022-05-19T09:59:28.368Z] === RUN TestLinuxParseMountRaw [2022-05-19T09:59:28.368Z] --- PASS: TestLinuxParseMountRaw (0.00s) [2022-05-19T09:59:28.368Z] === RUN TestLinuxParseMountRawSplit [2022-05-19T09:59:28.368Z] === RUN TestLinuxParseMountRawSplit/0_/tmp:/tmp1 [2022-05-19T09:59:28.368Z] === RUN TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro [2022-05-19T09:59:28.368Z] === RUN TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw [2022-05-19T09:59:28.368Z] === RUN TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo [2022-05-19T09:59:28.368Z] === RUN TestLinuxParseMountRawSplit/4_name:/named1 [2022-05-19T09:59:28.368Z] === RUN TestLinuxParseMountRawSplit/5_name:/named2 [2022-05-19T09:59:28.368Z] === RUN TestLinuxParseMountRawSplit/6_name:/named3:ro [2022-05-19T09:59:28.368Z] === RUN TestLinuxParseMountRawSplit/7_local/name:/tmp:rw [2022-05-19T09:59:28.368Z] === RUN TestLinuxParseMountRawSplit/8_/tmp:tmp [2022-05-19T09:59:28.368Z] --- PASS: TestLinuxParseMountRawSplit (0.00s) [2022-05-19T09:59:28.368Z] --- PASS: TestLinuxParseMountRawSplit/0_/tmp:/tmp1 (0.00s) [2022-05-19T09:59:28.368Z] --- PASS: TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro (0.00s) [2022-05-19T09:59:28.368Z] --- PASS: TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw (0.00s) [2022-05-19T09:59:28.368Z] --- PASS: TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo (0.00s) [2022-05-19T09:59:28.368Z] --- PASS: TestLinuxParseMountRawSplit/4_name:/named1 (0.00s) [2022-05-19T09:59:28.368Z] --- PASS: TestLinuxParseMountRawSplit/5_name:/named2 (0.00s) [2022-05-19T09:59:28.368Z] --- PASS: TestLinuxParseMountRawSplit/6_name:/named3:ro (0.00s) [2022-05-19T09:59:28.368Z] --- PASS: TestLinuxParseMountRawSplit/7_local/name:/tmp:rw (0.00s) [2022-05-19T09:59:28.368Z] --- PASS: TestLinuxParseMountRawSplit/8_/tmp:tmp (0.00s) [2022-05-19T09:59:28.368Z] === RUN TestLinuxParseMountSpecBindWithFileinfoError [2022-05-19T09:59:28.368Z] --- PASS: TestLinuxParseMountSpecBindWithFileinfoError (0.00s) [2022-05-19T09:59:28.368Z] === RUN TestConvertTmpfsOptions [2022-05-19T09:59:28.368Z] linux_parser_test.go:209: data="mode=700,size=1m" [2022-05-19T09:59:28.368Z] linux_parser_test.go:209: data="ro" [2022-05-19T09:59:28.368Z] --- PASS: TestConvertTmpfsOptions (0.00s) [2022-05-19T09:59:28.368Z] === RUN TestParseMountSpec [2022-05-19T09:59:28.368Z] parser_test.go:62: case 0 [2022-05-19T09:59:28.368Z] parser_test.go:62: case 1 [2022-05-19T09:59:28.368Z] parser_test.go:62: case 2 [2022-05-19T09:59:28.368Z] parser_test.go:62: case 3 [2022-05-19T09:59:28.368Z] parser_test.go:62: case 4 [2022-05-19T09:59:28.368Z] parser_test.go:62: case 5 [2022-05-19T09:59:28.368Z] --- PASS: TestParseMountSpec (0.00s) [2022-05-19T09:59:28.368Z] === RUN TestValidateMount [2022-05-19T09:59:28.368Z] --- PASS: TestValidateMount (0.00s) [2022-05-19T09:59:28.368Z] === RUN TestWindowsParseMountRaw [2022-05-19T09:59:28.368Z] --- PASS: TestWindowsParseMountRaw (0.00s) [2022-05-19T09:59:28.368Z] === RUN TestWindowsParseMountRawSplit [2022-05-19T09:59:28.368Z] === RUN TestWindowsParseMountRawSplit/0_c:\:d: [2022-05-19T09:59:28.368Z] === RUN TestWindowsParseMountRawSplit/1_c:\:d:\ [2022-05-19T09:59:28.368Z] === RUN TestWindowsParseMountRawSplit/2_c:\:d:\:ro [2022-05-19T09:59:28.368Z] === RUN TestWindowsParseMountRawSplit/3_c:\:d:\:rw [2022-05-19T09:59:28.368Z] === RUN TestWindowsParseMountRawSplit/4_c:\:d:\:foo [2022-05-19T09:59:28.368Z] === RUN TestWindowsParseMountRawSplit/5_name:d::rw [2022-05-19T09:59:28.368Z] === RUN TestWindowsParseMountRawSplit/6_name:d: [2022-05-19T09:59:28.368Z] === RUN TestWindowsParseMountRawSplit/7_name:d::ro [2022-05-19T09:59:28.368Z] === RUN TestWindowsParseMountRawSplit/8_name:c: [2022-05-19T09:59:28.368Z] === RUN TestWindowsParseMountRawSplit/9_driver/name:c: [2022-05-19T09:59:28.368Z] === RUN TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar [2022-05-19T09:59:28.368Z] === RUN TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar [2022-05-19T09:59:28.368Z] === RUN TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo [2022-05-19T09:59:28.368Z] --- PASS: TestWindowsParseMountRawSplit (0.00s) [2022-05-19T09:59:28.368Z] --- PASS: TestWindowsParseMountRawSplit/0_c:\:d: (0.00s) [2022-05-19T09:59:28.368Z] --- PASS: TestWindowsParseMountRawSplit/1_c:\:d:\ (0.00s) [2022-05-19T09:59:28.368Z] --- PASS: TestWindowsParseMountRawSplit/2_c:\:d:\:ro (0.00s) [2022-05-19T09:59:28.368Z] --- PASS: TestWindowsParseMountRawSplit/3_c:\:d:\:rw (0.00s) [2022-05-19T09:59:28.368Z] --- PASS: TestWindowsParseMountRawSplit/4_c:\:d:\:foo (0.00s) [2022-05-19T09:59:28.368Z] --- PASS: TestWindowsParseMountRawSplit/5_name:d::rw (0.00s) [2022-05-19T09:59:28.368Z] --- PASS: TestWindowsParseMountRawSplit/6_name:d: (0.00s) [2022-05-19T09:59:28.368Z] --- PASS: TestWindowsParseMountRawSplit/7_name:d::ro (0.00s) [2022-05-19T09:59:28.368Z] --- PASS: TestWindowsParseMountRawSplit/8_name:c: (0.00s) [2022-05-19T09:59:28.368Z] --- PASS: TestWindowsParseMountRawSplit/9_driver/name:c: (0.00s) [2022-05-19T09:59:28.368Z] --- PASS: TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar (0.00s) [2022-05-19T09:59:28.368Z] --- PASS: TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar (0.00s) [2022-05-19T09:59:28.368Z] --- PASS: TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo (0.00s) [2022-05-19T09:59:28.368Z] === RUN TestWindowsParseMountSpecBindWithFileinfoError [2022-05-19T09:59:28.368Z] --- PASS: TestWindowsParseMountSpecBindWithFileinfoError (0.00s) [2022-05-19T09:59:28.368Z] PASS [2022-05-19T09:59:28.368Z] coverage: 67.6% of statements [2022-05-19T09:59:28.368Z] ok github.com/docker/docker/volume/mounts 0.060s coverage: 67.6% of statements [2022-05-19T09:59:28.398Z] === RUN TestVersionInfo [2022-05-19T09:59:28.398Z] --- PASS: TestVersionInfo (0.00s) [2022-05-19T09:59:28.398Z] === RUN TestAppendVersions [2022-05-19T09:59:28.398Z] --- PASS: TestAppendVersions (0.00s) [2022-05-19T09:59:28.398Z] PASS [2022-05-19T09:59:28.398Z] coverage: 88.9% of statements [2022-05-19T09:59:28.398Z] ok github.com/docker/docker/pkg/useragent 0.035s coverage: 88.9% of statements [2022-05-19T09:59:28.481Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2022-05-19T09:59:28.736Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2022-05-19T09:59:29.299Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2022-05-19T09:59:29.555Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2022-05-19T09:59:30.111Z] === RUN TestSetGetMeta [2022-05-19T09:59:30.111Z] === PAUSE TestSetGetMeta [2022-05-19T09:59:30.111Z] === RUN TestRestore [2022-05-19T09:59:30.111Z] === PAUSE TestRestore [2022-05-19T09:59:30.111Z] === RUN TestServiceCreate [2022-05-19T09:59:30.111Z] === PAUSE TestServiceCreate [2022-05-19T09:59:30.111Z] === RUN TestServiceList [2022-05-19T09:59:30.111Z] === PAUSE TestServiceList [2022-05-19T09:59:30.111Z] === RUN TestServiceRemove [2022-05-19T09:59:30.111Z] === PAUSE TestServiceRemove [2022-05-19T09:59:30.111Z] === RUN TestServiceGet [2022-05-19T09:59:30.111Z] === PAUSE TestServiceGet [2022-05-19T09:59:30.111Z] === RUN TestServicePrune [2022-05-19T09:59:30.111Z] === PAUSE TestServicePrune [2022-05-19T09:59:30.111Z] === RUN TestCreate [2022-05-19T09:59:30.111Z] === PAUSE TestCreate [2022-05-19T09:59:30.111Z] === RUN TestRemove [2022-05-19T09:59:30.111Z] === PAUSE TestRemove [2022-05-19T09:59:30.111Z] === RUN TestList [2022-05-19T09:59:30.111Z] === PAUSE TestList [2022-05-19T09:59:30.111Z] === RUN TestFindByDriver [2022-05-19T09:59:30.111Z] === PAUSE TestFindByDriver [2022-05-19T09:59:30.111Z] === RUN TestFindByReferenced [2022-05-19T09:59:30.111Z] === PAUSE TestFindByReferenced [2022-05-19T09:59:30.111Z] === RUN TestDerefMultipleOfSameRef [2022-05-19T09:59:30.111Z] === PAUSE TestDerefMultipleOfSameRef [2022-05-19T09:59:30.111Z] === RUN TestCreateKeepOptsLabelsWhenExistsRemotely [2022-05-19T09:59:30.111Z] === PAUSE TestCreateKeepOptsLabelsWhenExistsRemotely [2022-05-19T09:59:30.111Z] === RUN TestDefererencePluginOnCreateError [2022-05-19T09:59:30.111Z] === PAUSE TestDefererencePluginOnCreateError [2022-05-19T09:59:30.111Z] === RUN TestRefDerefRemove [2022-05-19T09:59:30.111Z] === PAUSE TestRefDerefRemove [2022-05-19T09:59:30.111Z] === RUN TestGet [2022-05-19T09:59:30.111Z] === PAUSE TestGet [2022-05-19T09:59:30.111Z] === RUN TestGetWithReference [2022-05-19T09:59:30.111Z] === PAUSE TestGetWithReference [2022-05-19T09:59:30.111Z] === RUN TestFilterFunc [2022-05-19T09:59:30.111Z] === RUN TestFilterFunc/test_nil_list [2022-05-19T09:59:30.111Z] === PAUSE TestFilterFunc/test_nil_list [2022-05-19T09:59:30.111Z] === RUN TestFilterFunc/test_empty_list [2022-05-19T09:59:30.111Z] === PAUSE TestFilterFunc/test_empty_list [2022-05-19T09:59:30.111Z] === RUN TestFilterFunc/test_filter_non-empty_to_empty [2022-05-19T09:59:30.111Z] === PAUSE TestFilterFunc/test_filter_non-empty_to_empty [2022-05-19T09:59:30.111Z] === RUN TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-05-19T09:59:30.111Z] === PAUSE TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-05-19T09:59:30.111Z] === RUN TestFilterFunc/test_filter_some [2022-05-19T09:59:30.111Z] === PAUSE TestFilterFunc/test_filter_some [2022-05-19T09:59:30.111Z] === RUN TestFilterFunc/test_filter_middle [2022-05-19T09:59:30.111Z] === PAUSE TestFilterFunc/test_filter_middle [2022-05-19T09:59:30.111Z] === RUN TestFilterFunc/test_filter_middle_and_last [2022-05-19T09:59:30.111Z] === PAUSE TestFilterFunc/test_filter_middle_and_last [2022-05-19T09:59:30.111Z] === RUN TestFilterFunc/test_filter_first_and_last [2022-05-19T09:59:30.111Z] === PAUSE TestFilterFunc/test_filter_first_and_last [2022-05-19T09:59:30.111Z] === CONT TestFilterFunc/test_nil_list [2022-05-19T09:59:30.111Z] === CONT TestFilterFunc/test_filter_first_and_last [2022-05-19T09:59:30.111Z] === CONT TestFilterFunc/test_filter_middle_and_last [2022-05-19T09:59:30.111Z] === CONT TestFilterFunc/test_filter_middle [2022-05-19T09:59:30.111Z] === CONT TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-05-19T09:59:30.111Z] === CONT TestFilterFunc/test_filter_non-empty_to_empty [2022-05-19T09:59:30.111Z] === CONT TestFilterFunc/test_empty_list [2022-05-19T09:59:30.111Z] === CONT TestFilterFunc/test_filter_some [2022-05-19T09:59:30.111Z] --- PASS: TestFilterFunc (0.00s) [2022-05-19T09:59:30.111Z] --- PASS: TestFilterFunc/test_nil_list (0.00s) [2022-05-19T09:59:30.111Z] --- PASS: TestFilterFunc/test_filter_first_and_last (0.00s) [2022-05-19T09:59:30.111Z] --- PASS: TestFilterFunc/test_filter_middle_and_last (0.00s) [2022-05-19T09:59:30.111Z] --- PASS: TestFilterFunc/test_filter_middle (0.00s) [2022-05-19T09:59:30.111Z] --- PASS: TestFilterFunc/test_filter_non-empty_to_empty (0.00s) [2022-05-19T09:59:30.111Z] --- PASS: TestFilterFunc/test_empty_list (0.00s) [2022-05-19T09:59:30.111Z] --- PASS: TestFilterFunc/test_nothing_to_fitler_non-empty_list (0.00s) [2022-05-19T09:59:30.111Z] --- PASS: TestFilterFunc/test_filter_some (0.00s) [2022-05-19T09:59:30.111Z] === CONT TestSetGetMeta [2022-05-19T09:59:30.111Z] === CONT TestList [2022-05-19T09:59:30.111Z] === CONT TestServiceGet [2022-05-19T09:59:30.111Z] === CONT TestServiceList [2022-05-19T09:59:30.111Z] --- PASS: TestSetGetMeta (0.03s) [2022-05-19T09:59:30.111Z] === CONT TestServiceCreate [2022-05-19T09:59:30.111Z] --- PASS: TestList (0.06s) [2022-05-19T09:59:30.111Z] === CONT TestRestore [2022-05-19T09:59:30.144Z] === RUN TestValidatePrivileges [2022-05-19T09:59:30.144Z] --- PASS: TestValidatePrivileges (0.00s) [2022-05-19T09:59:30.144Z] === RUN TestFilterByCapNeg [2022-05-19T09:59:30.144Z] --- PASS: TestFilterByCapNeg (0.00s) [2022-05-19T09:59:30.144Z] === RUN TestFilterByCapPos [2022-05-19T09:59:30.144Z] --- PASS: TestFilterByCapPos (0.00s) [2022-05-19T09:59:30.144Z] === RUN TestStoreGetPluginNotMatchCapRefs [2022-05-19T09:59:30.144Z] --- PASS: TestStoreGetPluginNotMatchCapRefs (0.00s) [2022-05-19T09:59:30.144Z] PASS [2022-05-19T09:59:30.144Z] coverage: 12.2% of statements [2022-05-19T09:59:30.144Z] ok github.com/docker/docker/plugin 0.047s coverage: 12.2% of statements [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2022-05-19T09:59:30.579Z] --- PASS: TestRestore (0.04s) [2022-05-19T09:59:30.579Z] === CONT TestServiceRemove [2022-05-19T09:59:30.579Z] --- PASS: TestServiceGet (0.22s) [2022-05-19T09:59:30.579Z] === CONT TestCreate [2022-05-19T09:59:30.579Z] --- PASS: TestServiceRemove (0.13s) [2022-05-19T09:59:30.579Z] === CONT TestRemove [2022-05-19T09:59:30.579Z] === CONT TestDefererencePluginOnCreateError [2022-05-19T09:59:30.579Z] --- PASS: TestServiceList (0.23s) [2022-05-19T09:59:30.579Z] --- PASS: TestServiceCreate (0.21s) [2022-05-19T09:59:30.579Z] === CONT TestGetWithReference [2022-05-19T09:59:30.579Z] --- PASS: TestCreate (0.03s) [2022-05-19T09:59:30.579Z] === CONT TestGet [2022-05-19T09:59:30.579Z] --- PASS: TestRemove (0.04s) [2022-05-19T09:59:30.579Z] === CONT TestRefDerefRemove [2022-05-19T09:59:30.579Z] --- PASS: TestDefererencePluginOnCreateError (0.05s) [2022-05-19T09:59:30.579Z] === CONT TestServicePrune [2022-05-19T09:59:30.579Z] --- PASS: TestGet (0.04s) [2022-05-19T09:59:30.579Z] === CONT TestDerefMultipleOfSameRef [2022-05-19T09:59:30.579Z] --- PASS: TestGetWithReference (0.07s) [2022-05-19T09:59:30.579Z] === CONT TestCreateKeepOptsLabelsWhenExistsRemotely [2022-05-19T09:59:30.579Z] --- PASS: TestRefDerefRemove (0.04s) [2022-05-19T09:59:30.579Z] === CONT TestFindByReferenced [2022-05-19T09:59:30.579Z] time="2022-05-19T09:59:30Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-05-19T09:59:30.579Z] --- PASS: TestDerefMultipleOfSameRef (0.04s) [2022-05-19T09:59:30.579Z] === CONT TestFindByDriver [2022-05-19T09:59:30.579Z] --- PASS: TestCreateKeepOptsLabelsWhenExistsRemotely (0.04s) [2022-05-19T09:59:30.579Z] time="2022-05-19T09:59:30Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-05-19T09:59:30.579Z] --- PASS: TestFindByReferenced (0.04s) [2022-05-19T09:59:30.579Z] time="2022-05-19T09:59:30Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-05-19T09:59:30.579Z] time="2022-05-19T09:59:30Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test3 [2022-05-19T09:59:30.579Z] time="2022-05-19T09:59:30Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-05-19T09:59:30.579Z] --- PASS: TestFindByDriver (0.04s) [2022-05-19T09:59:30.579Z] --- PASS: TestServicePrune (0.09s) [2022-05-19T09:59:30.579Z] PASS [2022-05-19T09:59:30.579Z] coverage: 69.0% of statements [2022-05-19T09:59:30.579Z] ok github.com/docker/docker/volume/service 0.436s coverage: 69.0% of statements [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-05-19T09:59:31.121Z] --- PASS: TestUpdatePidsLimit (3.73s) [2022-05-19T09:59:31.121Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.46s) [2022-05-19T09:59:31.121Z] --- PASS: TestUpdatePidsLimit/no_change (0.36s) [2022-05-19T09:59:31.121Z] --- PASS: TestUpdatePidsLimit/update_lower (0.44s) [2022-05-19T09:59:31.121Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.32s) [2022-05-19T09:59:31.121Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.37s) [2022-05-19T09:59:31.121Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.39s) [2022-05-19T09:59:31.122Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.44s) [2022-05-19T09:59:31.122Z] === RUN TestUpdateRestartPolicy [2022-05-19T09:59:31.141Z] === RUN TestNewSettable [2022-05-19T09:59:31.141Z] --- PASS: TestNewSettable (0.00s) [2022-05-19T09:59:31.141Z] === RUN TestIsSettable [2022-05-19T09:59:31.141Z] --- PASS: TestIsSettable (0.00s) [2022-05-19T09:59:31.141Z] === RUN TestUpdateSettingsEnv [2022-05-19T09:59:31.141Z] --- PASS: TestUpdateSettingsEnv (0.00s) [2022-05-19T09:59:31.141Z] PASS [2022-05-19T09:59:31.141Z] coverage: 20.0% of statements [2022-05-19T09:59:31.141Z] ok github.com/docker/docker/plugin/v2 0.044s coverage: 20.0% of statements [2022-05-19T09:59:31.553Z] 2022/05/19 09:59:29 Closing DB instances... [2022-05-19T09:59:31.553Z] --- PASS: TestNetworkDBGarbageCollection (54.06s) [2022-05-19T09:59:31.553Z] === RUN TestFindNode [2022-05-19T09:59:31.553Z] 2022/05/19 09:59:31 Closing DB instances... [2022-05-19T09:59:31.553Z] --- PASS: TestFindNode (0.03s) [2022-05-19T09:59:31.553Z] === RUN TestChangeNodeState [2022-05-19T09:59:31.553Z] 2022/05/19 09:59:31 Closing DB instances... [2022-05-19T09:59:31.553Z] --- PASS: TestChangeNodeState (0.02s) [2022-05-19T09:59:31.553Z] === RUN TestNodeReincarnation [2022-05-19T09:59:31.553Z] 2022/05/19 09:59:31 Closing DB instances... [2022-05-19T09:59:32.131Z] === RUN TestLoad [2022-05-19T09:59:32.131Z] --- PASS: TestLoad (0.00s) [2022-05-19T09:59:32.131Z] === RUN TestSave [2022-05-19T09:59:32.131Z] --- PASS: TestSave (0.03s) [2022-05-19T09:59:32.131Z] === RUN TestAddDeleteGet [2022-05-19T09:59:32.131Z] --- PASS: TestAddDeleteGet (0.05s) [2022-05-19T09:59:32.131Z] === RUN TestInvalidTags [2022-05-19T09:59:32.131Z] --- PASS: TestInvalidTags (0.01s) [2022-05-19T09:59:32.131Z] PASS [2022-05-19T09:59:32.131Z] coverage: 84.4% of statements [2022-05-19T09:59:32.131Z] ok github.com/docker/docker/reference 0.133s coverage: 84.4% of statements [2022-05-19T09:59:32.417Z] tests/integration/models_images_test.py ............... [ 89%] [2022-05-19T09:59:33.528Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2022-05-19T09:59:33.528Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2022-05-19T09:59:33.528Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2022-05-19T09:59:33.528Z] ? github.com/docker/docker/libnetwork/netutils [no test files] [2022-05-19T09:59:33.649Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer [2022-05-19T09:59:33.649Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2022-05-19T09:59:33.705Z] --- PASS: TestGet (15.01s) [2022-05-19T09:59:33.705Z] === RUN TestPluginWithNoManifest [2022-05-19T09:59:33.705Z] --- PASS: TestPluginWithNoManifest (0.00s) [2022-05-19T09:59:33.705Z] === RUN TestGetAll [2022-05-19T09:59:33.705Z] --- PASS: TestGetAll (0.01s) [2022-05-19T09:59:33.705Z] PASS [2022-05-19T09:59:33.705Z] coverage: 73.2% of statements [2022-05-19T09:59:33.705Z] ok github.com/docker/docker/pkg/plugins 35.037s coverage: 73.2% of statements [2022-05-19T09:59:33.881Z] tests/integration/models_networks_test.py .... [ 90%] [2022-05-19T09:59:34.175Z] === RUN TestResolveAuthConfigIndexServer [2022-05-19T09:59:34.175Z] --- PASS: TestResolveAuthConfigIndexServer (0.00s) [2022-05-19T09:59:34.176Z] === RUN TestResolveAuthConfigFullURL [2022-05-19T09:59:34.176Z] --- PASS: TestResolveAuthConfigFullURL (0.00s) [2022-05-19T09:59:34.176Z] === RUN TestLoadAllowNondistributableArtifacts [2022-05-19T09:59:34.176Z] --- PASS: TestLoadAllowNondistributableArtifacts (0.00s) [2022-05-19T09:59:34.176Z] === RUN TestValidateMirror [2022-05-19T09:59:34.176Z] --- PASS: TestValidateMirror (0.00s) [2022-05-19T09:59:34.176Z] === RUN TestLoadInsecureRegistries [2022-05-19T09:59:34.176Z] time="2022-05-19T09:59:33Z" level=warning msg="insecure registry http://myregistry.example.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2022-05-19T09:59:34.176Z] time="2022-05-19T09:59:34Z" level=warning msg="insecure registry https://myregistry.example.com should not contain 'https://' and 'https://' has been removed from the insecure registry config" [2022-05-19T09:59:34.176Z] time="2022-05-19T09:59:34Z" level=warning msg="insecure registry HTTP://myregistry.example.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2022-05-19T09:59:34.176Z] --- PASS: TestLoadInsecureRegistries (0.20s) [2022-05-19T09:59:34.176Z] === RUN TestNewServiceConfig [2022-05-19T09:59:34.176Z] --- PASS: TestNewServiceConfig (0.00s) [2022-05-19T09:59:34.176Z] === RUN TestValidateIndexName [2022-05-19T09:59:34.176Z] --- PASS: TestValidateIndexName (0.00s) [2022-05-19T09:59:34.176Z] === RUN TestValidateIndexNameWithError [2022-05-19T09:59:34.176Z] --- PASS: TestValidateIndexNameWithError (0.00s) [2022-05-19T09:59:34.176Z] === RUN TestEndpointParse [2022-05-19T09:59:34.176Z] --- PASS: TestEndpointParse (0.00s) [2022-05-19T09:59:34.176Z] === RUN TestEndpointParseInvalid [2022-05-19T09:59:34.176Z] --- PASS: TestEndpointParseInvalid (0.00s) [2022-05-19T09:59:34.176Z] === RUN TestValidateEndpoint [2022-05-19T09:59:34.176Z] --- PASS: TestValidateEndpoint (0.01s) [2022-05-19T09:59:34.176Z] === RUN TestPing [2022-05-19T09:59:34.176Z] --- PASS: TestPing (0.01s) [2022-05-19T09:59:34.176Z] === RUN TestPingRegistryEndpoint [2022-05-19T09:59:34.176Z] registry_test.go:50: os.Getuid() != 0: skipping test that requires root [2022-05-19T09:59:34.176Z] --- SKIP: TestPingRegistryEndpoint (0.00s) [2022-05-19T09:59:34.176Z] === RUN TestEndpoint [2022-05-19T09:59:34.176Z] registry_test.go:70: os.Getuid() != 0: skipping test that requires root [2022-05-19T09:59:34.176Z] --- SKIP: TestEndpoint (0.00s) [2022-05-19T09:59:34.176Z] === RUN TestParseRepositoryInfo [2022-05-19T09:59:34.176Z] --- PASS: TestParseRepositoryInfo (0.00s) [2022-05-19T09:59:34.176Z] === RUN TestNewIndexInfo [2022-05-19T09:59:34.176Z] --- PASS: TestNewIndexInfo (0.00s) [2022-05-19T09:59:34.176Z] === RUN TestMirrorEndpointLookup [2022-05-19T09:59:34.176Z] registry_test.go:511: os.Getuid() != 0: skipping test that requires root [2022-05-19T09:59:34.176Z] --- SKIP: TestMirrorEndpointLookup (0.00s) [2022-05-19T09:59:34.176Z] === RUN TestSearchRepositories [2022-05-19T09:59:34.176Z] registry_test.go:722: GET /v1/search?q=fakequery&n=25 HTTP/1.1 [2022-05-19T09:59:34.176Z] Host: 127.0.0.1:49369 [2022-05-19T09:59:34.176Z] User-Agent: docker test client [2022-05-19T09:59:34.176Z] Authorization: Token fake-token [2022-05-19T09:59:34.176Z] X-Docker-Token: true [2022-05-19T09:59:34.176Z] Accept-Encoding: gzip [2022-05-19T09:59:34.176Z] [2022-05-19T09:59:34.176Z] [2022-05-19T09:59:34.176Z] registry_test.go:731: HTTP/1.1 200 OK [2022-05-19T09:59:34.176Z] Connection: close [2022-05-19T09:59:34.176Z] Content-Length: 144 [2022-05-19T09:59:34.176Z] Cache-Control: no-cache [2022-05-19T09:59:34.176Z] Content-Type: application/json [2022-05-19T09:59:34.176Z] Date: Thu, 19 May 2022 09:59:34 GMT [2022-05-19T09:59:34.176Z] Expires: -1 [2022-05-19T09:59:34.176Z] Pragma: no-cache [2022-05-19T09:59:34.176Z] Server: docker-tests/mock [2022-05-19T09:59:34.176Z] X-Docker-Registry-Config: mock [2022-05-19T09:59:34.176Z] X-Docker-Registry-Version: 0.0.0 [2022-05-19T09:59:34.176Z] [2022-05-19T09:59:34.176Z] [2022-05-19T09:59:34.176Z] --- PASS: TestSearchRepositories (0.01s) [2022-05-19T09:59:34.176Z] === RUN TestTrustedLocation [2022-05-19T09:59:34.176Z] --- PASS: TestTrustedLocation (0.00s) [2022-05-19T09:59:34.176Z] === RUN TestAddRequiredHeadersToRedirectedRequests [2022-05-19T09:59:34.176Z] --- PASS: TestAddRequiredHeadersToRedirectedRequests (0.00s) [2022-05-19T09:59:34.176Z] === RUN TestAllowNondistributableArtifacts [2022-05-19T09:59:34.176Z] --- PASS: TestAllowNondistributableArtifacts (0.00s) [2022-05-19T09:59:34.176Z] === RUN TestIsSecureIndex [2022-05-19T09:59:34.176Z] --- PASS: TestIsSecureIndex (0.00s) [2022-05-19T09:59:34.176Z] PASS [2022-05-19T09:59:34.176Z] coverage: 51.7% of statements [2022-05-19T09:59:34.176Z] ok github.com/docker/docker/registry 0.296s coverage: 51.7% of statements [2022-05-19T09:59:34.646Z] === RUN TestResumableRequestHeaderSimpleErrors [2022-05-19T09:59:34.646Z] --- PASS: TestResumableRequestHeaderSimpleErrors (0.01s) [2022-05-19T09:59:34.646Z] === RUN TestResumableRequestHeaderNotTooMuchFailures [2022-05-19T09:59:35.116Z] --- PASS: TestResumableRequestHeaderNotTooMuchFailures (0.01s) [2022-05-19T09:59:35.116Z] === RUN TestResumableRequestHeaderTooMuchFailures [2022-05-19T09:59:35.116Z] --- PASS: TestResumableRequestHeaderTooMuchFailures (0.00s) [2022-05-19T09:59:35.117Z] === RUN TestResumableRequestReaderWithReadError [2022-05-19T09:59:35.117Z] time="2022-05-19T09:59:34Z" level=info msg="encountered error during pull and clearing it before resume: An error occurred" [2022-05-19T09:59:35.117Z] --- PASS: TestResumableRequestReaderWithReadError (0.19s) [2022-05-19T09:59:35.117Z] === RUN TestResumableRequestReaderWithEOFWith416Response [2022-05-19T09:59:35.117Z] --- PASS: TestResumableRequestReaderWithEOFWith416Response (0.00s) [2022-05-19T09:59:35.117Z] === RUN TestResumableRequestReaderWithServerDoesntSupportByteRanges [2022-05-19T09:59:35.117Z] --- PASS: TestResumableRequestReaderWithServerDoesntSupportByteRanges (0.00s) [2022-05-19T09:59:35.117Z] === RUN TestResumableRequestReaderWithZeroTotalSize [2022-05-19T09:59:35.117Z] --- PASS: TestResumableRequestReaderWithZeroTotalSize (0.00s) [2022-05-19T09:59:35.117Z] === RUN TestResumableRequestReader [2022-05-19T09:59:35.117Z] --- PASS: TestResumableRequestReader (0.00s) [2022-05-19T09:59:35.117Z] === RUN TestResumableRequestReaderWithInitialResponse [2022-05-19T09:59:35.117Z] --- PASS: TestResumableRequestReaderWithInitialResponse (0.00s) [2022-05-19T09:59:35.117Z] PASS [2022-05-19T09:59:35.117Z] coverage: 100.0% of statements [2022-05-19T09:59:35.117Z] ok github.com/docker/docker/registry/resumable 0.256s coverage: 100.0% of statements [2022-05-19T09:59:35.117Z] === RUN TestRestartManagerTimeout [2022-05-19T09:59:35.117Z] --- PASS: TestRestartManagerTimeout (0.00s) [2022-05-19T09:59:35.117Z] === RUN TestRestartManagerTimeoutReset [2022-05-19T09:59:35.117Z] --- PASS: TestRestartManagerTimeoutReset (0.00s) [2022-05-19T09:59:35.117Z] PASS [2022-05-19T09:59:35.117Z] coverage: 50.9% of statements [2022-05-19T09:59:35.117Z] ok github.com/docker/docker/restartmanager 0.038s coverage: 50.9% of statements [2022-05-19T09:59:35.541Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2022-05-19T09:59:36.103Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange [2022-05-19T09:59:36.103Z] === RUN TestDockerSuite/TestBuildClearCmd [2022-05-19T09:59:36.109Z] === RUN TestDecodeContainerConfig [2022-05-19T09:59:36.109Z] === RUN TestDecodeContainerConfig/fixtures/windows/container_config_1_19.json [2022-05-19T09:59:36.109Z] --- PASS: TestDecodeContainerConfig (0.00s) [2022-05-19T09:59:36.109Z] --- PASS: TestDecodeContainerConfig/fixtures/windows/container_config_1_19.json (0.00s) [2022-05-19T09:59:36.109Z] === RUN TestDecodeContainerConfigIsolation [2022-05-19T09:59:36.109Z] --- PASS: TestDecodeContainerConfigIsolation (0.00s) [2022-05-19T09:59:36.109Z] === RUN TestValidatePrivileged [2022-05-19T09:59:36.109Z] --- PASS: TestValidatePrivileged (0.00s) [2022-05-19T09:59:36.109Z] PASS [2022-05-19T09:59:36.109Z] coverage: 52.4% of statements [2022-05-19T09:59:36.109Z] ok github.com/docker/docker/runconfig 0.051s coverage: 52.4% of statements [2022-05-19T09:59:36.109Z] === RUN TestGenerateRandomAlphaOnlyStringLength [2022-05-19T09:59:36.109Z] --- PASS: TestGenerateRandomAlphaOnlyStringLength (0.00s) [2022-05-19T09:59:36.109Z] === RUN TestGenerateRandomAlphaOnlyStringUniqueness [2022-05-19T09:59:36.109Z] --- PASS: TestGenerateRandomAlphaOnlyStringUniqueness (0.00s) [2022-05-19T09:59:36.109Z] PASS [2022-05-19T09:59:36.109Z] coverage: 62.5% of statements [2022-05-19T09:59:36.109Z] ok github.com/docker/docker/testutil 0.045s coverage: 62.5% of statements [2022-05-19T09:59:36.307Z] time="2022-05-19T09:59:36Z" level=error msg="failed to send node leave: timed out broadcasting node event" [2022-05-19T09:59:36.307Z] --- PASS: TestNodeReincarnation (5.02s) [2022-05-19T09:59:36.307Z] === RUN TestParallelCreate [2022-05-19T09:59:36.307Z] 2022/05/19 09:59:36 Closing DB instances... [2022-05-19T09:59:36.307Z] --- PASS: TestParallelCreate (0.03s) [2022-05-19T09:59:36.307Z] === RUN TestParallelDelete [2022-05-19T09:59:36.307Z] 2022/05/19 09:59:36 Closing DB instances... [2022-05-19T09:59:36.307Z] --- PASS: TestParallelDelete (0.03s) [2022-05-19T09:59:36.307Z] === RUN TestNetworkDBIslands [2022-05-19T09:59:36.307Z] time="2022-05-19T09:59:36Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:f3b63f7defcc with config:&{NodeID:f3b63f7defcc 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-05-19T09:59:36.307Z] time="2022-05-19T09:59:36Z" level=info msg="Node f3b63f7defcc/172.29.9.102, joined gossip cluster" [2022-05-19T09:59:36.307Z] time="2022-05-19T09:59:36Z" level=info msg="Node f3b63f7defcc/172.29.9.102, added to nodes list" [2022-05-19T09:59:36.307Z] time="2022-05-19T09:59:36Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:277e3d4f7e5c with config:&{NodeID:277e3d4f7e5c 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-05-19T09:59:36.307Z] time="2022-05-19T09:59:36Z" level=info msg="Node 277e3d4f7e5c/172.29.9.102, joined gossip cluster" [2022-05-19T09:59:36.307Z] time="2022-05-19T09:59:36Z" level=info msg="Node 277e3d4f7e5c/172.29.9.102, added to nodes list" [2022-05-19T09:59:36.307Z] time="2022-05-19T09:59:36Z" level=info msg="The new bootstrap node list is:[localhost:10033]" [2022-05-19T09:59:36.307Z] time="2022-05-19T09:59:36Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10033" [2022-05-19T09:59:36.307Z] time="2022-05-19T09:59:36Z" level=debug msg="memberlist: Stream connection from=[::1]:49381" [2022-05-19T09:59:36.307Z] time="2022-05-19T09:59:36Z" level=info msg="Node 277e3d4f7e5c/172.29.9.102, joined gossip cluster" [2022-05-19T09:59:36.307Z] time="2022-05-19T09:59:36Z" level=info msg="Node 277e3d4f7e5c/172.29.9.102, added to nodes list" [2022-05-19T09:59:36.307Z] time="2022-05-19T09:59:36Z" level=info msg="Node f3b63f7defcc/172.29.9.102, joined gossip cluster" [2022-05-19T09:59:36.307Z] time="2022-05-19T09:59:36Z" level=info msg="Node f3b63f7defcc/172.29.9.102, added to nodes list" [2022-05-19T09:59:36.307Z] time="2022-05-19T09:59:36Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10033" [2022-05-19T09:59:36.307Z] time="2022-05-19T09:59:36Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49382" [2022-05-19T09:59:36.360Z] === RUN TestDockerSuite/TestBuildCmd [2022-05-19T09:59:36.474Z] 2022/05/19 09:59:36 Closing DB instances... [2022-05-19T09:59:36.923Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2022-05-19T09:59:37.179Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2022-05-19T09:59:37.293Z] time="2022-05-19T09:59:37Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:b54115e7ed2d with config:&{NodeID:b54115e7ed2d 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-05-19T09:59:37.293Z] time="2022-05-19T09:59:37Z" level=info msg="Node b54115e7ed2d/172.29.9.102, joined gossip cluster" [2022-05-19T09:59:37.293Z] time="2022-05-19T09:59:37Z" level=info msg="Node b54115e7ed2d/172.29.9.102, added to nodes list" [2022-05-19T09:59:37.293Z] time="2022-05-19T09:59:37Z" level=info msg="The new bootstrap node list is:[localhost:10034]" [2022-05-19T09:59:37.293Z] time="2022-05-19T09:59:37Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10034" [2022-05-19T09:59:37.293Z] time="2022-05-19T09:59:37Z" level=debug msg="memberlist: Stream connection from=[::1]:49383" [2022-05-19T09:59:37.293Z] time="2022-05-19T09:59:37Z" level=info msg="Node b54115e7ed2d/172.29.9.102, joined gossip cluster" [2022-05-19T09:59:37.293Z] time="2022-05-19T09:59:37Z" level=info msg="Node b54115e7ed2d/172.29.9.102, added to nodes list" [2022-05-19T09:59:37.293Z] time="2022-05-19T09:59:37Z" level=info msg="Node f3b63f7defcc/172.29.9.102, joined gossip cluster" [2022-05-19T09:59:37.293Z] time="2022-05-19T09:59:37Z" level=info msg="Node f3b63f7defcc/172.29.9.102, added to nodes list" [2022-05-19T09:59:37.293Z] time="2022-05-19T09:59:37Z" level=info msg="Node 277e3d4f7e5c/172.29.9.102, joined gossip cluster" [2022-05-19T09:59:37.293Z] time="2022-05-19T09:59:37Z" level=info msg="Node 277e3d4f7e5c/172.29.9.102, added to nodes list" [2022-05-19T09:59:37.293Z] time="2022-05-19T09:59:37Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10034" [2022-05-19T09:59:37.293Z] time="2022-05-19T09:59:37Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49384" [2022-05-19T09:59:37.293Z] time="2022-05-19T09:59:37Z" level=info msg="Node b54115e7ed2d/172.29.9.102, joined gossip cluster" [2022-05-19T09:59:37.293Z] time="2022-05-19T09:59:37Z" level=info msg="Node b54115e7ed2d/172.29.9.102, added to nodes list" [2022-05-19T09:59:37.435Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2022-05-19T09:59:37.436Z] docker_cli_build_test.go:5330: unmatched requirement DaemonIsWindows [2022-05-19T09:59:37.436Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2022-05-19T09:59:37.691Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning [2022-05-19T09:59:37.761Z] time="2022-05-19T09:59:37Z" level=info msg="New memberlist node - Node:node4 will use memberlist nodeID:b4483c7b63d9 with config:&{NodeID:b4483c7b63d9 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-05-19T09:59:37.761Z] time="2022-05-19T09:59:37Z" level=info msg="Node b4483c7b63d9/172.29.9.102, joined gossip cluster" [2022-05-19T09:59:37.761Z] time="2022-05-19T09:59:37Z" level=info msg="Node b4483c7b63d9/172.29.9.102, added to nodes list" [2022-05-19T09:59:37.761Z] time="2022-05-19T09:59:37Z" level=info msg="The new bootstrap node list is:[localhost:10035]" [2022-05-19T09:59:37.761Z] time="2022-05-19T09:59:37Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10035" [2022-05-19T09:59:37.761Z] time="2022-05-19T09:59:37Z" level=debug msg="memberlist: Stream connection from=[::1]:49385" [2022-05-19T09:59:37.761Z] time="2022-05-19T09:59:37Z" level=info msg="Node b4483c7b63d9/172.29.9.102, joined gossip cluster" [2022-05-19T09:59:37.761Z] time="2022-05-19T09:59:37Z" level=info msg="Node b4483c7b63d9/172.29.9.102, added to nodes list" [2022-05-19T09:59:37.761Z] time="2022-05-19T09:59:37Z" level=info msg="Node f3b63f7defcc/172.29.9.102, joined gossip cluster" [2022-05-19T09:59:37.761Z] time="2022-05-19T09:59:37Z" level=info msg="Node f3b63f7defcc/172.29.9.102, added to nodes list" [2022-05-19T09:59:37.761Z] time="2022-05-19T09:59:37Z" level=info msg="Node 277e3d4f7e5c/172.29.9.102, joined gossip cluster" [2022-05-19T09:59:37.761Z] time="2022-05-19T09:59:37Z" level=info msg="Node 277e3d4f7e5c/172.29.9.102, added to nodes list" [2022-05-19T09:59:37.761Z] time="2022-05-19T09:59:37Z" level=info msg="Node b54115e7ed2d/172.29.9.102, joined gossip cluster" [2022-05-19T09:59:37.761Z] time="2022-05-19T09:59:37Z" level=info msg="Node b54115e7ed2d/172.29.9.102, added to nodes list" [2022-05-19T09:59:37.761Z] time="2022-05-19T09:59:37Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10035" [2022-05-19T09:59:37.761Z] time="2022-05-19T09:59:37Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49386" [2022-05-19T09:59:37.761Z] time="2022-05-19T09:59:37Z" level=info msg="Node b4483c7b63d9/172.29.9.102, joined gossip cluster" [2022-05-19T09:59:37.761Z] time="2022-05-19T09:59:37Z" level=info msg="Node b4483c7b63d9/172.29.9.102, added to nodes list" [2022-05-19T09:59:37.761Z] time="2022-05-19T09:59:37Z" level=info msg="Node b4483c7b63d9/172.29.9.102, joined gossip cluster" [2022-05-19T09:59:37.761Z] time="2022-05-19T09:59:37Z" level=info msg="Node b4483c7b63d9/172.29.9.102, added to nodes list" [2022-05-19T09:59:38.036Z] --- PASS: TestNetworkDBGarbageCollection (54.74s) [2022-05-19T09:59:38.036Z] === RUN TestFindNode [2022-05-19T09:59:38.036Z] 2022/05/19 09:59:37 Closing DB instances... [2022-05-19T09:59:38.036Z] --- PASS: TestFindNode (0.02s) [2022-05-19T09:59:38.036Z] === RUN TestChangeNodeState [2022-05-19T09:59:38.036Z] 2022/05/19 09:59:37 Closing DB instances... [2022-05-19T09:59:38.036Z] --- PASS: TestChangeNodeState (0.02s) [2022-05-19T09:59:38.036Z] === RUN TestNodeReincarnation [2022-05-19T09:59:38.231Z] time="2022-05-19T09:59:37Z" level=info msg="New memberlist node - Node:node5 will use memberlist nodeID:707c43999951 with config:&{NodeID:707c43999951 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-05-19T09:59:38.231Z] time="2022-05-19T09:59:37Z" level=info msg="Node 707c43999951/172.29.9.102, joined gossip cluster" [2022-05-19T09:59:38.231Z] time="2022-05-19T09:59:37Z" level=info msg="Node 707c43999951/172.29.9.102, added to nodes list" [2022-05-19T09:59:38.231Z] time="2022-05-19T09:59:37Z" level=info msg="The new bootstrap node list is:[localhost:10036]" [2022-05-19T09:59:38.231Z] time="2022-05-19T09:59:37Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10036" [2022-05-19T09:59:38.231Z] time="2022-05-19T09:59:37Z" level=debug msg="memberlist: Stream connection from=[::1]:49387" [2022-05-19T09:59:38.231Z] time="2022-05-19T09:59:37Z" level=info msg="Node 707c43999951/172.29.9.102, joined gossip cluster" [2022-05-19T09:59:38.231Z] time="2022-05-19T09:59:37Z" level=info msg="Node 707c43999951/172.29.9.102, added to nodes list" [2022-05-19T09:59:38.231Z] time="2022-05-19T09:59:37Z" level=info msg="Node b54115e7ed2d/172.29.9.102, joined gossip cluster" [2022-05-19T09:59:38.231Z] time="2022-05-19T09:59:37Z" level=info msg="Node b54115e7ed2d/172.29.9.102, added to nodes list" [2022-05-19T09:59:38.231Z] time="2022-05-19T09:59:37Z" level=info msg="Node 277e3d4f7e5c/172.29.9.102, joined gossip cluster" [2022-05-19T09:59:38.231Z] time="2022-05-19T09:59:37Z" level=info msg="Node 277e3d4f7e5c/172.29.9.102, added to nodes list" [2022-05-19T09:59:38.231Z] time="2022-05-19T09:59:37Z" level=info msg="Node b4483c7b63d9/172.29.9.102, joined gossip cluster" [2022-05-19T09:59:38.231Z] time="2022-05-19T09:59:37Z" level=info msg="Node b4483c7b63d9/172.29.9.102, added to nodes list" [2022-05-19T09:59:38.231Z] time="2022-05-19T09:59:37Z" level=info msg="Node f3b63f7defcc/172.29.9.102, joined gossip cluster" [2022-05-19T09:59:38.231Z] time="2022-05-19T09:59:37Z" level=info msg="Node f3b63f7defcc/172.29.9.102, added to nodes list" [2022-05-19T09:59:38.231Z] time="2022-05-19T09:59:37Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10036" [2022-05-19T09:59:38.231Z] time="2022-05-19T09:59:37Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49388" [2022-05-19T09:59:38.231Z] time="2022-05-19T09:59:38Z" level=info msg="Node 707c43999951/172.29.9.102, joined gossip cluster" [2022-05-19T09:59:38.231Z] time="2022-05-19T09:59:38Z" level=info msg="Node 707c43999951/172.29.9.102, added to nodes list" [2022-05-19T09:59:38.231Z] time="2022-05-19T09:59:38Z" level=info msg="Node 707c43999951/172.29.9.102, joined gossip cluster" [2022-05-19T09:59:38.231Z] time="2022-05-19T09:59:38Z" level=info msg="Node 707c43999951/172.29.9.102, added to nodes list" [2022-05-19T09:59:38.231Z] time="2022-05-19T09:59:38Z" level=info msg="Node 707c43999951/172.29.9.102, joined gossip cluster" [2022-05-19T09:59:38.231Z] time="2022-05-19T09:59:38Z" level=info msg="Node 707c43999951/172.29.9.102, added to nodes list" [2022-05-19T09:59:38.503Z] 2022/05/19 09:59:38 Closing DB instances... [2022-05-19T09:59:38.620Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2022-05-19T09:59:38.701Z] networkdb_test.go:835: Re-joining: 3 [2022-05-19T09:59:38.701Z] time="2022-05-19T09:59:38Z" level=info msg="The new bootstrap node list is:[172.29.9.102:10033 172.29.9.102:10034 172.29.9.102:10035]" [2022-05-19T09:59:38.701Z] time="2022-05-19T09:59:38Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.29.9.102:10033" [2022-05-19T09:59:38.701Z] time="2022-05-19T09:59:38Z" level=debug msg="memberlist: Stream connection from=172.29.9.102:49389" [2022-05-19T09:59:38.701Z] time="2022-05-19T09:59:38Z" level=debug msg="memberlist: Stream connection from=172.29.9.102:49390" [2022-05-19T09:59:38.701Z] time="2022-05-19T09:59:38Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.29.9.102:10034" [2022-05-19T09:59:38.701Z] time="2022-05-19T09:59:38Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.29.9.102:10035" [2022-05-19T09:59:38.701Z] time="2022-05-19T09:59:38Z" level=debug msg="memberlist: Stream connection from=172.29.9.102:49391" [2022-05-19T09:59:38.701Z] networkdb_test.go:835: Re-joining: 4 [2022-05-19T09:59:38.701Z] time="2022-05-19T09:59:38Z" level=info msg="The new bootstrap node list is:[172.29.9.102:10033 172.29.9.102:10034 172.29.9.102:10035]" [2022-05-19T09:59:38.701Z] time="2022-05-19T09:59:38Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.29.9.102:10033" [2022-05-19T09:59:38.701Z] time="2022-05-19T09:59:38Z" level=debug msg="memberlist: Stream connection from=172.29.9.102:49392" [2022-05-19T09:59:38.701Z] time="2022-05-19T09:59:38Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.29.9.102:10034" [2022-05-19T09:59:38.701Z] time="2022-05-19T09:59:38Z" level=debug msg="memberlist: Stream connection from=172.29.9.102:49393" [2022-05-19T09:59:38.701Z] time="2022-05-19T09:59:38Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.29.9.102:10035" [2022-05-19T09:59:38.701Z] time="2022-05-19T09:59:38Z" level=debug msg="memberlist: Stream connection from=172.29.9.102:49394" [2022-05-19T09:59:39.075Z] === RUN TestGetDriver [2022-05-19T09:59:39.075Z] --- PASS: TestGetDriver (0.00s) [2022-05-19T09:59:39.075Z] === RUN TestVolumeRequestError [2022-05-19T09:59:39.075Z] --- PASS: TestVolumeRequestError (0.01s) [2022-05-19T09:59:39.075Z] PASS [2022-05-19T09:59:39.075Z] coverage: 36.1% of statements [2022-05-19T09:59:39.075Z] ok github.com/docker/docker/volume/drivers 0.053s coverage: 36.1% of statements [2022-05-19T09:59:39.075Z] === RUN TestGetAddress [2022-05-19T09:59:39.075Z] --- PASS: TestGetAddress (0.00s) [2022-05-19T09:59:39.075Z] === RUN TestRemove [2022-05-19T09:59:39.075Z] local_test.go:33: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2022-05-19T09:59:39.075Z] --- SKIP: TestRemove (0.00s) [2022-05-19T09:59:39.075Z] === RUN TestInitializeWithVolumes [2022-05-19T09:59:39.075Z] --- PASS: TestInitializeWithVolumes (0.01s) [2022-05-19T09:59:39.075Z] === RUN TestCreate [2022-05-19T09:59:39.075Z] --- PASS: TestCreate (0.01s) [2022-05-19T09:59:39.075Z] === RUN TestValidateName [2022-05-19T09:59:39.075Z] --- PASS: TestValidateName (0.00s) [2022-05-19T09:59:39.075Z] === RUN TestCreateWithOpts [2022-05-19T09:59:39.075Z] local_test.go:180: runtime.GOOS == "windows" [2022-05-19T09:59:39.075Z] --- SKIP: TestCreateWithOpts (0.00s) [2022-05-19T09:59:39.075Z] === RUN TestRelaodNoOpts [2022-05-19T09:59:39.075Z] --- PASS: TestRelaodNoOpts (0.02s) [2022-05-19T09:59:39.075Z] PASS [2022-05-19T09:59:39.075Z] coverage: 41.6% of statements [2022-05-19T09:59:39.075Z] ok github.com/docker/docker/volume/local 0.088s coverage: 41.6% of statements [2022-05-19T09:59:39.169Z] time="2022-05-19T09:59:38Z" level=info msg="node 0 leaving" [2022-05-19T09:59:39.169Z] time="2022-05-19T09:59:38Z" level=info msg="Node f3b63f7defcc change state NodeActive --> NodeLeft" [2022-05-19T09:59:39.169Z] time="2022-05-19T09:59:38Z" level=info msg="node3(b54115e7ed2d): Node leave event for f3b63f7defcc/172.29.9.102" [2022-05-19T09:59:39.169Z] time="2022-05-19T09:59:38Z" level=info msg="Node f3b63f7defcc change state NodeActive --> NodeLeft" [2022-05-19T09:59:39.169Z] time="2022-05-19T09:59:38Z" level=info msg="node4(b4483c7b63d9): Node leave event for f3b63f7defcc/172.29.9.102" [2022-05-19T09:59:39.169Z] time="2022-05-19T09:59:38Z" level=info msg="Node f3b63f7defcc change state NodeActive --> NodeLeft" [2022-05-19T09:59:39.169Z] time="2022-05-19T09:59:38Z" level=info msg="node5(707c43999951): Node leave event for f3b63f7defcc/172.29.9.102" [2022-05-19T09:59:39.169Z] time="2022-05-19T09:59:38Z" level=info msg="Node f3b63f7defcc change state NodeActive --> NodeLeft" [2022-05-19T09:59:39.169Z] time="2022-05-19T09:59:38Z" level=info msg="node2(277e3d4f7e5c): Node leave event for f3b63f7defcc/172.29.9.102" [2022-05-19T09:59:39.169Z] time="2022-05-19T09:59:38Z" level=info msg="Node f3b63f7defcc change state NodeActive --> NodeLeft" [2022-05-19T09:59:39.169Z] time="2022-05-19T09:59:38Z" level=info msg="node1(f3b63f7defcc): Node leave event for f3b63f7defcc/172.29.9.102" [2022-05-19T09:59:39.169Z] time="2022-05-19T09:59:38Z" level=info msg="Node f3b63f7defcc/172.29.9.102, left gossip cluster" [2022-05-19T09:59:39.169Z] time="2022-05-19T09:59:39Z" level=info msg="Node f3b63f7defcc/172.29.9.102, left gossip cluster" [2022-05-19T09:59:39.169Z] time="2022-05-19T09:59:39Z" level=info msg="Node f3b63f7defcc/172.29.9.102, left gossip cluster" [2022-05-19T09:59:39.169Z] time="2022-05-19T09:59:39Z" level=info msg="Node f3b63f7defcc/172.29.9.102, left gossip cluster" [2022-05-19T09:59:39.169Z] time="2022-05-19T09:59:39Z" level=info msg="Node f3b63f7defcc/172.29.9.102, left gossip cluster" [2022-05-19T09:59:39.549Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways [2022-05-19T09:59:39.637Z] time="2022-05-19T09:59:39Z" level=info msg="node 1 leaving" [2022-05-19T09:59:39.637Z] time="2022-05-19T09:59:39Z" level=info msg="Node 277e3d4f7e5c change state NodeActive --> NodeLeft" [2022-05-19T09:59:39.637Z] time="2022-05-19T09:59:39Z" level=info msg="node3(b54115e7ed2d): Node leave event for 277e3d4f7e5c/172.29.9.102" [2022-05-19T09:59:39.637Z] time="2022-05-19T09:59:39Z" level=info msg="Node 277e3d4f7e5c/172.29.9.102, left gossip cluster" [2022-05-19T09:59:39.637Z] time="2022-05-19T09:59:39Z" level=info msg="Node 277e3d4f7e5c change state NodeActive --> NodeLeft" [2022-05-19T09:59:39.637Z] time="2022-05-19T09:59:39Z" level=info msg="node5(707c43999951): Node leave event for 277e3d4f7e5c/172.29.9.102" [2022-05-19T09:59:39.637Z] time="2022-05-19T09:59:39Z" level=info msg="Node 277e3d4f7e5c change state NodeActive --> NodeFailed" [2022-05-19T09:59:39.637Z] time="2022-05-19T09:59:39Z" level=info msg="Node 277e3d4f7e5c/172.29.9.102, added to failed nodes list" [2022-05-19T09:59:39.637Z] time="2022-05-19T09:59:39Z" level=info msg="Node 277e3d4f7e5c change state NodeActive --> NodeLeft" [2022-05-19T09:59:39.637Z] time="2022-05-19T09:59:39Z" level=info msg="node4(b4483c7b63d9): Node leave event for 277e3d4f7e5c/172.29.9.102" [2022-05-19T09:59:39.637Z] time="2022-05-19T09:59:39Z" level=error msg="node: 277e3d4f7e5c is unknown to memberlist" [2022-05-19T09:59:39.637Z] time="2022-05-19T09:59:39Z" level=info msg="Node 277e3d4f7e5c/172.29.9.102, left gossip cluster" [2022-05-19T09:59:39.637Z] time="2022-05-19T09:59:39Z" level=info msg="Node 277e3d4f7e5c/172.29.9.102, left gossip cluster" [2022-05-19T09:59:39.637Z] time="2022-05-19T09:59:39Z" level=info msg="Node 277e3d4f7e5c/172.29.9.102, left gossip cluster" [2022-05-19T09:59:40.105Z] time="2022-05-19T09:59:39Z" level=info msg="node 2 leaving" [2022-05-19T09:59:40.105Z] time="2022-05-19T09:59:39Z" level=info msg="Node b54115e7ed2d change state NodeActive --> NodeLeft" [2022-05-19T09:59:40.105Z] time="2022-05-19T09:59:39Z" level=info msg="node4(b4483c7b63d9): Node leave event for b54115e7ed2d/172.29.9.102" [2022-05-19T09:59:40.105Z] time="2022-05-19T09:59:39Z" level=info msg="Node b54115e7ed2d change state NodeActive --> NodeLeft" [2022-05-19T09:59:40.105Z] time="2022-05-19T09:59:39Z" level=info msg="node5(707c43999951): Node leave event for b54115e7ed2d/172.29.9.102" [2022-05-19T09:59:40.105Z] time="2022-05-19T09:59:39Z" level=info msg="Node b54115e7ed2d change state NodeActive --> NodeLeft" [2022-05-19T09:59:40.105Z] time="2022-05-19T09:59:39Z" level=info msg="node3(b54115e7ed2d): Node leave event for b54115e7ed2d/172.29.9.102" [2022-05-19T09:59:40.105Z] time="2022-05-19T09:59:39Z" level=debug msg="memberlist: Failed ping: 707c43999951 (timeout reached)" [2022-05-19T09:59:40.105Z] time="2022-05-19T09:59:39Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10033->172.29.9.102:10034: use of closed network connection" [2022-05-19T09:59:40.106Z] time="2022-05-19T09:59:39Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10033->172.29.9.102:10036: use of closed network connection" [2022-05-19T09:59:40.106Z] time="2022-05-19T09:59:39Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10033->172.29.9.102:10035: use of closed network connection" [2022-05-19T09:59:40.106Z] time="2022-05-19T09:59:39Z" level=debug msg="memberlist: Stream connection from=172.29.9.102:49395" [2022-05-19T09:59:40.106Z] time="2022-05-19T09:59:39Z" level=info msg="Node b54115e7ed2d/172.29.9.102, left gossip cluster" [2022-05-19T09:59:40.106Z] time="2022-05-19T09:59:39Z" level=info msg="Node b54115e7ed2d/172.29.9.102, left gossip cluster" [2022-05-19T09:59:40.461Z] tests/integration/models_nodes_test.py . [ 90%] [2022-05-19T09:59:40.461Z] tests/integration/models_resources_test.py . [ 91%] [2022-05-19T09:59:40.574Z] time="2022-05-19T09:59:40Z" level=info msg="Node b54115e7ed2d/172.29.9.102, left gossip cluster" [2022-05-19T09:59:40.574Z] networkdb_test.go:867: node4: OK [2022-05-19T09:59:40.574Z] networkdb_test.go:867: node5: OK [2022-05-19T09:59:40.574Z] time="2022-05-19T09:59:40Z" level=info msg="node 0 coming back" [2022-05-19T09:59:40.574Z] time="2022-05-19T09:59:40Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:73ba344a033c with config:&{NodeID:73ba344a033c 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-05-19T09:59:40.574Z] time="2022-05-19T09:59:40Z" level=info msg="Node 73ba344a033c/172.29.9.102, joined gossip cluster" [2022-05-19T09:59:40.574Z] time="2022-05-19T09:59:40Z" level=info msg="Node 73ba344a033c/172.29.9.102, added to nodes list" [2022-05-19T09:59:40.574Z] time="2022-05-19T09:59:40Z" level=info msg="node 1 coming back" [2022-05-19T09:59:40.574Z] time="2022-05-19T09:59:40Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:5005d33e7455 with config:&{NodeID:5005d33e7455 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-05-19T09:59:40.574Z] time="2022-05-19T09:59:40Z" level=info msg="Node 5005d33e7455/172.29.9.102, joined gossip cluster" [2022-05-19T09:59:40.574Z] time="2022-05-19T09:59:40Z" level=info msg="Node 5005d33e7455/172.29.9.102, added to nodes list" [2022-05-19T09:59:40.574Z] time="2022-05-19T09:59:40Z" level=info msg="node 2 coming back" [2022-05-19T09:59:40.574Z] time="2022-05-19T09:59:40Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:a32be5bc90c4 with config:&{NodeID:a32be5bc90c4 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-05-19T09:59:40.574Z] time="2022-05-19T09:59:40Z" level=info msg="Node a32be5bc90c4/172.29.9.102, joined gossip cluster" [2022-05-19T09:59:40.574Z] time="2022-05-19T09:59:40Z" level=info msg="Node a32be5bc90c4/172.29.9.102, added to nodes list" [2022-05-19T09:59:40.574Z] time="2022-05-19T09:59:40Z" level=warning msg="memberlist: Was able to connect to 707c43999951 but other probes failed, network may be misconfigured" [2022-05-19T09:59:40.646Z] === RUN TestLCOWParseMountRaw [2022-05-19T09:59:40.646Z] --- PASS: TestLCOWParseMountRaw (0.00s) [2022-05-19T09:59:40.646Z] === RUN TestLCOWParseMountRawSplit [2022-05-19T09:59:40.646Z] === RUN TestLCOWParseMountRawSplit/0_c:\:/foo [2022-05-19T09:59:40.646Z] === RUN TestLCOWParseMountRawSplit/1_c:\:/foo:ro [2022-05-19T09:59:40.646Z] === RUN TestLCOWParseMountRawSplit/2_c:\:/foo:rw [2022-05-19T09:59:40.646Z] === RUN TestLCOWParseMountRawSplit/3_c:\:/foo:foo [2022-05-19T09:59:40.646Z] === RUN TestLCOWParseMountRawSplit/4_name:/foo:rw [2022-05-19T09:59:40.646Z] === RUN TestLCOWParseMountRawSplit/5_name:/foo [2022-05-19T09:59:40.646Z] === RUN TestLCOWParseMountRawSplit/6_name:/foo:ro [2022-05-19T09:59:40.646Z] === RUN TestLCOWParseMountRawSplit/7_name:/ [2022-05-19T09:59:40.646Z] === RUN TestLCOWParseMountRawSplit/8_driver/name:/ [2022-05-19T09:59:40.646Z] === RUN TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar [2022-05-19T09:59:40.646Z] === RUN TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data [2022-05-19T09:59:40.646Z] === RUN TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo [2022-05-19T09:59:40.646Z] --- PASS: TestLCOWParseMountRawSplit (0.00s) [2022-05-19T09:59:40.646Z] --- PASS: TestLCOWParseMountRawSplit/0_c:\:/foo (0.00s) [2022-05-19T09:59:40.646Z] --- PASS: TestLCOWParseMountRawSplit/1_c:\:/foo:ro (0.00s) [2022-05-19T09:59:40.646Z] --- PASS: TestLCOWParseMountRawSplit/2_c:\:/foo:rw (0.00s) [2022-05-19T09:59:40.646Z] --- PASS: TestLCOWParseMountRawSplit/3_c:\:/foo:foo (0.00s) [2022-05-19T09:59:40.646Z] --- PASS: TestLCOWParseMountRawSplit/4_name:/foo:rw (0.00s) [2022-05-19T09:59:40.646Z] --- PASS: TestLCOWParseMountRawSplit/5_name:/foo (0.00s) [2022-05-19T09:59:40.646Z] --- PASS: TestLCOWParseMountRawSplit/6_name:/foo:ro (0.00s) [2022-05-19T09:59:40.646Z] --- PASS: TestLCOWParseMountRawSplit/7_name:/ (0.00s) [2022-05-19T09:59:40.646Z] --- PASS: TestLCOWParseMountRawSplit/8_driver/name:/ (0.00s) [2022-05-19T09:59:40.646Z] --- PASS: TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar (0.00s) [2022-05-19T09:59:40.646Z] --- PASS: TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data (0.00s) [2022-05-19T09:59:40.646Z] --- PASS: TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo (0.00s) [2022-05-19T09:59:40.646Z] === RUN TestLinuxParseMountRaw [2022-05-19T09:59:40.646Z] --- PASS: TestLinuxParseMountRaw (0.00s) [2022-05-19T09:59:40.646Z] === RUN TestLinuxParseMountRawSplit [2022-05-19T09:59:40.646Z] === RUN TestLinuxParseMountRawSplit/0_/tmp:/tmp1 [2022-05-19T09:59:40.646Z] === RUN TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro [2022-05-19T09:59:40.646Z] === RUN TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw [2022-05-19T09:59:40.646Z] === RUN TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo [2022-05-19T09:59:40.646Z] === RUN TestLinuxParseMountRawSplit/4_name:/named1 [2022-05-19T09:59:40.646Z] === RUN TestLinuxParseMountRawSplit/5_name:/named2 [2022-05-19T09:59:40.646Z] === RUN TestLinuxParseMountRawSplit/6_name:/named3:ro [2022-05-19T09:59:40.646Z] === RUN TestLinuxParseMountRawSplit/7_local/name:/tmp:rw [2022-05-19T09:59:40.646Z] === RUN TestLinuxParseMountRawSplit/8_/tmp:tmp [2022-05-19T09:59:40.646Z] --- PASS: TestLinuxParseMountRawSplit (0.00s) [2022-05-19T09:59:40.646Z] --- PASS: TestLinuxParseMountRawSplit/0_/tmp:/tmp1 (0.00s) [2022-05-19T09:59:40.646Z] --- PASS: TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro (0.00s) [2022-05-19T09:59:40.646Z] --- PASS: TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw (0.00s) [2022-05-19T09:59:40.646Z] --- PASS: TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo (0.00s) [2022-05-19T09:59:40.646Z] --- PASS: TestLinuxParseMountRawSplit/4_name:/named1 (0.00s) [2022-05-19T09:59:40.646Z] --- PASS: TestLinuxParseMountRawSplit/5_name:/named2 (0.00s) [2022-05-19T09:59:40.646Z] --- PASS: TestLinuxParseMountRawSplit/6_name:/named3:ro (0.00s) [2022-05-19T09:59:40.646Z] --- PASS: TestLinuxParseMountRawSplit/7_local/name:/tmp:rw (0.00s) [2022-05-19T09:59:40.646Z] --- PASS: TestLinuxParseMountRawSplit/8_/tmp:tmp (0.00s) [2022-05-19T09:59:40.646Z] === RUN TestLinuxParseMountSpecBindWithFileinfoError [2022-05-19T09:59:40.646Z] --- PASS: TestLinuxParseMountSpecBindWithFileinfoError (0.00s) [2022-05-19T09:59:40.646Z] === RUN TestConvertTmpfsOptions [2022-05-19T09:59:40.646Z] linux_parser_test.go:209: data="mode=700,size=1m" [2022-05-19T09:59:40.646Z] linux_parser_test.go:209: data="ro" [2022-05-19T09:59:40.646Z] --- PASS: TestConvertTmpfsOptions (0.00s) [2022-05-19T09:59:40.646Z] === RUN TestParseMountSpec [2022-05-19T09:59:40.646Z] parser_test.go:62: case 0 [2022-05-19T09:59:40.646Z] parser_test.go:62: case 1 [2022-05-19T09:59:40.646Z] parser_test.go:62: case 2 [2022-05-19T09:59:40.646Z] parser_test.go:62: case 3 [2022-05-19T09:59:40.646Z] parser_test.go:62: case 4 [2022-05-19T09:59:40.646Z] parser_test.go:62: case 5 [2022-05-19T09:59:40.646Z] --- PASS: TestParseMountSpec (0.00s) [2022-05-19T09:59:40.646Z] === RUN TestValidateMount [2022-05-19T09:59:40.646Z] --- PASS: TestValidateMount (0.00s) [2022-05-19T09:59:40.646Z] === RUN TestWindowsParseMountRaw [2022-05-19T09:59:40.646Z] --- PASS: TestWindowsParseMountRaw (0.00s) [2022-05-19T09:59:40.646Z] === RUN TestWindowsParseMountRawSplit [2022-05-19T09:59:40.646Z] === RUN TestWindowsParseMountRawSplit/0_c:\:d: [2022-05-19T09:59:40.646Z] === RUN TestWindowsParseMountRawSplit/1_c:\:d:\ [2022-05-19T09:59:40.646Z] === RUN TestWindowsParseMountRawSplit/2_c:\:d:\:ro [2022-05-19T09:59:40.646Z] === RUN TestWindowsParseMountRawSplit/3_c:\:d:\:rw [2022-05-19T09:59:40.646Z] === RUN TestWindowsParseMountRawSplit/4_c:\:d:\:foo [2022-05-19T09:59:40.646Z] === RUN TestWindowsParseMountRawSplit/5_name:d::rw [2022-05-19T09:59:40.646Z] === RUN TestWindowsParseMountRawSplit/6_name:d: [2022-05-19T09:59:40.646Z] === RUN TestWindowsParseMountRawSplit/7_name:d::ro [2022-05-19T09:59:40.646Z] === RUN TestWindowsParseMountRawSplit/8_name:c: [2022-05-19T09:59:40.646Z] === RUN TestWindowsParseMountRawSplit/9_driver/name:c: [2022-05-19T09:59:40.646Z] === RUN TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar [2022-05-19T09:59:40.646Z] === RUN TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar [2022-05-19T09:59:40.646Z] === RUN TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo [2022-05-19T09:59:40.646Z] --- PASS: TestWindowsParseMountRawSplit (0.00s) [2022-05-19T09:59:40.646Z] --- PASS: TestWindowsParseMountRawSplit/0_c:\:d: (0.00s) [2022-05-19T09:59:40.646Z] --- PASS: TestWindowsParseMountRawSplit/1_c:\:d:\ (0.00s) [2022-05-19T09:59:40.646Z] --- PASS: TestWindowsParseMountRawSplit/2_c:\:d:\:ro (0.00s) [2022-05-19T09:59:40.646Z] --- PASS: TestWindowsParseMountRawSplit/3_c:\:d:\:rw (0.00s) [2022-05-19T09:59:40.646Z] --- PASS: TestWindowsParseMountRawSplit/4_c:\:d:\:foo (0.00s) [2022-05-19T09:59:40.646Z] --- PASS: TestWindowsParseMountRawSplit/5_name:d::rw (0.00s) [2022-05-19T09:59:40.646Z] --- PASS: TestWindowsParseMountRawSplit/6_name:d: (0.00s) [2022-05-19T09:59:40.646Z] --- PASS: TestWindowsParseMountRawSplit/7_name:d::ro (0.00s) [2022-05-19T09:59:40.646Z] --- PASS: TestWindowsParseMountRawSplit/8_name:c: (0.00s) [2022-05-19T09:59:40.646Z] --- PASS: TestWindowsParseMountRawSplit/9_driver/name:c: (0.00s) [2022-05-19T09:59:40.646Z] --- PASS: TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar (0.00s) [2022-05-19T09:59:40.646Z] --- PASS: TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar (0.00s) [2022-05-19T09:59:40.646Z] --- PASS: TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo (0.00s) [2022-05-19T09:59:40.646Z] === RUN TestWindowsParseMountSpecBindWithFileinfoError [2022-05-19T09:59:40.646Z] --- PASS: TestWindowsParseMountSpecBindWithFileinfoError (0.00s) [2022-05-19T09:59:40.646Z] PASS [2022-05-19T09:59:40.646Z] coverage: 67.6% of statements [2022-05-19T09:59:40.646Z] ok github.com/docker/docker/volume/mounts 0.063s coverage: 67.6% of statements [2022-05-19T09:59:40.646Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2022-05-19T09:59:40.646Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2022-05-19T09:59:40.646Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2022-05-19T09:59:40.646Z] ? github.com/docker/docker/libnetwork/netutils [no test files] [2022-05-19T09:59:41.635Z] === RUN TestSetGetMeta [2022-05-19T09:59:41.635Z] === PAUSE TestSetGetMeta [2022-05-19T09:59:41.635Z] === RUN TestRestore [2022-05-19T09:59:41.635Z] === PAUSE TestRestore [2022-05-19T09:59:41.635Z] === RUN TestServiceCreate [2022-05-19T09:59:41.635Z] === PAUSE TestServiceCreate [2022-05-19T09:59:41.635Z] === RUN TestServiceList [2022-05-19T09:59:41.635Z] === PAUSE TestServiceList [2022-05-19T09:59:41.635Z] === RUN TestServiceRemove [2022-05-19T09:59:41.635Z] === PAUSE TestServiceRemove [2022-05-19T09:59:41.635Z] === RUN TestServiceGet [2022-05-19T09:59:41.635Z] === PAUSE TestServiceGet [2022-05-19T09:59:41.635Z] === RUN TestServicePrune [2022-05-19T09:59:41.635Z] === PAUSE TestServicePrune [2022-05-19T09:59:41.635Z] === RUN TestCreate [2022-05-19T09:59:41.635Z] === PAUSE TestCreate [2022-05-19T09:59:41.635Z] === RUN TestRemove [2022-05-19T09:59:41.635Z] === PAUSE TestRemove [2022-05-19T09:59:41.635Z] === RUN TestList [2022-05-19T09:59:41.635Z] === PAUSE TestList [2022-05-19T09:59:41.635Z] === RUN TestFindByDriver [2022-05-19T09:59:41.635Z] === PAUSE TestFindByDriver [2022-05-19T09:59:41.635Z] === RUN TestFindByReferenced [2022-05-19T09:59:41.636Z] === PAUSE TestFindByReferenced [2022-05-19T09:59:41.636Z] === RUN TestDerefMultipleOfSameRef [2022-05-19T09:59:41.636Z] === PAUSE TestDerefMultipleOfSameRef [2022-05-19T09:59:41.636Z] === RUN TestCreateKeepOptsLabelsWhenExistsRemotely [2022-05-19T09:59:41.636Z] === PAUSE TestCreateKeepOptsLabelsWhenExistsRemotely [2022-05-19T09:59:41.636Z] === RUN TestDefererencePluginOnCreateError [2022-05-19T09:59:41.636Z] === PAUSE TestDefererencePluginOnCreateError [2022-05-19T09:59:41.636Z] === RUN TestRefDerefRemove [2022-05-19T09:59:41.636Z] === PAUSE TestRefDerefRemove [2022-05-19T09:59:41.636Z] === RUN TestGet [2022-05-19T09:59:41.636Z] === PAUSE TestGet [2022-05-19T09:59:41.636Z] === RUN TestGetWithReference [2022-05-19T09:59:41.636Z] === PAUSE TestGetWithReference [2022-05-19T09:59:41.636Z] === RUN TestFilterFunc [2022-05-19T09:59:41.636Z] === RUN TestFilterFunc/test_nil_list [2022-05-19T09:59:41.636Z] === PAUSE TestFilterFunc/test_nil_list [2022-05-19T09:59:41.636Z] === RUN TestFilterFunc/test_empty_list [2022-05-19T09:59:41.636Z] === PAUSE TestFilterFunc/test_empty_list [2022-05-19T09:59:41.636Z] === RUN TestFilterFunc/test_filter_non-empty_to_empty [2022-05-19T09:59:41.636Z] === PAUSE TestFilterFunc/test_filter_non-empty_to_empty [2022-05-19T09:59:41.636Z] === RUN TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-05-19T09:59:41.636Z] === PAUSE TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-05-19T09:59:41.636Z] === RUN TestFilterFunc/test_filter_some [2022-05-19T09:59:41.636Z] === PAUSE TestFilterFunc/test_filter_some [2022-05-19T09:59:41.636Z] === RUN TestFilterFunc/test_filter_middle [2022-05-19T09:59:41.636Z] === PAUSE TestFilterFunc/test_filter_middle [2022-05-19T09:59:41.636Z] === RUN TestFilterFunc/test_filter_middle_and_last [2022-05-19T09:59:41.636Z] === PAUSE TestFilterFunc/test_filter_middle_and_last [2022-05-19T09:59:41.636Z] === RUN TestFilterFunc/test_filter_first_and_last [2022-05-19T09:59:41.636Z] === PAUSE TestFilterFunc/test_filter_first_and_last [2022-05-19T09:59:41.636Z] === CONT TestFilterFunc/test_nil_list [2022-05-19T09:59:41.636Z] === CONT TestFilterFunc/test_filter_first_and_last [2022-05-19T09:59:41.636Z] === CONT TestFilterFunc/test_filter_some [2022-05-19T09:59:41.636Z] === CONT TestFilterFunc/test_filter_middle_and_last [2022-05-19T09:59:41.636Z] === CONT TestFilterFunc/test_empty_list [2022-05-19T09:59:41.636Z] === CONT TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-05-19T09:59:41.636Z] === CONT TestFilterFunc/test_filter_non-empty_to_empty [2022-05-19T09:59:41.636Z] === CONT TestFilterFunc/test_filter_middle [2022-05-19T09:59:41.636Z] --- PASS: TestFilterFunc (0.00s) [2022-05-19T09:59:41.636Z] --- PASS: TestFilterFunc/test_nil_list (0.00s) [2022-05-19T09:59:41.636Z] --- PASS: TestFilterFunc/test_filter_first_and_last (0.00s) [2022-05-19T09:59:41.636Z] --- PASS: TestFilterFunc/test_empty_list (0.00s) [2022-05-19T09:59:41.636Z] --- PASS: TestFilterFunc/test_filter_some (0.00s) [2022-05-19T09:59:41.636Z] --- PASS: TestFilterFunc/test_nothing_to_fitler_non-empty_list (0.00s) [2022-05-19T09:59:41.636Z] --- PASS: TestFilterFunc/test_filter_non-empty_to_empty (0.00s) [2022-05-19T09:59:41.636Z] --- PASS: TestFilterFunc/test_filter_middle (0.00s) [2022-05-19T09:59:41.636Z] --- PASS: TestFilterFunc/test_filter_middle_and_last (0.00s) [2022-05-19T09:59:41.636Z] === CONT TestSetGetMeta [2022-05-19T09:59:41.636Z] === CONT TestServiceGet [2022-05-19T09:59:41.636Z] === CONT TestList [2022-05-19T09:59:41.636Z] === CONT TestServiceList [2022-05-19T09:59:41.636Z] --- PASS: TestSetGetMeta (0.03s) [2022-05-19T09:59:41.636Z] === CONT TestRemove [2022-05-19T09:59:41.636Z] --- PASS: TestList (0.05s) [2022-05-19T09:59:41.636Z] === CONT TestCreate [2022-05-19T09:59:41.636Z] --- PASS: TestRemove (0.03s) [2022-05-19T09:59:41.636Z] === CONT TestServicePrune [2022-05-19T09:59:41.636Z] --- PASS: TestCreate (0.02s) [2022-05-19T09:59:41.636Z] === CONT TestDefererencePluginOnCreateError [2022-05-19T09:59:41.636Z] --- PASS: TestDefererencePluginOnCreateError (0.03s) [2022-05-19T09:59:41.636Z] === CONT TestGetWithReference [2022-05-19T09:59:41.636Z] === CONT TestGet [2022-05-19T09:59:41.636Z] --- PASS: TestGetWithReference (0.02s) [2022-05-19T09:59:41.636Z] --- PASS: TestGet (0.02s) [2022-05-19T09:59:41.636Z] === CONT TestRefDerefRemove [2022-05-19T09:59:41.636Z] --- PASS: TestRefDerefRemove (0.03s) [2022-05-19T09:59:41.636Z] === CONT TestServiceRemove [2022-05-19T09:59:41.636Z] --- PASS: TestServiceGet (0.21s) [2022-05-19T09:59:41.636Z] === CONT TestServiceCreate [2022-05-19T09:59:41.636Z] time="2022-05-19T09:59:41Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-05-19T09:59:41.636Z] === CONT TestDerefMultipleOfSameRef [2022-05-19T09:59:41.636Z] --- PASS: TestServiceRemove (0.04s) [2022-05-19T09:59:41.636Z] --- PASS: TestServiceList (0.22s) [2022-05-19T09:59:41.636Z] === CONT TestCreateKeepOptsLabelsWhenExistsRemotely [2022-05-19T09:59:41.636Z] time="2022-05-19T09:59:41Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-05-19T09:59:41.636Z] time="2022-05-19T09:59:41Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-05-19T09:59:41.636Z] time="2022-05-19T09:59:41Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test3 [2022-05-19T09:59:41.636Z] --- PASS: TestDerefMultipleOfSameRef (0.03s) [2022-05-19T09:59:41.636Z] === CONT TestRestore [2022-05-19T09:59:41.636Z] --- PASS: TestCreateKeepOptsLabelsWhenExistsRemotely (0.02s) [2022-05-19T09:59:41.636Z] === CONT TestFindByReferenced [2022-05-19T09:59:41.636Z] --- PASS: TestServiceCreate (0.04s) [2022-05-19T09:59:41.636Z] === CONT TestFindByDriver [2022-05-19T09:59:41.636Z] time="2022-05-19T09:59:41Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-05-19T09:59:41.636Z] --- PASS: TestServicePrune (0.20s) [2022-05-19T09:59:41.636Z] --- PASS: TestFindByReferenced (0.03s) [2022-05-19T09:59:41.636Z] --- PASS: TestFindByDriver (0.03s) [2022-05-19T09:59:41.636Z] --- PASS: TestRestore (0.04s) [2022-05-19T09:59:41.636Z] PASS [2022-05-19T09:59:41.636Z] coverage: 69.0% of statements [2022-05-19T09:59:41.636Z] ok github.com/docker/docker/volume/service 0.326s coverage: 69.0% of statements [2022-05-19T09:59:42.067Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize [2022-05-19T09:59:42.067Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2022-05-19T09:59:42.067Z] check_test.go:307: [d3d8c4f242356] daemon is not started [2022-05-19T09:59:42.067Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize [2022-05-19T09:59:42.067Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2022-05-19T09:59:42.067Z] check_test.go:307: [d4b645726064b] daemon is not started [2022-05-19T09:59:42.067Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer [2022-05-19T09:59:42.629Z] === RUN TestDockerSuite/TestBuildConditionalCache [2022-05-19T09:59:43.249Z] time="2022-05-19T09:59:43Z" level=error msg="failed to send node leave: timed out broadcasting node event" [2022-05-19T09:59:43.249Z] --- PASS: TestNodeReincarnation (5.02s) [2022-05-19T09:59:43.249Z] === RUN TestParallelCreate [2022-05-19T09:59:43.249Z] 2022/05/19 09:59:43 Closing DB instances... [2022-05-19T09:59:43.249Z] --- PASS: TestParallelCreate (0.02s) [2022-05-19T09:59:43.249Z] === RUN TestParallelDelete [2022-05-19T09:59:43.249Z] 2022/05/19 09:59:43 Closing DB instances... [2022-05-19T09:59:43.249Z] --- PASS: TestParallelDelete (0.02s) [2022-05-19T09:59:43.249Z] === RUN TestNetworkDBIslands [2022-05-19T09:59:43.249Z] time="2022-05-19T09:59:43Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:cf0046a2d4dc with config:&{NodeID:cf0046a2d4dc 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-05-19T09:59:43.249Z] time="2022-05-19T09:59:43Z" level=info msg="Node cf0046a2d4dc/172.31.247.78, joined gossip cluster" [2022-05-19T09:59:43.249Z] time="2022-05-19T09:59:43Z" level=info msg="Node cf0046a2d4dc/172.31.247.78, added to nodes list" [2022-05-19T09:59:43.249Z] time="2022-05-19T09:59:43Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:9e2a3983eb49 with config:&{NodeID:9e2a3983eb49 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-05-19T09:59:43.249Z] time="2022-05-19T09:59:43Z" level=info msg="Node 9e2a3983eb49/172.31.247.78, joined gossip cluster" [2022-05-19T09:59:43.249Z] time="2022-05-19T09:59:43Z" level=info msg="Node 9e2a3983eb49/172.31.247.78, added to nodes list" [2022-05-19T09:59:43.249Z] time="2022-05-19T09:59:43Z" level=info msg="The new bootstrap node list is:[localhost:10033]" [2022-05-19T09:59:43.249Z] time="2022-05-19T09:59:43Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10033" [2022-05-19T09:59:43.249Z] time="2022-05-19T09:59:43Z" level=debug msg="memberlist: Stream connection from=[::1]:49357" [2022-05-19T09:59:43.249Z] time="2022-05-19T09:59:43Z" level=info msg="Node 9e2a3983eb49/172.31.247.78, joined gossip cluster" [2022-05-19T09:59:43.249Z] time="2022-05-19T09:59:43Z" level=info msg="Node 9e2a3983eb49/172.31.247.78, added to nodes list" [2022-05-19T09:59:43.249Z] time="2022-05-19T09:59:43Z" level=info msg="Node cf0046a2d4dc/172.31.247.78, joined gossip cluster" [2022-05-19T09:59:43.249Z] time="2022-05-19T09:59:43Z" level=info msg="Node cf0046a2d4dc/172.31.247.78, added to nodes list" [2022-05-19T09:59:43.249Z] time="2022-05-19T09:59:43Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49358" [2022-05-19T09:59:43.249Z] time="2022-05-19T09:59:43Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10033" [2022-05-19T09:59:43.560Z] --- PASS: TestUpdateRestartPolicy (12.52s) [2022-05-19T09:59:43.560Z] === RUN TestUpdateRestartWithAutoRemove [2022-05-19T09:59:43.560Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2022-05-19T09:59:44.122Z] --- PASS: TestUpdateRestartWithAutoRemove (0.59s) [2022-05-19T09:59:44.122Z] === RUN TestWaitNonBlocked [2022-05-19T09:59:44.122Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-05-19T09:59:44.122Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-05-19T09:59:44.122Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-05-19T09:59:44.122Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-05-19T09:59:44.122Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-05-19T09:59:44.122Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-05-19T09:59:44.234Z] time="2022-05-19T09:59:43Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:3924d4302241 with config:&{NodeID:3924d4302241 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-05-19T09:59:44.234Z] time="2022-05-19T09:59:43Z" level=info msg="Node 3924d4302241/172.31.247.78, joined gossip cluster" [2022-05-19T09:59:44.234Z] time="2022-05-19T09:59:43Z" level=info msg="Node 3924d4302241/172.31.247.78, added to nodes list" [2022-05-19T09:59:44.234Z] time="2022-05-19T09:59:43Z" level=info msg="The new bootstrap node list is:[localhost:10034]" [2022-05-19T09:59:44.234Z] time="2022-05-19T09:59:43Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10034" [2022-05-19T09:59:44.234Z] time="2022-05-19T09:59:43Z" level=debug msg="memberlist: Stream connection from=[::1]:49359" [2022-05-19T09:59:44.234Z] time="2022-05-19T09:59:43Z" level=info msg="Node 3924d4302241/172.31.247.78, joined gossip cluster" [2022-05-19T09:59:44.234Z] time="2022-05-19T09:59:43Z" level=info msg="Node 3924d4302241/172.31.247.78, added to nodes list" [2022-05-19T09:59:44.234Z] time="2022-05-19T09:59:43Z" level=info msg="Node cf0046a2d4dc/172.31.247.78, joined gossip cluster" [2022-05-19T09:59:44.234Z] time="2022-05-19T09:59:43Z" level=info msg="Node cf0046a2d4dc/172.31.247.78, added to nodes list" [2022-05-19T09:59:44.234Z] time="2022-05-19T09:59:43Z" level=info msg="Node 9e2a3983eb49/172.31.247.78, joined gossip cluster" [2022-05-19T09:59:44.234Z] time="2022-05-19T09:59:43Z" level=info msg="Node 9e2a3983eb49/172.31.247.78, added to nodes list" [2022-05-19T09:59:44.234Z] time="2022-05-19T09:59:43Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49360" [2022-05-19T09:59:44.234Z] time="2022-05-19T09:59:43Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10034" [2022-05-19T09:59:44.234Z] time="2022-05-19T09:59:44Z" level=info msg="Node 3924d4302241/172.31.247.78, joined gossip cluster" [2022-05-19T09:59:44.234Z] time="2022-05-19T09:59:44Z" level=info msg="Node 3924d4302241/172.31.247.78, added to nodes list" [2022-05-19T09:59:44.361Z] time="2022-05-19T09:59:43Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.29.9.102:10033 172.29.9.102:10034 172.29.9.102:10035]" [2022-05-19T09:59:44.361Z] time="2022-05-19T09:59:43Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.29.9.102:10033 172.29.9.102:10034 172.29.9.102:10035]" [2022-05-19T09:59:44.378Z] === RUN TestDockerSuite/TestBuildContextCleanup [2022-05-19T09:59:44.636Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2022-05-19T09:59:44.702Z] time="2022-05-19T09:59:44Z" level=info msg="New memberlist node - Node:node4 will use memberlist nodeID:4f9295437c50 with config:&{NodeID:4f9295437c50 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-05-19T09:59:44.702Z] time="2022-05-19T09:59:44Z" level=info msg="Node 4f9295437c50/172.31.247.78, joined gossip cluster" [2022-05-19T09:59:44.702Z] time="2022-05-19T09:59:44Z" level=info msg="Node 4f9295437c50/172.31.247.78, added to nodes list" [2022-05-19T09:59:44.702Z] time="2022-05-19T09:59:44Z" level=info msg="The new bootstrap node list is:[localhost:10035]" [2022-05-19T09:59:44.702Z] time="2022-05-19T09:59:44Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10035" [2022-05-19T09:59:44.702Z] time="2022-05-19T09:59:44Z" level=debug msg="memberlist: Stream connection from=[::1]:49361" [2022-05-19T09:59:44.702Z] time="2022-05-19T09:59:44Z" level=info msg="Node 4f9295437c50/172.31.247.78, joined gossip cluster" [2022-05-19T09:59:44.702Z] time="2022-05-19T09:59:44Z" level=info msg="Node 4f9295437c50/172.31.247.78, added to nodes list" [2022-05-19T09:59:44.702Z] time="2022-05-19T09:59:44Z" level=info msg="Node cf0046a2d4dc/172.31.247.78, joined gossip cluster" [2022-05-19T09:59:44.702Z] time="2022-05-19T09:59:44Z" level=info msg="Node cf0046a2d4dc/172.31.247.78, added to nodes list" [2022-05-19T09:59:44.702Z] time="2022-05-19T09:59:44Z" level=info msg="Node 9e2a3983eb49/172.31.247.78, joined gossip cluster" [2022-05-19T09:59:44.702Z] time="2022-05-19T09:59:44Z" level=info msg="Node 9e2a3983eb49/172.31.247.78, added to nodes list" [2022-05-19T09:59:44.702Z] time="2022-05-19T09:59:44Z" level=info msg="Node 3924d4302241/172.31.247.78, joined gossip cluster" [2022-05-19T09:59:44.702Z] time="2022-05-19T09:59:44Z" level=info msg="Node 3924d4302241/172.31.247.78, added to nodes list" [2022-05-19T09:59:44.702Z] time="2022-05-19T09:59:44Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10035" [2022-05-19T09:59:44.702Z] time="2022-05-19T09:59:44Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49362" [2022-05-19T09:59:44.702Z] time="2022-05-19T09:59:44Z" level=info msg="Node 4f9295437c50/172.31.247.78, joined gossip cluster" [2022-05-19T09:59:44.702Z] time="2022-05-19T09:59:44Z" level=info msg="Node 4f9295437c50/172.31.247.78, added to nodes list" [2022-05-19T09:59:44.702Z] time="2022-05-19T09:59:44Z" level=info msg="Node 4f9295437c50/172.31.247.78, joined gossip cluster" [2022-05-19T09:59:44.702Z] time="2022-05-19T09:59:44Z" level=info msg="Node 4f9295437c50/172.31.247.78, added to nodes list" [2022-05-19T09:59:44.832Z] time="2022-05-19T09:59:44Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.29.9.102:10033" [2022-05-19T09:59:44.832Z] time="2022-05-19T09:59:44Z" level=debug msg="memberlist: Stream connection from=172.29.9.102:49396" [2022-05-19T09:59:44.832Z] time="2022-05-19T09:59:44Z" level=info msg="Node 707c43999951/172.29.9.102, joined gossip cluster" [2022-05-19T09:59:44.832Z] time="2022-05-19T09:59:44Z" level=info msg="Node 707c43999951/172.29.9.102, added to nodes list" [2022-05-19T09:59:44.832Z] time="2022-05-19T09:59:44Z" level=info msg="Node b4483c7b63d9/172.29.9.102, joined gossip cluster" [2022-05-19T09:59:44.832Z] time="2022-05-19T09:59:44Z" level=info msg="Node 73ba344a033c/172.29.9.102, joined gossip cluster" [2022-05-19T09:59:44.832Z] time="2022-05-19T09:59:44Z" level=info msg="Node 73ba344a033c/172.29.9.102, is the new incarnation of the shutdown node f3b63f7defcc/172.29.9.102" [2022-05-19T09:59:44.832Z] time="2022-05-19T09:59:44Z" level=info msg="Node 73ba344a033c/172.29.9.102, added to nodes list" [2022-05-19T09:59:44.832Z] time="2022-05-19T09:59:44Z" level=info msg="Node b4483c7b63d9/172.29.9.102, added to nodes list" [2022-05-19T09:59:44.832Z] time="2022-05-19T09:59:44Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.29.9.102:10034" [2022-05-19T09:59:44.832Z] time="2022-05-19T09:59:44Z" level=debug msg="memberlist: Stream connection from=172.29.9.102:49397" [2022-05-19T09:59:44.832Z] time="2022-05-19T09:59:44Z" level=info msg="Node 707c43999951/172.29.9.102, joined gossip cluster" [2022-05-19T09:59:44.832Z] time="2022-05-19T09:59:44Z" level=info msg="Node 707c43999951/172.29.9.102, added to nodes list" [2022-05-19T09:59:44.832Z] time="2022-05-19T09:59:44Z" level=info msg="Node 73ba344a033c/172.29.9.102, joined gossip cluster" [2022-05-19T09:59:44.832Z] time="2022-05-19T09:59:44Z" level=info msg="Node 73ba344a033c/172.29.9.102, added to nodes list" [2022-05-19T09:59:44.832Z] time="2022-05-19T09:59:44Z" level=info msg="Node b4483c7b63d9/172.29.9.102, joined gossip cluster" [2022-05-19T09:59:44.832Z] time="2022-05-19T09:59:44Z" level=info msg="Node b4483c7b63d9/172.29.9.102, added to nodes list" [2022-05-19T09:59:44.832Z] time="2022-05-19T09:59:44Z" level=info msg="Node 5005d33e7455/172.29.9.102, joined gossip cluster" [2022-05-19T09:59:44.832Z] time="2022-05-19T09:59:44Z" level=info msg="Node 5005d33e7455/172.29.9.102, is the new incarnation of the shutdown node 277e3d4f7e5c/172.29.9.102" [2022-05-19T09:59:44.832Z] time="2022-05-19T09:59:44Z" level=info msg="Node 5005d33e7455/172.29.9.102, added to nodes list" [2022-05-19T09:59:44.832Z] time="2022-05-19T09:59:44Z" level=debug msg="memberlist: Stream connection from=172.29.9.102:49398" [2022-05-19T09:59:44.832Z] time="2022-05-19T09:59:44Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.29.9.102:10035" [2022-05-19T09:59:44.832Z] time="2022-05-19T09:59:44Z" level=info msg="Node 5005d33e7455/172.29.9.102, joined gossip cluster" [2022-05-19T09:59:44.832Z] time="2022-05-19T09:59:44Z" level=info msg="Node 5005d33e7455/172.29.9.102, added to nodes list" [2022-05-19T09:59:44.832Z] time="2022-05-19T09:59:44Z" level=info msg="Node 73ba344a033c/172.29.9.102, joined gossip cluster" [2022-05-19T09:59:44.832Z] time="2022-05-19T09:59:44Z" level=info msg="Node 73ba344a033c/172.29.9.102, added to nodes list" [2022-05-19T09:59:44.832Z] time="2022-05-19T09:59:44Z" level=info msg="Node b4483c7b63d9/172.29.9.102, joined gossip cluster" [2022-05-19T09:59:44.832Z] time="2022-05-19T09:59:44Z" level=info msg="Node b4483c7b63d9/172.29.9.102, added to nodes list" [2022-05-19T09:59:44.832Z] time="2022-05-19T09:59:44Z" level=info msg="Node 707c43999951/172.29.9.102, joined gossip cluster" [2022-05-19T09:59:44.832Z] time="2022-05-19T09:59:44Z" level=info msg="Node 707c43999951/172.29.9.102, added to nodes list" [2022-05-19T09:59:44.832Z] time="2022-05-19T09:59:44Z" level=info msg="Node a32be5bc90c4/172.29.9.102, joined gossip cluster" [2022-05-19T09:59:44.832Z] time="2022-05-19T09:59:44Z" level=info msg="Node a32be5bc90c4/172.29.9.102, is the new incarnation of the shutdown node b54115e7ed2d/172.29.9.102" [2022-05-19T09:59:44.832Z] time="2022-05-19T09:59:44Z" level=info msg="Node a32be5bc90c4/172.29.9.102, added to nodes list" [2022-05-19T09:59:44.832Z] time="2022-05-19T09:59:44Z" level=info msg="Node 5005d33e7455/172.29.9.102, joined gossip cluster" [2022-05-19T09:59:44.832Z] time="2022-05-19T09:59:44Z" level=info msg="Node 5005d33e7455/172.29.9.102, is the new incarnation of the shutdown node 277e3d4f7e5c/172.29.9.102" [2022-05-19T09:59:44.832Z] time="2022-05-19T09:59:44Z" level=info msg="Node 5005d33e7455/172.29.9.102, added to nodes list" [2022-05-19T09:59:44.832Z] time="2022-05-19T09:59:44Z" level=info msg="Node 73ba344a033c/172.29.9.102, joined gossip cluster" [2022-05-19T09:59:44.832Z] time="2022-05-19T09:59:44Z" level=info msg="Node 73ba344a033c/172.29.9.102, is the new incarnation of the shutdown node f3b63f7defcc/172.29.9.102" [2022-05-19T09:59:44.832Z] time="2022-05-19T09:59:44Z" level=info msg="Node 73ba344a033c/172.29.9.102, added to nodes list" [2022-05-19T09:59:44.832Z] time="2022-05-19T09:59:44Z" level=info msg="Node 5005d33e7455/172.29.9.102, joined gossip cluster" [2022-05-19T09:59:44.832Z] time="2022-05-19T09:59:44Z" level=info msg="Node 5005d33e7455/172.29.9.102, added to nodes list" [2022-05-19T09:59:44.832Z] time="2022-05-19T09:59:44Z" level=info msg="Node a32be5bc90c4/172.29.9.102, joined gossip cluster" [2022-05-19T09:59:44.832Z] time="2022-05-19T09:59:44Z" level=info msg="Node a32be5bc90c4/172.29.9.102, is the new incarnation of the shutdown node b54115e7ed2d/172.29.9.102" [2022-05-19T09:59:44.832Z] time="2022-05-19T09:59:44Z" level=info msg="Node a32be5bc90c4/172.29.9.102, added to nodes list" [2022-05-19T09:59:44.832Z] time="2022-05-19T09:59:44Z" level=info msg="Node a32be5bc90c4/172.29.9.102, joined gossip cluster" [2022-05-19T09:59:44.832Z] time="2022-05-19T09:59:44Z" level=info msg="Node a32be5bc90c4/172.29.9.102, added to nodes list" [2022-05-19T09:59:44.832Z] time="2022-05-19T09:59:44Z" level=info msg="Node a32be5bc90c4/172.29.9.102, joined gossip cluster" [2022-05-19T09:59:44.832Z] time="2022-05-19T09:59:44Z" level=info msg="Node a32be5bc90c4/172.29.9.102, added to nodes list" [2022-05-19T09:59:45.176Z] time="2022-05-19T09:59:44Z" level=info msg="New memberlist node - Node:node5 will use memberlist nodeID:63fe1cb720b1 with config:&{NodeID:63fe1cb720b1 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-05-19T09:59:45.176Z] time="2022-05-19T09:59:44Z" level=info msg="Node 63fe1cb720b1/172.31.247.78, joined gossip cluster" [2022-05-19T09:59:45.176Z] time="2022-05-19T09:59:44Z" level=info msg="Node 63fe1cb720b1/172.31.247.78, added to nodes list" [2022-05-19T09:59:45.176Z] time="2022-05-19T09:59:44Z" level=info msg="The new bootstrap node list is:[localhost:10036]" [2022-05-19T09:59:45.176Z] time="2022-05-19T09:59:44Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10036" [2022-05-19T09:59:45.176Z] time="2022-05-19T09:59:44Z" level=debug msg="memberlist: Stream connection from=[::1]:49363" [2022-05-19T09:59:45.176Z] time="2022-05-19T09:59:44Z" level=info msg="Node 63fe1cb720b1/172.31.247.78, joined gossip cluster" [2022-05-19T09:59:45.176Z] time="2022-05-19T09:59:44Z" level=info msg="Node 63fe1cb720b1/172.31.247.78, added to nodes list" [2022-05-19T09:59:45.176Z] time="2022-05-19T09:59:44Z" level=info msg="Node 3924d4302241/172.31.247.78, joined gossip cluster" [2022-05-19T09:59:45.176Z] time="2022-05-19T09:59:44Z" level=info msg="Node 3924d4302241/172.31.247.78, added to nodes list" [2022-05-19T09:59:45.176Z] time="2022-05-19T09:59:44Z" level=info msg="Node 4f9295437c50/172.31.247.78, joined gossip cluster" [2022-05-19T09:59:45.176Z] time="2022-05-19T09:59:44Z" level=info msg="Node 4f9295437c50/172.31.247.78, added to nodes list" [2022-05-19T09:59:45.176Z] time="2022-05-19T09:59:44Z" level=info msg="Node cf0046a2d4dc/172.31.247.78, joined gossip cluster" [2022-05-19T09:59:45.176Z] time="2022-05-19T09:59:44Z" level=info msg="Node cf0046a2d4dc/172.31.247.78, added to nodes list" [2022-05-19T09:59:45.176Z] time="2022-05-19T09:59:44Z" level=info msg="Node 9e2a3983eb49/172.31.247.78, joined gossip cluster" [2022-05-19T09:59:45.176Z] time="2022-05-19T09:59:44Z" level=info msg="Node 9e2a3983eb49/172.31.247.78, added to nodes list" [2022-05-19T09:59:45.176Z] time="2022-05-19T09:59:44Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49364" [2022-05-19T09:59:45.176Z] time="2022-05-19T09:59:44Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10036" [2022-05-19T09:59:45.176Z] time="2022-05-19T09:59:44Z" level=info msg="Node 63fe1cb720b1/172.31.247.78, joined gossip cluster" [2022-05-19T09:59:45.176Z] time="2022-05-19T09:59:44Z" level=info msg="Node 63fe1cb720b1/172.31.247.78, added to nodes list" [2022-05-19T09:59:45.176Z] time="2022-05-19T09:59:44Z" level=info msg="Node 63fe1cb720b1/172.31.247.78, joined gossip cluster" [2022-05-19T09:59:45.176Z] time="2022-05-19T09:59:44Z" level=info msg="Node 63fe1cb720b1/172.31.247.78, added to nodes list" [2022-05-19T09:59:45.176Z] time="2022-05-19T09:59:44Z" level=info msg="Node 63fe1cb720b1/172.31.247.78, joined gossip cluster" [2022-05-19T09:59:45.176Z] time="2022-05-19T09:59:44Z" level=info msg="Node 63fe1cb720b1/172.31.247.78, added to nodes list" [2022-05-19T09:59:45.199Z] check_test.go:307: [d1cd22fc681fa] daemon is not started [2022-05-19T09:59:45.199Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithLinks [2022-05-19T09:59:45.300Z] time="2022-05-19T09:59:44Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.29.9.102:10033" [2022-05-19T09:59:45.300Z] time="2022-05-19T09:59:44Z" level=debug msg="memberlist: Stream connection from=172.29.9.102:49399" [2022-05-19T09:59:45.300Z] time="2022-05-19T09:59:44Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.29.9.102:10034" [2022-05-19T09:59:45.300Z] time="2022-05-19T09:59:44Z" level=debug msg="memberlist: Stream connection from=172.29.9.102:49400" [2022-05-19T09:59:45.300Z] time="2022-05-19T09:59:44Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.29.9.102:10035" [2022-05-19T09:59:45.300Z] time="2022-05-19T09:59:44Z" level=debug msg="memberlist: Stream connection from=172.29.9.102:49401" [2022-05-19T09:59:45.300Z] 2022/05/19 09:59:45 Closing DB instances... [2022-05-19T09:59:45.455Z] --- PASS: TestWaitNonBlocked (0.01s) [2022-05-19T09:59:45.455Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.24s) [2022-05-19T09:59:45.455Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.29s) [2022-05-19T09:59:45.455Z] === RUN TestWaitBlocked [2022-05-19T09:59:45.455Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2022-05-19T09:59:45.455Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2022-05-19T09:59:45.455Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2022-05-19T09:59:45.455Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2022-05-19T09:59:45.455Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2022-05-19T09:59:45.455Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2022-05-19T09:59:45.455Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2022-05-19T09:59:45.643Z] networkdb_test.go:835: Re-joining: 3 [2022-05-19T09:59:45.643Z] time="2022-05-19T09:59:45Z" level=info msg="The new bootstrap node list is:[172.31.247.78:10033 172.31.247.78:10034 172.31.247.78:10035]" [2022-05-19T09:59:45.643Z] time="2022-05-19T09:59:45Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.31.247.78:10033" [2022-05-19T09:59:45.643Z] time="2022-05-19T09:59:45Z" level=debug msg="memberlist: Stream connection from=172.31.247.78:49365" [2022-05-19T09:59:45.643Z] time="2022-05-19T09:59:45Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.31.247.78:10034" [2022-05-19T09:59:45.643Z] time="2022-05-19T09:59:45Z" level=debug msg="memberlist: Stream connection from=172.31.247.78:49366" [2022-05-19T09:59:45.643Z] time="2022-05-19T09:59:45Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.31.247.78:10035" [2022-05-19T09:59:45.643Z] time="2022-05-19T09:59:45Z" level=debug msg="memberlist: Stream connection from=172.31.247.78:49367" [2022-05-19T09:59:45.643Z] networkdb_test.go:835: Re-joining: 4 [2022-05-19T09:59:45.643Z] time="2022-05-19T09:59:45Z" level=info msg="The new bootstrap node list is:[172.31.247.78:10033 172.31.247.78:10034 172.31.247.78:10035]" [2022-05-19T09:59:45.643Z] time="2022-05-19T09:59:45Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.31.247.78:10033" [2022-05-19T09:59:45.643Z] time="2022-05-19T09:59:45Z" level=debug msg="memberlist: Stream connection from=172.31.247.78:49368" [2022-05-19T09:59:45.643Z] time="2022-05-19T09:59:45Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.31.247.78:10034" [2022-05-19T09:59:45.643Z] time="2022-05-19T09:59:45Z" level=debug msg="memberlist: Stream connection from=172.31.247.78:49369" [2022-05-19T09:59:45.643Z] time="2022-05-19T09:59:45Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.31.247.78:10035" [2022-05-19T09:59:45.643Z] time="2022-05-19T09:59:45Z" level=debug msg="memberlist: Stream connection from=172.31.247.78:49370" [2022-05-19T09:59:45.643Z] time="2022-05-19T09:59:45Z" level=info msg="node 0 leaving" [2022-05-19T09:59:45.771Z] time="2022-05-19T09:59:45Z" level=info msg="Node 73ba344a033c change state NodeActive --> NodeLeft" [2022-05-19T09:59:45.772Z] time="2022-05-19T09:59:45Z" level=info msg="node4(b4483c7b63d9): Node leave event for 73ba344a033c/172.29.9.102" [2022-05-19T09:59:45.772Z] time="2022-05-19T09:59:45Z" level=info msg="Node 73ba344a033c change state NodeActive --> NodeLeft" [2022-05-19T09:59:45.772Z] time="2022-05-19T09:59:45Z" level=info msg="node2(5005d33e7455): Node leave event for 73ba344a033c/172.29.9.102" [2022-05-19T09:59:45.772Z] time="2022-05-19T09:59:45Z" level=info msg="Node 73ba344a033c change state NodeActive --> NodeLeft" [2022-05-19T09:59:45.772Z] time="2022-05-19T09:59:45Z" level=info msg="node3(a32be5bc90c4): Node leave event for 73ba344a033c/172.29.9.102" [2022-05-19T09:59:45.772Z] time="2022-05-19T09:59:45Z" level=info msg="Node 73ba344a033c change state NodeActive --> NodeLeft" [2022-05-19T09:59:45.772Z] time="2022-05-19T09:59:45Z" level=info msg="node5(707c43999951): Node leave event for 73ba344a033c/172.29.9.102" [2022-05-19T09:59:45.772Z] time="2022-05-19T09:59:45Z" level=info msg="Node 73ba344a033c change state NodeActive --> NodeLeft" [2022-05-19T09:59:45.772Z] time="2022-05-19T09:59:45Z" level=info msg="node1(73ba344a033c): Node leave event for 73ba344a033c/172.29.9.102" [2022-05-19T09:59:45.772Z] time="2022-05-19T09:59:45Z" level=info msg="Node 73ba344a033c/172.29.9.102, left gossip cluster" [2022-05-19T09:59:45.772Z] time="2022-05-19T09:59:45Z" level=info msg="Node 73ba344a033c/172.29.9.102, left gossip cluster" [2022-05-19T09:59:45.772Z] time="2022-05-19T09:59:45Z" level=info msg="Node 73ba344a033c/172.29.9.102, left gossip cluster" [2022-05-19T09:59:45.772Z] time="2022-05-19T09:59:45Z" level=info msg="Node 73ba344a033c/172.29.9.102, left gossip cluster" [2022-05-19T09:59:45.772Z] time="2022-05-19T09:59:45Z" level=info msg="Node 73ba344a033c/172.29.9.102, left gossip cluster" [2022-05-19T09:59:45.772Z] time="2022-05-19T09:59:45Z" level=info msg="Node 5005d33e7455 change state NodeActive --> NodeLeft" [2022-05-19T09:59:45.772Z] time="2022-05-19T09:59:45Z" level=info msg="node4(b4483c7b63d9): Node leave event for 5005d33e7455/172.29.9.102" [2022-05-19T09:59:45.772Z] time="2022-05-19T09:59:45Z" level=info msg="Node 5005d33e7455 change state NodeActive --> NodeLeft" [2022-05-19T09:59:45.772Z] time="2022-05-19T09:59:45Z" level=info msg="node3(a32be5bc90c4): Node leave event for 5005d33e7455/172.29.9.102" [2022-05-19T09:59:45.772Z] time="2022-05-19T09:59:45Z" level=info msg="Node 5005d33e7455 change state NodeActive --> NodeLeft" [2022-05-19T09:59:45.772Z] time="2022-05-19T09:59:45Z" level=info msg="node5(707c43999951): Node leave event for 5005d33e7455/172.29.9.102" [2022-05-19T09:59:45.772Z] time="2022-05-19T09:59:45Z" level=info msg="Node 5005d33e7455 change state NodeActive --> NodeLeft" [2022-05-19T09:59:45.772Z] time="2022-05-19T09:59:45Z" level=info msg="node2(5005d33e7455): Node leave event for 5005d33e7455/172.29.9.102" [2022-05-19T09:59:46.112Z] time="2022-05-19T09:59:45Z" level=info msg="Node cf0046a2d4dc change state NodeActive --> NodeLeft" [2022-05-19T09:59:46.112Z] time="2022-05-19T09:59:45Z" level=info msg="node2(9e2a3983eb49): Node leave event for cf0046a2d4dc/172.31.247.78" [2022-05-19T09:59:46.112Z] time="2022-05-19T09:59:45Z" level=info msg="Node cf0046a2d4dc change state NodeActive --> NodeLeft" [2022-05-19T09:59:46.112Z] time="2022-05-19T09:59:45Z" level=info msg="node3(3924d4302241): Node leave event for cf0046a2d4dc/172.31.247.78" [2022-05-19T09:59:46.112Z] time="2022-05-19T09:59:45Z" level=info msg="Node cf0046a2d4dc change state NodeActive --> NodeLeft" [2022-05-19T09:59:46.112Z] time="2022-05-19T09:59:45Z" level=info msg="node5(63fe1cb720b1): Node leave event for cf0046a2d4dc/172.31.247.78" [2022-05-19T09:59:46.112Z] time="2022-05-19T09:59:45Z" level=info msg="Node cf0046a2d4dc change state NodeActive --> NodeLeft" [2022-05-19T09:59:46.112Z] time="2022-05-19T09:59:45Z" level=info msg="node4(4f9295437c50): Node leave event for cf0046a2d4dc/172.31.247.78" [2022-05-19T09:59:46.112Z] time="2022-05-19T09:59:45Z" level=info msg="Node cf0046a2d4dc change state NodeActive --> NodeLeft" [2022-05-19T09:59:46.112Z] time="2022-05-19T09:59:45Z" level=info msg="node1(cf0046a2d4dc): Node leave event for cf0046a2d4dc/172.31.247.78" [2022-05-19T09:59:46.112Z] time="2022-05-19T09:59:45Z" level=info msg="Node cf0046a2d4dc/172.31.247.78, left gossip cluster" [2022-05-19T09:59:46.112Z] time="2022-05-19T09:59:45Z" level=info msg="Node cf0046a2d4dc/172.31.247.78, left gossip cluster" [2022-05-19T09:59:46.112Z] time="2022-05-19T09:59:45Z" level=info msg="Node cf0046a2d4dc/172.31.247.78, left gossip cluster" [2022-05-19T09:59:46.112Z] time="2022-05-19T09:59:45Z" level=info msg="Node cf0046a2d4dc/172.31.247.78, left gossip cluster" [2022-05-19T09:59:46.112Z] time="2022-05-19T09:59:45Z" level=info msg="Node cf0046a2d4dc/172.31.247.78, left gossip cluster" [2022-05-19T09:59:46.241Z] time="2022-05-19T09:59:45Z" level=info msg="Node 5005d33e7455/172.29.9.102, left gossip cluster" [2022-05-19T09:59:46.241Z] time="2022-05-19T09:59:45Z" level=info msg="Node 5005d33e7455/172.29.9.102, left gossip cluster" [2022-05-19T09:59:46.241Z] time="2022-05-19T09:59:45Z" level=info msg="Node 5005d33e7455/172.29.9.102, left gossip cluster" [2022-05-19T09:59:46.241Z] time="2022-05-19T09:59:45Z" level=info msg="Node 5005d33e7455/172.29.9.102, left gossip cluster" [2022-05-19T09:59:46.241Z] time="2022-05-19T09:59:46Z" level=info msg="Node a32be5bc90c4 change state NodeActive --> NodeLeft" [2022-05-19T09:59:46.241Z] time="2022-05-19T09:59:46Z" level=info msg="node4(b4483c7b63d9): Node leave event for a32be5bc90c4/172.29.9.102" [2022-05-19T09:59:46.241Z] time="2022-05-19T09:59:46Z" level=info msg="Node a32be5bc90c4 change state NodeActive --> NodeLeft" [2022-05-19T09:59:46.241Z] time="2022-05-19T09:59:46Z" level=info msg="node5(707c43999951): Node leave event for a32be5bc90c4/172.29.9.102" [2022-05-19T09:59:46.385Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2022-05-19T09:59:46.575Z] tests/integration/models_services_test.py ................X. [ 95%] [2022-05-19T09:59:46.579Z] time="2022-05-19T09:59:46Z" level=info msg="node 1 leaving" [2022-05-19T09:59:46.579Z] time="2022-05-19T09:59:46Z" level=warning msg="memberlist: Failed to send ping: write udp [::]:10033->172.31.247.78:10034: use of closed network connection" [2022-05-19T09:59:46.579Z] time="2022-05-19T09:59:46Z" level=info msg="Node 9e2a3983eb49 change state NodeActive --> NodeLeft" [2022-05-19T09:59:46.579Z] time="2022-05-19T09:59:46Z" level=info msg="node5(63fe1cb720b1): Node leave event for 9e2a3983eb49/172.31.247.78" [2022-05-19T09:59:46.579Z] time="2022-05-19T09:59:46Z" level=info msg="Node 9e2a3983eb49 change state NodeActive --> NodeLeft" [2022-05-19T09:59:46.579Z] time="2022-05-19T09:59:46Z" level=info msg="node4(4f9295437c50): Node leave event for 9e2a3983eb49/172.31.247.78" [2022-05-19T09:59:46.579Z] time="2022-05-19T09:59:46Z" level=info msg="Node 9e2a3983eb49 change state NodeActive --> NodeLeft" [2022-05-19T09:59:46.579Z] time="2022-05-19T09:59:46Z" level=info msg="node3(3924d4302241): Node leave event for 9e2a3983eb49/172.31.247.78" [2022-05-19T09:59:46.579Z] time="2022-05-19T09:59:46Z" level=info msg="Node 9e2a3983eb49/172.31.247.78, left gossip cluster" [2022-05-19T09:59:46.579Z] time="2022-05-19T09:59:46Z" level=info msg="Node 9e2a3983eb49 change state NodeActive --> NodeFailed" [2022-05-19T09:59:46.579Z] time="2022-05-19T09:59:46Z" level=info msg="Node 9e2a3983eb49/172.31.247.78, added to failed nodes list" [2022-05-19T09:59:46.579Z] time="2022-05-19T09:59:46Z" level=error msg="node: 9e2a3983eb49 is unknown to memberlist" [2022-05-19T09:59:46.579Z] time="2022-05-19T09:59:46Z" level=info msg="Node 9e2a3983eb49/172.31.247.78, left gossip cluster" [2022-05-19T09:59:46.579Z] time="2022-05-19T09:59:46Z" level=info msg="Node 9e2a3983eb49/172.31.247.78, left gossip cluster" [2022-05-19T09:59:46.579Z] time="2022-05-19T09:59:46Z" level=info msg="Node 9e2a3983eb49/172.31.247.78, left gossip cluster" [2022-05-19T09:59:46.579Z] time="2022-05-19T09:59:46Z" level=info msg="node 2 leaving" [2022-05-19T09:59:46.579Z] time="2022-05-19T09:59:46Z" level=info msg="Node 3924d4302241 change state NodeActive --> NodeLeft" [2022-05-19T09:59:46.579Z] time="2022-05-19T09:59:46Z" level=info msg="node4(4f9295437c50): Node leave event for 3924d4302241/172.31.247.78" [2022-05-19T09:59:46.579Z] time="2022-05-19T09:59:46Z" level=info msg="Node 3924d4302241 change state NodeActive --> NodeLeft" [2022-05-19T09:59:46.579Z] time="2022-05-19T09:59:46Z" level=info msg="node5(63fe1cb720b1): Node leave event for 3924d4302241/172.31.247.78" [2022-05-19T09:59:46.579Z] time="2022-05-19T09:59:46Z" level=info msg="Node 3924d4302241 change state NodeActive --> NodeLeft" [2022-05-19T09:59:46.579Z] time="2022-05-19T09:59:46Z" level=info msg="node3(3924d4302241): Node leave event for 3924d4302241/172.31.247.78" [2022-05-19T09:59:46.642Z] --- PASS: TestWaitBlocked (0.03s) [2022-05-19T09:59:46.642Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.15s) [2022-05-19T09:59:46.642Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.20s) [2022-05-19T09:59:46.642Z] === CONT TestContainerStartOnDaemonRestart [2022-05-19T09:59:46.642Z] === CONT TestRestartDaemonWithRestartingContainer [2022-05-19T09:59:46.642Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2022-05-19T09:59:46.713Z] time="2022-05-19T09:59:46Z" level=info msg="Node a32be5bc90c4 change state NodeActive --> NodeLeft" [2022-05-19T09:59:46.713Z] time="2022-05-19T09:59:46Z" level=info msg="node3(a32be5bc90c4): Node leave event for a32be5bc90c4/172.29.9.102" [2022-05-19T09:59:46.713Z] time="2022-05-19T09:59:46Z" level=info msg="Node a32be5bc90c4/172.29.9.102, left gossip cluster" [2022-05-19T09:59:46.713Z] time="2022-05-19T09:59:46Z" level=info msg="Node a32be5bc90c4/172.29.9.102, left gossip cluster" [2022-05-19T09:59:46.713Z] time="2022-05-19T09:59:46Z" level=info msg="Node a32be5bc90c4/172.29.9.102, left gossip cluster" [2022-05-19T09:59:46.713Z] time="2022-05-19T09:59:46Z" level=debug msg="memberlist: Failed ping: a32be5bc90c4 (timeout reached)" [2022-05-19T09:59:46.713Z] time="2022-05-19T09:59:46Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10034->172.29.9.102:10037: use of closed network connection" [2022-05-19T09:59:46.713Z] time="2022-05-19T09:59:46Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10034->172.29.9.102:10036: use of closed network connection" [2022-05-19T09:59:46.713Z] time="2022-05-19T09:59:46Z" level=debug msg="memberlist: Stream connection from=172.29.9.102:49402" [2022-05-19T09:59:47.047Z] time="2022-05-19T09:59:46Z" level=info msg="Node 3924d4302241/172.31.247.78, left gossip cluster" [2022-05-19T09:59:47.047Z] time="2022-05-19T09:59:46Z" level=info msg="Node 3924d4302241/172.31.247.78, left gossip cluster" [2022-05-19T09:59:47.047Z] networkdb_test.go:867: node4: OK [2022-05-19T09:59:47.047Z] networkdb_test.go:867: node5: OK [2022-05-19T09:59:47.047Z] time="2022-05-19T09:59:46Z" level=info msg="node 0 coming back" [2022-05-19T09:59:47.047Z] time="2022-05-19T09:59:46Z" level=info msg="Node 3924d4302241/172.31.247.78, left gossip cluster" [2022-05-19T09:59:47.047Z] time="2022-05-19T09:59:46Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:30edffe241ed with config:&{NodeID:30edffe241ed 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-05-19T09:59:47.047Z] time="2022-05-19T09:59:46Z" level=info msg="Node 30edffe241ed/172.31.247.78, joined gossip cluster" [2022-05-19T09:59:47.047Z] time="2022-05-19T09:59:46Z" level=info msg="Node 30edffe241ed/172.31.247.78, added to nodes list" [2022-05-19T09:59:47.047Z] time="2022-05-19T09:59:46Z" level=info msg="node 1 coming back" [2022-05-19T09:59:47.047Z] time="2022-05-19T09:59:46Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:3d2f16de7c5c with config:&{NodeID:3d2f16de7c5c 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-05-19T09:59:47.047Z] time="2022-05-19T09:59:46Z" level=info msg="Node 3d2f16de7c5c/172.31.247.78, joined gossip cluster" [2022-05-19T09:59:47.047Z] time="2022-05-19T09:59:46Z" level=info msg="Node 3d2f16de7c5c/172.31.247.78, added to nodes list" [2022-05-19T09:59:47.047Z] time="2022-05-19T09:59:46Z" level=info msg="node 2 coming back" [2022-05-19T09:59:47.047Z] time="2022-05-19T09:59:46Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:8f6f4c46628f with config:&{NodeID:8f6f4c46628f 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-05-19T09:59:47.047Z] time="2022-05-19T09:59:46Z" level=info msg="Node 8f6f4c46628f/172.31.247.78, joined gossip cluster" [2022-05-19T09:59:47.047Z] time="2022-05-19T09:59:46Z" level=info msg="Node 8f6f4c46628f/172.31.247.78, added to nodes list" [2022-05-19T09:59:47.185Z] time="2022-05-19T09:59:46Z" level=info msg="Node b4483c7b63d9 change state NodeActive --> NodeLeft" [2022-05-19T09:59:47.185Z] time="2022-05-19T09:59:46Z" level=info msg="node5(707c43999951): Node leave event for b4483c7b63d9/172.29.9.102" [2022-05-19T09:59:47.185Z] time="2022-05-19T09:59:46Z" level=info msg="Node b4483c7b63d9 change state NodeActive --> NodeLeft" [2022-05-19T09:59:47.185Z] time="2022-05-19T09:59:46Z" level=info msg="node4(b4483c7b63d9): Node leave event for b4483c7b63d9/172.29.9.102" [2022-05-19T09:59:47.185Z] time="2022-05-19T09:59:47Z" level=warning msg="memberlist: Was able to connect to a32be5bc90c4 but other probes failed, network may be misconfigured" [2022-05-19T09:59:47.514Z] time="2022-05-19T09:59:47Z" level=debug msg="memberlist: Failed ping: 4f9295437c50 (timeout reached)" [2022-05-19T09:59:47.514Z] time="2022-05-19T09:59:47Z" level=debug msg="memberlist: Stream connection from=172.31.247.78:49371" [2022-05-19T09:59:47.653Z] time="2022-05-19T09:59:47Z" level=info msg="Node b4483c7b63d9/172.29.9.102, left gossip cluster" [2022-05-19T09:59:47.653Z] time="2022-05-19T09:59:47Z" level=info msg="Node b4483c7b63d9/172.29.9.102, left gossip cluster" [2022-05-19T09:59:47.982Z] time="2022-05-19T09:59:47Z" level=warning msg="memberlist: Was able to connect to 4f9295437c50 but other probes failed, network may be misconfigured" [2022-05-19T09:59:48.649Z] time="2022-05-19T09:59:48Z" level=info msg="Node 707c43999951/172.29.9.102, left gossip cluster" [2022-05-19T09:59:48.649Z] time="2022-05-19T09:59:48Z" level=info msg="Node 707c43999951 change state NodeActive --> NodeFailed" [2022-05-19T09:59:48.649Z] time="2022-05-19T09:59:48Z" level=info msg="Node 707c43999951/172.29.9.102, added to failed nodes list" [2022-05-19T09:59:48.649Z] --- PASS: TestNetworkDBIslands (11.89s) [2022-05-19T09:59:48.649Z] PASS [2022-05-19T09:59:48.649Z] coverage: 60.1% of statements [2022-05-19T09:59:48.649Z] ok github.com/docker/docker/libnetwork/networkdb 106.835s coverage: 60.1% of statements [2022-05-19T09:59:48.649Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2022-05-19T09:59:48.649Z] ? github.com/docker/docker/libnetwork/osl/kernel [no test files] [2022-05-19T09:59:48.649Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2022-05-19T09:59:48.649Z] ? github.com/docker/docker/oci/caps [no test files] [2022-05-19T09:59:48.649Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2022-05-19T09:59:48.649Z] ? github.com/docker/docker/pkg/parsers/kernel [no test files] [2022-05-19T09:59:48.649Z] ? github.com/docker/docker/pkg/platform [no test files] [2022-05-19T09:59:48.649Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2022-05-19T09:59:48.649Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2022-05-19T09:59:48.649Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2022-05-19T09:59:48.649Z] ? github.com/docker/docker/pkg/signal [no test files] [2022-05-19T09:59:48.649Z] ? github.com/docker/docker/pkg/urlutil [no test files] [2022-05-19T09:59:48.649Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2022-05-19T09:59:48.649Z] ? github.com/docker/docker/profiles/seccomp [no test files] [2022-05-19T09:59:48.649Z] ? github.com/docker/docker/quota [no test files] [2022-05-19T09:59:48.649Z] ? github.com/docker/docker/rootless [no test files] [2022-05-19T09:59:48.649Z] ? github.com/docker/docker/runconfig/opts [no test files] [2022-05-19T09:59:48.649Z] ? github.com/docker/docker/testutil/daemon [no test files] [2022-05-19T09:59:48.649Z] ? github.com/docker/docker/testutil/environment [no test files] [2022-05-19T09:59:48.649Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2022-05-19T09:59:48.649Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2022-05-19T09:59:48.649Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2022-05-19T09:59:48.649Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2022-05-19T09:59:48.649Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2022-05-19T09:59:48.649Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2022-05-19T09:59:48.649Z] ? github.com/docker/docker/testutil/registry [no test files] [2022-05-19T09:59:48.649Z] ? github.com/docker/docker/testutil/request [no test files] [2022-05-19T09:59:48.649Z] ? github.com/docker/docker/volume [no test files] [2022-05-19T09:59:48.649Z] ? github.com/docker/docker/volume/service/opts [no test files] [2022-05-19T09:59:48.649Z] ? github.com/docker/docker/volume/testutils [no test files] [2022-05-19T09:59:50.816Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithNames [2022-05-19T09:59:50.816Z] --- PASS: TestContainerStartOnDaemonRestart (3.98s) [2022-05-19T09:59:50.816Z] === CONT TestDaemonHostGatewayIP [2022-05-19T09:59:50.930Z] time="2022-05-19T09:59:50Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.31.247.78:10033 172.31.247.78:10034 172.31.247.78:10035]" [2022-05-19T09:59:50.930Z] time="2022-05-19T09:59:50Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.31.247.78:10033 172.31.247.78:10034 172.31.247.78:10035]" [2022-05-19T09:59:51.379Z] --- PASS: TestRestartDaemonWithRestartingContainer (4.76s) [2022-05-19T09:59:51.379Z] === CONT TestDaemonRestartIpcMode [2022-05-19T09:59:51.399Z] time="2022-05-19T09:59:51Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.31.247.78:10033" [2022-05-19T09:59:51.399Z] time="2022-05-19T09:59:51Z" level=debug msg="memberlist: Stream connection from=172.31.247.78:49372" [2022-05-19T09:59:51.399Z] time="2022-05-19T09:59:51Z" level=info msg="Node 63fe1cb720b1/172.31.247.78, joined gossip cluster" [2022-05-19T09:59:51.399Z] time="2022-05-19T09:59:51Z" level=info msg="Node 63fe1cb720b1/172.31.247.78, added to nodes list" [2022-05-19T09:59:51.399Z] time="2022-05-19T09:59:51Z" level=info msg="Node 4f9295437c50/172.31.247.78, joined gossip cluster" [2022-05-19T09:59:51.399Z] time="2022-05-19T09:59:51Z" level=info msg="Node 30edffe241ed/172.31.247.78, joined gossip cluster" [2022-05-19T09:59:51.399Z] time="2022-05-19T09:59:51Z" level=info msg="Node 4f9295437c50/172.31.247.78, added to nodes list" [2022-05-19T09:59:51.399Z] time="2022-05-19T09:59:51Z" level=info msg="Node 30edffe241ed/172.31.247.78, is the new incarnation of the shutdown node cf0046a2d4dc/172.31.247.78" [2022-05-19T09:59:51.399Z] time="2022-05-19T09:59:51Z" level=info msg="Node 30edffe241ed/172.31.247.78, added to nodes list" [2022-05-19T09:59:51.399Z] time="2022-05-19T09:59:51Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.31.247.78:10034" [2022-05-19T09:59:51.399Z] time="2022-05-19T09:59:51Z" level=debug msg="memberlist: Stream connection from=172.31.247.78:49373" [2022-05-19T09:59:51.399Z] time="2022-05-19T09:59:51Z" level=info msg="Node 30edffe241ed/172.31.247.78, joined gossip cluster" [2022-05-19T09:59:51.399Z] time="2022-05-19T09:59:51Z" level=info msg="Node 30edffe241ed/172.31.247.78, is the new incarnation of the shutdown node cf0046a2d4dc/172.31.247.78" [2022-05-19T09:59:51.399Z] time="2022-05-19T09:59:51Z" level=info msg="Node 30edffe241ed/172.31.247.78, added to nodes list" [2022-05-19T09:59:51.399Z] time="2022-05-19T09:59:51Z" level=info msg="Node 30edffe241ed/172.31.247.78, joined gossip cluster" [2022-05-19T09:59:51.399Z] time="2022-05-19T09:59:51Z" level=info msg="Node 30edffe241ed/172.31.247.78, added to nodes list" [2022-05-19T09:59:51.399Z] time="2022-05-19T09:59:51Z" level=info msg="Node 3d2f16de7c5c/172.31.247.78, joined gossip cluster" [2022-05-19T09:59:51.399Z] time="2022-05-19T09:59:51Z" level=info msg="Node 63fe1cb720b1/172.31.247.78, joined gossip cluster" [2022-05-19T09:59:51.399Z] time="2022-05-19T09:59:51Z" level=info msg="Node 3d2f16de7c5c/172.31.247.78, is the new incarnation of the shutdown node 9e2a3983eb49/172.31.247.78" [2022-05-19T09:59:51.399Z] time="2022-05-19T09:59:51Z" level=info msg="Node 3d2f16de7c5c/172.31.247.78, added to nodes list" [2022-05-19T09:59:51.399Z] time="2022-05-19T09:59:51Z" level=info msg="Node 63fe1cb720b1/172.31.247.78, added to nodes list" [2022-05-19T09:59:51.399Z] time="2022-05-19T09:59:51Z" level=info msg="Node 4f9295437c50/172.31.247.78, joined gossip cluster" [2022-05-19T09:59:51.399Z] time="2022-05-19T09:59:51Z" level=info msg="Node 4f9295437c50/172.31.247.78, added to nodes list" [2022-05-19T09:59:51.399Z] time="2022-05-19T09:59:51Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.31.247.78:10035" [2022-05-19T09:59:51.399Z] time="2022-05-19T09:59:51Z" level=debug msg="memberlist: Stream connection from=172.31.247.78:49374" [2022-05-19T09:59:51.399Z] time="2022-05-19T09:59:51Z" level=info msg="Node 30edffe241ed/172.31.247.78, joined gossip cluster" [2022-05-19T09:59:51.399Z] time="2022-05-19T09:59:51Z" level=info msg="Node 30edffe241ed/172.31.247.78, added to nodes list" [2022-05-19T09:59:51.399Z] time="2022-05-19T09:59:51Z" level=info msg="Node 63fe1cb720b1/172.31.247.78, joined gossip cluster" [2022-05-19T09:59:51.399Z] time="2022-05-19T09:59:51Z" level=info msg="Node 63fe1cb720b1/172.31.247.78, added to nodes list" [2022-05-19T09:59:51.399Z] time="2022-05-19T09:59:51Z" level=info msg="Node 4f9295437c50/172.31.247.78, joined gossip cluster" [2022-05-19T09:59:51.399Z] time="2022-05-19T09:59:51Z" level=info msg="Node 4f9295437c50/172.31.247.78, added to nodes list" [2022-05-19T09:59:51.399Z] time="2022-05-19T09:59:51Z" level=info msg="Node 3d2f16de7c5c/172.31.247.78, joined gossip cluster" [2022-05-19T09:59:51.399Z] time="2022-05-19T09:59:51Z" level=info msg="Node 8f6f4c46628f/172.31.247.78, joined gossip cluster" [2022-05-19T09:59:51.399Z] time="2022-05-19T09:59:51Z" level=info msg="Node 8f6f4c46628f/172.31.247.78, is the new incarnation of the shutdown node 3924d4302241/172.31.247.78" [2022-05-19T09:59:51.399Z] time="2022-05-19T09:59:51Z" level=info msg="Node 8f6f4c46628f/172.31.247.78, added to nodes list" [2022-05-19T09:59:51.399Z] time="2022-05-19T09:59:51Z" level=info msg="Node 3d2f16de7c5c/172.31.247.78, added to nodes list" [2022-05-19T09:59:51.399Z] time="2022-05-19T09:59:51Z" level=info msg="Node 3d2f16de7c5c/172.31.247.78, joined gossip cluster" [2022-05-19T09:59:51.399Z] time="2022-05-19T09:59:51Z" level=info msg="Node 3d2f16de7c5c/172.31.247.78, added to nodes list" [2022-05-19T09:59:51.601Z] [2022-05-19T09:59:51.601Z] === Skipped [2022-05-19T09:59:51.601Z] === SKIP: github.com/docker/docker/builder/dockerfile TestStopSignal (0.00s) [2022-05-19T09:59:51.601Z] dispatchers_test.go:377: Windows does not support stopsignal [2022-05-19T09:59:51.601Z] [2022-05-19T09:59:51.601Z] === SKIP: github.com/docker/docker/builder/remotecontext TestCloseRootDirectory (0.00s) [2022-05-19T09:59:51.601Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-05-19T09:59:51.601Z] [2022-05-19T09:59:51.601Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashFile (0.01s) [2022-05-19T09:59:51.601Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-05-19T09:59:51.601Z] [2022-05-19T09:59:51.601Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashSubdir (0.01s) [2022-05-19T09:59:51.601Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-05-19T09:59:51.601Z] [2022-05-19T09:59:51.867Z] time="2022-05-19T09:59:51Z" level=info msg="Node 8f6f4c46628f/172.31.247.78, joined gossip cluster" [2022-05-19T09:59:51.867Z] time="2022-05-19T09:59:51Z" level=info msg="Node 8f6f4c46628f/172.31.247.78, is the new incarnation of the shutdown node 3924d4302241/172.31.247.78" [2022-05-19T09:59:51.867Z] time="2022-05-19T09:59:51Z" level=info msg="Node 8f6f4c46628f/172.31.247.78, added to nodes list" [2022-05-19T09:59:51.867Z] time="2022-05-19T09:59:51Z" level=info msg="Node 3d2f16de7c5c/172.31.247.78, joined gossip cluster" [2022-05-19T09:59:51.867Z] time="2022-05-19T09:59:51Z" level=info msg="Node 3d2f16de7c5c/172.31.247.78, is the new incarnation of the shutdown node 9e2a3983eb49/172.31.247.78" [2022-05-19T09:59:51.867Z] time="2022-05-19T09:59:51Z" level=info msg="Node 3d2f16de7c5c/172.31.247.78, added to nodes list" [2022-05-19T09:59:51.867Z] time="2022-05-19T09:59:51Z" level=info msg="Node 8f6f4c46628f/172.31.247.78, joined gossip cluster" [2022-05-19T09:59:51.867Z] time="2022-05-19T09:59:51Z" level=info msg="Node 8f6f4c46628f/172.31.247.78, added to nodes list" [2022-05-19T09:59:51.867Z] time="2022-05-19T09:59:51Z" level=info msg="Node 8f6f4c46628f/172.31.247.78, joined gossip cluster" [2022-05-19T09:59:51.867Z] time="2022-05-19T09:59:51Z" level=info msg="Node 8f6f4c46628f/172.31.247.78, added to nodes list" [2022-05-19T09:59:51.867Z] time="2022-05-19T09:59:51Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.31.247.78:10033" [2022-05-19T09:59:51.867Z] time="2022-05-19T09:59:51Z" level=debug msg="memberlist: Stream connection from=172.31.247.78:49375" [2022-05-19T09:59:51.867Z] time="2022-05-19T09:59:51Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.31.247.78:10034" [2022-05-19T09:59:51.867Z] time="2022-05-19T09:59:51Z" level=debug msg="memberlist: Stream connection from=172.31.247.78:49376" [2022-05-19T09:59:51.867Z] time="2022-05-19T09:59:51Z" level=debug msg="memberlist: Stream connection from=172.31.247.78:49377" [2022-05-19T09:59:51.867Z] time="2022-05-19T09:59:51Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.31.247.78:10035" [2022-05-19T09:59:52.069Z] === SKIP: github.com/docker/docker/builder/remotecontext TestRemoveDirectory (0.01s) [2022-05-19T09:59:52.069Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-05-19T09:59:52.069Z] [2022-05-19T09:59:52.069Z] === SKIP: github.com/docker/docker/client TestNewClientWithOpsFromEnv (0.00s) [2022-05-19T09:59:52.069Z] client_test.go:22: runtime.GOOS == "windows" [2022-05-19T09:59:52.069Z] [2022-05-19T09:59:52.069Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCP6Proxy (0.00s) [2022-05-19T09:59:52.069Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-05-19T09:59:52.069Z] [2022-05-19T09:59:52.069Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2022-05-19T09:59:52.069Z] network_proxy_test.go:208: No support for dual stack yet [2022-05-19T09:59:52.069Z] [2022-05-19T09:59:52.069Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestUDP6Proxy (0.00s) [2022-05-19T09:59:52.069Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-05-19T09:59:52.069Z] [2022-05-19T09:59:52.069Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP4Proxy (0.00s) [2022-05-19T09:59:52.069Z] network_proxy_test.go:284: runtime.GOOS == "windows": sctp is not supported on windows [2022-05-19T09:59:52.069Z] [2022-05-19T09:59:52.069Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP6Proxy (0.00s) [2022-05-19T09:59:52.069Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-05-19T09:59:52.069Z] [2022-05-19T09:59:52.069Z] === SKIP: github.com/docker/docker/daemon TestContainerInitDNS (0.00s) [2022-05-19T09:59:52.069Z] daemon_test.go:145: root required [2022-05-19T09:59:52.069Z] [2022-05-19T09:59:52.069Z] === SKIP: github.com/docker/docker/daemon TestDaemonReloadNetworkDiagnosticPort (0.00s) [2022-05-19T09:59:52.069Z] reload_test.go:342: root required [2022-05-19T09:59:52.069Z] [2022-05-19T09:59:52.069Z] === SKIP: github.com/docker/docker/daemon/config TestReloadDefaultConfigNotExist (0.01s) [2022-05-19T09:59:52.069Z] config_test.go:480: os.Getuid() != 0: skipping test that requires root [2022-05-19T09:59:52.069Z] [2022-05-19T09:59:52.069Z] === SKIP: github.com/docker/docker/distribution TestFixManifestLayersBaseLayerParent (0.00s) [2022-05-19T09:59:52.069Z] pull_v2_test.go:82: Needs fixing on Windows [2022-05-19T09:59:52.069Z] [2022-05-19T09:59:52.069Z] === SKIP: github.com/docker/docker/distribution TestValidateManifest (0.00s) [2022-05-19T09:59:52.069Z] pull_v2_test.go:127: Needs fixing on Windows [2022-05-19T09:59:52.069Z] [2022-05-19T09:59:52.069Z] === SKIP: github.com/docker/docker/distribution/xfer TestSuccessfulDownload (0.00s) [2022-05-19T09:59:52.069Z] download_test.go:267: Needs fixing on Windows [2022-05-19T09:59:52.069Z] [2022-05-19T09:59:52.069Z] === SKIP: github.com/docker/docker/layer TestLayerRelease (0.00s) [2022-05-19T09:59:52.069Z] layer_test.go:291: Failing on Windows [2022-05-19T09:59:52.069Z] [2022-05-19T09:59:52.069Z] === SKIP: github.com/docker/docker/layer TestStoreRestore (0.00s) [2022-05-19T09:59:52.069Z] layer_test.go:340: Failing on Windows [2022-05-19T09:59:52.069Z] [2022-05-19T09:59:52.069Z] === SKIP: github.com/docker/docker/layer TestTarStreamStability (0.00s) [2022-05-19T09:59:52.069Z] layer_test.go:455: Failing on Windows [2022-05-19T09:59:52.069Z] [2022-05-19T09:59:52.069Z] === SKIP: github.com/docker/docker/layer TestTarStreamVerification (0.00s) [2022-05-19T09:59:52.069Z] layer_test.go:684: Failing on Windows [2022-05-19T09:59:52.069Z] [2022-05-19T09:59:52.069Z] === SKIP: github.com/docker/docker/layer TestLayerMigration (0.00s) [2022-05-19T09:59:52.069Z] migration_test.go:45: Failing on Windows [2022-05-19T09:59:52.069Z] [2022-05-19T09:59:52.069Z] === SKIP: github.com/docker/docker/layer TestLayerMigrationNoTarsplit (0.00s) [2022-05-19T09:59:52.069Z] migration_test.go:181: Failing on Windows [2022-05-19T09:59:52.069Z] [2022-05-19T09:59:52.069Z] === SKIP: github.com/docker/docker/layer TestMountInit (0.00s) [2022-05-19T09:59:52.069Z] mount_test.go:17: Failing on Windows [2022-05-19T09:59:52.069Z] [2022-05-19T09:59:52.069Z] === SKIP: github.com/docker/docker/layer TestMountSize (0.00s) [2022-05-19T09:59:52.069Z] mount_test.go:76: Failing on Windows [2022-05-19T09:59:52.069Z] [2022-05-19T09:59:52.069Z] === SKIP: github.com/docker/docker/layer TestMountChanges (0.00s) [2022-05-19T09:59:52.069Z] mount_test.go:125: Failing on Windows [2022-05-19T09:59:52.069Z] [2022-05-19T09:59:52.069Z] === SKIP: github.com/docker/docker/layer TestMountApply (0.00s) [2022-05-19T09:59:52.069Z] mount_test.go:212: Failing on Windows [2022-05-19T09:59:52.069Z] [2022-05-19T09:59:52.069Z] === SKIP: github.com/docker/docker/libnetwork TestSRVServiceQuery (0.01s) [2022-05-19T09:59:52.069Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2022-05-19T09:59:52.069Z] [2022-05-19T09:59:52.069Z] === SKIP: github.com/docker/docker/libnetwork TestServiceVIPReuse (0.00s) [2022-05-19T09:59:52.069Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2022-05-19T09:59:52.069Z] [2022-05-19T09:59:52.069Z] === SKIP: github.com/docker/docker/libnetwork TestIpamReleaseOnNetDriverFailures (0.01s) [2022-05-19T09:59:52.069Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2022-05-19T09:59:52.069Z] [2022-05-19T09:59:52.069Z] === SKIP: github.com/docker/docker/libnetwork TestDNSIPQuery (0.00s) [2022-05-19T09:59:52.069Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2022-05-19T09:59:52.069Z] [2022-05-19T09:59:52.069Z] === SKIP: github.com/docker/docker/libnetwork TestDNSProxyServFail (0.00s) [2022-05-19T09:59:52.069Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2022-05-19T09:59:52.069Z] [2022-05-19T09:59:52.069Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddEmpty (0.00s) [2022-05-19T09:59:52.069Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-05-19T09:59:52.069Z] [2022-05-19T09:59:52.069Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddMultiPrio (0.00s) [2022-05-19T09:59:52.069Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-05-19T09:59:52.069Z] [2022-05-19T09:59:52.069Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddSamePrio (0.00s) [2022-05-19T09:59:52.069Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-05-19T09:59:52.069Z] [2022-05-19T09:59:52.069Z] === SKIP: github.com/docker/docker/libnetwork TestCleanupServiceDiscovery (0.00s) [2022-05-19T09:59:52.069Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2022-05-19T09:59:52.069Z] [2022-05-19T09:59:52.069Z] === SKIP: github.com/docker/docker/libnetwork TestDNSOptions (0.00s) [2022-05-19T09:59:52.069Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2022-05-19T09:59:52.069Z] [2022-05-19T09:59:52.069Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestNAT (0.00s) [2022-05-19T09:59:52.069Z] windows_test.go:58: Test does not work on CI and was never running to begin with [2022-05-19T09:59:52.069Z] [2022-05-19T09:59:52.069Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestTransparent (0.00s) [2022-05-19T09:59:52.069Z] windows_test.go:63: Test does not work on CI and was never running to begin with [2022-05-19T09:59:52.069Z] [2022-05-19T09:59:52.069Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2022-05-19T09:59:52.069Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-19T09:59:52.069Z] [2022-05-19T09:59:52.069Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2022-05-19T09:59:52.069Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-19T09:59:52.069Z] [2022-05-19T09:59:52.069Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2022-05-19T09:59:52.069Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-19T09:59:52.069Z] [2022-05-19T09:59:52.069Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2022-05-19T09:59:52.069Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-19T09:59:52.069Z] [2022-05-19T09:59:52.069Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2022-05-19T09:59:52.069Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-19T09:59:52.069Z] [2022-05-19T09:59:52.069Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamXz (0.00s) [2022-05-19T09:59:52.069Z] archive_test.go:133: Xz not present in msys2 [2022-05-19T09:59:52.069Z] [2022-05-19T09:59:52.069Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamZstd (0.04s) [2022-05-19T09:59:52.069Z] archive_test.go:140: zstd not installed [2022-05-19T09:59:52.069Z] [2022-05-19T09:59:52.069Z] === SKIP: github.com/docker/docker/pkg/archive TestCmdStreamBad (0.00s) [2022-05-19T09:59:52.069Z] archive_test.go:252: Failing on Windows CI machines [2022-05-19T09:59:52.069Z] [2022-05-19T09:59:52.069Z] === SKIP: github.com/docker/docker/pkg/archive TestCopyFileWithInvalidDest (0.00s) [2022-05-19T09:59:52.069Z] archive_windows_test.go:16: Currently fails [2022-05-19T09:59:52.069Z] [2022-05-19T09:59:52.069Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesWithChangesGH13590 (0.00s) [2022-05-19T09:59:52.069Z] changes_test.go:196: needs more investigation [2022-05-19T09:59:52.070Z] [2022-05-19T09:59:52.070Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesDirsEmpty (0.00s) [2022-05-19T09:59:52.070Z] changes_test.go:261: FIXME: broken on Windows 1903 and up; see #39846 [2022-05-19T09:59:52.070Z] [2022-05-19T09:59:52.070Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesDirsMutated (0.00s) [2022-05-19T09:59:52.070Z] changes_test.go:355: FIXME: broken on Windows 1903 and up; see #39846 [2022-05-19T09:59:52.070Z] [2022-05-19T09:59:52.070Z] === SKIP: github.com/docker/docker/pkg/archive TestApplyLayer (0.00s) [2022-05-19T09:59:52.070Z] changes_test.go:433: needs further investigation [2022-05-19T09:59:52.070Z] [2022-05-19T09:59:52.070Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesSizeWithHardlinks (0.00s) [2022-05-19T09:59:52.070Z] changes_test.go:469: needs further investigation [2022-05-19T09:59:52.070Z] [2022-05-19T09:59:52.070Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntar (0.00s) [2022-05-19T09:59:52.070Z] archive_test.go:45: os.Getuid() != 0: skipping test that requires root [2022-05-19T09:59:52.070Z] [2022-05-19T09:59:52.070Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarWithHugeExcludesList (0.00s) [2022-05-19T09:59:52.070Z] archive_test.go:77: os.Getuid() != 0: skipping test that requires root [2022-05-19T09:59:52.070Z] [2022-05-19T09:59:52.070Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntarWithSymlink (0.00s) [2022-05-19T09:59:52.070Z] archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-05-19T09:59:52.070Z] [2022-05-19T09:59:52.070Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyWithTar (0.00s) [2022-05-19T09:59:52.070Z] archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-05-19T09:59:52.070Z] [2022-05-19T09:59:52.070Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyFileWithTar (0.01s) [2022-05-19T09:59:52.070Z] archive_test.go:249: os.Getuid() != 0: skipping test that requires root [2022-05-19T09:59:52.070Z] [2022-05-19T09:59:52.070Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarPath (0.00s) [2022-05-19T09:59:52.070Z] archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-05-19T09:59:52.070Z] [2022-05-19T09:59:52.070Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2022-05-19T09:59:52.070Z] archive_test.go:356: os.Getuid() != 0: skipping test that requires root [2022-05-19T09:59:52.070Z] [2022-05-19T09:59:52.070Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2022-05-19T09:59:52.070Z] archive_test.go:373: os.Getuid() != 0: skipping test that requires root [2022-05-19T09:59:52.070Z] [2022-05-19T09:59:52.070Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyDotDotFile (0.00s) [2022-05-19T09:59:52.070Z] archive_test.go:390: os.Getuid() != 0: skipping test that requires root [2022-05-19T09:59:52.070Z] [2022-05-19T09:59:52.070Z] === SKIP: github.com/docker/docker/pkg/filenotify TestPollerEvent (0.00s) [2022-05-19T09:59:52.070Z] poller_test.go:40: No chmod on Windows [2022-05-19T09:59:52.070Z] [2022-05-19T09:59:52.070Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2022-05-19T09:59:52.070Z] fileutils_test.go:133: Needs porting to Windows [2022-05-19T09:59:52.070Z] [2022-05-19T09:59:52.070Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryToFile (0.00s) [2022-05-19T09:59:52.070Z] fileutils_test.go:179: Needs porting to Windows [2022-05-19T09:59:52.070Z] [2022-05-19T09:59:52.070Z] === SKIP: github.com/docker/docker/registry TestPingRegistryEndpoint (0.00s) [2022-05-19T09:59:52.070Z] registry_test.go:50: os.Getuid() != 0: skipping test that requires root [2022-05-19T09:59:52.070Z] [2022-05-19T09:59:52.070Z] === SKIP: github.com/docker/docker/registry TestEndpoint (0.00s) [2022-05-19T09:59:52.070Z] registry_test.go:70: os.Getuid() != 0: skipping test that requires root [2022-05-19T09:59:52.070Z] [2022-05-19T09:59:52.070Z] === SKIP: github.com/docker/docker/registry TestMirrorEndpointLookup (0.00s) [2022-05-19T09:59:52.070Z] registry_test.go:511: os.Getuid() != 0: skipping test that requires root [2022-05-19T09:59:52.070Z] [2022-05-19T09:59:52.070Z] === SKIP: github.com/docker/docker/volume/local TestRemove (0.00s) [2022-05-19T09:59:52.070Z] local_test.go:33: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2022-05-19T09:59:52.070Z] [2022-05-19T09:59:52.070Z] === SKIP: github.com/docker/docker/volume/local TestCreateWithOpts (0.00s) [2022-05-19T09:59:52.070Z] local_test.go:180: runtime.GOOS == "windows" [2022-05-19T09:59:52.070Z] [2022-05-19T09:59:52.070Z] DONE 2329 tests, 70 skipped in 329.167s [2022-05-19T09:59:52.070Z] INFO: make.ps1 ended at 05/19/2022 09:59:51 [2022-05-19T09:59:52.336Z] 2022/05/19 09:59:51 Closing DB instances... [2022-05-19T09:59:52.336Z] time="2022-05-19T09:59:52Z" level=info msg="Node 30edffe241ed change state NodeActive --> NodeLeft" [2022-05-19T09:59:52.336Z] time="2022-05-19T09:59:52Z" level=info msg="node2(3d2f16de7c5c): Node leave event for 30edffe241ed/172.31.247.78" [2022-05-19T09:59:52.336Z] time="2022-05-19T09:59:52Z" level=info msg="Node 30edffe241ed change state NodeActive --> NodeLeft" [2022-05-19T09:59:52.336Z] time="2022-05-19T09:59:52Z" level=info msg="node4(4f9295437c50): Node leave event for 30edffe241ed/172.31.247.78" [2022-05-19T09:59:52.336Z] time="2022-05-19T09:59:52Z" level=info msg="Node 30edffe241ed change state NodeActive --> NodeLeft" [2022-05-19T09:59:52.336Z] time="2022-05-19T09:59:52Z" level=info msg="node5(63fe1cb720b1): Node leave event for 30edffe241ed/172.31.247.78" [2022-05-19T09:59:52.336Z] time="2022-05-19T09:59:52Z" level=info msg="Node 30edffe241ed change state NodeActive --> NodeLeft" [2022-05-19T09:59:52.336Z] time="2022-05-19T09:59:52Z" level=info msg="node1(30edffe241ed): Node leave event for 30edffe241ed/172.31.247.78" [2022-05-19T09:59:52.336Z] time="2022-05-19T09:59:52Z" level=info msg="Node 30edffe241ed change state NodeActive --> NodeLeft" [2022-05-19T09:59:52.336Z] time="2022-05-19T09:59:52Z" level=info msg="node3(8f6f4c46628f): Node leave event for 30edffe241ed/172.31.247.78" [2022-05-19T09:59:52.804Z] time="2022-05-19T09:59:52Z" level=info msg="Node 30edffe241ed/172.31.247.78, left gossip cluster" [2022-05-19T09:59:52.804Z] time="2022-05-19T09:59:52Z" level=info msg="Node 30edffe241ed/172.31.247.78, left gossip cluster" [2022-05-19T09:59:52.804Z] time="2022-05-19T09:59:52Z" level=info msg="Node 30edffe241ed/172.31.247.78, left gossip cluster" [2022-05-19T09:59:52.804Z] time="2022-05-19T09:59:52Z" level=info msg="Node 30edffe241ed/172.31.247.78, left gossip cluster" [2022-05-19T09:59:52.804Z] time="2022-05-19T09:59:52Z" level=info msg="Node 30edffe241ed/172.31.247.78, left gossip cluster" [2022-05-19T09:59:52.804Z] time="2022-05-19T09:59:52Z" level=info msg="Node 3d2f16de7c5c change state NodeActive --> NodeLeft" [2022-05-19T09:59:52.804Z] time="2022-05-19T09:59:52Z" level=info msg="node5(63fe1cb720b1): Node leave event for 3d2f16de7c5c/172.31.247.78" [2022-05-19T09:59:52.804Z] time="2022-05-19T09:59:52Z" level=info msg="Node 3d2f16de7c5c change state NodeActive --> NodeLeft" [2022-05-19T09:59:52.804Z] time="2022-05-19T09:59:52Z" level=info msg="node4(4f9295437c50): Node leave event for 3d2f16de7c5c/172.31.247.78" [2022-05-19T09:59:52.804Z] time="2022-05-19T09:59:52Z" level=info msg="Node 3d2f16de7c5c change state NodeActive --> NodeLeft" [2022-05-19T09:59:52.804Z] time="2022-05-19T09:59:52Z" level=info msg="node3(8f6f4c46628f): Node leave event for 3d2f16de7c5c/172.31.247.78" [2022-05-19T09:59:52.804Z] time="2022-05-19T09:59:52Z" level=info msg="Node 3d2f16de7c5c change state NodeActive --> NodeLeft" [2022-05-19T09:59:52.804Z] time="2022-05-19T09:59:52Z" level=info msg="node2(3d2f16de7c5c): Node leave event for 3d2f16de7c5c/172.31.247.78" [2022-05-19T09:59:52.804Z] time="2022-05-19T09:59:52Z" level=info msg="Node 3d2f16de7c5c/172.31.247.78, left gossip cluster" [2022-05-19T09:59:52.804Z] time="2022-05-19T09:59:52Z" level=info msg="Node 3d2f16de7c5c/172.31.247.78, left gossip cluster" [2022-05-19T09:59:52.804Z] time="2022-05-19T09:59:52Z" level=info msg="Node 3d2f16de7c5c/172.31.247.78, left gossip cluster" [2022-05-19T09:59:53.401Z] time="2022-05-19T09:59:52Z" level=info msg="Node 3d2f16de7c5c/172.31.247.78, left gossip cluster" [2022-05-19T09:59:53.401Z] time="2022-05-19T09:59:52Z" level=info msg="Node 8f6f4c46628f change state NodeActive --> NodeLeft" [2022-05-19T09:59:53.401Z] time="2022-05-19T09:59:52Z" level=info msg="node4(4f9295437c50): Node leave event for 8f6f4c46628f/172.31.247.78" [2022-05-19T09:59:53.401Z] time="2022-05-19T09:59:52Z" level=info msg="Node 8f6f4c46628f change state NodeActive --> NodeLeft" [2022-05-19T09:59:53.401Z] time="2022-05-19T09:59:52Z" level=info msg="node5(63fe1cb720b1): Node leave event for 8f6f4c46628f/172.31.247.78" [2022-05-19T09:59:53.401Z] time="2022-05-19T09:59:53Z" level=info msg="Node 8f6f4c46628f change state NodeActive --> NodeLeft" [2022-05-19T09:59:53.401Z] time="2022-05-19T09:59:53Z" level=info msg="node3(8f6f4c46628f): Node leave event for 8f6f4c46628f/172.31.247.78" [2022-05-19T09:59:53.401Z] time="2022-05-19T09:59:53Z" level=info msg="Node 8f6f4c46628f/172.31.247.78, left gossip cluster" [2022-05-19T09:59:53.725Z] tests/integration/models_swarm_test.py .. [ 96%] [2022-05-19T09:59:53.725Z] tests/integration/models_volumes_test.py .. [ 96%] [2022-05-19T09:59:53.869Z] time="2022-05-19T09:59:53Z" level=info msg="Node 8f6f4c46628f/172.31.247.78, left gossip cluster" [2022-05-19T09:59:53.869Z] time="2022-05-19T09:59:53Z" level=info msg="Node 8f6f4c46628f/172.31.247.78, left gossip cluster" [2022-05-19T09:59:53.869Z] time="2022-05-19T09:59:53Z" level=debug msg="memberlist: Failed ping: 4f9295437c50 (timeout reached)" [2022-05-19T09:59:53.869Z] time="2022-05-19T09:59:53Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10034->172.31.247.78:10037: use of closed network connection" [2022-05-19T09:59:53.869Z] time="2022-05-19T09:59:53Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10034->172.31.247.78:10035: use of closed network connection" [2022-05-19T09:59:53.869Z] time="2022-05-19T09:59:53Z" level=debug msg="memberlist: Stream connection from=172.31.247.78:49378" [2022-05-19T09:59:53.869Z] time="2022-05-19T09:59:53Z" level=info msg="Node 4f9295437c50 change state NodeActive --> NodeLeft" [2022-05-19T09:59:53.869Z] time="2022-05-19T09:59:53Z" level=info msg="node5(63fe1cb720b1): Node leave event for 4f9295437c50/172.31.247.78" [2022-05-19T09:59:53.869Z] time="2022-05-19T09:59:53Z" level=info msg="Node 4f9295437c50 change state NodeActive --> NodeLeft" [2022-05-19T09:59:53.869Z] time="2022-05-19T09:59:53Z" level=info msg="node4(4f9295437c50): Node leave event for 4f9295437c50/172.31.247.78" [2022-05-19T09:59:53.900Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer [2022-05-19T09:59:54.336Z] time="2022-05-19T09:59:53Z" level=warning msg="memberlist: Was able to connect to 4f9295437c50 but other probes failed, network may be misconfigured" [2022-05-19T09:59:54.803Z] time="2022-05-19T09:59:54Z" level=info msg="Node 4f9295437c50/172.31.247.78, left gossip cluster" [2022-05-19T09:59:54.803Z] time="2022-05-19T09:59:54Z" level=info msg="Node 4f9295437c50/172.31.247.78, left gossip cluster" [2022-05-19T09:59:55.121Z] INFO: Unit tests results(bundles\junit-report-unit-tests.xml) exist. pwd=D:\gopath\src\github.com\docker\docker [2022-05-19T09:59:55.121Z] INFO: Unit tests ended at 05/19/2022 09:59:54. Duration:00:05:47.4964205 [2022-05-19T09:59:55.121Z] INFO: Building busybox [2022-05-19T09:59:55.121Z] Sending build context to Docker daemon 5.12kB [2022-05-19T09:59:55.121Z] [2022-05-19T09:59:55.121Z] Step 1/13 : ARG WINDOWS_BASE_IMAGE=mcr.microsoft.com/windows/servercore [2022-05-19T09:59:55.121Z] Step 2/13 : ARG WINDOWS_BASE_IMAGE_TAG=ltsc2019 [2022-05-19T09:59:55.121Z] Step 3/13 : ARG BUSYBOX_VERSION=FRP-3329-gcf0fa4d13 [2022-05-19T09:59:55.121Z] Step 4/13 : ARG BUSYBOX_SHA256SUM=bfaeb88638e580fc522a68e69072e305308f9747563e51fa085eec60ca39a5ae [2022-05-19T09:59:55.121Z] Step 5/13 : FROM ${WINDOWS_BASE_IMAGE}:${WINDOWS_BASE_IMAGE_TAG} [2022-05-19T09:59:55.121Z] ---> 7c569352fed3 [2022-05-19T09:59:55.121Z] Step 6/13 : RUN mkdir C:\tmp && mkdir C:\bin [2022-05-19T09:59:55.121Z] ---> Running in 4264c0250add [2022-05-19T09:59:55.787Z] time="2022-05-19T09:59:55Z" level=info msg="Node 63fe1cb720b1/172.31.247.78, left gossip cluster" [2022-05-19T09:59:55.787Z] time="2022-05-19T09:59:55Z" level=info msg="Node 63fe1cb720b1 change state NodeActive --> NodeFailed" [2022-05-19T09:59:55.787Z] time="2022-05-19T09:59:55Z" level=info msg="Node 63fe1cb720b1/172.31.247.78, added to failed nodes list" [2022-05-19T09:59:55.787Z] --- PASS: TestNetworkDBIslands (12.28s) [2022-05-19T09:59:55.787Z] PASS [2022-05-19T09:59:55.787Z] coverage: 60.0% of statements [2022-05-19T09:59:55.787Z] ok github.com/docker/docker/libnetwork/networkdb 106.435s coverage: 60.0% of statements [2022-05-19T09:59:55.787Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2022-05-19T09:59:55.787Z] ? github.com/docker/docker/libnetwork/osl/kernel [no test files] [2022-05-19T09:59:55.787Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2022-05-19T09:59:55.787Z] ? github.com/docker/docker/oci/caps [no test files] [2022-05-19T09:59:55.787Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2022-05-19T09:59:55.787Z] ? github.com/docker/docker/pkg/parsers/kernel [no test files] [2022-05-19T09:59:55.787Z] ? github.com/docker/docker/pkg/platform [no test files] [2022-05-19T09:59:55.787Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2022-05-19T09:59:55.787Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2022-05-19T09:59:55.787Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2022-05-19T09:59:55.787Z] ? github.com/docker/docker/pkg/signal [no test files] [2022-05-19T09:59:55.788Z] ? github.com/docker/docker/pkg/urlutil [no test files] [2022-05-19T09:59:55.788Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2022-05-19T09:59:55.788Z] ? github.com/docker/docker/profiles/seccomp [no test files] [2022-05-19T09:59:55.788Z] ? github.com/docker/docker/quota [no test files] [2022-05-19T09:59:55.788Z] ? github.com/docker/docker/rootless [no test files] [2022-05-19T09:59:55.788Z] ? github.com/docker/docker/runconfig/opts [no test files] [2022-05-19T09:59:55.788Z] ? github.com/docker/docker/testutil/daemon [no test files] [2022-05-19T09:59:55.788Z] ? github.com/docker/docker/testutil/environment [no test files] [2022-05-19T09:59:55.788Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2022-05-19T09:59:55.788Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2022-05-19T09:59:55.788Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2022-05-19T09:59:55.788Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2022-05-19T09:59:55.788Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2022-05-19T09:59:55.788Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2022-05-19T09:59:55.788Z] ? github.com/docker/docker/testutil/registry [no test files] [2022-05-19T09:59:55.788Z] ? github.com/docker/docker/testutil/request [no test files] [2022-05-19T09:59:55.788Z] ? github.com/docker/docker/volume [no test files] [2022-05-19T09:59:55.788Z] ? github.com/docker/docker/volume/service/opts [no test files] [2022-05-19T09:59:55.788Z] ? github.com/docker/docker/volume/testutils [no test files] [2022-05-19T09:59:55.793Z] --- PASS: TestDaemonHostGatewayIP (4.89s) [2022-05-19T09:59:55.793Z] === CONT TestIpcModeOlderClient [2022-05-19T09:59:55.793Z] --- PASS: TestIpcModeOlderClient (0.09s) [2022-05-19T09:59:55.793Z] === CONT TestContainerKillOnDaemonStart [2022-05-19T09:59:56.356Z] --- PASS: TestDaemonRestartIpcMode (4.86s) [2022-05-19T09:59:56.583Z] 2022/05/19 09:59:56 Closing DB instances... [2022-05-19T09:59:57.285Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled [2022-05-19T09:59:57.674Z] tests/integration/regression_test.py ...... [ 98%] [2022-05-19T09:59:58.196Z] tests/integration/credentials/store_test.py ...... [ 99%] [2022-05-19T09:59:58.196Z] tests/integration/credentials/utils_test.py . [100%] [2022-05-19T09:59:58.196Z] [2022-05-19T09:59:58.196Z] ------- generated xml file: /src/bundles/test-docker-py/junit-report.xml ------- [2022-05-19T09:59:58.196Z] =========================== short test summary info ============================ [2022-05-19T09:59:58.196Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options [2022-05-19T09:59:58.196Z] CONFIG_RT_GROUP_SCHED isn't enabled [2022-05-19T09:59:58.196Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt [2022-05-19T09:59:58.196Z] Not supported on most drivers [2022-05-19T09:59:58.196Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top [2022-05-19T09:59:58.196Z] Output of docker top depends on host distro, and is not formalized. [2022-05-19T09:59:58.196Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs [2022-05-19T09:59:58.196Z] Output of docker top depends on host distro, and is not formalized. [2022-05-19T09:59:58.196Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr [2022-05-19T09:59:58.196Z] Can fail if eth0 has multiple IP addresses [2022-05-19T09:59:58.196Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver [2022-05-19T09:59:58.196Z] This doesn't seem to be taken into account by the engine [2022-05-19T09:59:58.196Z] SKIPPED [1] tests/integration/api_image_test.py:291: Doesn't work inside a container - FIXME [2022-05-19T09:59:58.196Z] SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0 [2022-05-19T09:59:58.196Z] = 383 passed, 2 skipped, 2 deselected, 6 xfailed, 2 xpassed in 296.80 seconds == [2022-05-19T09:59:58.456Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-docker-py) [2022-05-19T09:59:58.692Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2022-05-19T09:59:58.804Z] --- PASS: TestNetworkDBGarbageCollection (54.45s) [2022-05-19T09:59:58.804Z] === RUN TestFindNode [2022-05-19T09:59:58.804Z] 2022/05/19 09:59:58 Closing DB instances... [2022-05-19T09:59:58.804Z] --- PASS: TestFindNode (0.02s) [2022-05-19T09:59:58.804Z] === RUN TestChangeNodeState [2022-05-19T09:59:58.804Z] 2022/05/19 09:59:58 Closing DB instances... [2022-05-19T09:59:58.804Z] --- PASS: TestChangeNodeState (0.02s) [2022-05-19T09:59:58.804Z] === RUN TestNodeReincarnation [2022-05-19T09:59:58.804Z] 2022/05/19 09:59:58 Closing DB instances... [2022-05-19T09:59:59.254Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2022-05-19T09:59:59.510Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2022-05-19T09:59:59.575Z] [2022-05-19T09:59:59.575Z] === Skipped [2022-05-19T09:59:59.575Z] === SKIP: github.com/docker/docker/builder/dockerfile TestStopSignal (0.00s) [2022-05-19T09:59:59.575Z] dispatchers_test.go:377: Windows does not support stopsignal [2022-05-19T09:59:59.575Z] [2022-05-19T09:59:59.575Z] === SKIP: github.com/docker/docker/builder/remotecontext TestCloseRootDirectory (0.00s) [2022-05-19T09:59:59.575Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-05-19T09:59:59.575Z] [2022-05-19T09:59:59.575Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashFile (0.00s) [2022-05-19T09:59:59.575Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-05-19T09:59:59.575Z] [2022-05-19T09:59:59.575Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashSubdir (0.01s) [2022-05-19T09:59:59.575Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-05-19T09:59:59.575Z] [2022-05-19T09:59:59.575Z] === SKIP: github.com/docker/docker/builder/remotecontext TestRemoveDirectory (0.01s) [2022-05-19T09:59:59.575Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-05-19T09:59:59.575Z] [2022-05-19T09:59:59.575Z] === SKIP: github.com/docker/docker/client TestNewClientWithOpsFromEnv (0.00s) [2022-05-19T09:59:59.575Z] client_test.go:22: runtime.GOOS == "windows" [2022-05-19T09:59:59.575Z] [2022-05-19T09:59:59.575Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCP6Proxy (0.00s) [2022-05-19T09:59:59.575Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-05-19T09:59:59.575Z] [2022-05-19T09:59:59.575Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2022-05-19T09:59:59.575Z] network_proxy_test.go:208: No support for dual stack yet [2022-05-19T09:59:59.575Z] [2022-05-19T09:59:59.575Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestUDP6Proxy (0.00s) [2022-05-19T09:59:59.575Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-05-19T09:59:59.575Z] [2022-05-19T09:59:59.575Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP4Proxy (0.00s) [2022-05-19T09:59:59.575Z] network_proxy_test.go:284: runtime.GOOS == "windows": sctp is not supported on windows [2022-05-19T09:59:59.575Z] [2022-05-19T09:59:59.575Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP6Proxy (0.00s) [2022-05-19T09:59:59.575Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-05-19T09:59:59.575Z] [2022-05-19T09:59:59.575Z] === SKIP: github.com/docker/docker/daemon TestContainerInitDNS (0.00s) [2022-05-19T09:59:59.575Z] daemon_test.go:145: root required [2022-05-19T09:59:59.575Z] [2022-05-19T09:59:59.575Z] === SKIP: github.com/docker/docker/daemon TestDaemonReloadNetworkDiagnosticPort (0.00s) [2022-05-19T09:59:59.575Z] reload_test.go:342: root required [2022-05-19T09:59:59.575Z] [2022-05-19T09:59:59.575Z] === SKIP: github.com/docker/docker/daemon/config TestReloadDefaultConfigNotExist (0.00s) [2022-05-19T09:59:59.575Z] config_test.go:480: os.Getuid() != 0: skipping test that requires root [2022-05-19T09:59:59.575Z] [2022-05-19T09:59:59.575Z] === SKIP: github.com/docker/docker/distribution TestFixManifestLayersBaseLayerParent (0.00s) [2022-05-19T09:59:59.575Z] pull_v2_test.go:82: Needs fixing on Windows [2022-05-19T09:59:59.575Z] [2022-05-19T09:59:59.575Z] === SKIP: github.com/docker/docker/distribution TestValidateManifest (0.00s) [2022-05-19T09:59:59.575Z] pull_v2_test.go:127: Needs fixing on Windows [2022-05-19T09:59:59.575Z] [2022-05-19T09:59:59.575Z] === SKIP: github.com/docker/docker/distribution/xfer TestSuccessfulDownload (0.00s) [2022-05-19T09:59:59.575Z] download_test.go:267: Needs fixing on Windows [2022-05-19T09:59:59.575Z] [2022-05-19T09:59:59.575Z] === SKIP: github.com/docker/docker/layer TestLayerRelease (0.00s) [2022-05-19T09:59:59.575Z] layer_test.go:291: Failing on Windows [2022-05-19T09:59:59.575Z] [2022-05-19T09:59:59.575Z] === SKIP: github.com/docker/docker/layer TestStoreRestore (0.00s) [2022-05-19T09:59:59.575Z] layer_test.go:340: Failing on Windows [2022-05-19T09:59:59.575Z] [2022-05-19T09:59:59.575Z] === SKIP: github.com/docker/docker/layer TestTarStreamStability (0.00s) [2022-05-19T09:59:59.575Z] layer_test.go:455: Failing on Windows [2022-05-19T09:59:59.575Z] [2022-05-19T09:59:59.575Z] === SKIP: github.com/docker/docker/layer TestTarStreamVerification (0.00s) [2022-05-19T09:59:59.575Z] layer_test.go:684: Failing on Windows [2022-05-19T09:59:59.575Z] [2022-05-19T09:59:59.575Z] === SKIP: github.com/docker/docker/layer TestLayerMigration (0.00s) [2022-05-19T09:59:59.575Z] migration_test.go:45: Failing on Windows [2022-05-19T09:59:59.575Z] [2022-05-19T09:59:59.575Z] === SKIP: github.com/docker/docker/layer TestLayerMigrationNoTarsplit (0.00s) [2022-05-19T09:59:59.575Z] migration_test.go:181: Failing on Windows [2022-05-19T09:59:59.575Z] [2022-05-19T09:59:59.575Z] === SKIP: github.com/docker/docker/layer TestMountInit (0.00s) [2022-05-19T09:59:59.575Z] mount_test.go:17: Failing on Windows [2022-05-19T09:59:59.575Z] [2022-05-19T09:59:59.575Z] === SKIP: github.com/docker/docker/layer TestMountSize (0.00s) [2022-05-19T09:59:59.575Z] mount_test.go:76: Failing on Windows [2022-05-19T09:59:59.575Z] [2022-05-19T09:59:59.575Z] === SKIP: github.com/docker/docker/layer TestMountChanges (0.00s) [2022-05-19T09:59:59.575Z] mount_test.go:125: Failing on Windows [2022-05-19T09:59:59.575Z] [2022-05-19T09:59:59.575Z] === SKIP: github.com/docker/docker/layer TestMountApply (0.00s) [2022-05-19T09:59:59.575Z] mount_test.go:212: Failing on Windows [2022-05-19T09:59:59.575Z] [2022-05-19T09:59:59.575Z] === SKIP: github.com/docker/docker/libnetwork TestSRVServiceQuery (0.01s) [2022-05-19T09:59:59.575Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2022-05-19T09:59:59.575Z] [2022-05-19T09:59:59.575Z] === SKIP: github.com/docker/docker/libnetwork TestServiceVIPReuse (0.01s) [2022-05-19T09:59:59.575Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2022-05-19T09:59:59.575Z] [2022-05-19T09:59:59.575Z] === SKIP: github.com/docker/docker/libnetwork TestIpamReleaseOnNetDriverFailures (0.00s) [2022-05-19T09:59:59.575Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2022-05-19T09:59:59.576Z] [2022-05-19T09:59:59.576Z] === SKIP: github.com/docker/docker/libnetwork TestDNSIPQuery (0.00s) [2022-05-19T09:59:59.576Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2022-05-19T09:59:59.576Z] [2022-05-19T09:59:59.576Z] === SKIP: github.com/docker/docker/libnetwork TestDNSProxyServFail (0.00s) [2022-05-19T09:59:59.576Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2022-05-19T09:59:59.576Z] [2022-05-19T09:59:59.576Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddEmpty (0.00s) [2022-05-19T09:59:59.576Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-05-19T09:59:59.576Z] [2022-05-19T09:59:59.576Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddMultiPrio (0.00s) [2022-05-19T09:59:59.576Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-05-19T09:59:59.576Z] [2022-05-19T09:59:59.576Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddSamePrio (0.00s) [2022-05-19T09:59:59.576Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-05-19T09:59:59.576Z] [2022-05-19T09:59:59.576Z] === SKIP: github.com/docker/docker/libnetwork TestCleanupServiceDiscovery (0.00s) [2022-05-19T09:59:59.576Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2022-05-19T09:59:59.576Z] [2022-05-19T09:59:59.576Z] === SKIP: github.com/docker/docker/libnetwork TestDNSOptions (0.00s) [2022-05-19T09:59:59.576Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2022-05-19T09:59:59.576Z] [2022-05-19T09:59:59.576Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestNAT (0.00s) [2022-05-19T09:59:59.576Z] windows_test.go:58: Test does not work on CI and was never running to begin with [2022-05-19T09:59:59.576Z] [2022-05-19T09:59:59.576Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestTransparent (0.00s) [2022-05-19T09:59:59.576Z] windows_test.go:63: Test does not work on CI and was never running to begin with [2022-05-19T09:59:59.576Z] [2022-05-19T09:59:59.576Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2022-05-19T09:59:59.576Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-19T09:59:59.576Z] [2022-05-19T09:59:59.576Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2022-05-19T09:59:59.576Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-19T09:59:59.576Z] [2022-05-19T09:59:59.576Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2022-05-19T09:59:59.576Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-19T09:59:59.576Z] [2022-05-19T09:59:59.576Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2022-05-19T09:59:59.576Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-19T09:59:59.576Z] [2022-05-19T09:59:59.576Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2022-05-19T09:59:59.576Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-19T09:59:59.576Z] [2022-05-19T09:59:59.576Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamXz (0.00s) [2022-05-19T09:59:59.576Z] archive_test.go:133: Xz not present in msys2 [2022-05-19T09:59:59.576Z] [2022-05-19T09:59:59.576Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamZstd (0.03s) [2022-05-19T09:59:59.576Z] archive_test.go:140: zstd not installed [2022-05-19T09:59:59.576Z] [2022-05-19T09:59:59.576Z] === SKIP: github.com/docker/docker/pkg/archive TestCmdStreamBad (0.00s) [2022-05-19T09:59:59.576Z] archive_test.go:252: Failing on Windows CI machines [2022-05-19T09:59:59.576Z] [2022-05-19T09:59:59.576Z] === SKIP: github.com/docker/docker/pkg/archive TestCopyFileWithInvalidDest (0.00s) [2022-05-19T09:59:59.576Z] archive_windows_test.go:16: Currently fails [2022-05-19T09:59:59.576Z] [2022-05-19T09:59:59.576Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesWithChangesGH13590 (0.00s) [2022-05-19T09:59:59.576Z] changes_test.go:196: needs more investigation [2022-05-19T09:59:59.576Z] [2022-05-19T09:59:59.576Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesDirsEmpty (0.00s) [2022-05-19T09:59:59.576Z] changes_test.go:261: FIXME: broken on Windows 1903 and up; see #39846 [2022-05-19T09:59:59.576Z] [2022-05-19T09:59:59.576Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesDirsMutated (0.00s) [2022-05-19T09:59:59.576Z] changes_test.go:355: FIXME: broken on Windows 1903 and up; see #39846 [2022-05-19T09:59:59.576Z] [2022-05-19T09:59:59.576Z] === SKIP: github.com/docker/docker/pkg/archive TestApplyLayer (0.00s) [2022-05-19T09:59:59.576Z] changes_test.go:433: needs further investigation [2022-05-19T09:59:59.576Z] [2022-05-19T09:59:59.576Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesSizeWithHardlinks (0.00s) [2022-05-19T09:59:59.576Z] changes_test.go:469: needs further investigation [2022-05-19T09:59:59.576Z] [2022-05-19T09:59:59.576Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntar (0.01s) [2022-05-19T09:59:59.576Z] archive_test.go:45: os.Getuid() != 0: skipping test that requires root [2022-05-19T09:59:59.576Z] [2022-05-19T09:59:59.576Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarWithHugeExcludesList (0.00s) [2022-05-19T09:59:59.576Z] archive_test.go:77: os.Getuid() != 0: skipping test that requires root [2022-05-19T09:59:59.576Z] [2022-05-19T09:59:59.576Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntarWithSymlink (0.00s) [2022-05-19T09:59:59.576Z] archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-05-19T09:59:59.576Z] [2022-05-19T09:59:59.576Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyWithTar (0.00s) [2022-05-19T09:59:59.576Z] archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-05-19T09:59:59.576Z] [2022-05-19T09:59:59.576Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyFileWithTar (0.00s) [2022-05-19T09:59:59.576Z] archive_test.go:249: os.Getuid() != 0: skipping test that requires root [2022-05-19T09:59:59.576Z] [2022-05-19T09:59:59.576Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarPath (0.00s) [2022-05-19T09:59:59.576Z] archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-05-19T09:59:59.576Z] [2022-05-19T09:59:59.576Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2022-05-19T09:59:59.576Z] archive_test.go:356: os.Getuid() != 0: skipping test that requires root [2022-05-19T09:59:59.576Z] [2022-05-19T09:59:59.576Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2022-05-19T09:59:59.576Z] archive_test.go:373: os.Getuid() != 0: skipping test that requires root [2022-05-19T09:59:59.576Z] [2022-05-19T09:59:59.576Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyDotDotFile (0.00s) [2022-05-19T09:59:59.576Z] archive_test.go:390: os.Getuid() != 0: skipping test that requires root [2022-05-19T09:59:59.576Z] [2022-05-19T09:59:59.576Z] === SKIP: github.com/docker/docker/pkg/filenotify TestPollerEvent (0.00s) [2022-05-19T09:59:59.576Z] poller_test.go:40: No chmod on Windows [2022-05-19T09:59:59.576Z] [2022-05-19T09:59:59.576Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2022-05-19T09:59:59.576Z] fileutils_test.go:133: Needs porting to Windows [2022-05-19T09:59:59.576Z] [2022-05-19T09:59:59.576Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryToFile (0.00s) [2022-05-19T09:59:59.576Z] fileutils_test.go:179: Needs porting to Windows [2022-05-19T09:59:59.576Z] [2022-05-19T09:59:59.576Z] === SKIP: github.com/docker/docker/registry TestPingRegistryEndpoint (0.00s) [2022-05-19T09:59:59.576Z] registry_test.go:50: os.Getuid() != 0: skipping test that requires root [2022-05-19T09:59:59.576Z] [2022-05-19T09:59:59.576Z] === SKIP: github.com/docker/docker/registry TestEndpoint (0.00s) [2022-05-19T09:59:59.576Z] registry_test.go:70: os.Getuid() != 0: skipping test that requires root [2022-05-19T09:59:59.576Z] [2022-05-19T09:59:59.576Z] === SKIP: github.com/docker/docker/registry TestMirrorEndpointLookup (0.01s) [2022-05-19T09:59:59.576Z] registry_test.go:511: os.Getuid() != 0: skipping test that requires root [2022-05-19T09:59:59.576Z] [2022-05-19T09:59:59.576Z] === SKIP: github.com/docker/docker/volume/local TestRemove (0.00s) [2022-05-19T09:59:59.576Z] local_test.go:33: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2022-05-19T09:59:59.576Z] [2022-05-19T09:59:59.576Z] === SKIP: github.com/docker/docker/volume/local TestCreateWithOpts (0.00s) [2022-05-19T09:59:59.576Z] local_test.go:180: runtime.GOOS == "windows" [2022-05-19T09:59:59.576Z] [2022-05-19T09:59:59.576Z] DONE 2329 tests, 70 skipped in 320.939s [2022-05-19T09:59:59.576Z] INFO: make.ps1 ended at 05/19/2022 09:59:59 [2022-05-19T09:59:59.766Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled [2022-05-19T10:00:01.091Z] Removing intermediate container 4264c0250add [2022-05-19T10:00:01.091Z] ---> 13476ef1ce94 [2022-05-19T10:00:01.091Z] Step 7/13 : ARG BUSYBOX_VERSION [2022-05-19T10:00:01.091Z] ---> Running in 5cebeb347e7f [2022-05-19T10:00:01.565Z] Removing intermediate container 5cebeb347e7f [2022-05-19T10:00:01.565Z] ---> 39957a45c08d [2022-05-19T10:00:01.565Z] Step 8/13 : ARG BUSYBOX_SHA256SUM [2022-05-19T10:00:01.654Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2022-05-19T10:00:01.802Z] INFO: Unit tests results(bundles\junit-report-unit-tests.xml) exist. pwd=D:\gopath\src\github.com\docker\docker [2022-05-19T10:00:01.802Z] INFO: Unit tests ended at 05/19/2022 10:00:01. Duration:00:05:38.4211469 [2022-05-19T10:00:01.802Z] INFO: Building busybox [2022-05-19T10:00:01.802Z] Sending build context to Docker daemon 5.12kB [2022-05-19T10:00:01.802Z] [2022-05-19T10:00:01.802Z] Step 1/13 : ARG WINDOWS_BASE_IMAGE=mcr.microsoft.com/windows/servercore [2022-05-19T10:00:01.802Z] Step 2/13 : ARG WINDOWS_BASE_IMAGE_TAG=ltsc2019 [2022-05-19T10:00:01.802Z] Step 3/13 : ARG BUSYBOX_VERSION=FRP-3329-gcf0fa4d13 [2022-05-19T10:00:01.802Z] Step 4/13 : ARG BUSYBOX_SHA256SUM=bfaeb88638e580fc522a68e69072e305308f9747563e51fa085eec60ca39a5ae [2022-05-19T10:00:01.802Z] Step 5/13 : FROM ${WINDOWS_BASE_IMAGE}:${WINDOWS_BASE_IMAGE_TAG} [2022-05-19T10:00:01.802Z] ---> 7c569352fed3 [2022-05-19T10:00:01.802Z] Step 6/13 : RUN mkdir C:\tmp && mkdir C:\bin [2022-05-19T10:00:01.802Z] ---> Running in fde1e0a6bb1e [2022-05-19T10:00:02.033Z] ---> Running in 39d94495e924 [2022-05-19T10:00:02.502Z] Removing intermediate container 39d94495e924 [2022-05-19T10:00:02.502Z] ---> 3552987c4f43 [2022-05-19T10:00:02.502Z] Step 9/13 : ADD https://frippery.org/files/busybox/busybox-w32-${BUSYBOX_VERSION}.exe /bin/busybox.exe [2022-05-19T10:00:03.602Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts [2022-05-19T10:00:04.067Z] [2022-05-19T10:00:04.535Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2022-05-19T10:00:04.535Z] ---> f50d1226004a [2022-05-19T10:00:04.535Z] Step 10/13 : RUN powershell if ((Get-FileHash -Path /bin/busybox.exe -Algorithm SHA256).Hash -ne $Env:BUSYBOX_SHA256SUM) { Throw \"Checksum validation failed\" } [2022-05-19T10:00:04.535Z] ---> Running in c6fb7ea3a476 [2022-05-19T10:00:04.679Z] time="2022-05-19T10:00:03Z" level=error msg="failed to send node leave: timed out broadcasting node event" [2022-05-19T10:00:04.679Z] --- PASS: TestNodeReincarnation (5.03s) [2022-05-19T10:00:04.679Z] === RUN TestParallelCreate [2022-05-19T10:00:04.679Z] 2022/05/19 10:00:03 Closing DB instances... [2022-05-19T10:00:04.679Z] --- PASS: TestParallelCreate (0.02s) [2022-05-19T10:00:04.679Z] === RUN TestParallelDelete [2022-05-19T10:00:04.679Z] 2022/05/19 10:00:03 Closing DB instances... [2022-05-19T10:00:04.679Z] --- PASS: TestParallelDelete (0.02s) [2022-05-19T10:00:04.679Z] === RUN TestNetworkDBIslands [2022-05-19T10:00:04.679Z] time="2022-05-19T10:00:03Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:9a2f534d83eb with config:&{NodeID:9a2f534d83eb 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-05-19T10:00:04.679Z] time="2022-05-19T10:00:03Z" level=info msg="Node 9a2f534d83eb/172.29.194.233, joined gossip cluster" [2022-05-19T10:00:04.679Z] time="2022-05-19T10:00:03Z" level=info msg="Node 9a2f534d83eb/172.29.194.233, added to nodes list" [2022-05-19T10:00:04.679Z] time="2022-05-19T10:00:03Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:fc9f55a880c7 with config:&{NodeID:fc9f55a880c7 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-05-19T10:00:04.679Z] time="2022-05-19T10:00:03Z" level=info msg="Node fc9f55a880c7/172.29.194.233, joined gossip cluster" [2022-05-19T10:00:04.679Z] time="2022-05-19T10:00:03Z" level=info msg="Node fc9f55a880c7/172.29.194.233, added to nodes list" [2022-05-19T10:00:04.679Z] time="2022-05-19T10:00:03Z" level=info msg="The new bootstrap node list is:[localhost:10033]" [2022-05-19T10:00:04.679Z] time="2022-05-19T10:00:03Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10033" [2022-05-19T10:00:04.679Z] time="2022-05-19T10:00:03Z" level=debug msg="memberlist: Stream connection from=[::1]:49427" [2022-05-19T10:00:04.679Z] time="2022-05-19T10:00:03Z" level=info msg="Node fc9f55a880c7/172.29.194.233, joined gossip cluster" [2022-05-19T10:00:04.679Z] time="2022-05-19T10:00:03Z" level=info msg="Node fc9f55a880c7/172.29.194.233, added to nodes list" [2022-05-19T10:00:04.679Z] time="2022-05-19T10:00:03Z" level=info msg="Node 9a2f534d83eb/172.29.194.233, joined gossip cluster" [2022-05-19T10:00:04.679Z] time="2022-05-19T10:00:03Z" level=info msg="Node 9a2f534d83eb/172.29.194.233, added to nodes list" [2022-05-19T10:00:04.679Z] time="2022-05-19T10:00:03Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10033" [2022-05-19T10:00:04.679Z] time="2022-05-19T10:00:03Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49428" [2022-05-19T10:00:04.679Z] time="2022-05-19T10:00:04Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:3d8765f30400 with config:&{NodeID:3d8765f30400 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-05-19T10:00:04.679Z] time="2022-05-19T10:00:04Z" level=info msg="Node 3d8765f30400/172.29.194.233, joined gossip cluster" [2022-05-19T10:00:04.679Z] time="2022-05-19T10:00:04Z" level=info msg="Node 3d8765f30400/172.29.194.233, added to nodes list" [2022-05-19T10:00:04.679Z] time="2022-05-19T10:00:04Z" level=info msg="The new bootstrap node list is:[localhost:10034]" [2022-05-19T10:00:04.679Z] time="2022-05-19T10:00:04Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10034" [2022-05-19T10:00:04.679Z] time="2022-05-19T10:00:04Z" level=debug msg="memberlist: Stream connection from=[::1]:49429" [2022-05-19T10:00:04.679Z] time="2022-05-19T10:00:04Z" level=info msg="Node 3d8765f30400/172.29.194.233, joined gossip cluster" [2022-05-19T10:00:04.679Z] time="2022-05-19T10:00:04Z" level=info msg="Node 3d8765f30400/172.29.194.233, added to nodes list" [2022-05-19T10:00:04.679Z] time="2022-05-19T10:00:04Z" level=info msg="Node 9a2f534d83eb/172.29.194.233, joined gossip cluster" [2022-05-19T10:00:04.679Z] time="2022-05-19T10:00:04Z" level=info msg="Node 9a2f534d83eb/172.29.194.233, added to nodes list" [2022-05-19T10:00:04.679Z] time="2022-05-19T10:00:04Z" level=info msg="Node fc9f55a880c7/172.29.194.233, joined gossip cluster" [2022-05-19T10:00:04.679Z] time="2022-05-19T10:00:04Z" level=info msg="Node fc9f55a880c7/172.29.194.233, added to nodes list" [2022-05-19T10:00:04.679Z] time="2022-05-19T10:00:04Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49430" [2022-05-19T10:00:04.679Z] time="2022-05-19T10:00:04Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10034" [2022-05-19T10:00:04.679Z] time="2022-05-19T10:00:04Z" level=debug msg="memberlist: Failed to join 172.29.194.233: dial tcp 172.29.194.233:10013: connectex: No connection could be made because the target machine actively refused it." [2022-05-19T10:00:05.148Z] time="2022-05-19T10:00:04Z" level=info msg="Node 3d8765f30400/172.29.194.233, joined gossip cluster" [2022-05-19T10:00:05.148Z] time="2022-05-19T10:00:04Z" level=info msg="Node 3d8765f30400/172.29.194.233, added to nodes list" [2022-05-19T10:00:05.148Z] time="2022-05-19T10:00:04Z" level=info msg="New memberlist node - Node:node4 will use memberlist nodeID:382844ed0401 with config:&{NodeID:382844ed0401 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-05-19T10:00:05.148Z] time="2022-05-19T10:00:04Z" level=info msg="Node 382844ed0401/172.29.194.233, joined gossip cluster" [2022-05-19T10:00:05.148Z] time="2022-05-19T10:00:04Z" level=info msg="Node 382844ed0401/172.29.194.233, added to nodes list" [2022-05-19T10:00:05.148Z] time="2022-05-19T10:00:04Z" level=info msg="The new bootstrap node list is:[localhost:10035]" [2022-05-19T10:00:05.148Z] time="2022-05-19T10:00:04Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10035" [2022-05-19T10:00:05.148Z] time="2022-05-19T10:00:04Z" level=debug msg="memberlist: Stream connection from=[::1]:49432" [2022-05-19T10:00:05.148Z] time="2022-05-19T10:00:04Z" level=info msg="Node 382844ed0401/172.29.194.233, joined gossip cluster" [2022-05-19T10:00:05.148Z] time="2022-05-19T10:00:04Z" level=info msg="Node 382844ed0401/172.29.194.233, added to nodes list" [2022-05-19T10:00:05.148Z] time="2022-05-19T10:00:04Z" level=info msg="Node 9a2f534d83eb/172.29.194.233, joined gossip cluster" [2022-05-19T10:00:05.148Z] time="2022-05-19T10:00:04Z" level=info msg="Node 9a2f534d83eb/172.29.194.233, added to nodes list" [2022-05-19T10:00:05.148Z] time="2022-05-19T10:00:04Z" level=info msg="Node fc9f55a880c7/172.29.194.233, joined gossip cluster" [2022-05-19T10:00:05.148Z] time="2022-05-19T10:00:04Z" level=info msg="Node fc9f55a880c7/172.29.194.233, added to nodes list" [2022-05-19T10:00:05.148Z] time="2022-05-19T10:00:04Z" level=info msg="Node 3d8765f30400/172.29.194.233, joined gossip cluster" [2022-05-19T10:00:05.148Z] time="2022-05-19T10:00:04Z" level=info msg="Node 3d8765f30400/172.29.194.233, added to nodes list" [2022-05-19T10:00:05.148Z] time="2022-05-19T10:00:04Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10035" [2022-05-19T10:00:05.148Z] time="2022-05-19T10:00:04Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49433" [2022-05-19T10:00:05.509Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2022-05-19T10:00:05.509Z] docker_cli_build_test.go:607: unmatched requirement DaemonIsWindows [2022-05-19T10:00:05.509Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2022-05-19T10:00:05.509Z] docker_cli_build_test.go:5880: unmatched requirement DaemonIsWindows [2022-05-19T10:00:05.509Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2022-05-19T10:00:05.509Z] docker_cli_build_test.go:5863: unmatched requirement DaemonIsWindows [2022-05-19T10:00:05.509Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2022-05-19T10:00:05.509Z] docker_cli_build_test.go:5898: unmatched requirement DaemonIsWindows [2022-05-19T10:00:05.509Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2022-05-19T10:00:05.617Z] time="2022-05-19T10:00:05Z" level=info msg="Node 382844ed0401/172.29.194.233, joined gossip cluster" [2022-05-19T10:00:05.617Z] time="2022-05-19T10:00:05Z" level=info msg="Node 382844ed0401/172.29.194.233, added to nodes list" [2022-05-19T10:00:05.617Z] time="2022-05-19T10:00:05Z" level=info msg="Node 382844ed0401/172.29.194.233, joined gossip cluster" [2022-05-19T10:00:05.617Z] time="2022-05-19T10:00:05Z" level=info msg="Node 382844ed0401/172.29.194.233, added to nodes list" [2022-05-19T10:00:05.617Z] time="2022-05-19T10:00:05Z" level=info msg="New memberlist node - Node:node5 will use memberlist nodeID:447a355ef310 with config:&{NodeID:447a355ef310 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-05-19T10:00:05.617Z] time="2022-05-19T10:00:05Z" level=info msg="Node 447a355ef310/172.29.194.233, joined gossip cluster" [2022-05-19T10:00:05.617Z] time="2022-05-19T10:00:05Z" level=info msg="Node 447a355ef310/172.29.194.233, added to nodes list" [2022-05-19T10:00:05.617Z] time="2022-05-19T10:00:05Z" level=info msg="The new bootstrap node list is:[localhost:10036]" [2022-05-19T10:00:05.617Z] time="2022-05-19T10:00:05Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10036" [2022-05-19T10:00:05.617Z] time="2022-05-19T10:00:05Z" level=debug msg="memberlist: Stream connection from=[::1]:49434" [2022-05-19T10:00:05.617Z] time="2022-05-19T10:00:05Z" level=info msg="Node 447a355ef310/172.29.194.233, joined gossip cluster" [2022-05-19T10:00:05.617Z] time="2022-05-19T10:00:05Z" level=info msg="Node 447a355ef310/172.29.194.233, added to nodes list" [2022-05-19T10:00:05.617Z] time="2022-05-19T10:00:05Z" level=info msg="Node 9a2f534d83eb/172.29.194.233, joined gossip cluster" [2022-05-19T10:00:05.617Z] time="2022-05-19T10:00:05Z" level=info msg="Node 9a2f534d83eb/172.29.194.233, added to nodes list" [2022-05-19T10:00:05.617Z] time="2022-05-19T10:00:05Z" level=info msg="Node 3d8765f30400/172.29.194.233, joined gossip cluster" [2022-05-19T10:00:05.617Z] time="2022-05-19T10:00:05Z" level=info msg="Node 3d8765f30400/172.29.194.233, added to nodes list" [2022-05-19T10:00:05.617Z] time="2022-05-19T10:00:05Z" level=info msg="Node 382844ed0401/172.29.194.233, joined gossip cluster" [2022-05-19T10:00:05.617Z] time="2022-05-19T10:00:05Z" level=info msg="Node 382844ed0401/172.29.194.233, added to nodes list" [2022-05-19T10:00:05.617Z] time="2022-05-19T10:00:05Z" level=info msg="Node fc9f55a880c7/172.29.194.233, joined gossip cluster" [2022-05-19T10:00:05.617Z] time="2022-05-19T10:00:05Z" level=info msg="Node fc9f55a880c7/172.29.194.233, added to nodes list" [2022-05-19T10:00:05.617Z] time="2022-05-19T10:00:05Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10036" [2022-05-19T10:00:05.617Z] time="2022-05-19T10:00:05Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49435" [2022-05-19T10:00:05.617Z] time="2022-05-19T10:00:05Z" level=info msg="Node 447a355ef310/172.29.194.233, joined gossip cluster" [2022-05-19T10:00:05.617Z] time="2022-05-19T10:00:05Z" level=info msg="Node 447a355ef310/172.29.194.233, joined gossip cluster" [2022-05-19T10:00:05.617Z] time="2022-05-19T10:00:05Z" level=info msg="Node 447a355ef310/172.29.194.233, joined gossip cluster" [2022-05-19T10:00:05.617Z] time="2022-05-19T10:00:05Z" level=info msg="Node 447a355ef310/172.29.194.233, added to nodes list" [2022-05-19T10:00:05.617Z] time="2022-05-19T10:00:05Z" level=info msg="Node 447a355ef310/172.29.194.233, added to nodes list" [2022-05-19T10:00:05.617Z] time="2022-05-19T10:00:05Z" level=info msg="Node 447a355ef310/172.29.194.233, added to nodes list" [2022-05-19T10:00:06.087Z] time="2022-05-19T10:00:05Z" level=debug msg="memberlist: Failed to join 172.29.194.233: dial tcp 172.29.194.233:10013: connectex: No connection could be made because the target machine actively refused it." [2022-05-19T10:00:06.087Z] networkdb_test.go:835: Re-joining: 3 [2022-05-19T10:00:06.087Z] time="2022-05-19T10:00:05Z" level=info msg="The new bootstrap node list is:[172.29.194.233:10033 172.29.194.233:10034 172.29.194.233:10035]" [2022-05-19T10:00:06.087Z] time="2022-05-19T10:00:05Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.29.194.233:10033" [2022-05-19T10:00:06.087Z] time="2022-05-19T10:00:05Z" level=debug msg="memberlist: Stream connection from=172.29.194.233:49437" [2022-05-19T10:00:06.087Z] time="2022-05-19T10:00:05Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.29.194.233:10034" [2022-05-19T10:00:06.087Z] time="2022-05-19T10:00:05Z" level=debug msg="memberlist: Stream connection from=172.29.194.233:49438" [2022-05-19T10:00:06.087Z] time="2022-05-19T10:00:05Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.29.194.233:10035" [2022-05-19T10:00:06.087Z] time="2022-05-19T10:00:05Z" level=debug msg="memberlist: Stream connection from=172.29.194.233:49439" [2022-05-19T10:00:06.087Z] networkdb_test.go:835: Re-joining: 4 [2022-05-19T10:00:06.087Z] time="2022-05-19T10:00:05Z" level=info msg="The new bootstrap node list is:[172.29.194.233:10033 172.29.194.233:10034 172.29.194.233:10035]" [2022-05-19T10:00:06.087Z] time="2022-05-19T10:00:05Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.29.194.233:10033" [2022-05-19T10:00:06.087Z] time="2022-05-19T10:00:05Z" level=debug msg="memberlist: Stream connection from=172.29.194.233:49440" [2022-05-19T10:00:06.087Z] time="2022-05-19T10:00:05Z" level=debug msg="memberlist: Stream connection from=172.29.194.233:49441" [2022-05-19T10:00:06.087Z] time="2022-05-19T10:00:05Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.29.194.233:10034" [2022-05-19T10:00:06.087Z] time="2022-05-19T10:00:05Z" level=debug msg="memberlist: Stream connection from=172.29.194.233:49442" [2022-05-19T10:00:06.087Z] time="2022-05-19T10:00:05Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.29.194.233:10035" [2022-05-19T10:00:06.556Z] time="2022-05-19T10:00:06Z" level=info msg="node 0 leaving" [2022-05-19T10:00:06.556Z] time="2022-05-19T10:00:06Z" level=info msg="Node 9a2f534d83eb change state NodeActive --> NodeLeft" [2022-05-19T10:00:06.556Z] time="2022-05-19T10:00:06Z" level=info msg="node4(382844ed0401): Node leave event for 9a2f534d83eb/172.29.194.233" [2022-05-19T10:00:06.556Z] time="2022-05-19T10:00:06Z" level=info msg="Node 9a2f534d83eb change state NodeActive --> NodeLeft" [2022-05-19T10:00:06.556Z] time="2022-05-19T10:00:06Z" level=info msg="node2(fc9f55a880c7): Node leave event for 9a2f534d83eb/172.29.194.233" [2022-05-19T10:00:06.556Z] time="2022-05-19T10:00:06Z" level=info msg="Node 9a2f534d83eb change state NodeActive --> NodeLeft" [2022-05-19T10:00:06.556Z] time="2022-05-19T10:00:06Z" level=info msg="node3(3d8765f30400): Node leave event for 9a2f534d83eb/172.29.194.233" [2022-05-19T10:00:06.556Z] time="2022-05-19T10:00:06Z" level=info msg="Node 9a2f534d83eb change state NodeActive --> NodeLeft" [2022-05-19T10:00:06.556Z] time="2022-05-19T10:00:06Z" level=info msg="node5(447a355ef310): Node leave event for 9a2f534d83eb/172.29.194.233" [2022-05-19T10:00:06.556Z] time="2022-05-19T10:00:06Z" level=info msg="Node 9a2f534d83eb change state NodeActive --> NodeLeft" [2022-05-19T10:00:06.556Z] time="2022-05-19T10:00:06Z" level=info msg="node1(9a2f534d83eb): Node leave event for 9a2f534d83eb/172.29.194.233" [2022-05-19T10:00:06.556Z] time="2022-05-19T10:00:06Z" level=info msg="Node 9a2f534d83eb/172.29.194.233, left gossip cluster" [2022-05-19T10:00:06.556Z] time="2022-05-19T10:00:06Z" level=info msg="Node 9a2f534d83eb/172.29.194.233, left gossip cluster" [2022-05-19T10:00:06.556Z] time="2022-05-19T10:00:06Z" level=info msg="Node 9a2f534d83eb/172.29.194.233, left gossip cluster" [2022-05-19T10:00:06.874Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume [2022-05-19T10:00:07.026Z] time="2022-05-19T10:00:06Z" level=info msg="Node 9a2f534d83eb/172.29.194.233, left gossip cluster" [2022-05-19T10:00:07.026Z] time="2022-05-19T10:00:06Z" level=info msg="Node 9a2f534d83eb/172.29.194.233, left gossip cluster" [2022-05-19T10:00:07.026Z] time="2022-05-19T10:00:06Z" level=debug msg="memberlist: Failed to join 172.29.194.233: dial tcp 172.29.194.233:10013: connectex: No connection could be made because the target machine actively refused it." [2022-05-19T10:00:07.026Z] time="2022-05-19T10:00:06Z" level=info msg="node 1 leaving" [2022-05-19T10:00:07.026Z] time="2022-05-19T10:00:06Z" level=info msg="Node fc9f55a880c7 change state NodeActive --> NodeLeft" [2022-05-19T10:00:07.026Z] time="2022-05-19T10:00:06Z" level=info msg="node4(382844ed0401): Node leave event for fc9f55a880c7/172.29.194.233" [2022-05-19T10:00:07.026Z] time="2022-05-19T10:00:06Z" level=info msg="Node fc9f55a880c7/172.29.194.233, left gossip cluster" [2022-05-19T10:00:07.026Z] time="2022-05-19T10:00:06Z" level=info msg="Node fc9f55a880c7 change state NodeActive --> NodeFailed" [2022-05-19T10:00:07.026Z] time="2022-05-19T10:00:06Z" level=info msg="Node fc9f55a880c7/172.29.194.233, added to failed nodes list" [2022-05-19T10:00:07.026Z] time="2022-05-19T10:00:06Z" level=info msg="Node fc9f55a880c7 change state NodeActive --> NodeLeft" [2022-05-19T10:00:07.026Z] time="2022-05-19T10:00:06Z" level=info msg="node5(447a355ef310): Node leave event for fc9f55a880c7/172.29.194.233" [2022-05-19T10:00:07.026Z] time="2022-05-19T10:00:06Z" level=info msg="Node fc9f55a880c7 change state NodeActive --> NodeLeft" [2022-05-19T10:00:07.026Z] time="2022-05-19T10:00:06Z" level=info msg="node3(3d8765f30400): Node leave event for fc9f55a880c7/172.29.194.233" [2022-05-19T10:00:07.026Z] time="2022-05-19T10:00:06Z" level=error msg="node: fc9f55a880c7 is unknown to memberlist" [2022-05-19T10:00:07.026Z] time="2022-05-19T10:00:06Z" level=info msg="Node fc9f55a880c7/172.29.194.233, left gossip cluster" [2022-05-19T10:00:07.026Z] time="2022-05-19T10:00:06Z" level=info msg="Node fc9f55a880c7/172.29.194.233, left gossip cluster" [2022-05-19T10:00:07.026Z] time="2022-05-19T10:00:06Z" level=info msg="Node fc9f55a880c7/172.29.194.233, left gossip cluster" [2022-05-19T10:00:07.496Z] time="2022-05-19T10:00:07Z" level=info msg="node 2 leaving" [2022-05-19T10:00:07.496Z] time="2022-05-19T10:00:07Z" level=info msg="Node 3d8765f30400 change state NodeActive --> NodeLeft" [2022-05-19T10:00:07.496Z] time="2022-05-19T10:00:07Z" level=info msg="node5(447a355ef310): Node leave event for 3d8765f30400/172.29.194.233" [2022-05-19T10:00:07.496Z] time="2022-05-19T10:00:07Z" level=info msg="Node 3d8765f30400 change state NodeActive --> NodeLeft" [2022-05-19T10:00:07.496Z] time="2022-05-19T10:00:07Z" level=info msg="node4(382844ed0401): Node leave event for 3d8765f30400/172.29.194.233" [2022-05-19T10:00:07.496Z] time="2022-05-19T10:00:07Z" level=info msg="Node 3d8765f30400 change state NodeActive --> NodeLeft" [2022-05-19T10:00:07.496Z] time="2022-05-19T10:00:07Z" level=info msg="node3(3d8765f30400): Node leave event for 3d8765f30400/172.29.194.233" [2022-05-19T10:00:07.496Z] time="2022-05-19T10:00:07Z" level=debug msg="memberlist: Failed ping: 3d8765f30400 (timeout reached)" [2022-05-19T10:00:07.496Z] time="2022-05-19T10:00:07Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10033->172.29.194.233:10036: use of closed network connection" [2022-05-19T10:00:07.496Z] time="2022-05-19T10:00:07Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10033->172.29.194.233:10037: use of closed network connection" [2022-05-19T10:00:07.496Z] time="2022-05-19T10:00:07Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10033->172.29.194.233:10034: use of closed network connection" [2022-05-19T10:00:07.496Z] time="2022-05-19T10:00:07Z" level=debug msg="memberlist: Stream connection from=172.29.194.233:49444" [2022-05-19T10:00:07.496Z] time="2022-05-19T10:00:07Z" level=info msg="Node 3d8765f30400/172.29.194.233, left gossip cluster" [2022-05-19T10:00:07.804Z] --- PASS: TestContainerKillOnDaemonStart (12.36s) [2022-05-19T10:00:07.804Z] PASS [2022-05-19T10:00:07.804Z] [2022-05-19T10:00:07.804Z] === Skipped [2022-05-19T10:00:07.804Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2022-05-19T10:00:07.804Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-05-19T10:00:07.804Z] [2022-05-19T10:00:07.804Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2022-05-19T10:00:07.804Z] kill_test.go:159: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-05-19T10:00:07.804Z] [2022-05-19T10:00:07.804Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2022-05-19T10:00:07.804Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-05-19T10:00:07.804Z] [2022-05-19T10:00:07.804Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2022-05-19T10:00:07.804Z] pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-05-19T10:00:07.804Z] [2022-05-19T10:00:07.804Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2022-05-19T10:00:07.804Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-05-19T10:00:07.804Z] [2022-05-19T10:00:07.804Z] === SKIP: amd64.integration.container TestUpdateMemory (0.01s) [2022-05-19T10:00:07.804Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2022-05-19T10:00:07.804Z] [2022-05-19T10:00:07.804Z] DONE 238 tests, 6 skipped in 172.430s [2022-05-19T10:00:07.965Z] time="2022-05-19T10:00:07Z" level=info msg="Node 3d8765f30400/172.29.194.233, left gossip cluster" [2022-05-19T10:00:07.965Z] time="2022-05-19T10:00:07Z" level=info msg="Node 3d8765f30400/172.29.194.233, left gossip cluster" [2022-05-19T10:00:07.965Z] time="2022-05-19T10:00:07Z" level=debug msg="memberlist: Failed to join 172.29.194.233: dial tcp 172.29.194.233:10013: connectex: No connection could be made because the target machine actively refused it." [2022-05-19T10:00:07.965Z] time="2022-05-19T10:00:07Z" level=warning msg="memberlist: Was able to connect to 3d8765f30400 but other probes failed, network may be misconfigured" [2022-05-19T10:00:07.965Z] networkdb_test.go:867: node4: OK [2022-05-19T10:00:07.965Z] networkdb_test.go:867: node5: OK [2022-05-19T10:00:07.965Z] time="2022-05-19T10:00:07Z" level=info msg="node 0 coming back" [2022-05-19T10:00:07.965Z] time="2022-05-19T10:00:07Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:9da5b970b3ea with config:&{NodeID:9da5b970b3ea 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-05-19T10:00:07.965Z] time="2022-05-19T10:00:07Z" level=info msg="Node 9da5b970b3ea/172.29.194.233, joined gossip cluster" [2022-05-19T10:00:07.965Z] time="2022-05-19T10:00:07Z" level=info msg="Node 9da5b970b3ea/172.29.194.233, added to nodes list" [2022-05-19T10:00:07.965Z] time="2022-05-19T10:00:07Z" level=info msg="node 1 coming back" [2022-05-19T10:00:07.965Z] time="2022-05-19T10:00:07Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:824769c92c16 with config:&{NodeID:824769c92c16 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-05-19T10:00:07.965Z] time="2022-05-19T10:00:07Z" level=info msg="Node 824769c92c16/172.29.194.233, joined gossip cluster" [2022-05-19T10:00:07.965Z] time="2022-05-19T10:00:07Z" level=info msg="Node 824769c92c16/172.29.194.233, added to nodes list" [2022-05-19T10:00:07.965Z] time="2022-05-19T10:00:07Z" level=info msg="node 2 coming back" [2022-05-19T10:00:07.965Z] time="2022-05-19T10:00:07Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:40bc9a4e9775 with config:&{NodeID:40bc9a4e9775 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-05-19T10:00:07.965Z] time="2022-05-19T10:00:07Z" level=info msg="Node 40bc9a4e9775/172.29.194.233, joined gossip cluster" [2022-05-19T10:00:07.965Z] time="2022-05-19T10:00:07Z" level=info msg="Node 40bc9a4e9775/172.29.194.233, added to nodes list" [2022-05-19T10:00:08.061Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m [2022-05-19T10:00:08.061Z] ++ 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-05-19T10:00:08.061Z] ++ set -e [2022-05-19T10:00:08.061Z] ++ '[' -n 0 ']' [2022-05-19T10:00:08.061Z] ++ set -x [2022-05-19T10:00:08.062Z] ++ 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-05-19T10:00:08.062Z] === RUN TestConfigDaemonLibtrustID [2022-05-19T10:00:08.625Z] --- PASS: TestConfigDaemonLibtrustID (0.55s) [2022-05-19T10:00:08.625Z] === RUN TestConfigDaemonID [2022-05-19T10:00:08.882Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2022-05-19T10:00:08.954Z] Removing intermediate container fde1e0a6bb1e [2022-05-19T10:00:08.954Z] ---> 87c6121cf5ca [2022-05-19T10:00:08.954Z] Step 7/13 : ARG BUSYBOX_VERSION [2022-05-19T10:00:08.954Z] ---> Running in a11be536a999 [2022-05-19T10:00:08.954Z] Removing intermediate container a11be536a999 [2022-05-19T10:00:08.954Z] ---> b4e627ad0280 [2022-05-19T10:00:08.954Z] Step 8/13 : ARG BUSYBOX_SHA256SUM [2022-05-19T10:00:08.954Z] ---> Running in 68c0830bcd94 [2022-05-19T10:00:08.954Z] time="2022-05-19T10:00:08Z" level=debug msg="memberlist: Failed to join 172.29.194.233: dial tcp 172.29.194.233:10013: connectex: No connection could be made because the target machine actively refused it." [2022-05-19T10:00:09.811Z] daemon_test.go:84: [d92148a10b460] daemon is not started [2022-05-19T10:00:09.811Z] --- PASS: TestConfigDaemonID (1.08s) [2022-05-19T10:00:09.811Z] === RUN TestDaemonConfigValidation [2022-05-19T10:00:09.811Z] === RUN TestDaemonConfigValidation/config_with_no_content [2022-05-19T10:00:09.811Z] === PAUSE TestDaemonConfigValidation/config_with_no_content [2022-05-19T10:00:09.811Z] === RUN TestDaemonConfigValidation/config_with_{} [2022-05-19T10:00:09.811Z] === PAUSE TestDaemonConfigValidation/config_with_{} [2022-05-19T10:00:09.811Z] === RUN TestDaemonConfigValidation/invalid_config [2022-05-19T10:00:09.811Z] === PAUSE TestDaemonConfigValidation/invalid_config [2022-05-19T10:00:09.811Z] === RUN TestDaemonConfigValidation/malformed_config [2022-05-19T10:00:09.811Z] === PAUSE TestDaemonConfigValidation/malformed_config [2022-05-19T10:00:09.811Z] === RUN TestDaemonConfigValidation/valid_config [2022-05-19T10:00:09.811Z] === PAUSE TestDaemonConfigValidation/valid_config [2022-05-19T10:00:09.811Z] === CONT TestDaemonConfigValidation/config_with_no_content [2022-05-19T10:00:09.811Z] === CONT TestDaemonConfigValidation/malformed_config [2022-05-19T10:00:09.811Z] === CONT TestDaemonConfigValidation/valid_config [2022-05-19T10:00:09.939Z] Removing intermediate container 68c0830bcd94 [2022-05-19T10:00:09.939Z] ---> 17524e912004 [2022-05-19T10:00:09.939Z] Step 9/13 : ADD https://frippery.org/files/busybox/busybox-w32-${BUSYBOX_VERSION}.exe /bin/busybox.exe [2022-05-19T10:00:09.943Z] time="2022-05-19T10:00:09Z" level=debug msg="memberlist: Failed to join 172.29.194.233: dial tcp 172.29.194.233:10013: connectex: No connection could be made because the target machine actively refused it." [2022-05-19T10:00:10.067Z] === CONT TestDaemonConfigValidation/invalid_config [2022-05-19T10:00:10.067Z] === CONT TestDaemonConfigValidation/config_with_{} [2022-05-19T10:00:10.324Z] --- PASS: TestDaemonConfigValidation (0.00s) [2022-05-19T10:00:10.324Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.15s) [2022-05-19T10:00:10.324Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.28s) [2022-05-19T10:00:10.324Z] --- PASS: TestDaemonConfigValidation/valid_config (0.26s) [2022-05-19T10:00:10.324Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.22s) [2022-05-19T10:00:10.324Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.16s) [2022-05-19T10:00:10.324Z] === RUN TestConfigDaemonSeccompProfiles [2022-05-19T10:00:10.324Z] === RUN TestConfigDaemonSeccompProfiles/empty_profile_set [2022-05-19T10:00:10.678Z] Leaving: AppArmorNo profiles have been unloaded. [2022-05-19T10:00:10.678Z] [2022-05-19T10:00:10.678Z] Unloading profiles will leave already running processes permanently [2022-05-19T10:00:10.678Z] unconfined, which can lead to unexpected situations. [2022-05-19T10:00:10.678Z] [2022-05-19T10:00:10.678Z] To set a process to complain mode, use the command line tool [2022-05-19T10:00:10.678Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-05-19T10:00:10.678Z] Post stage [Pipeline] junit [2022-05-19T10:00:10.716Z] Recording test results [2022-05-19T10:00:10.887Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer [2022-05-19T10:00:10.923Z] [2022-05-19T10:00:10.931Z] time="2022-05-19T10:00:10Z" level=debug msg="memberlist: Failed to join 172.29.194.233: dial tcp 172.29.194.233:10013: connectex: No connection could be made because the target machine actively refused it." [2022-05-19T10:00:11.401Z] time="2022-05-19T10:00:10Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.29.194.233:10033 172.29.194.233:10034 172.29.194.233:10035]" [2022-05-19T10:00:11.449Z] === RUN TestConfigDaemonSeccompProfiles/default_profile [2022-05-19T10:00:11.870Z] time="2022-05-19T10:00:11Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.29.194.233:10033 172.29.194.233:10034 172.29.194.233:10035]" [2022-05-19T10:00:11.870Z] time="2022-05-19T10:00:11Z" level=debug msg="memberlist: Failed to join 172.29.194.233: dial tcp 172.29.194.233:10013: connectex: No connection could be made because the target machine actively refused it." [2022-05-19T10:00:11.908Z] ---> eb863a2302e0 [2022-05-19T10:00:11.908Z] Step 10/13 : RUN powershell if ((Get-FileHash -Path /bin/busybox.exe -Algorithm SHA256).Hash -ne $Env:BUSYBOX_SHA256SUM) { Throw \"Checksum validation failed\" } [2022-05-19T10:00:11.908Z] ---> Running in 6e13aad9d6e5 [2022-05-19T10:00:11.972Z] [Checks API] No suitable checks publisher found. [Pipeline] sh [2022-05-19T10:00:12.262Z] + echo Ensuring container killed. [2022-05-19T10:00:12.262Z] Ensuring container killed. [2022-05-19T10:00:12.262Z] + docker rm -vf docker-pr8 [2022-05-19T10:00:12.262Z] Error: No such container: docker-pr8 [Pipeline] sh [2022-05-19T10:00:12.339Z] time="2022-05-19T10:00:11Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.29.194.233:10033" [2022-05-19T10:00:12.339Z] time="2022-05-19T10:00:11Z" level=debug msg="memberlist: Stream connection from=172.29.194.233:49450" [2022-05-19T10:00:12.339Z] time="2022-05-19T10:00:11Z" level=info msg="Node 382844ed0401/172.29.194.233, joined gossip cluster" [2022-05-19T10:00:12.339Z] time="2022-05-19T10:00:11Z" level=info msg="Node 382844ed0401/172.29.194.233, added to nodes list" [2022-05-19T10:00:12.339Z] time="2022-05-19T10:00:11Z" level=info msg="Node 447a355ef310/172.29.194.233, joined gossip cluster" [2022-05-19T10:00:12.339Z] time="2022-05-19T10:00:11Z" level=info msg="Node 447a355ef310/172.29.194.233, added to nodes list" [2022-05-19T10:00:12.339Z] time="2022-05-19T10:00:11Z" level=info msg="Node 9da5b970b3ea/172.29.194.233, joined gossip cluster" [2022-05-19T10:00:12.339Z] time="2022-05-19T10:00:11Z" level=info msg="Node 9da5b970b3ea/172.29.194.233, is the new incarnation of the shutdown node 9a2f534d83eb/172.29.194.233" [2022-05-19T10:00:12.339Z] time="2022-05-19T10:00:11Z" level=info msg="Node 9da5b970b3ea/172.29.194.233, added to nodes list" [2022-05-19T10:00:12.339Z] time="2022-05-19T10:00:11Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.29.194.233:10034" [2022-05-19T10:00:12.339Z] time="2022-05-19T10:00:11Z" level=debug msg="memberlist: Stream connection from=172.29.194.233:49451" [2022-05-19T10:00:12.339Z] time="2022-05-19T10:00:11Z" level=info msg="Node 382844ed0401/172.29.194.233, joined gossip cluster" [2022-05-19T10:00:12.339Z] time="2022-05-19T10:00:11Z" level=info msg="Node 382844ed0401/172.29.194.233, added to nodes list" [2022-05-19T10:00:12.339Z] time="2022-05-19T10:00:11Z" level=info msg="Node 9da5b970b3ea/172.29.194.233, joined gossip cluster" [2022-05-19T10:00:12.339Z] time="2022-05-19T10:00:11Z" level=info msg="Node 9da5b970b3ea/172.29.194.233, added to nodes list" [2022-05-19T10:00:12.339Z] time="2022-05-19T10:00:11Z" level=info msg="Node 824769c92c16/172.29.194.233, joined gossip cluster" [2022-05-19T10:00:12.339Z] time="2022-05-19T10:00:11Z" level=info msg="Node 447a355ef310/172.29.194.233, joined gossip cluster" [2022-05-19T10:00:12.339Z] time="2022-05-19T10:00:11Z" level=info msg="Node 824769c92c16/172.29.194.233, is the new incarnation of the shutdown node fc9f55a880c7/172.29.194.233" [2022-05-19T10:00:12.339Z] time="2022-05-19T10:00:11Z" level=info msg="Node 824769c92c16/172.29.194.233, added to nodes list" [2022-05-19T10:00:12.339Z] time="2022-05-19T10:00:11Z" level=info msg="Node 447a355ef310/172.29.194.233, added to nodes list" [2022-05-19T10:00:12.339Z] time="2022-05-19T10:00:11Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.29.194.233:10035" [2022-05-19T10:00:12.339Z] time="2022-05-19T10:00:11Z" level=debug msg="memberlist: Stream connection from=172.29.194.233:49452" [2022-05-19T10:00:12.339Z] time="2022-05-19T10:00:11Z" level=info msg="Node 382844ed0401/172.29.194.233, joined gossip cluster" [2022-05-19T10:00:12.339Z] time="2022-05-19T10:00:11Z" level=info msg="Node 382844ed0401/172.29.194.233, added to nodes list" [2022-05-19T10:00:12.339Z] time="2022-05-19T10:00:11Z" level=info msg="Node 9da5b970b3ea/172.29.194.233, joined gossip cluster" [2022-05-19T10:00:12.339Z] time="2022-05-19T10:00:11Z" level=info msg="Node 9da5b970b3ea/172.29.194.233, added to nodes list" [2022-05-19T10:00:12.339Z] time="2022-05-19T10:00:11Z" level=info msg="Node 824769c92c16/172.29.194.233, joined gossip cluster" [2022-05-19T10:00:12.339Z] time="2022-05-19T10:00:11Z" level=info msg="Node 824769c92c16/172.29.194.233, added to nodes list" [2022-05-19T10:00:12.339Z] time="2022-05-19T10:00:11Z" level=info msg="Node 447a355ef310/172.29.194.233, joined gossip cluster" [2022-05-19T10:00:12.339Z] time="2022-05-19T10:00:11Z" level=info msg="Node 447a355ef310/172.29.194.233, added to nodes list" [2022-05-19T10:00:12.339Z] time="2022-05-19T10:00:11Z" level=info msg="Node 40bc9a4e9775/172.29.194.233, joined gossip cluster" [2022-05-19T10:00:12.339Z] time="2022-05-19T10:00:11Z" level=info msg="Node 40bc9a4e9775/172.29.194.233, is the new incarnation of the shutdown node 3d8765f30400/172.29.194.233" [2022-05-19T10:00:12.339Z] time="2022-05-19T10:00:11Z" level=info msg="Node 40bc9a4e9775/172.29.194.233, added to nodes list" [2022-05-19T10:00:12.339Z] time="2022-05-19T10:00:11Z" level=info msg="Node 824769c92c16/172.29.194.233, joined gossip cluster" [2022-05-19T10:00:12.339Z] time="2022-05-19T10:00:11Z" level=info msg="Node 824769c92c16/172.29.194.233, added to nodes list" [2022-05-19T10:00:12.339Z] time="2022-05-19T10:00:11Z" level=info msg="Node 824769c92c16/172.29.194.233, joined gossip cluster" [2022-05-19T10:00:12.339Z] time="2022-05-19T10:00:11Z" level=info msg="Node 824769c92c16/172.29.194.233, is the new incarnation of the shutdown node fc9f55a880c7/172.29.194.233" [2022-05-19T10:00:12.339Z] time="2022-05-19T10:00:11Z" level=info msg="Node 824769c92c16/172.29.194.233, added to nodes list" [2022-05-19T10:00:12.339Z] time="2022-05-19T10:00:11Z" level=info msg="Node 9da5b970b3ea/172.29.194.233, joined gossip cluster" [2022-05-19T10:00:12.339Z] time="2022-05-19T10:00:11Z" level=info msg="Node 9da5b970b3ea/172.29.194.233, is the new incarnation of the shutdown node 9a2f534d83eb/172.29.194.233" [2022-05-19T10:00:12.339Z] time="2022-05-19T10:00:11Z" level=info msg="Node 9da5b970b3ea/172.29.194.233, added to nodes list" [2022-05-19T10:00:12.339Z] time="2022-05-19T10:00:11Z" level=info msg="Node 40bc9a4e9775/172.29.194.233, joined gossip cluster" [2022-05-19T10:00:12.339Z] time="2022-05-19T10:00:11Z" level=info msg="Node 40bc9a4e9775/172.29.194.233, added to nodes list" [2022-05-19T10:00:12.339Z] time="2022-05-19T10:00:11Z" level=info msg="Node 40bc9a4e9775/172.29.194.233, joined gossip cluster" [2022-05-19T10:00:12.339Z] time="2022-05-19T10:00:11Z" level=info msg="Node 40bc9a4e9775/172.29.194.233, is the new incarnation of the shutdown node 3d8765f30400/172.29.194.233" [2022-05-19T10:00:12.339Z] time="2022-05-19T10:00:11Z" level=info msg="Node 40bc9a4e9775/172.29.194.233, added to nodes list" [2022-05-19T10:00:12.339Z] time="2022-05-19T10:00:11Z" level=info msg="Node 40bc9a4e9775/172.29.194.233, joined gossip cluster" [2022-05-19T10:00:12.339Z] time="2022-05-19T10:00:11Z" level=info msg="Node 40bc9a4e9775/172.29.194.233, added to nodes list" [2022-05-19T10:00:12.379Z] === RUN TestConfigDaemonSeccompProfiles/unconfined_profile [2022-05-19T10:00:12.550Z] + echo Chowning /workspace to jenkins user [2022-05-19T10:00:12.551Z] Chowning /workspace to jenkins user [2022-05-19T10:00:12.551Z] + id -u [2022-05-19T10:00:12.551Z] + id -g [2022-05-19T10:00:12.551Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43557:/workspace busybox chown -R 1000:1000 /workspace [2022-05-19T10:00:12.551Z] Unable to find image 'busybox:latest' locally [2022-05-19T10:00:12.551Z] latest: Pulling from library/busybox [2022-05-19T10:00:12.808Z] time="2022-05-19T10:00:12Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.29.194.233:10033" [2022-05-19T10:00:12.808Z] time="2022-05-19T10:00:12Z" level=debug msg="memberlist: Stream connection from=172.29.194.233:49453" [2022-05-19T10:00:12.808Z] time="2022-05-19T10:00:12Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.29.194.233:10034" [2022-05-19T10:00:12.808Z] time="2022-05-19T10:00:12Z" level=debug msg="memberlist: Stream connection from=172.29.194.233:49454" [2022-05-19T10:00:12.808Z] time="2022-05-19T10:00:12Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.29.194.233:10035" [2022-05-19T10:00:12.808Z] time="2022-05-19T10:00:12Z" level=debug msg="memberlist: Stream connection from=172.29.194.233:49455" [2022-05-19T10:00:12.808Z] time="2022-05-19T10:00:12Z" level=debug msg="memberlist: Failed to join 172.29.194.233: dial tcp 172.29.194.233:10013: connectex: No connection could be made because the target machine actively refused it." [2022-05-19T10:00:12.811Z] 50e8d59317eb: Pulling fs layer [2022-05-19T10:00:12.811Z] 50e8d59317eb: Verifying Checksum [2022-05-19T10:00:12.811Z] 50e8d59317eb: Download complete [2022-05-19T10:00:12.811Z] 50e8d59317eb: Pull complete [2022-05-19T10:00:12.943Z] check_test.go:307: [db1819edecd34] daemon is not started [2022-05-19T10:00:12.943Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs [2022-05-19T10:00:13.071Z] Digest: sha256:d2b53584f580310186df7a2055ce3ff83cc0df6caacf1e3489bff8cf5d0af5d8 [2022-05-19T10:00:13.071Z] Status: Downloaded newer image for busybox:latest [2022-05-19T10:00:13.279Z] 2022/05/19 10:00:12 Closing DB instances... [2022-05-19T10:00:13.279Z] time="2022-05-19T10:00:12Z" level=info msg="Node 9da5b970b3ea change state NodeActive --> NodeLeft" [2022-05-19T10:00:13.279Z] time="2022-05-19T10:00:12Z" level=info msg="node5(447a355ef310): Node leave event for 9da5b970b3ea/172.29.194.233" [2022-05-19T10:00:13.279Z] time="2022-05-19T10:00:12Z" level=info msg="Node 9da5b970b3ea change state NodeActive --> NodeLeft" [2022-05-19T10:00:13.279Z] time="2022-05-19T10:00:12Z" level=info msg="node3(40bc9a4e9775): Node leave event for 9da5b970b3ea/172.29.194.233" [2022-05-19T10:00:13.279Z] time="2022-05-19T10:00:12Z" level=info msg="Node 9da5b970b3ea change state NodeActive --> NodeLeft" [2022-05-19T10:00:13.279Z] time="2022-05-19T10:00:12Z" level=info msg="node4(382844ed0401): Node leave event for 9da5b970b3ea/172.29.194.233" [2022-05-19T10:00:13.279Z] time="2022-05-19T10:00:12Z" level=info msg="Node 9da5b970b3ea change state NodeActive --> NodeLeft" [2022-05-19T10:00:13.279Z] time="2022-05-19T10:00:12Z" level=info msg="node1(9da5b970b3ea): Node leave event for 9da5b970b3ea/172.29.194.233" [2022-05-19T10:00:13.279Z] time="2022-05-19T10:00:13Z" level=info msg="Node 9da5b970b3ea/172.29.194.233, left gossip cluster" [2022-05-19T10:00:13.279Z] time="2022-05-19T10:00:13Z" level=info msg="Node 9da5b970b3ea/172.29.194.233, left gossip cluster" [2022-05-19T10:00:13.279Z] time="2022-05-19T10:00:13Z" level=info msg="Node 9da5b970b3ea/172.29.194.233, left gossip cluster" [2022-05-19T10:00:13.279Z] time="2022-05-19T10:00:13Z" level=info msg="Node 9da5b970b3ea/172.29.194.233, left gossip cluster" [2022-05-19T10:00:13.279Z] time="2022-05-19T10:00:13Z" level=info msg="Node 9da5b970b3ea change state NodeActive --> NodeFailed" [2022-05-19T10:00:13.279Z] time="2022-05-19T10:00:13Z" level=info msg="Node 9da5b970b3ea/172.29.194.233, added to failed nodes list" [2022-05-19T10:00:13.279Z] time="2022-05-19T10:00:13Z" level=info msg="Node 9da5b970b3ea/172.29.194.233, left gossip cluster" [2022-05-19T10:00:13.506Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2022-05-19T10:00:13.506Z] === CONT TestConfigDaemonSeccompProfiles [2022-05-19T10:00:13.506Z] daemon_test.go:198: [d5e3b3e675b2a] daemon is not started [2022-05-19T10:00:13.506Z] --- PASS: TestConfigDaemonSeccompProfiles (3.22s) [2022-05-19T10:00:13.506Z] --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.07s) [2022-05-19T10:00:13.506Z] --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.09s) [2022-05-19T10:00:13.506Z] --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.06s) [2022-05-19T10:00:13.506Z] === RUN TestDaemonProxy [2022-05-19T10:00:13.506Z] === RUN TestDaemonProxy/environment_variables [2022-05-19T10:00:13.753Z] time="2022-05-19T10:00:13Z" level=info msg="Node 824769c92c16 change state NodeActive --> NodeLeft" [2022-05-19T10:00:13.753Z] time="2022-05-19T10:00:13Z" level=info msg="node3(40bc9a4e9775): Node leave event for 824769c92c16/172.29.194.233" [2022-05-19T10:00:13.753Z] time="2022-05-19T10:00:13Z" level=info msg="Node 824769c92c16 change state NodeActive --> NodeLeft" [2022-05-19T10:00:13.753Z] time="2022-05-19T10:00:13Z" level=info msg="node5(447a355ef310): Node leave event for 824769c92c16/172.29.194.233" [2022-05-19T10:00:13.753Z] time="2022-05-19T10:00:13Z" level=info msg="Node 824769c92c16 change state NodeActive --> NodeLeft" [2022-05-19T10:00:13.753Z] time="2022-05-19T10:00:13Z" level=info msg="node4(382844ed0401): Node leave event for 824769c92c16/172.29.194.233" [2022-05-19T10:00:13.753Z] time="2022-05-19T10:00:13Z" level=info msg="Node 824769c92c16 change state NodeActive --> NodeLeft" [2022-05-19T10:00:13.753Z] time="2022-05-19T10:00:13Z" level=info msg="node2(824769c92c16): Node leave event for 824769c92c16/172.29.194.233" [2022-05-19T10:00:13.753Z] time="2022-05-19T10:00:13Z" level=info msg="Node 824769c92c16/172.29.194.233, left gossip cluster" [2022-05-19T10:00:13.753Z] time="2022-05-19T10:00:13Z" level=info msg="Node 824769c92c16/172.29.194.233, left gossip cluster" [2022-05-19T10:00:13.753Z] time="2022-05-19T10:00:13Z" level=info msg="Node 824769c92c16/172.29.194.233, left gossip cluster" [2022-05-19T10:00:13.753Z] time="2022-05-19T10:00:13Z" level=info msg="Node 824769c92c16/172.29.194.233, left gossip cluster" [2022-05-19T10:00:13.753Z] time="2022-05-19T10:00:13Z" level=debug msg="memberlist: Failed to join 172.29.194.233: dial tcp 172.29.194.233:10013: connectex: No connection could be made because the target machine actively refused it." [2022-05-19T10:00:14.223Z] time="2022-05-19T10:00:13Z" level=info msg="Node 40bc9a4e9775 change state NodeActive --> NodeLeft" [2022-05-19T10:00:14.223Z] time="2022-05-19T10:00:13Z" level=info msg="node5(447a355ef310): Node leave event for 40bc9a4e9775/172.29.194.233" [2022-05-19T10:00:14.223Z] time="2022-05-19T10:00:13Z" level=info msg="Node 40bc9a4e9775 change state NodeActive --> NodeLeft" [2022-05-19T10:00:14.223Z] time="2022-05-19T10:00:13Z" level=info msg="node4(382844ed0401): Node leave event for 40bc9a4e9775/172.29.194.233" [2022-05-19T10:00:14.223Z] time="2022-05-19T10:00:13Z" level=info msg="Node 40bc9a4e9775 change state NodeActive --> NodeLeft" [2022-05-19T10:00:14.223Z] time="2022-05-19T10:00:13Z" level=info msg="node3(40bc9a4e9775): Node leave event for 40bc9a4e9775/172.29.194.233" [2022-05-19T10:00:14.223Z] time="2022-05-19T10:00:13Z" level=info msg="Node 40bc9a4e9775/172.29.194.233, left gossip cluster" [2022-05-19T10:00:14.223Z] time="2022-05-19T10:00:13Z" level=info msg="Node 40bc9a4e9775/172.29.194.233, left gossip cluster" [2022-05-19T10:00:14.223Z] time="2022-05-19T10:00:13Z" level=info msg="Node 40bc9a4e9775/172.29.194.233, left gossip cluster" [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-05-19T10:00:14.695Z] time="2022-05-19T10:00:14Z" level=debug msg="memberlist: Failed ping: 447a355ef310 (timeout reached)" [2022-05-19T10:00:14.695Z] time="2022-05-19T10:00:14Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10034->172.29.194.233:10036: use of closed network connection" [2022-05-19T10:00:14.695Z] time="2022-05-19T10:00:14Z" level=debug msg="memberlist: Stream connection from=172.29.194.233:49459" [2022-05-19T10:00:14.695Z] time="2022-05-19T10:00:14Z" level=info msg="Node 382844ed0401 change state NodeActive --> NodeLeft" [2022-05-19T10:00:14.695Z] time="2022-05-19T10:00:14Z" level=info msg="node5(447a355ef310): Node leave event for 382844ed0401/172.29.194.233" [2022-05-19T10:00:14.695Z] time="2022-05-19T10:00:14Z" level=info msg="Node 382844ed0401 change state NodeActive --> NodeLeft" [2022-05-19T10:00:14.695Z] time="2022-05-19T10:00:14Z" level=info msg="node4(382844ed0401): Node leave event for 382844ed0401/172.29.194.233" [2022-05-19T10:00:14.695Z] time="2022-05-19T10:00:14Z" level=debug msg="memberlist: Failed to join 172.29.194.233: dial tcp 172.29.194.233:10013: connectex: No connection could be made because the target machine actively refused it." [2022-05-19T10:00:14.757Z] + bundleName=docker-py [2022-05-19T10:00:14.757Z] + echo Creating docker-py-bundles.tar.gz [2022-05-19T10:00:14.757Z] Creating docker-py-bundles.tar.gz [2022-05-19T10:00:14.757Z] + 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-05-19T10:00:14.771Z] Archiving artifacts [2022-05-19T10:00:14.976Z] Removing intermediate container c6fb7ea3a476 [2022-05-19T10:00:14.976Z] ---> 72ca645fc824 [2022-05-19T10:00:14.976Z] Step 11/13 : RUN setx /M PATH "C:\bin;%PATH%" [2022-05-19T10:00:14.976Z] ---> Running in a6b847c17b4e [2022-05-19T10:00:15.165Z] time="2022-05-19T10:00:14Z" level=warning msg="memberlist: Was able to connect to 447a355ef310 but other probes failed, network may be misconfigured" [2022-05-19T10:00:15.165Z] time="2022-05-19T10:00:14Z" level=debug msg="memberlist: Failed to join 172.29.194.233: dial tcp 172.29.194.233:10033: connectex: No connection could be made because the target machine actively refused it." [2022-05-19T10:00:15.165Z] time="2022-05-19T10:00:14Z" level=info msg="Node 382844ed0401/172.29.194.233, left gossip cluster" [2022-05-19T10:00:15.397Z] === RUN TestDaemonProxy/command-line_options [2022-05-19T10:00:15.634Z] time="2022-05-19T10:00:15Z" level=info msg="Node 382844ed0401/172.29.194.233, left gossip cluster" [2022-05-19T10:00:15.653Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins [2022-05-19T10:00:15.910Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2022-05-19T10:00:16.106Z] time="2022-05-19T10:00:15Z" level=debug msg="memberlist: Failed to join 172.29.194.233: dial tcp 172.29.194.233:10013: connectex: No connection could be made because the target machine actively refused it." [2022-05-19T10:00:16.106Z] time="2022-05-19T10:00:15Z" level=info msg="Node 447a355ef310/172.29.194.233, left gossip cluster" [2022-05-19T10:00:16.106Z] time="2022-05-19T10:00:15Z" level=info msg="Node 447a355ef310 change state NodeActive --> NodeFailed" [2022-05-19T10:00:16.106Z] time="2022-05-19T10:00:15Z" level=info msg="Node 447a355ef310/172.29.194.233, added to failed nodes list" [2022-05-19T10:00:16.106Z] --- PASS: TestNetworkDBIslands (12.10s) [2022-05-19T10:00:16.106Z] PASS [2022-05-19T10:00:16.106Z] coverage: 60.5% of statements [2022-05-19T10:00:16.106Z] ok github.com/docker/docker/libnetwork/networkdb 104.191s coverage: 60.5% of statements [2022-05-19T10:00:16.106Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2022-05-19T10:00:16.106Z] ? github.com/docker/docker/libnetwork/osl/kernel [no test files] [2022-05-19T10:00:16.106Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2022-05-19T10:00:16.106Z] ? github.com/docker/docker/oci/caps [no test files] [2022-05-19T10:00:16.106Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2022-05-19T10:00:16.106Z] ? github.com/docker/docker/pkg/parsers/kernel [no test files] [2022-05-19T10:00:16.106Z] ? github.com/docker/docker/pkg/platform [no test files] [2022-05-19T10:00:16.106Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2022-05-19T10:00:16.106Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2022-05-19T10:00:16.106Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2022-05-19T10:00:16.106Z] ? github.com/docker/docker/pkg/signal [no test files] [2022-05-19T10:00:16.106Z] ? github.com/docker/docker/pkg/urlutil [no test files] [2022-05-19T10:00:16.106Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2022-05-19T10:00:16.106Z] ? github.com/docker/docker/profiles/seccomp [no test files] [2022-05-19T10:00:16.106Z] ? github.com/docker/docker/quota [no test files] [2022-05-19T10:00:16.106Z] ? github.com/docker/docker/rootless [no test files] [2022-05-19T10:00:16.106Z] ? github.com/docker/docker/runconfig/opts [no test files] [2022-05-19T10:00:16.106Z] ? github.com/docker/docker/testutil/daemon [no test files] [2022-05-19T10:00:16.106Z] ? github.com/docker/docker/testutil/environment [no test files] [2022-05-19T10:00:16.106Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2022-05-19T10:00:16.106Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2022-05-19T10:00:16.106Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2022-05-19T10:00:16.106Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2022-05-19T10:00:16.106Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2022-05-19T10:00:16.106Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2022-05-19T10:00:16.106Z] ? github.com/docker/docker/testutil/registry [no test files] [2022-05-19T10:00:16.106Z] ? github.com/docker/docker/testutil/request [no test files] [2022-05-19T10:00:16.106Z] ? github.com/docker/docker/volume [no test files] [2022-05-19T10:00:16.106Z] ? github.com/docker/docker/volume/service/opts [no test files] [2022-05-19T10:00:16.106Z] ? github.com/docker/docker/volume/testutils [no test files] [2022-05-19T10:00:16.167Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2022-05-19T10:00:16.303Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43557/8/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Static) [Pipeline] sh [2022-05-19T10:00:16.685Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43557/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr8 -e DOCKER_GITCOMMIT=0e0a9bc1232efa07bc98be8e826f0ae8fe7a8dd9 -e DOCKER_GRAPHDRIVER docker:0e0a9bc1232efa07bc98be8e826f0ae8fe7a8dd9 hack/make.sh binary [2022-05-19T10:00:16.945Z] [2022-05-19T10:00:17.096Z] === RUN TestDaemonProxy/configuration_file [2022-05-19T10:00:17.192Z] [2022-05-19T10:00:17.192Z] SUCCESS: Specified value was saved. [2022-05-19T10:00:17.206Z] Removing bundles/ [2022-05-19T10:00:17.206Z] [2022-05-19T10:00:17.206Z] ---> Making bundle: binary (in bundles/binary) [2022-05-19T10:00:17.206Z] Building: bundles/binary-daemon/dockerd-dev [2022-05-19T10:00:17.206Z] GOOS="" GOARCH="" GOARM="" [2022-05-19T10:00:18.462Z] docker_cli_daemon_plugins_test.go:106: [d17168affb2ac] daemon is not started [2022-05-19T10:00:19.024Z] === RUN TestDaemonProxy/conflicting_options [2022-05-19T10:00:19.068Z] [2022-05-19T10:00:19.068Z] === Skipped [2022-05-19T10:00:19.068Z] === SKIP: github.com/docker/docker/builder/dockerfile TestStopSignal (0.00s) [2022-05-19T10:00:19.068Z] dispatchers_test.go:377: Windows does not support stopsignal [2022-05-19T10:00:19.068Z] [2022-05-19T10:00:19.068Z] === SKIP: github.com/docker/docker/builder/remotecontext TestCloseRootDirectory (0.00s) [2022-05-19T10:00:19.068Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-05-19T10:00:19.068Z] [2022-05-19T10:00:19.068Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashFile (0.00s) [2022-05-19T10:00:19.068Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-05-19T10:00:19.068Z] [2022-05-19T10:00:19.068Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashSubdir (0.01s) [2022-05-19T10:00:19.068Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-05-19T10:00:19.068Z] [2022-05-19T10:00:19.068Z] === SKIP: github.com/docker/docker/builder/remotecontext TestRemoveDirectory (0.02s) [2022-05-19T10:00:19.068Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-05-19T10:00:19.068Z] [2022-05-19T10:00:19.068Z] === SKIP: github.com/docker/docker/client TestNewClientWithOpsFromEnv (0.00s) [2022-05-19T10:00:19.068Z] client_test.go:22: runtime.GOOS == "windows" [2022-05-19T10:00:19.068Z] [2022-05-19T10:00:19.068Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCP6Proxy (0.00s) [2022-05-19T10:00:19.068Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-05-19T10:00:19.068Z] [2022-05-19T10:00:19.068Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2022-05-19T10:00:19.068Z] network_proxy_test.go:208: No support for dual stack yet [2022-05-19T10:00:19.068Z] [2022-05-19T10:00:19.068Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestUDP6Proxy (0.00s) [2022-05-19T10:00:19.068Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-05-19T10:00:19.068Z] [2022-05-19T10:00:19.068Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP4Proxy (0.01s) [2022-05-19T10:00:19.068Z] network_proxy_test.go:284: runtime.GOOS == "windows": sctp is not supported on windows [2022-05-19T10:00:19.068Z] [2022-05-19T10:00:19.068Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP6Proxy (0.00s) [2022-05-19T10:00:19.068Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-05-19T10:00:19.068Z] [2022-05-19T10:00:19.068Z] === SKIP: github.com/docker/docker/daemon TestContainerInitDNS (0.00s) [2022-05-19T10:00:19.068Z] daemon_test.go:145: root required [2022-05-19T10:00:19.068Z] [2022-05-19T10:00:19.068Z] === SKIP: github.com/docker/docker/daemon TestDaemonReloadNetworkDiagnosticPort (0.00s) [2022-05-19T10:00:19.068Z] reload_test.go:342: root required [2022-05-19T10:00:19.068Z] [2022-05-19T10:00:19.068Z] === SKIP: github.com/docker/docker/daemon/config TestReloadDefaultConfigNotExist (0.00s) [2022-05-19T10:00:19.068Z] config_test.go:480: os.Getuid() != 0: skipping test that requires root [2022-05-19T10:00:19.068Z] [2022-05-19T10:00:19.068Z] === SKIP: github.com/docker/docker/distribution TestFixManifestLayersBaseLayerParent (0.00s) [2022-05-19T10:00:19.068Z] pull_v2_test.go:82: Needs fixing on Windows [2022-05-19T10:00:19.068Z] [2022-05-19T10:00:19.068Z] === SKIP: github.com/docker/docker/distribution TestValidateManifest (0.00s) [2022-05-19T10:00:19.068Z] pull_v2_test.go:127: Needs fixing on Windows [2022-05-19T10:00:19.068Z] [2022-05-19T10:00:19.068Z] === SKIP: github.com/docker/docker/distribution/xfer TestSuccessfulDownload (0.00s) [2022-05-19T10:00:19.068Z] download_test.go:267: Needs fixing on Windows [2022-05-19T10:00:19.068Z] [2022-05-19T10:00:19.068Z] === SKIP: github.com/docker/docker/layer TestLayerRelease (0.00s) [2022-05-19T10:00:19.068Z] layer_test.go:291: Failing on Windows [2022-05-19T10:00:19.068Z] [2022-05-19T10:00:19.068Z] === SKIP: github.com/docker/docker/layer TestStoreRestore (0.00s) [2022-05-19T10:00:19.068Z] layer_test.go:340: Failing on Windows [2022-05-19T10:00:19.068Z] [2022-05-19T10:00:19.068Z] === SKIP: github.com/docker/docker/layer TestTarStreamStability (0.00s) [2022-05-19T10:00:19.068Z] layer_test.go:455: Failing on Windows [2022-05-19T10:00:19.068Z] [2022-05-19T10:00:19.068Z] === SKIP: github.com/docker/docker/layer TestTarStreamVerification (0.00s) [2022-05-19T10:00:19.068Z] layer_test.go:684: Failing on Windows [2022-05-19T10:00:19.068Z] [2022-05-19T10:00:19.068Z] === SKIP: github.com/docker/docker/layer TestLayerMigration (0.00s) [2022-05-19T10:00:19.068Z] migration_test.go:45: Failing on Windows [2022-05-19T10:00:19.068Z] [2022-05-19T10:00:19.068Z] === SKIP: github.com/docker/docker/layer TestLayerMigrationNoTarsplit (0.00s) [2022-05-19T10:00:19.068Z] migration_test.go:181: Failing on Windows [2022-05-19T10:00:19.068Z] [2022-05-19T10:00:19.068Z] === SKIP: github.com/docker/docker/layer TestMountInit (0.00s) [2022-05-19T10:00:19.068Z] mount_test.go:17: Failing on Windows [2022-05-19T10:00:19.068Z] [2022-05-19T10:00:19.068Z] === SKIP: github.com/docker/docker/layer TestMountSize (0.00s) [2022-05-19T10:00:19.068Z] mount_test.go:76: Failing on Windows [2022-05-19T10:00:19.068Z] [2022-05-19T10:00:19.068Z] === SKIP: github.com/docker/docker/layer TestMountChanges (0.00s) [2022-05-19T10:00:19.068Z] mount_test.go:125: Failing on Windows [2022-05-19T10:00:19.068Z] [2022-05-19T10:00:19.068Z] === SKIP: github.com/docker/docker/layer TestMountApply (0.00s) [2022-05-19T10:00:19.068Z] mount_test.go:212: Failing on Windows [2022-05-19T10:00:19.068Z] [2022-05-19T10:00:19.068Z] === SKIP: github.com/docker/docker/libnetwork TestSRVServiceQuery (0.01s) [2022-05-19T10:00:19.068Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2022-05-19T10:00:19.068Z] [2022-05-19T10:00:19.068Z] === SKIP: github.com/docker/docker/libnetwork TestServiceVIPReuse (0.00s) [2022-05-19T10:00:19.068Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2022-05-19T10:00:19.068Z] [2022-05-19T10:00:19.068Z] === SKIP: github.com/docker/docker/libnetwork TestIpamReleaseOnNetDriverFailures (0.00s) [2022-05-19T10:00:19.068Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2022-05-19T10:00:19.068Z] [2022-05-19T10:00:19.068Z] === SKIP: github.com/docker/docker/libnetwork TestDNSIPQuery (0.00s) [2022-05-19T10:00:19.068Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2022-05-19T10:00:19.068Z] [2022-05-19T10:00:19.068Z] === SKIP: github.com/docker/docker/libnetwork TestDNSProxyServFail (0.00s) [2022-05-19T10:00:19.068Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2022-05-19T10:00:19.068Z] [2022-05-19T10:00:19.068Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddEmpty (0.01s) [2022-05-19T10:00:19.068Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-05-19T10:00:19.068Z] [2022-05-19T10:00:19.068Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddMultiPrio (0.00s) [2022-05-19T10:00:19.068Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-05-19T10:00:19.068Z] [2022-05-19T10:00:19.068Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddSamePrio (0.00s) [2022-05-19T10:00:19.068Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-05-19T10:00:19.068Z] [2022-05-19T10:00:19.068Z] === SKIP: github.com/docker/docker/libnetwork TestCleanupServiceDiscovery (0.00s) [2022-05-19T10:00:19.068Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2022-05-19T10:00:19.068Z] [2022-05-19T10:00:19.068Z] === SKIP: github.com/docker/docker/libnetwork TestDNSOptions (0.00s) [2022-05-19T10:00:19.068Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2022-05-19T10:00:19.068Z] [2022-05-19T10:00:19.068Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestNAT (0.00s) [2022-05-19T10:00:19.068Z] windows_test.go:58: Test does not work on CI and was never running to begin with [2022-05-19T10:00:19.068Z] [2022-05-19T10:00:19.068Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestTransparent (0.00s) [2022-05-19T10:00:19.068Z] windows_test.go:63: Test does not work on CI and was never running to begin with [2022-05-19T10:00:19.068Z] [2022-05-19T10:00:19.068Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2022-05-19T10:00:19.068Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-19T10:00:19.068Z] [2022-05-19T10:00:19.068Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2022-05-19T10:00:19.068Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-19T10:00:19.068Z] [2022-05-19T10:00:19.068Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2022-05-19T10:00:19.068Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-19T10:00:19.068Z] [2022-05-19T10:00:19.068Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2022-05-19T10:00:19.068Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-19T10:00:19.068Z] [2022-05-19T10:00:19.068Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2022-05-19T10:00:19.068Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-19T10:00:19.068Z] [2022-05-19T10:00:19.068Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamXz (0.00s) [2022-05-19T10:00:19.068Z] archive_test.go:133: Xz not present in msys2 [2022-05-19T10:00:19.068Z] [2022-05-19T10:00:19.068Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamZstd (0.03s) [2022-05-19T10:00:19.068Z] archive_test.go:140: zstd not installed [2022-05-19T10:00:19.068Z] [2022-05-19T10:00:19.068Z] === SKIP: github.com/docker/docker/pkg/archive TestCmdStreamBad (0.00s) [2022-05-19T10:00:19.068Z] archive_test.go:252: Failing on Windows CI machines [2022-05-19T10:00:19.068Z] [2022-05-19T10:00:19.068Z] === SKIP: github.com/docker/docker/pkg/archive TestCopyFileWithInvalidDest (0.00s) [2022-05-19T10:00:19.068Z] archive_windows_test.go:16: Currently fails [2022-05-19T10:00:19.068Z] [2022-05-19T10:00:19.068Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesWithChangesGH13590 (0.00s) [2022-05-19T10:00:19.068Z] changes_test.go:196: needs more investigation [2022-05-19T10:00:19.068Z] [2022-05-19T10:00:19.068Z] === SKIP: github.com/docker/docker/pkg/archive TestApplyLayer (0.00s) [2022-05-19T10:00:19.068Z] changes_test.go:433: needs further investigation [2022-05-19T10:00:19.068Z] [2022-05-19T10:00:19.068Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesSizeWithHardlinks (0.00s) [2022-05-19T10:00:19.068Z] changes_test.go:469: needs further investigation [2022-05-19T10:00:19.068Z] [2022-05-19T10:00:19.068Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntar (0.00s) [2022-05-19T10:00:19.068Z] archive_test.go:45: os.Getuid() != 0: skipping test that requires root [2022-05-19T10:00:19.068Z] [2022-05-19T10:00:19.068Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarWithHugeExcludesList (0.00s) [2022-05-19T10:00:19.068Z] archive_test.go:77: os.Getuid() != 0: skipping test that requires root [2022-05-19T10:00:19.068Z] [2022-05-19T10:00:19.068Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntarWithSymlink (0.00s) [2022-05-19T10:00:19.068Z] archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-05-19T10:00:19.068Z] [2022-05-19T10:00:19.068Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyWithTar (0.00s) [2022-05-19T10:00:19.068Z] archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-05-19T10:00:19.068Z] [2022-05-19T10:00:19.068Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyFileWithTar (0.00s) [2022-05-19T10:00:19.068Z] archive_test.go:249: os.Getuid() != 0: skipping test that requires root [2022-05-19T10:00:19.068Z] [2022-05-19T10:00:19.068Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarPath (0.00s) [2022-05-19T10:00:19.068Z] archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-05-19T10:00:19.068Z] [2022-05-19T10:00:19.068Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2022-05-19T10:00:19.068Z] archive_test.go:356: os.Getuid() != 0: skipping test that requires root [2022-05-19T10:00:19.068Z] [2022-05-19T10:00:19.068Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2022-05-19T10:00:19.068Z] archive_test.go:373: os.Getuid() != 0: skipping test that requires root [2022-05-19T10:00:19.068Z] [2022-05-19T10:00:19.068Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyDotDotFile (0.01s) [2022-05-19T10:00:19.068Z] archive_test.go:390: os.Getuid() != 0: skipping test that requires root [2022-05-19T10:00:19.068Z] [2022-05-19T10:00:19.068Z] === SKIP: github.com/docker/docker/pkg/filenotify TestPollerEvent (0.00s) [2022-05-19T10:00:19.068Z] poller_test.go:40: No chmod on Windows [2022-05-19T10:00:19.068Z] [2022-05-19T10:00:19.068Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2022-05-19T10:00:19.068Z] fileutils_test.go:133: Needs porting to Windows [2022-05-19T10:00:19.068Z] [2022-05-19T10:00:19.068Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryToFile (0.00s) [2022-05-19T10:00:19.068Z] fileutils_test.go:179: Needs porting to Windows [2022-05-19T10:00:19.068Z] [2022-05-19T10:00:19.069Z] === SKIP: github.com/docker/docker/registry TestPingRegistryEndpoint (0.00s) [2022-05-19T10:00:19.069Z] registry_test.go:50: os.Getuid() != 0: skipping test that requires root [2022-05-19T10:00:19.069Z] [2022-05-19T10:00:19.069Z] === SKIP: github.com/docker/docker/registry TestEndpoint (0.00s) [2022-05-19T10:00:19.069Z] registry_test.go:70: os.Getuid() != 0: skipping test that requires root [2022-05-19T10:00:19.069Z] [2022-05-19T10:00:19.069Z] === SKIP: github.com/docker/docker/registry TestMirrorEndpointLookup (0.00s) [2022-05-19T10:00:19.069Z] registry_test.go:511: os.Getuid() != 0: skipping test that requires root [2022-05-19T10:00:19.069Z] [2022-05-19T10:00:19.069Z] === SKIP: github.com/docker/docker/volume/local TestRemove (0.00s) [2022-05-19T10:00:19.069Z] local_test.go:33: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2022-05-19T10:00:19.069Z] [2022-05-19T10:00:19.069Z] === SKIP: github.com/docker/docker/volume/local TestCreateWithOpts (0.00s) [2022-05-19T10:00:19.069Z] local_test.go:180: runtime.GOOS == "windows" [2022-05-19T10:00:19.069Z] [2022-05-19T10:00:19.069Z] DONE 2329 tests, 68 skipped in 303.808s [2022-05-19T10:00:19.279Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeout [2022-05-19T10:00:19.536Z] === RUN TestDaemonProxy/reload_sanitized [2022-05-19T10:00:19.627Z] INFO: make.ps1 ended at 05/19/2022 10:00:19 [2022-05-19T10:00:20.098Z] --- PASS: TestDaemonProxy (6.38s) [2022-05-19T10:00:20.098Z] --- PASS: TestDaemonProxy/environment_variables (1.78s) [2022-05-19T10:00:20.098Z] --- PASS: TestDaemonProxy/command-line_options (1.76s) [2022-05-19T10:00:20.098Z] --- PASS: TestDaemonProxy/configuration_file (1.80s) [2022-05-19T10:00:20.098Z] --- PASS: TestDaemonProxy/conflicting_options (0.50s) [2022-05-19T10:00:20.098Z] --- PASS: TestDaemonProxy/reload_sanitized (0.53s) [2022-05-19T10:00:20.098Z] PASS [2022-05-19T10:00:20.098Z] [2022-05-19T10:00:20.098Z] DONE 18 tests in 12.016s [2022-05-19T10:00:20.098Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2022-05-19T10:00:20.098Z] ++ 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-05-19T10:00:20.098Z] ++ set -e [2022-05-19T10:00:20.098Z] ++ '[' -n 0 ']' [2022-05-19T10:00:20.098Z] ++ set -x [2022-05-19T10:00:20.098Z] ++ 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-05-19T10:00:20.098Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2022-05-19T10:00:20.279Z] Removing intermediate container a6b847c17b4e [2022-05-19T10:00:20.279Z] ---> 09187e5e1ffc [2022-05-19T10:00:20.279Z] Step 12/13 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe} [2022-05-19T10:00:20.279Z] ---> Running in 52aa38e94a48 [2022-05-19T10:00:20.354Z] INFO: Testing against a local daemon [2022-05-19T10:00:20.354Z] === RUN TestCommitInheritsEnv [2022-05-19T10:00:20.918Z] --- PASS: TestCommitInheritsEnv (0.53s) [2022-05-19T10:00:20.918Z] === RUN TestImportExtremelyLargeImageWorks [2022-05-19T10:00:20.918Z] === PAUSE TestImportExtremelyLargeImageWorks [2022-05-19T10:00:20.918Z] === RUN TestImportWithCustomPlatform [2022-05-19T10:00:20.918Z] === RUN TestImportWithCustomPlatform/#00 [2022-05-19T10:00:20.918Z] check_test.go:307: [dbcfd4fefdd98] daemon is not started [2022-05-19T10:00:20.918Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile [2022-05-19T10:00:20.918Z] === RUN TestImportWithCustomPlatform/_______ [2022-05-19T10:00:20.918Z] === RUN TestImportWithCustomPlatform// [2022-05-19T10:00:20.918Z] === RUN TestImportWithCustomPlatform/linux [2022-05-19T10:00:21.175Z] === RUN TestImportWithCustomPlatform/LINUX [2022-05-19T10:00:21.175Z] === RUN TestImportWithCustomPlatform/linux/sparc64 [2022-05-19T10:00:21.197Z] INFO: Unit tests results(bundles\junit-report-unit-tests.xml) exist. pwd=D:\gopath\src\github.com\docker\docker [2022-05-19T10:00:21.197Z] INFO: Unit tests ended at 05/19/2022 10:00:21. Duration:00:05:23.0596982 [2022-05-19T10:00:21.197Z] INFO: Building busybox [2022-05-19T10:00:21.197Z] Sending build context to Docker daemon 5.12kB [2022-05-19T10:00:21.197Z] [2022-05-19T10:00:21.197Z] Step 1/13 : ARG WINDOWS_BASE_IMAGE=mcr.microsoft.com/windows/servercore [2022-05-19T10:00:21.197Z] Step 2/13 : ARG WINDOWS_BASE_IMAGE_TAG=ltsc2019 [2022-05-19T10:00:21.197Z] Step 3/13 : ARG BUSYBOX_VERSION=FRP-3329-gcf0fa4d13 [2022-05-19T10:00:21.197Z] Step 4/13 : ARG BUSYBOX_SHA256SUM=bfaeb88638e580fc522a68e69072e305308f9747563e51fa085eec60ca39a5ae [2022-05-19T10:00:21.197Z] Step 5/13 : FROM ${WINDOWS_BASE_IMAGE}:${WINDOWS_BASE_IMAGE_TAG} [2022-05-19T10:00:21.197Z] ---> 3e15a767850d [2022-05-19T10:00:21.197Z] Step 6/13 : RUN mkdir C:\tmp && mkdir C:\bin [2022-05-19T10:00:21.431Z] === RUN TestImportWithCustomPlatform/macos [2022-05-19T10:00:21.431Z] === RUN TestImportWithCustomPlatform/macos/arm64 [2022-05-19T10:00:21.431Z] === RUN TestImportWithCustomPlatform/nintendo64 [2022-05-19T10:00:21.431Z] --- PASS: TestImportWithCustomPlatform (0.61s) [2022-05-19T10:00:21.431Z] --- PASS: TestImportWithCustomPlatform/#00 (0.17s) [2022-05-19T10:00:21.431Z] --- PASS: TestImportWithCustomPlatform/_______ (0.00s) [2022-05-19T10:00:21.431Z] --- PASS: TestImportWithCustomPlatform// (0.00s) [2022-05-19T10:00:21.431Z] --- PASS: TestImportWithCustomPlatform/linux (0.15s) [2022-05-19T10:00:21.431Z] --- PASS: TestImportWithCustomPlatform/LINUX (0.14s) [2022-05-19T10:00:21.431Z] --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.11s) [2022-05-19T10:00:21.431Z] --- PASS: TestImportWithCustomPlatform/macos (0.00s) [2022-05-19T10:00:21.431Z] --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s) [2022-05-19T10:00:21.431Z] --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s) [2022-05-19T10:00:21.431Z] === RUN TestImagesFilterMultiReference [2022-05-19T10:00:21.431Z] --- PASS: TestImagesFilterMultiReference (0.07s) [2022-05-19T10:00:21.431Z] === RUN TestImagePullPlatformInvalid [2022-05-19T10:00:21.431Z] --- PASS: TestImagePullPlatformInvalid (0.03s) [2022-05-19T10:00:21.431Z] === RUN TestRemoveImageOrphaning [2022-05-19T10:00:21.667Z] ---> Running in 9d53c6e2e9fd [2022-05-19T10:00:21.993Z] --- PASS: TestRemoveImageOrphaning (0.33s) [2022-05-19T10:00:21.993Z] === RUN TestRemoveImageGarbageCollector [2022-05-19T10:00:22.250Z] time="2022-05-19T10:00:22Z" level=info msg="[graphdriver] trying configured driver: overlay2" [2022-05-19T10:00:22.324Z] Removing intermediate container 6e13aad9d6e5 [2022-05-19T10:00:22.324Z] ---> acc0cbd039b6 [2022-05-19T10:00:22.324Z] Step 11/13 : RUN setx /M PATH "C:\bin;%PATH%" [2022-05-19T10:00:22.324Z] ---> Running in de0b321dc397 [2022-05-19T10:00:24.140Z] --- PASS: TestRemoveImageGarbageCollector (2.18s) [2022-05-19T10:00:24.140Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-05-19T10:00:24.140Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.05s) [2022-05-19T10:00:24.140Z] === RUN TestTagInvalidReference [2022-05-19T10:00:24.140Z] --- PASS: TestTagInvalidReference (0.03s) [2022-05-19T10:00:24.140Z] === RUN TestTagValidPrefixedRepo [2022-05-19T10:00:24.140Z] --- PASS: TestTagValidPrefixedRepo (0.08s) [2022-05-19T10:00:24.140Z] === RUN TestTagExistedNameWithoutForce [2022-05-19T10:00:24.396Z] --- PASS: TestTagExistedNameWithoutForce (0.06s) [2022-05-19T10:00:24.396Z] === RUN TestTagOfficialNames [2022-05-19T10:00:24.396Z] --- PASS: TestTagOfficialNames (0.12s) [2022-05-19T10:00:24.396Z] === RUN TestTagMatchesDigest [2022-05-19T10:00:24.396Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownWithPlugins [2022-05-19T10:00:24.396Z] --- PASS: TestTagMatchesDigest (0.04s) [2022-05-19T10:00:24.396Z] === CONT TestImportExtremelyLargeImageWorks [2022-05-19T10:00:24.538Z] [2022-05-19T10:00:24.960Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2022-05-19T10:00:25.005Z] SUCCESS: Specified value was saved. [2022-05-19T10:00:25.033Z] Cannot create a file when that file already exists. [2022-05-19T10:00:25.523Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2022-05-19T10:00:26.891Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2022-05-19T10:00:28.793Z] Removing intermediate container de0b321dc397 [2022-05-19T10:00:28.793Z] ---> 16251e123152 [2022-05-19T10:00:28.793Z] Step 12/13 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe} [2022-05-19T10:00:28.793Z] ---> Running in 4abf367b60d3 [2022-05-19T10:00:30.165Z] === RUN TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation [2022-05-19T10:00:30.421Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2022-05-19T10:00:30.985Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2022-05-19T10:00:30.985Z] === RUN TestDockerDaemonSuite/TestDaemonStartIptablesFalse [2022-05-19T10:00:30.985Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2022-05-19T10:00:31.548Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost [2022-05-19T10:00:32.110Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithIpcModes [2022-05-19T10:00:32.110Z] docker_cli_daemon_test.go:2840: Checking IpcMode private set from config [2022-05-19T10:00:32.194Z] Removing intermediate container 52aa38e94a48 [2022-05-19T10:00:32.194Z] ---> 64e028d44770 [2022-05-19T10:00:32.194Z] Step 13/13 : CMD ["sh"] [2022-05-19T10:00:32.194Z] ---> Running in 07c97b338015 [2022-05-19T10:00:32.194Z] Removing intermediate container 07c97b338015 [2022-05-19T10:00:32.194Z] ---> 625da7620208 [2022-05-19T10:00:32.194Z] Successfully built 625da7620208 [2022-05-19T10:00:32.194Z] Successfully tagged busybox:latest [2022-05-19T10:00:32.194Z] INFO: Docker images of the daemon under test [2022-05-19T10:00:32.194Z] [2022-05-19T10:00:32.194Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-05-19T10:00:32.194Z] busybox latest 625da7620208 Less than a second ago 4.95GB [2022-05-19T10:00:32.194Z] microsoft/windowsservercore latest 7c569352fed3 2 weeks ago 4.9GB [2022-05-19T10:00:32.194Z] mcr.microsoft.com/windows/servercore ltsc2022 7c569352fed3 2 weeks ago 4.9GB [2022-05-19T10:00:32.194Z] [2022-05-19T10:00:32.194Z] INFO: Running integration tests at 05/19/2022 10:00:31... [2022-05-19T10:00:32.194Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357 [2022-05-19T10:00:32.194Z] INFO: Integration API tests being run from the host: [2022-05-19T10:00:32.194Z] INFO: make.ps1 starting at 05/19/2022 10:00:31 [2022-05-19T10:00:32.366Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2022-05-19T10:00:32.622Z] docker_cli_daemon_test.go:2840: Checking IpcMode shareable set from config [2022-05-19T10:00:33.183Z] Running D:\gopath\src\github.com\docker\docker\integration\build [2022-05-19T10:00:33.186Z] docker_cli_daemon_test.go:2840: Checking IpcMode host set from config [2022-05-19T10:00:33.635Z] Cannot create a file when that file already exists. [2022-05-19T10:00:33.748Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2022-05-19T10:00:33.748Z] docker_cli_daemon_test.go:2840: Checking IpcMode container:123 set from config [2022-05-19T10:00:34.310Z] docker_cli_daemon_test.go:2840: Checking IpcMode nosuchmode set from config [2022-05-19T10:00:34.873Z] === RUN TestDockerSuite/TestBuildDockerignore [2022-05-19T10:00:34.873Z] docker_cli_daemon_test.go:2840: Checking IpcMode private set from cli [2022-05-19T10:00:35.435Z] docker_cli_daemon_test.go:2840: Checking IpcMode shareable set from cli [2022-05-19T10:00:35.999Z] docker_cli_daemon_test.go:2840: Checking IpcMode host set from cli [2022-05-19T10:00:36.255Z] docker_cli_daemon_test.go:2840: Checking IpcMode container:123 set from cli [2022-05-19T10:00:36.608Z] Removing intermediate container 9d53c6e2e9fd [2022-05-19T10:00:36.608Z] ---> d9cb9b0b59e3 [2022-05-19T10:00:36.608Z] Step 7/13 : ARG BUSYBOX_VERSION [2022-05-19T10:00:36.608Z] ---> Running in 8f3f90a23e1d [2022-05-19T10:00:36.608Z] Removing intermediate container 8f3f90a23e1d [2022-05-19T10:00:36.608Z] ---> 04d2450cf5ef [2022-05-19T10:00:36.608Z] Step 8/13 : ARG BUSYBOX_SHA256SUM [2022-05-19T10:00:36.608Z] ---> Running in e267764f8f54 [2022-05-19T10:00:36.817Z] docker_cli_daemon_test.go:2840: Checking IpcMode nosuchmode set from cli [2022-05-19T10:00:37.077Z] Removing intermediate container e267764f8f54 [2022-05-19T10:00:37.078Z] ---> ae458603766b [2022-05-19T10:00:37.078Z] Step 9/13 : ADD https://frippery.org/files/busybox/busybox-w32-${BUSYBOX_VERSION}.exe /bin/busybox.exe [2022-05-19T10:00:37.380Z] check_test.go:307: [d1ee5e448a0e1] daemon is not started [2022-05-19T10:00:37.380Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutColors [2022-05-19T10:00:38.069Z] [2022-05-19T10:00:38.539Z] ---> af18e52e476f [2022-05-19T10:00:38.539Z] Step 10/13 : RUN powershell if ((Get-FileHash -Path /bin/busybox.exe -Algorithm SHA256).Hash -ne $Env:BUSYBOX_SHA256SUM) { Throw \"Checksum validation failed\" } [2022-05-19T10:00:38.539Z] ---> Running in 9b1c3dd198d2 [2022-05-19T10:00:38.747Z] check_test.go:307: [d72e8835e2415] daemon is not started [2022-05-19T10:00:38.747Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutHost [2022-05-19T10:00:39.322Z] === RUN TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 [2022-05-19T10:00:39.497Z] Removing intermediate container 4abf367b60d3 [2022-05-19T10:00:39.497Z] ---> c85c33f3dca4 [2022-05-19T10:00:39.497Z] Step 13/13 : CMD ["sh"] [2022-05-19T10:00:39.497Z] ---> Running in 1c295bece2b6 [2022-05-19T10:00:40.483Z] Removing intermediate container 1c295bece2b6 [2022-05-19T10:00:40.483Z] ---> a161b84fcc2f [2022-05-19T10:00:40.483Z] Successfully built a161b84fcc2f [2022-05-19T10:00:40.483Z] Successfully tagged busybox:latest [2022-05-19T10:00:40.483Z] INFO: Docker images of the daemon under test [2022-05-19T10:00:40.483Z] [2022-05-19T10:00:40.483Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-05-19T10:00:40.483Z] busybox latest a161b84fcc2f 1 second ago 4.95GB [2022-05-19T10:00:40.483Z] mcr.microsoft.com/windows/servercore ltsc2022 7c569352fed3 2 weeks ago 4.9GB [2022-05-19T10:00:40.483Z] microsoft/windowsservercore latest 7c569352fed3 2 weeks ago 4.9GB [2022-05-19T10:00:40.483Z] [2022-05-19T10:00:40.483Z] INFO: Running integration tests at 05/19/2022 10:00:40... [2022-05-19T10:00:40.483Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357 [2022-05-19T10:00:40.483Z] INFO: Integration API tests being run from the host: [2022-05-19T10:00:40.483Z] INFO: make.ps1 starting at 05/19/2022 10:00:40 [2022-05-19T10:00:41.216Z] === RUN TestDockerDaemonSuite/TestDaemonUlimitDefaults [2022-05-19T10:00:41.474Z] Running D:\gopath\src\github.com\docker\docker\integration\build [2022-05-19T10:00:44.484Z] === RUN TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp [2022-05-19T10:00:44.485Z] check_test.go:307: [dfa48c8349b38] daemon is not started [2022-05-19T10:00:44.485Z] === RUN TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting [2022-05-19T10:00:46.376Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2022-05-19T10:00:47.745Z] === RUN TestDockerDaemonSuite/TestDaemonWideLogConfig [2022-05-19T10:00:47.745Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2022-05-19T10:00:48.981Z] Removing intermediate container 9b1c3dd198d2 [2022-05-19T10:00:48.981Z] ---> 3bfca94a95a1 [2022-05-19T10:00:48.981Z] Step 11/13 : RUN setx /M PATH "C:\bin;%PATH%" [2022-05-19T10:00:48.981Z] ---> Running in cf1f84296296 [2022-05-19T10:00:49.638Z] === RUN TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath [2022-05-19T10:00:50.549Z] [2022-05-19T10:00:50.549Z] SUCCESS: Specified value was saved. [2022-05-19T10:00:51.008Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2022-05-19T10:00:52.768Z] Removing intermediate container cf1f84296296 [2022-05-19T10:00:52.768Z] ---> e6b73c4ac51a [2022-05-19T10:00:52.768Z] Step 12/13 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe} [2022-05-19T10:00:52.768Z] ---> Running in 14c4ed8e4e02 [2022-05-19T10:00:53.530Z] === RUN TestDockerDaemonSuite/TestDaemonWithWrongkey [2022-05-19T10:00:54.458Z] check_test.go:307: [d87572ff76569] daemon is not started [2022-05-19T10:00:54.458Z] === RUN TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork [2022-05-19T10:00:58.642Z] Cannot create a file when that file already exists. [2022-05-19T10:00:59.732Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2022-05-19T10:01:02.999Z] === RUN TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore [2022-05-19T10:01:02.999Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2022-05-19T10:01:03.403Z] Removing intermediate container 14c4ed8e4e02 [2022-05-19T10:01:03.403Z] ---> f022084e2d38 [2022-05-19T10:01:03.403Z] Step 13/13 : CMD ["sh"] [2022-05-19T10:01:03.403Z] ---> Running in 75bbdf5861c0 [2022-05-19T10:01:03.872Z] Removing intermediate container 75bbdf5861c0 [2022-05-19T10:01:03.872Z] ---> 29903d0928e4 [2022-05-19T10:01:03.872Z] Successfully built 29903d0928e4 [2022-05-19T10:01:03.872Z] Successfully tagged busybox:latest [2022-05-19T10:01:03.872Z] INFO: Docker images of the daemon under test [2022-05-19T10:01:03.872Z] [2022-05-19T10:01:03.872Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-05-19T10:01:03.872Z] busybox latest 29903d0928e4 Less than a second ago 5.29GB [2022-05-19T10:01:03.872Z] microsoft/windowsservercore latest 3e15a767850d 13 days ago 5.26GB [2022-05-19T10:01:03.872Z] mcr.microsoft.com/windows/servercore ltsc2019 3e15a767850d 13 days ago 5.26GB [2022-05-19T10:01:03.872Z] [2022-05-19T10:01:03.872Z] INFO: Running integration tests at 05/19/2022 10:01:03... [2022-05-19T10:01:03.872Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357 [2022-05-19T10:01:03.872Z] INFO: Integration API tests being run from the host: [2022-05-19T10:01:03.872Z] INFO: make.ps1 starting at 05/19/2022 10:01:03 [2022-05-19T10:01:04.372Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2022-05-19T10:01:04.372Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2022-05-19T10:01:04.862Z] Running D:\gopath\src\github.com\docker\docker\integration\build [2022-05-19T10:01:05.742Z] === RUN TestDockerDaemonSuite/TestFailedPluginRemove [2022-05-19T10:01:08.260Z] check_test.go:307: [da9339c8a6681] daemon is not started [2022-05-19T10:01:08.260Z] === RUN TestDockerDaemonSuite/TestHTTPSInfo [2022-05-19T10:01:08.515Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2022-05-19T10:01:08.772Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueCert [2022-05-19T10:01:09.086Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-05-19T10:01:09.086Z] INFO: Testing against a local daemon [2022-05-19T10:01:09.086Z] === RUN TestBuildWithSession [2022-05-19T10:01:09.086Z] build_session_test.go:25: TODO: BuildKit [2022-05-19T10:01:09.086Z] --- SKIP: TestBuildWithSession (0.00s) [2022-05-19T10:01:09.086Z] === RUN TestBuildSquashParent [2022-05-19T10:01:09.086Z] build_squash_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:01:09.086Z] --- SKIP: TestBuildSquashParent (0.00s) [2022-05-19T10:01:09.086Z] === RUN TestBuildWithRemoveAndForceRemove [2022-05-19T10:01:09.086Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-05-19T10:01:09.086Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-05-19T10:01:09.086Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-05-19T10:01:09.086Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-05-19T10:01:09.086Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-05-19T10:01:09.086Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-05-19T10:01:09.086Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-05-19T10:01:09.086Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-05-19T10:01:09.086Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-05-19T10:01:09.086Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-05-19T10:01:09.086Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-05-19T10:01:09.086Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-05-19T10:01:09.086Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-05-19T10:01:09.086Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-05-19T10:01:09.086Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-05-19T10:01:09.086Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-05-19T10:01:09.335Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert [2022-05-19T10:01:09.898Z] === RUN TestDockerDaemonSuite/TestHTTPSRun [2022-05-19T10:01:10.828Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2022-05-19T10:01:11.756Z] === RUN TestDockerDaemonSuite/TestLegacyDaemonCommand [2022-05-19T10:01:11.756Z] check_test.go:307: [d3f18ce863f11] daemon is not started [2022-05-19T10:01:11.756Z] === RUN TestDockerDaemonSuite/TestPluginListFilterCapability [2022-05-19T10:01:13.123Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2022-05-19T10:01:14.053Z] === RUN TestDockerDaemonSuite/TestPluginListFilterEnabled [2022-05-19T10:01:16.573Z] === RUN TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart [2022-05-19T10:01:19.091Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2022-05-19T10:01:20.460Z] === RUN TestDockerDaemonSuite/TestPruneImageDangling [2022-05-19T10:01:21.024Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2022-05-19T10:01:21.955Z] === RUN TestDockerDaemonSuite/TestPruneImageLabel [2022-05-19T10:01:23.321Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2022-05-19T10:01:23.884Z] === RUN TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore [2022-05-19T10:01:24.099Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-05-19T10:01:24.318Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-05-19T10:01:24.318Z] INFO: Testing against a local daemon [2022-05-19T10:01:24.318Z] === RUN TestBuildWithSession [2022-05-19T10:01:24.318Z] build_session_test.go:25: TODO: BuildKit [2022-05-19T10:01:24.318Z] --- SKIP: TestBuildWithSession (0.00s) [2022-05-19T10:01:24.318Z] === RUN TestBuildSquashParent [2022-05-19T10:01:24.318Z] build_squash_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:01:24.318Z] --- SKIP: TestBuildSquashParent (0.00s) [2022-05-19T10:01:24.318Z] === RUN TestBuildWithRemoveAndForceRemove [2022-05-19T10:01:24.318Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-05-19T10:01:24.318Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-05-19T10:01:24.318Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-05-19T10:01:24.318Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-05-19T10:01:24.318Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-05-19T10:01:24.318Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-05-19T10:01:24.318Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-05-19T10:01:24.318Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-05-19T10:01:24.318Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-05-19T10:01:24.318Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-05-19T10:01:24.318Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-05-19T10:01:24.318Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-05-19T10:01:24.318Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-05-19T10:01:24.318Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-05-19T10:01:24.318Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-05-19T10:01:24.318Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-05-19T10:01:26.316Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-05-19T10:01:27.159Z] === RUN TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore [2022-05-19T10:01:30.474Z] === RUN TestDockerDaemonSuite/TestRunLinksChanged [2022-05-19T10:01:34.647Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNewFormat [2022-05-19T10:01:34.984Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.03s) [2022-05-19T10:01:34.984Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (14.94s) [2022-05-19T10:01:34.984Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (17.60s) [2022-05-19T10:01:34.984Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (17.60s) [2022-05-19T10:01:34.984Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (17.78s) [2022-05-19T10:01:34.984Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (11.19s) [2022-05-19T10:01:34.984Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (8.60s) [2022-05-19T10:01:34.984Z] === RUN TestBuildMultiStageCopy [2022-05-19T10:01:34.984Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-05-19T10:01:36.542Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap [2022-05-19T10:01:37.472Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames [2022-05-19T10:01:38.841Z] === RUN TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile [2022-05-19T10:01:39.770Z] === RUN TestDockerSuite/TestBuildDotDotFile [2022-05-19T10:01:40.027Z] === RUN TestDockerSuite/TestBuildEOLInLine [2022-05-19T10:01:40.817Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-05-19T10:01:40.817Z] INFO: Testing against a local daemon [2022-05-19T10:01:40.817Z] === RUN TestBuildWithSession [2022-05-19T10:01:40.817Z] build_session_test.go:25: TODO: BuildKit [2022-05-19T10:01:40.817Z] --- SKIP: TestBuildWithSession (0.00s) [2022-05-19T10:01:40.817Z] === RUN TestBuildSquashParent [2022-05-19T10:01:40.817Z] build_squash_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:01:40.817Z] --- SKIP: TestBuildSquashParent (0.00s) [2022-05-19T10:01:40.817Z] === RUN TestBuildWithRemoveAndForceRemove [2022-05-19T10:01:40.817Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-05-19T10:01:40.817Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-05-19T10:01:40.817Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-05-19T10:01:40.817Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-05-19T10:01:40.818Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-05-19T10:01:40.818Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-05-19T10:01:40.818Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-05-19T10:01:40.818Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-05-19T10:01:40.818Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-05-19T10:01:40.818Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-05-19T10:01:40.818Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-05-19T10:01:40.818Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-05-19T10:01:40.818Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-05-19T10:01:40.818Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-05-19T10:01:40.818Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-05-19T10:01:40.818Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-05-19T10:01:41.919Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine [2022-05-19T10:01:45.195Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2022-05-19T10:01:45.195Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2022-05-19T10:01:45.405Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-05-19T10:01:45.405Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-05-19T10:01:45.757Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2022-05-19T10:01:46.321Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2022-05-19T10:01:46.583Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2022-05-19T10:01:46.970Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-05-19T10:01:47.146Z] === RUN TestDockerSuite/TestBuildEntrypoint [2022-05-19T10:01:47.404Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2022-05-19T10:01:47.957Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-05-19T10:01:47.966Z] docker_cli_daemon_test.go:2503: [daa3998c85239] daemon is not started [2022-05-19T10:01:49.526Z] --- PASS: TestBuildMultiStageCopy (14.70s) [2022-05-19T10:01:49.526Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (9.50s) [2022-05-19T10:01:49.526Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.97s) [2022-05-19T10:01:49.526Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.23s) [2022-05-19T10:01:49.526Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.39s) [2022-05-19T10:01:49.526Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.61s) [2022-05-19T10:01:49.526Z] === RUN TestBuildMultiStageParentConfig [2022-05-19T10:01:49.666Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-05-19T10:01:49.666Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-05-19T10:01:49.937Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile [2022-05-19T10:01:49.937Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2022-05-19T10:01:51.310Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2022-05-19T10:01:52.559Z] --- PASS: TestBuildMultiStageParentConfig (2.83s) [2022-05-19T10:01:52.559Z] === RUN TestBuildLabelWithTargets [2022-05-19T10:01:52.559Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-05-19T10:01:52.559Z] --- SKIP: TestBuildLabelWithTargets (0.00s) [2022-05-19T10:01:52.559Z] === RUN TestBuildWithEmptyLayers [2022-05-19T10:01:53.205Z] === RUN TestDockerSuite/TestBuildEnv [2022-05-19T10:01:53.408Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-05-19T10:01:53.408Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-05-19T10:01:54.123Z] --- PASS: TestBuildWithEmptyLayers (1.59s) [2022-05-19T10:01:54.123Z] === RUN TestBuildMultiStageOnBuild [2022-05-19T10:01:54.573Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2022-05-19T10:01:55.940Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2022-05-19T10:01:56.868Z] === RUN TestDockerSuite/TestBuildEnvUsage [2022-05-19T10:01:58.869Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2022-05-19T10:02:00.582Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.03s) [2022-05-19T10:02:00.582Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (12.93s) [2022-05-19T10:02:00.582Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (13.01s) [2022-05-19T10:02:00.582Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (13.13s) [2022-05-19T10:02:00.582Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (13.42s) [2022-05-19T10:02:00.582Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (7.85s) [2022-05-19T10:02:00.582Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (7.83s) [2022-05-19T10:02:00.582Z] === RUN TestBuildMultiStageCopy [2022-05-19T10:02:00.582Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-05-19T10:02:01.388Z] === RUN TestDockerDaemonSuite/TestShmSize [2022-05-19T10:02:02.172Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.03s) [2022-05-19T10:02:02.172Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (24.07s) [2022-05-19T10:02:02.172Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (24.07s) [2022-05-19T10:02:02.172Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (24.17s) [2022-05-19T10:02:02.172Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (24.98s) [2022-05-19T10:02:02.172Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (12.07s) [2022-05-19T10:02:02.172Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (12.56s) [2022-05-19T10:02:02.172Z] === RUN TestBuildMultiStageCopy [2022-05-19T10:02:02.172Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-05-19T10:02:03.280Z] === RUN TestDockerDaemonSuite/TestShmSizeReload [2022-05-19T10:02:04.209Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2022-05-19T10:02:06.101Z] === RUN TestDockerDaemonSuite/TestTLSVerify [2022-05-19T10:02:06.101Z] check_test.go:307: [d520a4d64d2f5] daemon is not started [2022-05-19T10:02:06.101Z] === RUN TestDockerDaemonSuite/TestVolumePlugin [2022-05-19T10:02:08.718Z] Created binary: bundles/binary-daemon/dockerd-dev [2022-05-19T10:02:09.264Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-05-19T10:02:09.264Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-05-19T10:02:09.290Z] Copying nested executables into bundles/binary-daemon [2022-05-19T10:02:10.252Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-05-19T10:02:10.677Z] Building: bundles/binary-daemon/docker-proxy-dev [2022-05-19T10:02:10.677Z] GOOS="" GOARCH="" GOARM="" [2022-05-19T10:02:10.938Z] Created binary: bundles/binary-daemon/docker-proxy-dev [2022-05-19T10:02:10.938Z] [2022-05-19T10:02:11.821Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-05-19T10:02:11.936Z] --- PASS: TestBuildMultiStageOnBuild (15.26s) [2022-05-19T10:02:11.936Z] === RUN TestBuildUncleanTarFilenames [2022-05-19T10:02:11.936Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-05-19T10:02:11.936Z] --- SKIP: TestBuildUncleanTarFilenames (0.00s) [2022-05-19T10:02:11.936Z] === RUN TestBuildMultiStageLayerLeak [2022-05-19T10:02:12.642Z] --- PASS: TestDockerDaemonSuite (340.52s) [2022-05-19T10:02:12.642Z] --- PASS: TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool (7.60s) [2022-05-19T10:02:12.642Z] --- PASS: TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon (1.83s) [2022-05-19T10:02:12.642Z] --- PASS: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (16.68s) [2022-05-19T10:02:12.642Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill (2.11s) [2022-05-19T10:02:12.642Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash (2.24s) [2022-05-19T10:02:12.642Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown (1.62s) [2022-05-19T10:02:12.642Z] --- PASS: TestDockerDaemonSuite/TestDaemonAllocatesListeningPort (4.21s) [2022-05-19T10:02:12.642Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeExternal (2.59s) [2022-05-19T10:02:12.642Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork (2.60s) [2022-05-19T10:02:12.642Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr (3.26s) [2022-05-19T10:02:12.642Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 (3.27s) [2022-05-19T10:02:12.642Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeIP (2.32s) [2022-05-19T10:02:12.642Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeNone (1.46s) [2022-05-19T10:02:12.642Z] --- PASS: TestDockerDaemonSuite/TestDaemonCgroupParent (2.43s) [2022-05-19T10:02:12.642Z] --- PASS: TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode (1.48s) [2022-05-19T10:02:12.642Z] --- PASS: TestDockerDaemonSuite/TestDaemonDebugLog (0.52s) [2022-05-19T10:02:12.642Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit (2.46s) [2022-05-19T10:02:12.642Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet (1.48s) [2022-05-19T10:02:12.642Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit (2.21s) [2022-05-19T10:02:12.642Z] --- PASS: TestDockerDaemonSuite/TestDaemonEvents (3.55s) [2022-05-19T10:02:12.642Z] --- PASS: TestDockerDaemonSuite/TestDaemonEventsWithFilters (3.68s) [2022-05-19T10:02:12.642Z] --- PASS: TestDockerDaemonSuite/TestDaemonExitOnFailure (0.51s) [2022-05-19T10:02:12.642Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagD (0.53s) [2022-05-19T10:02:12.642Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebug (0.54s) [2022-05-19T10:02:12.642Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal (0.52s) [2022-05-19T10:02:12.642Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCLinkExpose (3.23s) [2022-05-19T10:02:12.642Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCPing (5.16s) [2022-05-19T10:02:12.642Z] --- PASS: TestDockerDaemonSuite/TestDaemonIP (2.20s) [2022-05-19T10:02:12.642Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.03s) [2022-05-19T10:02:12.642Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR (2.27s) [2022-05-19T10:02:12.642Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac (2.02s) [2022-05-19T10:02:12.642Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6HostMode (1.76s) [2022-05-19T10:02:12.642Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesClean (1.77s) [2022-05-19T10:02:12.642Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesCreate (3.15s) [2022-05-19T10:02:12.642Z] --- PASS: TestDockerDaemonSuite/TestDaemonKeyGeneration (0.52s) [2022-05-19T10:02:12.642Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins (3.82s) [2022-05-19T10:02:12.642Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillWithPlugins (4.12s) [2022-05-19T10:02:12.642Z] --- PASS: TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink (3.60s) [2022-05-19T10:02:12.642Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelDebug (0.52s) [2022-05-19T10:02:12.642Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelFatal (0.53s) [2022-05-19T10:02:12.642Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelWrong (0.50s) [2022-05-19T10:02:12.642Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogOptions (1.62s) [2022-05-19T10:02:12.642Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefault (1.85s) [2022-05-19T10:02:12.642Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride (1.75s) [2022-05-19T10:02:12.642Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNone (1.84s) [2022-05-19T10:02:12.642Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError (1.77s) [2022-05-19T10:02:12.642Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride (1.82s) [2022-05-19T10:02:12.642Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild (1.96s) [2022-05-19T10:02:12.642Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrency (0.53s) [2022-05-19T10:02:12.642Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile (3.52s) [2022-05-19T10:02:12.642Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload (6.53s) [2022-05-19T10:02:12.642Z] --- PASS: TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError (5.58s) [2022-05-19T10:02:12.642Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartCleanupNetns (2.53s) [2022-05-19T10:02:12.642Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart (15.36s) [2022-05-19T10:02:12.642Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartKillWait (2.25s) [2022-05-19T10:02:12.642Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartLocalVolumes (1.11s) [2022-05-19T10:02:12.642Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartOnFailure (4.99s) [2022-05-19T10:02:12.642Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRenameContainer (2.72s) [2022-05-19T10:02:12.642Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork (4.47s) [2022-05-19T10:02:12.642Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse (1.46s) [2022-05-19T10:02:12.642Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode (2.52s) [2022-05-19T10:02:12.642Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartUnlessStopped (9.16s) [2022-05-19T10:02:12.642Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer (2.63s) [2022-05-19T10:02:12.642Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange (1.57s) [2022-05-19T10:02:12.642Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning (1.99s) [2022-05-19T10:02:12.642Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways (2.47s) [2022-05-19T10:02:12.642Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2022-05-19T10:02:12.642Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2022-05-19T10:02:12.642Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer (3.15s) [2022-05-19T10:02:12.642Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithLinks (5.23s) [2022-05-19T10:02:12.642Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithNames (3.41s) [2022-05-19T10:02:12.642Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer (3.25s) [2022-05-19T10:02:12.642Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled (2.52s) [2022-05-19T10:02:12.642Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled (3.81s) [2022-05-19T10:02:12.642Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts (3.13s) [2022-05-19T10:02:12.642Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume (4.12s) [2022-05-19T10:02:12.642Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer (2.28s) [2022-05-19T10:02:12.642Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs (2.73s) [2022-05-19T10:02:12.642Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins (3.55s) [2022-05-19T10:02:12.642Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeout (1.60s) [2022-05-19T10:02:12.642Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile (3.54s) [2022-05-19T10:02:12.642Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownWithPlugins (5.58s) [2022-05-19T10:02:12.642Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation (1.06s) [2022-05-19T10:02:12.642Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartIptablesFalse (0.53s) [2022-05-19T10:02:12.642Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost (0.62s) [2022-05-19T10:02:12.642Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithIpcModes (5.14s) [2022-05-19T10:02:12.642Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutColors (1.42s) [2022-05-19T10:02:12.642Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutHost (0.60s) [2022-05-19T10:02:12.642Z] --- PASS: TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 (1.62s) [2022-05-19T10:02:12.642Z] --- PASS: TestDockerDaemonSuite/TestDaemonUlimitDefaults (3.06s) [2022-05-19T10:02:12.642Z] --- PASS: TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp (0.53s) [2022-05-19T10:02:12.642Z] --- PASS: TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting (2.94s) [2022-05-19T10:02:12.642Z] --- PASS: TestDockerDaemonSuite/TestDaemonWideLogConfig (1.87s) [2022-05-19T10:02:12.642Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath (4.03s) [2022-05-19T10:02:12.642Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithWrongkey (1.03s) [2022-05-19T10:02:12.642Z] --- PASS: TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork (4.78s) [2022-05-19T10:02:12.642Z] --- PASS: TestDockerDaemonSuite/TestExecAfterDaemonRestart (3.43s) [2022-05-19T10:02:12.642Z] --- PASS: TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore (2.89s) [2022-05-19T10:02:12.642Z] --- PASS: TestDockerDaemonSuite/TestFailedPluginRemove (2.56s) [2022-05-19T10:02:12.642Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfo (0.58s) [2022-05-19T10:02:12.642Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueCert (0.56s) [2022-05-19T10:02:12.642Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert (0.58s) [2022-05-19T10:02:12.642Z] --- PASS: TestDockerDaemonSuite/TestHTTPSRun (1.76s) [2022-05-19T10:02:12.642Z] --- PASS: TestDockerDaemonSuite/TestLegacyDaemonCommand (0.00s) [2022-05-19T10:02:12.642Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterCapability (2.32s) [2022-05-19T10:02:12.642Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterEnabled (2.35s) [2022-05-19T10:02:12.642Z] --- PASS: TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart (4.08s) [2022-05-19T10:02:12.642Z] --- PASS: TestDockerDaemonSuite/TestPruneImageDangling (1.52s) [2022-05-19T10:02:12.642Z] --- PASS: TestDockerDaemonSuite/TestPruneImageLabel (2.00s) [2022-05-19T10:02:12.642Z] --- PASS: TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore (3.33s) [2022-05-19T10:02:12.642Z] --- PASS: TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore (3.17s) [2022-05-19T10:02:12.642Z] --- PASS: TestDockerDaemonSuite/TestRunLinksChanged (4.24s) [2022-05-19T10:02:12.642Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNewFormat (1.75s) [2022-05-19T10:02:12.642Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap (1.18s) [2022-05-19T10:02:12.642Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames (1.20s) [2022-05-19T10:02:12.642Z] --- PASS: TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile (3.21s) [2022-05-19T10:02:12.642Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine (7.77s) [2022-05-19T10:02:12.642Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile (8.77s) [2022-05-19T10:02:12.642Z] --- PASS: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (2.74s) [2022-05-19T10:02:12.642Z] --- PASS: TestDockerDaemonSuite/TestShmSize (1.86s) [2022-05-19T10:02:12.642Z] --- PASS: TestDockerDaemonSuite/TestShmSizeReload (2.67s) [2022-05-19T10:02:12.642Z] --- PASS: TestDockerDaemonSuite/TestTLSVerify (0.16s) [2022-05-19T10:02:12.642Z] --- PASS: TestDockerDaemonSuite/TestVolumePlugin (5.75s) [2022-05-19T10:02:12.642Z] === RUN TestDockerSwarmSuite [2022-05-19T10:02:12.642Z] === RUN TestDockerSwarmSuite/TestAPIDuplicateNetworks [2022-05-19T10:02:13.391Z] --- PASS: TestBuildMultiStageCopy (13.50s) [2022-05-19T10:02:13.391Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (8.80s) [2022-05-19T10:02:13.391Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.83s) [2022-05-19T10:02:13.391Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.06s) [2022-05-19T10:02:13.391Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.32s) [2022-05-19T10:02:13.391Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.48s) [2022-05-19T10:02:13.391Z] === RUN TestBuildMultiStageParentConfig [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Cross) [Pipeline] sh [2022-05-19T10:02:13.817Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43557/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr8 -e DOCKER_GITCOMMIT=0e0a9bc1232efa07bc98be8e826f0ae8fe7a8dd9 -e DOCKER_GRAPHDRIVER docker:0e0a9bc1232efa07bc98be8e826f0ae8fe7a8dd9 hack/make.sh cross [2022-05-19T10:02:14.078Z] [2022-05-19T10:02:14.338Z] Removing bundles/ [2022-05-19T10:02:14.338Z] [2022-05-19T10:02:14.339Z] ---> Making bundle: cross (in bundles/cross) [2022-05-19T10:02:14.339Z] Cross building: bundles/cross/linux/amd64 [2022-05-19T10:02:14.339Z] Building: bundles/cross/linux/amd64-daemon/dockerd-dev [2022-05-19T10:02:14.339Z] GOOS="linux" GOARCH="amd64" GOARM="" [2022-05-19T10:02:14.673Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-05-19T10:02:14.673Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-05-19T10:02:15.165Z] === RUN TestDockerSwarmSuite/TestAPINetworkInspectWithScope [2022-05-19T10:02:16.239Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-05-19T10:02:16.359Z] --- PASS: TestBuildMultiStageParentConfig (2.94s) [2022-05-19T10:02:16.359Z] === RUN TestBuildLabelWithTargets [2022-05-19T10:02:16.359Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-05-19T10:02:16.359Z] --- SKIP: TestBuildLabelWithTargets (0.01s) [2022-05-19T10:02:16.359Z] === RUN TestBuildWithEmptyLayers [2022-05-19T10:02:17.802Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-05-19T10:02:17.928Z] --- PASS: TestBuildWithEmptyLayers (1.54s) [2022-05-19T10:02:17.928Z] === RUN TestBuildMultiStageOnBuild [2022-05-19T10:02:18.436Z] === RUN TestDockerSwarmSuite/TestAPIServiceUpdatePort [2022-05-19T10:02:20.758Z] --- PASS: TestBuildMultiStageCopy (19.96s) [2022-05-19T10:02:20.758Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (12.63s) [2022-05-19T10:02:20.758Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (1.31s) [2022-05-19T10:02:20.758Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.73s) [2022-05-19T10:02:20.758Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.96s) [2022-05-19T10:02:20.758Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (2.33s) [2022-05-19T10:02:20.758Z] === RUN TestBuildMultiStageParentConfig [2022-05-19T10:02:22.359Z] --- PASS: TestBuildMultiStageLayerLeak (12.67s) [2022-05-19T10:02:22.359Z] === RUN TestBuildWithHugeFile [2022-05-19T10:02:23.723Z] === RUN TestDockerSwarmSuite/TestAPISwarmCAHash [2022-05-19T10:02:24.549Z] --- PASS: TestBuildMultiStageParentConfig (4.24s) [2022-05-19T10:02:24.549Z] === RUN TestBuildLabelWithTargets [2022-05-19T10:02:24.549Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-05-19T10:02:24.549Z] --- SKIP: TestBuildLabelWithTargets (0.00s) [2022-05-19T10:02:24.549Z] === RUN TestBuildWithEmptyLayers [2022-05-19T10:02:25.614Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2022-05-19T10:02:26.768Z] --- PASS: TestBuildWithEmptyLayers (2.18s) [2022-05-19T10:02:26.768Z] === RUN TestBuildMultiStageOnBuild [2022-05-19T10:02:28.134Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2022-05-19T10:02:32.897Z] --- PASS: TestBuildMultiStageOnBuild (13.54s) [2022-05-19T10:02:32.897Z] === RUN TestBuildUncleanTarFilenames [2022-05-19T10:02:32.897Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-05-19T10:02:32.897Z] --- SKIP: TestBuildUncleanTarFilenames (0.00s) [2022-05-19T10:02:32.897Z] === RUN TestBuildMultiStageLayerLeak [2022-05-19T10:02:36.221Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2022-05-19T10:02:36.221Z] === RUN TestDockerSwarmSuite/TestAPISwarmErrorHandling [2022-05-19T10:02:36.477Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2022-05-19T10:02:37.040Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2022-05-19T10:02:37.040Z] === RUN TestDockerSwarmSuite/TestAPISwarmForceNewCluster [2022-05-19T10:02:37.603Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2022-05-19T10:02:39.495Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2022-05-19T10:02:39.495Z] docker_cli_build_test.go:5307: unmatched requirement DaemonIsWindows [2022-05-19T10:02:39.495Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2022-05-19T10:02:39.752Z] docker_api_swarm_test.go:563: [d4859b37c5f25] joining swarm manager [d43f97f81c58f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-05-19T10:02:39.752Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2022-05-19T10:02:47.998Z] --- PASS: TestBuildMultiStageOnBuild (18.40s) [2022-05-19T10:02:47.998Z] === RUN TestBuildUncleanTarFilenames [2022-05-19T10:02:47.998Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-05-19T10:02:47.998Z] --- SKIP: TestBuildUncleanTarFilenames (0.00s) [2022-05-19T10:02:47.998Z] === RUN TestBuildMultiStageLayerLeak [2022-05-19T10:02:48.160Z] --- PASS: TestBuildMultiStageLayerLeak (15.65s) [2022-05-19T10:02:48.160Z] === RUN TestBuildWithHugeFile [2022-05-19T10:02:49.705Z] === RUN TestDockerSuite/TestBuildExpose [2022-05-19T10:02:49.961Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2022-05-19T10:02:51.328Z] === RUN TestDockerSuite/TestBuildExposeOrder [2022-05-19T10:02:51.328Z] docker_api_swarm_test.go:585: [d53f7b9a8a88c] joining swarm manager [d43f97f81c58f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-05-19T10:02:51.891Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2022-05-19T10:02:52.147Z] === RUN TestDockerSuite/TestBuildFails [2022-05-19T10:02:53.516Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2022-05-19T10:02:53.516Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2022-05-19T10:02:54.445Z] check_test.go:378: [d4859b37c5f25] daemon is not started [2022-05-19T10:02:55.813Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2022-05-19T10:02:57.706Z] === RUN TestDockerSuite/TestBuildForceRm [2022-05-19T10:02:59.075Z] === RUN TestDockerSuite/TestBuildFromGit [2022-05-19T10:03:00.447Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2022-05-19T10:03:01.009Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2022-05-19T10:03:01.937Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2022-05-19T10:03:02.930Z] --- PASS: TestBuildMultiStageLayerLeak (15.68s) [2022-05-19T10:03:02.930Z] === RUN TestBuildWithHugeFile [2022-05-19T10:03:03.832Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2022-05-19T10:03:04.395Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2022-05-19T10:03:04.652Z] === RUN TestDockerSwarmSuite/TestAPISwarmHealthcheckNone [2022-05-19T10:03:04.652Z] docker_api_swarm_test.go:935: Root cause of Issue #36386 is needed [2022-05-19T10:03:04.652Z] === RUN TestDockerSwarmSuite/TestAPISwarmInit [2022-05-19T10:03:04.652Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2022-05-19T10:03:07.171Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2022-05-19T10:03:07.428Z] docker_api_swarm_test.go:46: [ddd42a499f987] joining swarm manager [d0c3eda5f06b0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-05-19T10:03:09.319Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2022-05-19T10:03:10.248Z] === RUN TestDockerSuite/TestBuildHistory [2022-05-19T10:03:14.461Z] === RUN TestDockerSuite/TestBuildIidFile [2022-05-19T10:03:14.721Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2022-05-19T10:03:15.652Z] === RUN TestDockerSuite/TestBuildInheritance [2022-05-19T10:03:16.223Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2022-05-19T10:03:16.785Z] === RUN TestDockerSuite/TestBuildInvalidTag [2022-05-19T10:03:16.785Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2022-05-19T10:03:17.712Z] === RUN TestDockerSuite/TestBuildLabel [2022-05-19T10:03:18.276Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2022-05-19T10:03:18.838Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2022-05-19T10:03:19.096Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2022-05-19T10:03:19.353Z] === RUN TestDockerSuite/TestBuildLabels [2022-05-19T10:03:19.916Z] === RUN TestDockerSuite/TestBuildLabelsCache [2022-05-19T10:03:21.808Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2022-05-19T10:03:24.325Z] === RUN TestDockerSuite/TestBuildLastModified [2022-05-19T10:03:24.929Z] --- PASS: TestImportExtremelyLargeImageWorks (180.58s) [2022-05-19T10:03:24.929Z] PASS [2022-05-19T10:03:24.929Z] [2022-05-19T10:03:24.929Z] DONE 22 tests in 185.019s [2022-05-19T10:03:24.929Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2022-05-19T10:03:24.929Z] ++ 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-05-19T10:03:24.929Z] ++ set -e [2022-05-19T10:03:24.929Z] ++ '[' -n 0 ']' [2022-05-19T10:03:24.929Z] ++ set -x [2022-05-19T10:03:24.929Z] ++ 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-05-19T10:03:25.184Z] INFO: Testing against a local daemon [2022-05-19T10:03:25.184Z] === RUN TestNetworkCreateDelete [2022-05-19T10:03:25.440Z] --- PASS: TestNetworkCreateDelete (0.20s) [2022-05-19T10:03:25.440Z] === RUN TestDockerNetworkDeletePreferID [2022-05-19T10:03:25.696Z] --- PASS: TestDockerNetworkDeletePreferID (0.36s) [2022-05-19T10:03:25.696Z] === RUN TestDaemonDNSFallback [2022-05-19T10:03:26.257Z] === RUN TestDockerSwarmSuite/TestAPISwarmInvalidAddress [2022-05-19T10:03:27.186Z] === RUN TestDockerSwarmSuite/TestAPISwarmJoinToken [2022-05-19T10:03:29.077Z] === RUN TestDockerSuite/TestBuildLineBreak [2022-05-19T10:03:31.598Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2022-05-19T10:03:31.598Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2022-05-19T10:03:31.598Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2022-05-19T10:03:31.598Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2022-05-19T10:03:31.598Z] === RUN TestDockerSuite/TestBuildMaintainer [2022-05-19T10:03:31.598Z] === RUN TestDockerSuite/TestBuildMissingArgs [2022-05-19T10:03:32.160Z] --- PASS: TestDaemonDNSFallback (6.41s) [2022-05-19T10:03:32.160Z] === RUN TestInspectNetwork [2022-05-19T10:03:33.089Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2022-05-19T10:03:34.456Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2022-05-19T10:03:36.346Z] === RUN TestInspectNetwork/full_network_id [2022-05-19T10:03:36.346Z] === RUN TestInspectNetwork/partial_network_id [2022-05-19T10:03:36.346Z] === RUN TestInspectNetwork/network_name [2022-05-19T10:03:36.346Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2022-05-19T10:03:37.275Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2022-05-19T10:03:37.531Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2022-05-19T10:03:37.788Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2022-05-19T10:03:40.304Z] --- PASS: TestInspectNetwork (8.15s) [2022-05-19T10:03:40.304Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2022-05-19T10:03:40.304Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2022-05-19T10:03:40.304Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2022-05-19T10:03:40.304Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2022-05-19T10:03:40.304Z] === RUN TestRunContainerWithBridgeNone [2022-05-19T10:03:42.202Z] --- PASS: TestRunContainerWithBridgeNone (1.95s) [2022-05-19T10:03:42.202Z] === RUN TestNetworkInvalidJSON [2022-05-19T10:03:42.202Z] === RUN TestNetworkInvalidJSON/networks/create [2022-05-19T10:03:42.202Z] === PAUSE TestNetworkInvalidJSON/networks/create [2022-05-19T10:03:42.202Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect [2022-05-19T10:03:42.202Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect [2022-05-19T10:03:42.202Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect [2022-05-19T10:03:42.202Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect [2022-05-19T10:03:42.202Z] === CONT TestNetworkInvalidJSON/networks/create [2022-05-19T10:03:42.202Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_content_type [2022-05-19T10:03:42.202Z] === CONT TestNetworkInvalidJSON/networks/bridge/disconnect [2022-05-19T10:03:42.202Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type [2022-05-19T10:03:42.202Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON [2022-05-19T10:03:42.202Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_JSON [2022-05-19T10:03:42.202Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON [2022-05-19T10:03:42.202Z] === RUN TestNetworkInvalidJSON/networks/create/extra_content_after_JSON [2022-05-19T10:03:42.202Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body [2022-05-19T10:03:42.202Z] === RUN TestNetworkInvalidJSON/networks/create/empty_body [2022-05-19T10:03:42.202Z] === CONT TestNetworkInvalidJSON/networks/bridge/connect [2022-05-19T10:03:42.202Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type [2022-05-19T10:03:42.202Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON [2022-05-19T10:03:42.202Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON [2022-05-19T10:03:42.202Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/empty_body [2022-05-19T10:03:42.202Z] --- PASS: TestNetworkInvalidJSON (0.02s) [2022-05-19T10:03:42.202Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.00s) [2022-05-19T10:03:42.202Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.00s) [2022-05-19T10:03:42.202Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.00s) [2022-05-19T10:03:42.202Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.00s) [2022-05-19T10:03:42.202Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.00s) [2022-05-19T10:03:42.202Z] --- PASS: TestNetworkInvalidJSON/networks/create (0.01s) [2022-05-19T10:03:42.202Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.00s) [2022-05-19T10:03:42.202Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.00s) [2022-05-19T10:03:42.202Z] --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.00s) [2022-05-19T10:03:42.202Z] --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s) [2022-05-19T10:03:42.202Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.00s) [2022-05-19T10:03:42.202Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.00s) [2022-05-19T10:03:42.202Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.00s) [2022-05-19T10:03:42.202Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.00s) [2022-05-19T10:03:42.202Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.00s) [2022-05-19T10:03:42.202Z] === RUN TestNetworkList [2022-05-19T10:03:42.202Z] === RUN TestNetworkList//networks [2022-05-19T10:03:42.202Z] === PAUSE TestNetworkList//networks [2022-05-19T10:03:42.202Z] === RUN TestNetworkList//networks/ [2022-05-19T10:03:42.202Z] === PAUSE TestNetworkList//networks/ [2022-05-19T10:03:42.202Z] === CONT TestNetworkList//networks [2022-05-19T10:03:42.202Z] === CONT TestNetworkList//networks/ [2022-05-19T10:03:42.202Z] --- PASS: TestNetworkList (0.01s) [2022-05-19T10:03:42.202Z] --- PASS: TestNetworkList//networks/ (0.01s) [2022-05-19T10:03:42.202Z] --- PASS: TestNetworkList//networks (0.01s) [2022-05-19T10:03:42.202Z] === RUN TestHostIPv4BridgeLabel [2022-05-19T10:03:42.764Z] --- PASS: TestHostIPv4BridgeLabel (0.57s) [2022-05-19T10:03:42.764Z] === RUN TestDaemonRestartWithLiveRestore [2022-05-19T10:03:44.131Z] --- PASS: TestDaemonRestartWithLiveRestore (1.04s) [2022-05-19T10:03:44.131Z] === RUN TestDaemonDefaultNetworkPools [2022-05-19T10:03:44.693Z] --- PASS: TestDaemonDefaultNetworkPools (0.80s) [2022-05-19T10:03:44.693Z] === RUN TestDaemonRestartWithExistingNetwork [2022-05-19T10:03:45.255Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2022-05-19T10:03:45.816Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.16s) [2022-05-19T10:03:45.816Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-05-19T10:03:47.182Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.27s) [2022-05-19T10:03:47.182Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-05-19T10:03:47.745Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.58s) [2022-05-19T10:03:47.745Z] === RUN TestServiceWithPredefinedNetwork [2022-05-19T10:03:47.745Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2022-05-19T10:03:48.677Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2022-05-19T10:03:50.567Z] --- PASS: TestServiceWithPredefinedNetwork (2.67s) [2022-05-19T10:03:50.567Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-05-19T10:03:50.567Z] service_test.go:243: FLAKY_TEST [2022-05-19T10:03:50.567Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-05-19T10:03:50.567Z] === RUN TestServiceWithDataPathPortInit [2022-05-19T10:03:50.567Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2022-05-19T10:03:50.567Z] docker_cli_build_test.go:5829: unmatched requirement DaemonIsWindows [2022-05-19T10:03:50.567Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2022-05-19T10:03:54.737Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2022-05-19T10:03:54.737Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2022-05-19T10:03:55.665Z] === RUN TestDockerSuite/TestBuildMultipleTags [2022-05-19T10:03:55.921Z] === RUN TestDockerSuite/TestBuildNetContainer [2022-05-19T10:03:57.291Z] === RUN TestDockerSuite/TestBuildNetNone [2022-05-19T10:03:57.548Z] === RUN TestDockerSuite/TestBuildNoContext [2022-05-19T10:03:58.476Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2022-05-19T10:03:59.104Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2022-05-19T10:04:01.015Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2022-05-19T10:04:01.015Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2022-05-19T10:04:01.271Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2022-05-19T10:04:01.528Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2022-05-19T10:04:01.784Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2022-05-19T10:04:02.346Z] === RUN TestDockerSuite/TestBuildOnBuild [2022-05-19T10:04:03.716Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2022-05-19T10:04:03.972Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2022-05-19T10:04:05.861Z] Created binary: bundles/cross/linux/amd64-daemon/dockerd-dev [2022-05-19T10:04:05.863Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2022-05-19T10:04:06.120Z] --- PASS: TestServiceWithDataPathPortInit (15.89s) [2022-05-19T10:04:06.120Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-05-19T10:04:06.540Z] Copying nested executables into bundles/cross/linux/amd64-daemon [2022-05-19T10:04:06.684Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2022-05-19T10:04:07.933Z] Building: bundles/cross/linux/amd64-daemon/docker-proxy-dev [2022-05-19T10:04:07.933Z] GOOS="linux" GOARCH="amd64" GOARM="" [2022-05-19T10:04:08.194Z] Created binary: bundles/cross/linux/amd64-daemon/docker-proxy-dev [2022-05-19T10:04:08.194Z] Cross building: bundles/cross/windows/amd64 [2022-05-19T10:04:08.194Z] +++++++ cat ./cli/winresources/dockerd/winres.json [2022-05-19T10:04:08.194Z] { [2022-05-19T10:04:08.194Z] "RT_GROUP_ICON": { [2022-05-19T10:04:08.194Z] "#1": { [2022-05-19T10:04:08.194Z] "0409": "../../winresources/docker.ico" [2022-05-19T10:04:08.194Z] } [2022-05-19T10:04:08.194Z] }, [2022-05-19T10:04:08.194Z] "RT_MANIFEST": { [2022-05-19T10:04:08.194Z] "#1": { [2022-05-19T10:04:08.194Z] "0409": { [2022-05-19T10:04:08.194Z] "identity": {}, [2022-05-19T10:04:08.194Z] "description": "Docker Engine", [2022-05-19T10:04:08.194Z] "minimum-os": "vista", [2022-05-19T10:04:08.194Z] "execution-level": "", [2022-05-19T10:04:08.194Z] "ui-access": false, [2022-05-19T10:04:08.194Z] "auto-elevate": false, [2022-05-19T10:04:08.194Z] "dpi-awareness": "unaware", [2022-05-19T10:04:08.194Z] "disable-theming": false, [2022-05-19T10:04:08.194Z] "disable-window-filtering": false, [2022-05-19T10:04:08.194Z] "high-resolution-scrolling-aware": false, [2022-05-19T10:04:08.194Z] "ultra-high-resolution-scrolling-aware": false, [2022-05-19T10:04:08.194Z] "long-path-aware": false, [2022-05-19T10:04:08.194Z] "printer-driver-isolation": false, [2022-05-19T10:04:08.194Z] "gdi-scaling": false, [2022-05-19T10:04:08.194Z] "segment-heap": false, [2022-05-19T10:04:08.194Z] "use-common-controls-v6": false [2022-05-19T10:04:08.194Z] } [2022-05-19T10:04:08.194Z] } [2022-05-19T10:04:08.194Z] }, [2022-05-19T10:04:08.194Z] "RT_MESSAGETABLE": { [2022-05-19T10:04:08.194Z] "#1": { [2022-05-19T10:04:08.194Z] "0409": "../../winresources/event_messages.bin" [2022-05-19T10:04:08.194Z] } [2022-05-19T10:04:08.194Z] }, [2022-05-19T10:04:08.194Z] "RT_VERSION": { [2022-05-19T10:04:08.194Z] "#1": { [2022-05-19T10:04:08.194Z] "0409": { [2022-05-19T10:04:08.194Z] "fixed": { [2022-05-19T10:04:08.194Z] "file_version": "0.0.0.0", [2022-05-19T10:04:08.194Z] "product_version": "0.0.0.0", [2022-05-19T10:04:08.194Z] "type": "Unknown" [2022-05-19T10:04:08.194Z] }, [2022-05-19T10:04:08.194Z] "info": { [2022-05-19T10:04:08.194Z] "0000": { [2022-05-19T10:04:08.194Z] "CompanyName": "", [2022-05-19T10:04:08.194Z] "FileVersion": "dev", [2022-05-19T10:04:08.194Z] "LegalCopyright": "Copyright © 2015-2022 Docker Inc.", [2022-05-19T10:04:08.194Z] "OriginalFileName": "dockerd-dev.exe", [2022-05-19T10:04:08.194Z] "ProductName": "", [2022-05-19T10:04:08.194Z] "ProductVersion": "dev", [2022-05-19T10:04:08.194Z] "SpecialBuild": "0e0a9bc1232efa07bc98be8e826f0ae8fe7a8dd9" [2022-05-19T10:04:08.194Z] } [2022-05-19T10:04:08.194Z] } [2022-05-19T10:04:08.194Z] } [2022-05-19T10:04:08.194Z] } [2022-05-19T10:04:08.194Z] } [2022-05-19T10:04:08.194Z] } [2022-05-19T10:04:08.194Z] cmd/dockerd/config.go [2022-05-19T10:04:08.194Z] cmd/dockerd/config_windows.go [2022-05-19T10:04:08.194Z] cmd/dockerd/daemon.go [2022-05-19T10:04:08.194Z] cmd/dockerd/daemon_test.go [2022-05-19T10:04:08.194Z] cmd/dockerd/daemon_windows.go [2022-05-19T10:04:08.194Z] cmd/dockerd/docker.go [2022-05-19T10:04:08.194Z] cmd/dockerd/docker_windows.go [2022-05-19T10:04:08.194Z] cmd/dockerd/genwinres_windows.go [2022-05-19T10:04:08.194Z] cmd/dockerd/metrics.go [2022-05-19T10:04:08.194Z] cmd/dockerd/options.go [2022-05-19T10:04:08.194Z] cmd/dockerd/options_test.go [2022-05-19T10:04:08.194Z] cmd/dockerd/service_windows.go [2022-05-19T10:04:08.194Z] Building: bundles/cross/windows/amd64-daemon/dockerd-dev.exe [2022-05-19T10:04:08.194Z] GOOS="windows" GOARCH="amd64" GOARM="" [2022-05-19T10:04:08.577Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2022-05-19T10:04:09.505Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2022-05-19T10:04:09.506Z] service_test.go:435: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:nec5fpy4db0x1k0n90zexabo1 Created:2022-05-19 10:04:07.592368525 +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[2dedc172ed6b6a7bec212122156b33e728a5571c6165ff0b82fef21686169e9d:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.x954f9m57r8lw82wqc87u61sx EndpointID:4c8b258f484a1de1bb27d12c10f8456c6b519dbc88a595bb6138918684be35b6 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:80b65cea53d710ced2053cdba20dc15c81e7e7b1702811ac9c8aaeb88cab68c3 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:acd2689481aa IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.x954f9m57r8lw82wqc87u61sx EndpointID:4c8b258f484a1de1bb27d12c10f8456c6b519dbc88a595bb6138918684be35b6 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2022-05-19T10:04:10.440Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2022-05-19T10:04:10.696Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2022-05-19T10:04:13.214Z] === RUN TestDockerSuite/TestBuildPATH [2022-05-19T10:04:14.152Z] --- PASS: TestServiceWithDefaultAddressPoolInit (7.83s) [2022-05-19T10:04:14.152Z] PASS [2022-05-19T10:04:14.152Z] [2022-05-19T10:04:14.152Z] === Skipped [2022-05-19T10:04:14.152Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-05-19T10:04:14.152Z] service_test.go:243: FLAKY_TEST [2022-05-19T10:04:14.152Z] [2022-05-19T10:04:14.152Z] DONE 38 tests, 1 skipped in 49.029s [2022-05-19T10:04:14.152Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2022-05-19T10:04:14.152Z] ++ 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-05-19T10:04:14.152Z] ++ set -e [2022-05-19T10:04:14.152Z] ++ '[' -n 0 ']' [2022-05-19T10:04:14.152Z] ++ set -x [2022-05-19T10:04:14.152Z] ++ 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-05-19T10:04:14.152Z] INFO: Testing against a local daemon [2022-05-19T10:04:14.152Z] === RUN TestDockerNetworkIpvlanPersistance [2022-05-19T10:04:14.152Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-05-19T10:04:14.152Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2022-05-19T10:04:14.152Z] === RUN TestDockerNetworkIpvlan [2022-05-19T10:04:14.153Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-05-19T10:04:14.153Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2022-05-19T10:04:14.153Z] PASS [2022-05-19T10:04:14.153Z] [2022-05-19T10:04:14.153Z] === Skipped [2022-05-19T10:04:14.153Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2022-05-19T10:04:14.153Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-05-19T10:04:14.153Z] [2022-05-19T10:04:14.153Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2022-05-19T10:04:14.153Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-05-19T10:04:14.153Z] [2022-05-19T10:04:14.153Z] DONE 2 tests, 2 skipped in 0.097s [2022-05-19T10:04:14.153Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2022-05-19T10:04:14.153Z] ++ 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-05-19T10:04:14.153Z] ++ set -e [2022-05-19T10:04:14.153Z] ++ '[' -n 0 ']' [2022-05-19T10:04:14.153Z] ++ set -x [2022-05-19T10:04:14.153Z] ++ 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-05-19T10:04:14.493Z] INFO: Testing against a local daemon [2022-05-19T10:04:14.493Z] === RUN TestDockerNetworkMacvlanPersistance [2022-05-19T10:04:14.493Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2022-05-19T10:04:15.059Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2022-05-19T10:04:15.317Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderElection [2022-05-19T10:04:15.881Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.46s) [2022-05-19T10:04:15.881Z] === RUN TestDockerNetworkMacvlan [2022-05-19T10:04:16.137Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2022-05-19T10:04:16.700Z] === RUN TestDockerNetworkMacvlan/Subinterface [2022-05-19T10:04:17.630Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2022-05-19T10:04:17.887Z] docker_api_swarm_test.go:304: [dba61ae4f5203] joining swarm manager [d0e660c2eec43]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-05-19T10:04:18.450Z] === RUN TestDockerNetworkMacvlan/NilParent [2022-05-19T10:04:19.382Z] docker_api_swarm_test.go:305: [da826808f10f7] joining swarm manager [d0e660c2eec43]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-05-19T10:04:20.749Z] === RUN TestDockerNetworkMacvlan/InternalMode [2022-05-19T10:04:21.312Z] docker_api_swarm_test.go:351: Waiting for election to occur... [2022-05-19T10:04:23.203Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2022-05-19T10:04:24.569Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2022-05-19T10:04:27.840Z] === RUN TestDockerNetworkMacvlan/Addressing [2022-05-19T10:04:27.840Z] === RUN TestDockerSuite/TestBuildResourceConstraintsAreUsed [2022-05-19T10:04:28.769Z] --- PASS: TestDockerNetworkMacvlan (12.96s) [2022-05-19T10:04:28.769Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.07s) [2022-05-19T10:04:28.769Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.14s) [2022-05-19T10:04:28.769Z] --- PASS: TestDockerNetworkMacvlan/NilParent (1.28s) [2022-05-19T10:04:28.769Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (1.29s) [2022-05-19T10:04:28.769Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (2.99s) [2022-05-19T10:04:28.769Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.98s) [2022-05-19T10:04:28.769Z] PASS [2022-05-19T10:04:28.769Z] [2022-05-19T10:04:28.769Z] DONE 8 tests in 14.522s [2022-05-19T10:04:28.769Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2022-05-19T10:04:28.769Z] ++ 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-05-19T10:04:28.769Z] ++ set -e [2022-05-19T10:04:28.769Z] ++ '[' -n 0 ']' [2022-05-19T10:04:28.769Z] ++ set -x [2022-05-19T10:04:28.769Z] ++ 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-05-19T10:04:28.769Z] testing: warning: no tests to run [2022-05-19T10:04:28.769Z] PASS [2022-05-19T10:04:28.769Z] [2022-05-19T10:04:28.769Z] DONE 0 tests in 0.029s [2022-05-19T10:04:28.770Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2022-05-19T10:04:28.770Z] ++ 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-05-19T10:04:28.770Z] ++ set -e [2022-05-19T10:04:28.770Z] ++ '[' -n 0 ']' [2022-05-19T10:04:28.770Z] ++ set -x [2022-05-19T10:04:28.770Z] ++ 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-05-19T10:04:28.770Z] INFO: Testing against a local daemon [2022-05-19T10:04:28.770Z] === RUN TestAuthZPluginAllowRequest [2022-05-19T10:04:29.332Z] === RUN TestDockerSuite/TestBuildRm [2022-05-19T10:04:30.260Z] --- PASS: TestAuthZPluginAllowRequest (1.39s) [2022-05-19T10:04:30.260Z] === RUN TestAuthZPluginTLS [2022-05-19T10:04:30.823Z] --- PASS: TestAuthZPluginTLS (0.57s) [2022-05-19T10:04:30.823Z] === RUN TestAuthZPluginDenyRequest [2022-05-19T10:04:31.385Z] --- PASS: TestAuthZPluginDenyRequest (0.53s) [2022-05-19T10:04:31.386Z] === RUN TestAuthZPluginAPIDenyResponse [2022-05-19T10:04:31.947Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2022-05-19T10:04:31.947Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s) [2022-05-19T10:04:31.947Z] === RUN TestAuthZPluginDenyResponse [2022-05-19T10:04:32.511Z] --- PASS: TestAuthZPluginDenyResponse (0.55s) [2022-05-19T10:04:32.511Z] === RUN TestAuthZPluginAllowEventStream [2022-05-19T10:04:32.511Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2022-05-19T10:04:33.884Z] === RUN TestDockerSuite/TestBuildScratchCopy [2022-05-19T10:04:33.884Z] --- PASS: TestAuthZPluginAllowEventStream (1.43s) [2022-05-19T10:04:33.884Z] === RUN TestAuthZPluginErrorResponse [2022-05-19T10:04:34.144Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2022-05-19T10:04:34.289Z] --- PASS: TestBuildWithHugeFile (120.89s) [2022-05-19T10:04:34.290Z] === RUN TestBuildWCOWSandboxSize [2022-05-19T10:04:34.290Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-05-19T10:04:34.290Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-05-19T10:04:34.290Z] === RUN TestBuildWithEmptyDockerfile [2022-05-19T10:04:34.290Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-05-19T10:04:34.290Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-05-19T10:04:34.290Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-05-19T10:04:34.290Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-05-19T10:04:34.290Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-05-19T10:04:34.290Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-05-19T10:04:34.290Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-05-19T10:04:34.290Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-05-19T10:04:34.290Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-05-19T10:04:34.290Z] --- PASS: TestBuildWithEmptyDockerfile (0.08s) [2022-05-19T10:04:34.290Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.00s) [2022-05-19T10:04:34.290Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.01s) [2022-05-19T10:04:34.290Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.01s) [2022-05-19T10:04:34.290Z] === RUN TestBuildPreserveOwnership [2022-05-19T10:04:34.290Z] build_test.go:633: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-05-19T10:04:34.290Z] --- SKIP: TestBuildPreserveOwnership (0.00s) [2022-05-19T10:04:34.290Z] === RUN TestBuildPlatformInvalid [2022-05-19T10:04:34.290Z] --- PASS: TestBuildPlatformInvalid (0.09s) [2022-05-19T10:04:34.290Z] PASS [2022-05-19T10:04:34.290Z] ok github.com/docker/docker/integration/build 194.451s [2022-05-19T10:04:34.290Z] [2022-05-19T10:04:34.290Z] === Skipped [2022-05-19T10:04:34.290Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithSession (0.00s) [2022-05-19T10:04:34.290Z] build_session_test.go:25: TODO: BuildKit [2022-05-19T10:04:34.290Z] [2022-05-19T10:04:34.290Z] === SKIP: github.com/docker/docker/integration/build TestBuildSquashParent (0.00s) [2022-05-19T10:04:34.290Z] build_squash_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:04:34.290Z] [2022-05-19T10:04:34.290Z] === SKIP: github.com/docker/docker/integration/build TestBuildLabelWithTargets (0.00s) [2022-05-19T10:04:34.290Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-05-19T10:04:34.290Z] [2022-05-19T10:04:34.290Z] === SKIP: github.com/docker/docker/integration/build TestBuildUncleanTarFilenames (0.00s) [2022-05-19T10:04:34.290Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-05-19T10:04:34.290Z] [2022-05-19T10:04:34.290Z] === SKIP: github.com/docker/docker/integration/build TestBuildWCOWSandboxSize (0.00s) [2022-05-19T10:04:34.290Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-05-19T10:04:34.290Z] [2022-05-19T10:04:34.290Z] === SKIP: github.com/docker/docker/integration/build TestBuildPreserveOwnership (0.00s) [2022-05-19T10:04:34.290Z] build_test.go:633: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-05-19T10:04:34.290Z] [2022-05-19T10:04:34.290Z] DONE 29 tests, 6 skipped in 230.349s [2022-05-19T10:04:34.290Z] Running D:\gopath\src\github.com\docker\docker\integration\config [2022-05-19T10:04:34.290Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-05-19T10:04:34.290Z] INFO: Testing against a local daemon [2022-05-19T10:04:34.290Z] === RUN TestConfigInspect [2022-05-19T10:04:34.290Z] config_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:04:34.290Z] --- SKIP: TestConfigInspect (0.00s) [2022-05-19T10:04:34.290Z] === RUN TestConfigList [2022-05-19T10:04:34.290Z] config_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:04:34.290Z] --- SKIP: TestConfigList (0.00s) [2022-05-19T10:04:34.290Z] === RUN TestConfigsCreateAndDelete [2022-05-19T10:04:34.290Z] config_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:04:34.290Z] --- SKIP: TestConfigsCreateAndDelete (0.01s) [2022-05-19T10:04:34.290Z] === RUN TestConfigsUpdate [2022-05-19T10:04:34.290Z] config_test.go:168: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:04:34.290Z] --- SKIP: TestConfigsUpdate (0.00s) [2022-05-19T10:04:34.290Z] === RUN TestTemplatedConfig [2022-05-19T10:04:34.290Z] config_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:04:34.290Z] --- SKIP: TestTemplatedConfig (0.00s) [2022-05-19T10:04:34.290Z] === RUN TestConfigCreateResolve [2022-05-19T10:04:34.290Z] config_test.go:330: testEnv.DaemonInfo.OSType != "linux" [2022-05-19T10:04:34.290Z] --- SKIP: TestConfigCreateResolve (0.00s) [2022-05-19T10:04:34.290Z] PASS [2022-05-19T10:04:34.290Z] ok github.com/docker/docker/integration/config 0.109s [2022-05-19T10:04:34.290Z] [2022-05-19T10:04:34.290Z] === Skipped [2022-05-19T10:04:34.290Z] === SKIP: github.com/docker/docker/integration/config TestConfigInspect (0.00s) [2022-05-19T10:04:34.290Z] config_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:04:34.290Z] [2022-05-19T10:04:34.290Z] === SKIP: github.com/docker/docker/integration/config TestConfigList (0.00s) [2022-05-19T10:04:34.290Z] config_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:04:34.290Z] [2022-05-19T10:04:34.290Z] === SKIP: github.com/docker/docker/integration/config TestConfigsCreateAndDelete (0.01s) [2022-05-19T10:04:34.290Z] config_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:04:34.290Z] [2022-05-19T10:04:34.290Z] === SKIP: github.com/docker/docker/integration/config TestConfigsUpdate (0.00s) [2022-05-19T10:04:34.290Z] config_test.go:168: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:04:34.290Z] [2022-05-19T10:04:34.290Z] === SKIP: github.com/docker/docker/integration/config TestTemplatedConfig (0.00s) [2022-05-19T10:04:34.290Z] config_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:04:34.290Z] [2022-05-19T10:04:34.290Z] === SKIP: github.com/docker/docker/integration/config TestConfigCreateResolve (0.00s) [2022-05-19T10:04:34.290Z] config_test.go:330: testEnv.DaemonInfo.OSType != "linux" [2022-05-19T10:04:34.290Z] [2022-05-19T10:04:34.290Z] DONE 6 tests, 6 skipped in 2.064s [2022-05-19T10:04:34.290Z] Running D:\gopath\src\github.com\docker\docker\integration\container [2022-05-19T10:04:34.290Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-05-19T10:04:34.290Z] INFO: Testing against a local daemon [2022-05-19T10:04:34.290Z] === RUN TestAttachWithTTY [2022-05-19T10:04:34.290Z] --- PASS: TestAttachWithTTY (0.17s) [2022-05-19T10:04:34.290Z] === RUN TestAttachWithoutTTy [2022-05-19T10:04:34.290Z] --- PASS: TestAttachWithoutTTy (0.15s) [2022-05-19T10:04:34.290Z] === RUN TestCheckpoint [2022-05-19T10:04:34.290Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-05-19T10:04:34.290Z] --- SKIP: TestCheckpoint (0.00s) [2022-05-19T10:04:34.290Z] === RUN TestContainerInvalidJSON [2022-05-19T10:04:34.290Z] === RUN TestContainerInvalidJSON/commit [2022-05-19T10:04:34.290Z] === PAUSE TestContainerInvalidJSON/commit [2022-05-19T10:04:34.290Z] === RUN TestContainerInvalidJSON/containers/create [2022-05-19T10:04:34.290Z] === PAUSE TestContainerInvalidJSON/containers/create [2022-05-19T10:04:34.290Z] === RUN TestContainerInvalidJSON/containers/foobar/exec [2022-05-19T10:04:34.290Z] === PAUSE TestContainerInvalidJSON/containers/foobar/exec [2022-05-19T10:04:34.290Z] === RUN TestContainerInvalidJSON/containers/foobar/update [2022-05-19T10:04:34.290Z] === PAUSE TestContainerInvalidJSON/containers/foobar/update [2022-05-19T10:04:34.290Z] === RUN TestContainerInvalidJSON/exec/foobar/start [2022-05-19T10:04:34.290Z] === PAUSE TestContainerInvalidJSON/exec/foobar/start [2022-05-19T10:04:34.290Z] === CONT TestContainerInvalidJSON/commit [2022-05-19T10:04:34.290Z] === CONT TestContainerInvalidJSON/containers/foobar/update [2022-05-19T10:04:34.290Z] === RUN TestContainerInvalidJSON/commit/invalid_content_type [2022-05-19T10:04:34.290Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_content_type [2022-05-19T10:04:34.290Z] === CONT TestContainerInvalidJSON/containers/create [2022-05-19T10:04:34.290Z] === CONT TestContainerInvalidJSON/containers/foobar/exec [2022-05-19T10:04:34.290Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type [2022-05-19T10:04:34.290Z] === RUN TestContainerInvalidJSON/containers/create/invalid_content_type [2022-05-19T10:04:34.290Z] === RUN TestContainerInvalidJSON/commit/invalid_JSON [2022-05-19T10:04:34.290Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON [2022-05-19T10:04:34.290Z] === RUN TestContainerInvalidJSON/containers/create/invalid_JSON [2022-05-19T10:04:34.290Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_JSON [2022-05-19T10:04:34.290Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON [2022-05-19T10:04:34.290Z] === RUN TestContainerInvalidJSON/commit/extra_content_after_JSON [2022-05-19T10:04:34.290Z] === RUN TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON [2022-05-19T10:04:34.290Z] === RUN TestContainerInvalidJSON/containers/create/extra_content_after_JSON [2022-05-19T10:04:34.290Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/empty_body [2022-05-19T10:04:34.290Z] === RUN TestContainerInvalidJSON/containers/foobar/update/empty_body [2022-05-19T10:04:34.290Z] === RUN TestContainerInvalidJSON/commit/empty_body [2022-05-19T10:04:34.290Z] === RUN TestContainerInvalidJSON/containers/create/empty_body [2022-05-19T10:04:34.290Z] === CONT TestContainerInvalidJSON/exec/foobar/start [2022-05-19T10:04:34.290Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_content_type [2022-05-19T10:04:34.290Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_JSON [2022-05-19T10:04:34.290Z] === RUN TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON [2022-05-19T10:04:34.290Z] === RUN TestContainerInvalidJSON/exec/foobar/start/empty_body [2022-05-19T10:04:34.290Z] --- PASS: TestContainerInvalidJSON (0.03s) [2022-05-19T10:04:34.290Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update (0.01s) [2022-05-19T10:04:34.290Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_content_type (0.01s) [2022-05-19T10:04:34.290Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_JSON (0.00s) [2022-05-19T10:04:34.290Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON (0.00s) [2022-05-19T10:04:34.290Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/empty_body (0.00s) [2022-05-19T10:04:34.290Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec (0.01s) [2022-05-19T10:04:34.290Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type (0.00s) [2022-05-19T10:04:34.290Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON (0.00s) [2022-05-19T10:04:34.290Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON (0.00s) [2022-05-19T10:04:34.290Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/empty_body (0.00s) [2022-05-19T10:04:34.290Z] --- PASS: TestContainerInvalidJSON/commit (0.01s) [2022-05-19T10:04:34.290Z] --- PASS: TestContainerInvalidJSON/commit/invalid_content_type (0.00s) [2022-05-19T10:04:34.290Z] --- PASS: TestContainerInvalidJSON/commit/invalid_JSON (0.00s) [2022-05-19T10:04:34.290Z] --- PASS: TestContainerInvalidJSON/commit/extra_content_after_JSON (0.00s) [2022-05-19T10:04:34.290Z] --- PASS: TestContainerInvalidJSON/commit/empty_body (0.00s) [2022-05-19T10:04:34.290Z] --- PASS: TestContainerInvalidJSON/containers/create (0.01s) [2022-05-19T10:04:34.290Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_content_type (0.00s) [2022-05-19T10:04:34.290Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_JSON (0.00s) [2022-05-19T10:04:34.290Z] --- PASS: TestContainerInvalidJSON/containers/create/extra_content_after_JSON (0.00s) [2022-05-19T10:04:34.290Z] --- PASS: TestContainerInvalidJSON/containers/create/empty_body (0.00s) [2022-05-19T10:04:34.290Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start (0.01s) [2022-05-19T10:04:34.290Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_content_type (0.00s) [2022-05-19T10:04:34.290Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_JSON (0.00s) [2022-05-19T10:04:34.290Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON (0.00s) [2022-05-19T10:04:34.290Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/empty_body (0.00s) [2022-05-19T10:04:34.290Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-05-19T10:04:34.290Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.26s) [2022-05-19T10:04:34.290Z] === RUN TestCopyFromContainerPathIsNotDir [2022-05-19T10:04:34.290Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.27s) [2022-05-19T10:04:34.290Z] === RUN TestCopyToContainerPathDoesNotExist [2022-05-19T10:04:34.290Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.26s) [2022-05-19T10:04:34.290Z] === RUN TestCopyEmptyFile [2022-05-19T10:04:34.290Z] --- PASS: TestCopyEmptyFile (0.42s) [2022-05-19T10:04:34.290Z] === RUN TestCopyToContainerPathIsNotDir [2022-05-19T10:04:34.290Z] --- PASS: TestCopyToContainerPathIsNotDir (0.25s) [2022-05-19T10:04:34.290Z] === RUN TestCopyFromContainer [2022-05-19T10:04:34.290Z] copy_test.go:122: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:04:34.290Z] --- SKIP: TestCopyFromContainer (0.00s) [2022-05-19T10:04:34.290Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-05-19T10:04:34.290Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-05-19T10:04:34.290Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-05-19T10:04:34.290Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-05-19T10:04:34.290Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-05-19T10:04:34.290Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-05-19T10:04:34.290Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-05-19T10:04:34.290Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-05-19T10:04:34.290Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-05-19T10:04:34.290Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-05-19T10:04:34.290Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.03s) [2022-05-19T10:04:34.290Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.01s) [2022-05-19T10:04:34.290Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.01s) [2022-05-19T10:04:34.290Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.01s) [2022-05-19T10:04:34.290Z] === RUN TestCreateLinkToNonExistingContainer [2022-05-19T10:04:34.290Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2022-05-19T10:04:34.290Z] --- SKIP: TestCreateLinkToNonExistingContainer (0.00s) [2022-05-19T10:04:34.290Z] === RUN TestCreateWithInvalidEnv [2022-05-19T10:04:34.290Z] === RUN TestCreateWithInvalidEnv/0 [2022-05-19T10:04:34.290Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-05-19T10:04:34.290Z] === RUN TestCreateWithInvalidEnv/1 [2022-05-19T10:04:34.290Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-05-19T10:04:34.290Z] === RUN TestCreateWithInvalidEnv/2 [2022-05-19T10:04:34.290Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-05-19T10:04:34.290Z] === CONT TestCreateWithInvalidEnv/0 [2022-05-19T10:04:34.290Z] === CONT TestCreateWithInvalidEnv/2 [2022-05-19T10:04:34.290Z] === CONT TestCreateWithInvalidEnv/1 [2022-05-19T10:04:34.290Z] --- PASS: TestCreateWithInvalidEnv (0.04s) [2022-05-19T10:04:34.290Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-05-19T10:04:34.290Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-05-19T10:04:34.290Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-05-19T10:04:34.290Z] === RUN TestCreateTmpfsMountsTarget [2022-05-19T10:04:34.290Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:04:34.290Z] --- SKIP: TestCreateTmpfsMountsTarget (0.00s) [2022-05-19T10:04:34.290Z] === RUN TestCreateWithCustomMaskedPaths [2022-05-19T10:04:34.290Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2022-05-19T10:04:34.290Z] --- SKIP: TestCreateWithCustomMaskedPaths (0.00s) [2022-05-19T10:04:34.290Z] === RUN TestCreateWithCustomReadonlyPaths [2022-05-19T10:04:34.290Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2022-05-19T10:04:34.290Z] --- SKIP: TestCreateWithCustomReadonlyPaths (0.00s) [2022-05-19T10:04:34.290Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-05-19T10:04:34.290Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-05-19T10:04:34.291Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-05-19T10:04:34.291Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-05-19T10:04:34.291Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-05-19T10:04:34.291Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-05-19T10:04:34.291Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-05-19T10:04:34.291Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-05-19T10:04:34.291Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-05-19T10:04:34.291Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-05-19T10:04:34.291Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-05-19T10:04:34.291Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-05-19T10:04:34.291Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-05-19T10:04:34.291Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-05-19T10:04:34.291Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-05-19T10:04:34.291Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-05-19T10:04:34.291Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.03s) [2022-05-19T10:04:34.291Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2022-05-19T10:04:34.291Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2022-05-19T10:04:34.291Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2022-05-19T10:04:34.291Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2022-05-19T10:04:34.291Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.00s) [2022-05-19T10:04:34.291Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-05-19T10:04:34.291Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2022-05-19T10:04:34.291Z] --- SKIP: TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2022-05-19T10:04:34.291Z] === RUN TestCreateDifferentPlatform [2022-05-19T10:04:34.291Z] === RUN TestCreateDifferentPlatform/different_os [2022-05-19T10:04:34.291Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-05-19T10:04:34.291Z] --- PASS: TestCreateDifferentPlatform (0.04s) [2022-05-19T10:04:34.291Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-05-19T10:04:34.291Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-05-19T10:04:34.291Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-05-19T10:04:34.291Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.14s) [2022-05-19T10:04:34.291Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-05-19T10:04:34.291Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2022-05-19T10:04:34.291Z] --- SKIP: TestCreatePlatformSpecificImageNoPlatform (0.03s) [2022-05-19T10:04:34.291Z] === RUN TestContainerKillOnDaemonStart [2022-05-19T10:04:34.291Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:04:34.291Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2022-05-19T10:04:34.291Z] === RUN TestWindowsDevices [2022-05-19T10:04:34.291Z] === RUN TestWindowsDevices/process/no_device_mounted [2022-05-19T10:04:34.291Z] === PAUSE TestWindowsDevices/process/no_device_mounted [2022-05-19T10:04:34.291Z] === RUN TestWindowsDevices/process/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-19T10:04:34.291Z] === PAUSE TestWindowsDevices/process/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-19T10:04:34.291Z] === RUN TestWindowsDevices/process/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-19T10:04:34.291Z] === PAUSE TestWindowsDevices/process/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-19T10:04:34.291Z] === RUN TestWindowsDevices/process/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-19T10:04:34.291Z] === PAUSE TestWindowsDevices/process/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-19T10:04:34.291Z] === RUN TestWindowsDevices/hyperv/no_device_mounted [2022-05-19T10:04:34.291Z] === PAUSE TestWindowsDevices/hyperv/no_device_mounted [2022-05-19T10:04:34.291Z] === RUN TestWindowsDevices/hyperv/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-19T10:04:34.291Z] === PAUSE TestWindowsDevices/hyperv/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-19T10:04:34.291Z] === RUN TestWindowsDevices/hyperv/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-19T10:04:34.291Z] === PAUSE TestWindowsDevices/hyperv/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-19T10:04:34.291Z] === RUN TestWindowsDevices/hyperv/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-19T10:04:34.291Z] === PAUSE TestWindowsDevices/hyperv/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-19T10:04:34.291Z] === CONT TestWindowsDevices/process/no_device_mounted [2022-05-19T10:04:34.291Z] === CONT TestWindowsDevices/hyperv/no_device_mounted [2022-05-19T10:04:34.291Z] === CONT TestWindowsDevices/hyperv/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-19T10:04:34.291Z] === CONT TestWindowsDevices/hyperv/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-19T10:04:34.291Z] === CONT TestWindowsDevices/hyperv/no_device_mounted [2022-05-19T10:04:34.291Z] devices_windows_test.go:103: d.isolation == containertypes.IsolationHyperV && !d.expectedStartFailure: FIXME. HyperV isolation setup is probably incorrect in the test [2022-05-19T10:04:34.291Z] === CONT TestWindowsDevices/process/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-19T10:04:34.291Z] === CONT TestWindowsDevices/process/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-19T10:04:34.291Z] === CONT TestWindowsDevices/process/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-19T10:04:34.401Z] --- PASS: TestAuthZPluginErrorResponse (0.55s) [2022-05-19T10:04:34.401Z] === RUN TestAuthZPluginErrorRequest [2022-05-19T10:04:34.657Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2022-05-19T10:04:34.914Z] --- PASS: TestAuthZPluginErrorRequest (0.54s) [2022-05-19T10:04:34.914Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2022-05-19T10:04:35.477Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.56s) [2022-05-19T10:04:35.477Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2022-05-19T10:04:35.477Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2022-05-19T10:04:36.406Z] === RUN TestDockerSuite/TestBuildShellInherited [2022-05-19T10:04:37.292Z] === CONT TestWindowsDevices/hyperv/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-19T10:04:37.333Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.79s) [2022-05-19T10:04:37.333Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2022-05-19T10:04:37.591Z] === RUN TestDockerSuite/TestBuildShellMultiple [2022-05-19T10:04:37.760Z] --- PASS: TestWindowsDevices (0.03s) [2022-05-19T10:04:37.760Z] --- SKIP: TestWindowsDevices/hyperv/no_device_mounted (0.13s) [2022-05-19T10:04:37.760Z] --- PASS: TestWindowsDevices/hyperv/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted (0.35s) [2022-05-19T10:04:37.760Z] --- PASS: TestWindowsDevices/hyperv/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted (0.56s) [2022-05-19T10:04:37.760Z] --- PASS: TestWindowsDevices/process/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted (5.82s) [2022-05-19T10:04:37.760Z] --- PASS: TestWindowsDevices/process/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted (6.20s) [2022-05-19T10:04:37.760Z] --- PASS: TestWindowsDevices/process/no_device_mounted (6.40s) [2022-05-19T10:04:37.760Z] --- PASS: TestWindowsDevices/process/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted (5.98s) [2022-05-19T10:04:37.760Z] --- PASS: TestWindowsDevices/hyperv/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted (0.47s) [2022-05-19T10:04:37.760Z] === RUN TestDiff [2022-05-19T10:04:37.760Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2022-05-19T10:04:37.760Z] --- SKIP: TestDiff (0.00s) [2022-05-19T10:04:37.760Z] === RUN TestExecWithCloseStdin [2022-05-19T10:04:38.962Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.67s) [2022-05-19T10:04:38.962Z] === RUN TestAuthZPluginHeader [2022-05-19T10:04:39.891Z] --- PASS: TestAuthZPluginHeader (0.81s) [2022-05-19T10:04:39.891Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2022-05-19T10:04:40.453Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2022-05-19T10:04:40.453Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2022-05-19T10:04:40.710Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2022-05-19T10:04:40.710Z] docker_cli_build_test.go:5295: unmatched requirement DaemonIsWindows [2022-05-19T10:04:40.710Z] === RUN TestDockerSuite/TestBuildSpaces [2022-05-19T10:04:40.739Z] --- PASS: TestExecWithCloseStdin (2.52s) [2022-05-19T10:04:40.739Z] === RUN TestExec [2022-05-19T10:04:40.966Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2022-05-19T10:04:41.528Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2022-05-19T10:04:41.528Z] === RUN TestDockerSuite/TestBuildStderr [2022-05-19T10:04:42.456Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2022-05-19T10:04:42.959Z] --- PASS: TestExec (2.42s) [2022-05-19T10:04:42.959Z] === RUN TestExecUser [2022-05-19T10:04:42.959Z] exec_test.go:131: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2022-05-19T10:04:42.959Z] --- SKIP: TestExecUser (0.00s) [2022-05-19T10:04:42.959Z] === RUN TestExportContainerAndImportImage [2022-05-19T10:04:42.959Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:04:42.959Z] --- SKIP: TestExportContainerAndImportImage (0.00s) [2022-05-19T10:04:42.959Z] === RUN TestExportContainerAfterDaemonRestart [2022-05-19T10:04:42.959Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:04:42.959Z] --- SKIP: TestExportContainerAfterDaemonRestart (0.00s) [2022-05-19T10:04:42.959Z] === RUN TestHealthCheckWorkdir [2022-05-19T10:04:42.959Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2022-05-19T10:04:42.959Z] --- SKIP: TestHealthCheckWorkdir (0.00s) [2022-05-19T10:04:42.959Z] === RUN TestHealthKillContainer [2022-05-19T10:04:42.959Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2022-05-19T10:04:42.959Z] --- SKIP: TestHealthKillContainer (0.00s) [2022-05-19T10:04:42.959Z] === RUN TestInspectCpusetInConfigPre120 [2022-05-19T10:04:42.959Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-05-19T10:04:42.959Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2022-05-19T10:04:42.959Z] === RUN TestKillContainerInvalidSignal [2022-05-19T10:04:44.979Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (4.78s) [2022-05-19T10:04:44.980Z] === RUN TestAuthZPluginV2Disable [2022-05-19T10:04:45.174Z] --- PASS: TestKillContainerInvalidSignal (2.24s) [2022-05-19T10:04:45.174Z] === RUN TestKillContainer [2022-05-19T10:04:45.174Z] === RUN TestKillContainer/no_signal [2022-05-19T10:04:45.542Z] === RUN TestDockerSuite/TestBuildStopSignal [2022-05-19T10:04:46.104Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2022-05-19T10:04:47.031Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2022-05-19T10:04:47.287Z] === RUN TestDockerSuite/TestBuildTagEvent [2022-05-19T10:04:47.403Z] === RUN TestKillContainer/non_killing_signal [2022-05-19T10:04:47.403Z] kill_test.go:67: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2022-05-19T10:04:47.403Z] === RUN TestKillContainer/killing_signal [2022-05-19T10:04:47.850Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2022-05-19T10:04:49.217Z] === RUN TestDockerSuite/TestBuildUser [2022-05-19T10:04:49.217Z] docker_api_swarm_test.go:364: Waiting for possible election... [2022-05-19T10:04:49.782Z] --- PASS: TestAuthZPluginV2Disable (5.06s) [2022-05-19T10:04:49.782Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2022-05-19T10:04:50.367Z] --- PASS: TestKillContainer (5.01s) [2022-05-19T10:04:50.367Z] --- PASS: TestKillContainer/no_signal (2.00s) [2022-05-19T10:04:50.367Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2022-05-19T10:04:50.367Z] --- PASS: TestKillContainer/killing_signal (2.94s) [2022-05-19T10:04:50.367Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-05-19T10:04:50.367Z] kill_test.go:79: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-05-19T10:04:50.367Z] --- SKIP: TestKillWithStopSignalAndRestartPolicies (0.00s) [2022-05-19T10:04:50.367Z] === RUN TestKillStoppedContainer [2022-05-19T10:04:50.367Z] kill_test.go:118: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-05-19T10:04:50.367Z] --- SKIP: TestKillStoppedContainer (0.00s) [2022-05-19T10:04:50.367Z] === RUN TestKillStoppedContainerAPIPre120 [2022-05-19T10:04:50.367Z] kill_test.go:129: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-05-19T10:04:50.367Z] --- SKIP: TestKillStoppedContainerAPIPre120 (0.00s) [2022-05-19T10:04:50.367Z] === RUN TestKillDifferentUserContainer [2022-05-19T10:04:50.367Z] kill_test.go:140: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2022-05-19T10:04:50.367Z] --- SKIP: TestKillDifferentUserContainer (0.00s) [2022-05-19T10:04:50.367Z] === RUN TestInspectOomKilledTrue [2022-05-19T10:04:50.367Z] kill_test.go:157: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:04:50.367Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2022-05-19T10:04:50.367Z] === RUN TestInspectOomKilledFalse [2022-05-19T10:04:50.367Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-05-19T10:04:50.367Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2022-05-19T10:04:50.367Z] === RUN TestLogsFollowTailEmpty [2022-05-19T10:04:50.712Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2022-05-19T10:04:52.586Z] --- PASS: TestLogsFollowTailEmpty (2.37s) [2022-05-19T10:04:52.586Z] === RUN TestNetworkNat [2022-05-19T10:04:52.586Z] nat_test.go:23: testEnv.OSType == "windows": FIXME [2022-05-19T10:04:52.586Z] --- SKIP: TestNetworkNat (0.00s) [2022-05-19T10:04:52.586Z] === RUN TestNetworkLocalhostTCPNat [2022-05-19T10:04:53.233Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.49s) [2022-05-19T10:04:53.233Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2022-05-19T10:04:53.233Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2022-05-19T10:04:56.378Z] --- PASS: TestNetworkLocalhostTCPNat (3.51s) [2022-05-19T10:04:56.378Z] === RUN TestNetworkLoopbackNat [2022-05-19T10:04:56.378Z] nat_test.go:59: testEnv.OSType == "windows": FIXME [2022-05-19T10:04:56.378Z] --- SKIP: TestNetworkLoopbackNat (0.00s) [2022-05-19T10:04:56.378Z] === RUN TestPause [2022-05-19T10:04:56.378Z] pause_test.go:24: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2022-05-19T10:04:56.378Z] --- SKIP: TestPause (0.00s) [2022-05-19T10:04:56.378Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-05-19T10:04:58.594Z] --- PASS: TestPauseFailsOnWindowsServerContainers (2.33s) [2022-05-19T10:04:58.594Z] === RUN TestPauseStopPausedContainer [2022-05-19T10:04:58.594Z] pause_test.go:71: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:04:58.594Z] --- SKIP: TestPauseStopPausedContainer (0.00s) [2022-05-19T10:04:58.594Z] === RUN TestPsFilter [2022-05-19T10:04:58.594Z] --- PASS: TestPsFilter (0.40s) [2022-05-19T10:04:58.594Z] === RUN TestRemoveContainerWithRemovedVolume [2022-05-19T10:05:01.327Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderProxy [2022-05-19T10:05:01.554Z] --- PASS: TestRemoveContainerWithRemovedVolume (2.78s) [2022-05-19T10:05:01.554Z] === RUN TestRemoveContainerWithVolume [2022-05-19T10:05:03.219Z] docker_api_swarm_test.go:272: [dcb3c4584057c] joining swarm manager [d9e3927fffd60]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-05-19T10:05:04.148Z] docker_api_swarm_test.go:273: [d6110d907d640] joining swarm manager [d9e3927fffd60]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-05-19T10:05:04.509Z] --- PASS: TestRemoveContainerWithVolume (2.87s) [2022-05-19T10:05:04.509Z] === RUN TestRemoveContainerRunning [2022-05-19T10:05:05.077Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (11.77s) [2022-05-19T10:05:05.078Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2022-05-19T10:05:06.723Z] --- PASS: TestRemoveContainerRunning (2.17s) [2022-05-19T10:05:06.723Z] === RUN TestRemoveContainerForceRemoveRunning [2022-05-19T10:05:06.970Z] === RUN TestDockerSuite/TestBuildVerboseOut [2022-05-19T10:05:07.227Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2022-05-19T10:05:07.483Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2022-05-19T10:05:08.045Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2022-05-19T10:05:08.608Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2022-05-19T10:05:08.941Z] --- PASS: TestRemoveContainerForceRemoveRunning (2.08s) [2022-05-19T10:05:08.941Z] === RUN TestRemoveInvalidContainer [2022-05-19T10:05:08.941Z] --- PASS: TestRemoveInvalidContainer (0.04s) [2022-05-19T10:05:08.941Z] === RUN TestRenameLinkedContainer [2022-05-19T10:05:08.941Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2022-05-19T10:05:08.941Z] --- SKIP: TestRenameLinkedContainer (0.00s) [2022-05-19T10:05:08.941Z] === RUN TestRenameStoppedContainer [2022-05-19T10:05:09.536Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2022-05-19T10:05:09.536Z] docker_cli_build_test.go:1348: unmatched requirement DaemonIsWindows [2022-05-19T10:05:09.536Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2022-05-19T10:05:09.536Z] docker_cli_build_test.go:6020: unmatched requirement DaemonIsWindows [2022-05-19T10:05:09.536Z] === RUN TestDockerSuite/TestBuildWindowsUser [2022-05-19T10:05:09.536Z] docker_cli_build_test.go:5990: unmatched requirement DaemonIsWindows [2022-05-19T10:05:09.536Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2022-05-19T10:05:09.536Z] docker_cli_build_test.go:1337: unmatched requirement DaemonIsWindows [2022-05-19T10:05:09.536Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2022-05-19T10:05:10.906Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2022-05-19T10:05:10.906Z] === RUN TestDockerSuite/TestBuildWithFailure [2022-05-19T10:05:11.834Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2022-05-19T10:05:11.897Z] --- PASS: TestRenameStoppedContainer (2.83s) [2022-05-19T10:05:11.897Z] === RUN TestRenameRunningContainerAndReuse [2022-05-19T10:05:12.090Z] === RUN TestDockerSuite/TestBuildWithTabs [2022-05-19T10:05:12.652Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2022-05-19T10:05:12.652Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2022-05-19T10:05:14.586Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2022-05-19T10:05:14.835Z] --- PASS: TestBuildWithHugeFile (127.38s) [2022-05-19T10:05:14.835Z] === RUN TestBuildWCOWSandboxSize [2022-05-19T10:05:14.835Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-05-19T10:05:14.835Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-05-19T10:05:14.835Z] === RUN TestBuildWithEmptyDockerfile [2022-05-19T10:05:14.835Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-05-19T10:05:14.835Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-05-19T10:05:14.836Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-05-19T10:05:14.836Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-05-19T10:05:14.836Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-05-19T10:05:14.836Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-05-19T10:05:14.836Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-05-19T10:05:14.836Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-05-19T10:05:14.836Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-05-19T10:05:14.836Z] --- PASS: TestBuildWithEmptyDockerfile (0.09s) [2022-05-19T10:05:14.836Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.01s) [2022-05-19T10:05:14.836Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.01s) [2022-05-19T10:05:14.836Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.01s) [2022-05-19T10:05:14.836Z] === RUN TestBuildPreserveOwnership [2022-05-19T10:05:14.836Z] build_test.go:633: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-05-19T10:05:14.836Z] --- SKIP: TestBuildPreserveOwnership (0.01s) [2022-05-19T10:05:14.836Z] === RUN TestBuildPlatformInvalid [2022-05-19T10:05:14.836Z] --- PASS: TestBuildPlatformInvalid (0.08s) [2022-05-19T10:05:14.836Z] PASS [2022-05-19T10:05:14.836Z] ok github.com/docker/docker/integration/build 224.764s [2022-05-19T10:05:14.836Z] [2022-05-19T10:05:14.836Z] === Skipped [2022-05-19T10:05:14.836Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithSession (0.00s) [2022-05-19T10:05:14.836Z] build_session_test.go:25: TODO: BuildKit [2022-05-19T10:05:14.836Z] [2022-05-19T10:05:14.836Z] === SKIP: github.com/docker/docker/integration/build TestBuildSquashParent (0.00s) [2022-05-19T10:05:14.836Z] build_squash_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:05:14.836Z] [2022-05-19T10:05:14.836Z] === SKIP: github.com/docker/docker/integration/build TestBuildLabelWithTargets (0.00s) [2022-05-19T10:05:14.836Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-05-19T10:05:14.836Z] [2022-05-19T10:05:14.836Z] === SKIP: github.com/docker/docker/integration/build TestBuildUncleanTarFilenames (0.00s) [2022-05-19T10:05:14.836Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-05-19T10:05:14.836Z] [2022-05-19T10:05:14.836Z] === SKIP: github.com/docker/docker/integration/build TestBuildWCOWSandboxSize (0.00s) [2022-05-19T10:05:14.836Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-05-19T10:05:14.836Z] [2022-05-19T10:05:14.836Z] === SKIP: github.com/docker/docker/integration/build TestBuildPreserveOwnership (0.01s) [2022-05-19T10:05:14.836Z] build_test.go:633: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-05-19T10:05:14.836Z] [2022-05-19T10:05:14.836Z] DONE 29 tests, 6 skipped in 267.226s [2022-05-19T10:05:14.836Z] Running D:\gopath\src\github.com\docker\docker\integration\config [2022-05-19T10:05:14.836Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-05-19T10:05:14.836Z] INFO: Testing against a local daemon [2022-05-19T10:05:14.836Z] === RUN TestConfigInspect [2022-05-19T10:05:14.836Z] config_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:05:14.836Z] --- SKIP: TestConfigInspect (0.01s) [2022-05-19T10:05:14.836Z] === RUN TestConfigList [2022-05-19T10:05:14.836Z] config_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:05:14.836Z] --- SKIP: TestConfigList (0.00s) [2022-05-19T10:05:14.836Z] === RUN TestConfigsCreateAndDelete [2022-05-19T10:05:14.836Z] config_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:05:14.836Z] --- SKIP: TestConfigsCreateAndDelete (0.00s) [2022-05-19T10:05:14.836Z] === RUN TestConfigsUpdate [2022-05-19T10:05:14.836Z] config_test.go:168: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:05:14.836Z] --- SKIP: TestConfigsUpdate (0.00s) [2022-05-19T10:05:14.836Z] === RUN TestTemplatedConfig [2022-05-19T10:05:14.836Z] config_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:05:14.836Z] --- SKIP: TestTemplatedConfig (0.00s) [2022-05-19T10:05:14.836Z] === RUN TestConfigCreateResolve [2022-05-19T10:05:14.836Z] config_test.go:330: testEnv.DaemonInfo.OSType != "linux" [2022-05-19T10:05:14.836Z] --- SKIP: TestConfigCreateResolve (0.01s) [2022-05-19T10:05:14.836Z] PASS [2022-05-19T10:05:14.836Z] ok github.com/docker/docker/integration/config 0.131s [2022-05-19T10:05:14.836Z] [2022-05-19T10:05:14.836Z] === Skipped [2022-05-19T10:05:14.836Z] === SKIP: github.com/docker/docker/integration/config TestConfigInspect (0.01s) [2022-05-19T10:05:14.836Z] config_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:05:14.836Z] [2022-05-19T10:05:14.836Z] === SKIP: github.com/docker/docker/integration/config TestConfigList (0.00s) [2022-05-19T10:05:14.836Z] config_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:05:14.836Z] [2022-05-19T10:05:14.836Z] === SKIP: github.com/docker/docker/integration/config TestConfigsCreateAndDelete (0.00s) [2022-05-19T10:05:14.836Z] config_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:05:14.836Z] [2022-05-19T10:05:14.836Z] === SKIP: github.com/docker/docker/integration/config TestConfigsUpdate (0.00s) [2022-05-19T10:05:14.836Z] config_test.go:168: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:05:14.836Z] [2022-05-19T10:05:14.836Z] === SKIP: github.com/docker/docker/integration/config TestTemplatedConfig (0.00s) [2022-05-19T10:05:14.836Z] config_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:05:14.836Z] [2022-05-19T10:05:14.836Z] === SKIP: github.com/docker/docker/integration/config TestConfigCreateResolve (0.01s) [2022-05-19T10:05:14.836Z] config_test.go:330: testEnv.DaemonInfo.OSType != "linux" [2022-05-19T10:05:14.836Z] [2022-05-19T10:05:14.836Z] DONE 6 tests, 6 skipped in 2.379s [2022-05-19T10:05:14.836Z] Running D:\gopath\src\github.com\docker\docker\integration\container [2022-05-19T10:05:14.836Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-05-19T10:05:14.836Z] INFO: Testing against a local daemon [2022-05-19T10:05:14.836Z] === RUN TestAttachWithTTY [2022-05-19T10:05:15.303Z] --- PASS: TestAttachWithTTY (0.26s) [2022-05-19T10:05:15.303Z] === RUN TestAttachWithoutTTy [2022-05-19T10:05:15.303Z] --- PASS: TestAttachWithoutTTy (0.25s) [2022-05-19T10:05:15.303Z] === RUN TestCheckpoint [2022-05-19T10:05:15.303Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-05-19T10:05:15.303Z] --- SKIP: TestCheckpoint (0.00s) [2022-05-19T10:05:15.303Z] === RUN TestContainerInvalidJSON [2022-05-19T10:05:15.303Z] === RUN TestContainerInvalidJSON/commit [2022-05-19T10:05:15.303Z] === PAUSE TestContainerInvalidJSON/commit [2022-05-19T10:05:15.303Z] === RUN TestContainerInvalidJSON/containers/create [2022-05-19T10:05:15.303Z] === PAUSE TestContainerInvalidJSON/containers/create [2022-05-19T10:05:15.303Z] === RUN TestContainerInvalidJSON/containers/foobar/exec [2022-05-19T10:05:15.303Z] === PAUSE TestContainerInvalidJSON/containers/foobar/exec [2022-05-19T10:05:15.304Z] === RUN TestContainerInvalidJSON/containers/foobar/update [2022-05-19T10:05:15.304Z] === PAUSE TestContainerInvalidJSON/containers/foobar/update [2022-05-19T10:05:15.304Z] === RUN TestContainerInvalidJSON/exec/foobar/start [2022-05-19T10:05:15.304Z] === PAUSE TestContainerInvalidJSON/exec/foobar/start [2022-05-19T10:05:15.304Z] === CONT TestContainerInvalidJSON/commit [2022-05-19T10:05:15.304Z] === CONT TestContainerInvalidJSON/containers/foobar/update [2022-05-19T10:05:15.304Z] === RUN TestContainerInvalidJSON/commit/invalid_content_type [2022-05-19T10:05:15.304Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_content_type [2022-05-19T10:05:15.304Z] === CONT TestContainerInvalidJSON/containers/foobar/exec [2022-05-19T10:05:15.304Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type [2022-05-19T10:05:15.304Z] === CONT TestContainerInvalidJSON/containers/create [2022-05-19T10:05:15.304Z] === RUN TestContainerInvalidJSON/containers/create/invalid_content_type [2022-05-19T10:05:15.304Z] === RUN TestContainerInvalidJSON/containers/create/invalid_JSON [2022-05-19T10:05:15.304Z] === RUN TestContainerInvalidJSON/commit/invalid_JSON [2022-05-19T10:05:15.304Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_JSON [2022-05-19T10:05:15.304Z] === RUN TestContainerInvalidJSON/containers/create/extra_content_after_JSON [2022-05-19T10:05:15.304Z] === RUN TestContainerInvalidJSON/commit/extra_content_after_JSON [2022-05-19T10:05:15.304Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON [2022-05-19T10:05:15.304Z] === RUN TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON [2022-05-19T10:05:15.304Z] === RUN TestContainerInvalidJSON/containers/create/empty_body [2022-05-19T10:05:15.304Z] === RUN TestContainerInvalidJSON/commit/empty_body [2022-05-19T10:05:15.304Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON [2022-05-19T10:05:15.304Z] === CONT TestContainerInvalidJSON/exec/foobar/start [2022-05-19T10:05:15.304Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_content_type [2022-05-19T10:05:15.304Z] === RUN TestContainerInvalidJSON/containers/foobar/update/empty_body [2022-05-19T10:05:15.304Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_JSON [2022-05-19T10:05:15.304Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/empty_body [2022-05-19T10:05:15.304Z] === RUN TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON [2022-05-19T10:05:15.304Z] === RUN TestContainerInvalidJSON/exec/foobar/start/empty_body [2022-05-19T10:05:15.304Z] --- PASS: TestContainerInvalidJSON (0.03s) [2022-05-19T10:05:15.304Z] --- PASS: TestContainerInvalidJSON/containers/create (0.01s) [2022-05-19T10:05:15.304Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_content_type (0.00s) [2022-05-19T10:05:15.304Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_JSON (0.00s) [2022-05-19T10:05:15.304Z] --- PASS: TestContainerInvalidJSON/containers/create/extra_content_after_JSON (0.00s) [2022-05-19T10:05:15.304Z] --- PASS: TestContainerInvalidJSON/containers/create/empty_body (0.00s) [2022-05-19T10:05:15.304Z] --- PASS: TestContainerInvalidJSON/commit (0.02s) [2022-05-19T10:05:15.304Z] --- PASS: TestContainerInvalidJSON/commit/invalid_content_type (0.01s) [2022-05-19T10:05:15.304Z] --- PASS: TestContainerInvalidJSON/commit/invalid_JSON (0.00s) [2022-05-19T10:05:15.304Z] --- PASS: TestContainerInvalidJSON/commit/extra_content_after_JSON (0.00s) [2022-05-19T10:05:15.304Z] --- PASS: TestContainerInvalidJSON/commit/empty_body (0.00s) [2022-05-19T10:05:15.304Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update (0.02s) [2022-05-19T10:05:15.304Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_content_type (0.01s) [2022-05-19T10:05:15.304Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_JSON (0.00s) [2022-05-19T10:05:15.304Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON (0.01s) [2022-05-19T10:05:15.304Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/empty_body (0.00s) [2022-05-19T10:05:15.304Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec (0.02s) [2022-05-19T10:05:15.304Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type (0.01s) [2022-05-19T10:05:15.304Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON (0.00s) [2022-05-19T10:05:15.304Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON (0.00s) [2022-05-19T10:05:15.304Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/empty_body (0.00s) [2022-05-19T10:05:15.304Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start (0.01s) [2022-05-19T10:05:15.304Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_content_type (0.00s) [2022-05-19T10:05:15.304Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_JSON (0.00s) [2022-05-19T10:05:15.304Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON (0.00s) [2022-05-19T10:05:15.304Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/empty_body (0.00s) [2022-05-19T10:05:15.304Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-05-19T10:05:15.511Z] --- PASS: TestBuildWithHugeFile (143.62s) [2022-05-19T10:05:15.511Z] === RUN TestBuildWCOWSandboxSize [2022-05-19T10:05:15.511Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-05-19T10:05:15.511Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-05-19T10:05:15.511Z] === RUN TestBuildWithEmptyDockerfile [2022-05-19T10:05:15.511Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-05-19T10:05:15.511Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-05-19T10:05:15.511Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-05-19T10:05:15.511Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-05-19T10:05:15.511Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-05-19T10:05:15.511Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-05-19T10:05:15.511Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-05-19T10:05:15.511Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-05-19T10:05:15.511Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-05-19T10:05:15.511Z] --- PASS: TestBuildWithEmptyDockerfile (0.07s) [2022-05-19T10:05:15.511Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.00s) [2022-05-19T10:05:15.511Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.00s) [2022-05-19T10:05:15.511Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.00s) [2022-05-19T10:05:15.511Z] === RUN TestBuildPreserveOwnership [2022-05-19T10:05:15.511Z] build_test.go:633: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-05-19T10:05:15.511Z] --- SKIP: TestBuildPreserveOwnership (0.00s) [2022-05-19T10:05:15.511Z] === RUN TestBuildPlatformInvalid [2022-05-19T10:05:15.511Z] --- PASS: TestBuildPlatformInvalid (0.06s) [2022-05-19T10:05:15.511Z] PASS [2022-05-19T10:05:15.511Z] ok github.com/docker/docker/integration/build 211.873s [2022-05-19T10:05:15.511Z] [2022-05-19T10:05:15.511Z] === Skipped [2022-05-19T10:05:15.511Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithSession (0.00s) [2022-05-19T10:05:15.511Z] build_session_test.go:25: TODO: BuildKit [2022-05-19T10:05:15.511Z] [2022-05-19T10:05:15.511Z] === SKIP: github.com/docker/docker/integration/build TestBuildSquashParent (0.00s) [2022-05-19T10:05:15.511Z] build_squash_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:05:15.511Z] [2022-05-19T10:05:15.511Z] === SKIP: github.com/docker/docker/integration/build TestBuildLabelWithTargets (0.01s) [2022-05-19T10:05:15.511Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-05-19T10:05:15.511Z] [2022-05-19T10:05:15.511Z] === SKIP: github.com/docker/docker/integration/build TestBuildUncleanTarFilenames (0.00s) [2022-05-19T10:05:15.511Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-05-19T10:05:15.511Z] [2022-05-19T10:05:15.511Z] === SKIP: github.com/docker/docker/integration/build TestBuildWCOWSandboxSize (0.00s) [2022-05-19T10:05:15.511Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-05-19T10:05:15.511Z] [2022-05-19T10:05:15.511Z] === SKIP: github.com/docker/docker/integration/build TestBuildPreserveOwnership (0.00s) [2022-05-19T10:05:15.511Z] build_test.go:633: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-05-19T10:05:15.511Z] [2022-05-19T10:05:15.511Z] DONE 29 tests, 6 skipped in 246.067s [2022-05-19T10:05:15.511Z] Running D:\gopath\src\github.com\docker\docker\integration\config [2022-05-19T10:05:15.511Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-05-19T10:05:15.511Z] INFO: Testing against a local daemon [2022-05-19T10:05:15.511Z] === RUN TestConfigInspect [2022-05-19T10:05:15.511Z] config_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:05:15.511Z] --- SKIP: TestConfigInspect (0.00s) [2022-05-19T10:05:15.511Z] === RUN TestConfigList [2022-05-19T10:05:15.511Z] config_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:05:15.511Z] --- SKIP: TestConfigList (0.00s) [2022-05-19T10:05:15.511Z] === RUN TestConfigsCreateAndDelete [2022-05-19T10:05:15.511Z] config_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:05:15.511Z] --- SKIP: TestConfigsCreateAndDelete (0.00s) [2022-05-19T10:05:15.511Z] === RUN TestConfigsUpdate [2022-05-19T10:05:15.511Z] config_test.go:168: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:05:15.511Z] --- SKIP: TestConfigsUpdate (0.00s) [2022-05-19T10:05:15.511Z] === RUN TestTemplatedConfig [2022-05-19T10:05:15.511Z] config_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:05:15.511Z] --- SKIP: TestTemplatedConfig (0.00s) [2022-05-19T10:05:15.511Z] === RUN TestConfigCreateResolve [2022-05-19T10:05:15.511Z] config_test.go:330: testEnv.DaemonInfo.OSType != "linux" [2022-05-19T10:05:15.511Z] --- SKIP: TestConfigCreateResolve (0.00s) [2022-05-19T10:05:15.511Z] PASS [2022-05-19T10:05:15.511Z] ok github.com/docker/docker/integration/config 0.101s [2022-05-19T10:05:15.511Z] [2022-05-19T10:05:15.511Z] === Skipped [2022-05-19T10:05:15.511Z] === SKIP: github.com/docker/docker/integration/config TestConfigInspect (0.00s) [2022-05-19T10:05:15.511Z] config_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:05:15.511Z] [2022-05-19T10:05:15.511Z] === SKIP: github.com/docker/docker/integration/config TestConfigList (0.00s) [2022-05-19T10:05:15.511Z] config_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:05:15.511Z] [2022-05-19T10:05:15.511Z] === SKIP: github.com/docker/docker/integration/config TestConfigsCreateAndDelete (0.00s) [2022-05-19T10:05:15.511Z] config_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:05:15.511Z] [2022-05-19T10:05:15.511Z] === SKIP: github.com/docker/docker/integration/config TestConfigsUpdate (0.00s) [2022-05-19T10:05:15.511Z] config_test.go:168: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:05:15.511Z] [2022-05-19T10:05:15.511Z] === SKIP: github.com/docker/docker/integration/config TestTemplatedConfig (0.00s) [2022-05-19T10:05:15.511Z] config_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:05:15.511Z] [2022-05-19T10:05:15.511Z] === SKIP: github.com/docker/docker/integration/config TestConfigCreateResolve (0.00s) [2022-05-19T10:05:15.511Z] config_test.go:330: testEnv.DaemonInfo.OSType != "linux" [2022-05-19T10:05:15.511Z] [2022-05-19T10:05:15.511Z] DONE 6 tests, 6 skipped in 2.051s [2022-05-19T10:05:15.511Z] Running D:\gopath\src\github.com\docker\docker\integration\container [2022-05-19T10:05:15.515Z] === RUN TestDockerSuite/TestBuildWithVolumes [2022-05-19T10:05:15.772Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.38s) [2022-05-19T10:05:15.772Z] === RUN TestCopyFromContainerPathIsNotDir [2022-05-19T10:05:15.984Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-05-19T10:05:15.984Z] INFO: Testing against a local daemon [2022-05-19T10:05:15.984Z] === RUN TestAttachWithTTY [2022-05-19T10:05:16.077Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2022-05-19T10:05:16.242Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.37s) [2022-05-19T10:05:16.242Z] === RUN TestCopyToContainerPathDoesNotExist [2022-05-19T10:05:16.346Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2022-05-19T10:05:16.455Z] --- PASS: TestAttachWithTTY (0.11s) [2022-05-19T10:05:16.456Z] === RUN TestAttachWithoutTTy [2022-05-19T10:05:16.456Z] --- PASS: TestAttachWithoutTTy (0.11s) [2022-05-19T10:05:16.456Z] === RUN TestCheckpoint [2022-05-19T10:05:16.456Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-05-19T10:05:16.456Z] --- SKIP: TestCheckpoint (0.00s) [2022-05-19T10:05:16.456Z] === RUN TestContainerInvalidJSON [2022-05-19T10:05:16.456Z] === RUN TestContainerInvalidJSON/commit [2022-05-19T10:05:16.456Z] === PAUSE TestContainerInvalidJSON/commit [2022-05-19T10:05:16.456Z] === RUN TestContainerInvalidJSON/containers/create [2022-05-19T10:05:16.456Z] === PAUSE TestContainerInvalidJSON/containers/create [2022-05-19T10:05:16.456Z] === RUN TestContainerInvalidJSON/containers/foobar/exec [2022-05-19T10:05:16.456Z] === PAUSE TestContainerInvalidJSON/containers/foobar/exec [2022-05-19T10:05:16.456Z] === RUN TestContainerInvalidJSON/containers/foobar/update [2022-05-19T10:05:16.456Z] === PAUSE TestContainerInvalidJSON/containers/foobar/update [2022-05-19T10:05:16.456Z] === RUN TestContainerInvalidJSON/exec/foobar/start [2022-05-19T10:05:16.456Z] === PAUSE TestContainerInvalidJSON/exec/foobar/start [2022-05-19T10:05:16.456Z] === CONT TestContainerInvalidJSON/commit [2022-05-19T10:05:16.456Z] === RUN TestContainerInvalidJSON/commit/invalid_content_type [2022-05-19T10:05:16.456Z] === CONT TestContainerInvalidJSON/containers/foobar/update [2022-05-19T10:05:16.456Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_content_type [2022-05-19T10:05:16.456Z] === CONT TestContainerInvalidJSON/exec/foobar/start [2022-05-19T10:05:16.456Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_content_type [2022-05-19T10:05:16.456Z] === CONT TestContainerInvalidJSON/containers/foobar/exec [2022-05-19T10:05:16.456Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type [2022-05-19T10:05:16.456Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_JSON [2022-05-19T10:05:16.456Z] === RUN TestContainerInvalidJSON/commit/invalid_JSON [2022-05-19T10:05:16.456Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_JSON [2022-05-19T10:05:16.456Z] === RUN TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON [2022-05-19T10:05:16.456Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON [2022-05-19T10:05:16.456Z] === RUN TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON [2022-05-19T10:05:16.456Z] === RUN TestContainerInvalidJSON/commit/extra_content_after_JSON [2022-05-19T10:05:16.456Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON [2022-05-19T10:05:16.456Z] === RUN TestContainerInvalidJSON/containers/foobar/update/empty_body [2022-05-19T10:05:16.456Z] === RUN TestContainerInvalidJSON/exec/foobar/start/empty_body [2022-05-19T10:05:16.456Z] === RUN TestContainerInvalidJSON/commit/empty_body [2022-05-19T10:05:16.456Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/empty_body [2022-05-19T10:05:16.456Z] === CONT TestContainerInvalidJSON/containers/create [2022-05-19T10:05:16.456Z] === RUN TestContainerInvalidJSON/containers/create/invalid_content_type [2022-05-19T10:05:16.456Z] === RUN TestContainerInvalidJSON/containers/create/invalid_JSON [2022-05-19T10:05:16.456Z] === RUN TestContainerInvalidJSON/containers/create/extra_content_after_JSON [2022-05-19T10:05:16.456Z] === RUN TestContainerInvalidJSON/containers/create/empty_body [2022-05-19T10:05:16.456Z] --- PASS: TestContainerInvalidJSON (0.04s) [2022-05-19T10:05:16.456Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update (0.02s) [2022-05-19T10:05:16.456Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_content_type (0.01s) [2022-05-19T10:05:16.456Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_JSON (0.00s) [2022-05-19T10:05:16.456Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON (0.00s) [2022-05-19T10:05:16.456Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/empty_body (0.00s) [2022-05-19T10:05:16.456Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start (0.02s) [2022-05-19T10:05:16.456Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_content_type (0.01s) [2022-05-19T10:05:16.456Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_JSON (0.00s) [2022-05-19T10:05:16.456Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON (0.00s) [2022-05-19T10:05:16.456Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/empty_body (0.00s) [2022-05-19T10:05:16.456Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec (0.02s) [2022-05-19T10:05:16.456Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type (0.01s) [2022-05-19T10:05:16.456Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON (0.00s) [2022-05-19T10:05:16.456Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON (0.00s) [2022-05-19T10:05:16.456Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/empty_body (0.00s) [2022-05-19T10:05:16.456Z] --- PASS: TestContainerInvalidJSON/commit (0.02s) [2022-05-19T10:05:16.456Z] --- PASS: TestContainerInvalidJSON/commit/invalid_content_type (0.01s) [2022-05-19T10:05:16.456Z] --- PASS: TestContainerInvalidJSON/commit/invalid_JSON (0.01s) [2022-05-19T10:05:16.456Z] --- PASS: TestContainerInvalidJSON/commit/extra_content_after_JSON (0.00s) [2022-05-19T10:05:16.456Z] --- PASS: TestContainerInvalidJSON/commit/empty_body (0.00s) [2022-05-19T10:05:16.456Z] --- PASS: TestContainerInvalidJSON/containers/create (0.01s) [2022-05-19T10:05:16.456Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_content_type (0.00s) [2022-05-19T10:05:16.456Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_JSON (0.00s) [2022-05-19T10:05:16.456Z] --- PASS: TestContainerInvalidJSON/containers/create/extra_content_after_JSON (0.00s) [2022-05-19T10:05:16.456Z] --- PASS: TestContainerInvalidJSON/containers/create/empty_body (0.00s) [2022-05-19T10:05:16.456Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-05-19T10:05:16.456Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.25s) [2022-05-19T10:05:16.456Z] === RUN TestCopyFromContainerPathIsNotDir [2022-05-19T10:05:16.654Z] --- PASS: TestRenameRunningContainerAndReuse (4.61s) [2022-05-19T10:05:16.654Z] === RUN TestRenameInvalidName [2022-05-19T10:05:16.710Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.42s) [2022-05-19T10:05:16.710Z] === RUN TestCopyEmptyFile [2022-05-19T10:05:16.915Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2022-05-19T10:05:16.915Z] docker_cli_build_test.go:4905: unmatched requirement DaemonIsWindows [2022-05-19T10:05:16.915Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2022-05-19T10:05:16.926Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.25s) [2022-05-19T10:05:16.926Z] === RUN TestCopyToContainerPathDoesNotExist [2022-05-19T10:05:17.179Z] --- PASS: TestCopyEmptyFile (0.59s) [2022-05-19T10:05:17.179Z] === RUN TestCopyToContainerPathIsNotDir [2022-05-19T10:05:17.396Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.25s) [2022-05-19T10:05:17.396Z] === RUN TestCopyEmptyFile [2022-05-19T10:05:17.477Z] === RUN TestDockerSuite/TestBuildXZHost [2022-05-19T10:05:17.646Z] --- PASS: TestCopyToContainerPathIsNotDir (0.34s) [2022-05-19T10:05:17.646Z] === RUN TestCopyFromContainer [2022-05-19T10:05:17.646Z] copy_test.go:122: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:05:17.646Z] --- SKIP: TestCopyFromContainer (0.00s) [2022-05-19T10:05:17.646Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-05-19T10:05:17.646Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-05-19T10:05:17.646Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-05-19T10:05:17.646Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-05-19T10:05:17.646Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-05-19T10:05:17.646Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-05-19T10:05:17.646Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-05-19T10:05:17.646Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-05-19T10:05:17.646Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-05-19T10:05:17.646Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-05-19T10:05:17.646Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.04s) [2022-05-19T10:05:17.646Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-05-19T10:05:17.646Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.01s) [2022-05-19T10:05:17.646Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.01s) [2022-05-19T10:05:17.646Z] === RUN TestCreateLinkToNonExistingContainer [2022-05-19T10:05:17.646Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2022-05-19T10:05:17.646Z] --- SKIP: TestCreateLinkToNonExistingContainer (0.00s) [2022-05-19T10:05:17.646Z] === RUN TestCreateWithInvalidEnv [2022-05-19T10:05:17.646Z] === RUN TestCreateWithInvalidEnv/0 [2022-05-19T10:05:17.646Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-05-19T10:05:17.646Z] === RUN TestCreateWithInvalidEnv/1 [2022-05-19T10:05:17.646Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-05-19T10:05:17.646Z] === RUN TestCreateWithInvalidEnv/2 [2022-05-19T10:05:17.646Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-05-19T10:05:17.646Z] === CONT TestCreateWithInvalidEnv/0 [2022-05-19T10:05:17.646Z] === CONT TestCreateWithInvalidEnv/2 [2022-05-19T10:05:17.646Z] === CONT TestCreateWithInvalidEnv/1 [2022-05-19T10:05:17.646Z] --- PASS: TestCreateWithInvalidEnv (0.04s) [2022-05-19T10:05:17.646Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-05-19T10:05:17.647Z] --- PASS: TestCreateWithInvalidEnv/0 (0.01s) [2022-05-19T10:05:17.647Z] --- PASS: TestCreateWithInvalidEnv/1 (0.01s) [2022-05-19T10:05:17.647Z] === RUN TestCreateTmpfsMountsTarget [2022-05-19T10:05:17.647Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:05:17.647Z] --- SKIP: TestCreateTmpfsMountsTarget (0.00s) [2022-05-19T10:05:17.647Z] === RUN TestCreateWithCustomMaskedPaths [2022-05-19T10:05:17.647Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2022-05-19T10:05:17.647Z] --- SKIP: TestCreateWithCustomMaskedPaths (0.00s) [2022-05-19T10:05:17.647Z] === RUN TestCreateWithCustomReadonlyPaths [2022-05-19T10:05:17.647Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2022-05-19T10:05:17.647Z] --- SKIP: TestCreateWithCustomReadonlyPaths (0.00s) [2022-05-19T10:05:17.647Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-05-19T10:05:17.647Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-05-19T10:05:17.647Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-05-19T10:05:17.647Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-05-19T10:05:17.647Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-05-19T10:05:17.647Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-05-19T10:05:17.647Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-05-19T10:05:17.647Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-05-19T10:05:17.647Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-05-19T10:05:17.647Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-05-19T10:05:17.647Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-05-19T10:05:17.647Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-05-19T10:05:17.647Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-05-19T10:05:17.647Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-05-19T10:05:17.647Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-05-19T10:05:17.647Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-05-19T10:05:17.647Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.03s) [2022-05-19T10:05:17.647Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2022-05-19T10:05:17.647Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2022-05-19T10:05:17.647Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2022-05-19T10:05:17.647Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2022-05-19T10:05:17.647Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2022-05-19T10:05:17.647Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-05-19T10:05:17.647Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2022-05-19T10:05:17.647Z] --- SKIP: TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2022-05-19T10:05:17.647Z] === RUN TestCreateDifferentPlatform [2022-05-19T10:05:17.647Z] === RUN TestCreateDifferentPlatform/different_os [2022-05-19T10:05:17.647Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-05-19T10:05:17.647Z] --- PASS: TestCreateDifferentPlatform (0.05s) [2022-05-19T10:05:17.647Z] --- PASS: TestCreateDifferentPlatform/different_os (0.01s) [2022-05-19T10:05:17.647Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-05-19T10:05:17.647Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-05-19T10:05:17.868Z] --- PASS: TestCopyEmptyFile (0.51s) [2022-05-19T10:05:17.868Z] === RUN TestCopyToContainerPathIsNotDir [2022-05-19T10:05:17.868Z] --- PASS: TestCopyToContainerPathIsNotDir (0.24s) [2022-05-19T10:05:17.868Z] === RUN TestCopyFromContainer [2022-05-19T10:05:17.868Z] copy_test.go:122: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:05:17.868Z] --- SKIP: TestCopyFromContainer (0.00s) [2022-05-19T10:05:17.868Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-05-19T10:05:17.868Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-05-19T10:05:17.868Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-05-19T10:05:17.868Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-05-19T10:05:17.868Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-05-19T10:05:17.868Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-05-19T10:05:17.868Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-05-19T10:05:17.868Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-05-19T10:05:17.868Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-05-19T10:05:17.868Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-05-19T10:05:17.868Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.03s) [2022-05-19T10:05:17.868Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-05-19T10:05:17.868Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.01s) [2022-05-19T10:05:17.868Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.01s) [2022-05-19T10:05:17.868Z] === RUN TestCreateLinkToNonExistingContainer [2022-05-19T10:05:17.868Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2022-05-19T10:05:17.868Z] --- SKIP: TestCreateLinkToNonExistingContainer (0.01s) [2022-05-19T10:05:17.868Z] === RUN TestCreateWithInvalidEnv [2022-05-19T10:05:17.868Z] === RUN TestCreateWithInvalidEnv/0 [2022-05-19T10:05:17.868Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-05-19T10:05:17.868Z] === RUN TestCreateWithInvalidEnv/1 [2022-05-19T10:05:17.868Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-05-19T10:05:17.868Z] === RUN TestCreateWithInvalidEnv/2 [2022-05-19T10:05:17.868Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-05-19T10:05:17.868Z] === CONT TestCreateWithInvalidEnv/0 [2022-05-19T10:05:17.868Z] === CONT TestCreateWithInvalidEnv/2 [2022-05-19T10:05:17.868Z] === CONT TestCreateWithInvalidEnv/1 [2022-05-19T10:05:17.868Z] --- PASS: TestCreateWithInvalidEnv (0.03s) [2022-05-19T10:05:17.868Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-05-19T10:05:17.868Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-05-19T10:05:17.868Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-05-19T10:05:17.868Z] === RUN TestCreateTmpfsMountsTarget [2022-05-19T10:05:17.868Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:05:17.868Z] --- SKIP: TestCreateTmpfsMountsTarget (0.00s) [2022-05-19T10:05:17.868Z] === RUN TestCreateWithCustomMaskedPaths [2022-05-19T10:05:17.868Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2022-05-19T10:05:17.868Z] --- SKIP: TestCreateWithCustomMaskedPaths (0.00s) [2022-05-19T10:05:17.868Z] === RUN TestCreateWithCustomReadonlyPaths [2022-05-19T10:05:17.868Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2022-05-19T10:05:17.868Z] --- SKIP: TestCreateWithCustomReadonlyPaths (0.00s) [2022-05-19T10:05:17.868Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-05-19T10:05:17.868Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-05-19T10:05:17.868Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-05-19T10:05:17.868Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-05-19T10:05:17.868Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-05-19T10:05:17.868Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-05-19T10:05:17.868Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-05-19T10:05:17.868Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-05-19T10:05:17.868Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-05-19T10:05:17.868Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-05-19T10:05:17.868Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-05-19T10:05:17.868Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-05-19T10:05:17.868Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-05-19T10:05:17.868Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-05-19T10:05:17.868Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-05-19T10:05:17.868Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-05-19T10:05:17.868Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.03s) [2022-05-19T10:05:17.868Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2022-05-19T10:05:17.868Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2022-05-19T10:05:17.868Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2022-05-19T10:05:17.868Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2022-05-19T10:05:17.868Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2022-05-19T10:05:17.868Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-05-19T10:05:17.868Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2022-05-19T10:05:17.868Z] --- SKIP: TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2022-05-19T10:05:17.868Z] === RUN TestCreateDifferentPlatform [2022-05-19T10:05:17.868Z] === RUN TestCreateDifferentPlatform/different_os [2022-05-19T10:05:17.868Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-05-19T10:05:18.116Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.22s) [2022-05-19T10:05:18.116Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-05-19T10:05:18.116Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2022-05-19T10:05:18.116Z] --- SKIP: TestCreatePlatformSpecificImageNoPlatform (0.04s) [2022-05-19T10:05:18.116Z] === RUN TestContainerKillOnDaemonStart [2022-05-19T10:05:18.116Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:05:18.116Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2022-05-19T10:05:18.116Z] === RUN TestWindowsDevices [2022-05-19T10:05:18.116Z] === RUN TestWindowsDevices/process/no_device_mounted [2022-05-19T10:05:18.116Z] === PAUSE TestWindowsDevices/process/no_device_mounted [2022-05-19T10:05:18.116Z] === RUN TestWindowsDevices/process/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-19T10:05:18.116Z] === PAUSE TestWindowsDevices/process/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-19T10:05:18.116Z] === RUN TestWindowsDevices/process/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-19T10:05:18.116Z] === PAUSE TestWindowsDevices/process/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-19T10:05:18.116Z] === RUN TestWindowsDevices/process/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-19T10:05:18.116Z] === PAUSE TestWindowsDevices/process/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-19T10:05:18.116Z] === RUN TestWindowsDevices/hyperv/no_device_mounted [2022-05-19T10:05:18.116Z] === PAUSE TestWindowsDevices/hyperv/no_device_mounted [2022-05-19T10:05:18.116Z] === RUN TestWindowsDevices/hyperv/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-19T10:05:18.116Z] === PAUSE TestWindowsDevices/hyperv/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-19T10:05:18.116Z] === RUN TestWindowsDevices/hyperv/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-19T10:05:18.116Z] === PAUSE TestWindowsDevices/hyperv/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-19T10:05:18.116Z] === RUN TestWindowsDevices/hyperv/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-19T10:05:18.116Z] === PAUSE TestWindowsDevices/hyperv/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-19T10:05:18.116Z] === CONT TestWindowsDevices/process/no_device_mounted [2022-05-19T10:05:18.116Z] === CONT TestWindowsDevices/hyperv/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-19T10:05:18.116Z] === CONT TestWindowsDevices/process/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-19T10:05:18.116Z] === CONT TestWindowsDevices/hyperv/no_device_mounted [2022-05-19T10:05:18.116Z] devices_windows_test.go:103: d.isolation == containertypes.IsolationHyperV && !d.expectedStartFailure: FIXME. HyperV isolation setup is probably incorrect in the test [2022-05-19T10:05:18.116Z] === CONT TestWindowsDevices/process/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-19T10:05:18.116Z] === CONT TestWindowsDevices/hyperv/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-19T10:05:18.116Z] devices_windows_test.go:103: d.isolation == containertypes.IsolationHyperV && !d.expectedStartFailure: FIXME. HyperV isolation setup is probably incorrect in the test [2022-05-19T10:05:18.116Z] === CONT TestWindowsDevices/process/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-19T10:05:18.220Z] --- PASS: TestRenameInvalidName (2.20s) [2022-05-19T10:05:18.220Z] === RUN TestRenameAnonymousContainer [2022-05-19T10:05:18.339Z] --- PASS: TestCreateDifferentPlatform (0.05s) [2022-05-19T10:05:18.339Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-05-19T10:05:18.339Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-05-19T10:05:18.339Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-05-19T10:05:18.339Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.10s) [2022-05-19T10:05:18.339Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-05-19T10:05:18.339Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2022-05-19T10:05:18.339Z] --- SKIP: TestCreatePlatformSpecificImageNoPlatform (0.03s) [2022-05-19T10:05:18.339Z] === RUN TestContainerKillOnDaemonStart [2022-05-19T10:05:18.339Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:05:18.339Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2022-05-19T10:05:18.339Z] === RUN TestWindowsDevices [2022-05-19T10:05:18.339Z] === RUN TestWindowsDevices/process/no_device_mounted [2022-05-19T10:05:18.339Z] === PAUSE TestWindowsDevices/process/no_device_mounted [2022-05-19T10:05:18.339Z] === RUN TestWindowsDevices/process/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-19T10:05:18.340Z] === PAUSE TestWindowsDevices/process/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-19T10:05:18.340Z] === RUN TestWindowsDevices/process/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-19T10:05:18.340Z] === PAUSE TestWindowsDevices/process/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-19T10:05:18.340Z] === RUN TestWindowsDevices/process/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-19T10:05:18.340Z] === PAUSE TestWindowsDevices/process/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-19T10:05:18.340Z] === RUN TestWindowsDevices/hyperv/no_device_mounted [2022-05-19T10:05:18.340Z] === PAUSE TestWindowsDevices/hyperv/no_device_mounted [2022-05-19T10:05:18.340Z] === RUN TestWindowsDevices/hyperv/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-19T10:05:18.340Z] === PAUSE TestWindowsDevices/hyperv/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-19T10:05:18.340Z] === RUN TestWindowsDevices/hyperv/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-19T10:05:18.340Z] === PAUSE TestWindowsDevices/hyperv/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-19T10:05:18.340Z] === RUN TestWindowsDevices/hyperv/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-19T10:05:18.340Z] === PAUSE TestWindowsDevices/hyperv/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-19T10:05:18.340Z] === CONT TestWindowsDevices/process/no_device_mounted [2022-05-19T10:05:18.340Z] === CONT TestWindowsDevices/hyperv/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-19T10:05:18.340Z] === CONT TestWindowsDevices/hyperv/no_device_mounted [2022-05-19T10:05:18.340Z] === CONT TestWindowsDevices/hyperv/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-19T10:05:18.340Z] === CONT TestWindowsDevices/hyperv/no_device_mounted [2022-05-19T10:05:18.340Z] devices_windows_test.go:103: d.isolation == containertypes.IsolationHyperV && !d.expectedStartFailure: FIXME. HyperV isolation setup is probably incorrect in the test [2022-05-19T10:05:18.340Z] === CONT TestWindowsDevices/hyperv/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-19T10:05:18.810Z] === CONT TestWindowsDevices/process/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-19T10:05:18.810Z] === CONT TestWindowsDevices/process/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-19T10:05:18.810Z] === CONT TestWindowsDevices/process/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-19T10:05:18.846Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2022-05-19T10:05:18.846Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2022-05-19T10:05:18.846Z] docker_cli_sni_test.go:18: Flakey test [2022-05-19T10:05:18.846Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2022-05-19T10:05:19.407Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2022-05-19T10:05:19.968Z] === RUN TestDockerSuite/TestCommitChange [2022-05-19T10:05:20.530Z] === RUN TestDockerSuite/TestCommitChangeLabels [2022-05-19T10:05:21.091Z] === RUN TestDockerSuite/TestCommitHardlink [2022-05-19T10:05:21.654Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.58s) [2022-05-19T10:05:21.654Z] PASS [2022-05-19T10:05:21.654Z] [2022-05-19T10:05:21.654Z] DONE 17 tests in 52.708s [2022-05-19T10:05:21.654Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2022-05-19T10:05:21.654Z] ++ 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-05-19T10:05:21.654Z] ++ set -e [2022-05-19T10:05:21.654Z] ++ '[' -n 0 ']' [2022-05-19T10:05:21.654Z] ++ set -x [2022-05-19T10:05:21.654Z] ++ 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-05-19T10:05:21.654Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin [2022-05-19T10:05:21.654Z] INFO: Testing against a local daemon [2022-05-19T10:05:21.654Z] === RUN TestPluginInvalidJSON [2022-05-19T10:05:21.654Z] === RUN TestPluginInvalidJSON/plugins/foobar/set [2022-05-19T10:05:21.654Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set [2022-05-19T10:05:21.654Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade [2022-05-19T10:05:21.654Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade [2022-05-19T10:05:21.654Z] === RUN TestPluginInvalidJSON/plugins/pull [2022-05-19T10:05:21.654Z] === PAUSE TestPluginInvalidJSON/plugins/pull [2022-05-19T10:05:21.654Z] === CONT TestPluginInvalidJSON/plugins/foobar/set [2022-05-19T10:05:21.654Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type [2022-05-19T10:05:21.654Z] === CONT TestPluginInvalidJSON/plugins/pull [2022-05-19T10:05:21.654Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_content_type [2022-05-19T10:05:21.654Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_JSON [2022-05-19T10:05:21.654Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON [2022-05-19T10:05:21.654Z] === RUN TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON [2022-05-19T10:05:21.654Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON [2022-05-19T10:05:21.654Z] === RUN TestPluginInvalidJSON/plugins/pull/empty_body [2022-05-19T10:05:21.654Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/empty_body [2022-05-19T10:05:21.654Z] === CONT TestPluginInvalidJSON/plugins/foobar/upgrade [2022-05-19T10:05:21.654Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type [2022-05-19T10:05:21.654Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON [2022-05-19T10:05:21.654Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON [2022-05-19T10:05:21.654Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body [2022-05-19T10:05:21.654Z] --- PASS: TestPluginInvalidJSON (0.03s) [2022-05-19T10:05:21.654Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.02s) [2022-05-19T10:05:21.654Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.01s) [2022-05-19T10:05:21.654Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.00s) [2022-05-19T10:05:21.654Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.01s) [2022-05-19T10:05:21.654Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.00s) [2022-05-19T10:05:21.654Z] --- PASS: TestPluginInvalidJSON/plugins/pull (0.02s) [2022-05-19T10:05:21.654Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.01s) [2022-05-19T10:05:21.654Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.00s) [2022-05-19T10:05:21.654Z] --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.01s) [2022-05-19T10:05:21.654Z] --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.00s) [2022-05-19T10:05:21.654Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.01s) [2022-05-19T10:05:21.654Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.00s) [2022-05-19T10:05:21.654Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s) [2022-05-19T10:05:21.654Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.00s) [2022-05-19T10:05:21.654Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s) [2022-05-19T10:05:21.654Z] === RUN TestPluginInstall [2022-05-19T10:05:21.654Z] === RUN TestPluginInstall/no_auth [2022-05-19T10:05:22.584Z] === RUN TestDockerSuite/TestCommitNewFile [2022-05-19T10:05:24.476Z] === RUN TestDockerSuite/TestCommitPausedContainer [2022-05-19T10:05:24.476Z] time="2022-05-19T10:05:24Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-05-19T10:05:24.476Z] time="2022-05-19T10:05:24Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:785389bca8aaf46962062dcbf7fc237bf91504de30f6a9e605a7ebe13f2436c9" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-05-19T10:05:24.476Z] time="2022-05-19T10:05:24Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-05-19T10:05:24.476Z] time="2022-05-19T10:05:24Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:785389bca8aaf46962062dcbf7fc237bf91504de30f6a9e605a7ebe13f2436c9" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-05-19T10:05:25.040Z] === RUN TestPluginInstall/with_htpasswd [2022-05-19T10:05:25.207Z] --- PASS: TestWindowsDevices (0.04s) [2022-05-19T10:05:25.207Z] --- SKIP: TestWindowsDevices/hyperv/no_device_mounted (0.09s) [2022-05-19T10:05:25.207Z] --- PASS: TestWindowsDevices/hyperv/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted (0.39s) [2022-05-19T10:05:25.207Z] --- PASS: TestWindowsDevices/hyperv/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted (0.40s) [2022-05-19T10:05:25.207Z] --- PASS: TestWindowsDevices/hyperv/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted (0.37s) [2022-05-19T10:05:25.207Z] --- PASS: TestWindowsDevices/process/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted (4.39s) [2022-05-19T10:05:25.207Z] --- PASS: TestWindowsDevices/process/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted (4.69s) [2022-05-19T10:05:25.207Z] --- PASS: TestWindowsDevices/process/no_device_mounted (6.05s) [2022-05-19T10:05:25.207Z] --- PASS: TestWindowsDevices/process/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted (5.82s) [2022-05-19T10:05:25.207Z] === RUN TestDiff [2022-05-19T10:05:25.207Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2022-05-19T10:05:25.207Z] --- SKIP: TestDiff (0.00s) [2022-05-19T10:05:25.207Z] === RUN TestExecWithCloseStdin [2022-05-19T10:05:25.296Z] === RUN TestDockerSuite/TestCommitTTY [2022-05-19T10:05:25.296Z] time="2022-05-19T10:05:25Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-05-19T10:05:25.296Z] time="2022-05-19T10:05:25Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:a71e5171c0a8fe4100ecc8caec93b2231a9f2cd25021d8f82363a3488cb30d5b" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-05-19T10:05:25.296Z] time="2022-05-19T10:05:25Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-05-19T10:05:25.296Z] time="2022-05-19T10:05:25Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:a71e5171c0a8fe4100ecc8caec93b2231a9f2cd25021d8f82363a3488cb30d5b" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-05-19T10:05:25.518Z] === CONT TestWindowsDevices/hyperv/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-19T10:05:25.518Z] === CONT TestWindowsDevices/hyperv/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-19T10:05:25.518Z] === CONT TestWindowsDevices/hyperv/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-19T10:05:25.518Z] devices_windows_test.go:103: d.isolation == containertypes.IsolationHyperV && !d.expectedStartFailure: FIXME. HyperV isolation setup is probably incorrect in the test [2022-05-19T10:05:25.518Z] === CONT TestWindowsDevices/hyperv/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-19T10:05:25.518Z] devices_windows_test.go:103: d.isolation == containertypes.IsolationHyperV && !d.expectedStartFailure: FIXME. HyperV isolation setup is probably incorrect in the test [2022-05-19T10:05:25.518Z] --- PASS: TestWindowsDevices (0.04s) [2022-05-19T10:05:25.518Z] --- SKIP: TestWindowsDevices/hyperv/no_device_mounted (0.21s) [2022-05-19T10:05:25.518Z] --- SKIP: TestWindowsDevices/hyperv/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted (0.25s) [2022-05-19T10:05:25.518Z] --- PASS: TestWindowsDevices/process/no_device_mounted (7.16s) [2022-05-19T10:05:25.518Z] --- PASS: TestWindowsDevices/process/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted (6.97s) [2022-05-19T10:05:25.518Z] --- PASS: TestWindowsDevices/process/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted (7.20s) [2022-05-19T10:05:25.518Z] --- PASS: TestWindowsDevices/process/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted (6.96s) [2022-05-19T10:05:25.518Z] --- SKIP: TestWindowsDevices/hyperv/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted (0.23s) [2022-05-19T10:05:25.518Z] --- SKIP: TestWindowsDevices/hyperv/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted (0.24s) [2022-05-19T10:05:25.518Z] === RUN TestDiff [2022-05-19T10:05:25.518Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2022-05-19T10:05:25.518Z] --- SKIP: TestDiff (0.00s) [2022-05-19T10:05:25.518Z] === RUN TestExecWithCloseStdin [2022-05-19T10:05:25.518Z] exec_test.go:20: testEnv.RuntimeIsWindowsContainerd(): FIXME. Hang on Windows + containerd combination [2022-05-19T10:05:25.518Z] --- SKIP: TestExecWithCloseStdin (0.00s) [2022-05-19T10:05:25.518Z] === RUN TestExec [2022-05-19T10:05:25.859Z] === RUN TestPluginInstall/with_insecure [2022-05-19T10:05:26.422Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2022-05-19T10:05:26.680Z] time="2022-05-19T10:05:26Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-05-19T10:05:26.680Z] time="2022-05-19T10:05:26Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:5859f0366c254ca85d5810ed4f81d27db7ff98edaccfd7ab265f9e964e9999aa" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-05-19T10:05:26.680Z] time="2022-05-19T10:05:26Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-05-19T10:05:26.680Z] time="2022-05-19T10:05:26Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:5859f0366c254ca85d5810ed4f81d27db7ff98edaccfd7ab265f9e964e9999aa" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-05-19T10:05:26.936Z] plugin_test.go:195: [d91e92eb2ac2c] daemon is not started [2022-05-19T10:05:26.936Z] --- PASS: TestPluginInstall (5.31s) [2022-05-19T10:05:26.936Z] --- PASS: TestPluginInstall/no_auth (3.19s) [2022-05-19T10:05:26.936Z] --- PASS: TestPluginInstall/with_htpasswd (0.82s) [2022-05-19T10:05:26.936Z] --- PASS: TestPluginInstall/with_insecure (1.30s) [2022-05-19T10:05:26.936Z] === RUN TestPluginsWithRuntimes [2022-05-19T10:05:27.192Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2022-05-19T10:05:27.431Z] --- PASS: TestExecWithCloseStdin (2.70s) [2022-05-19T10:05:27.431Z] === RUN TestExec [2022-05-19T10:05:28.558Z] === RUN TestDockerSuite/TestCommitWithoutPause [2022-05-19T10:05:28.651Z] --- PASS: TestRenameAnonymousContainer (9.58s) [2022-05-19T10:05:28.651Z] === RUN TestRenameContainerWithSameName [2022-05-19T10:05:28.815Z] === RUN TestPluginsWithRuntimes/No_Args [2022-05-19T10:05:29.072Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2022-05-19T10:05:29.072Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2022-05-19T10:05:29.072Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2022-05-19T10:05:29.328Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2022-05-19T10:05:29.328Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2022-05-19T10:05:29.328Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2022-05-19T10:05:29.328Z] === RUN TestDockerSuite/TestContainerAPICommit [2022-05-19T10:05:29.661Z] --- PASS: TestExec (2.05s) [2022-05-19T10:05:29.661Z] === RUN TestExecUser [2022-05-19T10:05:29.661Z] exec_test.go:131: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2022-05-19T10:05:29.661Z] --- SKIP: TestExecUser (0.00s) [2022-05-19T10:05:29.661Z] === RUN TestExportContainerAndImportImage [2022-05-19T10:05:29.661Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:05:29.661Z] --- SKIP: TestExportContainerAndImportImage (0.00s) [2022-05-19T10:05:29.661Z] === RUN TestExportContainerAfterDaemonRestart [2022-05-19T10:05:29.661Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:05:29.661Z] --- SKIP: TestExportContainerAfterDaemonRestart (0.00s) [2022-05-19T10:05:29.661Z] === RUN TestHealthCheckWorkdir [2022-05-19T10:05:29.661Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2022-05-19T10:05:29.661Z] --- SKIP: TestHealthCheckWorkdir (0.00s) [2022-05-19T10:05:29.661Z] === RUN TestHealthKillContainer [2022-05-19T10:05:29.661Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2022-05-19T10:05:29.661Z] --- SKIP: TestHealthKillContainer (0.00s) [2022-05-19T10:05:29.661Z] === RUN TestInspectCpusetInConfigPre120 [2022-05-19T10:05:29.661Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-05-19T10:05:29.661Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2022-05-19T10:05:29.661Z] === RUN TestKillContainerInvalidSignal [2022-05-19T10:05:29.890Z] === RUN TestPluginsWithRuntimes/With_Args [2022-05-19T10:05:30.217Z] --- PASS: TestRenameContainerWithSameName (2.20s) [2022-05-19T10:05:30.217Z] === RUN TestRenameContainerWithLinkedContainer [2022-05-19T10:05:30.217Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2022-05-19T10:05:30.217Z] --- SKIP: TestRenameContainerWithLinkedContainer (0.00s) [2022-05-19T10:05:30.217Z] === RUN TestResize [2022-05-19T10:05:30.272Z] --- PASS: TestExec (4.16s) [2022-05-19T10:05:30.272Z] === RUN TestExecUser [2022-05-19T10:05:30.272Z] exec_test.go:131: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2022-05-19T10:05:30.272Z] --- SKIP: TestExecUser (0.00s) [2022-05-19T10:05:30.272Z] === RUN TestExportContainerAndImportImage [2022-05-19T10:05:30.272Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:05:30.272Z] --- SKIP: TestExportContainerAndImportImage (0.00s) [2022-05-19T10:05:30.272Z] === RUN TestExportContainerAfterDaemonRestart [2022-05-19T10:05:30.272Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:05:30.272Z] --- SKIP: TestExportContainerAfterDaemonRestart (0.00s) [2022-05-19T10:05:30.272Z] === RUN TestHealthCheckWorkdir [2022-05-19T10:05:30.272Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2022-05-19T10:05:30.272Z] --- SKIP: TestHealthCheckWorkdir (0.00s) [2022-05-19T10:05:30.272Z] === RUN TestHealthKillContainer [2022-05-19T10:05:30.272Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2022-05-19T10:05:30.272Z] --- SKIP: TestHealthKillContainer (0.00s) [2022-05-19T10:05:30.272Z] === RUN TestInspectCpusetInConfigPre120 [2022-05-19T10:05:30.272Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-05-19T10:05:30.272Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2022-05-19T10:05:30.272Z] === RUN TestKillContainerInvalidSignal [2022-05-19T10:05:30.452Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2022-05-19T10:05:31.016Z] --- PASS: TestPluginsWithRuntimes (3.92s) [2022-05-19T10:05:31.016Z] --- PASS: TestPluginsWithRuntimes/No_Args (1.06s) [2022-05-19T10:05:31.016Z] --- PASS: TestPluginsWithRuntimes/With_Args (1.07s) [2022-05-19T10:05:31.016Z] === RUN TestPluginBackCompatMediaTypes [2022-05-19T10:05:31.235Z] --- PASS: TestKillContainerInvalidSignal (1.86s) [2022-05-19T10:05:31.235Z] === RUN TestKillContainer [2022-05-19T10:05:31.235Z] === RUN TestKillContainer/no_signal [2022-05-19T10:05:31.578Z] --- PASS: TestPluginBackCompatMediaTypes (0.74s) [2022-05-19T10:05:31.578Z] PASS [2022-05-19T10:05:31.578Z] [2022-05-19T10:05:31.578Z] DONE 24 tests in 10.176s [2022-05-19T10:05:31.578Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2022-05-19T10:05:31.578Z] ++ 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-05-19T10:05:31.578Z] ++ set -e [2022-05-19T10:05:31.578Z] ++ '[' -n 0 ']' [2022-05-19T10:05:31.578Z] ++ set -x [2022-05-19T10:05:31.579Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-05-19T10:05:31.835Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2022-05-19T10:05:31.835Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2022-05-19T10:05:31.835Z] INFO: Testing against a local daemon [2022-05-19T10:05:31.835Z] === RUN TestExternalGraphDriver [2022-05-19T10:05:31.835Z] === RUN TestExternalGraphDriver/json [2022-05-19T10:05:32.398Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2022-05-19T10:05:32.437Z] --- PASS: TestResize (2.32s) [2022-05-19T10:05:32.437Z] === RUN TestResizeWithInvalidSize [2022-05-19T10:05:32.805Z] === RUN TestKillContainer/non_killing_signal [2022-05-19T10:05:32.805Z] kill_test.go:67: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2022-05-19T10:05:32.805Z] === RUN TestKillContainer/killing_signal [2022-05-19T10:05:32.962Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2022-05-19T10:05:33.272Z] --- PASS: TestKillContainerInvalidSignal (3.66s) [2022-05-19T10:05:33.272Z] === RUN TestKillContainer [2022-05-19T10:05:33.272Z] === RUN TestKillContainer/no_signal [2022-05-19T10:05:33.524Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2022-05-19T10:05:33.791Z] === RUN TestExternalGraphDriver/spec [2022-05-19T10:05:34.052Z] === RUN TestDockerSuite/TestContainerAPICreate [2022-05-19T10:05:34.656Z] --- PASS: TestResizeWithInvalidSize (2.15s) [2022-05-19T10:05:34.656Z] === RUN TestResizeWhenContainerNotStarted [2022-05-19T10:05:34.982Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2022-05-19T10:05:34.982Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2022-05-19T10:05:34.982Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2022-05-19T10:05:35.279Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2022-05-19T10:05:35.279Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2022-05-19T10:05:35.535Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2022-05-19T10:05:35.535Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2022-05-19T10:05:35.535Z] === RUN TestExternalGraphDriver/pull [2022-05-19T10:05:35.535Z] === RUN TestDockerSuite/TestContainerAPIDelete [2022-05-19T10:05:35.764Z] --- PASS: TestKillContainer (4.15s) [2022-05-19T10:05:35.764Z] --- PASS: TestKillContainer/no_signal (1.79s) [2022-05-19T10:05:35.764Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2022-05-19T10:05:35.764Z] --- PASS: TestKillContainer/killing_signal (2.31s) [2022-05-19T10:05:35.764Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-05-19T10:05:35.764Z] kill_test.go:79: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-05-19T10:05:35.764Z] --- SKIP: TestKillWithStopSignalAndRestartPolicies (0.00s) [2022-05-19T10:05:35.764Z] === RUN TestKillStoppedContainer [2022-05-19T10:05:35.764Z] kill_test.go:118: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-05-19T10:05:35.764Z] --- SKIP: TestKillStoppedContainer (0.00s) [2022-05-19T10:05:35.764Z] === RUN TestKillStoppedContainerAPIPre120 [2022-05-19T10:05:35.764Z] kill_test.go:129: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-05-19T10:05:35.764Z] --- SKIP: TestKillStoppedContainerAPIPre120 (0.00s) [2022-05-19T10:05:35.764Z] === RUN TestKillDifferentUserContainer [2022-05-19T10:05:35.764Z] kill_test.go:140: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2022-05-19T10:05:35.764Z] --- SKIP: TestKillDifferentUserContainer (0.00s) [2022-05-19T10:05:35.764Z] === RUN TestInspectOomKilledTrue [2022-05-19T10:05:35.764Z] kill_test.go:157: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:05:35.764Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2022-05-19T10:05:35.764Z] === RUN TestInspectOomKilledFalse [2022-05-19T10:05:35.764Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-05-19T10:05:35.764Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2022-05-19T10:05:35.764Z] === RUN TestLogsFollowTailEmpty [2022-05-19T10:05:36.098Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2022-05-19T10:05:36.661Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2022-05-19T10:05:37.069Z] === RUN TestKillContainer/non_killing_signal [2022-05-19T10:05:37.069Z] kill_test.go:67: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2022-05-19T10:05:37.069Z] === RUN TestKillContainer/killing_signal [2022-05-19T10:05:37.224Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2022-05-19T10:05:37.225Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2022-05-19T10:05:37.225Z] --- PASS: TestExternalGraphDriver (5.49s) [2022-05-19T10:05:37.225Z] --- PASS: TestExternalGraphDriver/json (1.85s) [2022-05-19T10:05:37.225Z] --- PASS: TestExternalGraphDriver/spec (1.83s) [2022-05-19T10:05:37.225Z] --- PASS: TestExternalGraphDriver/pull (1.76s) [2022-05-19T10:05:37.225Z] === RUN TestGraphdriverPluginV2 [2022-05-19T10:05:37.337Z] --- PASS: TestLogsFollowTailEmpty (1.97s) [2022-05-19T10:05:37.337Z] === RUN TestNetworkNat [2022-05-19T10:05:37.337Z] nat_test.go:23: testEnv.OSType == "windows": FIXME [2022-05-19T10:05:37.337Z] --- SKIP: TestNetworkNat (0.00s) [2022-05-19T10:05:37.337Z] === RUN TestNetworkLocalhostTCPNat [2022-05-19T10:05:37.613Z] --- PASS: TestResizeWhenContainerNotStarted (2.93s) [2022-05-19T10:05:37.613Z] === RUN TestDaemonRestartKillContainers [2022-05-19T10:05:37.613Z] restart_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:05:37.613Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2022-05-19T10:05:37.613Z] === RUN TestStats [2022-05-19T10:05:37.613Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2022-05-19T10:05:37.613Z] --- SKIP: TestStats (0.00s) [2022-05-19T10:05:37.613Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-05-19T10:05:38.590Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2022-05-19T10:05:39.152Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2022-05-19T10:05:39.152Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2022-05-19T10:05:39.409Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2022-05-19T10:05:39.973Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2022-05-19T10:05:40.299Z] --- PASS: TestNetworkLocalhostTCPNat (2.54s) [2022-05-19T10:05:40.299Z] === RUN TestNetworkLoopbackNat [2022-05-19T10:05:40.299Z] nat_test.go:59: testEnv.OSType == "windows": FIXME [2022-05-19T10:05:40.299Z] --- SKIP: TestNetworkLoopbackNat (0.00s) [2022-05-19T10:05:40.299Z] === RUN TestPause [2022-05-19T10:05:40.299Z] pause_test.go:24: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2022-05-19T10:05:40.299Z] --- SKIP: TestPause (0.00s) [2022-05-19T10:05:40.299Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-05-19T10:05:40.535Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2022-05-19T10:05:40.861Z] --- PASS: TestKillContainer (7.04s) [2022-05-19T10:05:40.861Z] --- PASS: TestKillContainer/no_signal (3.42s) [2022-05-19T10:05:40.861Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2022-05-19T10:05:40.861Z] --- PASS: TestKillContainer/killing_signal (3.55s) [2022-05-19T10:05:40.861Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-05-19T10:05:40.861Z] kill_test.go:79: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-05-19T10:05:40.861Z] --- SKIP: TestKillWithStopSignalAndRestartPolicies (0.00s) [2022-05-19T10:05:40.861Z] === RUN TestKillStoppedContainer [2022-05-19T10:05:40.861Z] kill_test.go:118: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-05-19T10:05:40.861Z] --- SKIP: TestKillStoppedContainer (0.00s) [2022-05-19T10:05:40.861Z] === RUN TestKillStoppedContainerAPIPre120 [2022-05-19T10:05:40.861Z] kill_test.go:129: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-05-19T10:05:40.861Z] --- SKIP: TestKillStoppedContainerAPIPre120 (0.00s) [2022-05-19T10:05:40.861Z] === RUN TestKillDifferentUserContainer [2022-05-19T10:05:40.861Z] kill_test.go:140: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2022-05-19T10:05:40.861Z] --- SKIP: TestKillDifferentUserContainer (0.00s) [2022-05-19T10:05:40.861Z] === RUN TestInspectOomKilledTrue [2022-05-19T10:05:40.861Z] kill_test.go:157: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:05:40.861Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2022-05-19T10:05:40.861Z] === RUN TestInspectOomKilledFalse [2022-05-19T10:05:40.861Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-05-19T10:05:40.861Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2022-05-19T10:05:40.861Z] === RUN TestLogsFollowTailEmpty [2022-05-19T10:05:41.465Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2022-05-19T10:05:41.465Z] === RUN TestDockerSuite/TestContainerAPIKill [2022-05-19T10:05:41.722Z] --- PASS: TestGraphdriverPluginV2 (4.34s) [2022-05-19T10:05:41.722Z] PASS [2022-05-19T10:05:41.722Z] [2022-05-19T10:05:41.722Z] DONE 5 tests in 9.962s [2022-05-19T10:05:41.722Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2022-05-19T10:05:41.722Z] ++ 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-05-19T10:05:41.722Z] ++ set -e [2022-05-19T10:05:41.722Z] ++ '[' -n 0 ']' [2022-05-19T10:05:41.722Z] ++ set -x [2022-05-19T10:05:41.722Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-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-05-19T10:05:41.722Z] INFO: Testing against a local daemon [2022-05-19T10:05:41.722Z] === RUN TestContinueAfterPluginCrash [2022-05-19T10:05:41.722Z] === PAUSE TestContinueAfterPluginCrash [2022-05-19T10:05:41.722Z] === RUN TestReadPluginNoRead [2022-05-19T10:05:41.722Z] === PAUSE TestReadPluginNoRead [2022-05-19T10:05:41.722Z] === RUN TestDaemonStartWithLogOpt [2022-05-19T10:05:41.722Z] === PAUSE TestDaemonStartWithLogOpt [2022-05-19T10:05:41.722Z] === CONT TestContinueAfterPluginCrash [2022-05-19T10:05:41.722Z] === CONT TestDaemonStartWithLogOpt [2022-05-19T10:05:41.722Z] === RUN TestDockerSuite/TestContainerAPIPause [2022-05-19T10:05:41.873Z] --- PASS: TestPauseFailsOnWindowsServerContainers (1.95s) [2022-05-19T10:05:41.874Z] === RUN TestPauseStopPausedContainer [2022-05-19T10:05:41.874Z] pause_test.go:71: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:05:41.874Z] --- SKIP: TestPauseStopPausedContainer (0.00s) [2022-05-19T10:05:41.874Z] === RUN TestPsFilter [2022-05-19T10:05:41.874Z] --- PASS: TestPsFilter (0.26s) [2022-05-19T10:05:41.874Z] === RUN TestRemoveContainerWithRemovedVolume [2022-05-19T10:05:42.652Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2022-05-19T10:05:43.216Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2022-05-19T10:05:43.474Z] === RUN TestDockerSuite/TestContainerAPIRename [2022-05-19T10:05:43.483Z] --- PASS: TestStopContainerWithRestartPolicyAlways (5.35s) [2022-05-19T10:05:43.483Z] === RUN TestStopContainerWithTimeout [2022-05-19T10:05:43.483Z] stop_windows_test.go:20: testEnv.OSType == "windows" [2022-05-19T10:05:43.483Z] --- SKIP: TestStopContainerWithTimeout (0.00s) [2022-05-19T10:05:43.483Z] === RUN TestUpdateRestartPolicy [2022-05-19T10:05:44.037Z] === RUN TestDockerSuite/TestContainerAPIRestart [2022-05-19T10:05:44.094Z] --- PASS: TestRemoveContainerWithRemovedVolume (2.15s) [2022-05-19T10:05:44.094Z] === RUN TestRemoveContainerWithVolume [2022-05-19T10:05:44.663Z] --- PASS: TestLogsFollowTailEmpty (3.69s) [2022-05-19T10:05:44.663Z] === RUN TestNetworkNat [2022-05-19T10:05:44.663Z] nat_test.go:23: testEnv.OSType == "windows": FIXME [2022-05-19T10:05:44.663Z] --- SKIP: TestNetworkNat (0.00s) [2022-05-19T10:05:44.663Z] === RUN TestNetworkLocalhostTCPNat [2022-05-19T10:05:45.406Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2022-05-19T10:05:45.662Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer [2022-05-19T10:05:46.313Z] --- PASS: TestRemoveContainerWithVolume (2.10s) [2022-05-19T10:05:46.313Z] === RUN TestRemoveContainerRunning [2022-05-19T10:05:46.593Z] --- PASS: TestDaemonStartWithLogOpt (4.57s) [2022-05-19T10:05:46.593Z] === CONT TestReadPluginNoRead [2022-05-19T10:05:46.850Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2022-05-19T10:05:46.850Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2022-05-19T10:05:46.850Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2022-05-19T10:05:46.850Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2022-05-19T10:05:46.850Z] === RUN TestDockerSuite/TestContainerAPIStart [2022-05-19T10:05:47.782Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2022-05-19T10:05:47.884Z] --- PASS: TestRemoveContainerRunning (1.80s) [2022-05-19T10:05:47.884Z] === RUN TestRemoveContainerForceRemoveRunning [2022-05-19T10:05:50.106Z] --- PASS: TestRemoveContainerForceRemoveRunning (1.86s) [2022-05-19T10:05:50.106Z] === RUN TestRemoveInvalidContainer [2022-05-19T10:05:50.106Z] --- PASS: TestRemoveInvalidContainer (0.04s) [2022-05-19T10:05:50.106Z] === RUN TestRenameLinkedContainer [2022-05-19T10:05:50.106Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2022-05-19T10:05:50.106Z] --- SKIP: TestRenameLinkedContainer (0.01s) [2022-05-19T10:05:50.106Z] === RUN TestRenameStoppedContainer [2022-05-19T10:05:50.303Z] === RUN TestDockerSwarmSuite/TestAPISwarmListNodes [2022-05-19T10:05:50.303Z] === RUN TestReadPluginNoRead/default [2022-05-19T10:05:50.533Z] --- PASS: TestNetworkLocalhostTCPNat (6.68s) [2022-05-19T10:05:50.533Z] === RUN TestNetworkLoopbackNat [2022-05-19T10:05:50.533Z] nat_test.go:59: testEnv.OSType == "windows": FIXME [2022-05-19T10:05:50.533Z] --- SKIP: TestNetworkLoopbackNat (0.00s) [2022-05-19T10:05:50.533Z] === RUN TestPause [2022-05-19T10:05:50.533Z] pause_test.go:24: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2022-05-19T10:05:50.533Z] --- SKIP: TestPause (0.00s) [2022-05-19T10:05:50.533Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-05-19T10:05:51.233Z] === RUN TestReadPluginNoRead/disabled_caching [2022-05-19T10:05:51.490Z] --- PASS: TestContinueAfterPluginCrash (9.64s) [2022-05-19T10:05:52.054Z] docker_api_swarm_node_test.go:20: [d15ee52588792] joining swarm manager [dfc05dcd7e85f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-05-19T10:05:52.054Z] === RUN TestDockerSuite/TestContainerAPIStop [2022-05-19T10:05:52.327Z] --- PASS: TestRenameStoppedContainer (2.11s) [2022-05-19T10:05:52.327Z] === RUN TestRenameRunningContainerAndReuse [2022-05-19T10:05:52.998Z] === RUN TestDockerSuite/TestContainerAPITop [2022-05-19T10:05:52.998Z] docker_api_swarm_node_test.go:21: [df5d94e5e6db0] joining swarm manager [dfc05dcd7e85f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-05-19T10:05:52.998Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2022-05-19T10:05:53.561Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2022-05-19T10:05:53.561Z] docker_api_containers_test.go:419: unmatched requirement DaemonIsWindows [2022-05-19T10:05:53.561Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2022-05-19T10:05:53.561Z] === RUN TestDockerSuite/TestContainerAPIWait [2022-05-19T10:05:54.489Z] === CONT TestReadPluginNoRead [2022-05-19T10:05:54.489Z] read_test.go:92: [d8e8434acbd25] daemon is not started [2022-05-19T10:05:54.489Z] --- PASS: TestReadPluginNoRead (8.09s) [2022-05-19T10:05:54.489Z] --- PASS: TestReadPluginNoRead/default (1.40s) [2022-05-19T10:05:54.489Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.80s) [2022-05-19T10:05:54.489Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.37s) [2022-05-19T10:05:54.489Z] PASS [2022-05-19T10:05:54.489Z] [2022-05-19T10:05:54.489Z] DONE 6 tests in 12.787s [2022-05-19T10:05:54.489Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m [2022-05-19T10:05:54.489Z] ++ 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-05-19T10:05:54.489Z] ++ set -e [2022-05-19T10:05:54.489Z] ++ '[' -n 0 ']' [2022-05-19T10:05:54.489Z] ++ set -x [2022-05-19T10:05:54.489Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-05-19T10:05:54.489Z] testing: warning: no tests to run [2022-05-19T10:05:54.489Z] PASS [2022-05-19T10:05:54.489Z] [2022-05-19T10:05:54.489Z] DONE 0 tests in 0.033s [2022-05-19T10:05:54.489Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2022-05-19T10:05:54.489Z] ++ 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-05-19T10:05:54.489Z] ++ set -e [2022-05-19T10:05:54.489Z] ++ '[' -n 0 ']' [2022-05-19T10:05:54.489Z] ++ set -x [2022-05-19T10:05:54.489Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-05-19T10:05:54.745Z] INFO: Testing against a local daemon [2022-05-19T10:05:54.745Z] === RUN TestPluginWithDevMounts [2022-05-19T10:05:54.745Z] === PAUSE TestPluginWithDevMounts [2022-05-19T10:05:54.745Z] === CONT TestPluginWithDevMounts [2022-05-19T10:05:56.109Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2022-05-19T10:05:56.129Z] --- PASS: TestRenameRunningContainerAndReuse (3.95s) [2022-05-19T10:05:56.129Z] === RUN TestRenameInvalidName [2022-05-19T10:05:56.365Z] --- PASS: TestPluginWithDevMounts (1.60s) [2022-05-19T10:05:56.365Z] PASS [2022-05-19T10:05:56.365Z] [2022-05-19T10:05:56.365Z] DONE 1 tests in 1.703s [2022-05-19T10:05:56.365Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2022-05-19T10:05:56.365Z] ++ 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-05-19T10:05:56.365Z] ++ set -e [2022-05-19T10:05:56.365Z] ++ '[' -n 0 ']' [2022-05-19T10:05:56.365Z] ++ set -x [2022-05-19T10:05:56.365Z] ++ 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-05-19T10:05:56.365Z] INFO: Testing against a local daemon [2022-05-19T10:05:56.365Z] === RUN TestSecretInspect [2022-05-19T10:05:56.399Z] --- PASS: TestPauseFailsOnWindowsServerContainers (4.87s) [2022-05-19T10:05:56.399Z] === RUN TestPauseStopPausedContainer [2022-05-19T10:05:56.399Z] pause_test.go:71: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:05:56.399Z] --- SKIP: TestPauseStopPausedContainer (0.00s) [2022-05-19T10:05:56.399Z] === RUN TestPsFilter [2022-05-19T10:05:56.399Z] --- PASS: TestPsFilter (0.59s) [2022-05-19T10:05:56.399Z] === RUN TestRemoveContainerWithRemovedVolume [2022-05-19T10:05:56.627Z] === RUN TestDockerSuite/TestContainerNetworkMode [2022-05-19T10:05:57.556Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2022-05-19T10:05:57.699Z] --- PASS: TestRenameInvalidName (1.86s) [2022-05-19T10:05:57.699Z] === RUN TestRenameAnonymousContainer [2022-05-19T10:05:58.992Z] --- PASS: TestSecretInspect (2.67s) [2022-05-19T10:05:58.992Z] === RUN TestSecretList [2022-05-19T10:05:59.711Z] Created binary: bundles/cross/windows/amd64-daemon/dockerd-dev.exe [2022-05-19T10:05:59.711Z] +++++++ cat ./cli/winresources/docker-proxy/winres.json [2022-05-19T10:05:59.711Z] { [2022-05-19T10:05:59.711Z] "RT_GROUP_ICON": { [2022-05-19T10:05:59.711Z] "#1": { [2022-05-19T10:05:59.711Z] "0409": "../../winresources/docker.ico" [2022-05-19T10:05:59.711Z] } [2022-05-19T10:05:59.711Z] }, [2022-05-19T10:05:59.711Z] "RT_MANIFEST": { [2022-05-19T10:05:59.711Z] "#1": { [2022-05-19T10:05:59.711Z] "0409": { [2022-05-19T10:05:59.711Z] "identity": {}, [2022-05-19T10:05:59.711Z] "description": "Docker Engine", [2022-05-19T10:05:59.711Z] "minimum-os": "vista", [2022-05-19T10:05:59.711Z] "execution-level": "", [2022-05-19T10:05:59.711Z] "ui-access": false, [2022-05-19T10:05:59.711Z] "auto-elevate": false, [2022-05-19T10:05:59.711Z] "dpi-awareness": "unaware", [2022-05-19T10:05:59.711Z] "disable-theming": false, [2022-05-19T10:05:59.711Z] "disable-window-filtering": false, [2022-05-19T10:05:59.711Z] "high-resolution-scrolling-aware": false, [2022-05-19T10:05:59.711Z] "ultra-high-resolution-scrolling-aware": false, [2022-05-19T10:05:59.711Z] "long-path-aware": false, [2022-05-19T10:05:59.711Z] "printer-driver-isolation": false, [2022-05-19T10:05:59.711Z] "gdi-scaling": false, [2022-05-19T10:05:59.711Z] "segment-heap": false, [2022-05-19T10:05:59.711Z] "use-common-controls-v6": false [2022-05-19T10:05:59.711Z] } [2022-05-19T10:05:59.711Z] } [2022-05-19T10:05:59.711Z] }, [2022-05-19T10:05:59.711Z] "RT_MESSAGETABLE": { [2022-05-19T10:05:59.711Z] "#1": { [2022-05-19T10:05:59.711Z] "0409": "../../winresources/event_messages.bin" [2022-05-19T10:05:59.711Z] } [2022-05-19T10:05:59.711Z] }, [2022-05-19T10:05:59.711Z] "RT_VERSION": { [2022-05-19T10:05:59.711Z] "#1": { [2022-05-19T10:05:59.711Z] "0409": { [2022-05-19T10:05:59.711Z] "fixed": { [2022-05-19T10:05:59.711Z] "file_version": "0.0.0.0", [2022-05-19T10:05:59.711Z] "product_version": "0.0.0.0", [2022-05-19T10:05:59.711Z] "type": "Unknown" [2022-05-19T10:05:59.711Z] }, [2022-05-19T10:05:59.711Z] "info": { [2022-05-19T10:05:59.711Z] "0000": { [2022-05-19T10:05:59.711Z] "CompanyName": "", [2022-05-19T10:05:59.711Z] "FileVersion": "dev", [2022-05-19T10:05:59.711Z] "LegalCopyright": "Copyright © 2015-2022 Docker Inc.", [2022-05-19T10:05:59.711Z] "OriginalFileName": "docker-proxy-dev.exe", [2022-05-19T10:05:59.711Z] "ProductName": "", [2022-05-19T10:05:59.711Z] "ProductVersion": "dev", [2022-05-19T10:05:59.711Z] "SpecialBuild": "0e0a9bc1232efa07bc98be8e826f0ae8fe7a8dd9" [2022-05-19T10:05:59.711Z] } [2022-05-19T10:05:59.711Z] } [2022-05-19T10:05:59.711Z] } [2022-05-19T10:05:59.711Z] } [2022-05-19T10:05:59.711Z] } [2022-05-19T10:05:59.711Z] } [2022-05-19T10:05:59.711Z] cmd/docker-proxy/genwinres_windows.go [2022-05-19T10:05:59.711Z] cmd/docker-proxy/main.go [2022-05-19T10:05:59.711Z] cmd/docker-proxy/network_proxy_test.go [2022-05-19T10:05:59.711Z] cmd/docker-proxy/proxy.go [2022-05-19T10:05:59.711Z] cmd/docker-proxy/sctp_proxy.go [2022-05-19T10:05:59.711Z] cmd/docker-proxy/tcp_proxy.go [2022-05-19T10:05:59.711Z] cmd/docker-proxy/udp_proxy.go [2022-05-19T10:05:59.711Z] Building: bundles/cross/windows/amd64-daemon/docker-proxy-dev.exe [2022-05-19T10:05:59.711Z] GOOS="windows" GOARCH="amd64" GOARM="" [2022-05-19T10:05:59.711Z] Created binary: bundles/cross/windows/amd64-daemon/docker-proxy-dev.exe [2022-05-19T10:05:59.711Z] Cloning into '/go/src/github.com/docker/windows-container-utility'... [2022-05-19T10:05:59.711Z] remote: Enumerating objects: 23, done. [2022-05-19T10:05:59.711Z] remote: Counting objects: 50% (1/2) remote: Counting objects: 100% (2/2) remote: Counting objects: 100% (2/2), done. [2022-05-19T10:05:59.711Z] remote: Compressing objects: 50% (1/2) remote: Compressing objects: 100% (2/2) remote: Compressing objects: 100% (2/2), done. [2022-05-19T10:05:59.711Z] Receiving objects: 4% (1/23) Receiving objects: 8% (2/23) remote: Total 23 (delta 0), reused 0 (delta 0), pack-reused 21 [2022-05-19T10:05:59.711Z] 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-05-19T10:05:59.711Z] Resolving deltas: 0% (0/2) Resolving deltas: 50% (1/2) Resolving deltas: 100% (2/2) Resolving deltas: 100% (2/2), done. [2022-05-19T10:05:59.711Z] Building: bundles/cross/windows/amd64/containerutility.exe [2022-05-19T10:05:59.711Z] Cross building: bundles/cross/linux/ppc64le [2022-05-19T10:05:59.711Z] Building: bundles/cross/linux/ppc64le-daemon/dockerd-dev [2022-05-19T10:05:59.711Z] GOOS="linux" GOARCH="ppc64le" GOARM="" [2022-05-19T10:06:00.190Z] --- PASS: TestRemoveContainerWithRemovedVolume (3.55s) [2022-05-19T10:06:00.190Z] === RUN TestRemoveContainerWithVolume [2022-05-19T10:06:00.883Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2022-05-19T10:06:01.445Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2022-05-19T10:06:01.701Z] --- PASS: TestSecretList (2.53s) [2022-05-19T10:06:01.701Z] === RUN TestSecretsCreateAndDelete [2022-05-19T10:06:02.630Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2022-05-19T10:06:03.559Z] === RUN TestDockerSwarmSuite/TestAPISwarmManagerRestore [2022-05-19T10:06:03.559Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2022-05-19T10:06:03.982Z] --- PASS: TestRemoveContainerWithVolume (3.64s) [2022-05-19T10:06:03.982Z] === RUN TestRemoveContainerRunning [2022-05-19T10:06:04.123Z] --- PASS: TestSecretsCreateAndDelete (2.49s) [2022-05-19T10:06:04.123Z] === RUN TestSecretsUpdate [2022-05-19T10:06:04.686Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false_____} [2022-05-19T10:06:04.729Z] --- PASS: TestUpdateRestartPolicy (22.10s) [2022-05-19T10:06:04.729Z] === RUN TestUpdateRestartWithAutoRemove [2022-05-19T10:06:06.054Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false_____} [2022-05-19T10:06:06.616Z] --- PASS: TestSecretsUpdate (2.61s) [2022-05-19T10:06:06.616Z] === RUN TestTemplatedSecret [2022-05-19T10:06:06.933Z] --- PASS: TestRemoveContainerRunning (3.62s) [2022-05-19T10:06:06.933Z] === RUN TestRemoveContainerForceRemoveRunning [2022-05-19T10:06:06.944Z] --- PASS: TestUpdateRestartWithAutoRemove (2.22s) [2022-05-19T10:06:06.944Z] === RUN TestWaitNonBlocked [2022-05-19T10:06:06.944Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-05-19T10:06:06.944Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-05-19T10:06:06.944Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-05-19T10:06:06.944Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-05-19T10:06:06.944Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-05-19T10:06:06.944Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-05-19T10:06:07.545Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false_____} [2022-05-19T10:06:08.141Z] --- PASS: TestRenameAnonymousContainer (9.11s) [2022-05-19T10:06:08.141Z] === RUN TestRenameContainerWithSameName [2022-05-19T10:06:08.476Z] docker_api_swarm_test.go:502: [d6ba4a8a9e7f5] joining swarm manager [d0c9247b8611d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-05-19T10:06:09.038Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true_____} [2022-05-19T10:06:09.130Z] --- PASS: TestRenameContainerWithSameName (1.86s) [2022-05-19T10:06:09.130Z] === RUN TestRenameContainerWithLinkedContainer [2022-05-19T10:06:09.130Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2022-05-19T10:06:09.130Z] --- SKIP: TestRenameContainerWithLinkedContainer (0.00s) [2022-05-19T10:06:09.130Z] === RUN TestResize [2022-05-19T10:06:09.600Z] --- PASS: TestTemplatedSecret (2.95s) [2022-05-19T10:06:09.600Z] === RUN TestSecretCreateResolve [2022-05-19T10:06:10.528Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc000cebf08__} [2022-05-19T10:06:10.704Z] --- PASS: TestResize (1.81s) [2022-05-19T10:06:10.704Z] === RUN TestResizeWithInvalidSize [2022-05-19T10:06:10.728Z] --- PASS: TestRemoveContainerForceRemoveRunning (3.75s) [2022-05-19T10:06:10.729Z] === RUN TestRemoveInvalidContainer [2022-05-19T10:06:10.729Z] --- PASS: TestRemoveInvalidContainer (0.04s) [2022-05-19T10:06:10.729Z] === RUN TestRenameLinkedContainer [2022-05-19T10:06:10.729Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2022-05-19T10:06:10.729Z] --- SKIP: TestRenameLinkedContainer (0.00s) [2022-05-19T10:06:10.729Z] === RUN TestRenameStoppedContainer [2022-05-19T10:06:10.747Z] --- PASS: TestWaitNonBlocked (0.04s) [2022-05-19T10:06:10.747Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (3.55s) [2022-05-19T10:06:10.747Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (3.64s) [2022-05-19T10:06:10.747Z] === RUN TestWaitBlocked [2022-05-19T10:06:10.747Z] wait_test.go:60: testEnv.DaemonInfo.OSType != "linux" [2022-05-19T10:06:10.747Z] --- SKIP: TestWaitBlocked (0.00s) [2022-05-19T10:06:10.747Z] PASS [2022-05-19T10:06:10.747Z] ok github.com/docker/docker/integration/container 101.880s [2022-05-19T10:06:10.747Z] [2022-05-19T10:06:10.747Z] === Skipped [2022-05-19T10:06:10.747Z] === SKIP: github.com/docker/docker/integration/container TestCheckpoint (0.00s) [2022-05-19T10:06:10.747Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-05-19T10:06:10.747Z] [2022-05-19T10:06:10.747Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainer (0.00s) [2022-05-19T10:06:10.747Z] copy_test.go:122: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:06:10.747Z] [2022-05-19T10:06:10.747Z] === SKIP: github.com/docker/docker/integration/container TestCreateLinkToNonExistingContainer (0.00s) [2022-05-19T10:06:10.747Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2022-05-19T10:06:10.747Z] [2022-05-19T10:06:10.747Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsMountsTarget (0.00s) [2022-05-19T10:06:10.747Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:06:10.747Z] [2022-05-19T10:06:10.748Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomMaskedPaths (0.00s) [2022-05-19T10:06:10.748Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2022-05-19T10:06:10.748Z] [2022-05-19T10:06:10.748Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomReadonlyPaths (0.00s) [2022-05-19T10:06:10.748Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2022-05-19T10:06:10.748Z] [2022-05-19T10:06:10.748Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2022-05-19T10:06:10.748Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2022-05-19T10:06:10.748Z] [2022-05-19T10:06:10.748Z] === SKIP: github.com/docker/docker/integration/container TestCreatePlatformSpecificImageNoPlatform (0.03s) [2022-05-19T10:06:10.748Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2022-05-19T10:06:10.748Z] [2022-05-19T10:06:10.748Z] === SKIP: github.com/docker/docker/integration/container TestContainerKillOnDaemonStart (0.00s) [2022-05-19T10:06:10.748Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:06:10.748Z] [2022-05-19T10:06:10.748Z] === SKIP: github.com/docker/docker/integration/container TestWindowsDevices/hyperv/no_device_mounted (0.13s) [2022-05-19T10:06:10.748Z] devices_windows_test.go:103: d.isolation == containertypes.IsolationHyperV && !d.expectedStartFailure: FIXME. HyperV isolation setup is probably incorrect in the test [2022-05-19T10:06:10.748Z] --- SKIP: TestWindowsDevices/hyperv/no_device_mounted (0.13s) [2022-05-19T10:06:10.748Z] [2022-05-19T10:06:10.748Z] === SKIP: github.com/docker/docker/integration/container TestDiff (0.00s) [2022-05-19T10:06:10.748Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2022-05-19T10:06:10.748Z] [2022-05-19T10:06:10.748Z] === SKIP: github.com/docker/docker/integration/container TestExecUser (0.00s) [2022-05-19T10:06:10.748Z] exec_test.go:131: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2022-05-19T10:06:10.748Z] [2022-05-19T10:06:10.748Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAndImportImage (0.00s) [2022-05-19T10:06:10.748Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:06:10.748Z] [2022-05-19T10:06:10.748Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAfterDaemonRestart (0.00s) [2022-05-19T10:06:10.748Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:06:10.748Z] [2022-05-19T10:06:10.748Z] === SKIP: github.com/docker/docker/integration/container TestHealthCheckWorkdir (0.00s) [2022-05-19T10:06:10.748Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2022-05-19T10:06:10.748Z] [2022-05-19T10:06:10.748Z] === SKIP: github.com/docker/docker/integration/container TestHealthKillContainer (0.00s) [2022-05-19T10:06:10.748Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2022-05-19T10:06:10.748Z] [2022-05-19T10:06:10.748Z] === SKIP: github.com/docker/docker/integration/container TestInspectCpusetInConfigPre120 (0.00s) [2022-05-19T10:06:10.748Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-05-19T10:06:10.748Z] [2022-05-19T10:06:10.748Z] === SKIP: github.com/docker/docker/integration/container TestKillContainer/non_killing_signal (0.00s) [2022-05-19T10:06:10.748Z] kill_test.go:67: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2022-05-19T10:06:10.748Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2022-05-19T10:06:10.748Z] [2022-05-19T10:06:10.748Z] === SKIP: github.com/docker/docker/integration/container TestKillWithStopSignalAndRestartPolicies (0.00s) [2022-05-19T10:06:10.748Z] kill_test.go:79: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-05-19T10:06:10.748Z] [2022-05-19T10:06:10.748Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainer (0.00s) [2022-05-19T10:06:10.748Z] kill_test.go:118: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-05-19T10:06:10.748Z] [2022-05-19T10:06:10.748Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainerAPIPre120 (0.00s) [2022-05-19T10:06:10.748Z] kill_test.go:129: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-05-19T10:06:10.748Z] [2022-05-19T10:06:10.748Z] === SKIP: github.com/docker/docker/integration/container TestKillDifferentUserContainer (0.00s) [2022-05-19T10:06:10.748Z] kill_test.go:140: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2022-05-19T10:06:10.748Z] [2022-05-19T10:06:10.748Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledTrue (0.00s) [2022-05-19T10:06:10.748Z] kill_test.go:157: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:06:10.748Z] [2022-05-19T10:06:10.748Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledFalse (0.00s) [2022-05-19T10:06:10.748Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-05-19T10:06:10.748Z] [2022-05-19T10:06:10.748Z] === SKIP: github.com/docker/docker/integration/container TestNetworkNat (0.00s) [2022-05-19T10:06:10.748Z] nat_test.go:23: testEnv.OSType == "windows": FIXME [2022-05-19T10:06:10.748Z] [2022-05-19T10:06:10.748Z] === SKIP: github.com/docker/docker/integration/container TestNetworkLoopbackNat (0.00s) [2022-05-19T10:06:10.748Z] nat_test.go:59: testEnv.OSType == "windows": FIXME [2022-05-19T10:06:10.748Z] [2022-05-19T10:06:10.748Z] === SKIP: github.com/docker/docker/integration/container TestPause (0.00s) [2022-05-19T10:06:10.748Z] pause_test.go:24: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2022-05-19T10:06:10.748Z] [2022-05-19T10:06:10.748Z] === SKIP: github.com/docker/docker/integration/container TestPauseStopPausedContainer (0.00s) [2022-05-19T10:06:10.748Z] pause_test.go:71: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:06:10.748Z] [2022-05-19T10:06:10.748Z] === SKIP: github.com/docker/docker/integration/container TestRenameLinkedContainer (0.00s) [2022-05-19T10:06:10.748Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2022-05-19T10:06:10.748Z] [2022-05-19T10:06:10.748Z] === SKIP: github.com/docker/docker/integration/container TestRenameContainerWithLinkedContainer (0.00s) [2022-05-19T10:06:10.748Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2022-05-19T10:06:10.748Z] [2022-05-19T10:06:10.748Z] === SKIP: github.com/docker/docker/integration/container TestDaemonRestartKillContainers (0.00s) [2022-05-19T10:06:10.748Z] restart_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:06:10.748Z] [2022-05-19T10:06:10.748Z] === SKIP: github.com/docker/docker/integration/container TestStats (0.00s) [2022-05-19T10:06:10.748Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2022-05-19T10:06:10.748Z] [2022-05-19T10:06:10.748Z] === SKIP: github.com/docker/docker/integration/container TestStopContainerWithTimeout (0.00s) [2022-05-19T10:06:10.748Z] stop_windows_test.go:20: testEnv.OSType == "windows" [2022-05-19T10:06:10.748Z] [2022-05-19T10:06:10.748Z] === SKIP: github.com/docker/docker/integration/container TestWaitBlocked (0.00s) [2022-05-19T10:06:10.748Z] wait_test.go:60: testEnv.DaemonInfo.OSType != "linux" [2022-05-19T10:06:10.748Z] [2022-05-19T10:06:10.748Z] DONE 122 tests, 34 skipped in 104.911s [2022-05-19T10:06:10.748Z] Running D:\gopath\src\github.com\docker\docker\integration\daemon [2022-05-19T10:06:11.907Z] --- PASS: TestSecretCreateResolve (1.96s) [2022-05-19T10:06:11.907Z] PASS [2022-05-19T10:06:11.907Z] [2022-05-19T10:06:11.907Z] DONE 6 tests in 15.310s [2022-05-19T10:06:11.907Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2022-05-19T10:06:11.907Z] ++ 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-05-19T10:06:11.907Z] ++ set -e [2022-05-19T10:06:11.907Z] ++ '[' -n 0 ']' [2022-05-19T10:06:11.907Z] ++ set -x [2022-05-19T10:06:11.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=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-05-19T10:06:11.907Z] INFO: Testing against a local daemon [2022-05-19T10:06:11.907Z] === RUN TestServiceCreateInit [2022-05-19T10:06:11.907Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-05-19T10:06:12.163Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-11433672827_/foo_false_____} [2022-05-19T10:06:12.934Z] --- PASS: TestResizeWithInvalidSize (1.85s) [2022-05-19T10:06:12.934Z] === RUN TestResizeWhenContainerNotStarted [2022-05-19T10:06:13.529Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-11433672827_/foo_true_____} [2022-05-19T10:06:14.505Z] --- PASS: TestResizeWhenContainerNotStarted (2.12s) [2022-05-19T10:06:14.505Z] === RUN TestDaemonRestartKillContainers [2022-05-19T10:06:14.505Z] restart_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:06:14.505Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2022-05-19T10:06:14.505Z] === RUN TestStats [2022-05-19T10:06:14.505Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2022-05-19T10:06:14.505Z] --- SKIP: TestStats (0.00s) [2022-05-19T10:06:14.505Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-05-19T10:06:14.533Z] --- PASS: TestRenameStoppedContainer (3.83s) [2022-05-19T10:06:14.533Z] === RUN TestRenameRunningContainerAndReuse [2022-05-19T10:06:14.898Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-31249126366_/foo_false_____} [2022-05-19T10:06:15.826Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-05-19T10:06:16.388Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-31249126366_/foo_true_____} [2022-05-19T10:06:17.753Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-31249126366_/foo_true__0xc000cebf80___} [2022-05-19T10:06:18.317Z] docker_api_swarm_test.go:507: [dac79b78be0a3] joining swarm manager [d0c9247b8611d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-05-19T10:06:19.244Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc000cebf98__} [2022-05-19T10:06:19.500Z] --- PASS: TestServiceCreateInit (7.83s) [2022-05-19T10:06:19.500Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (3.88s) [2022-05-19T10:06:19.500Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (3.93s) [2022-05-19T10:06:19.500Z] === RUN TestCreateServiceMultipleTimes [2022-05-19T10:06:20.387Z] --- PASS: TestStopContainerWithRestartPolicyAlways (5.73s) [2022-05-19T10:06:20.388Z] === RUN TestStopContainerWithTimeout [2022-05-19T10:06:20.388Z] stop_windows_test.go:20: testEnv.OSType == "windows" [2022-05-19T10:06:20.388Z] --- SKIP: TestStopContainerWithTimeout (0.00s) [2022-05-19T10:06:20.388Z] === RUN TestUpdateRestartPolicy [2022-05-19T10:06:20.428Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc000cebfb0__} [2022-05-19T10:06:21.793Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc00000e2b8__} [2022-05-19T10:06:23.199Z] --- PASS: TestRenameRunningContainerAndReuse (7.79s) [2022-05-19T10:06:23.199Z] === RUN TestRenameInvalidName [2022-05-19T10:06:23.684Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc00000e2d0__} [2022-05-19T10:06:24.398Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2022-05-19T10:06:25.767Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2022-05-19T10:06:25.767Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2022-05-19T10:06:25.767Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2022-05-19T10:06:25.767Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2022-05-19T10:06:25.767Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2022-05-19T10:06:25.767Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2022-05-19T10:06:25.767Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2022-05-19T10:06:25.767Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2022-05-19T10:06:25.767Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2022-05-19T10:06:25.767Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2022-05-19T10:06:25.767Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2022-05-19T10:06:25.767Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 [2022-05-19T10:06:25.767Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 [2022-05-19T10:06:25.767Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 [2022-05-19T10:06:25.767Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 [2022-05-19T10:06:25.767Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 [2022-05-19T10:06:25.767Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 [2022-05-19T10:06:25.767Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2022-05-19T10:06:26.358Z] --- PASS: TestRenameInvalidName (3.74s) [2022-05-19T10:06:26.358Z] === RUN TestRenameAnonymousContainer [2022-05-19T10:06:28.285Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2022-05-19T10:06:30.177Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2022-05-19T10:06:32.069Z] === RUN TestDockerSuite/TestCopyAndRestart [2022-05-19T10:06:33.005Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2022-05-19T10:06:33.261Z] === RUN TestDockerSuite/TestCpAbsolutePath [2022-05-19T10:06:33.824Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2022-05-19T10:06:34.386Z] === RUN TestDockerSuite/TestCpCheckDestOwnership [2022-05-19T10:06:34.643Z] === RUN TestDockerSuite/TestCpFromCaseA [2022-05-19T10:06:35.204Z] === RUN TestDockerSuite/TestCpFromCaseB [2022-05-19T10:06:35.767Z] === RUN TestDockerSuite/TestCpFromCaseC [2022-05-19T10:06:36.023Z] --- PASS: TestCreateServiceMultipleTimes (16.43s) [2022-05-19T10:06:36.023Z] === RUN TestCreateServiceConflict [2022-05-19T10:06:36.066Z] === RUN TestConfigDaemonLibtrustID [2022-05-19T10:06:36.066Z] daemon_test.go:31: runtime.GOOS == "windows" [2022-05-19T10:06:36.066Z] --- SKIP: TestConfigDaemonLibtrustID (0.00s) [2022-05-19T10:06:36.066Z] === RUN TestConfigDaemonID [2022-05-19T10:06:36.066Z] daemon_test.go:50: runtime.GOOS == "windows" [2022-05-19T10:06:36.066Z] --- SKIP: TestConfigDaemonID (0.00s) [2022-05-19T10:06:36.066Z] === RUN TestDaemonConfigValidation [2022-05-19T10:06:36.066Z] daemon_test.go:87: runtime.GOOS == "windows" [2022-05-19T10:06:36.066Z] --- SKIP: TestDaemonConfigValidation (0.00s) [2022-05-19T10:06:36.066Z] === RUN TestConfigDaemonSeccompProfiles [2022-05-19T10:06:36.067Z] daemon_test.go:153: runtime.GOOS == "windows" [2022-05-19T10:06:36.067Z] --- SKIP: TestConfigDaemonSeccompProfiles (0.00s) [2022-05-19T10:06:36.067Z] === RUN TestDaemonProxy [2022-05-19T10:06:36.067Z] daemon_test.go:201: runtime.GOOS == "windows": cannot start multiple daemons on windows [2022-05-19T10:06:36.067Z] --- SKIP: TestDaemonProxy (0.00s) [2022-05-19T10:06:36.067Z] PASS [2022-05-19T10:06:36.067Z] ok github.com/docker/docker/integration/daemon 0.191s [2022-05-19T10:06:36.067Z] [2022-05-19T10:06:36.067Z] === Skipped [2022-05-19T10:06:36.067Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonLibtrustID (0.00s) [2022-05-19T10:06:36.067Z] daemon_test.go:31: runtime.GOOS == "windows" [2022-05-19T10:06:36.067Z] [2022-05-19T10:06:36.067Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonID (0.00s) [2022-05-19T10:06:36.067Z] daemon_test.go:50: runtime.GOOS == "windows" [2022-05-19T10:06:36.067Z] [2022-05-19T10:06:36.067Z] === SKIP: github.com/docker/docker/integration/daemon TestDaemonConfigValidation (0.00s) [2022-05-19T10:06:36.067Z] daemon_test.go:87: runtime.GOOS == "windows" [2022-05-19T10:06:36.067Z] [2022-05-19T10:06:36.067Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonSeccompProfiles (0.00s) [2022-05-19T10:06:36.067Z] daemon_test.go:153: runtime.GOOS == "windows" [2022-05-19T10:06:36.067Z] [2022-05-19T10:06:36.067Z] === SKIP: github.com/docker/docker/integration/daemon TestDaemonProxy (0.00s) [2022-05-19T10:06:36.067Z] daemon_test.go:201: runtime.GOOS == "windows": cannot start multiple daemons on windows [2022-05-19T10:06:36.067Z] [2022-05-19T10:06:36.067Z] DONE 5 tests, 5 skipped in 24.833s [2022-05-19T10:06:36.067Z] Running D:\gopath\src\github.com\docker\docker\integration\image [2022-05-19T10:06:36.586Z] === RUN TestDockerSuite/TestCpFromCaseD [2022-05-19T10:06:37.149Z] === RUN TestDockerSuite/TestCpFromCaseE [2022-05-19T10:06:38.079Z] === RUN TestDockerSuite/TestCpFromCaseF [2022-05-19T10:06:38.642Z] --- PASS: TestCreateServiceConflict (2.60s) [2022-05-19T10:06:38.642Z] === RUN TestCreateServiceMaxReplicas [2022-05-19T10:06:38.642Z] === RUN TestDockerSuite/TestCpFromCaseG [2022-05-19T10:06:39.577Z] === RUN TestDockerSuite/TestCpFromCaseH [2022-05-19T10:06:40.139Z] === RUN TestDockerSuite/TestCpFromCaseI [2022-05-19T10:06:41.071Z] === RUN TestDockerSuite/TestCpFromCaseJ [2022-05-19T10:06:41.293Z] --- PASS: TestRenameAnonymousContainer (13.58s) [2022-05-19T10:06:41.293Z] === RUN TestRenameContainerWithSameName [2022-05-19T10:06:41.633Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2022-05-19T10:06:41.850Z] --- PASS: TestUpdateRestartPolicy (19.66s) [2022-05-19T10:06:41.850Z] === RUN TestUpdateRestartWithAutoRemove [2022-05-19T10:06:41.850Z] --- PASS: TestUpdateRestartWithAutoRemove (1.88s) [2022-05-19T10:06:41.850Z] === RUN TestWaitNonBlocked [2022-05-19T10:06:41.850Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-05-19T10:06:41.850Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-05-19T10:06:41.850Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-05-19T10:06:41.850Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-05-19T10:06:41.850Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-05-19T10:06:41.850Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-05-19T10:06:41.890Z] --- PASS: TestCreateServiceMaxReplicas (3.32s) [2022-05-19T10:06:41.890Z] === RUN TestCreateWithDuplicateNetworkNames [2022-05-19T10:06:41.986Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-05-19T10:06:41.986Z] INFO: Testing against a local daemon [2022-05-19T10:06:41.986Z] === RUN TestCommitInheritsEnv [2022-05-19T10:06:41.986Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-05-19T10:06:41.986Z] --- SKIP: TestCommitInheritsEnv (0.00s) [2022-05-19T10:06:41.986Z] === RUN TestImportExtremelyLargeImageWorks [2022-05-19T10:06:41.986Z] import_test.go:25: testEnv.OSType == "windows": TODO enable on windows [2022-05-19T10:06:41.986Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2022-05-19T10:06:41.986Z] === RUN TestImportWithCustomPlatform [2022-05-19T10:06:41.986Z] import_test.go:54: testEnv.OSType == "windows": TODO enable on windows [2022-05-19T10:06:41.986Z] --- SKIP: TestImportWithCustomPlatform (0.00s) [2022-05-19T10:06:41.986Z] === RUN TestImagesFilterMultiReference [2022-05-19T10:06:41.986Z] --- PASS: TestImagesFilterMultiReference (0.11s) [2022-05-19T10:06:41.986Z] === RUN TestImagePullPlatformInvalid [2022-05-19T10:06:41.986Z] --- PASS: TestImagePullPlatformInvalid (0.06s) [2022-05-19T10:06:41.986Z] === RUN TestRemoveImageOrphaning [2022-05-19T10:06:42.819Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2022-05-19T10:06:42.973Z] --- PASS: TestRemoveImageOrphaning (1.20s) [2022-05-19T10:06:42.973Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-05-19T10:06:42.973Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.06s) [2022-05-19T10:06:42.973Z] === RUN TestTagInvalidReference [2022-05-19T10:06:43.384Z] === RUN TestDockerSuite/TestCpGarbagePath [2022-05-19T10:06:43.441Z] --- PASS: TestTagInvalidReference (0.05s) [2022-05-19T10:06:43.441Z] === RUN TestTagValidPrefixedRepo [2022-05-19T10:06:43.441Z] --- PASS: TestTagValidPrefixedRepo (0.08s) [2022-05-19T10:06:43.441Z] === RUN TestTagExistedNameWithoutForce [2022-05-19T10:06:43.441Z] --- PASS: TestTagExistedNameWithoutForce (0.05s) [2022-05-19T10:06:43.441Z] === RUN TestTagOfficialNames [2022-05-19T10:06:43.441Z] --- PASS: TestTagOfficialNames (0.10s) [2022-05-19T10:06:43.441Z] === RUN TestTagMatchesDigest [2022-05-19T10:06:43.441Z] --- PASS: TestTagMatchesDigest (0.04s) [2022-05-19T10:06:43.441Z] PASS [2022-05-19T10:06:43.441Z] ok github.com/docker/docker/integration/image 1.838s [2022-05-19T10:06:43.441Z] [2022-05-19T10:06:43.441Z] === Skipped [2022-05-19T10:06:43.441Z] === SKIP: github.com/docker/docker/integration/image TestCommitInheritsEnv (0.00s) [2022-05-19T10:06:43.441Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-05-19T10:06:43.441Z] [2022-05-19T10:06:43.441Z] === SKIP: github.com/docker/docker/integration/image TestImportExtremelyLargeImageWorks (0.00s) [2022-05-19T10:06:43.441Z] import_test.go:25: testEnv.OSType == "windows": TODO enable on windows [2022-05-19T10:06:43.441Z] [2022-05-19T10:06:43.441Z] === SKIP: github.com/docker/docker/integration/image TestImportWithCustomPlatform (0.00s) [2022-05-19T10:06:43.441Z] import_test.go:54: testEnv.OSType == "windows": TODO enable on windows [2022-05-19T10:06:43.441Z] [2022-05-19T10:06:43.441Z] DONE 12 tests, 3 skipped in 7.556s [2022-05-19T10:06:43.515Z] --- PASS: TestRenameContainerWithSameName (3.54s) [2022-05-19T10:06:43.515Z] === RUN TestRenameContainerWithLinkedContainer [2022-05-19T10:06:43.515Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2022-05-19T10:06:43.515Z] --- SKIP: TestRenameContainerWithLinkedContainer (0.00s) [2022-05-19T10:06:43.515Z] === RUN TestResize [2022-05-19T10:06:43.910Z] Running D:\gopath\src\github.com\docker\docker\integration\network [2022-05-19T10:06:44.316Z] === RUN TestDockerSuite/TestCpLocalOnly [2022-05-19T10:06:44.316Z] === RUN TestDockerSuite/TestCpNameHasColon [2022-05-19T10:06:44.816Z] --- PASS: TestWaitNonBlocked (0.05s) [2022-05-19T10:06:44.816Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (2.59s) [2022-05-19T10:06:44.816Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (2.66s) [2022-05-19T10:06:44.816Z] === RUN TestWaitBlocked [2022-05-19T10:06:44.816Z] wait_test.go:60: testEnv.DaemonInfo.OSType != "linux" [2022-05-19T10:06:44.816Z] --- SKIP: TestWaitBlocked (0.00s) [2022-05-19T10:06:44.816Z] PASS [2022-05-19T10:06:44.816Z] ok github.com/docker/docker/integration/container 88.559s [2022-05-19T10:06:44.816Z] [2022-05-19T10:06:44.816Z] === Skipped [2022-05-19T10:06:44.816Z] === SKIP: github.com/docker/docker/integration/container TestCheckpoint (0.00s) [2022-05-19T10:06:44.816Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-05-19T10:06:44.816Z] [2022-05-19T10:06:44.816Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainer (0.00s) [2022-05-19T10:06:44.816Z] copy_test.go:122: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:06:44.816Z] [2022-05-19T10:06:44.816Z] === SKIP: github.com/docker/docker/integration/container TestCreateLinkToNonExistingContainer (0.01s) [2022-05-19T10:06:44.816Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2022-05-19T10:06:44.816Z] [2022-05-19T10:06:44.816Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsMountsTarget (0.00s) [2022-05-19T10:06:44.816Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:06:44.816Z] [2022-05-19T10:06:44.816Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomMaskedPaths (0.00s) [2022-05-19T10:06:44.816Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2022-05-19T10:06:44.816Z] [2022-05-19T10:06:44.816Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomReadonlyPaths (0.00s) [2022-05-19T10:06:44.816Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2022-05-19T10:06:44.816Z] [2022-05-19T10:06:44.816Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2022-05-19T10:06:44.816Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2022-05-19T10:06:44.816Z] [2022-05-19T10:06:44.816Z] === SKIP: github.com/docker/docker/integration/container TestCreatePlatformSpecificImageNoPlatform (0.03s) [2022-05-19T10:06:44.816Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2022-05-19T10:06:44.816Z] [2022-05-19T10:06:44.816Z] === SKIP: github.com/docker/docker/integration/container TestContainerKillOnDaemonStart (0.00s) [2022-05-19T10:06:44.816Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:06:44.816Z] [2022-05-19T10:06:44.816Z] === SKIP: github.com/docker/docker/integration/container TestWindowsDevices/hyperv/no_device_mounted (0.09s) [2022-05-19T10:06:44.816Z] devices_windows_test.go:103: d.isolation == containertypes.IsolationHyperV && !d.expectedStartFailure: FIXME. HyperV isolation setup is probably incorrect in the test [2022-05-19T10:06:44.816Z] --- SKIP: TestWindowsDevices/hyperv/no_device_mounted (0.09s) [2022-05-19T10:06:44.816Z] [2022-05-19T10:06:44.816Z] === SKIP: github.com/docker/docker/integration/container TestDiff (0.00s) [2022-05-19T10:06:44.816Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2022-05-19T10:06:44.816Z] [2022-05-19T10:06:44.816Z] === SKIP: github.com/docker/docker/integration/container TestExecUser (0.00s) [2022-05-19T10:06:44.816Z] exec_test.go:131: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2022-05-19T10:06:44.816Z] [2022-05-19T10:06:44.816Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAndImportImage (0.00s) [2022-05-19T10:06:44.816Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:06:44.816Z] [2022-05-19T10:06:44.816Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAfterDaemonRestart (0.00s) [2022-05-19T10:06:44.816Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:06:44.816Z] [2022-05-19T10:06:44.816Z] === SKIP: github.com/docker/docker/integration/container TestHealthCheckWorkdir (0.00s) [2022-05-19T10:06:44.816Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2022-05-19T10:06:44.816Z] [2022-05-19T10:06:44.816Z] === SKIP: github.com/docker/docker/integration/container TestHealthKillContainer (0.00s) [2022-05-19T10:06:44.816Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2022-05-19T10:06:44.816Z] [2022-05-19T10:06:44.816Z] === SKIP: github.com/docker/docker/integration/container TestInspectCpusetInConfigPre120 (0.00s) [2022-05-19T10:06:44.816Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-05-19T10:06:44.816Z] [2022-05-19T10:06:44.816Z] === SKIP: github.com/docker/docker/integration/container TestKillContainer/non_killing_signal (0.00s) [2022-05-19T10:06:44.816Z] kill_test.go:67: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2022-05-19T10:06:44.816Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2022-05-19T10:06:44.816Z] [2022-05-19T10:06:44.816Z] === SKIP: github.com/docker/docker/integration/container TestKillWithStopSignalAndRestartPolicies (0.00s) [2022-05-19T10:06:44.816Z] kill_test.go:79: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-05-19T10:06:44.816Z] [2022-05-19T10:06:44.816Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainer (0.00s) [2022-05-19T10:06:44.816Z] kill_test.go:118: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-05-19T10:06:44.816Z] [2022-05-19T10:06:44.816Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainerAPIPre120 (0.00s) [2022-05-19T10:06:44.816Z] kill_test.go:129: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-05-19T10:06:44.816Z] [2022-05-19T10:06:44.816Z] === SKIP: github.com/docker/docker/integration/container TestKillDifferentUserContainer (0.00s) [2022-05-19T10:06:44.816Z] kill_test.go:140: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2022-05-19T10:06:44.816Z] [2022-05-19T10:06:44.816Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledTrue (0.00s) [2022-05-19T10:06:44.816Z] kill_test.go:157: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:06:44.816Z] [2022-05-19T10:06:44.816Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledFalse (0.00s) [2022-05-19T10:06:44.816Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-05-19T10:06:44.816Z] [2022-05-19T10:06:44.816Z] === SKIP: github.com/docker/docker/integration/container TestNetworkNat (0.00s) [2022-05-19T10:06:44.816Z] nat_test.go:23: testEnv.OSType == "windows": FIXME [2022-05-19T10:06:44.816Z] [2022-05-19T10:06:44.816Z] === SKIP: github.com/docker/docker/integration/container TestNetworkLoopbackNat (0.00s) [2022-05-19T10:06:44.816Z] nat_test.go:59: testEnv.OSType == "windows": FIXME [2022-05-19T10:06:44.816Z] [2022-05-19T10:06:44.816Z] === SKIP: github.com/docker/docker/integration/container TestPause (0.00s) [2022-05-19T10:06:44.816Z] pause_test.go:24: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2022-05-19T10:06:44.816Z] [2022-05-19T10:06:44.816Z] === SKIP: github.com/docker/docker/integration/container TestPauseStopPausedContainer (0.00s) [2022-05-19T10:06:44.816Z] pause_test.go:71: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:06:44.816Z] [2022-05-19T10:06:44.816Z] === SKIP: github.com/docker/docker/integration/container TestRenameLinkedContainer (0.01s) [2022-05-19T10:06:44.816Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2022-05-19T10:06:44.816Z] [2022-05-19T10:06:44.816Z] === SKIP: github.com/docker/docker/integration/container TestRenameContainerWithLinkedContainer (0.00s) [2022-05-19T10:06:44.816Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2022-05-19T10:06:44.816Z] [2022-05-19T10:06:44.816Z] === SKIP: github.com/docker/docker/integration/container TestDaemonRestartKillContainers (0.00s) [2022-05-19T10:06:44.816Z] restart_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:06:44.816Z] [2022-05-19T10:06:44.816Z] === SKIP: github.com/docker/docker/integration/container TestStats (0.00s) [2022-05-19T10:06:44.816Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2022-05-19T10:06:44.816Z] [2022-05-19T10:06:44.816Z] === SKIP: github.com/docker/docker/integration/container TestStopContainerWithTimeout (0.00s) [2022-05-19T10:06:44.816Z] stop_windows_test.go:20: testEnv.OSType == "windows" [2022-05-19T10:06:44.816Z] [2022-05-19T10:06:44.816Z] === SKIP: github.com/docker/docker/integration/container TestWaitBlocked (0.00s) [2022-05-19T10:06:44.816Z] wait_test.go:60: testEnv.DaemonInfo.OSType != "linux" [2022-05-19T10:06:44.816Z] [2022-05-19T10:06:44.816Z] DONE 122 tests, 34 skipped in 91.358s [2022-05-19T10:06:44.816Z] Running D:\gopath\src\github.com\docker\docker\integration\daemon [2022-05-19T10:06:44.879Z] === RUN TestDockerSuite/TestCpRelativePath [2022-05-19T10:06:45.444Z] === RUN TestDockerSuite/TestCpSpecialFiles [2022-05-19T10:06:46.160Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-05-19T10:06:46.160Z] INFO: Testing against a local daemon [2022-05-19T10:06:46.160Z] === RUN TestNetworkCreateDelete [2022-05-19T10:06:46.160Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2022-05-19T10:06:46.160Z] --- SKIP: TestNetworkCreateDelete (0.00s) [2022-05-19T10:06:46.160Z] === RUN TestDockerNetworkDeletePreferID [2022-05-19T10:06:46.160Z] 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-05-19T10:06:46.160Z] --- SKIP: TestDockerNetworkDeletePreferID (0.00s) [2022-05-19T10:06:46.160Z] === RUN TestDaemonDNSFallback [2022-05-19T10:06:46.160Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2022-05-19T10:06:46.160Z] --- SKIP: TestDaemonDNSFallback (0.00s) [2022-05-19T10:06:46.160Z] === RUN TestInspectNetwork [2022-05-19T10:06:46.160Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2022-05-19T10:06:46.160Z] --- SKIP: TestInspectNetwork (0.00s) [2022-05-19T10:06:46.160Z] === RUN TestRunContainerWithBridgeNone [2022-05-19T10:06:46.160Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2022-05-19T10:06:46.160Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2022-05-19T10:06:46.160Z] === RUN TestNetworkInvalidJSON [2022-05-19T10:06:46.160Z] === RUN TestNetworkInvalidJSON/networks/create [2022-05-19T10:06:46.160Z] === PAUSE TestNetworkInvalidJSON/networks/create [2022-05-19T10:06:46.160Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect [2022-05-19T10:06:46.160Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect [2022-05-19T10:06:46.160Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect [2022-05-19T10:06:46.160Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect [2022-05-19T10:06:46.160Z] === CONT TestNetworkInvalidJSON/networks/create [2022-05-19T10:06:46.160Z] === CONT TestNetworkInvalidJSON/networks/bridge/disconnect [2022-05-19T10:06:46.160Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_content_type [2022-05-19T10:06:46.160Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type [2022-05-19T10:06:46.160Z] === CONT TestNetworkInvalidJSON/networks/bridge/connect [2022-05-19T10:06:46.160Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type [2022-05-19T10:06:46.160Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON [2022-05-19T10:06:46.160Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_JSON [2022-05-19T10:06:46.160Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON [2022-05-19T10:06:46.160Z] === RUN TestNetworkInvalidJSON/networks/create/extra_content_after_JSON [2022-05-19T10:06:46.160Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON [2022-05-19T10:06:46.160Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON [2022-05-19T10:06:46.160Z] === RUN TestNetworkInvalidJSON/networks/create/empty_body [2022-05-19T10:06:46.161Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/empty_body [2022-05-19T10:06:46.161Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body [2022-05-19T10:06:46.161Z] --- PASS: TestNetworkInvalidJSON (0.05s) [2022-05-19T10:06:46.161Z] --- PASS: TestNetworkInvalidJSON/networks/create (0.02s) [2022-05-19T10:06:46.161Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.01s) [2022-05-19T10:06:46.161Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.00s) [2022-05-19T10:06:46.161Z] --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.00s) [2022-05-19T10:06:46.161Z] --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s) [2022-05-19T10:06:46.161Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.02s) [2022-05-19T10:06:46.161Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.01s) [2022-05-19T10:06:46.161Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.00s) [2022-05-19T10:06:46.161Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.00s) [2022-05-19T10:06:46.161Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.00s) [2022-05-19T10:06:46.161Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.02s) [2022-05-19T10:06:46.161Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.00s) [2022-05-19T10:06:46.161Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.01s) [2022-05-19T10:06:46.161Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.00s) [2022-05-19T10:06:46.161Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.00s) [2022-05-19T10:06:46.161Z] === RUN TestNetworkList [2022-05-19T10:06:46.161Z] === RUN TestNetworkList//networks [2022-05-19T10:06:46.161Z] === PAUSE TestNetworkList//networks [2022-05-19T10:06:46.161Z] === RUN TestNetworkList//networks/ [2022-05-19T10:06:46.161Z] === PAUSE TestNetworkList//networks/ [2022-05-19T10:06:46.161Z] === CONT TestNetworkList//networks [2022-05-19T10:06:46.161Z] === CONT TestNetworkList//networks/ [2022-05-19T10:06:46.161Z] --- PASS: TestNetworkList (0.05s) [2022-05-19T10:06:46.161Z] --- PASS: TestNetworkList//networks (0.00s) [2022-05-19T10:06:46.161Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-05-19T10:06:46.161Z] === RUN TestHostIPv4BridgeLabel [2022-05-19T10:06:46.161Z] network_test.go:154: testEnv.OSType == "windows" [2022-05-19T10:06:46.161Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2022-05-19T10:06:46.161Z] === RUN TestDaemonRestartWithLiveRestore [2022-05-19T10:06:46.161Z] service_test.go:30: testEnv.OSType == "windows" [2022-05-19T10:06:46.161Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.00s) [2022-05-19T10:06:46.161Z] === RUN TestDaemonDefaultNetworkPools [2022-05-19T10:06:46.161Z] service_test.go:59: testEnv.OSType == "windows" [2022-05-19T10:06:46.161Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s) [2022-05-19T10:06:46.161Z] === RUN TestDaemonRestartWithExistingNetwork [2022-05-19T10:06:46.161Z] service_test.go:103: testEnv.OSType == "windows" [2022-05-19T10:06:46.161Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s) [2022-05-19T10:06:46.161Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-05-19T10:06:46.161Z] service_test.go:137: testEnv.OSType == "windows" [2022-05-19T10:06:46.161Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2022-05-19T10:06:46.161Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-05-19T10:06:46.161Z] service_test.go:188: testEnv.OSType == "windows" [2022-05-19T10:06:46.161Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2022-05-19T10:06:46.161Z] === RUN TestServiceWithPredefinedNetwork [2022-05-19T10:06:46.161Z] service_test.go:213: testEnv.OSType == "windows" [2022-05-19T10:06:46.161Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2022-05-19T10:06:46.161Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-05-19T10:06:46.161Z] service_test.go:243: FLAKY_TEST [2022-05-19T10:06:46.161Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-05-19T10:06:46.161Z] === RUN TestServiceWithDataPathPortInit [2022-05-19T10:06:46.161Z] service_test.go:334: testEnv.OSType == "windows" [2022-05-19T10:06:46.161Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s) [2022-05-19T10:06:46.161Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-05-19T10:06:46.161Z] service_test.go:402: testEnv.OSType == "windows" [2022-05-19T10:06:46.161Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2022-05-19T10:06:46.161Z] PASS [2022-05-19T10:06:46.161Z] ok github.com/docker/docker/integration/network 0.205s [2022-05-19T10:06:46.161Z] [2022-05-19T10:06:46.161Z] === Skipped [2022-05-19T10:06:46.161Z] === SKIP: github.com/docker/docker/integration/network TestNetworkCreateDelete (0.00s) [2022-05-19T10:06:46.161Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2022-05-19T10:06:46.161Z] [2022-05-19T10:06:46.161Z] === SKIP: github.com/docker/docker/integration/network TestDockerNetworkDeletePreferID (0.00s) [2022-05-19T10:06:46.161Z] 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-05-19T10:06:46.161Z] [2022-05-19T10:06:46.161Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDNSFallback (0.00s) [2022-05-19T10:06:46.161Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2022-05-19T10:06:46.161Z] [2022-05-19T10:06:46.161Z] === SKIP: github.com/docker/docker/integration/network TestInspectNetwork (0.00s) [2022-05-19T10:06:46.161Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2022-05-19T10:06:46.161Z] [2022-05-19T10:06:46.161Z] === SKIP: github.com/docker/docker/integration/network TestRunContainerWithBridgeNone (0.00s) [2022-05-19T10:06:46.161Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2022-05-19T10:06:46.161Z] [2022-05-19T10:06:46.161Z] === SKIP: github.com/docker/docker/integration/network TestHostIPv4BridgeLabel (0.00s) [2022-05-19T10:06:46.161Z] network_test.go:154: testEnv.OSType == "windows" [2022-05-19T10:06:46.161Z] [2022-05-19T10:06:46.161Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithLiveRestore (0.00s) [2022-05-19T10:06:46.161Z] service_test.go:30: testEnv.OSType == "windows" [2022-05-19T10:06:46.161Z] [2022-05-19T10:06:46.161Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDefaultNetworkPools (0.00s) [2022-05-19T10:06:46.161Z] service_test.go:59: testEnv.OSType == "windows" [2022-05-19T10:06:46.161Z] [2022-05-19T10:06:46.161Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetwork (0.00s) [2022-05-19T10:06:46.161Z] service_test.go:103: testEnv.OSType == "windows" [2022-05-19T10:06:46.161Z] [2022-05-19T10:06:46.161Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2022-05-19T10:06:46.161Z] service_test.go:137: testEnv.OSType == "windows" [2022-05-19T10:06:46.161Z] [2022-05-19T10:06:46.161Z] === SKIP: github.com/docker/docker/integration/network TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2022-05-19T10:06:46.161Z] service_test.go:188: testEnv.OSType == "windows" [2022-05-19T10:06:46.161Z] [2022-05-19T10:06:46.161Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithPredefinedNetwork (0.00s) [2022-05-19T10:06:46.161Z] service_test.go:213: testEnv.OSType == "windows" [2022-05-19T10:06:46.161Z] [2022-05-19T10:06:46.161Z] === SKIP: github.com/docker/docker/integration/network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-05-19T10:06:46.161Z] service_test.go:243: FLAKY_TEST [2022-05-19T10:06:46.161Z] [2022-05-19T10:06:46.161Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDataPathPortInit (0.00s) [2022-05-19T10:06:46.161Z] service_test.go:334: testEnv.OSType == "windows" [2022-05-19T10:06:46.161Z] [2022-05-19T10:06:46.161Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDefaultAddressPoolInit (0.00s) [2022-05-19T10:06:46.161Z] service_test.go:402: testEnv.OSType == "windows" [2022-05-19T10:06:46.161Z] [2022-05-19T10:06:46.161Z] DONE 34 tests, 15 skipped in 2.325s [2022-05-19T10:06:46.161Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2022-05-19T10:06:46.374Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2022-05-19T10:06:46.937Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2022-05-19T10:06:47.147Z] testing: warning: no tests to run [2022-05-19T10:06:47.147Z] PASS [2022-05-19T10:06:47.147Z] ok github.com/docker/docker/integration/network/ipvlan 0.086s [2022-05-19T10:06:47.147Z] [2022-05-19T10:06:47.147Z] DONE 0 tests in 0.812s [2022-05-19T10:06:47.147Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan [2022-05-19T10:06:47.306Z] --- PASS: TestResize (3.62s) [2022-05-19T10:06:47.306Z] === RUN TestResizeWithInvalidSize [2022-05-19T10:06:47.866Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeDrainPause [2022-05-19T10:06:47.866Z] === RUN TestDockerSuite/TestCpToCaseA [2022-05-19T10:06:48.134Z] testing: warning: no tests to run [2022-05-19T10:06:48.134Z] PASS [2022-05-19T10:06:48.134Z] ok github.com/docker/docker/integration/network/macvlan 0.099s [2022-05-19T10:06:48.134Z] [2022-05-19T10:06:48.134Z] DONE 0 tests in 0.792s [2022-05-19T10:06:48.134Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin [2022-05-19T10:06:48.602Z] testing: warning: no tests to run [2022-05-19T10:06:48.602Z] PASS [2022-05-19T10:06:48.602Z] ok github.com/docker/docker/integration/plugin 0.089s [2022-05-19T10:06:49.071Z] [2022-05-19T10:06:49.071Z] DONE 0 tests in 0.796s [2022-05-19T10:06:49.071Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz [2022-05-19T10:06:49.235Z] === RUN TestDockerSuite/TestCpToCaseB [2022-05-19T10:06:49.798Z] === RUN TestDockerSuite/TestCpToCaseC [2022-05-19T10:06:50.060Z] testing: warning: no tests to run [2022-05-19T10:06:50.060Z] PASS [2022-05-19T10:06:50.060Z] ok github.com/docker/docker/integration/plugin/authz 0.087s [2022-05-19T10:06:50.060Z] [2022-05-19T10:06:50.060Z] DONE 0 tests in 0.833s [2022-05-19T10:06:50.060Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common [2022-05-19T10:06:50.063Z] docker_api_swarm_node_test.go:81: [d706fcf0b0c26] joining swarm manager [d1ae04dbac559]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-05-19T10:06:50.254Z] --- PASS: TestResizeWithInvalidSize (3.47s) [2022-05-19T10:06:50.254Z] === RUN TestResizeWhenContainerNotStarted [2022-05-19T10:06:51.438Z] === RUN TestDockerSuite/TestCpToCaseD [2022-05-19T10:06:54.045Z] --- PASS: TestResizeWhenContainerNotStarted (3.52s) [2022-05-19T10:06:54.045Z] === RUN TestDaemonRestartKillContainers [2022-05-19T10:06:54.045Z] restart_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:06:54.045Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2022-05-19T10:06:54.045Z] === RUN TestStats [2022-05-19T10:06:54.045Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2022-05-19T10:06:54.045Z] --- SKIP: TestStats (0.00s) [2022-05-19T10:06:54.045Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-05-19T10:06:54.709Z] === RUN TestDockerSuite/TestCpToCaseE [2022-05-19T10:06:54.818Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-05-19T10:06:54.818Z] INFO: Testing against a local daemon [2022-05-19T10:06:54.818Z] === RUN TestPluginInvalidJSON [2022-05-19T10:06:54.818Z] === RUN TestPluginInvalidJSON/plugins/foobar/set [2022-05-19T10:06:54.819Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set [2022-05-19T10:06:54.819Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade [2022-05-19T10:06:54.819Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade [2022-05-19T10:06:54.819Z] === RUN TestPluginInvalidJSON/plugins/pull [2022-05-19T10:06:54.819Z] === PAUSE TestPluginInvalidJSON/plugins/pull [2022-05-19T10:06:54.819Z] === CONT TestPluginInvalidJSON/plugins/foobar/set [2022-05-19T10:06:54.819Z] === CONT TestPluginInvalidJSON/plugins/foobar/upgrade [2022-05-19T10:06:54.819Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type [2022-05-19T10:06:54.819Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type [2022-05-19T10:06:54.819Z] === CONT TestPluginInvalidJSON/plugins/pull [2022-05-19T10:06:54.819Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_content_type [2022-05-19T10:06:54.819Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON [2022-05-19T10:06:54.819Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON [2022-05-19T10:06:54.819Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_JSON [2022-05-19T10:06:54.819Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON [2022-05-19T10:06:54.819Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON [2022-05-19T10:06:54.819Z] === RUN TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON [2022-05-19T10:06:54.819Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body [2022-05-19T10:06:54.819Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/empty_body [2022-05-19T10:06:54.819Z] === RUN TestPluginInvalidJSON/plugins/pull/empty_body [2022-05-19T10:06:54.819Z] --- PASS: TestPluginInvalidJSON (0.06s) [2022-05-19T10:06:54.819Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.01s) [2022-05-19T10:06:54.819Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.00s) [2022-05-19T10:06:54.819Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s) [2022-05-19T10:06:54.819Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.00s) [2022-05-19T10:06:54.819Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s) [2022-05-19T10:06:54.819Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.01s) [2022-05-19T10:06:54.819Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.00s) [2022-05-19T10:06:54.819Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.00s) [2022-05-19T10:06:54.819Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.00s) [2022-05-19T10:06:54.819Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.00s) [2022-05-19T10:06:54.819Z] --- PASS: TestPluginInvalidJSON/plugins/pull (0.01s) [2022-05-19T10:06:54.819Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.01s) [2022-05-19T10:06:54.819Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.00s) [2022-05-19T10:06:54.819Z] --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.00s) [2022-05-19T10:06:54.819Z] --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.00s) [2022-05-19T10:06:54.819Z] === RUN TestPluginInstall [2022-05-19T10:06:54.819Z] plugin_test.go:93: testEnv.OSType == "windows" [2022-05-19T10:06:54.819Z] --- SKIP: TestPluginInstall (0.00s) [2022-05-19T10:06:54.819Z] === RUN TestPluginsWithRuntimes [2022-05-19T10:06:54.819Z] plugin_test.go:202: testEnv.OSType == "windows" [2022-05-19T10:06:54.819Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2022-05-19T10:06:54.819Z] === RUN TestPluginBackCompatMediaTypes [2022-05-19T10:06:54.819Z] plugin_test.go:264: testEnv.OSType == "windows" [2022-05-19T10:06:54.819Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s) [2022-05-19T10:06:54.819Z] PASS [2022-05-19T10:06:54.819Z] ok github.com/docker/docker/integration/plugin/common 0.140s [2022-05-19T10:06:54.819Z] [2022-05-19T10:06:54.819Z] === Skipped [2022-05-19T10:06:54.819Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginInstall (0.00s) [2022-05-19T10:06:54.819Z] plugin_test.go:93: testEnv.OSType == "windows" [2022-05-19T10:06:54.819Z] [2022-05-19T10:06:54.819Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginsWithRuntimes (0.00s) [2022-05-19T10:06:54.819Z] plugin_test.go:202: testEnv.OSType == "windows" [2022-05-19T10:06:54.819Z] [2022-05-19T10:06:54.819Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginBackCompatMediaTypes (0.00s) [2022-05-19T10:06:54.819Z] plugin_test.go:264: testEnv.OSType == "windows" [2022-05-19T10:06:54.819Z] [2022-05-19T10:06:54.819Z] DONE 19 tests, 3 skipped in 4.982s [2022-05-19T10:06:54.819Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [2022-05-19T10:06:56.075Z] --- PASS: TestCreateWithDuplicateNetworkNames (14.04s) [2022-05-19T10:06:56.075Z] === RUN TestCreateServiceSecretFileMode [2022-05-19T10:06:57.444Z] === RUN TestDockerSuite/TestCpToCaseF [2022-05-19T10:06:57.772Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-05-19T10:06:57.772Z] INFO: Testing against a local daemon [2022-05-19T10:06:57.772Z] === RUN TestExternalGraphDriver [2022-05-19T10:06:57.772Z] external_test.go:48: runtime.GOOS == "windows" [2022-05-19T10:06:57.772Z] --- SKIP: TestExternalGraphDriver (0.00s) [2022-05-19T10:06:57.772Z] === RUN TestGraphdriverPluginV2 [2022-05-19T10:06:57.772Z] external_test.go:408: runtime.GOOS == "windows" [2022-05-19T10:06:57.772Z] --- SKIP: TestGraphdriverPluginV2 (0.00s) [2022-05-19T10:06:57.772Z] PASS [2022-05-19T10:06:57.772Z] ok github.com/docker/docker/integration/plugin/graphdriver 0.120s [2022-05-19T10:06:57.772Z] [2022-05-19T10:06:57.772Z] === Skipped [2022-05-19T10:06:57.772Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.00s) [2022-05-19T10:06:57.772Z] external_test.go:48: runtime.GOOS == "windows" [2022-05-19T10:06:57.772Z] [2022-05-19T10:06:57.772Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.00s) [2022-05-19T10:06:57.772Z] external_test.go:408: runtime.GOOS == "windows" [2022-05-19T10:06:57.772Z] [2022-05-19T10:06:57.772Z] DONE 2 tests, 2 skipped in 2.429s [2022-05-19T10:06:57.772Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging [2022-05-19T10:06:58.815Z] === RUN TestDockerSuite/TestCpToCaseG [2022-05-19T10:06:59.378Z] --- PASS: TestCreateServiceSecretFileMode (3.48s) [2022-05-19T10:06:59.378Z] === RUN TestCreateServiceConfigFileMode [2022-05-19T10:06:59.990Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-05-19T10:06:59.990Z] INFO: Testing against a local daemon [2022-05-19T10:06:59.990Z] === RUN TestReadPluginNoRead [2022-05-19T10:06:59.990Z] read_test.go:21: no unix domain sockets on Windows [2022-05-19T10:06:59.990Z] --- SKIP: TestReadPluginNoRead (0.00s) [2022-05-19T10:06:59.990Z] PASS [2022-05-19T10:06:59.990Z] ok github.com/docker/docker/integration/plugin/logging 0.105s [2022-05-19T10:06:59.990Z] [2022-05-19T10:06:59.990Z] === Skipped [2022-05-19T10:06:59.990Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s) [2022-05-19T10:06:59.990Z] read_test.go:21: no unix domain sockets on Windows [2022-05-19T10:06:59.990Z] [2022-05-19T10:06:59.990Z] DONE 1 tests, 1 skipped in 2.398s [2022-05-19T10:06:59.990Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging\cmd\discard [2022-05-19T10:07:01.560Z] testing: warning: no tests to run [2022-05-19T10:07:01.560Z] PASS [2022-05-19T10:07:01.560Z] ok github.com/docker/docker/integration/plugin/logging/cmd/discard 0.095s [2022-05-19T10:07:01.560Z] [2022-05-19T10:07:01.560Z] DONE 0 tests in 1.228s [2022-05-19T10:07:01.560Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2022-05-19T10:07:02.650Z] --- PASS: TestCreateServiceConfigFileMode (3.01s) [2022-05-19T10:07:02.650Z] === RUN TestCreateServiceSysctls [2022-05-19T10:07:02.650Z] === RUN TestDockerSuite/TestCpToCaseH [2022-05-19T10:07:03.808Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-05-19T10:07:03.808Z] INFO: Testing against a local daemon [2022-05-19T10:07:03.808Z] === RUN TestPluginWithDevMounts [2022-05-19T10:07:03.808Z] mounts_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:07:03.808Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2022-05-19T10:07:03.808Z] PASS [2022-05-19T10:07:03.808Z] ok github.com/docker/docker/integration/plugin/volumes 0.109s [2022-05-19T10:07:03.808Z] [2022-05-19T10:07:03.808Z] === Skipped [2022-05-19T10:07:03.808Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s) [2022-05-19T10:07:03.808Z] mounts_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:07:03.808Z] [2022-05-19T10:07:03.808Z] DONE 1 tests, 1 skipped in 2.325s [2022-05-19T10:07:03.808Z] Running D:\gopath\src\github.com\docker\docker\integration\secret [2022-05-19T10:07:04.466Z] --- PASS: TestStopContainerWithRestartPolicyAlways (9.50s) [2022-05-19T10:07:04.466Z] === RUN TestStopContainerWithTimeout [2022-05-19T10:07:04.466Z] stop_windows_test.go:20: testEnv.OSType == "windows" [2022-05-19T10:07:04.466Z] --- SKIP: TestStopContainerWithTimeout (0.00s) [2022-05-19T10:07:04.466Z] === RUN TestUpdateRestartPolicy [2022-05-19T10:07:04.544Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeRemove [2022-05-19T10:07:04.800Z] === RUN TestDockerSuite/TestCpToCaseI [2022-05-19T10:07:05.731Z] === RUN TestDockerSuite/TestCpToCaseJ [2022-05-19T10:07:06.023Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-05-19T10:07:06.023Z] INFO: Testing against a local daemon [2022-05-19T10:07:06.023Z] === RUN TestSecretInspect [2022-05-19T10:07:06.023Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:07:06.023Z] --- SKIP: TestSecretInspect (0.00s) [2022-05-19T10:07:06.023Z] === RUN TestSecretList [2022-05-19T10:07:06.023Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:07:06.023Z] --- SKIP: TestSecretList (0.00s) [2022-05-19T10:07:06.023Z] === RUN TestSecretsCreateAndDelete [2022-05-19T10:07:06.023Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:07:06.023Z] --- SKIP: TestSecretsCreateAndDelete (0.00s) [2022-05-19T10:07:06.023Z] === RUN TestSecretsUpdate [2022-05-19T10:07:06.023Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:07:06.023Z] --- SKIP: TestSecretsUpdate (0.00s) [2022-05-19T10:07:06.023Z] === RUN TestTemplatedSecret [2022-05-19T10:07:06.023Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:07:06.023Z] --- SKIP: TestTemplatedSecret (0.00s) [2022-05-19T10:07:06.023Z] === RUN TestSecretCreateResolve [2022-05-19T10:07:06.023Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2022-05-19T10:07:06.023Z] --- SKIP: TestSecretCreateResolve (0.00s) [2022-05-19T10:07:06.023Z] PASS [2022-05-19T10:07:06.023Z] ok github.com/docker/docker/integration/secret 0.111s [2022-05-19T10:07:06.023Z] [2022-05-19T10:07:06.023Z] === Skipped [2022-05-19T10:07:06.023Z] === SKIP: github.com/docker/docker/integration/secret TestSecretInspect (0.00s) [2022-05-19T10:07:06.023Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:07:06.023Z] [2022-05-19T10:07:06.023Z] === SKIP: github.com/docker/docker/integration/secret TestSecretList (0.00s) [2022-05-19T10:07:06.023Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:07:06.023Z] [2022-05-19T10:07:06.023Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsCreateAndDelete (0.00s) [2022-05-19T10:07:06.023Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:07:06.023Z] [2022-05-19T10:07:06.023Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsUpdate (0.00s) [2022-05-19T10:07:06.023Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:07:06.023Z] [2022-05-19T10:07:06.023Z] === SKIP: github.com/docker/docker/integration/secret TestTemplatedSecret (0.00s) [2022-05-19T10:07:06.023Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:07:06.023Z] [2022-05-19T10:07:06.023Z] === SKIP: github.com/docker/docker/integration/secret TestSecretCreateResolve (0.00s) [2022-05-19T10:07:06.023Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2022-05-19T10:07:06.023Z] [2022-05-19T10:07:06.023Z] DONE 6 tests, 6 skipped in 1.895s [2022-05-19T10:07:06.023Z] Running D:\gopath\src\github.com\docker\docker\integration\service [2022-05-19T10:07:06.661Z] --- PASS: TestCreateServiceSysctls (4.15s) [2022-05-19T10:07:06.661Z] === RUN TestCreateServiceCapabilities [2022-05-19T10:07:06.661Z] docker_api_swarm_node_test.go:53: [d7870459cad71] joining swarm manager [d58e8ff282f78]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-05-19T10:07:07.590Z] docker_api_swarm_node_test.go:54: [db7a7180ba917] joining swarm manager [d58e8ff282f78]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-05-19T10:07:08.976Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-05-19T10:07:08.976Z] INFO: Testing against a local daemon [2022-05-19T10:07:08.976Z] === RUN TestServiceCreateInit [2022-05-19T10:07:08.976Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-05-19T10:07:08.976Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:07:08.976Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-05-19T10:07:08.976Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:07:08.976Z] --- PASS: TestServiceCreateInit (0.07s) [2022-05-19T10:07:08.976Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-05-19T10:07:08.976Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-05-19T10:07:08.976Z] === RUN TestCreateServiceMultipleTimes [2022-05-19T10:07:08.976Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:07:08.976Z] --- SKIP: TestCreateServiceMultipleTimes (0.00s) [2022-05-19T10:07:08.976Z] === RUN TestCreateServiceConflict [2022-05-19T10:07:08.976Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:07:08.976Z] --- SKIP: TestCreateServiceConflict (0.00s) [2022-05-19T10:07:08.976Z] === RUN TestCreateServiceMaxReplicas [2022-05-19T10:07:08.976Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:07:08.976Z] --- SKIP: TestCreateServiceMaxReplicas (0.05s) [2022-05-19T10:07:08.976Z] === RUN TestCreateWithDuplicateNetworkNames [2022-05-19T10:07:08.976Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:07:08.976Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.00s) [2022-05-19T10:07:08.976Z] === RUN TestCreateServiceSecretFileMode [2022-05-19T10:07:08.976Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:07:08.976Z] --- SKIP: TestCreateServiceSecretFileMode (0.00s) [2022-05-19T10:07:08.976Z] === RUN TestCreateServiceConfigFileMode [2022-05-19T10:07:08.976Z] create_test.go:305: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:07:08.976Z] --- SKIP: TestCreateServiceConfigFileMode (0.00s) [2022-05-19T10:07:08.976Z] === RUN TestCreateServiceSysctls [2022-05-19T10:07:08.976Z] create_test.go:390: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:07:08.976Z] --- SKIP: TestCreateServiceSysctls (0.05s) [2022-05-19T10:07:08.976Z] === RUN TestCreateServiceCapabilities [2022-05-19T10:07:08.976Z] create_test.go:474: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:07:08.976Z] --- SKIP: TestCreateServiceCapabilities (0.04s) [2022-05-19T10:07:08.976Z] === RUN TestInspect [2022-05-19T10:07:08.976Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:07:08.976Z] --- SKIP: TestInspect (0.00s) [2022-05-19T10:07:08.976Z] === RUN TestCreateJob [2022-05-19T10:07:08.976Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:07:08.976Z] --- SKIP: TestCreateJob (0.00s) [2022-05-19T10:07:08.976Z] === RUN TestReplicatedJob [2022-05-19T10:07:08.976Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:07:08.976Z] --- SKIP: TestReplicatedJob (0.00s) [2022-05-19T10:07:08.976Z] === RUN TestUpdateReplicatedJob [2022-05-19T10:07:08.976Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:07:08.976Z] --- SKIP: TestUpdateReplicatedJob (0.00s) [2022-05-19T10:07:08.976Z] === RUN TestServiceListWithStatuses [2022-05-19T10:07:08.976Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:07:08.976Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-05-19T10:07:08.976Z] === RUN TestDockerNetworkConnectAlias [2022-05-19T10:07:08.976Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:07:08.976Z] --- SKIP: TestDockerNetworkConnectAlias (0.00s) [2022-05-19T10:07:08.976Z] === RUN TestDockerNetworkReConnect [2022-05-19T10:07:08.976Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:07:08.976Z] --- SKIP: TestDockerNetworkReConnect (0.00s) [2022-05-19T10:07:08.976Z] === RUN TestServicePlugin [2022-05-19T10:07:08.976Z] plugin_test.go:26: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:07:08.976Z] --- SKIP: TestServicePlugin (0.00s) [2022-05-19T10:07:08.976Z] === RUN TestServiceUpdateLabel [2022-05-19T10:07:08.976Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2022-05-19T10:07:08.976Z] --- SKIP: TestServiceUpdateLabel (0.00s) [2022-05-19T10:07:08.976Z] === RUN TestServiceUpdateSecrets [2022-05-19T10:07:08.976Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2022-05-19T10:07:08.976Z] --- SKIP: TestServiceUpdateSecrets (0.00s) [2022-05-19T10:07:08.976Z] === RUN TestServiceUpdateConfigs [2022-05-19T10:07:08.976Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2022-05-19T10:07:08.976Z] --- SKIP: TestServiceUpdateConfigs (0.00s) [2022-05-19T10:07:08.977Z] === RUN TestServiceUpdateNetwork [2022-05-19T10:07:08.977Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2022-05-19T10:07:08.977Z] --- SKIP: TestServiceUpdateNetwork (0.00s) [2022-05-19T10:07:08.977Z] === RUN TestServiceUpdatePidsLimit [2022-05-19T10:07:08.977Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2022-05-19T10:07:08.977Z] --- SKIP: TestServiceUpdatePidsLimit (0.00s) [2022-05-19T10:07:08.977Z] PASS [2022-05-19T10:07:08.977Z] ok github.com/docker/docker/integration/service 0.303s [2022-05-19T10:07:08.977Z] [2022-05-19T10:07:08.977Z] === Skipped [2022-05-19T10:07:08.977Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-05-19T10:07:08.977Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:07:08.977Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-05-19T10:07:08.977Z] [2022-05-19T10:07:08.977Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-05-19T10:07:08.977Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:07:08.977Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-05-19T10:07:08.977Z] [2022-05-19T10:07:08.977Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMultipleTimes (0.00s) [2022-05-19T10:07:08.977Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:07:08.977Z] [2022-05-19T10:07:08.977Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConflict (0.00s) [2022-05-19T10:07:08.977Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:07:08.977Z] [2022-05-19T10:07:08.977Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMaxReplicas (0.05s) [2022-05-19T10:07:08.977Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:07:08.977Z] [2022-05-19T10:07:08.977Z] === SKIP: github.com/docker/docker/integration/service TestCreateWithDuplicateNetworkNames (0.00s) [2022-05-19T10:07:08.977Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:07:08.977Z] [2022-05-19T10:07:08.977Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSecretFileMode (0.00s) [2022-05-19T10:07:08.977Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:07:08.977Z] [2022-05-19T10:07:08.977Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConfigFileMode (0.00s) [2022-05-19T10:07:08.977Z] create_test.go:305: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:07:08.977Z] [2022-05-19T10:07:08.977Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSysctls (0.05s) [2022-05-19T10:07:08.977Z] create_test.go:390: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:07:08.977Z] [2022-05-19T10:07:08.977Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceCapabilities (0.04s) [2022-05-19T10:07:08.977Z] create_test.go:474: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:07:08.977Z] [2022-05-19T10:07:08.977Z] === SKIP: github.com/docker/docker/integration/service TestInspect (0.00s) [2022-05-19T10:07:08.977Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:07:08.977Z] [2022-05-19T10:07:08.977Z] === SKIP: github.com/docker/docker/integration/service TestCreateJob (0.00s) [2022-05-19T10:07:08.977Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:07:08.977Z] [2022-05-19T10:07:08.977Z] === SKIP: github.com/docker/docker/integration/service TestReplicatedJob (0.00s) [2022-05-19T10:07:08.977Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:07:08.977Z] [2022-05-19T10:07:08.977Z] === SKIP: github.com/docker/docker/integration/service TestUpdateReplicatedJob (0.00s) [2022-05-19T10:07:08.977Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:07:08.977Z] [2022-05-19T10:07:08.977Z] === SKIP: github.com/docker/docker/integration/service TestServiceListWithStatuses (0.00s) [2022-05-19T10:07:08.977Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:07:08.977Z] [2022-05-19T10:07:08.977Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkConnectAlias (0.00s) [2022-05-19T10:07:08.977Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:07:08.977Z] [2022-05-19T10:07:08.977Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkReConnect (0.00s) [2022-05-19T10:07:08.977Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:07:08.977Z] [2022-05-19T10:07:08.977Z] === SKIP: github.com/docker/docker/integration/service TestServicePlugin (0.00s) [2022-05-19T10:07:08.977Z] plugin_test.go:26: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:07:08.977Z] [2022-05-19T10:07:08.977Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateLabel (0.00s) [2022-05-19T10:07:08.977Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2022-05-19T10:07:08.977Z] [2022-05-19T10:07:08.977Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateSecrets (0.00s) [2022-05-19T10:07:08.977Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2022-05-19T10:07:08.977Z] [2022-05-19T10:07:08.977Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateConfigs (0.00s) [2022-05-19T10:07:08.977Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2022-05-19T10:07:08.977Z] [2022-05-19T10:07:08.977Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateNetwork (0.00s) [2022-05-19T10:07:08.977Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2022-05-19T10:07:08.977Z] [2022-05-19T10:07:08.977Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdatePidsLimit (0.00s) [2022-05-19T10:07:08.977Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2022-05-19T10:07:08.977Z] [2022-05-19T10:07:08.977Z] DONE 24 tests, 23 skipped in 2.946s [2022-05-19T10:07:08.977Z] Running D:\gopath\src\github.com\docker\docker\integration\session [2022-05-19T10:07:10.109Z] --- PASS: TestCreateServiceCapabilities (3.05s) [2022-05-19T10:07:10.109Z] === RUN TestInspect [2022-05-19T10:07:10.109Z] === RUN TestDockerSuite/TestCpToContainerWithPermissions [2022-05-19T10:07:10.172Z] === RUN TestConfigDaemonLibtrustID [2022-05-19T10:07:10.172Z] daemon_test.go:31: runtime.GOOS == "windows" [2022-05-19T10:07:10.172Z] --- SKIP: TestConfigDaemonLibtrustID (0.00s) [2022-05-19T10:07:10.172Z] === RUN TestConfigDaemonID [2022-05-19T10:07:10.172Z] daemon_test.go:50: runtime.GOOS == "windows" [2022-05-19T10:07:10.172Z] --- SKIP: TestConfigDaemonID (0.00s) [2022-05-19T10:07:10.172Z] === RUN TestDaemonConfigValidation [2022-05-19T10:07:10.172Z] daemon_test.go:87: runtime.GOOS == "windows" [2022-05-19T10:07:10.172Z] --- SKIP: TestDaemonConfigValidation (0.00s) [2022-05-19T10:07:10.172Z] === RUN TestConfigDaemonSeccompProfiles [2022-05-19T10:07:10.172Z] daemon_test.go:153: runtime.GOOS == "windows" [2022-05-19T10:07:10.172Z] --- SKIP: TestConfigDaemonSeccompProfiles (0.00s) [2022-05-19T10:07:10.172Z] === RUN TestDaemonProxy [2022-05-19T10:07:10.172Z] daemon_test.go:201: runtime.GOOS == "windows": cannot start multiple daemons on windows [2022-05-19T10:07:10.172Z] --- SKIP: TestDaemonProxy (0.00s) [2022-05-19T10:07:10.172Z] PASS [2022-05-19T10:07:10.172Z] ok github.com/docker/docker/integration/daemon 0.155s [2022-05-19T10:07:10.172Z] [2022-05-19T10:07:10.172Z] === Skipped [2022-05-19T10:07:10.172Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonLibtrustID (0.00s) [2022-05-19T10:07:10.172Z] daemon_test.go:31: runtime.GOOS == "windows" [2022-05-19T10:07:10.172Z] [2022-05-19T10:07:10.172Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonID (0.00s) [2022-05-19T10:07:10.172Z] daemon_test.go:50: runtime.GOOS == "windows" [2022-05-19T10:07:10.172Z] [2022-05-19T10:07:10.172Z] === SKIP: github.com/docker/docker/integration/daemon TestDaemonConfigValidation (0.00s) [2022-05-19T10:07:10.172Z] daemon_test.go:87: runtime.GOOS == "windows" [2022-05-19T10:07:10.172Z] [2022-05-19T10:07:10.172Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonSeccompProfiles (0.00s) [2022-05-19T10:07:10.172Z] daemon_test.go:153: runtime.GOOS == "windows" [2022-05-19T10:07:10.172Z] [2022-05-19T10:07:10.172Z] === SKIP: github.com/docker/docker/integration/daemon TestDaemonProxy (0.00s) [2022-05-19T10:07:10.172Z] daemon_test.go:201: runtime.GOOS == "windows": cannot start multiple daemons on windows [2022-05-19T10:07:10.172Z] [2022-05-19T10:07:10.172Z] DONE 5 tests, 5 skipped in 24.623s [2022-05-19T10:07:10.172Z] Running D:\gopath\src\github.com\docker\docker\integration\image [2022-05-19T10:07:10.365Z] === RUN TestDockerSuite/TestCpToDot [2022-05-19T10:07:10.927Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2022-05-19T10:07:11.198Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-05-19T10:07:11.198Z] INFO: Testing against a local daemon [2022-05-19T10:07:11.198Z] === RUN TestSessionCreate [2022-05-19T10:07:11.198Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2022-05-19T10:07:11.198Z] --- SKIP: TestSessionCreate (0.00s) [2022-05-19T10:07:11.198Z] === RUN TestSessionCreateWithBadUpgrade [2022-05-19T10:07:11.198Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2022-05-19T10:07:11.198Z] --- SKIP: TestSessionCreateWithBadUpgrade (0.00s) [2022-05-19T10:07:11.198Z] PASS [2022-05-19T10:07:11.198Z] ok github.com/docker/docker/integration/session 0.106s [2022-05-19T10:07:11.198Z] [2022-05-19T10:07:11.198Z] === Skipped [2022-05-19T10:07:11.198Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreate (0.00s) [2022-05-19T10:07:11.198Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2022-05-19T10:07:11.198Z] [2022-05-19T10:07:11.198Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreateWithBadUpgrade (0.00s) [2022-05-19T10:07:11.198Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2022-05-19T10:07:11.198Z] [2022-05-19T10:07:11.198Z] DONE 2 tests, 2 skipped in 1.805s [2022-05-19T10:07:11.198Z] Running D:\gopath\src\github.com\docker\docker\integration\system [2022-05-19T10:07:12.313Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2022-05-19T10:07:13.243Z] --- PASS: TestInspect (3.50s) [2022-05-19T10:07:13.243Z] === RUN TestCreateJob [2022-05-19T10:07:13.440Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-05-19T10:07:13.440Z] INFO: Testing against a local daemon [2022-05-19T10:07:13.440Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-05-19T10:07:13.440Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:07:13.440Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-05-19T10:07:13.440Z] === RUN TestDiskUsage [2022-05-19T10:07:13.440Z] disk_usage_test.go:16: testEnv.OSType == "windows" [2022-05-19T10:07:13.440Z] --- SKIP: TestDiskUsage (0.01s) [2022-05-19T10:07:13.440Z] === RUN TestEventsExecDie [2022-05-19T10:07:13.440Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2022-05-19T10:07:13.440Z] --- SKIP: TestEventsExecDie (0.01s) [2022-05-19T10:07:13.440Z] === RUN TestEventsBackwardsCompatible [2022-05-19T10:07:13.440Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2022-05-19T10:07:13.440Z] --- SKIP: TestEventsBackwardsCompatible (0.00s) [2022-05-19T10:07:13.440Z] === RUN TestEventsVolumeCreate [2022-05-19T10:07:13.440Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2022-05-19T10:07:13.440Z] --- SKIP: TestEventsVolumeCreate (0.00s) [2022-05-19T10:07:13.440Z] === RUN TestInfoAPI [2022-05-19T10:07:13.440Z] --- PASS: TestInfoAPI (0.06s) [2022-05-19T10:07:13.440Z] === RUN TestInfoAPIWarnings [2022-05-19T10:07:13.440Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-05-19T10:07:13.440Z] --- SKIP: TestInfoAPIWarnings (0.00s) [2022-05-19T10:07:13.440Z] === RUN TestInfoDebug [2022-05-19T10:07:13.440Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-05-19T10:07:13.440Z] --- SKIP: TestInfoDebug (0.00s) [2022-05-19T10:07:13.440Z] === RUN TestInfoInsecureRegistries [2022-05-19T10:07:13.440Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-05-19T10:07:13.440Z] --- SKIP: TestInfoInsecureRegistries (0.00s) [2022-05-19T10:07:13.440Z] === RUN TestInfoRegistryMirrors [2022-05-19T10:07:13.440Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-05-19T10:07:13.440Z] --- SKIP: TestInfoRegistryMirrors (0.00s) [2022-05-19T10:07:13.440Z] === RUN TestLoginFailsWithBadCredentials [2022-05-19T10:07:13.500Z] === RUN TestDockerSuite/TestCpToStdout [2022-05-19T10:07:13.977Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-05-19T10:07:13.977Z] INFO: Testing against a local daemon [2022-05-19T10:07:13.977Z] === RUN TestCommitInheritsEnv [2022-05-19T10:07:13.977Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-05-19T10:07:13.977Z] --- SKIP: TestCommitInheritsEnv (0.00s) [2022-05-19T10:07:13.977Z] === RUN TestImportExtremelyLargeImageWorks [2022-05-19T10:07:13.977Z] import_test.go:25: testEnv.OSType == "windows": TODO enable on windows [2022-05-19T10:07:13.977Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2022-05-19T10:07:13.977Z] === RUN TestImportWithCustomPlatform [2022-05-19T10:07:13.977Z] import_test.go:54: testEnv.OSType == "windows": TODO enable on windows [2022-05-19T10:07:13.977Z] --- SKIP: TestImportWithCustomPlatform (0.00s) [2022-05-19T10:07:13.977Z] === RUN TestImagesFilterMultiReference [2022-05-19T10:07:13.977Z] --- PASS: TestImagesFilterMultiReference (0.11s) [2022-05-19T10:07:13.977Z] === RUN TestImagePullPlatformInvalid [2022-05-19T10:07:13.977Z] --- PASS: TestImagePullPlatformInvalid (0.08s) [2022-05-19T10:07:13.977Z] === RUN TestRemoveImageOrphaning [2022-05-19T10:07:14.063Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2022-05-19T10:07:14.427Z] --- PASS: TestLoginFailsWithBadCredentials (0.99s) [2022-05-19T10:07:14.427Z] === RUN TestPingCacheHeaders [2022-05-19T10:07:14.427Z] --- PASS: TestPingCacheHeaders (0.05s) [2022-05-19T10:07:14.427Z] === RUN TestPingGet [2022-05-19T10:07:14.427Z] --- PASS: TestPingGet (0.05s) [2022-05-19T10:07:14.427Z] === RUN TestPingHead [2022-05-19T10:07:14.427Z] --- PASS: TestPingHead (0.05s) [2022-05-19T10:07:14.427Z] === RUN TestPingSwarmHeader [2022-05-19T10:07:14.427Z] ping_test.go:58: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:07:14.427Z] --- SKIP: TestPingSwarmHeader (0.00s) [2022-05-19T10:07:14.427Z] === RUN TestVersion [2022-05-19T10:07:14.427Z] --- PASS: TestVersion (0.04s) [2022-05-19T10:07:14.427Z] PASS [2022-05-19T10:07:14.427Z] ok github.com/docker/docker/integration/system 1.328s [2022-05-19T10:07:14.895Z] [2022-05-19T10:07:14.895Z] === Skipped [2022-05-19T10:07:14.895Z] === SKIP: github.com/docker/docker/integration/system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-05-19T10:07:14.895Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:07:14.895Z] [2022-05-19T10:07:14.895Z] === SKIP: github.com/docker/docker/integration/system TestDiskUsage (0.01s) [2022-05-19T10:07:14.895Z] disk_usage_test.go:16: testEnv.OSType == "windows" [2022-05-19T10:07:14.895Z] [2022-05-19T10:07:14.895Z] === SKIP: github.com/docker/docker/integration/system TestEventsExecDie (0.01s) [2022-05-19T10:07:14.895Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2022-05-19T10:07:14.895Z] [2022-05-19T10:07:14.895Z] === SKIP: github.com/docker/docker/integration/system TestEventsBackwardsCompatible (0.00s) [2022-05-19T10:07:14.895Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2022-05-19T10:07:14.895Z] [2022-05-19T10:07:14.895Z] === SKIP: github.com/docker/docker/integration/system TestEventsVolumeCreate (0.00s) [2022-05-19T10:07:14.895Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2022-05-19T10:07:14.895Z] [2022-05-19T10:07:14.895Z] === SKIP: github.com/docker/docker/integration/system TestInfoAPIWarnings (0.00s) [2022-05-19T10:07:14.895Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-05-19T10:07:14.895Z] [2022-05-19T10:07:14.895Z] === SKIP: github.com/docker/docker/integration/system TestInfoDebug (0.00s) [2022-05-19T10:07:14.895Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-05-19T10:07:14.895Z] [2022-05-19T10:07:14.895Z] === SKIP: github.com/docker/docker/integration/system TestInfoInsecureRegistries (0.00s) [2022-05-19T10:07:14.895Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-05-19T10:07:14.895Z] [2022-05-19T10:07:14.895Z] === SKIP: github.com/docker/docker/integration/system TestInfoRegistryMirrors (0.00s) [2022-05-19T10:07:14.895Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-05-19T10:07:14.895Z] [2022-05-19T10:07:14.895Z] === SKIP: github.com/docker/docker/integration/system TestPingSwarmHeader (0.00s) [2022-05-19T10:07:14.895Z] ping_test.go:58: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:07:14.895Z] [2022-05-19T10:07:14.895Z] DONE 16 tests, 10 skipped in 3.628s [2022-05-19T10:07:14.895Z] Running D:\gopath\src\github.com\docker\docker\integration\volume [2022-05-19T10:07:14.972Z] --- PASS: TestRemoveImageOrphaning (1.26s) [2022-05-19T10:07:14.972Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-05-19T10:07:15.430Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2022-05-19T10:07:15.442Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.09s) [2022-05-19T10:07:15.442Z] === RUN TestTagInvalidReference [2022-05-19T10:07:15.442Z] --- PASS: TestTagInvalidReference (0.07s) [2022-05-19T10:07:15.442Z] === RUN TestTagValidPrefixedRepo [2022-05-19T10:07:15.442Z] --- PASS: TestTagValidPrefixedRepo (0.10s) [2022-05-19T10:07:15.442Z] === RUN TestTagExistedNameWithoutForce [2022-05-19T10:07:15.442Z] --- PASS: TestTagExistedNameWithoutForce (0.05s) [2022-05-19T10:07:15.442Z] === RUN TestTagOfficialNames [2022-05-19T10:07:15.442Z] --- PASS: TestTagOfficialNames (0.12s) [2022-05-19T10:07:15.442Z] === RUN TestTagMatchesDigest [2022-05-19T10:07:15.442Z] --- PASS: TestTagMatchesDigest (0.05s) [2022-05-19T10:07:15.442Z] PASS [2022-05-19T10:07:15.687Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2022-05-19T10:07:15.913Z] ok github.com/docker/docker/integration/image 2.005s [2022-05-19T10:07:15.913Z] [2022-05-19T10:07:15.913Z] === Skipped [2022-05-19T10:07:15.913Z] === SKIP: github.com/docker/docker/integration/image TestCommitInheritsEnv (0.00s) [2022-05-19T10:07:15.913Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-05-19T10:07:15.913Z] [2022-05-19T10:07:15.913Z] === SKIP: github.com/docker/docker/integration/image TestImportExtremelyLargeImageWorks (0.00s) [2022-05-19T10:07:15.913Z] import_test.go:25: testEnv.OSType == "windows": TODO enable on windows [2022-05-19T10:07:15.913Z] [2022-05-19T10:07:15.913Z] === SKIP: github.com/docker/docker/integration/image TestImportWithCustomPlatform (0.00s) [2022-05-19T10:07:15.913Z] import_test.go:54: testEnv.OSType == "windows": TODO enable on windows [2022-05-19T10:07:15.913Z] [2022-05-19T10:07:15.913Z] DONE 12 tests, 3 skipped in 6.124s [2022-05-19T10:07:15.913Z] Running D:\gopath\src\github.com\docker\docker\integration\network [2022-05-19T10:07:16.249Z] === RUN TestDockerSuite/TestCpVolumePath [2022-05-19T10:07:16.813Z] --- PASS: TestCreateJob (3.80s) [2022-05-19T10:07:16.813Z] === RUN TestReplicatedJob [2022-05-19T10:07:17.111Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-05-19T10:07:17.111Z] INFO: Testing against a local daemon [2022-05-19T10:07:17.111Z] === RUN TestVolumesCreateAndList [2022-05-19T10:07:17.111Z] --- PASS: TestVolumesCreateAndList (0.08s) [2022-05-19T10:07:17.111Z] === RUN TestVolumesRemove [2022-05-19T10:07:17.111Z] --- PASS: TestVolumesRemove (0.22s) [2022-05-19T10:07:17.111Z] === RUN TestVolumesInspect [2022-05-19T10:07:17.111Z] --- PASS: TestVolumesInspect (0.08s) [2022-05-19T10:07:17.111Z] === RUN TestVolumesInvalidJSON [2022-05-19T10:07:17.111Z] === RUN TestVolumesInvalidJSON/volumes/create [2022-05-19T10:07:17.111Z] === PAUSE TestVolumesInvalidJSON/volumes/create [2022-05-19T10:07:17.111Z] === CONT TestVolumesInvalidJSON/volumes/create [2022-05-19T10:07:17.111Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_content_type [2022-05-19T10:07:17.111Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_JSON [2022-05-19T10:07:17.111Z] === RUN TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON [2022-05-19T10:07:17.111Z] === RUN TestVolumesInvalidJSON/volumes/create/empty_body [2022-05-19T10:07:17.111Z] --- PASS: TestVolumesInvalidJSON (0.04s) [2022-05-19T10:07:17.111Z] --- PASS: TestVolumesInvalidJSON/volumes/create (0.01s) [2022-05-19T10:07:17.111Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.00s) [2022-05-19T10:07:17.111Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.00s) [2022-05-19T10:07:17.111Z] --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s) [2022-05-19T10:07:17.111Z] --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s) [2022-05-19T10:07:17.111Z] PASS [2022-05-19T10:07:17.111Z] ok github.com/docker/docker/integration/volume 0.490s [2022-05-19T10:07:17.111Z] [2022-05-19T10:07:17.111Z] DONE 9 tests in 2.409s [2022-05-19T10:07:17.375Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2022-05-19T10:07:17.375Z] === RUN TestDockerSuite/TestCreateArgs [2022-05-19T10:07:17.579Z] INFO: make.ps1 ended at 05/19/2022 10:07:17 [2022-05-19T10:07:17.579Z] INFO: Integration CLI tests being run from the host: [2022-05-19T10:07:17.579Z] INFO: gotestsum --format=standard-verbose --jsonfile=..\\bundles\\go-test-report-intcli-tests.json --junitfile=..\\bundles\\junit-report-intcli-tests.xml -- "-test.timeout" "200m" [2022-05-19T10:07:17.632Z] === RUN TestDockerSuite/TestCreateByImageID [2022-05-19T10:07:17.887Z] === RUN TestDockerSuite/TestCreateEchoStdout [2022-05-19T10:07:18.144Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-05-19T10:07:18.144Z] INFO: Testing against a local daemon [2022-05-19T10:07:18.144Z] === RUN TestNetworkCreateDelete [2022-05-19T10:07:18.144Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2022-05-19T10:07:18.144Z] --- SKIP: TestNetworkCreateDelete (0.00s) [2022-05-19T10:07:18.144Z] === RUN TestDockerNetworkDeletePreferID [2022-05-19T10:07:18.145Z] 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-05-19T10:07:18.145Z] --- SKIP: TestDockerNetworkDeletePreferID (0.01s) [2022-05-19T10:07:18.145Z] === RUN TestDaemonDNSFallback [2022-05-19T10:07:18.145Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2022-05-19T10:07:18.145Z] --- SKIP: TestDaemonDNSFallback (0.00s) [2022-05-19T10:07:18.145Z] === RUN TestInspectNetwork [2022-05-19T10:07:18.145Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2022-05-19T10:07:18.145Z] --- SKIP: TestInspectNetwork (0.00s) [2022-05-19T10:07:18.145Z] === RUN TestRunContainerWithBridgeNone [2022-05-19T10:07:18.145Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2022-05-19T10:07:18.145Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2022-05-19T10:07:18.145Z] === RUN TestNetworkInvalidJSON [2022-05-19T10:07:18.145Z] === RUN TestNetworkInvalidJSON/networks/create [2022-05-19T10:07:18.145Z] === PAUSE TestNetworkInvalidJSON/networks/create [2022-05-19T10:07:18.145Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect [2022-05-19T10:07:18.145Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect [2022-05-19T10:07:18.145Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect [2022-05-19T10:07:18.145Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect [2022-05-19T10:07:18.145Z] === CONT TestNetworkInvalidJSON/networks/bridge/disconnect [2022-05-19T10:07:18.145Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type [2022-05-19T10:07:18.145Z] === CONT TestNetworkInvalidJSON/networks/create [2022-05-19T10:07:18.145Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_content_type [2022-05-19T10:07:18.145Z] === CONT TestNetworkInvalidJSON/networks/bridge/connect [2022-05-19T10:07:18.145Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type [2022-05-19T10:07:18.145Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON [2022-05-19T10:07:18.145Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON [2022-05-19T10:07:18.145Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_JSON [2022-05-19T10:07:18.145Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON [2022-05-19T10:07:18.145Z] === RUN TestNetworkInvalidJSON/networks/create/extra_content_after_JSON [2022-05-19T10:07:18.145Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON [2022-05-19T10:07:18.145Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body [2022-05-19T10:07:18.145Z] === RUN TestNetworkInvalidJSON/networks/create/empty_body [2022-05-19T10:07:18.145Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/empty_body [2022-05-19T10:07:18.145Z] --- PASS: TestNetworkInvalidJSON (0.07s) [2022-05-19T10:07:18.145Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.01s) [2022-05-19T10:07:18.145Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.00s) [2022-05-19T10:07:18.145Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.00s) [2022-05-19T10:07:18.145Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.00s) [2022-05-19T10:07:18.145Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.00s) [2022-05-19T10:07:18.145Z] --- PASS: TestNetworkInvalidJSON/networks/create (0.01s) [2022-05-19T10:07:18.145Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.01s) [2022-05-19T10:07:18.145Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.00s) [2022-05-19T10:07:18.145Z] --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.00s) [2022-05-19T10:07:18.145Z] --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s) [2022-05-19T10:07:18.145Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.02s) [2022-05-19T10:07:18.145Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.01s) [2022-05-19T10:07:18.145Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.00s) [2022-05-19T10:07:18.145Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.00s) [2022-05-19T10:07:18.145Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.00s) [2022-05-19T10:07:18.145Z] === RUN TestNetworkList [2022-05-19T10:07:18.145Z] === RUN TestNetworkList//networks [2022-05-19T10:07:18.145Z] === PAUSE TestNetworkList//networks [2022-05-19T10:07:18.145Z] === RUN TestNetworkList//networks/ [2022-05-19T10:07:18.145Z] === PAUSE TestNetworkList//networks/ [2022-05-19T10:07:18.145Z] === CONT TestNetworkList//networks [2022-05-19T10:07:18.145Z] === CONT TestNetworkList//networks/ [2022-05-19T10:07:18.145Z] --- PASS: TestNetworkList (0.04s) [2022-05-19T10:07:18.145Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-05-19T10:07:18.145Z] --- PASS: TestNetworkList//networks (0.00s) [2022-05-19T10:07:18.145Z] === RUN TestHostIPv4BridgeLabel [2022-05-19T10:07:18.145Z] network_test.go:154: testEnv.OSType == "windows" [2022-05-19T10:07:18.145Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2022-05-19T10:07:18.145Z] === RUN TestDaemonRestartWithLiveRestore [2022-05-19T10:07:18.145Z] service_test.go:30: testEnv.OSType == "windows" [2022-05-19T10:07:18.145Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.00s) [2022-05-19T10:07:18.145Z] === RUN TestDaemonDefaultNetworkPools [2022-05-19T10:07:18.145Z] service_test.go:59: testEnv.OSType == "windows" [2022-05-19T10:07:18.145Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s) [2022-05-19T10:07:18.145Z] === RUN TestDaemonRestartWithExistingNetwork [2022-05-19T10:07:18.145Z] service_test.go:103: testEnv.OSType == "windows" [2022-05-19T10:07:18.145Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s) [2022-05-19T10:07:18.145Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-05-19T10:07:18.145Z] service_test.go:137: testEnv.OSType == "windows" [2022-05-19T10:07:18.145Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2022-05-19T10:07:18.145Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-05-19T10:07:18.145Z] service_test.go:188: testEnv.OSType == "windows" [2022-05-19T10:07:18.145Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2022-05-19T10:07:18.145Z] === RUN TestServiceWithPredefinedNetwork [2022-05-19T10:07:18.145Z] service_test.go:213: testEnv.OSType == "windows" [2022-05-19T10:07:18.145Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2022-05-19T10:07:18.145Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-05-19T10:07:18.145Z] service_test.go:243: FLAKY_TEST [2022-05-19T10:07:18.145Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-05-19T10:07:18.145Z] === RUN TestServiceWithDataPathPortInit [2022-05-19T10:07:18.145Z] service_test.go:334: testEnv.OSType == "windows" [2022-05-19T10:07:18.145Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s) [2022-05-19T10:07:18.145Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-05-19T10:07:18.145Z] service_test.go:402: testEnv.OSType == "windows" [2022-05-19T10:07:18.145Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2022-05-19T10:07:18.145Z] PASS [2022-05-19T10:07:18.145Z] ok github.com/docker/docker/integration/network 0.208s [2022-05-19T10:07:18.145Z] [2022-05-19T10:07:18.145Z] === Skipped [2022-05-19T10:07:18.145Z] === SKIP: github.com/docker/docker/integration/network TestNetworkCreateDelete (0.00s) [2022-05-19T10:07:18.145Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2022-05-19T10:07:18.145Z] [2022-05-19T10:07:18.145Z] === SKIP: github.com/docker/docker/integration/network TestDockerNetworkDeletePreferID (0.01s) [2022-05-19T10:07:18.145Z] 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-05-19T10:07:18.145Z] [2022-05-19T10:07:18.145Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDNSFallback (0.00s) [2022-05-19T10:07:18.145Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2022-05-19T10:07:18.145Z] [2022-05-19T10:07:18.145Z] === SKIP: github.com/docker/docker/integration/network TestInspectNetwork (0.00s) [2022-05-19T10:07:18.145Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2022-05-19T10:07:18.145Z] [2022-05-19T10:07:18.145Z] === SKIP: github.com/docker/docker/integration/network TestRunContainerWithBridgeNone (0.00s) [2022-05-19T10:07:18.145Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2022-05-19T10:07:18.145Z] [2022-05-19T10:07:18.145Z] === SKIP: github.com/docker/docker/integration/network TestHostIPv4BridgeLabel (0.00s) [2022-05-19T10:07:18.145Z] network_test.go:154: testEnv.OSType == "windows" [2022-05-19T10:07:18.145Z] [2022-05-19T10:07:18.145Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithLiveRestore (0.00s) [2022-05-19T10:07:18.145Z] service_test.go:30: testEnv.OSType == "windows" [2022-05-19T10:07:18.145Z] [2022-05-19T10:07:18.145Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDefaultNetworkPools (0.00s) [2022-05-19T10:07:18.145Z] service_test.go:59: testEnv.OSType == "windows" [2022-05-19T10:07:18.145Z] [2022-05-19T10:07:18.145Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetwork (0.00s) [2022-05-19T10:07:18.145Z] service_test.go:103: testEnv.OSType == "windows" [2022-05-19T10:07:18.145Z] [2022-05-19T10:07:18.145Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2022-05-19T10:07:18.145Z] service_test.go:137: testEnv.OSType == "windows" [2022-05-19T10:07:18.145Z] [2022-05-19T10:07:18.145Z] === SKIP: github.com/docker/docker/integration/network TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2022-05-19T10:07:18.145Z] service_test.go:188: testEnv.OSType == "windows" [2022-05-19T10:07:18.145Z] [2022-05-19T10:07:18.145Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithPredefinedNetwork (0.00s) [2022-05-19T10:07:18.145Z] service_test.go:213: testEnv.OSType == "windows" [2022-05-19T10:07:18.145Z] [2022-05-19T10:07:18.145Z] === SKIP: github.com/docker/docker/integration/network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-05-19T10:07:18.145Z] service_test.go:243: FLAKY_TEST [2022-05-19T10:07:18.145Z] [2022-05-19T10:07:18.145Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDataPathPortInit (0.00s) [2022-05-19T10:07:18.145Z] service_test.go:334: testEnv.OSType == "windows" [2022-05-19T10:07:18.145Z] [2022-05-19T10:07:18.145Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDefaultAddressPoolInit (0.00s) [2022-05-19T10:07:18.145Z] service_test.go:402: testEnv.OSType == "windows" [2022-05-19T10:07:18.145Z] [2022-05-19T10:07:18.145Z] DONE 34 tests, 15 skipped in 2.329s [2022-05-19T10:07:18.145Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2022-05-19T10:07:18.450Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2022-05-19T10:07:18.450Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2022-05-19T10:07:18.450Z] === RUN TestDockerSuite/TestCreateHostConfig [2022-05-19T10:07:18.706Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2022-05-19T10:07:19.134Z] testing: warning: no tests to run [2022-05-19T10:07:19.134Z] PASS [2022-05-19T10:07:19.134Z] ok github.com/docker/docker/integration/network/ipvlan 0.101s [2022-05-19T10:07:19.134Z] [2022-05-19T10:07:19.134Z] DONE 0 tests in 0.851s [2022-05-19T10:07:19.270Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2022-05-19T10:07:19.603Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan [2022-05-19T10:07:19.833Z] === RUN TestDockerSuite/TestCreateLabels [2022-05-19T10:07:19.833Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2022-05-19T10:07:19.833Z] === RUN TestDockerSuite/TestCreateRM [2022-05-19T10:07:20.073Z] testing: warning: no tests to run [2022-05-19T10:07:20.073Z] PASS [2022-05-19T10:07:20.073Z] ok github.com/docker/docker/integration/network/macvlan 0.093s [2022-05-19T10:07:20.073Z] [2022-05-19T10:07:20.073Z] DONE 0 tests in 0.855s [2022-05-19T10:07:20.090Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2022-05-19T10:07:20.090Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-05-19T10:07:20.090Z] === RUN TestDockerSuite/TestCreateStopSignal [2022-05-19T10:07:20.090Z] === RUN TestDockerSuite/TestCreateStopTimeout [2022-05-19T10:07:20.347Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2022-05-19T10:07:20.543Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin [2022-05-19T10:07:21.013Z] testing: warning: no tests to run [2022-05-19T10:07:21.013Z] PASS [2022-05-19T10:07:21.013Z] ok github.com/docker/docker/integration/plugin 0.082s [2022-05-19T10:07:21.013Z] [2022-05-19T10:07:21.013Z] DONE 0 tests in 0.825s [2022-05-19T10:07:21.483Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz [2022-05-19T10:07:22.245Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2022-05-19T10:07:22.245Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2022-05-19T10:07:22.245Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2022-05-19T10:07:22.482Z] testing: warning: no tests to run [2022-05-19T10:07:22.482Z] PASS [2022-05-19T10:07:22.482Z] ok github.com/docker/docker/integration/plugin/authz 0.111s [2022-05-19T10:07:22.482Z] [2022-05-19T10:07:22.482Z] DONE 0 tests in 0.872s [2022-05-19T10:07:22.482Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common [2022-05-19T10:07:22.807Z] --- PASS: TestReplicatedJob (5.89s) [2022-05-19T10:07:22.807Z] === RUN TestUpdateReplicatedJob [2022-05-19T10:07:26.077Z] === RUN TestDockerSuite/TestCreateWithPortRange [2022-05-19T10:07:26.077Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2022-05-19T10:07:26.077Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2022-05-19T10:07:26.077Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2022-05-19T10:07:26.333Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2022-05-19T10:07:26.333Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2022-05-19T10:07:26.896Z] --- PASS: TestUpdateReplicatedJob (4.01s) [2022-05-19T10:07:26.896Z] === RUN TestServiceListWithStatuses [2022-05-19T10:07:26.896Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-05-19T10:07:26.896Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-05-19T10:07:26.896Z] === RUN TestDockerNetworkConnectAlias [2022-05-19T10:07:26.896Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2022-05-19T10:07:27.826Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2022-05-19T10:07:28.031Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-05-19T10:07:28.031Z] INFO: Testing against a local daemon [2022-05-19T10:07:28.031Z] === RUN TestDockerSuite [2022-05-19T10:07:28.031Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2022-05-19T10:07:28.031Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2022-05-19T10:07:28.031Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2022-05-19T10:07:28.031Z] === RUN TestDockerSuite/TestAPIErrorJSON [2022-05-19T10:07:28.031Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2022-05-19T10:07:28.031Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2022-05-19T10:07:28.031Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2022-05-19T10:07:28.031Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2022-05-19T10:07:28.031Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2022-05-19T10:07:28.031Z] === RUN TestDockerSuite/TestAPIImagesDelete [2022-05-19T10:07:28.374Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-05-19T10:07:28.374Z] INFO: Testing against a local daemon [2022-05-19T10:07:28.374Z] === RUN TestPluginInvalidJSON [2022-05-19T10:07:28.374Z] === RUN TestPluginInvalidJSON/plugins/foobar/set [2022-05-19T10:07:28.374Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set [2022-05-19T10:07:28.374Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade [2022-05-19T10:07:28.374Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade [2022-05-19T10:07:28.374Z] === RUN TestPluginInvalidJSON/plugins/pull [2022-05-19T10:07:28.374Z] === PAUSE TestPluginInvalidJSON/plugins/pull [2022-05-19T10:07:28.374Z] === CONT TestPluginInvalidJSON/plugins/foobar/set [2022-05-19T10:07:28.374Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type [2022-05-19T10:07:28.374Z] === CONT TestPluginInvalidJSON/plugins/pull [2022-05-19T10:07:28.374Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_content_type [2022-05-19T10:07:28.374Z] === CONT TestPluginInvalidJSON/plugins/foobar/upgrade [2022-05-19T10:07:28.374Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type [2022-05-19T10:07:28.374Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_JSON [2022-05-19T10:07:28.374Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON [2022-05-19T10:07:28.374Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON [2022-05-19T10:07:28.374Z] === RUN TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON [2022-05-19T10:07:28.374Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON [2022-05-19T10:07:28.374Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON [2022-05-19T10:07:28.374Z] === RUN TestPluginInvalidJSON/plugins/pull/empty_body [2022-05-19T10:07:28.374Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body [2022-05-19T10:07:28.374Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/empty_body [2022-05-19T10:07:28.374Z] --- PASS: TestPluginInvalidJSON (0.06s) [2022-05-19T10:07:28.374Z] --- PASS: TestPluginInvalidJSON/plugins/pull (0.01s) [2022-05-19T10:07:28.374Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.00s) [2022-05-19T10:07:28.374Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.00s) [2022-05-19T10:07:28.374Z] --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.00s) [2022-05-19T10:07:28.374Z] --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.00s) [2022-05-19T10:07:28.374Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.01s) [2022-05-19T10:07:28.374Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.01s) [2022-05-19T10:07:28.374Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s) [2022-05-19T10:07:28.374Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.00s) [2022-05-19T10:07:28.374Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s) [2022-05-19T10:07:28.374Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.01s) [2022-05-19T10:07:28.374Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.01s) [2022-05-19T10:07:28.374Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.00s) [2022-05-19T10:07:28.374Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.00s) [2022-05-19T10:07:28.374Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.00s) [2022-05-19T10:07:28.374Z] === RUN TestPluginInstall [2022-05-19T10:07:28.374Z] plugin_test.go:93: testEnv.OSType == "windows" [2022-05-19T10:07:28.374Z] --- SKIP: TestPluginInstall (0.00s) [2022-05-19T10:07:28.374Z] === RUN TestPluginsWithRuntimes [2022-05-19T10:07:28.374Z] plugin_test.go:202: testEnv.OSType == "windows" [2022-05-19T10:07:28.374Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2022-05-19T10:07:28.374Z] === RUN TestPluginBackCompatMediaTypes [2022-05-19T10:07:28.374Z] plugin_test.go:264: testEnv.OSType == "windows" [2022-05-19T10:07:28.374Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s) [2022-05-19T10:07:28.374Z] PASS [2022-05-19T10:07:28.374Z] ok github.com/docker/docker/integration/plugin/common 0.144s [2022-05-19T10:07:28.374Z] [2022-05-19T10:07:28.374Z] === Skipped [2022-05-19T10:07:28.374Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginInstall (0.00s) [2022-05-19T10:07:28.374Z] plugin_test.go:93: testEnv.OSType == "windows" [2022-05-19T10:07:28.374Z] [2022-05-19T10:07:28.374Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginsWithRuntimes (0.00s) [2022-05-19T10:07:28.374Z] plugin_test.go:202: testEnv.OSType == "windows" [2022-05-19T10:07:28.374Z] [2022-05-19T10:07:28.374Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginBackCompatMediaTypes (0.00s) [2022-05-19T10:07:28.374Z] plugin_test.go:264: testEnv.OSType == "windows" [2022-05-19T10:07:28.374Z] [2022-05-19T10:07:28.374Z] DONE 19 tests, 3 skipped in 5.418s [2022-05-19T10:07:28.374Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [2022-05-19T10:07:28.756Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2022-05-19T10:07:29.028Z] === RUN TestDockerSuite/TestAPIImagesFilter [2022-05-19T10:07:29.498Z] === RUN TestDockerSuite/TestAPIImagesHistory [2022-05-19T10:07:29.760Z] --- PASS: TestUpdateRestartPolicy (26.04s) [2022-05-19T10:07:29.760Z] === RUN TestUpdateRestartWithAutoRemove [2022-05-19T10:07:29.966Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2022-05-19T10:07:30.124Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2022-05-19T10:07:30.433Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2022-05-19T10:07:30.598Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-05-19T10:07:30.598Z] INFO: Testing against a local daemon [2022-05-19T10:07:30.598Z] === RUN TestExternalGraphDriver [2022-05-19T10:07:30.598Z] external_test.go:48: runtime.GOOS == "windows" [2022-05-19T10:07:30.598Z] --- SKIP: TestExternalGraphDriver (0.00s) [2022-05-19T10:07:30.598Z] === RUN TestGraphdriverPluginV2 [2022-05-19T10:07:30.598Z] external_test.go:408: runtime.GOOS == "windows" [2022-05-19T10:07:30.598Z] --- SKIP: TestGraphdriverPluginV2 (0.00s) [2022-05-19T10:07:30.598Z] PASS [2022-05-19T10:07:30.598Z] ok github.com/docker/docker/integration/plugin/graphdriver 0.120s [2022-05-19T10:07:30.598Z] [2022-05-19T10:07:30.598Z] === Skipped [2022-05-19T10:07:30.598Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.00s) [2022-05-19T10:07:30.598Z] external_test.go:48: runtime.GOOS == "windows" [2022-05-19T10:07:30.598Z] [2022-05-19T10:07:30.598Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.00s) [2022-05-19T10:07:30.598Z] external_test.go:408: runtime.GOOS == "windows" [2022-05-19T10:07:30.598Z] [2022-05-19T10:07:30.598Z] DONE 2 tests, 2 skipped in 2.596s [2022-05-19T10:07:30.598Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging [2022-05-19T10:07:31.490Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2022-05-19T10:07:31.747Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2022-05-19T10:07:32.327Z] --- PASS: TestDockerNetworkConnectAlias (5.43s) [2022-05-19T10:07:32.327Z] === RUN TestDockerNetworkReConnect [2022-05-19T10:07:32.327Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2022-05-19T10:07:32.583Z] === RUN TestDockerSuite/TestDevicePermissions [2022-05-19T10:07:32.820Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-05-19T10:07:32.820Z] INFO: Testing against a local daemon [2022-05-19T10:07:32.820Z] === RUN TestReadPluginNoRead [2022-05-19T10:07:32.820Z] read_test.go:21: no unix domain sockets on Windows [2022-05-19T10:07:32.820Z] --- SKIP: TestReadPluginNoRead (0.00s) [2022-05-19T10:07:32.820Z] PASS [2022-05-19T10:07:32.820Z] ok github.com/docker/docker/integration/plugin/logging 0.132s [2022-05-19T10:07:32.820Z] [2022-05-19T10:07:32.820Z] === Skipped [2022-05-19T10:07:32.820Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s) [2022-05-19T10:07:32.820Z] read_test.go:21: no unix domain sockets on Windows [2022-05-19T10:07:32.820Z] [2022-05-19T10:07:32.820Z] DONE 1 tests, 1 skipped in 2.378s [2022-05-19T10:07:33.189Z] === RUN TestDockerSuite/TestDockerFails [2022-05-19T10:07:33.189Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetwork [2022-05-19T10:07:33.189Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent [2022-05-19T10:07:33.189Z] === RUN TestDockerSuite/TestDockerInspectNetworkWithContainerName [2022-05-19T10:07:33.291Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging\cmd\discard [2022-05-19T10:07:33.548Z] --- PASS: TestUpdateRestartWithAutoRemove (3.54s) [2022-05-19T10:07:33.548Z] === RUN TestWaitNonBlocked [2022-05-19T10:07:33.548Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-05-19T10:07:33.548Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-05-19T10:07:33.548Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-05-19T10:07:33.548Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-05-19T10:07:33.548Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-05-19T10:07:33.548Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-05-19T10:07:34.118Z] === RUN TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange [2022-05-19T10:07:34.282Z] testing: warning: no tests to run [2022-05-19T10:07:34.283Z] PASS [2022-05-19T10:07:34.283Z] ok github.com/docker/docker/integration/plugin/logging/cmd/discard 0.089s [2022-05-19T10:07:34.283Z] [2022-05-19T10:07:34.283Z] DONE 0 tests in 1.245s [2022-05-19T10:07:34.753Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2022-05-19T10:07:35.047Z] === RUN TestDockerSuite/TestDockerNetworkDeleteMultiple [2022-05-19T10:07:36.937Z] === RUN TestDockerSuite/TestDockerNetworkDeleteNotExists [2022-05-19T10:07:36.937Z] === RUN TestDockerSuite/TestDockerNetworkInspect [2022-05-19T10:07:36.937Z] === RUN TestDockerSuite/TestDockerNetworkInspectWithID [2022-05-19T10:07:36.937Z] --- PASS: TestDockerNetworkReConnect (4.45s) [2022-05-19T10:07:36.937Z] === RUN TestServicePlugin [2022-05-19T10:07:36.937Z] === RUN TestDockerSuite/TestDockerNetworkInternalMode [2022-05-19T10:07:36.981Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-05-19T10:07:36.981Z] INFO: Testing against a local daemon [2022-05-19T10:07:36.981Z] === RUN TestPluginWithDevMounts [2022-05-19T10:07:36.981Z] mounts_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:07:36.981Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2022-05-19T10:07:36.981Z] PASS [2022-05-19T10:07:36.981Z] ok github.com/docker/docker/integration/plugin/volumes 0.109s [2022-05-19T10:07:36.981Z] [2022-05-19T10:07:36.981Z] === Skipped [2022-05-19T10:07:36.981Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s) [2022-05-19T10:07:36.981Z] mounts_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:07:36.981Z] [2022-05-19T10:07:36.981Z] DONE 1 tests, 1 skipped in 2.394s [2022-05-19T10:07:36.981Z] Running D:\gopath\src\github.com\docker\docker\integration\secret [2022-05-19T10:07:38.312Z] --- PASS: TestWaitNonBlocked (0.04s) [2022-05-19T10:07:38.312Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (4.61s) [2022-05-19T10:07:38.312Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (4.93s) [2022-05-19T10:07:38.312Z] === RUN TestWaitBlocked [2022-05-19T10:07:38.312Z] wait_test.go:60: testEnv.DaemonInfo.OSType != "linux" [2022-05-19T10:07:38.312Z] --- SKIP: TestWaitBlocked (0.00s) [2022-05-19T10:07:38.312Z] PASS [2022-05-19T10:07:38.312Z] ok github.com/docker/docker/integration/container 143.111s [2022-05-19T10:07:38.312Z] [2022-05-19T10:07:38.312Z] === Skipped [2022-05-19T10:07:38.312Z] === SKIP: github.com/docker/docker/integration/container TestCheckpoint (0.00s) [2022-05-19T10:07:38.312Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-05-19T10:07:38.312Z] [2022-05-19T10:07:38.312Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainer (0.00s) [2022-05-19T10:07:38.312Z] copy_test.go:122: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:07:38.312Z] [2022-05-19T10:07:38.312Z] === SKIP: github.com/docker/docker/integration/container TestCreateLinkToNonExistingContainer (0.00s) [2022-05-19T10:07:38.312Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2022-05-19T10:07:38.312Z] [2022-05-19T10:07:38.312Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsMountsTarget (0.00s) [2022-05-19T10:07:38.312Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:07:38.312Z] [2022-05-19T10:07:38.312Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomMaskedPaths (0.00s) [2022-05-19T10:07:38.312Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2022-05-19T10:07:38.312Z] [2022-05-19T10:07:38.312Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomReadonlyPaths (0.00s) [2022-05-19T10:07:38.312Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2022-05-19T10:07:38.312Z] [2022-05-19T10:07:38.312Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2022-05-19T10:07:38.312Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2022-05-19T10:07:38.312Z] [2022-05-19T10:07:38.312Z] === SKIP: github.com/docker/docker/integration/container TestCreatePlatformSpecificImageNoPlatform (0.04s) [2022-05-19T10:07:38.312Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2022-05-19T10:07:38.312Z] [2022-05-19T10:07:38.312Z] === SKIP: github.com/docker/docker/integration/container TestContainerKillOnDaemonStart (0.00s) [2022-05-19T10:07:38.312Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:07:38.312Z] [2022-05-19T10:07:38.312Z] === SKIP: github.com/docker/docker/integration/container TestWindowsDevices/hyperv/no_device_mounted (0.21s) [2022-05-19T10:07:38.312Z] devices_windows_test.go:103: d.isolation == containertypes.IsolationHyperV && !d.expectedStartFailure: FIXME. HyperV isolation setup is probably incorrect in the test [2022-05-19T10:07:38.312Z] --- SKIP: TestWindowsDevices/hyperv/no_device_mounted (0.21s) [2022-05-19T10:07:38.312Z] [2022-05-19T10:07:38.312Z] === SKIP: github.com/docker/docker/integration/container TestWindowsDevices/hyperv/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted (0.25s) [2022-05-19T10:07:38.312Z] devices_windows_test.go:103: d.isolation == containertypes.IsolationHyperV && !d.expectedStartFailure: FIXME. HyperV isolation setup is probably incorrect in the test [2022-05-19T10:07:38.312Z] --- SKIP: TestWindowsDevices/hyperv/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted (0.25s) [2022-05-19T10:07:38.312Z] [2022-05-19T10:07:38.312Z] === SKIP: github.com/docker/docker/integration/container TestWindowsDevices/hyperv/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted (0.23s) [2022-05-19T10:07:38.312Z] devices_windows_test.go:103: d.isolation == containertypes.IsolationHyperV && !d.expectedStartFailure: FIXME. HyperV isolation setup is probably incorrect in the test [2022-05-19T10:07:38.312Z] --- SKIP: TestWindowsDevices/hyperv/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted (0.23s) [2022-05-19T10:07:38.312Z] [2022-05-19T10:07:38.312Z] === SKIP: github.com/docker/docker/integration/container TestWindowsDevices/hyperv/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted (0.24s) [2022-05-19T10:07:38.312Z] devices_windows_test.go:103: d.isolation == containertypes.IsolationHyperV && !d.expectedStartFailure: FIXME. HyperV isolation setup is probably incorrect in the test [2022-05-19T10:07:38.312Z] --- SKIP: TestWindowsDevices/hyperv/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted (0.24s) [2022-05-19T10:07:38.312Z] [2022-05-19T10:07:38.312Z] === SKIP: github.com/docker/docker/integration/container TestDiff (0.00s) [2022-05-19T10:07:38.312Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2022-05-19T10:07:38.312Z] [2022-05-19T10:07:38.312Z] === SKIP: github.com/docker/docker/integration/container TestExecWithCloseStdin (0.00s) [2022-05-19T10:07:38.312Z] exec_test.go:20: testEnv.RuntimeIsWindowsContainerd(): FIXME. Hang on Windows + containerd combination [2022-05-19T10:07:38.312Z] [2022-05-19T10:07:38.312Z] === SKIP: github.com/docker/docker/integration/container TestExecUser (0.00s) [2022-05-19T10:07:38.312Z] exec_test.go:131: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2022-05-19T10:07:38.312Z] [2022-05-19T10:07:38.312Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAndImportImage (0.00s) [2022-05-19T10:07:38.312Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:07:38.312Z] [2022-05-19T10:07:38.312Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAfterDaemonRestart (0.00s) [2022-05-19T10:07:38.312Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:07:38.312Z] [2022-05-19T10:07:38.312Z] === SKIP: github.com/docker/docker/integration/container TestHealthCheckWorkdir (0.00s) [2022-05-19T10:07:38.312Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2022-05-19T10:07:38.312Z] [2022-05-19T10:07:38.312Z] === SKIP: github.com/docker/docker/integration/container TestHealthKillContainer (0.00s) [2022-05-19T10:07:38.312Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2022-05-19T10:07:38.312Z] [2022-05-19T10:07:38.312Z] === SKIP: github.com/docker/docker/integration/container TestInspectCpusetInConfigPre120 (0.00s) [2022-05-19T10:07:38.312Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-05-19T10:07:38.312Z] [2022-05-19T10:07:38.312Z] === SKIP: github.com/docker/docker/integration/container TestKillContainer/non_killing_signal (0.00s) [2022-05-19T10:07:38.312Z] kill_test.go:67: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2022-05-19T10:07:38.312Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2022-05-19T10:07:38.312Z] [2022-05-19T10:07:38.312Z] === SKIP: github.com/docker/docker/integration/container TestKillWithStopSignalAndRestartPolicies (0.00s) [2022-05-19T10:07:38.312Z] kill_test.go:79: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-05-19T10:07:38.312Z] [2022-05-19T10:07:38.312Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainer (0.00s) [2022-05-19T10:07:38.312Z] kill_test.go:118: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-05-19T10:07:38.312Z] [2022-05-19T10:07:38.312Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainerAPIPre120 (0.00s) [2022-05-19T10:07:38.312Z] kill_test.go:129: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-05-19T10:07:38.312Z] [2022-05-19T10:07:38.312Z] === SKIP: github.com/docker/docker/integration/container TestKillDifferentUserContainer (0.00s) [2022-05-19T10:07:38.312Z] kill_test.go:140: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2022-05-19T10:07:38.312Z] [2022-05-19T10:07:38.312Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledTrue (0.00s) [2022-05-19T10:07:38.312Z] kill_test.go:157: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:07:38.312Z] [2022-05-19T10:07:38.312Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledFalse (0.00s) [2022-05-19T10:07:38.312Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-05-19T10:07:38.312Z] [2022-05-19T10:07:38.312Z] === SKIP: github.com/docker/docker/integration/container TestNetworkNat (0.00s) [2022-05-19T10:07:38.312Z] nat_test.go:23: testEnv.OSType == "windows": FIXME [2022-05-19T10:07:38.312Z] [2022-05-19T10:07:38.312Z] === SKIP: github.com/docker/docker/integration/container TestNetworkLoopbackNat (0.00s) [2022-05-19T10:07:38.312Z] nat_test.go:59: testEnv.OSType == "windows": FIXME [2022-05-19T10:07:38.312Z] [2022-05-19T10:07:38.312Z] === SKIP: github.com/docker/docker/integration/container TestPause (0.00s) [2022-05-19T10:07:38.312Z] pause_test.go:24: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2022-05-19T10:07:38.312Z] [2022-05-19T10:07:38.312Z] === SKIP: github.com/docker/docker/integration/container TestPauseStopPausedContainer (0.00s) [2022-05-19T10:07:38.312Z] pause_test.go:71: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:07:38.312Z] [2022-05-19T10:07:38.312Z] === SKIP: github.com/docker/docker/integration/container TestRenameLinkedContainer (0.00s) [2022-05-19T10:07:38.312Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2022-05-19T10:07:38.312Z] [2022-05-19T10:07:38.312Z] === SKIP: github.com/docker/docker/integration/container TestRenameContainerWithLinkedContainer (0.00s) [2022-05-19T10:07:38.312Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2022-05-19T10:07:38.312Z] [2022-05-19T10:07:38.312Z] === SKIP: github.com/docker/docker/integration/container TestDaemonRestartKillContainers (0.00s) [2022-05-19T10:07:38.312Z] restart_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:07:38.312Z] [2022-05-19T10:07:38.312Z] === SKIP: github.com/docker/docker/integration/container TestStats (0.00s) [2022-05-19T10:07:38.312Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2022-05-19T10:07:38.312Z] [2022-05-19T10:07:38.312Z] === SKIP: github.com/docker/docker/integration/container TestStopContainerWithTimeout (0.00s) [2022-05-19T10:07:38.312Z] stop_windows_test.go:20: testEnv.OSType == "windows" [2022-05-19T10:07:38.312Z] [2022-05-19T10:07:38.312Z] === SKIP: github.com/docker/docker/integration/container TestWaitBlocked (0.00s) [2022-05-19T10:07:38.312Z] wait_test.go:60: testEnv.DaemonInfo.OSType != "linux" [2022-05-19T10:07:38.312Z] [2022-05-19T10:07:38.312Z] DONE 122 tests, 38 skipped in 146.473s [2022-05-19T10:07:38.312Z] Running D:\gopath\src\github.com\docker\docker\integration\daemon [2022-05-19T10:07:39.205Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-05-19T10:07:39.205Z] INFO: Testing against a local daemon [2022-05-19T10:07:39.205Z] === RUN TestSecretInspect [2022-05-19T10:07:39.205Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:07:39.205Z] --- SKIP: TestSecretInspect (0.00s) [2022-05-19T10:07:39.205Z] === RUN TestSecretList [2022-05-19T10:07:39.205Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:07:39.205Z] --- SKIP: TestSecretList (0.00s) [2022-05-19T10:07:39.205Z] === RUN TestSecretsCreateAndDelete [2022-05-19T10:07:39.205Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:07:39.205Z] --- SKIP: TestSecretsCreateAndDelete (0.00s) [2022-05-19T10:07:39.205Z] === RUN TestSecretsUpdate [2022-05-19T10:07:39.205Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:07:39.205Z] --- SKIP: TestSecretsUpdate (0.00s) [2022-05-19T10:07:39.205Z] === RUN TestTemplatedSecret [2022-05-19T10:07:39.205Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:07:39.205Z] --- SKIP: TestTemplatedSecret (0.01s) [2022-05-19T10:07:39.205Z] === RUN TestSecretCreateResolve [2022-05-19T10:07:39.205Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2022-05-19T10:07:39.205Z] --- SKIP: TestSecretCreateResolve (0.01s) [2022-05-19T10:07:39.205Z] PASS [2022-05-19T10:07:39.205Z] ok github.com/docker/docker/integration/secret 0.128s [2022-05-19T10:07:39.205Z] [2022-05-19T10:07:39.205Z] === Skipped [2022-05-19T10:07:39.205Z] === SKIP: github.com/docker/docker/integration/secret TestSecretInspect (0.00s) [2022-05-19T10:07:39.205Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:07:39.205Z] [2022-05-19T10:07:39.205Z] === SKIP: github.com/docker/docker/integration/secret TestSecretList (0.00s) [2022-05-19T10:07:39.205Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:07:39.205Z] [2022-05-19T10:07:39.205Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsCreateAndDelete (0.00s) [2022-05-19T10:07:39.205Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:07:39.205Z] [2022-05-19T10:07:39.205Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsUpdate (0.00s) [2022-05-19T10:07:39.205Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:07:39.205Z] [2022-05-19T10:07:39.205Z] === SKIP: github.com/docker/docker/integration/secret TestTemplatedSecret (0.01s) [2022-05-19T10:07:39.205Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:07:39.205Z] [2022-05-19T10:07:39.205Z] === SKIP: github.com/docker/docker/integration/secret TestSecretCreateResolve (0.01s) [2022-05-19T10:07:39.205Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2022-05-19T10:07:39.205Z] [2022-05-19T10:07:39.205Z] DONE 6 tests, 6 skipped in 1.890s [2022-05-19T10:07:39.205Z] Running D:\gopath\src\github.com\docker\docker\integration\service [2022-05-19T10:07:40.206Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeUpdate [2022-05-19T10:07:40.462Z] plugin_test.go:61: [d2c80b27c001f] joining swarm manager [d6816ef55ab44]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-05-19T10:07:42.168Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-05-19T10:07:42.168Z] INFO: Testing against a local daemon [2022-05-19T10:07:42.168Z] === RUN TestServiceCreateInit [2022-05-19T10:07:42.168Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-05-19T10:07:42.168Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:07:42.168Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-05-19T10:07:42.168Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:07:42.168Z] --- PASS: TestServiceCreateInit (0.06s) [2022-05-19T10:07:42.168Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-05-19T10:07:42.168Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-05-19T10:07:42.168Z] === RUN TestCreateServiceMultipleTimes [2022-05-19T10:07:42.168Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:07:42.168Z] --- SKIP: TestCreateServiceMultipleTimes (0.00s) [2022-05-19T10:07:42.168Z] === RUN TestCreateServiceConflict [2022-05-19T10:07:42.168Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:07:42.168Z] --- SKIP: TestCreateServiceConflict (0.00s) [2022-05-19T10:07:42.168Z] === RUN TestCreateServiceMaxReplicas [2022-05-19T10:07:42.168Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:07:42.168Z] --- SKIP: TestCreateServiceMaxReplicas (0.06s) [2022-05-19T10:07:42.168Z] === RUN TestCreateWithDuplicateNetworkNames [2022-05-19T10:07:42.168Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:07:42.168Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.00s) [2022-05-19T10:07:42.168Z] === RUN TestCreateServiceSecretFileMode [2022-05-19T10:07:42.168Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:07:42.168Z] --- SKIP: TestCreateServiceSecretFileMode (0.00s) [2022-05-19T10:07:42.168Z] === RUN TestCreateServiceConfigFileMode [2022-05-19T10:07:42.168Z] create_test.go:305: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:07:42.168Z] --- SKIP: TestCreateServiceConfigFileMode (0.00s) [2022-05-19T10:07:42.168Z] === RUN TestCreateServiceSysctls [2022-05-19T10:07:42.168Z] create_test.go:390: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:07:42.168Z] --- SKIP: TestCreateServiceSysctls (0.05s) [2022-05-19T10:07:42.168Z] === RUN TestCreateServiceCapabilities [2022-05-19T10:07:42.168Z] create_test.go:474: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:07:42.168Z] --- SKIP: TestCreateServiceCapabilities (0.05s) [2022-05-19T10:07:42.168Z] === RUN TestInspect [2022-05-19T10:07:42.168Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:07:42.168Z] --- SKIP: TestInspect (0.00s) [2022-05-19T10:07:42.168Z] === RUN TestCreateJob [2022-05-19T10:07:42.168Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:07:42.168Z] --- SKIP: TestCreateJob (0.00s) [2022-05-19T10:07:42.168Z] === RUN TestReplicatedJob [2022-05-19T10:07:42.168Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:07:42.168Z] --- SKIP: TestReplicatedJob (0.00s) [2022-05-19T10:07:42.168Z] === RUN TestUpdateReplicatedJob [2022-05-19T10:07:42.168Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:07:42.168Z] --- SKIP: TestUpdateReplicatedJob (0.00s) [2022-05-19T10:07:42.168Z] === RUN TestServiceListWithStatuses [2022-05-19T10:07:42.168Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:07:42.168Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-05-19T10:07:42.168Z] === RUN TestDockerNetworkConnectAlias [2022-05-19T10:07:42.168Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:07:42.168Z] --- SKIP: TestDockerNetworkConnectAlias (0.00s) [2022-05-19T10:07:42.168Z] === RUN TestDockerNetworkReConnect [2022-05-19T10:07:42.168Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:07:42.168Z] --- SKIP: TestDockerNetworkReConnect (0.00s) [2022-05-19T10:07:42.168Z] === RUN TestServicePlugin [2022-05-19T10:07:42.168Z] plugin_test.go:26: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:07:42.168Z] --- SKIP: TestServicePlugin (0.00s) [2022-05-19T10:07:42.168Z] === RUN TestServiceUpdateLabel [2022-05-19T10:07:42.168Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2022-05-19T10:07:42.168Z] --- SKIP: TestServiceUpdateLabel (0.00s) [2022-05-19T10:07:42.168Z] === RUN TestServiceUpdateSecrets [2022-05-19T10:07:42.168Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2022-05-19T10:07:42.168Z] --- SKIP: TestServiceUpdateSecrets (0.00s) [2022-05-19T10:07:42.168Z] === RUN TestServiceUpdateConfigs [2022-05-19T10:07:42.168Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2022-05-19T10:07:42.168Z] --- SKIP: TestServiceUpdateConfigs (0.00s) [2022-05-19T10:07:42.168Z] === RUN TestServiceUpdateNetwork [2022-05-19T10:07:42.168Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2022-05-19T10:07:42.168Z] --- SKIP: TestServiceUpdateNetwork (0.00s) [2022-05-19T10:07:42.168Z] === RUN TestServiceUpdatePidsLimit [2022-05-19T10:07:42.168Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2022-05-19T10:07:42.168Z] --- SKIP: TestServiceUpdatePidsLimit (0.00s) [2022-05-19T10:07:42.168Z] PASS [2022-05-19T10:07:42.168Z] ok github.com/docker/docker/integration/service 0.315s [2022-05-19T10:07:42.168Z] [2022-05-19T10:07:42.168Z] === Skipped [2022-05-19T10:07:42.168Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-05-19T10:07:42.168Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:07:42.168Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-05-19T10:07:42.168Z] [2022-05-19T10:07:42.168Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-05-19T10:07:42.168Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:07:42.168Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-05-19T10:07:42.168Z] [2022-05-19T10:07:42.168Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMultipleTimes (0.00s) [2022-05-19T10:07:42.168Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:07:42.168Z] [2022-05-19T10:07:42.168Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConflict (0.00s) [2022-05-19T10:07:42.168Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:07:42.168Z] [2022-05-19T10:07:42.168Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMaxReplicas (0.06s) [2022-05-19T10:07:42.168Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:07:42.168Z] [2022-05-19T10:07:42.168Z] === SKIP: github.com/docker/docker/integration/service TestCreateWithDuplicateNetworkNames (0.00s) [2022-05-19T10:07:42.168Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:07:42.168Z] [2022-05-19T10:07:42.168Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSecretFileMode (0.00s) [2022-05-19T10:07:42.168Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:07:42.168Z] [2022-05-19T10:07:42.168Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConfigFileMode (0.00s) [2022-05-19T10:07:42.168Z] create_test.go:305: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:07:42.168Z] [2022-05-19T10:07:42.168Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSysctls (0.05s) [2022-05-19T10:07:42.168Z] create_test.go:390: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:07:42.168Z] [2022-05-19T10:07:42.168Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceCapabilities (0.05s) [2022-05-19T10:07:42.168Z] create_test.go:474: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:07:42.168Z] [2022-05-19T10:07:42.168Z] === SKIP: github.com/docker/docker/integration/service TestInspect (0.00s) [2022-05-19T10:07:42.168Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:07:42.168Z] [2022-05-19T10:07:42.168Z] === SKIP: github.com/docker/docker/integration/service TestCreateJob (0.00s) [2022-05-19T10:07:42.168Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:07:42.168Z] [2022-05-19T10:07:42.168Z] === SKIP: github.com/docker/docker/integration/service TestReplicatedJob (0.00s) [2022-05-19T10:07:42.168Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:07:42.168Z] [2022-05-19T10:07:42.168Z] === SKIP: github.com/docker/docker/integration/service TestUpdateReplicatedJob (0.00s) [2022-05-19T10:07:42.168Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:07:42.168Z] [2022-05-19T10:07:42.168Z] === SKIP: github.com/docker/docker/integration/service TestServiceListWithStatuses (0.00s) [2022-05-19T10:07:42.168Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:07:42.168Z] [2022-05-19T10:07:42.168Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkConnectAlias (0.00s) [2022-05-19T10:07:42.168Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:07:42.168Z] [2022-05-19T10:07:42.168Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkReConnect (0.00s) [2022-05-19T10:07:42.168Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:07:42.168Z] [2022-05-19T10:07:42.168Z] === SKIP: github.com/docker/docker/integration/service TestServicePlugin (0.00s) [2022-05-19T10:07:42.168Z] plugin_test.go:26: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:07:42.168Z] [2022-05-19T10:07:42.168Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateLabel (0.00s) [2022-05-19T10:07:42.168Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2022-05-19T10:07:42.168Z] [2022-05-19T10:07:42.168Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateSecrets (0.00s) [2022-05-19T10:07:42.168Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2022-05-19T10:07:42.168Z] [2022-05-19T10:07:42.168Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateConfigs (0.00s) [2022-05-19T10:07:42.168Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2022-05-19T10:07:42.168Z] [2022-05-19T10:07:42.168Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateNetwork (0.00s) [2022-05-19T10:07:42.168Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2022-05-19T10:07:42.168Z] [2022-05-19T10:07:42.168Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdatePidsLimit (0.00s) [2022-05-19T10:07:42.168Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2022-05-19T10:07:42.168Z] [2022-05-19T10:07:42.168Z] DONE 24 tests, 23 skipped in 2.896s [2022-05-19T10:07:42.168Z] Running D:\gopath\src\github.com\docker\docker\integration\session [2022-05-19T10:07:42.352Z] plugin_test.go:64: [dcc1a3c1923f8] joining swarm manager [d6816ef55ab44]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-05-19T10:07:42.609Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2022-05-19T10:07:43.741Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-05-19T10:07:43.741Z] INFO: Testing against a local daemon [2022-05-19T10:07:43.741Z] === RUN TestSessionCreate [2022-05-19T10:07:43.741Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2022-05-19T10:07:43.741Z] --- SKIP: TestSessionCreate (0.00s) [2022-05-19T10:07:43.741Z] === RUN TestSessionCreateWithBadUpgrade [2022-05-19T10:07:43.741Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2022-05-19T10:07:43.741Z] --- SKIP: TestSessionCreateWithBadUpgrade (0.00s) [2022-05-19T10:07:43.741Z] PASS [2022-05-19T10:07:43.741Z] ok github.com/docker/docker/integration/session 0.099s [2022-05-19T10:07:43.741Z] [2022-05-19T10:07:43.741Z] === Skipped [2022-05-19T10:07:43.741Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreate (0.00s) [2022-05-19T10:07:43.741Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2022-05-19T10:07:43.741Z] [2022-05-19T10:07:43.741Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreateWithBadUpgrade (0.00s) [2022-05-19T10:07:43.741Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2022-05-19T10:07:43.741Z] [2022-05-19T10:07:43.741Z] DONE 2 tests, 2 skipped in 1.677s [2022-05-19T10:07:43.741Z] Running D:\gopath\src\github.com\docker\docker\integration\system [2022-05-19T10:07:44.503Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2022-05-19T10:07:46.394Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2022-05-19T10:07:46.394Z] === RUN TestDockerSwarmSuite/TestAPISwarmPromoteDemote [2022-05-19T10:07:46.700Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-05-19T10:07:46.700Z] INFO: Testing against a local daemon [2022-05-19T10:07:46.700Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-05-19T10:07:46.700Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:07:46.700Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-05-19T10:07:46.700Z] === RUN TestDiskUsage [2022-05-19T10:07:46.700Z] disk_usage_test.go:16: testEnv.OSType == "windows" [2022-05-19T10:07:46.700Z] --- SKIP: TestDiskUsage (0.00s) [2022-05-19T10:07:46.700Z] === RUN TestEventsExecDie [2022-05-19T10:07:46.700Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2022-05-19T10:07:46.700Z] --- SKIP: TestEventsExecDie (0.00s) [2022-05-19T10:07:46.700Z] === RUN TestEventsBackwardsCompatible [2022-05-19T10:07:46.700Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2022-05-19T10:07:46.700Z] --- SKIP: TestEventsBackwardsCompatible (0.00s) [2022-05-19T10:07:46.700Z] === RUN TestEventsVolumeCreate [2022-05-19T10:07:46.700Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2022-05-19T10:07:46.700Z] --- SKIP: TestEventsVolumeCreate (0.00s) [2022-05-19T10:07:46.700Z] === RUN TestInfoAPI [2022-05-19T10:07:46.700Z] --- PASS: TestInfoAPI (0.06s) [2022-05-19T10:07:46.700Z] === RUN TestInfoAPIWarnings [2022-05-19T10:07:46.700Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-05-19T10:07:46.700Z] --- SKIP: TestInfoAPIWarnings (0.00s) [2022-05-19T10:07:46.700Z] === RUN TestInfoDebug [2022-05-19T10:07:46.700Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-05-19T10:07:46.700Z] --- SKIP: TestInfoDebug (0.00s) [2022-05-19T10:07:46.700Z] === RUN TestInfoInsecureRegistries [2022-05-19T10:07:46.700Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-05-19T10:07:46.700Z] --- SKIP: TestInfoInsecureRegistries (0.00s) [2022-05-19T10:07:46.700Z] === RUN TestInfoRegistryMirrors [2022-05-19T10:07:46.700Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-05-19T10:07:46.700Z] --- SKIP: TestInfoRegistryMirrors (0.00s) [2022-05-19T10:07:46.700Z] === RUN TestLoginFailsWithBadCredentials [2022-05-19T10:07:47.170Z] --- PASS: TestLoginFailsWithBadCredentials (1.00s) [2022-05-19T10:07:47.170Z] === RUN TestPingCacheHeaders [2022-05-19T10:07:47.170Z] --- PASS: TestPingCacheHeaders (0.06s) [2022-05-19T10:07:47.170Z] === RUN TestPingGet [2022-05-19T10:07:47.170Z] --- PASS: TestPingGet (0.05s) [2022-05-19T10:07:47.170Z] === RUN TestPingHead [2022-05-19T10:07:47.640Z] --- PASS: TestPingHead (0.05s) [2022-05-19T10:07:47.640Z] === RUN TestPingSwarmHeader [2022-05-19T10:07:47.640Z] ping_test.go:58: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:07:47.640Z] --- SKIP: TestPingSwarmHeader (0.00s) [2022-05-19T10:07:47.640Z] === RUN TestVersion [2022-05-19T10:07:47.640Z] --- PASS: TestVersion (0.04s) [2022-05-19T10:07:47.640Z] PASS [2022-05-19T10:07:47.640Z] ok github.com/docker/docker/integration/system 1.343s [2022-05-19T10:07:47.640Z] [2022-05-19T10:07:47.640Z] === Skipped [2022-05-19T10:07:47.640Z] === SKIP: github.com/docker/docker/integration/system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-05-19T10:07:47.640Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:07:47.640Z] [2022-05-19T10:07:47.640Z] === SKIP: github.com/docker/docker/integration/system TestDiskUsage (0.00s) [2022-05-19T10:07:47.640Z] disk_usage_test.go:16: testEnv.OSType == "windows" [2022-05-19T10:07:47.640Z] [2022-05-19T10:07:47.640Z] === SKIP: github.com/docker/docker/integration/system TestEventsExecDie (0.00s) [2022-05-19T10:07:47.640Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2022-05-19T10:07:47.640Z] [2022-05-19T10:07:47.640Z] === SKIP: github.com/docker/docker/integration/system TestEventsBackwardsCompatible (0.00s) [2022-05-19T10:07:47.640Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2022-05-19T10:07:47.640Z] [2022-05-19T10:07:47.640Z] === SKIP: github.com/docker/docker/integration/system TestEventsVolumeCreate (0.00s) [2022-05-19T10:07:47.640Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2022-05-19T10:07:47.640Z] [2022-05-19T10:07:47.640Z] === SKIP: github.com/docker/docker/integration/system TestInfoAPIWarnings (0.00s) [2022-05-19T10:07:47.640Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-05-19T10:07:47.640Z] [2022-05-19T10:07:47.640Z] === SKIP: github.com/docker/docker/integration/system TestInfoDebug (0.00s) [2022-05-19T10:07:47.640Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-05-19T10:07:47.640Z] [2022-05-19T10:07:47.640Z] === SKIP: github.com/docker/docker/integration/system TestInfoInsecureRegistries (0.00s) [2022-05-19T10:07:47.640Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-05-19T10:07:47.640Z] [2022-05-19T10:07:47.640Z] === SKIP: github.com/docker/docker/integration/system TestInfoRegistryMirrors (0.00s) [2022-05-19T10:07:47.640Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-05-19T10:07:47.640Z] [2022-05-19T10:07:47.640Z] === SKIP: github.com/docker/docker/integration/system TestPingSwarmHeader (0.00s) [2022-05-19T10:07:47.640Z] ping_test.go:58: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:07:47.640Z] [2022-05-19T10:07:47.640Z] DONE 16 tests, 10 skipped in 3.557s [2022-05-19T10:07:47.640Z] Running D:\gopath\src\github.com\docker\docker\integration\volume [2022-05-19T10:07:47.761Z] === RUN TestDockerSuite/TestEmbeddedDNSInvalidInput [2022-05-19T10:07:48.690Z] docker_api_swarm_test.go:202: [da538abbd1277] joining swarm manager [dfc85152a68e4]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-05-19T10:07:48.690Z] === RUN TestDockerSuite/TestEventsAttach [2022-05-19T10:07:49.618Z] === RUN TestDockerSuite/TestEventsCommit [2022-05-19T10:07:49.871Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-05-19T10:07:49.871Z] INFO: Testing against a local daemon [2022-05-19T10:07:49.871Z] === RUN TestVolumesCreateAndList [2022-05-19T10:07:49.871Z] --- PASS: TestVolumesCreateAndList (0.07s) [2022-05-19T10:07:49.871Z] === RUN TestVolumesRemove [2022-05-19T10:07:49.871Z] --- PASS: TestVolumesRemove (0.12s) [2022-05-19T10:07:49.871Z] === RUN TestVolumesInspect [2022-05-19T10:07:49.871Z] --- PASS: TestVolumesInspect (0.06s) [2022-05-19T10:07:49.871Z] === RUN TestVolumesInvalidJSON [2022-05-19T10:07:49.871Z] === RUN TestVolumesInvalidJSON/volumes/create [2022-05-19T10:07:49.871Z] === PAUSE TestVolumesInvalidJSON/volumes/create [2022-05-19T10:07:49.871Z] === CONT TestVolumesInvalidJSON/volumes/create [2022-05-19T10:07:49.871Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_content_type [2022-05-19T10:07:49.871Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_JSON [2022-05-19T10:07:49.871Z] === RUN TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON [2022-05-19T10:07:49.871Z] === RUN TestVolumesInvalidJSON/volumes/create/empty_body [2022-05-19T10:07:49.871Z] --- PASS: TestVolumesInvalidJSON (0.05s) [2022-05-19T10:07:49.871Z] --- PASS: TestVolumesInvalidJSON/volumes/create (0.01s) [2022-05-19T10:07:49.871Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.00s) [2022-05-19T10:07:49.871Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.00s) [2022-05-19T10:07:49.871Z] --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s) [2022-05-19T10:07:49.871Z] --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s) [2022-05-19T10:07:49.871Z] PASS [2022-05-19T10:07:49.871Z] ok github.com/docker/docker/integration/volume 0.365s [2022-05-19T10:07:49.871Z] [2022-05-19T10:07:49.871Z] DONE 9 tests in 2.406s [2022-05-19T10:07:50.179Z] === RUN TestDockerSuite/TestEventsContainerEvents [2022-05-19T10:07:50.341Z] INFO: make.ps1 ended at 05/19/2022 10:07:49 [2022-05-19T10:07:50.341Z] INFO: Integration CLI tests being run from the host: [2022-05-19T10:07:50.341Z] INFO: gotestsum --format=standard-verbose --jsonfile=..\\bundles\\go-test-report-intcli-tests.json --junitfile=..\\bundles\\junit-report-intcli-tests.xml -- "-test.timeout" "200m" [2022-05-19T10:07:50.741Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2022-05-19T10:07:50.998Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2022-05-19T10:07:51.231Z] Created binary: bundles/cross/linux/ppc64le-daemon/dockerd-dev [2022-05-19T10:07:51.231Z] Building: bundles/cross/linux/ppc64le-daemon/docker-proxy-dev [2022-05-19T10:07:51.231Z] GOOS="linux" GOARCH="ppc64le" GOARM="" [2022-05-19T10:07:51.231Z] Created binary: bundles/cross/linux/ppc64le-daemon/docker-proxy-dev [2022-05-19T10:07:51.231Z] Cross building: bundles/cross/linux/s390x [2022-05-19T10:07:51.231Z] Building: bundles/cross/linux/s390x-daemon/dockerd-dev [2022-05-19T10:07:51.231Z] GOOS="linux" GOARCH="s390x" GOARM="" [2022-05-19T10:07:51.560Z] === RUN TestDockerSuite/TestEventsContainerFilterBeforeCreate [2022-05-19T10:07:53.459Z] === RUN TestDockerSuite/TestEventsContainerFilterByName [2022-05-19T10:07:54.387Z] === RUN TestDockerSuite/TestEventsContainerRestart [2022-05-19T10:07:56.908Z] === RUN TestDockerSuite/TestEventsContainerWithMultiNetwork [2022-05-19T10:07:58.797Z] === RUN TestDockerSuite/TestEventsCopy [2022-05-19T10:07:59.787Z] === RUN TestDockerSuite/TestEventsFilterContainer [2022-05-19T10:08:00.716Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2022-05-19T10:08:00.799Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-05-19T10:08:00.799Z] INFO: Testing against a local daemon [2022-05-19T10:08:00.799Z] === RUN TestDockerSuite [2022-05-19T10:08:00.799Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2022-05-19T10:08:00.799Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2022-05-19T10:08:00.799Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2022-05-19T10:08:00.799Z] === RUN TestDockerSuite/TestAPIErrorJSON [2022-05-19T10:08:00.799Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2022-05-19T10:08:00.799Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2022-05-19T10:08:00.799Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2022-05-19T10:08:00.799Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2022-05-19T10:08:00.799Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2022-05-19T10:08:00.799Z] === RUN TestDockerSuite/TestAPIImagesDelete [2022-05-19T10:08:01.271Z] === RUN TestDockerSuite/TestAPIImagesFilter [2022-05-19T10:08:01.271Z] === RUN TestDockerSuite/TestAPIImagesHistory [2022-05-19T10:08:02.382Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2022-05-19T10:08:02.382Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2022-05-19T10:08:03.982Z] === RUN TestDockerSwarmSuite/TestAPISwarmRaftQuorum [2022-05-19T10:08:05.873Z] docker_api_swarm_test.go:384: [d661352b2e929] joining swarm manager [d07a05fa7680f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-05-19T10:08:06.130Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2022-05-19T10:08:06.386Z] === RUN TestDockerSuite/TestEventsFilterImageName [2022-05-19T10:08:06.950Z] docker_api_swarm_test.go:385: [d7cb6becda512] joining swarm manager [d07a05fa7680f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-05-19T10:08:07.512Z] === RUN TestDockerSuite/TestEventsFilterLabels [2022-05-19T10:08:08.075Z] --- PASS: TestServicePlugin (31.18s) [2022-05-19T10:08:08.075Z] === RUN TestServiceUpdateLabel [2022-05-19T10:08:08.075Z] === RUN TestDockerSuite/TestEventsFilterNetworkID [2022-05-19T10:08:08.332Z] === RUN TestDockerSuite/TestEventsFilterType [2022-05-19T10:08:08.587Z] === RUN TestConfigDaemonLibtrustID [2022-05-19T10:08:08.587Z] daemon_test.go:31: runtime.GOOS == "windows" [2022-05-19T10:08:08.587Z] --- SKIP: TestConfigDaemonLibtrustID (0.00s) [2022-05-19T10:08:08.587Z] === RUN TestConfigDaemonID [2022-05-19T10:08:08.587Z] daemon_test.go:50: runtime.GOOS == "windows" [2022-05-19T10:08:08.587Z] --- SKIP: TestConfigDaemonID (0.00s) [2022-05-19T10:08:08.587Z] === RUN TestDaemonConfigValidation [2022-05-19T10:08:08.587Z] daemon_test.go:87: runtime.GOOS == "windows" [2022-05-19T10:08:08.587Z] --- SKIP: TestDaemonConfigValidation (0.00s) [2022-05-19T10:08:08.587Z] === RUN TestConfigDaemonSeccompProfiles [2022-05-19T10:08:08.587Z] daemon_test.go:153: runtime.GOOS == "windows" [2022-05-19T10:08:08.587Z] --- SKIP: TestConfigDaemonSeccompProfiles (0.00s) [2022-05-19T10:08:08.587Z] === RUN TestDaemonProxy [2022-05-19T10:08:08.587Z] daemon_test.go:201: runtime.GOOS == "windows": cannot start multiple daemons on windows [2022-05-19T10:08:08.587Z] --- SKIP: TestDaemonProxy (0.00s) [2022-05-19T10:08:08.587Z] PASS [2022-05-19T10:08:08.587Z] ok github.com/docker/docker/integration/daemon 0.133s [2022-05-19T10:08:08.587Z] [2022-05-19T10:08:08.587Z] === Skipped [2022-05-19T10:08:08.587Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonLibtrustID (0.00s) [2022-05-19T10:08:08.587Z] daemon_test.go:31: runtime.GOOS == "windows" [2022-05-19T10:08:08.587Z] [2022-05-19T10:08:08.587Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonID (0.00s) [2022-05-19T10:08:08.587Z] daemon_test.go:50: runtime.GOOS == "windows" [2022-05-19T10:08:08.587Z] [2022-05-19T10:08:08.587Z] === SKIP: github.com/docker/docker/integration/daemon TestDaemonConfigValidation (0.00s) [2022-05-19T10:08:08.587Z] daemon_test.go:87: runtime.GOOS == "windows" [2022-05-19T10:08:08.587Z] [2022-05-19T10:08:08.587Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonSeccompProfiles (0.00s) [2022-05-19T10:08:08.587Z] daemon_test.go:153: runtime.GOOS == "windows" [2022-05-19T10:08:08.587Z] [2022-05-19T10:08:08.587Z] === SKIP: github.com/docker/docker/integration/daemon TestDaemonProxy (0.00s) [2022-05-19T10:08:08.587Z] daemon_test.go:201: runtime.GOOS == "windows": cannot start multiple daemons on windows [2022-05-19T10:08:08.587Z] [2022-05-19T10:08:08.587Z] DONE 5 tests, 5 skipped in 29.009s [2022-05-19T10:08:08.587Z] Running D:\gopath\src\github.com\docker\docker\integration\image [2022-05-19T10:08:08.588Z] === RUN TestDockerSuite/TestEventsFilterVolumeAndNetworkType [2022-05-19T10:08:08.845Z] === RUN TestDockerSuite/TestEventsFilterVolumeID [2022-05-19T10:08:08.845Z] === RUN TestDockerSuite/TestEventsFilters [2022-05-19T10:08:10.211Z] === RUN TestDockerSuite/TestEventsFormat [2022-05-19T10:08:10.774Z] --- PASS: TestServiceUpdateLabel (2.76s) [2022-05-19T10:08:10.774Z] === RUN TestServiceUpdateSecrets [2022-05-19T10:08:11.030Z] === RUN TestDockerSuite/TestEventsFormatBadField [2022-05-19T10:08:11.287Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2022-05-19T10:08:11.287Z] === RUN TestDockerSuite/TestEventsImageImport [2022-05-19T10:08:12.217Z] === RUN TestDockerSuite/TestEventsImageLoad [2022-05-19T10:08:12.400Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-05-19T10:08:12.400Z] INFO: Testing against a local daemon [2022-05-19T10:08:12.400Z] === RUN TestCommitInheritsEnv [2022-05-19T10:08:12.400Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-05-19T10:08:12.400Z] --- SKIP: TestCommitInheritsEnv (0.00s) [2022-05-19T10:08:12.400Z] === RUN TestImportExtremelyLargeImageWorks [2022-05-19T10:08:12.400Z] import_test.go:25: testEnv.OSType == "windows": TODO enable on windows [2022-05-19T10:08:12.400Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2022-05-19T10:08:12.400Z] === RUN TestImportWithCustomPlatform [2022-05-19T10:08:12.400Z] import_test.go:54: testEnv.OSType == "windows": TODO enable on windows [2022-05-19T10:08:12.400Z] --- SKIP: TestImportWithCustomPlatform (0.00s) [2022-05-19T10:08:12.400Z] === RUN TestImagesFilterMultiReference [2022-05-19T10:08:12.400Z] --- PASS: TestImagesFilterMultiReference (0.15s) [2022-05-19T10:08:12.400Z] === RUN TestImagePullPlatformInvalid [2022-05-19T10:08:12.400Z] --- PASS: TestImagePullPlatformInvalid (0.05s) [2022-05-19T10:08:12.400Z] === RUN TestRemoveImageOrphaning [2022-05-19T10:08:12.474Z] === RUN TestDockerSuite/TestEventsImagePull [2022-05-19T10:08:13.035Z] === RUN TestDockerSuite/TestEventsImageTag [2022-05-19T10:08:13.964Z] --- PASS: TestRemoveImageOrphaning (1.44s) [2022-05-19T10:08:13.964Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-05-19T10:08:13.964Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.07s) [2022-05-19T10:08:13.964Z] === RUN TestTagInvalidReference [2022-05-19T10:08:13.964Z] --- PASS: TestTagInvalidReference (0.05s) [2022-05-19T10:08:13.964Z] === RUN TestTagValidPrefixedRepo [2022-05-19T10:08:13.964Z] --- PASS: TestTagValidPrefixedRepo (0.08s) [2022-05-19T10:08:13.964Z] === RUN TestTagExistedNameWithoutForce [2022-05-19T10:08:13.964Z] --- PASS: TestTagExistedNameWithoutForce (0.06s) [2022-05-19T10:08:13.964Z] === RUN TestTagOfficialNames [2022-05-19T10:08:14.419Z] === RUN TestDockerSuite/TestEventsImageUntagDelete [2022-05-19T10:08:14.419Z] === RUN TestDockerSuite/TestEventsOOMDisableFalse [2022-05-19T10:08:14.419Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2022-05-19T10:08:14.419Z] === RUN TestDockerSuite/TestEventsOOMDisableTrue [2022-05-19T10:08:14.419Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2022-05-19T10:08:14.419Z] === RUN TestDockerSuite/TestEventsPluginOps [2022-05-19T10:08:14.434Z] --- PASS: TestTagOfficialNames (0.14s) [2022-05-19T10:08:14.434Z] === RUN TestTagMatchesDigest [2022-05-19T10:08:14.434Z] --- PASS: TestTagMatchesDigest (0.05s) [2022-05-19T10:08:14.434Z] PASS [2022-05-19T10:08:14.434Z] ok github.com/docker/docker/integration/image 2.169s [2022-05-19T10:08:14.434Z] [2022-05-19T10:08:14.434Z] === Skipped [2022-05-19T10:08:14.434Z] === SKIP: github.com/docker/docker/integration/image TestCommitInheritsEnv (0.00s) [2022-05-19T10:08:14.434Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-05-19T10:08:14.434Z] [2022-05-19T10:08:14.434Z] === SKIP: github.com/docker/docker/integration/image TestImportExtremelyLargeImageWorks (0.00s) [2022-05-19T10:08:14.434Z] import_test.go:25: testEnv.OSType == "windows": TODO enable on windows [2022-05-19T10:08:14.434Z] [2022-05-19T10:08:14.434Z] === SKIP: github.com/docker/docker/integration/image TestImportWithCustomPlatform (0.00s) [2022-05-19T10:08:14.434Z] import_test.go:54: testEnv.OSType == "windows": TODO enable on windows [2022-05-19T10:08:14.434Z] [2022-05-19T10:08:14.434Z] DONE 12 tests, 3 skipped in 6.967s [2022-05-19T10:08:14.434Z] Running D:\gopath\src\github.com\docker\docker\integration\network [2022-05-19T10:08:16.309Z] === RUN TestDockerSuite/TestEventsRedirectStdout [2022-05-19T10:08:16.872Z] === RUN TestDockerSuite/TestEventsRename [2022-05-19T10:08:17.397Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-05-19T10:08:17.397Z] INFO: Testing against a local daemon [2022-05-19T10:08:17.397Z] === RUN TestNetworkCreateDelete [2022-05-19T10:08:17.397Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2022-05-19T10:08:17.397Z] --- SKIP: TestNetworkCreateDelete (0.00s) [2022-05-19T10:08:17.397Z] === RUN TestDockerNetworkDeletePreferID [2022-05-19T10:08:17.397Z] 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-05-19T10:08:17.397Z] --- SKIP: TestDockerNetworkDeletePreferID (0.00s) [2022-05-19T10:08:17.397Z] === RUN TestDaemonDNSFallback [2022-05-19T10:08:17.397Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2022-05-19T10:08:17.397Z] --- SKIP: TestDaemonDNSFallback (0.00s) [2022-05-19T10:08:17.397Z] === RUN TestInspectNetwork [2022-05-19T10:08:17.397Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2022-05-19T10:08:17.397Z] --- SKIP: TestInspectNetwork (0.00s) [2022-05-19T10:08:17.397Z] === RUN TestRunContainerWithBridgeNone [2022-05-19T10:08:17.397Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2022-05-19T10:08:17.397Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2022-05-19T10:08:17.397Z] === RUN TestNetworkInvalidJSON [2022-05-19T10:08:17.397Z] === RUN TestNetworkInvalidJSON/networks/create [2022-05-19T10:08:17.397Z] === PAUSE TestNetworkInvalidJSON/networks/create [2022-05-19T10:08:17.397Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect [2022-05-19T10:08:17.397Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect [2022-05-19T10:08:17.397Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect [2022-05-19T10:08:17.397Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect [2022-05-19T10:08:17.397Z] === CONT TestNetworkInvalidJSON/networks/create [2022-05-19T10:08:17.397Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_content_type [2022-05-19T10:08:17.397Z] === CONT TestNetworkInvalidJSON/networks/bridge/disconnect [2022-05-19T10:08:17.397Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type [2022-05-19T10:08:17.397Z] === CONT TestNetworkInvalidJSON/networks/bridge/connect [2022-05-19T10:08:17.397Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type [2022-05-19T10:08:17.397Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON [2022-05-19T10:08:17.397Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_JSON [2022-05-19T10:08:17.397Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON [2022-05-19T10:08:17.397Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON [2022-05-19T10:08:17.397Z] === RUN TestNetworkInvalidJSON/networks/create/extra_content_after_JSON [2022-05-19T10:08:17.397Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON [2022-05-19T10:08:17.397Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/empty_body [2022-05-19T10:08:17.397Z] === RUN TestNetworkInvalidJSON/networks/create/empty_body [2022-05-19T10:08:17.397Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body [2022-05-19T10:08:17.397Z] --- PASS: TestNetworkInvalidJSON (0.06s) [2022-05-19T10:08:17.397Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.02s) [2022-05-19T10:08:17.397Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.01s) [2022-05-19T10:08:17.397Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.01s) [2022-05-19T10:08:17.397Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.00s) [2022-05-19T10:08:17.397Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.00s) [2022-05-19T10:08:17.397Z] --- PASS: TestNetworkInvalidJSON/networks/create (0.02s) [2022-05-19T10:08:17.397Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.01s) [2022-05-19T10:08:17.397Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.00s) [2022-05-19T10:08:17.397Z] --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.00s) [2022-05-19T10:08:17.397Z] --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s) [2022-05-19T10:08:17.397Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.02s) [2022-05-19T10:08:17.397Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.01s) [2022-05-19T10:08:17.397Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.00s) [2022-05-19T10:08:17.397Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.00s) [2022-05-19T10:08:17.397Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.00s) [2022-05-19T10:08:17.397Z] === RUN TestNetworkList [2022-05-19T10:08:17.397Z] === RUN TestNetworkList//networks [2022-05-19T10:08:17.397Z] === PAUSE TestNetworkList//networks [2022-05-19T10:08:17.397Z] === RUN TestNetworkList//networks/ [2022-05-19T10:08:17.397Z] === PAUSE TestNetworkList//networks/ [2022-05-19T10:08:17.397Z] === CONT TestNetworkList//networks [2022-05-19T10:08:17.397Z] === CONT TestNetworkList//networks/ [2022-05-19T10:08:17.397Z] --- PASS: TestNetworkList (0.05s) [2022-05-19T10:08:17.397Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-05-19T10:08:17.397Z] --- PASS: TestNetworkList//networks (0.00s) [2022-05-19T10:08:17.397Z] === RUN TestHostIPv4BridgeLabel [2022-05-19T10:08:17.397Z] network_test.go:154: testEnv.OSType == "windows" [2022-05-19T10:08:17.397Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2022-05-19T10:08:17.397Z] === RUN TestDaemonRestartWithLiveRestore [2022-05-19T10:08:17.397Z] service_test.go:30: testEnv.OSType == "windows" [2022-05-19T10:08:17.397Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.00s) [2022-05-19T10:08:17.397Z] === RUN TestDaemonDefaultNetworkPools [2022-05-19T10:08:17.397Z] service_test.go:59: testEnv.OSType == "windows" [2022-05-19T10:08:17.397Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s) [2022-05-19T10:08:17.397Z] === RUN TestDaemonRestartWithExistingNetwork [2022-05-19T10:08:17.397Z] service_test.go:103: testEnv.OSType == "windows" [2022-05-19T10:08:17.397Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s) [2022-05-19T10:08:17.397Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-05-19T10:08:17.397Z] service_test.go:137: testEnv.OSType == "windows" [2022-05-19T10:08:17.397Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2022-05-19T10:08:17.397Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-05-19T10:08:17.397Z] service_test.go:188: testEnv.OSType == "windows" [2022-05-19T10:08:17.397Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2022-05-19T10:08:17.397Z] === RUN TestServiceWithPredefinedNetwork [2022-05-19T10:08:17.397Z] service_test.go:213: testEnv.OSType == "windows" [2022-05-19T10:08:17.397Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2022-05-19T10:08:17.397Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-05-19T10:08:17.397Z] service_test.go:243: FLAKY_TEST [2022-05-19T10:08:17.397Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-05-19T10:08:17.397Z] === RUN TestServiceWithDataPathPortInit [2022-05-19T10:08:17.397Z] service_test.go:334: testEnv.OSType == "windows" [2022-05-19T10:08:17.397Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s) [2022-05-19T10:08:17.397Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-05-19T10:08:17.397Z] service_test.go:402: testEnv.OSType == "windows" [2022-05-19T10:08:17.397Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2022-05-19T10:08:17.397Z] PASS [2022-05-19T10:08:17.397Z] ok github.com/docker/docker/integration/network 0.225s [2022-05-19T10:08:17.397Z] [2022-05-19T10:08:17.397Z] === Skipped [2022-05-19T10:08:17.397Z] === SKIP: github.com/docker/docker/integration/network TestNetworkCreateDelete (0.00s) [2022-05-19T10:08:17.397Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2022-05-19T10:08:17.397Z] [2022-05-19T10:08:17.397Z] === SKIP: github.com/docker/docker/integration/network TestDockerNetworkDeletePreferID (0.00s) [2022-05-19T10:08:17.397Z] 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-05-19T10:08:17.397Z] [2022-05-19T10:08:17.397Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDNSFallback (0.00s) [2022-05-19T10:08:17.397Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2022-05-19T10:08:17.397Z] [2022-05-19T10:08:17.397Z] === SKIP: github.com/docker/docker/integration/network TestInspectNetwork (0.00s) [2022-05-19T10:08:17.397Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2022-05-19T10:08:17.397Z] [2022-05-19T10:08:17.397Z] === SKIP: github.com/docker/docker/integration/network TestRunContainerWithBridgeNone (0.00s) [2022-05-19T10:08:17.397Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2022-05-19T10:08:17.397Z] [2022-05-19T10:08:17.397Z] === SKIP: github.com/docker/docker/integration/network TestHostIPv4BridgeLabel (0.00s) [2022-05-19T10:08:17.397Z] network_test.go:154: testEnv.OSType == "windows" [2022-05-19T10:08:17.397Z] [2022-05-19T10:08:17.397Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithLiveRestore (0.00s) [2022-05-19T10:08:17.397Z] service_test.go:30: testEnv.OSType == "windows" [2022-05-19T10:08:17.397Z] [2022-05-19T10:08:17.397Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDefaultNetworkPools (0.00s) [2022-05-19T10:08:17.397Z] service_test.go:59: testEnv.OSType == "windows" [2022-05-19T10:08:17.397Z] [2022-05-19T10:08:17.397Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetwork (0.00s) [2022-05-19T10:08:17.397Z] service_test.go:103: testEnv.OSType == "windows" [2022-05-19T10:08:17.397Z] [2022-05-19T10:08:17.397Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2022-05-19T10:08:17.397Z] service_test.go:137: testEnv.OSType == "windows" [2022-05-19T10:08:17.397Z] [2022-05-19T10:08:17.397Z] === SKIP: github.com/docker/docker/integration/network TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2022-05-19T10:08:17.397Z] service_test.go:188: testEnv.OSType == "windows" [2022-05-19T10:08:17.397Z] [2022-05-19T10:08:17.397Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithPredefinedNetwork (0.00s) [2022-05-19T10:08:17.397Z] service_test.go:213: testEnv.OSType == "windows" [2022-05-19T10:08:17.397Z] [2022-05-19T10:08:17.397Z] === SKIP: github.com/docker/docker/integration/network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-05-19T10:08:17.397Z] service_test.go:243: FLAKY_TEST [2022-05-19T10:08:17.397Z] [2022-05-19T10:08:17.397Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDataPathPortInit (0.00s) [2022-05-19T10:08:17.397Z] service_test.go:334: testEnv.OSType == "windows" [2022-05-19T10:08:17.397Z] [2022-05-19T10:08:17.397Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDefaultAddressPoolInit (0.00s) [2022-05-19T10:08:17.397Z] service_test.go:402: testEnv.OSType == "windows" [2022-05-19T10:08:17.397Z] [2022-05-19T10:08:17.397Z] DONE 34 tests, 15 skipped in 2.655s [2022-05-19T10:08:17.397Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2022-05-19T10:08:17.434Z] === RUN TestDockerSuite/TestEventsResize [2022-05-19T10:08:17.691Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2022-05-19T10:08:18.384Z] testing: warning: no tests to run [2022-05-19T10:08:18.384Z] PASS [2022-05-19T10:08:18.384Z] ok github.com/docker/docker/integration/network/ipvlan 0.091s [2022-05-19T10:08:18.384Z] [2022-05-19T10:08:18.384Z] DONE 0 tests in 0.897s [2022-05-19T10:08:18.384Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan [2022-05-19T10:08:19.372Z] testing: warning: no tests to run [2022-05-19T10:08:19.372Z] PASS [2022-05-19T10:08:19.372Z] ok github.com/docker/docker/integration/network/macvlan 0.099s [2022-05-19T10:08:19.372Z] [2022-05-19T10:08:19.372Z] DONE 0 tests in 0.901s [2022-05-19T10:08:19.372Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin [2022-05-19T10:08:20.358Z] testing: warning: no tests to run [2022-05-19T10:08:20.358Z] PASS [2022-05-19T10:08:20.358Z] ok github.com/docker/docker/integration/plugin 0.105s [2022-05-19T10:08:20.358Z] [2022-05-19T10:08:20.358Z] DONE 0 tests in 0.893s [2022-05-19T10:08:20.358Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz [2022-05-19T10:08:21.344Z] testing: warning: no tests to run [2022-05-19T10:08:21.344Z] PASS [2022-05-19T10:08:21.344Z] ok github.com/docker/docker/integration/plugin/authz 0.093s [2022-05-19T10:08:21.344Z] [2022-05-19T10:08:21.344Z] DONE 0 tests in 0.878s [2022-05-19T10:08:21.344Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common [2022-05-19T10:08:24.228Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2022-05-19T10:08:24.228Z] === RUN TestDockerSuite/TestEventsStreaming [2022-05-19T10:08:24.228Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2022-05-19T10:08:25.155Z] --- PASS: TestServiceUpdateSecrets (14.28s) [2022-05-19T10:08:25.155Z] === RUN TestServiceUpdateConfigs [2022-05-19T10:08:27.046Z] === RUN TestDockerSuite/TestEventsTop [2022-05-19T10:08:27.212Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-05-19T10:08:27.212Z] INFO: Testing against a local daemon [2022-05-19T10:08:27.212Z] === RUN TestPluginInvalidJSON [2022-05-19T10:08:27.212Z] === RUN TestPluginInvalidJSON/plugins/foobar/set [2022-05-19T10:08:27.212Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set [2022-05-19T10:08:27.212Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade [2022-05-19T10:08:27.212Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade [2022-05-19T10:08:27.212Z] === RUN TestPluginInvalidJSON/plugins/pull [2022-05-19T10:08:27.212Z] === PAUSE TestPluginInvalidJSON/plugins/pull [2022-05-19T10:08:27.212Z] === CONT TestPluginInvalidJSON/plugins/foobar/set [2022-05-19T10:08:27.212Z] === CONT TestPluginInvalidJSON/plugins/pull [2022-05-19T10:08:27.212Z] === CONT TestPluginInvalidJSON/plugins/foobar/upgrade [2022-05-19T10:08:27.212Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type [2022-05-19T10:08:27.212Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_content_type [2022-05-19T10:08:27.212Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type [2022-05-19T10:08:27.212Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON [2022-05-19T10:08:27.212Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON [2022-05-19T10:08:27.212Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_JSON [2022-05-19T10:08:27.212Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON [2022-05-19T10:08:27.212Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON [2022-05-19T10:08:27.212Z] === RUN TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON [2022-05-19T10:08:27.212Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/empty_body [2022-05-19T10:08:27.212Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body [2022-05-19T10:08:27.212Z] === RUN TestPluginInvalidJSON/plugins/pull/empty_body [2022-05-19T10:08:27.212Z] --- PASS: TestPluginInvalidJSON (0.07s) [2022-05-19T10:08:27.212Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.01s) [2022-05-19T10:08:27.212Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.00s) [2022-05-19T10:08:27.212Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.00s) [2022-05-19T10:08:27.212Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.00s) [2022-05-19T10:08:27.212Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.00s) [2022-05-19T10:08:27.212Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.01s) [2022-05-19T10:08:27.212Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.00s) [2022-05-19T10:08:27.212Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s) [2022-05-19T10:08:27.212Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.00s) [2022-05-19T10:08:27.212Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s) [2022-05-19T10:08:27.212Z] --- PASS: TestPluginInvalidJSON/plugins/pull (0.01s) [2022-05-19T10:08:27.212Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.00s) [2022-05-19T10:08:27.212Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.00s) [2022-05-19T10:08:27.212Z] --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.00s) [2022-05-19T10:08:27.212Z] --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.00s) [2022-05-19T10:08:27.212Z] === RUN TestPluginInstall [2022-05-19T10:08:27.212Z] plugin_test.go:93: testEnv.OSType == "windows" [2022-05-19T10:08:27.212Z] --- SKIP: TestPluginInstall (0.00s) [2022-05-19T10:08:27.212Z] === RUN TestPluginsWithRuntimes [2022-05-19T10:08:27.212Z] plugin_test.go:202: testEnv.OSType == "windows" [2022-05-19T10:08:27.212Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2022-05-19T10:08:27.212Z] === RUN TestPluginBackCompatMediaTypes [2022-05-19T10:08:27.212Z] plugin_test.go:264: testEnv.OSType == "windows" [2022-05-19T10:08:27.212Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s) [2022-05-19T10:08:27.212Z] PASS [2022-05-19T10:08:27.212Z] ok github.com/docker/docker/integration/plugin/common 0.154s [2022-05-19T10:08:27.212Z] [2022-05-19T10:08:27.212Z] === Skipped [2022-05-19T10:08:27.212Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginInstall (0.00s) [2022-05-19T10:08:27.212Z] plugin_test.go:93: testEnv.OSType == "windows" [2022-05-19T10:08:27.212Z] [2022-05-19T10:08:27.212Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginsWithRuntimes (0.00s) [2022-05-19T10:08:27.212Z] plugin_test.go:202: testEnv.OSType == "windows" [2022-05-19T10:08:27.212Z] [2022-05-19T10:08:27.212Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginBackCompatMediaTypes (0.00s) [2022-05-19T10:08:27.212Z] plugin_test.go:264: testEnv.OSType == "windows" [2022-05-19T10:08:27.212Z] [2022-05-19T10:08:27.212Z] DONE 19 tests, 3 skipped in 5.879s [2022-05-19T10:08:27.609Z] === RUN TestDockerSuite/TestEventsUntag [2022-05-19T10:08:27.681Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [2022-05-19T10:08:29.915Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-05-19T10:08:29.915Z] INFO: Testing against a local daemon [2022-05-19T10:08:29.915Z] === RUN TestExternalGraphDriver [2022-05-19T10:08:29.915Z] external_test.go:48: runtime.GOOS == "windows" [2022-05-19T10:08:29.915Z] --- SKIP: TestExternalGraphDriver (0.00s) [2022-05-19T10:08:29.915Z] === RUN TestGraphdriverPluginV2 [2022-05-19T10:08:29.915Z] external_test.go:408: runtime.GOOS == "windows" [2022-05-19T10:08:29.915Z] --- SKIP: TestGraphdriverPluginV2 (0.00s) [2022-05-19T10:08:29.915Z] PASS [2022-05-19T10:08:29.915Z] ok github.com/docker/docker/integration/plugin/graphdriver 0.125s [2022-05-19T10:08:29.915Z] [2022-05-19T10:08:29.915Z] === Skipped [2022-05-19T10:08:29.915Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.00s) [2022-05-19T10:08:29.915Z] external_test.go:48: runtime.GOOS == "windows" [2022-05-19T10:08:29.915Z] [2022-05-19T10:08:29.915Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.00s) [2022-05-19T10:08:29.915Z] external_test.go:408: runtime.GOOS == "windows" [2022-05-19T10:08:29.915Z] [2022-05-19T10:08:29.915Z] DONE 2 tests, 2 skipped in 2.459s [2022-05-19T10:08:29.915Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging [2022-05-19T10:08:30.123Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2022-05-19T10:08:32.865Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-05-19T10:08:32.865Z] INFO: Testing against a local daemon [2022-05-19T10:08:32.865Z] === RUN TestReadPluginNoRead [2022-05-19T10:08:32.865Z] read_test.go:21: no unix domain sockets on Windows [2022-05-19T10:08:32.865Z] --- SKIP: TestReadPluginNoRead (0.00s) [2022-05-19T10:08:32.865Z] PASS [2022-05-19T10:08:32.865Z] ok github.com/docker/docker/integration/plugin/logging 0.106s [2022-05-19T10:08:32.865Z] [2022-05-19T10:08:32.865Z] === Skipped [2022-05-19T10:08:32.865Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s) [2022-05-19T10:08:32.865Z] read_test.go:21: no unix domain sockets on Windows [2022-05-19T10:08:32.865Z] [2022-05-19T10:08:32.865Z] DONE 1 tests, 1 skipped in 2.451s [2022-05-19T10:08:32.865Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging\cmd\discard [2022-05-19T10:08:33.851Z] testing: warning: no tests to run [2022-05-19T10:08:33.851Z] PASS [2022-05-19T10:08:33.851Z] ok github.com/docker/docker/integration/plugin/logging/cmd/discard 0.096s [2022-05-19T10:08:33.851Z] [2022-05-19T10:08:33.851Z] DONE 0 tests in 1.276s [2022-05-19T10:08:33.851Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2022-05-19T10:08:36.816Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-05-19T10:08:36.816Z] INFO: Testing against a local daemon [2022-05-19T10:08:36.816Z] === RUN TestPluginWithDevMounts [2022-05-19T10:08:36.816Z] mounts_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:08:36.816Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2022-05-19T10:08:36.816Z] PASS [2022-05-19T10:08:36.816Z] ok github.com/docker/docker/integration/plugin/volumes 0.104s [2022-05-19T10:08:36.816Z] [2022-05-19T10:08:36.816Z] === Skipped [2022-05-19T10:08:36.816Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s) [2022-05-19T10:08:36.816Z] mounts_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:08:36.816Z] [2022-05-19T10:08:36.816Z] DONE 1 tests, 1 skipped in 2.563s [2022-05-19T10:08:36.816Z] Running D:\gopath\src\github.com\docker\docker\integration\secret [2022-05-19T10:08:39.035Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-05-19T10:08:39.035Z] INFO: Testing against a local daemon [2022-05-19T10:08:39.035Z] === RUN TestSecretInspect [2022-05-19T10:08:39.035Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:08:39.035Z] --- SKIP: TestSecretInspect (0.00s) [2022-05-19T10:08:39.035Z] === RUN TestSecretList [2022-05-19T10:08:39.035Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:08:39.035Z] --- SKIP: TestSecretList (0.00s) [2022-05-19T10:08:39.035Z] === RUN TestSecretsCreateAndDelete [2022-05-19T10:08:39.035Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:08:39.035Z] --- SKIP: TestSecretsCreateAndDelete (0.00s) [2022-05-19T10:08:39.035Z] === RUN TestSecretsUpdate [2022-05-19T10:08:39.035Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:08:39.035Z] --- SKIP: TestSecretsUpdate (0.00s) [2022-05-19T10:08:39.035Z] === RUN TestTemplatedSecret [2022-05-19T10:08:39.035Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:08:39.035Z] --- SKIP: TestTemplatedSecret (0.00s) [2022-05-19T10:08:39.035Z] === RUN TestSecretCreateResolve [2022-05-19T10:08:39.035Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2022-05-19T10:08:39.035Z] --- SKIP: TestSecretCreateResolve (0.00s) [2022-05-19T10:08:39.035Z] PASS [2022-05-19T10:08:39.035Z] ok github.com/docker/docker/integration/secret 0.120s [2022-05-19T10:08:39.035Z] [2022-05-19T10:08:39.035Z] === Skipped [2022-05-19T10:08:39.035Z] === SKIP: github.com/docker/docker/integration/secret TestSecretInspect (0.00s) [2022-05-19T10:08:39.035Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:08:39.035Z] [2022-05-19T10:08:39.035Z] === SKIP: github.com/docker/docker/integration/secret TestSecretList (0.00s) [2022-05-19T10:08:39.035Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:08:39.035Z] [2022-05-19T10:08:39.035Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsCreateAndDelete (0.00s) [2022-05-19T10:08:39.035Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:08:39.035Z] [2022-05-19T10:08:39.035Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsUpdate (0.00s) [2022-05-19T10:08:39.035Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:08:39.035Z] [2022-05-19T10:08:39.035Z] === SKIP: github.com/docker/docker/integration/secret TestTemplatedSecret (0.00s) [2022-05-19T10:08:39.035Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:08:39.035Z] [2022-05-19T10:08:39.035Z] === SKIP: github.com/docker/docker/integration/secret TestSecretCreateResolve (0.00s) [2022-05-19T10:08:39.035Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2022-05-19T10:08:39.035Z] [2022-05-19T10:08:39.035Z] DONE 6 tests, 6 skipped in 2.209s [2022-05-19T10:08:39.035Z] Running D:\gopath\src\github.com\docker\docker\integration\service [2022-05-19T10:08:40.062Z] --- PASS: TestServiceUpdateConfigs (14.62s) [2022-05-19T10:08:40.062Z] === RUN TestServiceUpdateNetwork [2022-05-19T10:08:40.989Z] === RUN TestDockerSuite/TestExec [2022-05-19T10:08:41.917Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2022-05-19T10:08:42.004Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-05-19T10:08:42.004Z] INFO: Testing against a local daemon [2022-05-19T10:08:42.004Z] === RUN TestServiceCreateInit [2022-05-19T10:08:42.004Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-05-19T10:08:42.004Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:08:42.004Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-05-19T10:08:42.004Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:08:42.004Z] --- PASS: TestServiceCreateInit (0.09s) [2022-05-19T10:08:42.004Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-05-19T10:08:42.004Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-05-19T10:08:42.004Z] === RUN TestCreateServiceMultipleTimes [2022-05-19T10:08:42.004Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:08:42.004Z] --- SKIP: TestCreateServiceMultipleTimes (0.00s) [2022-05-19T10:08:42.004Z] === RUN TestCreateServiceConflict [2022-05-19T10:08:42.004Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:08:42.004Z] --- SKIP: TestCreateServiceConflict (0.00s) [2022-05-19T10:08:42.004Z] === RUN TestCreateServiceMaxReplicas [2022-05-19T10:08:42.472Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:08:42.472Z] --- SKIP: TestCreateServiceMaxReplicas (0.06s) [2022-05-19T10:08:42.472Z] === RUN TestCreateWithDuplicateNetworkNames [2022-05-19T10:08:42.472Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:08:42.472Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.00s) [2022-05-19T10:08:42.472Z] === RUN TestCreateServiceSecretFileMode [2022-05-19T10:08:42.472Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:08:42.472Z] --- SKIP: TestCreateServiceSecretFileMode (0.00s) [2022-05-19T10:08:42.472Z] === RUN TestCreateServiceConfigFileMode [2022-05-19T10:08:42.472Z] create_test.go:305: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:08:42.472Z] --- SKIP: TestCreateServiceConfigFileMode (0.00s) [2022-05-19T10:08:42.472Z] === RUN TestCreateServiceSysctls [2022-05-19T10:08:42.472Z] create_test.go:390: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:08:42.472Z] --- SKIP: TestCreateServiceSysctls (0.05s) [2022-05-19T10:08:42.472Z] === RUN TestCreateServiceCapabilities [2022-05-19T10:08:42.472Z] create_test.go:474: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:08:42.472Z] --- SKIP: TestCreateServiceCapabilities (0.06s) [2022-05-19T10:08:42.472Z] === RUN TestInspect [2022-05-19T10:08:42.472Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:08:42.472Z] --- SKIP: TestInspect (0.00s) [2022-05-19T10:08:42.472Z] === RUN TestCreateJob [2022-05-19T10:08:42.472Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:08:42.472Z] --- SKIP: TestCreateJob (0.00s) [2022-05-19T10:08:42.472Z] === RUN TestReplicatedJob [2022-05-19T10:08:42.472Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:08:42.472Z] --- SKIP: TestReplicatedJob (0.00s) [2022-05-19T10:08:42.472Z] === RUN TestUpdateReplicatedJob [2022-05-19T10:08:42.472Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:08:42.472Z] --- SKIP: TestUpdateReplicatedJob (0.00s) [2022-05-19T10:08:42.472Z] === RUN TestServiceListWithStatuses [2022-05-19T10:08:42.472Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:08:42.472Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-05-19T10:08:42.472Z] === RUN TestDockerNetworkConnectAlias [2022-05-19T10:08:42.472Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:08:42.472Z] --- SKIP: TestDockerNetworkConnectAlias (0.00s) [2022-05-19T10:08:42.472Z] === RUN TestDockerNetworkReConnect [2022-05-19T10:08:42.472Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:08:42.472Z] --- SKIP: TestDockerNetworkReConnect (0.00s) [2022-05-19T10:08:42.472Z] === RUN TestServicePlugin [2022-05-19T10:08:42.472Z] plugin_test.go:26: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:08:42.472Z] --- SKIP: TestServicePlugin (0.00s) [2022-05-19T10:08:42.472Z] === RUN TestServiceUpdateLabel [2022-05-19T10:08:42.472Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2022-05-19T10:08:42.472Z] --- SKIP: TestServiceUpdateLabel (0.00s) [2022-05-19T10:08:42.472Z] === RUN TestServiceUpdateSecrets [2022-05-19T10:08:42.472Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2022-05-19T10:08:42.472Z] --- SKIP: TestServiceUpdateSecrets (0.00s) [2022-05-19T10:08:42.472Z] === RUN TestServiceUpdateConfigs [2022-05-19T10:08:42.472Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2022-05-19T10:08:42.472Z] --- SKIP: TestServiceUpdateConfigs (0.00s) [2022-05-19T10:08:42.472Z] === RUN TestServiceUpdateNetwork [2022-05-19T10:08:42.472Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2022-05-19T10:08:42.472Z] --- SKIP: TestServiceUpdateNetwork (0.00s) [2022-05-19T10:08:42.472Z] === RUN TestServiceUpdatePidsLimit [2022-05-19T10:08:42.472Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2022-05-19T10:08:42.472Z] --- SKIP: TestServiceUpdatePidsLimit (0.00s) [2022-05-19T10:08:42.472Z] PASS [2022-05-19T10:08:42.472Z] ok github.com/docker/docker/integration/service 0.360s [2022-05-19T10:08:42.472Z] [2022-05-19T10:08:42.472Z] === Skipped [2022-05-19T10:08:42.472Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-05-19T10:08:42.472Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:08:42.472Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-05-19T10:08:42.472Z] [2022-05-19T10:08:42.472Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-05-19T10:08:42.472Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:08:42.472Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-05-19T10:08:42.472Z] [2022-05-19T10:08:42.472Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMultipleTimes (0.00s) [2022-05-19T10:08:42.472Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:08:42.472Z] [2022-05-19T10:08:42.472Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConflict (0.00s) [2022-05-19T10:08:42.472Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:08:42.472Z] [2022-05-19T10:08:42.472Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMaxReplicas (0.06s) [2022-05-19T10:08:42.472Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:08:42.472Z] [2022-05-19T10:08:42.472Z] === SKIP: github.com/docker/docker/integration/service TestCreateWithDuplicateNetworkNames (0.00s) [2022-05-19T10:08:42.472Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:08:42.472Z] [2022-05-19T10:08:42.472Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSecretFileMode (0.00s) [2022-05-19T10:08:42.472Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:08:42.472Z] [2022-05-19T10:08:42.472Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConfigFileMode (0.00s) [2022-05-19T10:08:42.472Z] create_test.go:305: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:08:42.472Z] [2022-05-19T10:08:42.472Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSysctls (0.05s) [2022-05-19T10:08:42.472Z] create_test.go:390: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:08:42.472Z] [2022-05-19T10:08:42.472Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceCapabilities (0.06s) [2022-05-19T10:08:42.472Z] create_test.go:474: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:08:42.472Z] [2022-05-19T10:08:42.472Z] === SKIP: github.com/docker/docker/integration/service TestInspect (0.00s) [2022-05-19T10:08:42.472Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:08:42.472Z] [2022-05-19T10:08:42.472Z] === SKIP: github.com/docker/docker/integration/service TestCreateJob (0.00s) [2022-05-19T10:08:42.472Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:08:42.472Z] [2022-05-19T10:08:42.472Z] === SKIP: github.com/docker/docker/integration/service TestReplicatedJob (0.00s) [2022-05-19T10:08:42.472Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:08:42.472Z] [2022-05-19T10:08:42.472Z] === SKIP: github.com/docker/docker/integration/service TestUpdateReplicatedJob (0.00s) [2022-05-19T10:08:42.472Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:08:42.472Z] [2022-05-19T10:08:42.472Z] === SKIP: github.com/docker/docker/integration/service TestServiceListWithStatuses (0.00s) [2022-05-19T10:08:42.472Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:08:42.472Z] [2022-05-19T10:08:42.472Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkConnectAlias (0.00s) [2022-05-19T10:08:42.472Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:08:42.472Z] [2022-05-19T10:08:42.472Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkReConnect (0.00s) [2022-05-19T10:08:42.472Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:08:42.472Z] [2022-05-19T10:08:42.472Z] === SKIP: github.com/docker/docker/integration/service TestServicePlugin (0.00s) [2022-05-19T10:08:42.472Z] plugin_test.go:26: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:08:42.472Z] [2022-05-19T10:08:42.472Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateLabel (0.00s) [2022-05-19T10:08:42.472Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2022-05-19T10:08:42.472Z] [2022-05-19T10:08:42.472Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateSecrets (0.00s) [2022-05-19T10:08:42.472Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2022-05-19T10:08:42.472Z] [2022-05-19T10:08:42.472Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateConfigs (0.00s) [2022-05-19T10:08:42.472Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2022-05-19T10:08:42.472Z] [2022-05-19T10:08:42.472Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateNetwork (0.00s) [2022-05-19T10:08:42.472Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2022-05-19T10:08:42.472Z] [2022-05-19T10:08:42.472Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdatePidsLimit (0.00s) [2022-05-19T10:08:42.472Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2022-05-19T10:08:42.472Z] [2022-05-19T10:08:42.472Z] DONE 24 tests, 23 skipped in 3.354s [2022-05-19T10:08:42.472Z] Running D:\gopath\src\github.com\docker\docker\integration\session [2022-05-19T10:08:42.480Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2022-05-19T10:08:43.045Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2022-05-19T10:08:43.630Z] === RUN TestDockerSuite/TestExecAPIStart [2022-05-19T10:08:44.557Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2022-05-19T10:08:44.697Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-05-19T10:08:44.697Z] INFO: Testing against a local daemon [2022-05-19T10:08:44.697Z] === RUN TestSessionCreate [2022-05-19T10:08:44.697Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2022-05-19T10:08:44.697Z] --- SKIP: TestSessionCreate (0.00s) [2022-05-19T10:08:44.697Z] === RUN TestSessionCreateWithBadUpgrade [2022-05-19T10:08:44.697Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2022-05-19T10:08:44.697Z] --- SKIP: TestSessionCreateWithBadUpgrade (0.00s) [2022-05-19T10:08:44.697Z] PASS [2022-05-19T10:08:44.697Z] ok github.com/docker/docker/integration/session 0.120s [2022-05-19T10:08:44.697Z] [2022-05-19T10:08:44.697Z] === Skipped [2022-05-19T10:08:44.697Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreate (0.00s) [2022-05-19T10:08:44.697Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2022-05-19T10:08:44.697Z] [2022-05-19T10:08:44.697Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreateWithBadUpgrade (0.00s) [2022-05-19T10:08:44.697Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2022-05-19T10:08:44.697Z] [2022-05-19T10:08:44.697Z] DONE 2 tests, 2 skipped in 2.015s [2022-05-19T10:08:44.697Z] Running D:\gopath\src\github.com\docker\docker\integration\system [2022-05-19T10:08:45.120Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2022-05-19T10:08:45.683Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2022-05-19T10:08:46.611Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2022-05-19T10:08:47.172Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2022-05-19T10:08:47.656Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-05-19T10:08:47.656Z] INFO: Testing against a local daemon [2022-05-19T10:08:47.656Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-05-19T10:08:47.656Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:08:47.656Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-05-19T10:08:47.656Z] === RUN TestDiskUsage [2022-05-19T10:08:47.656Z] disk_usage_test.go:16: testEnv.OSType == "windows" [2022-05-19T10:08:47.656Z] --- SKIP: TestDiskUsage (0.00s) [2022-05-19T10:08:47.656Z] === RUN TestEventsExecDie [2022-05-19T10:08:47.656Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2022-05-19T10:08:47.656Z] --- SKIP: TestEventsExecDie (0.00s) [2022-05-19T10:08:47.656Z] === RUN TestEventsBackwardsCompatible [2022-05-19T10:08:47.656Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2022-05-19T10:08:47.656Z] --- SKIP: TestEventsBackwardsCompatible (0.00s) [2022-05-19T10:08:47.656Z] === RUN TestEventsVolumeCreate [2022-05-19T10:08:47.656Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2022-05-19T10:08:47.656Z] --- SKIP: TestEventsVolumeCreate (0.00s) [2022-05-19T10:08:47.656Z] === RUN TestInfoAPI [2022-05-19T10:08:47.656Z] --- PASS: TestInfoAPI (0.07s) [2022-05-19T10:08:47.656Z] === RUN TestInfoAPIWarnings [2022-05-19T10:08:47.656Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-05-19T10:08:47.656Z] --- SKIP: TestInfoAPIWarnings (0.00s) [2022-05-19T10:08:47.656Z] === RUN TestInfoDebug [2022-05-19T10:08:47.656Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-05-19T10:08:47.656Z] --- SKIP: TestInfoDebug (0.00s) [2022-05-19T10:08:47.656Z] === RUN TestInfoInsecureRegistries [2022-05-19T10:08:47.656Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-05-19T10:08:47.656Z] --- SKIP: TestInfoInsecureRegistries (0.00s) [2022-05-19T10:08:47.656Z] === RUN TestInfoRegistryMirrors [2022-05-19T10:08:47.656Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-05-19T10:08:47.656Z] --- SKIP: TestInfoRegistryMirrors (0.00s) [2022-05-19T10:08:47.656Z] === RUN TestLoginFailsWithBadCredentials [2022-05-19T10:08:47.733Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2022-05-19T10:08:47.989Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2022-05-19T10:08:48.124Z] --- PASS: TestLoginFailsWithBadCredentials (1.01s) [2022-05-19T10:08:48.124Z] === RUN TestPingCacheHeaders [2022-05-19T10:08:48.124Z] --- PASS: TestPingCacheHeaders (0.05s) [2022-05-19T10:08:48.124Z] === RUN TestPingGet [2022-05-19T10:08:48.592Z] --- PASS: TestPingGet (0.06s) [2022-05-19T10:08:48.592Z] === RUN TestPingHead [2022-05-19T10:08:48.592Z] --- PASS: TestPingHead (0.05s) [2022-05-19T10:08:48.592Z] === RUN TestPingSwarmHeader [2022-05-19T10:08:48.592Z] ping_test.go:58: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:08:48.592Z] --- SKIP: TestPingSwarmHeader (0.00s) [2022-05-19T10:08:48.592Z] === RUN TestVersion [2022-05-19T10:08:48.592Z] --- PASS: TestVersion (0.05s) [2022-05-19T10:08:48.592Z] PASS [2022-05-19T10:08:48.592Z] ok github.com/docker/docker/integration/system 1.360s [2022-05-19T10:08:48.592Z] [2022-05-19T10:08:48.592Z] === Skipped [2022-05-19T10:08:48.592Z] === SKIP: github.com/docker/docker/integration/system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-05-19T10:08:48.592Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:08:48.592Z] [2022-05-19T10:08:48.592Z] === SKIP: github.com/docker/docker/integration/system TestDiskUsage (0.00s) [2022-05-19T10:08:48.592Z] disk_usage_test.go:16: testEnv.OSType == "windows" [2022-05-19T10:08:48.592Z] [2022-05-19T10:08:48.592Z] === SKIP: github.com/docker/docker/integration/system TestEventsExecDie (0.00s) [2022-05-19T10:08:48.592Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2022-05-19T10:08:48.592Z] [2022-05-19T10:08:48.592Z] === SKIP: github.com/docker/docker/integration/system TestEventsBackwardsCompatible (0.00s) [2022-05-19T10:08:48.592Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2022-05-19T10:08:48.592Z] [2022-05-19T10:08:48.592Z] === SKIP: github.com/docker/docker/integration/system TestEventsVolumeCreate (0.00s) [2022-05-19T10:08:48.592Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2022-05-19T10:08:48.592Z] [2022-05-19T10:08:48.592Z] === SKIP: github.com/docker/docker/integration/system TestInfoAPIWarnings (0.00s) [2022-05-19T10:08:48.592Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-05-19T10:08:48.592Z] [2022-05-19T10:08:48.592Z] === SKIP: github.com/docker/docker/integration/system TestInfoDebug (0.00s) [2022-05-19T10:08:48.592Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-05-19T10:08:48.592Z] [2022-05-19T10:08:48.592Z] === SKIP: github.com/docker/docker/integration/system TestInfoInsecureRegistries (0.00s) [2022-05-19T10:08:48.592Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-05-19T10:08:48.592Z] [2022-05-19T10:08:48.592Z] === SKIP: github.com/docker/docker/integration/system TestInfoRegistryMirrors (0.00s) [2022-05-19T10:08:48.592Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-05-19T10:08:48.592Z] [2022-05-19T10:08:48.592Z] === SKIP: github.com/docker/docker/integration/system TestPingSwarmHeader (0.00s) [2022-05-19T10:08:48.592Z] ping_test.go:58: testEnv.DaemonInfo.OSType == "windows" [2022-05-19T10:08:48.592Z] [2022-05-19T10:08:48.592Z] DONE 16 tests, 10 skipped in 3.791s [2022-05-19T10:08:48.592Z] Running D:\gopath\src\github.com\docker\docker\integration\volume [2022-05-19T10:08:49.359Z] === RUN TestDockerSuite/TestExecCgroup [2022-05-19T10:08:49.921Z] === RUN TestDockerSuite/TestExecEnv [2022-05-19T10:08:50.484Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2022-05-19T10:08:50.812Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-05-19T10:08:50.812Z] INFO: Testing against a local daemon [2022-05-19T10:08:50.812Z] === RUN TestVolumesCreateAndList [2022-05-19T10:08:50.812Z] --- PASS: TestVolumesCreateAndList (0.07s) [2022-05-19T10:08:50.812Z] === RUN TestVolumesRemove [2022-05-19T10:08:51.281Z] --- PASS: TestVolumesRemove (0.25s) [2022-05-19T10:08:51.281Z] === RUN TestVolumesInspect [2022-05-19T10:08:51.281Z] --- PASS: TestVolumesInspect (0.06s) [2022-05-19T10:08:51.281Z] === RUN TestVolumesInvalidJSON [2022-05-19T10:08:51.281Z] === RUN TestVolumesInvalidJSON/volumes/create [2022-05-19T10:08:51.281Z] === PAUSE TestVolumesInvalidJSON/volumes/create [2022-05-19T10:08:51.281Z] === CONT TestVolumesInvalidJSON/volumes/create [2022-05-19T10:08:51.281Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_content_type [2022-05-19T10:08:51.281Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_JSON [2022-05-19T10:08:51.281Z] === RUN TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON [2022-05-19T10:08:51.281Z] === RUN TestVolumesInvalidJSON/volumes/create/empty_body [2022-05-19T10:08:51.281Z] --- PASS: TestVolumesInvalidJSON (0.05s) [2022-05-19T10:08:51.281Z] --- PASS: TestVolumesInvalidJSON/volumes/create (0.01s) [2022-05-19T10:08:51.281Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.00s) [2022-05-19T10:08:51.281Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.00s) [2022-05-19T10:08:51.281Z] --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s) [2022-05-19T10:08:51.281Z] --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s) [2022-05-19T10:08:51.281Z] PASS [2022-05-19T10:08:51.281Z] ok github.com/docker/docker/integration/volume 0.509s [2022-05-19T10:08:51.281Z] [2022-05-19T10:08:51.281Z] DONE 9 tests in 2.709s [2022-05-19T10:08:51.413Z] === RUN TestDockerSuite/TestExecExitStatus [2022-05-19T10:08:51.749Z] INFO: make.ps1 ended at 05/19/2022 10:08:51 [2022-05-19T10:08:51.749Z] INFO: Integration CLI tests being run from the host: [2022-05-19T10:08:51.749Z] INFO: gotestsum --format=standard-verbose --jsonfile=..\\bundles\\go-test-report-intcli-tests.json --junitfile=..\\bundles\\junit-report-intcli-tests.xml -- "-test.timeout" "200m" [2022-05-19T10:08:51.977Z] === RUN TestDockerSuite/TestExecInspectID [2022-05-19T10:08:52.540Z] --- PASS: TestServiceUpdateNetwork (13.10s) [2022-05-19T10:08:52.540Z] === RUN TestServiceUpdatePidsLimit [2022-05-19T10:08:53.905Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2022-05-19T10:08:54.833Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2022-05-19T10:08:54.833Z] === RUN TestDockerSuite/TestExecInteractive [2022-05-19T10:08:55.396Z] === RUN TestDockerSuite/TestExecInteractiveStdinClose [2022-05-19T10:08:55.651Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2022-05-19T10:08:56.214Z] === RUN TestDockerSuite/TestExecParseError [2022-05-19T10:08:56.776Z] === RUN TestDockerSuite/TestExecPausedContainer [2022-05-19T10:08:57.338Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2022-05-19T10:08:57.901Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2022-05-19T10:08:58.830Z] === RUN TestDockerSuite/TestExecSetEnv [2022-05-19T10:08:59.392Z] === RUN TestDockerSuite/TestExecStartFails [2022-05-19T10:08:59.954Z] === RUN TestDockerSuite/TestExecStateCleanup [2022-05-19T10:09:01.864Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2022-05-19T10:09:04.261Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-05-19T10:09:04.261Z] INFO: Testing against a local daemon [2022-05-19T10:09:04.261Z] === RUN TestDockerSuite [2022-05-19T10:09:04.261Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2022-05-19T10:09:04.261Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2022-05-19T10:09:04.261Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2022-05-19T10:09:04.261Z] === RUN TestDockerSuite/TestAPIErrorJSON [2022-05-19T10:09:04.261Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2022-05-19T10:09:04.261Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2022-05-19T10:09:04.261Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2022-05-19T10:09:04.261Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2022-05-19T10:09:04.261Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2022-05-19T10:09:04.261Z] === RUN TestDockerSuite/TestAPIImagesDelete [2022-05-19T10:09:04.730Z] === RUN TestDockerSuite/TestAPIImagesFilter [2022-05-19T10:09:05.129Z] check_test.go:378: [d7cb6becda512] daemon is not started [2022-05-19T10:09:05.129Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestartCluster [2022-05-19T10:09:05.198Z] === RUN TestDockerSuite/TestAPIImagesHistory [2022-05-19T10:09:06.189Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2022-05-19T10:09:06.495Z] docker_api_swarm_test.go:802: [dfb5cdcdeb086] joining swarm manager [d7966d08c90f5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-05-19T10:09:06.658Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2022-05-19T10:09:07.860Z] docker_api_swarm_test.go:802: [d90ef67f8f404] joining swarm manager [d7966d08c90f5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-05-19T10:09:09.228Z] --- PASS: TestServiceUpdatePidsLimit (16.41s) [2022-05-19T10:09:09.228Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.73s) [2022-05-19T10:09:09.228Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.90s) [2022-05-19T10:09:09.228Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.91s) [2022-05-19T10:09:09.228Z] PASS [2022-05-19T10:09:09.228Z] [2022-05-19T10:09:09.228Z] === Skipped [2022-05-19T10:09:09.228Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2022-05-19T10:09:09.228Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-05-19T10:09:09.228Z] [2022-05-19T10:09:09.228Z] DONE 27 tests, 1 skipped in 177.449s [2022-05-19T10:09:09.228Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2022-05-19T10:09:09.228Z] ++ 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-05-19T10:09:09.228Z] ++ set -e [2022-05-19T10:09:09.228Z] ++ '[' -n 0 ']' [2022-05-19T10:09:09.228Z] ++ set -x [2022-05-19T10:09:09.228Z] ++ 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-05-19T10:09:09.228Z] docker_api_swarm_test.go:802: [d579512025e67] joining swarm manager [d7966d08c90f5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2022-05-19T10:09:09.228Z] INFO: Testing against a local daemon [2022-05-19T10:09:09.228Z] === RUN TestSessionCreate [2022-05-19T10:09:09.228Z] --- PASS: TestSessionCreate (0.03s) [2022-05-19T10:09:09.228Z] === RUN TestSessionCreateWithBadUpgrade [2022-05-19T10:09:09.228Z] --- PASS: TestSessionCreateWithBadUpgrade (0.03s) [2022-05-19T10:09:09.228Z] PASS [2022-05-19T10:09:09.228Z] [2022-05-19T10:09:09.228Z] DONE 2 tests in 0.238s [2022-05-19T10:09:09.228Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2022-05-19T10:09:09.228Z] ++ 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-05-19T10:09:09.228Z] ++ set -e [2022-05-19T10:09:09.228Z] ++ '[' -n 0 ']' [2022-05-19T10:09:09.228Z] ++ set -x [2022-05-19T10:09:09.228Z] ++ 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-05-19T10:09:09.485Z] INFO: Testing against a local daemon [2022-05-19T10:09:09.485Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-05-19T10:09:09.485Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-05-19T10:09:09.485Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-05-19T10:09:09.485Z] === RUN TestDiskUsage [2022-05-19T10:09:09.485Z] === PAUSE TestDiskUsage [2022-05-19T10:09:09.485Z] === RUN TestEventsExecDie [2022-05-19T10:09:10.046Z] --- PASS: TestEventsExecDie (0.57s) [2022-05-19T10:09:10.046Z] === RUN TestEventsBackwardsCompatible [2022-05-19T10:09:10.302Z] --- PASS: TestEventsBackwardsCompatible (0.05s) [2022-05-19T10:09:10.302Z] === RUN TestEventsVolumeCreate [2022-05-19T10:09:10.302Z] --- PASS: TestEventsVolumeCreate (0.05s) [2022-05-19T10:09:10.302Z] === RUN TestInfoBinaryCommits [2022-05-19T10:09:10.302Z] --- PASS: TestInfoBinaryCommits (0.02s) [2022-05-19T10:09:10.302Z] === RUN TestInfoAPIVersioned [2022-05-19T10:09:10.302Z] --- PASS: TestInfoAPIVersioned (0.01s) [2022-05-19T10:09:10.302Z] === RUN TestInfoAPI [2022-05-19T10:09:10.302Z] --- PASS: TestInfoAPI (0.02s) [2022-05-19T10:09:10.302Z] === RUN TestInfoAPIWarnings [2022-05-19T10:09:10.864Z] === RUN TestDockerSuite/TestExecStopNotHanging [2022-05-19T10:09:11.428Z] === RUN TestDockerSuite/TestExecTTY [2022-05-19T10:09:11.684Z] docker_api_swarm_test.go:802: [dbc6ca416a259] joining swarm manager [d7966d08c90f5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2022-05-19T10:09:11.924Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2022-05-19T10:09:11.924Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2022-05-19T10:09:11.924Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2022-05-19T10:09:11.924Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2022-05-19T10:09:11.924Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2022-05-19T10:09:11.924Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2022-05-19T10:09:11.924Z] === RUN TestDockerSuite/TestAPINetworkFilter [2022-05-19T10:09:11.924Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2022-05-19T10:09:11.924Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2022-05-19T10:09:11.924Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2022-05-19T10:09:11.924Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2022-05-19T10:09:11.924Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2022-05-19T10:09:11.924Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2022-05-19T10:09:11.924Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2022-05-19T10:09:11.924Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2022-05-19T10:09:11.924Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2022-05-19T10:09:11.924Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2022-05-19T10:09:11.924Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2022-05-19T10:09:11.924Z] docker_api_stats_test.go:264: unmatched requirement DaemonIsLinux [2022-05-19T10:09:11.924Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2022-05-19T10:09:11.924Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2022-05-19T10:09:11.924Z] docker_api_stats_test.go:170: unmatched requirement DaemonIsLinux [2022-05-19T10:09:11.924Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2022-05-19T10:09:11.924Z] docker_api_stats_test.go:278: unmatched requirement DaemonIsLinux [2022-05-19T10:09:11.924Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2022-05-19T10:09:11.924Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2022-05-19T10:09:11.941Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2022-05-19T10:09:12.503Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2022-05-19T10:09:13.109Z] docker_api_swarm_test.go:810: [dc54c891fc22e] joining swarm manager [d7966d08c90f5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2482 [2022-05-19T10:09:13.109Z] === RUN TestDockerSuite/TestExecUlimits [2022-05-19T10:09:14.036Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2022-05-19T10:09:14.036Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows [2022-05-19T10:09:14.036Z] === RUN TestDockerSuite/TestExecWithImageUser [2022-05-19T10:09:14.146Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2022-05-19T10:09:14.146Z] docker_cli_run_test.go:3149: unmatched requirement Apparmor [2022-05-19T10:09:14.146Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2022-05-19T10:09:14.146Z] docker_cli_run_test.go:3127: unmatched requirement Apparmor [2022-05-19T10:09:14.146Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2022-05-19T10:09:14.146Z] docker_cli_run_test.go:3139: unmatched requirement DaemonIsLinux [2022-05-19T10:09:14.146Z] === RUN TestDockerSuite/TestAttachDisconnect [2022-05-19T10:09:14.146Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2022-05-19T10:09:14.147Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2022-05-19T10:09:14.964Z] === RUN TestDockerSuite/TestExecWithNoTERM [2022-05-19T10:09:15.526Z] === RUN TestDockerSuite/TestExecWithPrivileged [2022-05-19T10:09:16.455Z] === RUN TestDockerSuite/TestExecWithTERM [2022-05-19T10:09:17.017Z] === RUN TestDockerSuite/TestExecWithUser [2022-05-19T10:09:17.579Z] === RUN TestDockerSuite/TestGetContainerStats [2022-05-19T10:09:17.968Z] === RUN TestDockerSuite/TestAttachPausedContainer [2022-05-19T10:09:17.968Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2022-05-19T10:09:17.968Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2022-05-19T10:09:17.968Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2022-05-19T10:09:17.968Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2022-05-19T10:09:22.823Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2022-05-19T10:09:26.641Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2022-05-19T10:09:26.993Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2022-05-19T10:09:26.993Z] --- PASS: TestInfoAPIWarnings (16.54s) [2022-05-19T10:09:26.993Z] === RUN TestInfoDebug [2022-05-19T10:09:27.249Z] --- PASS: TestInfoDebug (0.52s) [2022-05-19T10:09:27.249Z] === RUN TestInfoInsecureRegistries [2022-05-19T10:09:27.811Z] --- PASS: TestInfoInsecureRegistries (0.53s) [2022-05-19T10:09:27.811Z] === RUN TestInfoRegistryMirrors [2022-05-19T10:09:28.068Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2022-05-19T10:09:28.325Z] --- PASS: TestInfoRegistryMirrors (0.52s) [2022-05-19T10:09:28.325Z] === RUN TestLoginFailsWithBadCredentials [2022-05-19T10:09:28.582Z] --- PASS: TestLoginFailsWithBadCredentials (0.08s) [2022-05-19T10:09:28.582Z] === RUN TestPingCacheHeaders [2022-05-19T10:09:28.582Z] --- PASS: TestPingCacheHeaders (0.02s) [2022-05-19T10:09:28.582Z] === RUN TestPingGet [2022-05-19T10:09:28.582Z] --- PASS: TestPingGet (0.01s) [2022-05-19T10:09:28.582Z] === RUN TestPingHead [2022-05-19T10:09:28.582Z] --- PASS: TestPingHead (0.02s) [2022-05-19T10:09:28.582Z] === RUN TestPingSwarmHeader [2022-05-19T10:09:29.152Z] === RUN TestPingSwarmHeader/before_swarm_init [2022-05-19T10:09:29.714Z] === RUN TestPingSwarmHeader/after_swarm_init [2022-05-19T10:09:31.082Z] === RUN TestPingSwarmHeader/after_swarm_leave [2022-05-19T10:09:31.082Z] --- PASS: TestPingSwarmHeader (2.40s) [2022-05-19T10:09:31.082Z] --- PASS: TestPingSwarmHeader/before_swarm_init (0.00s) [2022-05-19T10:09:31.082Z] --- PASS: TestPingSwarmHeader/after_swarm_init (0.00s) [2022-05-19T10:09:31.082Z] --- PASS: TestPingSwarmHeader/after_swarm_leave (0.00s) [2022-05-19T10:09:31.083Z] === RUN TestVersion [2022-05-19T10:09:31.083Z] --- PASS: TestVersion (0.02s) [2022-05-19T10:09:31.083Z] === CONT TestDiskUsage [2022-05-19T10:09:31.339Z] === RUN TestDiskUsage/empty [2022-05-19T10:09:31.339Z] === RUN TestDiskUsage/empty/container_types [2022-05-19T10:09:31.339Z] === RUN TestDiskUsage/empty/image_types [2022-05-19T10:09:31.339Z] === RUN TestDiskUsage/empty/volume_types [2022-05-19T10:09:31.340Z] === RUN TestDiskUsage/empty/build-cache_types [2022-05-19T10:09:31.340Z] === RUN TestDiskUsage/empty/container,_volume_types [2022-05-19T10:09:31.340Z] === RUN TestDiskUsage/empty/image,_build-cache_types [2022-05-19T10:09:31.340Z] === RUN TestDiskUsage/empty/container,_volume,_build-cache_types [2022-05-19T10:09:31.340Z] === RUN TestDiskUsage/empty/image,_volume,_build-cache_types [2022-05-19T10:09:31.340Z] === RUN TestDiskUsage/empty/container,_image,_volume_types [2022-05-19T10:09:31.340Z] === RUN TestDiskUsage/empty/container,_image,_volume,_build-cache_types [2022-05-19T10:09:31.340Z] === RUN TestDiskUsage/after_LoadBusybox [2022-05-19T10:09:31.595Z] === RUN TestDiskUsage/after_LoadBusybox/container_types [2022-05-19T10:09:31.595Z] === RUN TestDiskUsage/after_LoadBusybox/image_types [2022-05-19T10:09:31.595Z] === RUN TestDiskUsage/after_LoadBusybox/volume_types [2022-05-19T10:09:31.595Z] === RUN TestDiskUsage/after_LoadBusybox/build-cache_types [2022-05-19T10:09:31.595Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume_types [2022-05-19T10:09:31.596Z] === RUN TestDiskUsage/after_LoadBusybox/image,_build-cache_types [2022-05-19T10:09:31.596Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types [2022-05-19T10:09:31.596Z] === RUN TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types [2022-05-19T10:09:31.596Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume_types [2022-05-19T10:09:31.596Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types [2022-05-19T10:09:31.596Z] === RUN TestDiskUsage/after_container.Run [2022-05-19T10:09:31.852Z] === RUN TestDiskUsage/after_container.Run/container_types [2022-05-19T10:09:31.852Z] === RUN TestDiskUsage/after_container.Run/image_types [2022-05-19T10:09:31.852Z] === RUN TestDiskUsage/after_container.Run/volume_types [2022-05-19T10:09:31.852Z] === RUN TestDiskUsage/after_container.Run/build-cache_types [2022-05-19T10:09:31.852Z] === RUN TestDiskUsage/after_container.Run/container,_volume_types [2022-05-19T10:09:31.852Z] === RUN TestDiskUsage/after_container.Run/image,_build-cache_types [2022-05-19T10:09:31.852Z] === RUN TestDiskUsage/after_container.Run/container,_volume,_build-cache_types [2022-05-19T10:09:31.852Z] === RUN TestDiskUsage/after_container.Run/image,_volume,_build-cache_types [2022-05-19T10:09:31.852Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume_types [2022-05-19T10:09:31.852Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types [2022-05-19T10:09:32.109Z] --- PASS: TestDiskUsage (1.21s) [2022-05-19T10:09:32.109Z] --- PASS: TestDiskUsage/empty (0.01s) [2022-05-19T10:09:32.109Z] --- PASS: TestDiskUsage/empty/container_types (0.00s) [2022-05-19T10:09:32.109Z] --- PASS: TestDiskUsage/empty/image_types (0.00s) [2022-05-19T10:09:32.109Z] --- PASS: TestDiskUsage/empty/volume_types (0.00s) [2022-05-19T10:09:32.109Z] --- PASS: TestDiskUsage/empty/build-cache_types (0.00s) [2022-05-19T10:09:32.109Z] --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s) [2022-05-19T10:09:32.109Z] --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s) [2022-05-19T10:09:32.109Z] --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s) [2022-05-19T10:09:32.109Z] --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s) [2022-05-19T10:09:32.109Z] --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s) [2022-05-19T10:09:32.109Z] --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s) [2022-05-19T10:09:32.109Z] --- PASS: TestDiskUsage/after_LoadBusybox (0.18s) [2022-05-19T10:09:32.109Z] --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s) [2022-05-19T10:09:32.109Z] --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s) [2022-05-19T10:09:32.109Z] --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s) [2022-05-19T10:09:32.109Z] --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s) [2022-05-19T10:09:32.109Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s) [2022-05-19T10:09:32.109Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s) [2022-05-19T10:09:32.109Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s) [2022-05-19T10:09:32.109Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s) [2022-05-19T10:09:32.109Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s) [2022-05-19T10:09:32.109Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s) [2022-05-19T10:09:32.109Z] --- PASS: TestDiskUsage/after_container.Run (0.36s) [2022-05-19T10:09:32.109Z] --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s) [2022-05-19T10:09:32.109Z] --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s) [2022-05-19T10:09:32.109Z] --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s) [2022-05-19T10:09:32.109Z] --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s) [2022-05-19T10:09:32.109Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s) [2022-05-19T10:09:32.109Z] --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s) [2022-05-19T10:09:32.109Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s) [2022-05-19T10:09:32.109Z] --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s) [2022-05-19T10:09:32.109Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s) [2022-05-19T10:09:32.109Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s) [2022-05-19T10:09:32.109Z] PASS [2022-05-19T10:09:32.109Z] [2022-05-19T10:09:32.109Z] === Skipped [2022-05-19T10:09:32.109Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-05-19T10:09:32.109Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-05-19T10:09:32.109Z] [2022-05-19T10:09:32.109Z] DONE 54 tests, 1 skipped in 22.778s [2022-05-19T10:09:32.109Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2022-05-19T10:09:32.109Z] ++ 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-05-19T10:09:32.109Z] ++ set -e [2022-05-19T10:09:32.109Z] ++ '[' -n 0 ']' [2022-05-19T10:09:32.109Z] ++ set -x [2022-05-19T10:09:32.109Z] ++ 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-05-19T10:09:32.367Z] INFO: Testing against a local daemon [2022-05-19T10:09:32.367Z] === RUN TestVolumesCreateAndList [2022-05-19T10:09:32.367Z] --- PASS: TestVolumesCreateAndList (0.02s) [2022-05-19T10:09:32.367Z] === RUN TestVolumesRemove [2022-05-19T10:09:32.367Z] --- PASS: TestVolumesRemove (0.05s) [2022-05-19T10:09:32.367Z] === RUN TestVolumesInspect [2022-05-19T10:09:32.367Z] --- PASS: TestVolumesInspect (0.02s) [2022-05-19T10:09:32.367Z] === RUN TestVolumesInvalidJSON [2022-05-19T10:09:32.367Z] === RUN TestVolumesInvalidJSON/volumes/create [2022-05-19T10:09:32.367Z] === PAUSE TestVolumesInvalidJSON/volumes/create [2022-05-19T10:09:32.367Z] === CONT TestVolumesInvalidJSON/volumes/create [2022-05-19T10:09:32.367Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_content_type [2022-05-19T10:09:32.367Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_JSON [2022-05-19T10:09:32.367Z] === RUN TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON [2022-05-19T10:09:32.367Z] === RUN TestVolumesInvalidJSON/volumes/create/empty_body [2022-05-19T10:09:32.367Z] --- PASS: TestVolumesInvalidJSON (0.02s) [2022-05-19T10:09:32.367Z] --- PASS: TestVolumesInvalidJSON/volumes/create (0.00s) [2022-05-19T10:09:32.367Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.00s) [2022-05-19T10:09:32.367Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.00s) [2022-05-19T10:09:32.367Z] --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s) [2022-05-19T10:09:32.367Z] --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s) [2022-05-19T10:09:32.367Z] PASS [2022-05-19T10:09:32.367Z] [2022-05-19T10:09:32.367Z] DONE 9 tests in 0.212s [2022-05-19T10:09:32.367Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-05-19T10:09:32.623Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2022-05-19T10:09:32.623Z] ++++ cat bundles/test-integration/docker.pid [2022-05-19T10:09:32.623Z] +++ kill 6656 [2022-05-19T10:09:32.879Z] +++ /etc/init.d/apparmor stop [2022-05-19T10:09:32.879Z] Leaving: AppArmorNo profiles have been unloaded. [2022-05-19T10:09:32.879Z] [2022-05-19T10:09:32.879Z] Unloading profiles will leave already running processes permanently [2022-05-19T10:09:32.879Z] unconfined, which can lead to unexpected situations. [2022-05-19T10:09:32.879Z] [2022-05-19T10:09:32.879Z] To set a process to complain mode, use the command line tool [2022-05-19T10:09:32.879Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-05-19T10:09:32.879Z] +++ true [2022-05-19T10:09:32.879Z] exiting test-integration [2022-05-19T10:09:32.879Z] ++ exit 0 [2022-05-19T10:09:32.879Z] [2022-05-19T10:09:33.136Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2022-05-19T10:09:33.136Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2022-05-19T10:09:33.136Z] === RUN TestDockerSuite/TestHealth [2022-05-19T10:09:33.700Z] + for job in $(jobs -p) [2022-05-19T10:09:33.700Z] + wait 10556 [2022-05-19T10:09:42.764Z] Created binary: bundles/cross/linux/s390x-daemon/dockerd-dev [2022-05-19T10:09:42.764Z] Building: bundles/cross/linux/s390x-daemon/docker-proxy-dev [2022-05-19T10:09:42.764Z] GOOS="linux" GOARCH="s390x" GOARM="" [2022-05-19T10:09:42.764Z] Created binary: bundles/cross/linux/s390x-daemon/docker-proxy-dev [2022-05-19T10:09:42.764Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2022-05-19T10:09:43.117Z] + sudo modprobe ip6table_filter [Pipeline] sh [2022-05-19T10:09:43.414Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43557/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr8 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=0e0a9bc1232efa07bc98be8e826f0ae8fe7a8dd9 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:0e0a9bc1232efa07bc98be8e826f0ae8fe7a8dd9 hack/test/unit [2022-05-19T10:09:43.674Z] + BUILDFLAGS=(-tags 'netgo libdm_no_deferred_remove') [2022-05-19T10:09:43.674Z] + TESTFLAGS+=' -test.timeout=5m' [2022-05-19T10:09:43.674Z] + TESTDIRS=./... [2022-05-19T10:09:43.674Z] + exclude_paths='/vendor/|/integration' [2022-05-19T10:09:43.674Z] ++ grep -vE '(/vendor/|/integration)' [2022-05-19T10:09:43.674Z] ++ go list ./... [2022-05-19T10:09:44.618Z] + pkg_list='github.com/docker/docker/api [2022-05-19T10:09:44.618Z] github.com/docker/docker/api/server [2022-05-19T10:09:44.618Z] github.com/docker/docker/api/server/backend/build [2022-05-19T10:09:44.618Z] github.com/docker/docker/api/server/httpstatus [2022-05-19T10:09:44.618Z] github.com/docker/docker/api/server/httputils [2022-05-19T10:09:44.618Z] github.com/docker/docker/api/server/middleware [2022-05-19T10:09:44.618Z] github.com/docker/docker/api/server/router [2022-05-19T10:09:44.618Z] github.com/docker/docker/api/server/router/build [2022-05-19T10:09:44.618Z] github.com/docker/docker/api/server/router/checkpoint [2022-05-19T10:09:44.618Z] github.com/docker/docker/api/server/router/container [2022-05-19T10:09:44.618Z] github.com/docker/docker/api/server/router/debug [2022-05-19T10:09:44.618Z] github.com/docker/docker/api/server/router/distribution [2022-05-19T10:09:44.618Z] github.com/docker/docker/api/server/router/grpc [2022-05-19T10:09:44.618Z] github.com/docker/docker/api/server/router/image [2022-05-19T10:09:44.618Z] github.com/docker/docker/api/server/router/network [2022-05-19T10:09:44.618Z] github.com/docker/docker/api/server/router/plugin [2022-05-19T10:09:44.618Z] github.com/docker/docker/api/server/router/session [2022-05-19T10:09:44.618Z] github.com/docker/docker/api/server/router/swarm [2022-05-19T10:09:44.618Z] github.com/docker/docker/api/server/router/system [2022-05-19T10:09:44.618Z] github.com/docker/docker/api/server/router/volume [2022-05-19T10:09:44.618Z] github.com/docker/docker/api/types [2022-05-19T10:09:44.618Z] github.com/docker/docker/api/types/backend [2022-05-19T10:09:44.618Z] github.com/docker/docker/api/types/blkiodev [2022-05-19T10:09:44.618Z] github.com/docker/docker/api/types/container [2022-05-19T10:09:44.618Z] github.com/docker/docker/api/types/events [2022-05-19T10:09:44.618Z] github.com/docker/docker/api/types/filters [2022-05-19T10:09:44.618Z] github.com/docker/docker/api/types/image [2022-05-19T10:09:44.618Z] github.com/docker/docker/api/types/mount [2022-05-19T10:09:44.618Z] github.com/docker/docker/api/types/network [2022-05-19T10:09:44.618Z] github.com/docker/docker/api/types/plugins/logdriver [2022-05-19T10:09:44.618Z] github.com/docker/docker/api/types/registry [2022-05-19T10:09:44.618Z] github.com/docker/docker/api/types/strslice [2022-05-19T10:09:44.618Z] github.com/docker/docker/api/types/swarm [2022-05-19T10:09:44.618Z] github.com/docker/docker/api/types/swarm/runtime [2022-05-19T10:09:44.618Z] github.com/docker/docker/api/types/time [2022-05-19T10:09:44.618Z] github.com/docker/docker/api/types/versions [2022-05-19T10:09:44.618Z] github.com/docker/docker/api/types/versions/v1p19 [2022-05-19T10:09:44.618Z] github.com/docker/docker/api/types/versions/v1p20 [2022-05-19T10:09:44.618Z] github.com/docker/docker/api/types/volume [2022-05-19T10:09:44.618Z] github.com/docker/docker/builder [2022-05-19T10:09:44.618Z] github.com/docker/docker/builder/builder-next [2022-05-19T10:09:44.618Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-05-19T10:09:44.618Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-05-19T10:09:44.618Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-05-19T10:09:44.618Z] github.com/docker/docker/builder/builder-next/exporter [2022-05-19T10:09:44.618Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-05-19T10:09:44.618Z] github.com/docker/docker/builder/builder-next/worker [2022-05-19T10:09:44.618Z] github.com/docker/docker/builder/dockerfile [2022-05-19T10:09:44.618Z] github.com/docker/docker/builder/remotecontext [2022-05-19T10:09:44.618Z] github.com/docker/docker/builder/remotecontext/git [2022-05-19T10:09:44.618Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-05-19T10:09:44.618Z] github.com/docker/docker/cli [2022-05-19T10:09:44.618Z] github.com/docker/docker/cli/config [2022-05-19T10:09:44.618Z] github.com/docker/docker/cli/debug [2022-05-19T10:09:44.618Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-05-19T10:09:44.618Z] github.com/docker/docker/cli/winresources/dockerd [2022-05-19T10:09:44.618Z] github.com/docker/docker/client [2022-05-19T10:09:44.618Z] github.com/docker/docker/cmd/docker-proxy [2022-05-19T10:09:44.618Z] github.com/docker/docker/cmd/dockerd [2022-05-19T10:09:44.618Z] github.com/docker/docker/cmd/dockerd/trap [2022-05-19T10:09:44.618Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-05-19T10:09:44.618Z] github.com/docker/docker/container [2022-05-19T10:09:44.618Z] github.com/docker/docker/container/stream [2022-05-19T10:09:44.618Z] github.com/docker/docker/contrib/apparmor [2022-05-19T10:09:44.618Z] github.com/docker/docker/contrib/docker-device-tool [2022-05-19T10:09:44.618Z] github.com/docker/docker/contrib/httpserver [2022-05-19T10:09:44.618Z] github.com/docker/docker/daemon [2022-05-19T10:09:44.618Z] github.com/docker/docker/daemon/cluster [2022-05-19T10:09:44.618Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-05-19T10:09:44.618Z] github.com/docker/docker/daemon/cluster/convert [2022-05-19T10:09:44.618Z] github.com/docker/docker/daemon/cluster/executor [2022-05-19T10:09:44.618Z] github.com/docker/docker/daemon/cluster/executor/container [2022-05-19T10:09:44.618Z] github.com/docker/docker/daemon/cluster/provider [2022-05-19T10:09:44.618Z] github.com/docker/docker/daemon/config [2022-05-19T10:09:44.618Z] github.com/docker/docker/daemon/events [2022-05-19T10:09:44.618Z] github.com/docker/docker/daemon/events/testutils [2022-05-19T10:09:44.618Z] github.com/docker/docker/daemon/exec [2022-05-19T10:09:44.618Z] github.com/docker/docker/daemon/graphdriver [2022-05-19T10:09:44.618Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-05-19T10:09:44.618Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-05-19T10:09:44.618Z] github.com/docker/docker/daemon/graphdriver/copy [2022-05-19T10:09:44.618Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-05-19T10:09:44.618Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-05-19T10:09:44.618Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-05-19T10:09:44.618Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-05-19T10:09:44.618Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-05-19T10:09:44.618Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-05-19T10:09:44.618Z] github.com/docker/docker/daemon/graphdriver/register [2022-05-19T10:09:44.618Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-05-19T10:09:44.618Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-05-19T10:09:44.618Z] github.com/docker/docker/daemon/images [2022-05-19T10:09:44.618Z] github.com/docker/docker/daemon/initlayer [2022-05-19T10:09:44.618Z] github.com/docker/docker/daemon/links [2022-05-19T10:09:44.618Z] github.com/docker/docker/daemon/listeners [2022-05-19T10:09:44.618Z] github.com/docker/docker/daemon/logger [2022-05-19T10:09:44.618Z] github.com/docker/docker/daemon/logger/awslogs [2022-05-19T10:09:44.618Z] github.com/docker/docker/daemon/logger/fluentd [2022-05-19T10:09:44.618Z] github.com/docker/docker/daemon/logger/gcplogs [2022-05-19T10:09:44.618Z] github.com/docker/docker/daemon/logger/gelf [2022-05-19T10:09:44.618Z] github.com/docker/docker/daemon/logger/journald [2022-05-19T10:09:44.618Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-05-19T10:09:44.618Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-05-19T10:09:44.618Z] github.com/docker/docker/daemon/logger/local [2022-05-19T10:09:44.618Z] github.com/docker/docker/daemon/logger/logentries [2022-05-19T10:09:44.618Z] github.com/docker/docker/daemon/logger/loggerutils [2022-05-19T10:09:44.618Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-05-19T10:09:44.618Z] github.com/docker/docker/daemon/logger/splunk [2022-05-19T10:09:44.618Z] github.com/docker/docker/daemon/logger/syslog [2022-05-19T10:09:44.618Z] github.com/docker/docker/daemon/logger/templates [2022-05-19T10:09:44.618Z] github.com/docker/docker/daemon/names [2022-05-19T10:09:44.618Z] github.com/docker/docker/daemon/network [2022-05-19T10:09:44.618Z] github.com/docker/docker/daemon/stats [2022-05-19T10:09:44.618Z] github.com/docker/docker/distribution [2022-05-19T10:09:44.618Z] github.com/docker/docker/distribution/metadata [2022-05-19T10:09:44.618Z] github.com/docker/docker/distribution/utils [2022-05-19T10:09:44.618Z] github.com/docker/docker/distribution/xfer [2022-05-19T10:09:44.618Z] github.com/docker/docker/dockerversion [2022-05-19T10:09:44.618Z] github.com/docker/docker/errdefs [2022-05-19T10:09:44.618Z] github.com/docker/docker/image [2022-05-19T10:09:44.618Z] github.com/docker/docker/image/cache [2022-05-19T10:09:44.618Z] github.com/docker/docker/image/tarexport [2022-05-19T10:09:44.618Z] github.com/docker/docker/image/v1 [2022-05-19T10:09:44.618Z] github.com/docker/docker/internal/test/suite [2022-05-19T10:09:44.618Z] github.com/docker/docker/layer [2022-05-19T10:09:44.618Z] github.com/docker/docker/libcontainerd [2022-05-19T10:09:44.618Z] github.com/docker/docker/libcontainerd/queue [2022-05-19T10:09:44.618Z] github.com/docker/docker/libcontainerd/remote [2022-05-19T10:09:44.618Z] github.com/docker/docker/libcontainerd/supervisor [2022-05-19T10:09:44.618Z] github.com/docker/docker/libcontainerd/types [2022-05-19T10:09:44.618Z] github.com/docker/docker/libnetwork [2022-05-19T10:09:44.618Z] github.com/docker/docker/libnetwork/bitseq [2022-05-19T10:09:44.618Z] github.com/docker/docker/libnetwork/cluster [2022-05-19T10:09:44.618Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-05-19T10:09:44.618Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-05-19T10:09:44.618Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-05-19T10:09:44.618Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-05-19T10:09:44.618Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-05-19T10:09:44.618Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-05-19T10:09:44.618Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-05-19T10:09:44.618Z] github.com/docker/docker/libnetwork/config [2022-05-19T10:09:44.618Z] github.com/docker/docker/libnetwork/datastore [2022-05-19T10:09:44.618Z] github.com/docker/docker/libnetwork/diagnostic [2022-05-19T10:09:44.618Z] github.com/docker/docker/libnetwork/discoverapi [2022-05-19T10:09:44.618Z] github.com/docker/docker/libnetwork/driverapi [2022-05-19T10:09:44.618Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-05-19T10:09:44.618Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-05-19T10:09:44.618Z] github.com/docker/docker/libnetwork/drivers/host [2022-05-19T10:09:44.618Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-05-19T10:09:44.618Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-05-19T10:09:44.618Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-05-19T10:09:44.618Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-05-19T10:09:44.618Z] github.com/docker/docker/libnetwork/drivers/null [2022-05-19T10:09:44.618Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-05-19T10:09:44.618Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-05-19T10:09:44.618Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-05-19T10:09:44.618Z] github.com/docker/docker/libnetwork/drivers/remote [2022-05-19T10:09:44.618Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-05-19T10:09:44.618Z] github.com/docker/docker/libnetwork/drivers/windows [2022-05-19T10:09:44.618Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-05-19T10:09:44.618Z] github.com/docker/docker/libnetwork/drvregistry [2022-05-19T10:09:44.618Z] github.com/docker/docker/libnetwork/etchosts [2022-05-19T10:09:44.618Z] github.com/docker/docker/libnetwork/idm [2022-05-19T10:09:44.618Z] github.com/docker/docker/libnetwork/internal/caller [2022-05-19T10:09:44.618Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-05-19T10:09:44.618Z] github.com/docker/docker/libnetwork/ipam [2022-05-19T10:09:44.618Z] github.com/docker/docker/libnetwork/ipamapi [2022-05-19T10:09:44.618Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-05-19T10:09:44.618Z] github.com/docker/docker/libnetwork/ipams/null [2022-05-19T10:09:44.618Z] github.com/docker/docker/libnetwork/ipams/remote [2022-05-19T10:09:44.618Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-05-19T10:09:44.618Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-05-19T10:09:44.618Z] github.com/docker/docker/libnetwork/ipamutils [2022-05-19T10:09:44.618Z] github.com/docker/docker/libnetwork/iptables [2022-05-19T10:09:44.618Z] github.com/docker/docker/libnetwork/netlabel [2022-05-19T10:09:44.618Z] github.com/docker/docker/libnetwork/netutils [2022-05-19T10:09:44.618Z] github.com/docker/docker/libnetwork/networkdb [2022-05-19T10:09:44.618Z] github.com/docker/docker/libnetwork/ns [2022-05-19T10:09:44.619Z] github.com/docker/docker/libnetwork/options [2022-05-19T10:09:44.619Z] github.com/docker/docker/libnetwork/osl [2022-05-19T10:09:44.619Z] github.com/docker/docker/libnetwork/osl/kernel [2022-05-19T10:09:44.619Z] github.com/docker/docker/libnetwork/portallocator [2022-05-19T10:09:44.619Z] github.com/docker/docker/libnetwork/portmapper [2022-05-19T10:09:44.619Z] github.com/docker/docker/libnetwork/resolvconf [2022-05-19T10:09:44.619Z] github.com/docker/docker/libnetwork/testutils [2022-05-19T10:09:44.619Z] github.com/docker/docker/libnetwork/types [2022-05-19T10:09:44.619Z] github.com/docker/docker/oci [2022-05-19T10:09:44.619Z] github.com/docker/docker/oci/caps [2022-05-19T10:09:44.619Z] github.com/docker/docker/opts [2022-05-19T10:09:44.619Z] github.com/docker/docker/pkg/aaparser [2022-05-19T10:09:44.619Z] github.com/docker/docker/pkg/archive [2022-05-19T10:09:44.619Z] github.com/docker/docker/pkg/authorization [2022-05-19T10:09:44.619Z] github.com/docker/docker/pkg/broadcaster [2022-05-19T10:09:44.619Z] github.com/docker/docker/pkg/capabilities [2022-05-19T10:09:44.619Z] github.com/docker/docker/pkg/chrootarchive [2022-05-19T10:09:44.619Z] github.com/docker/docker/pkg/containerfs [2022-05-19T10:09:44.619Z] github.com/docker/docker/pkg/devicemapper [2022-05-19T10:09:44.619Z] github.com/docker/docker/pkg/directory [2022-05-19T10:09:44.619Z] github.com/docker/docker/pkg/dmesg [2022-05-19T10:09:44.619Z] github.com/docker/docker/pkg/filenotify [2022-05-19T10:09:44.619Z] github.com/docker/docker/pkg/fileutils [2022-05-19T10:09:44.619Z] github.com/docker/docker/pkg/fsutils [2022-05-19T10:09:44.619Z] github.com/docker/docker/pkg/homedir [2022-05-19T10:09:44.619Z] github.com/docker/docker/pkg/idtools [2022-05-19T10:09:44.619Z] github.com/docker/docker/pkg/ioutils [2022-05-19T10:09:44.619Z] github.com/docker/docker/pkg/jsonmessage [2022-05-19T10:09:44.619Z] github.com/docker/docker/pkg/longpath [2022-05-19T10:09:44.619Z] github.com/docker/docker/pkg/loopback [2022-05-19T10:09:44.619Z] github.com/docker/docker/pkg/namesgenerator [2022-05-19T10:09:44.619Z] github.com/docker/docker/pkg/parsers [2022-05-19T10:09:44.619Z] github.com/docker/docker/pkg/parsers/kernel [2022-05-19T10:09:44.619Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-05-19T10:09:44.619Z] github.com/docker/docker/pkg/pidfile [2022-05-19T10:09:44.619Z] github.com/docker/docker/pkg/platform [2022-05-19T10:09:44.619Z] github.com/docker/docker/pkg/plugingetter [2022-05-19T10:09:44.619Z] github.com/docker/docker/pkg/plugins [2022-05-19T10:09:44.619Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-05-19T10:09:44.619Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-05-19T10:09:44.619Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-05-19T10:09:44.619Z] github.com/docker/docker/pkg/plugins/transport [2022-05-19T10:09:44.619Z] github.com/docker/docker/pkg/pools [2022-05-19T10:09:44.619Z] github.com/docker/docker/pkg/progress [2022-05-19T10:09:44.619Z] github.com/docker/docker/pkg/pubsub [2022-05-19T10:09:44.619Z] github.com/docker/docker/pkg/reexec [2022-05-19T10:09:44.619Z] github.com/docker/docker/pkg/signal [2022-05-19T10:09:44.619Z] github.com/docker/docker/pkg/stack [2022-05-19T10:09:44.619Z] github.com/docker/docker/pkg/stdcopy [2022-05-19T10:09:44.619Z] github.com/docker/docker/pkg/streamformatter [2022-05-19T10:09:44.619Z] github.com/docker/docker/pkg/stringid [2022-05-19T10:09:44.619Z] github.com/docker/docker/pkg/sysinfo [2022-05-19T10:09:44.619Z] github.com/docker/docker/pkg/system [2022-05-19T10:09:44.619Z] github.com/docker/docker/pkg/tailfile [2022-05-19T10:09:44.619Z] github.com/docker/docker/pkg/tarsum [2022-05-19T10:09:44.619Z] github.com/docker/docker/pkg/truncindex [2022-05-19T10:09:44.619Z] github.com/docker/docker/pkg/urlutil [2022-05-19T10:09:44.619Z] github.com/docker/docker/pkg/useragent [2022-05-19T10:09:44.619Z] github.com/docker/docker/plugin [2022-05-19T10:09:44.619Z] github.com/docker/docker/plugin/executor/containerd [2022-05-19T10:09:44.619Z] github.com/docker/docker/plugin/v2 [2022-05-19T10:09:44.619Z] github.com/docker/docker/profiles/apparmor [2022-05-19T10:09:44.619Z] github.com/docker/docker/profiles/seccomp [2022-05-19T10:09:44.619Z] github.com/docker/docker/quota [2022-05-19T10:09:44.619Z] github.com/docker/docker/reference [2022-05-19T10:09:44.619Z] github.com/docker/docker/registry [2022-05-19T10:09:44.619Z] github.com/docker/docker/registry/resumable [2022-05-19T10:09:44.619Z] github.com/docker/docker/restartmanager [2022-05-19T10:09:44.619Z] github.com/docker/docker/rootless [2022-05-19T10:09:44.619Z] github.com/docker/docker/rootless/specconv [2022-05-19T10:09:44.619Z] github.com/docker/docker/runconfig [2022-05-19T10:09:44.619Z] github.com/docker/docker/runconfig/opts [2022-05-19T10:09:44.619Z] github.com/docker/docker/testutil [2022-05-19T10:09:44.619Z] github.com/docker/docker/testutil/daemon [2022-05-19T10:09:44.619Z] github.com/docker/docker/testutil/environment [2022-05-19T10:09:44.619Z] github.com/docker/docker/testutil/fakecontext [2022-05-19T10:09:44.619Z] github.com/docker/docker/testutil/fakegit [2022-05-19T10:09:44.619Z] github.com/docker/docker/testutil/fakestorage [2022-05-19T10:09:44.619Z] github.com/docker/docker/testutil/fixtures/load [2022-05-19T10:09:44.619Z] github.com/docker/docker/testutil/fixtures/plugin [2022-05-19T10:09:44.619Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-05-19T10:09:44.619Z] github.com/docker/docker/testutil/registry [2022-05-19T10:09:44.619Z] github.com/docker/docker/testutil/request [2022-05-19T10:09:44.619Z] github.com/docker/docker/volume [2022-05-19T10:09:44.619Z] github.com/docker/docker/volume/drivers [2022-05-19T10:09:44.619Z] github.com/docker/docker/volume/local [2022-05-19T10:09:44.619Z] github.com/docker/docker/volume/mounts [2022-05-19T10:09:44.619Z] github.com/docker/docker/volume/service [2022-05-19T10:09:44.619Z] github.com/docker/docker/volume/service/opts [2022-05-19T10:09:44.619Z] github.com/docker/docker/volume/testutils' [2022-05-19T10:09:44.619Z] ++ grep --fixed-strings -v /libnetwork [2022-05-19T10:09:44.619Z] ++ echo 'github.com/docker/docker/api [2022-05-19T10:09:44.619Z] github.com/docker/docker/api/server [2022-05-19T10:09:44.619Z] github.com/docker/docker/api/server/backend/build [2022-05-19T10:09:44.619Z] github.com/docker/docker/api/server/httpstatus [2022-05-19T10:09:44.619Z] github.com/docker/docker/api/server/httputils [2022-05-19T10:09:44.619Z] github.com/docker/docker/api/server/middleware [2022-05-19T10:09:44.619Z] github.com/docker/docker/api/server/router [2022-05-19T10:09:44.619Z] github.com/docker/docker/api/server/router/build [2022-05-19T10:09:44.619Z] github.com/docker/docker/api/server/router/checkpoint [2022-05-19T10:09:44.619Z] github.com/docker/docker/api/server/router/container [2022-05-19T10:09:44.619Z] github.com/docker/docker/api/server/router/debug [2022-05-19T10:09:44.619Z] github.com/docker/docker/api/server/router/distribution [2022-05-19T10:09:44.619Z] github.com/docker/docker/api/server/router/grpc [2022-05-19T10:09:44.619Z] github.com/docker/docker/api/server/router/image [2022-05-19T10:09:44.619Z] github.com/docker/docker/api/server/router/network [2022-05-19T10:09:44.619Z] github.com/docker/docker/api/server/router/plugin [2022-05-19T10:09:44.619Z] github.com/docker/docker/api/server/router/session [2022-05-19T10:09:44.619Z] github.com/docker/docker/api/server/router/swarm [2022-05-19T10:09:44.619Z] github.com/docker/docker/api/server/router/system [2022-05-19T10:09:44.619Z] github.com/docker/docker/api/server/router/volume [2022-05-19T10:09:44.619Z] github.com/docker/docker/api/types [2022-05-19T10:09:44.619Z] github.com/docker/docker/api/types/backend [2022-05-19T10:09:44.619Z] github.com/docker/docker/api/types/blkiodev [2022-05-19T10:09:44.619Z] github.com/docker/docker/api/types/container [2022-05-19T10:09:44.619Z] github.com/docker/docker/api/types/events [2022-05-19T10:09:44.619Z] github.com/docker/docker/api/types/filters [2022-05-19T10:09:44.619Z] github.com/docker/docker/api/types/image [2022-05-19T10:09:44.619Z] github.com/docker/docker/api/types/mount [2022-05-19T10:09:44.619Z] github.com/docker/docker/api/types/network [2022-05-19T10:09:44.619Z] github.com/docker/docker/api/types/plugins/logdriver [2022-05-19T10:09:44.619Z] github.com/docker/docker/api/types/registry [2022-05-19T10:09:44.619Z] github.com/docker/docker/api/types/strslice [2022-05-19T10:09:44.619Z] github.com/docker/docker/api/types/swarm [2022-05-19T10:09:44.619Z] github.com/docker/docker/api/types/swarm/runtime [2022-05-19T10:09:44.619Z] github.com/docker/docker/api/types/time [2022-05-19T10:09:44.619Z] github.com/docker/docker/api/types/versions [2022-05-19T10:09:44.619Z] github.com/docker/docker/api/types/versions/v1p19 [2022-05-19T10:09:44.619Z] github.com/docker/docker/api/types/versions/v1p20 [2022-05-19T10:09:44.619Z] github.com/docker/docker/api/types/volume [2022-05-19T10:09:44.619Z] github.com/docker/docker/builder [2022-05-19T10:09:44.619Z] github.com/docker/docker/builder/builder-next [2022-05-19T10:09:44.619Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-05-19T10:09:44.619Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-05-19T10:09:44.619Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-05-19T10:09:44.619Z] github.com/docker/docker/builder/builder-next/exporter [2022-05-19T10:09:44.619Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-05-19T10:09:44.619Z] github.com/docker/docker/builder/builder-next/worker [2022-05-19T10:09:44.619Z] github.com/docker/docker/builder/dockerfile [2022-05-19T10:09:44.619Z] github.com/docker/docker/builder/remotecontext [2022-05-19T10:09:44.619Z] github.com/docker/docker/builder/remotecontext/git [2022-05-19T10:09:44.619Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-05-19T10:09:44.619Z] github.com/docker/docker/cli [2022-05-19T10:09:44.619Z] github.com/docker/docker/cli/config [2022-05-19T10:09:44.619Z] github.com/docker/docker/cli/debug [2022-05-19T10:09:44.619Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-05-19T10:09:44.619Z] github.com/docker/docker/cli/winresources/dockerd [2022-05-19T10:09:44.619Z] github.com/docker/docker/client [2022-05-19T10:09:44.619Z] github.com/docker/docker/cmd/docker-proxy [2022-05-19T10:09:44.619Z] github.com/docker/docker/cmd/dockerd [2022-05-19T10:09:44.619Z] github.com/docker/docker/cmd/dockerd/trap [2022-05-19T10:09:44.619Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-05-19T10:09:44.619Z] github.com/docker/docker/container [2022-05-19T10:09:44.619Z] github.com/docker/docker/container/stream [2022-05-19T10:09:44.619Z] github.com/docker/docker/contrib/apparmor [2022-05-19T10:09:44.619Z] github.com/docker/docker/contrib/docker-device-tool [2022-05-19T10:09:44.619Z] github.com/docker/docker/contrib/httpserver [2022-05-19T10:09:44.619Z] github.com/docker/docker/daemon [2022-05-19T10:09:44.619Z] github.com/docker/docker/daemon/cluster [2022-05-19T10:09:44.619Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-05-19T10:09:44.619Z] github.com/docker/docker/daemon/cluster/convert [2022-05-19T10:09:44.619Z] github.com/docker/docker/daemon/cluster/executor [2022-05-19T10:09:44.619Z] github.com/docker/docker/daemon/cluster/executor/container [2022-05-19T10:09:44.619Z] github.com/docker/docker/daemon/cluster/provider [2022-05-19T10:09:44.619Z] github.com/docker/docker/daemon/config [2022-05-19T10:09:44.619Z] github.com/docker/docker/daemon/events [2022-05-19T10:09:44.619Z] github.com/docker/docker/daemon/events/testutils [2022-05-19T10:09:44.619Z] github.com/docker/docker/daemon/exec [2022-05-19T10:09:44.619Z] github.com/docker/docker/daemon/graphdriver [2022-05-19T10:09:44.619Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-05-19T10:09:44.619Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-05-19T10:09:44.619Z] github.com/docker/docker/daemon/graphdriver/copy [2022-05-19T10:09:44.619Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-05-19T10:09:44.619Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-05-19T10:09:44.619Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-05-19T10:09:44.619Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-05-19T10:09:44.619Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-05-19T10:09:44.619Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-05-19T10:09:44.619Z] github.com/docker/docker/daemon/graphdriver/register [2022-05-19T10:09:44.619Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-05-19T10:09:44.619Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-05-19T10:09:44.619Z] github.com/docker/docker/daemon/images [2022-05-19T10:09:44.619Z] github.com/docker/docker/daemon/initlayer [2022-05-19T10:09:44.619Z] github.com/docker/docker/daemon/links [2022-05-19T10:09:44.619Z] github.com/docker/docker/daemon/listeners [2022-05-19T10:09:44.619Z] github.com/docker/docker/daemon/logger [2022-05-19T10:09:44.619Z] github.com/docker/docker/daemon/logger/awslogs [2022-05-19T10:09:44.619Z] github.com/docker/docker/daemon/logger/fluentd [2022-05-19T10:09:44.619Z] github.com/docker/docker/daemon/logger/gcplogs [2022-05-19T10:09:44.619Z] github.com/docker/docker/daemon/logger/gelf [2022-05-19T10:09:44.619Z] github.com/docker/docker/daemon/logger/journald [2022-05-19T10:09:44.619Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-05-19T10:09:44.619Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-05-19T10:09:44.619Z] github.com/docker/docker/daemon/logger/local [2022-05-19T10:09:44.619Z] github.com/docker/docker/daemon/logger/logentries [2022-05-19T10:09:44.619Z] github.com/docker/docker/daemon/logger/loggerutils [2022-05-19T10:09:44.619Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-05-19T10:09:44.619Z] github.com/docker/docker/daemon/logger/splunk [2022-05-19T10:09:44.619Z] github.com/docker/docker/daemon/logger/syslog [2022-05-19T10:09:44.619Z] github.com/docker/docker/daemon/logger/templates [2022-05-19T10:09:44.619Z] github.com/docker/docker/daemon/names [2022-05-19T10:09:44.619Z] github.com/docker/docker/daemon/network [2022-05-19T10:09:44.619Z] github.com/docker/docker/daemon/stats [2022-05-19T10:09:44.619Z] github.com/docker/docker/distribution [2022-05-19T10:09:44.619Z] github.com/docker/docker/distribution/metadata [2022-05-19T10:09:44.619Z] github.com/docker/docker/distribution/utils [2022-05-19T10:09:44.619Z] github.com/docker/docker/distribution/xfer [2022-05-19T10:09:44.619Z] github.com/docker/docker/dockerversion [2022-05-19T10:09:44.619Z] github.com/docker/docker/errdefs [2022-05-19T10:09:44.619Z] github.com/docker/docker/image [2022-05-19T10:09:44.619Z] github.com/docker/docker/image/cache [2022-05-19T10:09:44.619Z] github.com/docker/docker/image/tarexport [2022-05-19T10:09:44.619Z] github.com/docker/docker/image/v1 [2022-05-19T10:09:44.619Z] github.com/docker/docker/internal/test/suite [2022-05-19T10:09:44.619Z] github.com/docker/docker/layer [2022-05-19T10:09:44.619Z] github.com/docker/docker/libcontainerd [2022-05-19T10:09:44.619Z] github.com/docker/docker/libcontainerd/queue [2022-05-19T10:09:44.619Z] github.com/docker/docker/libcontainerd/remote [2022-05-19T10:09:44.619Z] github.com/docker/docker/libcontainerd/supervisor [2022-05-19T10:09:44.619Z] github.com/docker/docker/libcontainerd/types [2022-05-19T10:09:44.619Z] github.com/docker/docker/libnetwork [2022-05-19T10:09:44.619Z] github.com/docker/docker/libnetwork/bitseq [2022-05-19T10:09:44.619Z] github.com/docker/docker/libnetwork/cluster [2022-05-19T10:09:44.619Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-05-19T10:09:44.619Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-05-19T10:09:44.619Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-05-19T10:09:44.619Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-05-19T10:09:44.619Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-05-19T10:09:44.619Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-05-19T10:09:44.619Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-05-19T10:09:44.619Z] github.com/docker/docker/libnetwork/config [2022-05-19T10:09:44.619Z] github.com/docker/docker/libnetwork/datastore [2022-05-19T10:09:44.619Z] github.com/docker/docker/libnetwork/diagnostic [2022-05-19T10:09:44.619Z] github.com/docker/docker/libnetwork/discoverapi [2022-05-19T10:09:44.619Z] github.com/docker/docker/libnetwork/driverapi [2022-05-19T10:09:44.619Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-05-19T10:09:44.619Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-05-19T10:09:44.619Z] github.com/docker/docker/libnetwork/drivers/host [2022-05-19T10:09:44.619Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-05-19T10:09:44.619Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-05-19T10:09:44.619Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-05-19T10:09:44.619Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-05-19T10:09:44.619Z] github.com/docker/docker/libnetwork/drivers/null [2022-05-19T10:09:44.619Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-05-19T10:09:44.619Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-05-19T10:09:44.619Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-05-19T10:09:44.619Z] github.com/docker/docker/libnetwork/drivers/remote [2022-05-19T10:09:44.619Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-05-19T10:09:44.619Z] github.com/docker/docker/libnetwork/drivers/windows [2022-05-19T10:09:44.619Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-05-19T10:09:44.619Z] github.com/docker/docker/libnetwork/drvregistry [2022-05-19T10:09:44.619Z] github.com/docker/docker/libnetwork/etchosts [2022-05-19T10:09:44.619Z] github.com/docker/docker/libnetwork/idm [2022-05-19T10:09:44.619Z] github.com/docker/docker/libnetwork/internal/caller [2022-05-19T10:09:44.619Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-05-19T10:09:44.619Z] github.com/docker/docker/libnetwork/ipam [2022-05-19T10:09:44.619Z] github.com/docker/docker/libnetwork/ipamapi [2022-05-19T10:09:44.619Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-05-19T10:09:44.619Z] github.com/docker/docker/libnetwork/ipams/null [2022-05-19T10:09:44.619Z] github.com/docker/docker/libnetwork/ipams/remote [2022-05-19T10:09:44.619Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-05-19T10:09:44.619Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-05-19T10:09:44.619Z] github.com/docker/docker/libnetwork/ipamutils [2022-05-19T10:09:44.619Z] github.com/docker/docker/libnetwork/iptables [2022-05-19T10:09:44.619Z] github.com/docker/docker/libnetwork/netlabel [2022-05-19T10:09:44.619Z] github.com/docker/docker/libnetwork/netutils [2022-05-19T10:09:44.619Z] github.com/docker/docker/libnetwork/networkdb [2022-05-19T10:09:44.619Z] github.com/docker/docker/libnetwork/ns [2022-05-19T10:09:44.619Z] github.com/docker/docker/libnetwork/options [2022-05-19T10:09:44.619Z] github.com/docker/docker/libnetwork/osl [2022-05-19T10:09:44.619Z] github.com/docker/docker/libnetwork/osl/kernel [2022-05-19T10:09:44.619Z] github.com/docker/docker/libnetwork/portallocator [2022-05-19T10:09:44.619Z] github.com/docker/docker/libnetwork/portmapper [2022-05-19T10:09:44.619Z] github.com/docker/docker/libnetwork/resolvconf [2022-05-19T10:09:44.619Z] github.com/docker/docker/libnetwork/testutils [2022-05-19T10:09:44.619Z] github.com/docker/docker/libnetwork/types [2022-05-19T10:09:44.619Z] github.com/docker/docker/oci [2022-05-19T10:09:44.619Z] github.com/docker/docker/oci/caps [2022-05-19T10:09:44.619Z] github.com/docker/docker/opts [2022-05-19T10:09:44.619Z] github.com/docker/docker/pkg/aaparser [2022-05-19T10:09:44.619Z] github.com/docker/docker/pkg/archive [2022-05-19T10:09:44.619Z] github.com/docker/docker/pkg/authorization [2022-05-19T10:09:44.619Z] github.com/docker/docker/pkg/broadcaster [2022-05-19T10:09:44.619Z] github.com/docker/docker/pkg/capabilities [2022-05-19T10:09:44.619Z] github.com/docker/docker/pkg/chrootarchive [2022-05-19T10:09:44.619Z] github.com/docker/docker/pkg/containerfs [2022-05-19T10:09:44.619Z] github.com/docker/docker/pkg/devicemapper [2022-05-19T10:09:44.619Z] github.com/docker/docker/pkg/directory [2022-05-19T10:09:44.619Z] github.com/docker/docker/pkg/dmesg [2022-05-19T10:09:44.619Z] github.com/docker/docker/pkg/filenotify [2022-05-19T10:09:44.619Z] github.com/docker/docker/pkg/fileutils [2022-05-19T10:09:44.619Z] github.com/docker/docker/pkg/fsutils [2022-05-19T10:09:44.619Z] github.com/docker/docker/pkg/homedir [2022-05-19T10:09:44.619Z] github.com/docker/docker/pkg/idtools [2022-05-19T10:09:44.619Z] github.com/docker/docker/pkg/ioutils [2022-05-19T10:09:44.619Z] github.com/docker/docker/pkg/jsonmessage [2022-05-19T10:09:44.619Z] github.com/docker/docker/pkg/longpath [2022-05-19T10:09:44.619Z] github.com/docker/docker/pkg/loopback [2022-05-19T10:09:44.619Z] github.com/docker/docker/pkg/namesgenerator [2022-05-19T10:09:44.619Z] github.com/docker/docker/pkg/parsers [2022-05-19T10:09:44.619Z] github.com/docker/docker/pkg/parsers/kernel [2022-05-19T10:09:44.619Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-05-19T10:09:44.619Z] github.com/docker/docker/pkg/pidfile [2022-05-19T10:09:44.619Z] github.com/docker/docker/pkg/platform [2022-05-19T10:09:44.619Z] github.com/docker/docker/pkg/plugingetter [2022-05-19T10:09:44.619Z] github.com/docker/docker/pkg/plugins [2022-05-19T10:09:44.619Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-05-19T10:09:44.619Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-05-19T10:09:44.619Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-05-19T10:09:44.619Z] github.com/docker/docker/pkg/plugins/transport [2022-05-19T10:09:44.619Z] github.com/docker/docker/pkg/pools [2022-05-19T10:09:44.619Z] github.com/docker/docker/pkg/progress [2022-05-19T10:09:44.619Z] github.com/docker/docker/pkg/pubsub [2022-05-19T10:09:44.619Z] github.com/docker/docker/pkg/reexec [2022-05-19T10:09:44.619Z] github.com/docker/docker/pkg/signal [2022-05-19T10:09:44.619Z] github.com/docker/docker/pkg/stack [2022-05-19T10:09:44.619Z] github.com/docker/docker/pkg/stdcopy [2022-05-19T10:09:44.619Z] github.com/docker/docker/pkg/streamformatter [2022-05-19T10:09:44.619Z] github.com/docker/docker/pkg/stringid [2022-05-19T10:09:44.619Z] github.com/docker/docker/pkg/sysinfo [2022-05-19T10:09:44.619Z] github.com/docker/docker/pkg/system [2022-05-19T10:09:44.619Z] github.com/docker/docker/pkg/tailfile [2022-05-19T10:09:44.619Z] github.com/docker/docker/pkg/tarsum [2022-05-19T10:09:44.619Z] github.com/docker/docker/pkg/truncindex [2022-05-19T10:09:44.619Z] github.com/docker/docker/pkg/urlutil [2022-05-19T10:09:44.619Z] github.com/docker/docker/pkg/useragent [2022-05-19T10:09:44.619Z] github.com/docker/docker/plugin [2022-05-19T10:09:44.619Z] github.com/docker/docker/plugin/executor/containerd [2022-05-19T10:09:44.619Z] github.com/docker/docker/plugin/v2 [2022-05-19T10:09:44.619Z] github.com/docker/docker/profiles/apparmor [2022-05-19T10:09:44.619Z] github.com/docker/docker/profiles/seccomp [2022-05-19T10:09:44.619Z] github.com/docker/docker/quota [2022-05-19T10:09:44.619Z] github.com/docker/docker/reference [2022-05-19T10:09:44.619Z] github.com/docker/docker/registry [2022-05-19T10:09:44.619Z] github.com/docker/docker/registry/resumable [2022-05-19T10:09:44.619Z] github.com/docker/docker/restartmanager [2022-05-19T10:09:44.619Z] github.com/docker/docker/rootless [2022-05-19T10:09:44.619Z] github.com/docker/docker/rootless/specconv [2022-05-19T10:09:44.619Z] github.com/docker/docker/runconfig [2022-05-19T10:09:44.619Z] github.com/docker/docker/runconfig/opts [2022-05-19T10:09:44.619Z] github.com/docker/docker/testutil [2022-05-19T10:09:44.619Z] github.com/docker/docker/testutil/daemon [2022-05-19T10:09:44.619Z] github.com/docker/docker/testutil/environment [2022-05-19T10:09:44.619Z] github.com/docker/docker/testutil/fakecontext [2022-05-19T10:09:44.619Z] github.com/docker/docker/testutil/fakegit [2022-05-19T10:09:44.619Z] github.com/docker/docker/testutil/fakestorage [2022-05-19T10:09:44.619Z] github.com/docker/docker/testutil/fixtures/load [2022-05-19T10:09:44.619Z] github.com/docker/docker/testutil/fixtures/plugin [2022-05-19T10:09:44.619Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-05-19T10:09:44.619Z] github.com/docker/docker/testutil/registry [2022-05-19T10:09:44.619Z] github.com/docker/docker/testutil/request [2022-05-19T10:09:44.619Z] github.com/docker/docker/volume [2022-05-19T10:09:44.620Z] github.com/docker/docker/volume/drivers [2022-05-19T10:09:44.620Z] github.com/docker/docker/volume/local [2022-05-19T10:09:44.620Z] github.com/docker/docker/volume/mounts [2022-05-19T10:09:44.620Z] github.com/docker/docker/volume/service [2022-05-19T10:09:44.620Z] github.com/docker/docker/volume/service/opts [2022-05-19T10:09:44.620Z] github.com/docker/docker/volume/testutils' [2022-05-19T10:09:44.620Z] + base_pkg_list='github.com/docker/docker/api [2022-05-19T10:09:44.620Z] github.com/docker/docker/api/server [2022-05-19T10:09:44.620Z] github.com/docker/docker/api/server/backend/build [2022-05-19T10:09:44.620Z] github.com/docker/docker/api/server/httpstatus [2022-05-19T10:09:44.620Z] github.com/docker/docker/api/server/httputils [2022-05-19T10:09:44.620Z] github.com/docker/docker/api/server/middleware [2022-05-19T10:09:44.620Z] github.com/docker/docker/api/server/router [2022-05-19T10:09:44.620Z] github.com/docker/docker/api/server/router/build [2022-05-19T10:09:44.620Z] github.com/docker/docker/api/server/router/checkpoint [2022-05-19T10:09:44.620Z] github.com/docker/docker/api/server/router/container [2022-05-19T10:09:44.620Z] github.com/docker/docker/api/server/router/debug [2022-05-19T10:09:44.620Z] github.com/docker/docker/api/server/router/distribution [2022-05-19T10:09:44.620Z] github.com/docker/docker/api/server/router/grpc [2022-05-19T10:09:44.620Z] github.com/docker/docker/api/server/router/image [2022-05-19T10:09:44.620Z] github.com/docker/docker/api/server/router/network [2022-05-19T10:09:44.620Z] github.com/docker/docker/api/server/router/plugin [2022-05-19T10:09:44.620Z] github.com/docker/docker/api/server/router/session [2022-05-19T10:09:44.620Z] github.com/docker/docker/api/server/router/swarm [2022-05-19T10:09:44.620Z] github.com/docker/docker/api/server/router/system [2022-05-19T10:09:44.620Z] github.com/docker/docker/api/server/router/volume [2022-05-19T10:09:44.620Z] github.com/docker/docker/api/types [2022-05-19T10:09:44.620Z] github.com/docker/docker/api/types/backend [2022-05-19T10:09:44.620Z] github.com/docker/docker/api/types/blkiodev [2022-05-19T10:09:44.620Z] github.com/docker/docker/api/types/container [2022-05-19T10:09:44.620Z] github.com/docker/docker/api/types/events [2022-05-19T10:09:44.620Z] github.com/docker/docker/api/types/filters [2022-05-19T10:09:44.620Z] github.com/docker/docker/api/types/image [2022-05-19T10:09:44.620Z] github.com/docker/docker/api/types/mount [2022-05-19T10:09:44.620Z] github.com/docker/docker/api/types/network [2022-05-19T10:09:44.620Z] github.com/docker/docker/api/types/plugins/logdriver [2022-05-19T10:09:44.620Z] github.com/docker/docker/api/types/registry [2022-05-19T10:09:44.620Z] github.com/docker/docker/api/types/strslice [2022-05-19T10:09:44.620Z] github.com/docker/docker/api/types/swarm [2022-05-19T10:09:44.620Z] github.com/docker/docker/api/types/swarm/runtime [2022-05-19T10:09:44.620Z] github.com/docker/docker/api/types/time [2022-05-19T10:09:44.620Z] github.com/docker/docker/api/types/versions [2022-05-19T10:09:44.620Z] github.com/docker/docker/api/types/versions/v1p19 [2022-05-19T10:09:44.620Z] github.com/docker/docker/api/types/versions/v1p20 [2022-05-19T10:09:44.620Z] github.com/docker/docker/api/types/volume [2022-05-19T10:09:44.620Z] github.com/docker/docker/builder [2022-05-19T10:09:44.620Z] github.com/docker/docker/builder/builder-next [2022-05-19T10:09:44.620Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-05-19T10:09:44.620Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-05-19T10:09:44.620Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-05-19T10:09:44.620Z] github.com/docker/docker/builder/builder-next/exporter [2022-05-19T10:09:44.620Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-05-19T10:09:44.620Z] github.com/docker/docker/builder/builder-next/worker [2022-05-19T10:09:44.620Z] github.com/docker/docker/builder/dockerfile [2022-05-19T10:09:44.620Z] github.com/docker/docker/builder/remotecontext [2022-05-19T10:09:44.620Z] github.com/docker/docker/builder/remotecontext/git [2022-05-19T10:09:44.620Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-05-19T10:09:44.620Z] github.com/docker/docker/cli [2022-05-19T10:09:44.620Z] github.com/docker/docker/cli/config [2022-05-19T10:09:44.620Z] github.com/docker/docker/cli/debug [2022-05-19T10:09:44.620Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-05-19T10:09:44.620Z] github.com/docker/docker/cli/winresources/dockerd [2022-05-19T10:09:44.620Z] github.com/docker/docker/client [2022-05-19T10:09:44.620Z] github.com/docker/docker/cmd/docker-proxy [2022-05-19T10:09:44.620Z] github.com/docker/docker/cmd/dockerd [2022-05-19T10:09:44.620Z] github.com/docker/docker/cmd/dockerd/trap [2022-05-19T10:09:44.620Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-05-19T10:09:44.620Z] github.com/docker/docker/container [2022-05-19T10:09:44.620Z] github.com/docker/docker/container/stream [2022-05-19T10:09:44.620Z] github.com/docker/docker/contrib/apparmor [2022-05-19T10:09:44.620Z] github.com/docker/docker/contrib/docker-device-tool [2022-05-19T10:09:44.620Z] github.com/docker/docker/contrib/httpserver [2022-05-19T10:09:44.620Z] github.com/docker/docker/daemon [2022-05-19T10:09:44.620Z] github.com/docker/docker/daemon/cluster [2022-05-19T10:09:44.620Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-05-19T10:09:44.620Z] github.com/docker/docker/daemon/cluster/convert [2022-05-19T10:09:44.620Z] github.com/docker/docker/daemon/cluster/executor [2022-05-19T10:09:44.620Z] github.com/docker/docker/daemon/cluster/executor/container [2022-05-19T10:09:44.620Z] github.com/docker/docker/daemon/cluster/provider [2022-05-19T10:09:44.620Z] github.com/docker/docker/daemon/config [2022-05-19T10:09:44.620Z] github.com/docker/docker/daemon/events [2022-05-19T10:09:44.620Z] github.com/docker/docker/daemon/events/testutils [2022-05-19T10:09:44.620Z] github.com/docker/docker/daemon/exec [2022-05-19T10:09:44.620Z] github.com/docker/docker/daemon/graphdriver [2022-05-19T10:09:44.620Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-05-19T10:09:44.620Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-05-19T10:09:44.620Z] github.com/docker/docker/daemon/graphdriver/copy [2022-05-19T10:09:44.620Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-05-19T10:09:44.620Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-05-19T10:09:44.620Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-05-19T10:09:44.620Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-05-19T10:09:44.620Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-05-19T10:09:44.620Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-05-19T10:09:44.620Z] github.com/docker/docker/daemon/graphdriver/register [2022-05-19T10:09:44.620Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-05-19T10:09:44.620Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-05-19T10:09:44.620Z] github.com/docker/docker/daemon/images [2022-05-19T10:09:44.620Z] github.com/docker/docker/daemon/initlayer [2022-05-19T10:09:44.620Z] github.com/docker/docker/daemon/links [2022-05-19T10:09:44.620Z] github.com/docker/docker/daemon/listeners [2022-05-19T10:09:44.620Z] github.com/docker/docker/daemon/logger [2022-05-19T10:09:44.620Z] github.com/docker/docker/daemon/logger/awslogs [2022-05-19T10:09:44.620Z] github.com/docker/docker/daemon/logger/fluentd [2022-05-19T10:09:44.620Z] github.com/docker/docker/daemon/logger/gcplogs [2022-05-19T10:09:44.620Z] github.com/docker/docker/daemon/logger/gelf [2022-05-19T10:09:44.620Z] github.com/docker/docker/daemon/logger/journald [2022-05-19T10:09:44.620Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-05-19T10:09:44.620Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-05-19T10:09:44.620Z] github.com/docker/docker/daemon/logger/local [2022-05-19T10:09:44.620Z] github.com/docker/docker/daemon/logger/logentries [2022-05-19T10:09:44.620Z] github.com/docker/docker/daemon/logger/loggerutils [2022-05-19T10:09:44.620Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-05-19T10:09:44.620Z] github.com/docker/docker/daemon/logger/splunk [2022-05-19T10:09:44.620Z] github.com/docker/docker/daemon/logger/syslog [2022-05-19T10:09:44.620Z] github.com/docker/docker/daemon/logger/templates [2022-05-19T10:09:44.620Z] github.com/docker/docker/daemon/names [2022-05-19T10:09:44.620Z] github.com/docker/docker/daemon/network [2022-05-19T10:09:44.620Z] github.com/docker/docker/daemon/stats [2022-05-19T10:09:44.620Z] github.com/docker/docker/distribution [2022-05-19T10:09:44.620Z] github.com/docker/docker/distribution/metadata [2022-05-19T10:09:44.620Z] github.com/docker/docker/distribution/utils [2022-05-19T10:09:44.620Z] github.com/docker/docker/distribution/xfer [2022-05-19T10:09:44.620Z] github.com/docker/docker/dockerversion [2022-05-19T10:09:44.620Z] github.com/docker/docker/errdefs [2022-05-19T10:09:44.620Z] github.com/docker/docker/image [2022-05-19T10:09:44.620Z] github.com/docker/docker/image/cache [2022-05-19T10:09:44.620Z] github.com/docker/docker/image/tarexport [2022-05-19T10:09:44.620Z] github.com/docker/docker/image/v1 [2022-05-19T10:09:44.620Z] github.com/docker/docker/internal/test/suite [2022-05-19T10:09:44.620Z] github.com/docker/docker/layer [2022-05-19T10:09:44.620Z] github.com/docker/docker/libcontainerd [2022-05-19T10:09:44.620Z] github.com/docker/docker/libcontainerd/queue [2022-05-19T10:09:44.620Z] github.com/docker/docker/libcontainerd/remote [2022-05-19T10:09:44.620Z] github.com/docker/docker/libcontainerd/supervisor [2022-05-19T10:09:44.620Z] github.com/docker/docker/libcontainerd/types [2022-05-19T10:09:44.620Z] github.com/docker/docker/oci [2022-05-19T10:09:44.620Z] github.com/docker/docker/oci/caps [2022-05-19T10:09:44.620Z] github.com/docker/docker/opts [2022-05-19T10:09:44.620Z] github.com/docker/docker/pkg/aaparser [2022-05-19T10:09:44.620Z] github.com/docker/docker/pkg/archive [2022-05-19T10:09:44.620Z] github.com/docker/docker/pkg/authorization [2022-05-19T10:09:44.620Z] github.com/docker/docker/pkg/broadcaster [2022-05-19T10:09:44.620Z] github.com/docker/docker/pkg/capabilities [2022-05-19T10:09:44.620Z] github.com/docker/docker/pkg/chrootarchive [2022-05-19T10:09:44.620Z] github.com/docker/docker/pkg/containerfs [2022-05-19T10:09:44.620Z] github.com/docker/docker/pkg/devicemapper [2022-05-19T10:09:44.620Z] github.com/docker/docker/pkg/directory [2022-05-19T10:09:44.620Z] github.com/docker/docker/pkg/dmesg [2022-05-19T10:09:44.620Z] github.com/docker/docker/pkg/filenotify [2022-05-19T10:09:44.620Z] github.com/docker/docker/pkg/fileutils [2022-05-19T10:09:44.620Z] github.com/docker/docker/pkg/fsutils [2022-05-19T10:09:44.620Z] github.com/docker/docker/pkg/homedir [2022-05-19T10:09:44.620Z] github.com/docker/docker/pkg/idtools [2022-05-19T10:09:44.620Z] github.com/docker/docker/pkg/ioutils [2022-05-19T10:09:44.620Z] github.com/docker/docker/pkg/jsonmessage [2022-05-19T10:09:44.620Z] github.com/docker/docker/pkg/longpath [2022-05-19T10:09:44.620Z] github.com/docker/docker/pkg/loopback [2022-05-19T10:09:44.620Z] github.com/docker/docker/pkg/namesgenerator [2022-05-19T10:09:44.620Z] github.com/docker/docker/pkg/parsers [2022-05-19T10:09:44.620Z] github.com/docker/docker/pkg/parsers/kernel [2022-05-19T10:09:44.620Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-05-19T10:09:44.620Z] github.com/docker/docker/pkg/pidfile [2022-05-19T10:09:44.620Z] github.com/docker/docker/pkg/platform [2022-05-19T10:09:44.620Z] github.com/docker/docker/pkg/plugingetter [2022-05-19T10:09:44.620Z] github.com/docker/docker/pkg/plugins [2022-05-19T10:09:44.620Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-05-19T10:09:44.620Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-05-19T10:09:44.620Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-05-19T10:09:44.620Z] github.com/docker/docker/pkg/plugins/transport [2022-05-19T10:09:44.620Z] github.com/docker/docker/pkg/pools [2022-05-19T10:09:44.620Z] github.com/docker/docker/pkg/progress [2022-05-19T10:09:44.620Z] github.com/docker/docker/pkg/pubsub [2022-05-19T10:09:44.620Z] github.com/docker/docker/pkg/reexec [2022-05-19T10:09:44.620Z] github.com/docker/docker/pkg/signal [2022-05-19T10:09:44.620Z] github.com/docker/docker/pkg/stack [2022-05-19T10:09:44.620Z] github.com/docker/docker/pkg/stdcopy [2022-05-19T10:09:44.620Z] github.com/docker/docker/pkg/streamformatter [2022-05-19T10:09:44.620Z] github.com/docker/docker/pkg/stringid [2022-05-19T10:09:44.620Z] github.com/docker/docker/pkg/sysinfo [2022-05-19T10:09:44.620Z] github.com/docker/docker/pkg/system [2022-05-19T10:09:44.620Z] github.com/docker/docker/pkg/tailfile [2022-05-19T10:09:44.620Z] github.com/docker/docker/pkg/tarsum [2022-05-19T10:09:44.620Z] github.com/docker/docker/pkg/truncindex [2022-05-19T10:09:44.620Z] github.com/docker/docker/pkg/urlutil [2022-05-19T10:09:44.620Z] github.com/docker/docker/pkg/useragent [2022-05-19T10:09:44.620Z] github.com/docker/docker/plugin [2022-05-19T10:09:44.620Z] github.com/docker/docker/plugin/executor/containerd [2022-05-19T10:09:44.620Z] github.com/docker/docker/plugin/v2 [2022-05-19T10:09:44.620Z] github.com/docker/docker/profiles/apparmor [2022-05-19T10:09:44.620Z] github.com/docker/docker/profiles/seccomp [2022-05-19T10:09:44.620Z] github.com/docker/docker/quota [2022-05-19T10:09:44.620Z] github.com/docker/docker/reference [2022-05-19T10:09:44.620Z] github.com/docker/docker/registry [2022-05-19T10:09:44.620Z] github.com/docker/docker/registry/resumable [2022-05-19T10:09:44.620Z] github.com/docker/docker/restartmanager [2022-05-19T10:09:44.620Z] github.com/docker/docker/rootless [2022-05-19T10:09:44.620Z] github.com/docker/docker/rootless/specconv [2022-05-19T10:09:44.620Z] github.com/docker/docker/runconfig [2022-05-19T10:09:44.620Z] github.com/docker/docker/runconfig/opts [2022-05-19T10:09:44.620Z] github.com/docker/docker/testutil [2022-05-19T10:09:44.620Z] github.com/docker/docker/testutil/daemon [2022-05-19T10:09:44.620Z] github.com/docker/docker/testutil/environment [2022-05-19T10:09:44.620Z] github.com/docker/docker/testutil/fakecontext [2022-05-19T10:09:44.620Z] github.com/docker/docker/testutil/fakegit [2022-05-19T10:09:44.620Z] github.com/docker/docker/testutil/fakestorage [2022-05-19T10:09:44.620Z] github.com/docker/docker/testutil/fixtures/load [2022-05-19T10:09:44.620Z] github.com/docker/docker/testutil/fixtures/plugin [2022-05-19T10:09:44.620Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-05-19T10:09:44.620Z] github.com/docker/docker/testutil/registry [2022-05-19T10:09:44.620Z] github.com/docker/docker/testutil/request [2022-05-19T10:09:44.620Z] github.com/docker/docker/volume [2022-05-19T10:09:44.620Z] github.com/docker/docker/volume/drivers [2022-05-19T10:09:44.620Z] github.com/docker/docker/volume/local [2022-05-19T10:09:44.620Z] github.com/docker/docker/volume/mounts [2022-05-19T10:09:44.620Z] github.com/docker/docker/volume/service [2022-05-19T10:09:44.620Z] github.com/docker/docker/volume/service/opts [2022-05-19T10:09:44.620Z] github.com/docker/docker/volume/testutils' [2022-05-19T10:09:44.620Z] ++ grep --fixed-strings /libnetwork [2022-05-19T10:09:44.620Z] ++ echo 'github.com/docker/docker/api [2022-05-19T10:09:44.620Z] github.com/docker/docker/api/server [2022-05-19T10:09:44.620Z] github.com/docker/docker/api/server/backend/build [2022-05-19T10:09:44.620Z] github.com/docker/docker/api/server/httpstatus [2022-05-19T10:09:44.620Z] github.com/docker/docker/api/server/httputils [2022-05-19T10:09:44.620Z] github.com/docker/docker/api/server/middleware [2022-05-19T10:09:44.620Z] github.com/docker/docker/api/server/router [2022-05-19T10:09:44.620Z] github.com/docker/docker/api/server/router/build [2022-05-19T10:09:44.620Z] github.com/docker/docker/api/server/router/checkpoint [2022-05-19T10:09:44.620Z] github.com/docker/docker/api/server/router/container [2022-05-19T10:09:44.620Z] github.com/docker/docker/api/server/router/debug [2022-05-19T10:09:44.620Z] github.com/docker/docker/api/server/router/distribution [2022-05-19T10:09:44.620Z] github.com/docker/docker/api/server/router/grpc [2022-05-19T10:09:44.620Z] github.com/docker/docker/api/server/router/image [2022-05-19T10:09:44.620Z] github.com/docker/docker/api/server/router/network [2022-05-19T10:09:44.620Z] github.com/docker/docker/api/server/router/plugin [2022-05-19T10:09:44.620Z] github.com/docker/docker/api/server/router/session [2022-05-19T10:09:44.620Z] github.com/docker/docker/api/server/router/swarm [2022-05-19T10:09:44.620Z] github.com/docker/docker/api/server/router/system [2022-05-19T10:09:44.620Z] github.com/docker/docker/api/server/router/volume [2022-05-19T10:09:44.620Z] github.com/docker/docker/api/types [2022-05-19T10:09:44.620Z] github.com/docker/docker/api/types/backend [2022-05-19T10:09:44.620Z] github.com/docker/docker/api/types/blkiodev [2022-05-19T10:09:44.620Z] github.com/docker/docker/api/types/container [2022-05-19T10:09:44.620Z] github.com/docker/docker/api/types/events [2022-05-19T10:09:44.620Z] github.com/docker/docker/api/types/filters [2022-05-19T10:09:44.620Z] github.com/docker/docker/api/types/image [2022-05-19T10:09:44.620Z] github.com/docker/docker/api/types/mount [2022-05-19T10:09:44.620Z] github.com/docker/docker/api/types/network [2022-05-19T10:09:44.620Z] github.com/docker/docker/api/types/plugins/logdriver [2022-05-19T10:09:44.620Z] github.com/docker/docker/api/types/registry [2022-05-19T10:09:44.620Z] github.com/docker/docker/api/types/strslice [2022-05-19T10:09:44.620Z] github.com/docker/docker/api/types/swarm [2022-05-19T10:09:44.620Z] github.com/docker/docker/api/types/swarm/runtime [2022-05-19T10:09:44.620Z] github.com/docker/docker/api/types/time [2022-05-19T10:09:44.620Z] github.com/docker/docker/api/types/versions [2022-05-19T10:09:44.620Z] github.com/docker/docker/api/types/versions/v1p19 [2022-05-19T10:09:44.620Z] github.com/docker/docker/api/types/versions/v1p20 [2022-05-19T10:09:44.620Z] github.com/docker/docker/api/types/volume [2022-05-19T10:09:44.620Z] github.com/docker/docker/builder [2022-05-19T10:09:44.620Z] github.com/docker/docker/builder/builder-next [2022-05-19T10:09:44.620Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-05-19T10:09:44.620Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-05-19T10:09:44.620Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-05-19T10:09:44.620Z] github.com/docker/docker/builder/builder-next/exporter [2022-05-19T10:09:44.620Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-05-19T10:09:44.620Z] github.com/docker/docker/builder/builder-next/worker [2022-05-19T10:09:44.620Z] github.com/docker/docker/builder/dockerfile [2022-05-19T10:09:44.620Z] github.com/docker/docker/builder/remotecontext [2022-05-19T10:09:44.620Z] github.com/docker/docker/builder/remotecontext/git [2022-05-19T10:09:44.620Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-05-19T10:09:44.620Z] github.com/docker/docker/cli [2022-05-19T10:09:44.620Z] github.com/docker/docker/cli/config [2022-05-19T10:09:44.620Z] github.com/docker/docker/cli/debug [2022-05-19T10:09:44.620Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-05-19T10:09:44.620Z] github.com/docker/docker/cli/winresources/dockerd [2022-05-19T10:09:44.620Z] github.com/docker/docker/client [2022-05-19T10:09:44.620Z] github.com/docker/docker/cmd/docker-proxy [2022-05-19T10:09:44.620Z] github.com/docker/docker/cmd/dockerd [2022-05-19T10:09:44.620Z] github.com/docker/docker/cmd/dockerd/trap [2022-05-19T10:09:44.620Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-05-19T10:09:44.620Z] github.com/docker/docker/container [2022-05-19T10:09:44.620Z] github.com/docker/docker/container/stream [2022-05-19T10:09:44.620Z] github.com/docker/docker/contrib/apparmor [2022-05-19T10:09:44.620Z] github.com/docker/docker/contrib/docker-device-tool [2022-05-19T10:09:44.620Z] github.com/docker/docker/contrib/httpserver [2022-05-19T10:09:44.620Z] github.com/docker/docker/daemon [2022-05-19T10:09:44.620Z] github.com/docker/docker/daemon/cluster [2022-05-19T10:09:44.620Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-05-19T10:09:44.620Z] github.com/docker/docker/daemon/cluster/convert [2022-05-19T10:09:44.620Z] github.com/docker/docker/daemon/cluster/executor [2022-05-19T10:09:44.620Z] github.com/docker/docker/daemon/cluster/executor/container [2022-05-19T10:09:44.620Z] github.com/docker/docker/daemon/cluster/provider [2022-05-19T10:09:44.620Z] github.com/docker/docker/daemon/config [2022-05-19T10:09:44.620Z] github.com/docker/docker/daemon/events [2022-05-19T10:09:44.620Z] github.com/docker/docker/daemon/events/testutils [2022-05-19T10:09:44.620Z] github.com/docker/docker/daemon/exec [2022-05-19T10:09:44.620Z] github.com/docker/docker/daemon/graphdriver [2022-05-19T10:09:44.620Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-05-19T10:09:44.620Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-05-19T10:09:44.620Z] github.com/docker/docker/daemon/graphdriver/copy [2022-05-19T10:09:44.620Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-05-19T10:09:44.620Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-05-19T10:09:44.620Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-05-19T10:09:44.620Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-05-19T10:09:44.620Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-05-19T10:09:44.620Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-05-19T10:09:44.620Z] github.com/docker/docker/daemon/graphdriver/register [2022-05-19T10:09:44.620Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-05-19T10:09:44.620Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-05-19T10:09:44.620Z] github.com/docker/docker/daemon/images [2022-05-19T10:09:44.620Z] github.com/docker/docker/daemon/initlayer [2022-05-19T10:09:44.620Z] github.com/docker/docker/daemon/links [2022-05-19T10:09:44.620Z] github.com/docker/docker/daemon/listeners [2022-05-19T10:09:44.620Z] github.com/docker/docker/daemon/logger [2022-05-19T10:09:44.620Z] github.com/docker/docker/daemon/logger/awslogs [2022-05-19T10:09:44.620Z] github.com/docker/docker/daemon/logger/fluentd [2022-05-19T10:09:44.620Z] github.com/docker/docker/daemon/logger/gcplogs [2022-05-19T10:09:44.620Z] github.com/docker/docker/daemon/logger/gelf [2022-05-19T10:09:44.620Z] github.com/docker/docker/daemon/logger/journald [2022-05-19T10:09:44.620Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-05-19T10:09:44.620Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-05-19T10:09:44.620Z] github.com/docker/docker/daemon/logger/local [2022-05-19T10:09:44.620Z] github.com/docker/docker/daemon/logger/logentries [2022-05-19T10:09:44.620Z] github.com/docker/docker/daemon/logger/loggerutils [2022-05-19T10:09:44.620Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-05-19T10:09:44.620Z] github.com/docker/docker/daemon/logger/splunk [2022-05-19T10:09:44.620Z] github.com/docker/docker/daemon/logger/syslog [2022-05-19T10:09:44.620Z] github.com/docker/docker/daemon/logger/templates [2022-05-19T10:09:44.620Z] github.com/docker/docker/daemon/names [2022-05-19T10:09:44.620Z] github.com/docker/docker/daemon/network [2022-05-19T10:09:44.620Z] github.com/docker/docker/daemon/stats [2022-05-19T10:09:44.620Z] github.com/docker/docker/distribution [2022-05-19T10:09:44.620Z] github.com/docker/docker/distribution/metadata [2022-05-19T10:09:44.620Z] github.com/docker/docker/distribution/utils [2022-05-19T10:09:44.620Z] github.com/docker/docker/distribution/xfer [2022-05-19T10:09:44.620Z] github.com/docker/docker/dockerversion [2022-05-19T10:09:44.620Z] github.com/docker/docker/errdefs [2022-05-19T10:09:44.620Z] github.com/docker/docker/image [2022-05-19T10:09:44.620Z] github.com/docker/docker/image/cache [2022-05-19T10:09:44.620Z] github.com/docker/docker/image/tarexport [2022-05-19T10:09:44.620Z] github.com/docker/docker/image/v1 [2022-05-19T10:09:44.620Z] github.com/docker/docker/internal/test/suite [2022-05-19T10:09:44.620Z] github.com/docker/docker/layer [2022-05-19T10:09:44.620Z] github.com/docker/docker/libcontainerd [2022-05-19T10:09:44.620Z] github.com/docker/docker/libcontainerd/queue [2022-05-19T10:09:44.620Z] github.com/docker/docker/libcontainerd/remote [2022-05-19T10:09:44.620Z] github.com/docker/docker/libcontainerd/supervisor [2022-05-19T10:09:44.620Z] github.com/docker/docker/libcontainerd/types [2022-05-19T10:09:44.620Z] github.com/docker/docker/libnetwork [2022-05-19T10:09:44.620Z] github.com/docker/docker/libnetwork/bitseq [2022-05-19T10:09:44.620Z] github.com/docker/docker/libnetwork/cluster [2022-05-19T10:09:44.620Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-05-19T10:09:44.620Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-05-19T10:09:44.620Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-05-19T10:09:44.620Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-05-19T10:09:44.621Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-05-19T10:09:44.621Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-05-19T10:09:44.621Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-05-19T10:09:44.621Z] github.com/docker/docker/libnetwork/config [2022-05-19T10:09:44.621Z] github.com/docker/docker/libnetwork/datastore [2022-05-19T10:09:44.621Z] github.com/docker/docker/libnetwork/diagnostic [2022-05-19T10:09:44.621Z] github.com/docker/docker/libnetwork/discoverapi [2022-05-19T10:09:44.621Z] github.com/docker/docker/libnetwork/driverapi [2022-05-19T10:09:44.621Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-05-19T10:09:44.621Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-05-19T10:09:44.621Z] github.com/docker/docker/libnetwork/drivers/host [2022-05-19T10:09:44.621Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-05-19T10:09:44.621Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-05-19T10:09:44.621Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-05-19T10:09:44.621Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-05-19T10:09:44.621Z] github.com/docker/docker/libnetwork/drivers/null [2022-05-19T10:09:44.621Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-05-19T10:09:44.621Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-05-19T10:09:44.621Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-05-19T10:09:44.621Z] github.com/docker/docker/libnetwork/drivers/remote [2022-05-19T10:09:44.621Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-05-19T10:09:44.621Z] github.com/docker/docker/libnetwork/drivers/windows [2022-05-19T10:09:44.621Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-05-19T10:09:44.621Z] github.com/docker/docker/libnetwork/drvregistry [2022-05-19T10:09:44.621Z] github.com/docker/docker/libnetwork/etchosts [2022-05-19T10:09:44.621Z] github.com/docker/docker/libnetwork/idm [2022-05-19T10:09:44.621Z] github.com/docker/docker/libnetwork/internal/caller [2022-05-19T10:09:44.621Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-05-19T10:09:44.621Z] github.com/docker/docker/libnetwork/ipam [2022-05-19T10:09:44.621Z] github.com/docker/docker/libnetwork/ipamapi [2022-05-19T10:09:44.621Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-05-19T10:09:44.621Z] github.com/docker/docker/libnetwork/ipams/null [2022-05-19T10:09:44.621Z] github.com/docker/docker/libnetwork/ipams/remote [2022-05-19T10:09:44.621Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-05-19T10:09:44.621Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-05-19T10:09:44.621Z] github.com/docker/docker/libnetwork/ipamutils [2022-05-19T10:09:44.621Z] github.com/docker/docker/libnetwork/iptables [2022-05-19T10:09:44.621Z] github.com/docker/docker/libnetwork/netlabel [2022-05-19T10:09:44.621Z] github.com/docker/docker/libnetwork/netutils [2022-05-19T10:09:44.621Z] github.com/docker/docker/libnetwork/networkdb [2022-05-19T10:09:44.621Z] github.com/docker/docker/libnetwork/ns [2022-05-19T10:09:44.621Z] github.com/docker/docker/libnetwork/options [2022-05-19T10:09:44.621Z] github.com/docker/docker/libnetwork/osl [2022-05-19T10:09:44.621Z] github.com/docker/docker/libnetwork/osl/kernel [2022-05-19T10:09:44.621Z] github.com/docker/docker/libnetwork/portallocator [2022-05-19T10:09:44.621Z] github.com/docker/docker/libnetwork/portmapper [2022-05-19T10:09:44.621Z] github.com/docker/docker/libnetwork/resolvconf [2022-05-19T10:09:44.621Z] github.com/docker/docker/libnetwork/testutils [2022-05-19T10:09:44.621Z] github.com/docker/docker/libnetwork/types [2022-05-19T10:09:44.621Z] github.com/docker/docker/oci [2022-05-19T10:09:44.621Z] github.com/docker/docker/oci/caps [2022-05-19T10:09:44.621Z] github.com/docker/docker/opts [2022-05-19T10:09:44.621Z] github.com/docker/docker/pkg/aaparser [2022-05-19T10:09:44.621Z] github.com/docker/docker/pkg/archive [2022-05-19T10:09:44.621Z] github.com/docker/docker/pkg/authorization [2022-05-19T10:09:44.621Z] github.com/docker/docker/pkg/broadcaster [2022-05-19T10:09:44.621Z] github.com/docker/docker/pkg/capabilities [2022-05-19T10:09:44.621Z] github.com/docker/docker/pkg/chrootarchive [2022-05-19T10:09:44.621Z] github.com/docker/docker/pkg/containerfs [2022-05-19T10:09:44.621Z] github.com/docker/docker/pkg/devicemapper [2022-05-19T10:09:44.621Z] github.com/docker/docker/pkg/directory [2022-05-19T10:09:44.621Z] github.com/docker/docker/pkg/dmesg [2022-05-19T10:09:44.621Z] github.com/docker/docker/pkg/filenotify [2022-05-19T10:09:44.621Z] github.com/docker/docker/pkg/fileutils [2022-05-19T10:09:44.621Z] github.com/docker/docker/pkg/fsutils [2022-05-19T10:09:44.621Z] github.com/docker/docker/pkg/homedir [2022-05-19T10:09:44.621Z] github.com/docker/docker/pkg/idtools [2022-05-19T10:09:44.621Z] github.com/docker/docker/pkg/ioutils [2022-05-19T10:09:44.621Z] github.com/docker/docker/pkg/jsonmessage [2022-05-19T10:09:44.621Z] github.com/docker/docker/pkg/longpath [2022-05-19T10:09:44.621Z] github.com/docker/docker/pkg/loopback [2022-05-19T10:09:44.621Z] github.com/docker/docker/pkg/namesgenerator [2022-05-19T10:09:44.621Z] github.com/docker/docker/pkg/parsers [2022-05-19T10:09:44.621Z] github.com/docker/docker/pkg/parsers/kernel [2022-05-19T10:09:44.621Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-05-19T10:09:44.621Z] github.com/docker/docker/pkg/pidfile [2022-05-19T10:09:44.621Z] github.com/docker/docker/pkg/platform [2022-05-19T10:09:44.621Z] github.com/docker/docker/pkg/plugingetter [2022-05-19T10:09:44.621Z] github.com/docker/docker/pkg/plugins [2022-05-19T10:09:44.621Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-05-19T10:09:44.621Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-05-19T10:09:44.621Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-05-19T10:09:44.621Z] github.com/docker/docker/pkg/plugins/transport [2022-05-19T10:09:44.621Z] github.com/docker/docker/pkg/pools [2022-05-19T10:09:44.621Z] github.com/docker/docker/pkg/progress [2022-05-19T10:09:44.621Z] github.com/docker/docker/pkg/pubsub [2022-05-19T10:09:44.621Z] github.com/docker/docker/pkg/reexec [2022-05-19T10:09:44.621Z] github.com/docker/docker/pkg/signal [2022-05-19T10:09:44.621Z] github.com/docker/docker/pkg/stack [2022-05-19T10:09:44.621Z] github.com/docker/docker/pkg/stdcopy [2022-05-19T10:09:44.621Z] github.com/docker/docker/pkg/streamformatter [2022-05-19T10:09:44.621Z] github.com/docker/docker/pkg/stringid [2022-05-19T10:09:44.621Z] github.com/docker/docker/pkg/sysinfo [2022-05-19T10:09:44.621Z] github.com/docker/docker/pkg/system [2022-05-19T10:09:44.621Z] github.com/docker/docker/pkg/tailfile [2022-05-19T10:09:44.621Z] github.com/docker/docker/pkg/tarsum [2022-05-19T10:09:44.621Z] github.com/docker/docker/pkg/truncindex [2022-05-19T10:09:44.621Z] github.com/docker/docker/pkg/urlutil [2022-05-19T10:09:44.621Z] github.com/docker/docker/pkg/useragent [2022-05-19T10:09:44.621Z] github.com/docker/docker/plugin [2022-05-19T10:09:44.621Z] github.com/docker/docker/plugin/executor/containerd [2022-05-19T10:09:44.621Z] github.com/docker/docker/plugin/v2 [2022-05-19T10:09:44.621Z] github.com/docker/docker/profiles/apparmor [2022-05-19T10:09:44.621Z] github.com/docker/docker/profiles/seccomp [2022-05-19T10:09:44.621Z] github.com/docker/docker/quota [2022-05-19T10:09:44.621Z] github.com/docker/docker/reference [2022-05-19T10:09:44.621Z] github.com/docker/docker/registry [2022-05-19T10:09:44.621Z] github.com/docker/docker/registry/resumable [2022-05-19T10:09:44.621Z] github.com/docker/docker/restartmanager [2022-05-19T10:09:44.621Z] github.com/docker/docker/rootless [2022-05-19T10:09:44.621Z] github.com/docker/docker/rootless/specconv [2022-05-19T10:09:44.621Z] github.com/docker/docker/runconfig [2022-05-19T10:09:44.621Z] github.com/docker/docker/runconfig/opts [2022-05-19T10:09:44.621Z] github.com/docker/docker/testutil [2022-05-19T10:09:44.621Z] github.com/docker/docker/testutil/daemon [2022-05-19T10:09:44.621Z] github.com/docker/docker/testutil/environment [2022-05-19T10:09:44.621Z] github.com/docker/docker/testutil/fakecontext [2022-05-19T10:09:44.621Z] github.com/docker/docker/testutil/fakegit [2022-05-19T10:09:44.621Z] github.com/docker/docker/testutil/fakestorage [2022-05-19T10:09:44.621Z] github.com/docker/docker/testutil/fixtures/load [2022-05-19T10:09:44.621Z] github.com/docker/docker/testutil/fixtures/plugin [2022-05-19T10:09:44.621Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-05-19T10:09:44.621Z] github.com/docker/docker/testutil/registry [2022-05-19T10:09:44.621Z] github.com/docker/docker/testutil/request [2022-05-19T10:09:44.621Z] github.com/docker/docker/volume [2022-05-19T10:09:44.621Z] github.com/docker/docker/volume/drivers [2022-05-19T10:09:44.621Z] github.com/docker/docker/volume/local [2022-05-19T10:09:44.621Z] github.com/docker/docker/volume/mounts [2022-05-19T10:09:44.621Z] github.com/docker/docker/volume/service [2022-05-19T10:09:44.621Z] github.com/docker/docker/volume/service/opts [2022-05-19T10:09:44.621Z] github.com/docker/docker/volume/testutils' [2022-05-19T10:09:44.621Z] + libnetwork_pkg_list='github.com/docker/docker/libnetwork [2022-05-19T10:09:44.621Z] github.com/docker/docker/libnetwork/bitseq [2022-05-19T10:09:44.621Z] github.com/docker/docker/libnetwork/cluster [2022-05-19T10:09:44.621Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-05-19T10:09:44.621Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-05-19T10:09:44.621Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-05-19T10:09:44.621Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-05-19T10:09:44.621Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-05-19T10:09:44.621Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-05-19T10:09:44.621Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-05-19T10:09:44.621Z] github.com/docker/docker/libnetwork/config [2022-05-19T10:09:44.621Z] github.com/docker/docker/libnetwork/datastore [2022-05-19T10:09:44.621Z] github.com/docker/docker/libnetwork/diagnostic [2022-05-19T10:09:44.621Z] github.com/docker/docker/libnetwork/discoverapi [2022-05-19T10:09:44.621Z] github.com/docker/docker/libnetwork/driverapi [2022-05-19T10:09:44.621Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-05-19T10:09:44.621Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-05-19T10:09:44.621Z] github.com/docker/docker/libnetwork/drivers/host [2022-05-19T10:09:44.621Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-05-19T10:09:44.621Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-05-19T10:09:44.621Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-05-19T10:09:44.621Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-05-19T10:09:44.621Z] github.com/docker/docker/libnetwork/drivers/null [2022-05-19T10:09:44.621Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-05-19T10:09:44.621Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-05-19T10:09:44.621Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-05-19T10:09:44.621Z] github.com/docker/docker/libnetwork/drivers/remote [2022-05-19T10:09:44.621Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-05-19T10:09:44.621Z] github.com/docker/docker/libnetwork/drivers/windows [2022-05-19T10:09:44.621Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-05-19T10:09:44.621Z] github.com/docker/docker/libnetwork/drvregistry [2022-05-19T10:09:44.621Z] github.com/docker/docker/libnetwork/etchosts [2022-05-19T10:09:44.621Z] github.com/docker/docker/libnetwork/idm [2022-05-19T10:09:44.621Z] github.com/docker/docker/libnetwork/internal/caller [2022-05-19T10:09:44.621Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-05-19T10:09:44.621Z] github.com/docker/docker/libnetwork/ipam [2022-05-19T10:09:44.621Z] github.com/docker/docker/libnetwork/ipamapi [2022-05-19T10:09:44.621Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-05-19T10:09:44.621Z] github.com/docker/docker/libnetwork/ipams/null [2022-05-19T10:09:44.621Z] github.com/docker/docker/libnetwork/ipams/remote [2022-05-19T10:09:44.621Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-05-19T10:09:44.621Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-05-19T10:09:44.621Z] github.com/docker/docker/libnetwork/ipamutils [2022-05-19T10:09:44.621Z] github.com/docker/docker/libnetwork/iptables [2022-05-19T10:09:44.621Z] github.com/docker/docker/libnetwork/netlabel [2022-05-19T10:09:44.621Z] github.com/docker/docker/libnetwork/netutils [2022-05-19T10:09:44.621Z] github.com/docker/docker/libnetwork/networkdb [2022-05-19T10:09:44.621Z] github.com/docker/docker/libnetwork/ns [2022-05-19T10:09:44.621Z] github.com/docker/docker/libnetwork/options [2022-05-19T10:09:44.621Z] github.com/docker/docker/libnetwork/osl [2022-05-19T10:09:44.621Z] github.com/docker/docker/libnetwork/osl/kernel [2022-05-19T10:09:44.621Z] github.com/docker/docker/libnetwork/portallocator [2022-05-19T10:09:44.621Z] github.com/docker/docker/libnetwork/portmapper [2022-05-19T10:09:44.621Z] github.com/docker/docker/libnetwork/resolvconf [2022-05-19T10:09:44.621Z] github.com/docker/docker/libnetwork/testutils [2022-05-19T10:09:44.621Z] github.com/docker/docker/libnetwork/types' [2022-05-19T10:09:44.621Z] + grep --fixed-strings libnetwork/drivers/bridge [2022-05-19T10:09:44.621Z] + echo 'github.com/docker/docker/libnetwork [2022-05-19T10:09:44.621Z] github.com/docker/docker/libnetwork/bitseq [2022-05-19T10:09:44.621Z] github.com/docker/docker/libnetwork/cluster [2022-05-19T10:09:44.621Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-05-19T10:09:44.621Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-05-19T10:09:44.621Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-05-19T10:09:44.621Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-05-19T10:09:44.621Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-05-19T10:09:44.621Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-05-19T10:09:44.621Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-05-19T10:09:44.621Z] github.com/docker/docker/libnetwork/config [2022-05-19T10:09:44.621Z] github.com/docker/docker/libnetwork/datastore [2022-05-19T10:09:44.621Z] github.com/docker/docker/libnetwork/diagnostic [2022-05-19T10:09:44.621Z] github.com/docker/docker/libnetwork/discoverapi [2022-05-19T10:09:44.621Z] github.com/docker/docker/libnetwork/driverapi [2022-05-19T10:09:44.621Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-05-19T10:09:44.621Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-05-19T10:09:44.621Z] github.com/docker/docker/libnetwork/drivers/host [2022-05-19T10:09:44.621Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-05-19T10:09:44.621Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-05-19T10:09:44.621Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-05-19T10:09:44.621Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-05-19T10:09:44.621Z] github.com/docker/docker/libnetwork/drivers/null [2022-05-19T10:09:44.621Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-05-19T10:09:44.621Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-05-19T10:09:44.621Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-05-19T10:09:44.621Z] github.com/docker/docker/libnetwork/drivers/remote [2022-05-19T10:09:44.621Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-05-19T10:09:44.621Z] github.com/docker/docker/libnetwork/drivers/windows [2022-05-19T10:09:44.621Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-05-19T10:09:44.621Z] github.com/docker/docker/libnetwork/drvregistry [2022-05-19T10:09:44.621Z] github.com/docker/docker/libnetwork/etchosts [2022-05-19T10:09:44.621Z] github.com/docker/docker/libnetwork/idm [2022-05-19T10:09:44.621Z] github.com/docker/docker/libnetwork/internal/caller [2022-05-19T10:09:44.621Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-05-19T10:09:44.621Z] github.com/docker/docker/libnetwork/ipam [2022-05-19T10:09:44.621Z] github.com/docker/docker/libnetwork/ipamapi [2022-05-19T10:09:44.621Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-05-19T10:09:44.621Z] github.com/docker/docker/libnetwork/ipams/null [2022-05-19T10:09:44.621Z] github.com/docker/docker/libnetwork/ipams/remote [2022-05-19T10:09:44.621Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-05-19T10:09:44.621Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-05-19T10:09:44.621Z] github.com/docker/docker/libnetwork/ipamutils [2022-05-19T10:09:44.621Z] github.com/docker/docker/libnetwork/iptables [2022-05-19T10:09:44.621Z] github.com/docker/docker/libnetwork/netlabel [2022-05-19T10:09:44.621Z] github.com/docker/docker/libnetwork/netutils [2022-05-19T10:09:44.621Z] github.com/docker/docker/libnetwork/networkdb [2022-05-19T10:09:44.621Z] github.com/docker/docker/libnetwork/ns [2022-05-19T10:09:44.621Z] github.com/docker/docker/libnetwork/options [2022-05-19T10:09:44.621Z] github.com/docker/docker/libnetwork/osl [2022-05-19T10:09:44.621Z] github.com/docker/docker/libnetwork/osl/kernel [2022-05-19T10:09:44.621Z] github.com/docker/docker/libnetwork/portallocator [2022-05-19T10:09:44.621Z] github.com/docker/docker/libnetwork/portmapper [2022-05-19T10:09:44.621Z] github.com/docker/docker/libnetwork/resolvconf [2022-05-19T10:09:44.621Z] github.com/docker/docker/libnetwork/testutils [2022-05-19T10:09:44.621Z] github.com/docker/docker/libnetwork/types' [2022-05-19T10:09:44.621Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-05-19T10:09:44.621Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-05-19T10:09:44.621Z] + type docker-proxy [2022-05-19T10:09:44.621Z] hack/test/unit: line 25: type: docker-proxy: not found [2022-05-19T10:09:44.621Z] + hack/make.sh binary-proxy install-proxy [2022-05-19T10:09:44.621Z] [2022-05-19T10:09:44.882Z] Removing bundles/ [2022-05-19T10:09:44.882Z] [2022-05-19T10:09:44.882Z] ---> Making bundle: binary-proxy (in bundles/binary-proxy) [2022-05-19T10:09:44.882Z] Building: bundles/binary-proxy/docker-proxy-dev [2022-05-19T10:09:44.882Z] GOOS="" GOARCH="" GOARM="" [2022-05-19T10:09:53.027Z] Created binary: bundles/binary-proxy/docker-proxy-dev [2022-05-19T10:09:53.027Z] [2022-05-19T10:09:53.027Z] ---> Making bundle: install-proxy (in bundles/install-proxy) [2022-05-19T10:09:53.027Z] Installing docker-proxy to /usr/local/bin/ [2022-05-19T10:09:53.027Z] [2022-05-19T10:09:53.027Z] + mkdir -p bundles [2022-05-19T10:09:53.027Z] + '[' -n 'github.com/docker/docker/api [2022-05-19T10:09:53.027Z] github.com/docker/docker/api/server [2022-05-19T10:09:53.027Z] github.com/docker/docker/api/server/backend/build [2022-05-19T10:09:53.027Z] github.com/docker/docker/api/server/httpstatus [2022-05-19T10:09:53.027Z] github.com/docker/docker/api/server/httputils [2022-05-19T10:09:53.027Z] github.com/docker/docker/api/server/middleware [2022-05-19T10:09:53.027Z] github.com/docker/docker/api/server/router [2022-05-19T10:09:53.027Z] github.com/docker/docker/api/server/router/build [2022-05-19T10:09:53.027Z] github.com/docker/docker/api/server/router/checkpoint [2022-05-19T10:09:53.027Z] github.com/docker/docker/api/server/router/container [2022-05-19T10:09:53.027Z] github.com/docker/docker/api/server/router/debug [2022-05-19T10:09:53.027Z] github.com/docker/docker/api/server/router/distribution [2022-05-19T10:09:53.027Z] github.com/docker/docker/api/server/router/grpc [2022-05-19T10:09:53.027Z] github.com/docker/docker/api/server/router/image [2022-05-19T10:09:53.027Z] github.com/docker/docker/api/server/router/network [2022-05-19T10:09:53.027Z] github.com/docker/docker/api/server/router/plugin [2022-05-19T10:09:53.027Z] github.com/docker/docker/api/server/router/session [2022-05-19T10:09:53.027Z] github.com/docker/docker/api/server/router/swarm [2022-05-19T10:09:53.027Z] github.com/docker/docker/api/server/router/system [2022-05-19T10:09:53.027Z] github.com/docker/docker/api/server/router/volume [2022-05-19T10:09:53.027Z] github.com/docker/docker/api/types [2022-05-19T10:09:53.027Z] github.com/docker/docker/api/types/backend [2022-05-19T10:09:53.027Z] github.com/docker/docker/api/types/blkiodev [2022-05-19T10:09:53.027Z] github.com/docker/docker/api/types/container [2022-05-19T10:09:53.027Z] github.com/docker/docker/api/types/events [2022-05-19T10:09:53.027Z] github.com/docker/docker/api/types/filters [2022-05-19T10:09:53.027Z] github.com/docker/docker/api/types/image [2022-05-19T10:09:53.027Z] github.com/docker/docker/api/types/mount [2022-05-19T10:09:53.027Z] github.com/docker/docker/api/types/network [2022-05-19T10:09:53.027Z] github.com/docker/docker/api/types/plugins/logdriver [2022-05-19T10:09:53.027Z] github.com/docker/docker/api/types/registry [2022-05-19T10:09:53.027Z] github.com/docker/docker/api/types/strslice [2022-05-19T10:09:53.027Z] github.com/docker/docker/api/types/swarm [2022-05-19T10:09:53.027Z] github.com/docker/docker/api/types/swarm/runtime [2022-05-19T10:09:53.027Z] github.com/docker/docker/api/types/time [2022-05-19T10:09:53.027Z] github.com/docker/docker/api/types/versions [2022-05-19T10:09:53.027Z] github.com/docker/docker/api/types/versions/v1p19 [2022-05-19T10:09:53.027Z] github.com/docker/docker/api/types/versions/v1p20 [2022-05-19T10:09:53.027Z] github.com/docker/docker/api/types/volume [2022-05-19T10:09:53.027Z] github.com/docker/docker/builder [2022-05-19T10:09:53.027Z] github.com/docker/docker/builder/builder-next [2022-05-19T10:09:53.027Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-05-19T10:09:53.027Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-05-19T10:09:53.027Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-05-19T10:09:53.027Z] github.com/docker/docker/builder/builder-next/exporter [2022-05-19T10:09:53.027Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-05-19T10:09:53.027Z] github.com/docker/docker/builder/builder-next/worker [2022-05-19T10:09:53.027Z] github.com/docker/docker/builder/dockerfile [2022-05-19T10:09:53.027Z] github.com/docker/docker/builder/remotecontext [2022-05-19T10:09:53.027Z] github.com/docker/docker/builder/remotecontext/git [2022-05-19T10:09:53.027Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-05-19T10:09:53.027Z] github.com/docker/docker/cli [2022-05-19T10:09:53.027Z] github.com/docker/docker/cli/config [2022-05-19T10:09:53.027Z] github.com/docker/docker/cli/debug [2022-05-19T10:09:53.027Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-05-19T10:09:53.027Z] github.com/docker/docker/cli/winresources/dockerd [2022-05-19T10:09:53.027Z] github.com/docker/docker/client [2022-05-19T10:09:53.027Z] github.com/docker/docker/cmd/docker-proxy [2022-05-19T10:09:53.027Z] github.com/docker/docker/cmd/dockerd [2022-05-19T10:09:53.027Z] github.com/docker/docker/cmd/dockerd/trap [2022-05-19T10:09:53.027Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-05-19T10:09:53.027Z] github.com/docker/docker/container [2022-05-19T10:09:53.027Z] github.com/docker/docker/container/stream [2022-05-19T10:09:53.027Z] github.com/docker/docker/contrib/apparmor [2022-05-19T10:09:53.027Z] github.com/docker/docker/contrib/docker-device-tool [2022-05-19T10:09:53.027Z] github.com/docker/docker/contrib/httpserver [2022-05-19T10:09:53.027Z] github.com/docker/docker/daemon [2022-05-19T10:09:53.027Z] github.com/docker/docker/daemon/cluster [2022-05-19T10:09:53.027Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-05-19T10:09:53.027Z] github.com/docker/docker/daemon/cluster/convert [2022-05-19T10:09:53.027Z] github.com/docker/docker/daemon/cluster/executor [2022-05-19T10:09:53.027Z] github.com/docker/docker/daemon/cluster/executor/container [2022-05-19T10:09:53.027Z] github.com/docker/docker/daemon/cluster/provider [2022-05-19T10:09:53.027Z] github.com/docker/docker/daemon/config [2022-05-19T10:09:53.027Z] github.com/docker/docker/daemon/events [2022-05-19T10:09:53.027Z] github.com/docker/docker/daemon/events/testutils [2022-05-19T10:09:53.027Z] github.com/docker/docker/daemon/exec [2022-05-19T10:09:53.027Z] github.com/docker/docker/daemon/graphdriver [2022-05-19T10:09:53.027Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-05-19T10:09:53.027Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-05-19T10:09:53.027Z] github.com/docker/docker/daemon/graphdriver/copy [2022-05-19T10:09:53.027Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-05-19T10:09:53.027Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-05-19T10:09:53.027Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-05-19T10:09:53.027Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-05-19T10:09:53.027Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-05-19T10:09:53.027Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-05-19T10:09:53.027Z] github.com/docker/docker/daemon/graphdriver/register [2022-05-19T10:09:53.027Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-05-19T10:09:53.027Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-05-19T10:09:53.027Z] github.com/docker/docker/daemon/images [2022-05-19T10:09:53.027Z] github.com/docker/docker/daemon/initlayer [2022-05-19T10:09:53.027Z] github.com/docker/docker/daemon/links [2022-05-19T10:09:53.027Z] github.com/docker/docker/daemon/listeners [2022-05-19T10:09:53.027Z] github.com/docker/docker/daemon/logger [2022-05-19T10:09:53.027Z] github.com/docker/docker/daemon/logger/awslogs [2022-05-19T10:09:53.027Z] github.com/docker/docker/daemon/logger/fluentd [2022-05-19T10:09:53.027Z] github.com/docker/docker/daemon/logger/gcplogs [2022-05-19T10:09:53.027Z] github.com/docker/docker/daemon/logger/gelf [2022-05-19T10:09:53.027Z] github.com/docker/docker/daemon/logger/journald [2022-05-19T10:09:53.027Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-05-19T10:09:53.027Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-05-19T10:09:53.027Z] github.com/docker/docker/daemon/logger/local [2022-05-19T10:09:53.027Z] github.com/docker/docker/daemon/logger/logentries [2022-05-19T10:09:53.027Z] github.com/docker/docker/daemon/logger/loggerutils [2022-05-19T10:09:53.027Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-05-19T10:09:53.027Z] github.com/docker/docker/daemon/logger/splunk [2022-05-19T10:09:53.027Z] github.com/docker/docker/daemon/logger/syslog [2022-05-19T10:09:53.027Z] github.com/docker/docker/daemon/logger/templates [2022-05-19T10:09:53.027Z] github.com/docker/docker/daemon/names [2022-05-19T10:09:53.027Z] github.com/docker/docker/daemon/network [2022-05-19T10:09:53.027Z] github.com/docker/docker/daemon/stats [2022-05-19T10:09:53.027Z] github.com/docker/docker/distribution [2022-05-19T10:09:53.027Z] github.com/docker/docker/distribution/metadata [2022-05-19T10:09:53.027Z] github.com/docker/docker/distribution/utils [2022-05-19T10:09:53.027Z] github.com/docker/docker/distribution/xfer [2022-05-19T10:09:53.027Z] github.com/docker/docker/dockerversion [2022-05-19T10:09:53.027Z] github.com/docker/docker/errdefs [2022-05-19T10:09:53.027Z] github.com/docker/docker/image [2022-05-19T10:09:53.027Z] github.com/docker/docker/image/cache [2022-05-19T10:09:53.027Z] github.com/docker/docker/image/tarexport [2022-05-19T10:09:53.027Z] github.com/docker/docker/image/v1 [2022-05-19T10:09:53.027Z] github.com/docker/docker/internal/test/suite [2022-05-19T10:09:53.027Z] github.com/docker/docker/layer [2022-05-19T10:09:53.027Z] github.com/docker/docker/libcontainerd [2022-05-19T10:09:53.027Z] github.com/docker/docker/libcontainerd/queue [2022-05-19T10:09:53.027Z] github.com/docker/docker/libcontainerd/remote [2022-05-19T10:09:53.027Z] github.com/docker/docker/libcontainerd/supervisor [2022-05-19T10:09:53.027Z] github.com/docker/docker/libcontainerd/types [2022-05-19T10:09:53.027Z] github.com/docker/docker/oci [2022-05-19T10:09:53.027Z] github.com/docker/docker/oci/caps [2022-05-19T10:09:53.027Z] github.com/docker/docker/opts [2022-05-19T10:09:53.027Z] github.com/docker/docker/pkg/aaparser [2022-05-19T10:09:53.027Z] github.com/docker/docker/pkg/archive [2022-05-19T10:09:53.027Z] github.com/docker/docker/pkg/authorization [2022-05-19T10:09:53.027Z] github.com/docker/docker/pkg/broadcaster [2022-05-19T10:09:53.027Z] github.com/docker/docker/pkg/capabilities [2022-05-19T10:09:53.027Z] github.com/docker/docker/pkg/chrootarchive [2022-05-19T10:09:53.027Z] github.com/docker/docker/pkg/containerfs [2022-05-19T10:09:53.027Z] github.com/docker/docker/pkg/devicemapper [2022-05-19T10:09:53.027Z] github.com/docker/docker/pkg/directory [2022-05-19T10:09:53.027Z] github.com/docker/docker/pkg/dmesg [2022-05-19T10:09:53.027Z] github.com/docker/docker/pkg/filenotify [2022-05-19T10:09:53.027Z] github.com/docker/docker/pkg/fileutils [2022-05-19T10:09:53.027Z] github.com/docker/docker/pkg/fsutils [2022-05-19T10:09:53.027Z] github.com/docker/docker/pkg/homedir [2022-05-19T10:09:53.027Z] github.com/docker/docker/pkg/idtools [2022-05-19T10:09:53.027Z] github.com/docker/docker/pkg/ioutils [2022-05-19T10:09:53.027Z] github.com/docker/docker/pkg/jsonmessage [2022-05-19T10:09:53.027Z] github.com/docker/docker/pkg/longpath [2022-05-19T10:09:53.027Z] github.com/docker/docker/pkg/loopback [2022-05-19T10:09:53.027Z] github.com/docker/docker/pkg/namesgenerator [2022-05-19T10:09:53.027Z] github.com/docker/docker/pkg/parsers [2022-05-19T10:09:53.027Z] github.com/docker/docker/pkg/parsers/kernel [2022-05-19T10:09:53.027Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-05-19T10:09:53.027Z] github.com/docker/docker/pkg/pidfile [2022-05-19T10:09:53.027Z] github.com/docker/docker/pkg/platform [2022-05-19T10:09:53.027Z] github.com/docker/docker/pkg/plugingetter [2022-05-19T10:09:53.027Z] github.com/docker/docker/pkg/plugins [2022-05-19T10:09:53.027Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-05-19T10:09:53.027Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-05-19T10:09:53.027Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-05-19T10:09:53.027Z] github.com/docker/docker/pkg/plugins/transport [2022-05-19T10:09:53.027Z] github.com/docker/docker/pkg/pools [2022-05-19T10:09:53.027Z] github.com/docker/docker/pkg/progress [2022-05-19T10:09:53.027Z] github.com/docker/docker/pkg/pubsub [2022-05-19T10:09:53.027Z] github.com/docker/docker/pkg/reexec [2022-05-19T10:09:53.027Z] github.com/docker/docker/pkg/signal [2022-05-19T10:09:53.027Z] github.com/docker/docker/pkg/stack [2022-05-19T10:09:53.027Z] github.com/docker/docker/pkg/stdcopy [2022-05-19T10:09:53.027Z] github.com/docker/docker/pkg/streamformatter [2022-05-19T10:09:53.027Z] github.com/docker/docker/pkg/stringid [2022-05-19T10:09:53.027Z] github.com/docker/docker/pkg/sysinfo [2022-05-19T10:09:53.027Z] github.com/docker/docker/pkg/system [2022-05-19T10:09:53.027Z] github.com/docker/docker/pkg/tailfile [2022-05-19T10:09:53.027Z] github.com/docker/docker/pkg/tarsum [2022-05-19T10:09:53.027Z] github.com/docker/docker/pkg/truncindex [2022-05-19T10:09:53.027Z] github.com/docker/docker/pkg/urlutil [2022-05-19T10:09:53.027Z] github.com/docker/docker/pkg/useragent [2022-05-19T10:09:53.027Z] github.com/docker/docker/plugin [2022-05-19T10:09:53.027Z] github.com/docker/docker/plugin/executor/containerd [2022-05-19T10:09:53.027Z] github.com/docker/docker/plugin/v2 [2022-05-19T10:09:53.027Z] github.com/docker/docker/profiles/apparmor [2022-05-19T10:09:53.027Z] github.com/docker/docker/profiles/seccomp [2022-05-19T10:09:53.027Z] github.com/docker/docker/quota [2022-05-19T10:09:53.027Z] github.com/docker/docker/reference [2022-05-19T10:09:53.027Z] github.com/docker/docker/registry [2022-05-19T10:09:53.027Z] github.com/docker/docker/registry/resumable [2022-05-19T10:09:53.027Z] github.com/docker/docker/restartmanager [2022-05-19T10:09:53.027Z] github.com/docker/docker/rootless [2022-05-19T10:09:53.027Z] github.com/docker/docker/rootless/specconv [2022-05-19T10:09:53.027Z] github.com/docker/docker/runconfig [2022-05-19T10:09:53.027Z] github.com/docker/docker/runconfig/opts [2022-05-19T10:09:53.027Z] github.com/docker/docker/testutil [2022-05-19T10:09:53.027Z] github.com/docker/docker/testutil/daemon [2022-05-19T10:09:53.027Z] github.com/docker/docker/testutil/environment [2022-05-19T10:09:53.027Z] github.com/docker/docker/testutil/fakecontext [2022-05-19T10:09:53.027Z] github.com/docker/docker/testutil/fakegit [2022-05-19T10:09:53.027Z] github.com/docker/docker/testutil/fakestorage [2022-05-19T10:09:53.027Z] github.com/docker/docker/testutil/fixtures/load [2022-05-19T10:09:53.027Z] github.com/docker/docker/testutil/fixtures/plugin [2022-05-19T10:09:53.027Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-05-19T10:09:53.027Z] github.com/docker/docker/testutil/registry [2022-05-19T10:09:53.027Z] github.com/docker/docker/testutil/request [2022-05-19T10:09:53.027Z] github.com/docker/docker/volume [2022-05-19T10:09:53.027Z] github.com/docker/docker/volume/drivers [2022-05-19T10:09:53.027Z] github.com/docker/docker/volume/local [2022-05-19T10:09:53.027Z] github.com/docker/docker/volume/mounts [2022-05-19T10:09:53.028Z] github.com/docker/docker/volume/service [2022-05-19T10:09:53.028Z] github.com/docker/docker/volume/service/opts [2022-05-19T10:09:53.028Z] github.com/docker/docker/volume/testutils' ']' [2022-05-19T10:09:53.028Z] + gotestsum --format=standard-quiet --jsonfile=bundles/go-test-report.json --junitfile=bundles/junit-report.xml -- -tags 'netgo 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/httpstatus 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/builder/remotecontext/urlutil github.com/docker/docker/cli github.com/docker/docker/cli/config github.com/docker/docker/cli/debug github.com/docker/docker/cli/winresources/docker-proxy github.com/docker/docker/cli/winresources/dockerd 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-05-19T10:09:53.028Z] ? github.com/docker/docker/api [no test files] [2022-05-19T10:09:55.584Z] === RUN TestDockerSuite/TestHistoryExistentImage [2022-05-19T10:09:55.584Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2022-05-19T10:09:55.584Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2022-05-19T10:09:55.584Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2022-05-19T10:09:55.584Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2022-05-19T10:09:55.584Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2022-05-19T10:09:55.584Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2022-05-19T10:09:55.584Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2022-05-19T10:09:55.584Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2022-05-19T10:09:55.584Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2022-05-19T10:09:55.584Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2022-05-19T10:09:55.584Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2022-05-19T10:09:55.584Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2022-05-19T10:09:55.584Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2022-05-19T10:09:55.584Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2022-05-19T10:09:55.584Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2022-05-19T10:09:55.840Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2022-05-19T10:09:56.403Z] === RUN TestDockerSuite/TestImagesFormat [2022-05-19T10:09:56.403Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2022-05-19T10:09:56.966Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2022-05-19T10:09:59.118Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2022-05-19T10:09:59.118Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2022-05-19T10:09:59.118Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2022-05-19T10:09:59.118Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2022-05-19T10:09:59.118Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2022-05-19T10:09:59.118Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2022-05-19T10:09:59.118Z] === RUN TestDockerSuite/TestAPINetworkFilter [2022-05-19T10:09:59.118Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2022-05-19T10:09:59.118Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2022-05-19T10:09:59.118Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2022-05-19T10:09:59.118Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2022-05-19T10:09:59.118Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2022-05-19T10:09:59.118Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2022-05-19T10:09:59.118Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2022-05-19T10:09:59.118Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2022-05-19T10:09:59.118Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2022-05-19T10:09:59.118Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2022-05-19T10:09:59.118Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2022-05-19T10:09:59.118Z] docker_api_stats_test.go:264: unmatched requirement DaemonIsLinux [2022-05-19T10:09:59.118Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2022-05-19T10:09:59.118Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2022-05-19T10:09:59.118Z] docker_api_stats_test.go:170: unmatched requirement DaemonIsLinux [2022-05-19T10:09:59.118Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2022-05-19T10:09:59.118Z] docker_api_stats_test.go:278: unmatched requirement DaemonIsLinux [2022-05-19T10:09:59.118Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2022-05-19T10:09:59.118Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2022-05-19T10:09:59.487Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2022-05-19T10:09:59.487Z] === RUN TestDockerSuite/TestImportBadURL [2022-05-19T10:09:59.487Z] === RUN TestDockerSuite/TestImportDisplay [2022-05-19T10:10:00.868Z] === RUN TestDockerSuite/TestImportFile [2022-05-19T10:10:01.798Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2022-05-19T10:10:01.798Z] === RUN TestDockerSuite/TestImportFileWithMessage [2022-05-19T10:10:02.726Z] === RUN TestDockerSuite/TestImportGzipped [2022-05-19T10:10:02.916Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2022-05-19T10:10:02.916Z] docker_cli_run_test.go:3149: unmatched requirement Apparmor [2022-05-19T10:10:02.916Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2022-05-19T10:10:02.916Z] docker_cli_run_test.go:3127: unmatched requirement Apparmor [2022-05-19T10:10:02.916Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2022-05-19T10:10:02.916Z] docker_cli_run_test.go:3139: unmatched requirement DaemonIsLinux [2022-05-19T10:10:02.916Z] === RUN TestDockerSuite/TestAttachDisconnect [2022-05-19T10:10:02.916Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2022-05-19T10:10:02.916Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2022-05-19T10:10:04.091Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2022-05-19T10:10:05.020Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2022-05-19T10:10:05.583Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2022-05-19T10:10:05.839Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin [2022-05-19T10:10:05.839Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2022-05-19T10:10:06.403Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2022-05-19T10:10:06.659Z] === RUN TestDockerSuite/TestInfoSecurityOptions [2022-05-19T10:10:06.659Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2022-05-19T10:10:06.733Z] === RUN TestDockerSuite/TestAttachPausedContainer [2022-05-19T10:10:06.733Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2022-05-19T10:10:06.733Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2022-05-19T10:10:06.733Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2022-05-19T10:10:06.733Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2022-05-19T10:10:07.221Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2022-05-19T10:10:07.477Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2022-05-19T10:10:08.040Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2022-05-19T10:10:08.602Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2022-05-19T10:10:08.859Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2022-05-19T10:10:09.420Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2022-05-19T10:10:09.420Z] === RUN TestDockerSuite/TestInspectAPIMultipleNetworks [2022-05-19T10:10:10.352Z] === RUN TestDockerSuite/TestInspectAmpersand [2022-05-19T10:10:10.915Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2022-05-19T10:10:11.155Z] ok github.com/docker/docker/api/server 0.013s coverage: 7.9% of statements [2022-05-19T10:10:11.524Z] === RUN TestDockerSuite/TestInspectByPrefix [2022-05-19T10:10:11.524Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2022-05-19T10:10:11.779Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2022-05-19T10:10:11.779Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2022-05-19T10:10:11.779Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2022-05-19T10:10:12.706Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2022-05-19T10:10:12.963Z] === RUN TestDockerSuite/TestInspectDefault [2022-05-19T10:10:13.524Z] === RUN TestDockerSuite/TestInspectHistory [2022-05-19T10:10:13.902Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2022-05-19T10:10:14.085Z] === RUN TestDockerSuite/TestInspectImage [2022-05-19T10:10:14.086Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2022-05-19T10:10:14.086Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2022-05-19T10:10:14.086Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2022-05-19T10:10:14.086Z] === RUN TestDockerSuite/TestInspectInt64 [2022-05-19T10:10:14.342Z] === RUN TestDockerSuite/TestInspectJSONFields [2022-05-19T10:10:14.904Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2022-05-19T10:10:14.904Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2022-05-19T10:10:15.466Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2022-05-19T10:10:16.027Z] === RUN TestDockerSuite/TestInspectPlugin [2022-05-19T10:10:17.941Z] === RUN TestDockerSuite/TestInspectRootFS [2022-05-19T10:10:17.941Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2022-05-19T10:10:18.198Z] === RUN TestDockerSuite/TestInspectStatus [2022-05-19T10:10:18.760Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2022-05-19T10:10:19.690Z] === RUN TestDockerSuite/TestInspectTemplateError [2022-05-19T10:10:20.252Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2022-05-19T10:10:20.812Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2022-05-19T10:10:21.068Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2022-05-19T10:10:21.630Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2022-05-19T10:10:22.192Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2022-05-19T10:10:22.601Z] === RUN TestDockerSuite/TestInspectUnknownObject [2022-05-19T10:10:22.601Z] === RUN TestDockerSuite/TestLegacyRunNoNewPrivSetuid [2022-05-19T10:10:23.968Z] === RUN TestDockerSuite/TestLinkShortDefinition [2022-05-19T10:10:24.898Z] === RUN TestDockerSuite/TestLinksEnvs [2022-05-19T10:10:25.826Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2022-05-19T10:10:25.826Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2022-05-19T10:10:27.192Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2022-05-19T10:10:27.192Z] === RUN TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate [2022-05-19T10:10:28.559Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2022-05-19T10:10:31.078Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2022-05-19T10:10:31.078Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2022-05-19T10:10:32.006Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel [2022-05-19T10:10:32.937Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2022-05-19T10:10:32.937Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2022-05-19T10:10:33.500Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2022-05-19T10:10:34.429Z] docker_api_swarm_service_test.go:395: [d32d21b3b5e63] joining swarm manager [de78ccd107a25]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-05-19T10:10:34.991Z] docker_api_swarm_service_test.go:395: [d04df949c7db0] joining swarm manager [de78ccd107a25]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-05-19T10:10:43.120Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2022-05-19T10:10:44.047Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2022-05-19T10:10:44.976Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2022-05-19T10:10:45.538Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2022-05-19T10:10:47.429Z] === RUN TestDockerSuite/TestLoadNoStdinFail [2022-05-19T10:10:47.429Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2022-05-19T10:10:47.429Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2022-05-19T10:10:47.429Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2022-05-19T10:10:47.429Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2022-05-19T10:10:47.991Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2022-05-19T10:10:48.167Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2022-05-19T10:10:48.168Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2022-05-19T10:10:48.168Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2022-05-19T10:10:48.168Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2022-05-19T10:10:48.168Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2022-05-19T10:10:48.168Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2022-05-19T10:10:48.168Z] === RUN TestDockerSuite/TestAPINetworkFilter [2022-05-19T10:10:48.168Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2022-05-19T10:10:48.168Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2022-05-19T10:10:48.168Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2022-05-19T10:10:48.168Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2022-05-19T10:10:48.168Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2022-05-19T10:10:48.168Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2022-05-19T10:10:48.168Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2022-05-19T10:10:48.168Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2022-05-19T10:10:48.168Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2022-05-19T10:10:48.168Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2022-05-19T10:10:48.168Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2022-05-19T10:10:48.168Z] docker_api_stats_test.go:264: unmatched requirement DaemonIsLinux [2022-05-19T10:10:48.168Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2022-05-19T10:10:48.168Z] docker_api_stats_test.go:103: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2022-05-19T10:10:48.168Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2022-05-19T10:10:48.168Z] docker_api_stats_test.go:170: unmatched requirement DaemonIsLinux [2022-05-19T10:10:48.168Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2022-05-19T10:10:48.168Z] docker_api_stats_test.go:278: unmatched requirement DaemonIsLinux [2022-05-19T10:10:48.168Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2022-05-19T10:10:48.168Z] docker_api_stats_test.go:27: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2022-05-19T10:10:48.168Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2022-05-19T10:10:48.168Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2022-05-19T10:10:48.168Z] docker_cli_run_test.go:3149: unmatched requirement Apparmor [2022-05-19T10:10:48.168Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2022-05-19T10:10:48.168Z] docker_cli_run_test.go:3127: unmatched requirement Apparmor [2022-05-19T10:10:48.168Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2022-05-19T10:10:48.168Z] docker_cli_run_test.go:3139: unmatched requirement DaemonIsLinux [2022-05-19T10:10:48.168Z] === RUN TestDockerSuite/TestAttachDisconnect [2022-05-19T10:10:48.168Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2022-05-19T10:10:48.168Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2022-05-19T10:10:48.168Z] === RUN TestDockerSuite/TestAttachPausedContainer [2022-05-19T10:10:48.168Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2022-05-19T10:10:48.168Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2022-05-19T10:10:48.168Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2022-05-19T10:10:48.168Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2022-05-19T10:10:48.248Z] === RUN TestDockerSuite/TestLogsAPIUntil [2022-05-19T10:10:50.763Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole [2022-05-19T10:10:52.127Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2022-05-19T10:10:52.383Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2022-05-19T10:10:52.945Z] docker_api_swarm_service_test.go:343: [daecc0a06df14] joining swarm manager [d1453c628e4e5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-05-19T10:10:53.872Z] docker_api_swarm_service_test.go:343: [d5ccf8e9bc24e] joining swarm manager [d1453c628e4e5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-05-19T10:10:56.822Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2022-05-19T10:10:57.139Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2022-05-19T10:10:57.700Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2022-05-19T10:10:57.700Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2022-05-19T10:10:58.628Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2022-05-19T10:10:59.192Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2022-05-19T10:11:00.121Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2022-05-19T10:11:01.076Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2022-05-19T10:11:01.640Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2022-05-19T10:11:03.529Z] === RUN TestDockerSuite/TestLogsFollowStopped [2022-05-19T10:11:03.787Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2022-05-19T10:11:04.478Z] === RUN TestDockerSuite/TestLogsSince [2022-05-19T10:11:06.990Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs [2022-05-19T10:11:08.140Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2022-05-19T10:11:08.140Z] docker_api_build_test.go:176: unmatched requirement UnixCli [2022-05-19T10:11:08.608Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2022-05-19T10:11:08.877Z] docker_api_swarm_service_test.go:490: [d5f2ed86e5a0a] joining swarm manager [d4dc7c77a63a0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-05-19T10:11:09.804Z] docker_api_swarm_service_test.go:490: [d2c8c51f1392b] joining swarm manager [d4dc7c77a63a0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-05-19T10:11:10.734Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2022-05-19T10:11:15.761Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2022-05-19T10:11:15.762Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2022-05-19T10:11:17.269Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2022-05-19T10:11:17.269Z] === RUN TestDockerSuite/TestLogsTail [2022-05-19T10:11:17.269Z] === RUN TestDockerSuite/TestLogsTimestamps [2022-05-19T10:11:17.831Z] === RUN TestDockerSuite/TestLogsWithDetails [2022-05-19T10:11:18.396Z] === RUN TestDockerSuite/TestMountIntoProc [2022-05-19T10:11:18.396Z] === RUN TestDockerSuite/TestMountIntoSys [2022-05-19T10:11:18.960Z] === RUN TestDockerSuite/TestNetHostname [2022-05-19T10:11:20.327Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2022-05-19T10:11:20.327Z] === RUN TestDockerSuite/TestNetworkEvents [2022-05-19T10:11:20.529Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2022-05-19T10:11:21.515Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2022-05-19T10:11:21.515Z] docker_cli_build_test.go:574: unmatched requirement DaemonIsLinux [2022-05-19T10:11:21.515Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2022-05-19T10:11:21.515Z] docker_cli_build_test.go:927: unmatched requirement DaemonIsLinux [2022-05-19T10:11:21.515Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2022-05-19T10:11:21.515Z] docker_cli_build_test.go:1007: unmatched requirement DaemonIsLinux [2022-05-19T10:11:21.515Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2022-05-19T10:11:21.985Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2022-05-19T10:11:22.214Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreate [2022-05-19T10:11:22.971Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2022-05-19T10:11:26.412Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2022-05-19T10:11:26.771Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2022-05-19T10:11:27.779Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2022-05-19T10:11:27.779Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal [2022-05-19T10:11:28.341Z] === RUN TestDockerSuite/TestPluginActive [2022-05-19T10:11:28.990Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2022-05-19T10:11:28.990Z] docker_cli_build_test.go:752: unmatched requirement DaemonIsLinux [2022-05-19T10:11:28.990Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2022-05-19T10:11:28.990Z] docker_cli_build_test.go:738: unmatched requirement DaemonIsLinux [2022-05-19T10:11:28.990Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2022-05-19T10:11:28.990Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2022-05-19T10:11:29.707Z] docker_api_swarm_service_test.go:128: [de066b7009387] joining swarm manager [d1a872103d89b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-05-19T10:11:30.268Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2022-05-19T10:11:30.524Z] docker_api_swarm_service_test.go:129: [d2f24d2e2f7ab] joining swarm manager [d1a872103d89b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-05-19T10:11:32.416Z] docker_api_swarm_service_test.go:137: [de960b745e056] joining swarm manager [d1a872103d89b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2022-05-19T10:11:32.781Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2022-05-19T10:11:33.783Z] docker_api_swarm_service_test.go:138: [d22fb05f96fe0] joining swarm manager [d1a872103d89b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2022-05-19T10:11:37.053Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2022-05-19T10:11:37.053Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2022-05-19T10:11:37.053Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2022-05-19T10:11:37.982Z] === RUN TestDockerSuite/TestPluginLogDriver [2022-05-19T10:11:41.250Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2022-05-19T10:11:42.615Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2022-05-19T10:11:45.130Z] === RUN TestDockerSuite/TestPluginUpgrade [2022-05-19T10:11:47.663Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2022-05-19T10:11:47.663Z] ? github.com/docker/docker/api/server/httpstatus [no test files] [2022-05-19T10:11:47.663Z] ok github.com/docker/docker/api/server/httputils 0.004s coverage: 31.9% of statements [2022-05-19T10:11:47.663Z] ok github.com/docker/docker/api/server/middleware 0.005s coverage: 37.7% of statements [2022-05-19T10:11:47.663Z] ? github.com/docker/docker/api/server/router [no test files] [2022-05-19T10:11:47.663Z] ? github.com/docker/docker/api/server/router/build [no test files] [2022-05-19T10:11:47.663Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2022-05-19T10:11:47.663Z] ? github.com/docker/docker/api/server/router/container [no test files] [2022-05-19T10:11:47.663Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2022-05-19T10:11:47.663Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2022-05-19T10:11:47.663Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2022-05-19T10:11:47.663Z] ? github.com/docker/docker/api/server/router/image [no test files] [2022-05-19T10:11:47.663Z] ? github.com/docker/docker/api/server/router/network [no test files] [2022-05-19T10:11:47.663Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2022-05-19T10:11:47.663Z] ? github.com/docker/docker/api/server/router/session [no test files] [2022-05-19T10:11:47.663Z] ok github.com/docker/docker/api/server/router/swarm 0.006s coverage: 6.0% of statements [2022-05-19T10:11:47.663Z] ? github.com/docker/docker/api/server/router/system [no test files] [2022-05-19T10:11:47.663Z] ok github.com/docker/docker/api/types/filters 0.009s coverage: 92.2% of statements [2022-05-19T10:11:47.663Z] ok github.com/docker/docker/api/server/router/volume 0.008s coverage: 67.9% of statements [2022-05-19T10:11:47.663Z] ? github.com/docker/docker/api/types [no test files] [2022-05-19T10:11:47.663Z] ? github.com/docker/docker/api/types/backend [no test files] [2022-05-19T10:11:47.663Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2022-05-19T10:11:47.663Z] ? github.com/docker/docker/api/types/container [no test files] [2022-05-19T10:11:47.663Z] ? github.com/docker/docker/api/types/events [no test files] [2022-05-19T10:11:47.663Z] ? github.com/docker/docker/api/types/image [no test files] [2022-05-19T10:11:47.663Z] ? github.com/docker/docker/api/types/mount [no test files] [2022-05-19T10:11:47.663Z] ? github.com/docker/docker/api/types/network [no test files] [2022-05-19T10:11:47.663Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2022-05-19T10:11:47.663Z] ? github.com/docker/docker/api/types/registry [no test files] [2022-05-19T10:11:47.663Z] ok github.com/docker/docker/api/types/strslice 0.003s coverage: 90.0% of statements [2022-05-19T10:11:47.663Z] ? github.com/docker/docker/api/types/swarm [no test files] [2022-05-19T10:11:47.663Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2022-05-19T10:11:47.663Z] ok github.com/docker/docker/api/types/time 0.003s coverage: 100.0% of statements [2022-05-19T10:11:47.663Z] ok github.com/docker/docker/api/types/versions 0.002s coverage: 77.3% of statements [2022-05-19T10:11:47.663Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2022-05-19T10:11:47.663Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2022-05-19T10:11:47.663Z] ? github.com/docker/docker/api/types/volume [no test files] [2022-05-19T10:11:47.663Z] ? github.com/docker/docker/builder [no test files] [2022-05-19T10:11:47.663Z] ? github.com/docker/docker/builder/builder-next [no test files] [2022-05-19T10:11:47.663Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2022-05-19T10:11:47.663Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2022-05-19T10:11:47.663Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2022-05-19T10:11:47.663Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2022-05-19T10:11:47.663Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2022-05-19T10:11:47.663Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2022-05-19T10:11:47.663Z] ok github.com/docker/docker/builder/remotecontext 0.116s coverage: 13.7% of statements [2022-05-19T10:11:47.663Z] ok github.com/docker/docker/builder/dockerfile 0.514s coverage: 49.3% of statements [2022-05-19T10:11:47.663Z] ok github.com/docker/docker/builder/remotecontext/urlutil 0.002s coverage: 100.0% of statements [2022-05-19T10:11:47.663Z] ok github.com/docker/docker/cli/debug 0.002s coverage: 100.0% of statements [2022-05-19T10:11:47.663Z] ok github.com/docker/docker/builder/remotecontext/git 1.818s coverage: 86.3% of statements [2022-05-19T10:11:47.663Z] ? github.com/docker/docker/cli [no test files] [2022-05-19T10:11:47.663Z] ? github.com/docker/docker/cli/config [no test files] [2022-05-19T10:11:47.663Z] ? github.com/docker/docker/cli/winresources/docker-proxy [no test files] [2022-05-19T10:11:47.663Z] ? github.com/docker/docker/cli/winresources/dockerd [no test files] [2022-05-19T10:11:47.663Z] ok github.com/docker/docker/cmd/docker-proxy 0.267s coverage: 67.6% of statements [2022-05-19T10:11:47.768Z] === RUN TestDockerSuite/TestBuildAddNonTar [2022-05-19T10:11:50.396Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2022-05-19T10:11:51.762Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2022-05-19T10:11:51.872Z] ok github.com/docker/docker/client 0.154s coverage: 75.6% of statements [2022-05-19T10:11:52.323Z] === RUN TestDockerSuite/TestPortHostBinding [2022-05-19T10:11:53.250Z] === RUN TestDockerSuite/TestPortList [2022-05-19T10:11:53.637Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2022-05-19T10:11:54.104Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2022-05-19T10:11:54.104Z] docker_cli_build_test.go:798: unmatched requirement DaemonIsLinux [2022-05-19T10:11:54.104Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2022-05-19T10:11:56.517Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesEmptyList [2022-05-19T10:11:57.893Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2022-05-19T10:11:59.033Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate [2022-05-19T10:11:59.960Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2022-05-19T10:12:00.106Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2022-05-19T10:12:00.932Z] docker_api_swarm_service_test.go:304: [de6100560be56] joining swarm manager [d132a3174804b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-05-19T10:12:01.188Z] === RUN TestDockerSuite/TestPostContainersAttach [2022-05-19T10:12:01.748Z] docker_api_swarm_service_test.go:304: [d7ff3c370dd14] joining swarm manager [d132a3174804b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-05-19T10:12:05.975Z] === RUN TestDockerSuite/TestBuildAddScript [2022-05-19T10:12:05.975Z] docker_cli_build_test.go:2811: unmatched requirement DaemonIsLinux [2022-05-19T10:12:05.975Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2022-05-19T10:12:05.975Z] docker_cli_build_test.go:506: unmatched requirement DaemonIsLinux [2022-05-19T10:12:05.975Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2022-05-19T10:12:05.975Z] docker_cli_build_test.go:723: unmatched requirement DaemonIsLinux [2022-05-19T10:12:05.975Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2022-05-19T10:12:05.975Z] docker_cli_build_test.go:467: unmatched requirement DaemonIsLinux [2022-05-19T10:12:05.975Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2022-05-19T10:12:06.960Z] === RUN TestDockerSuite/TestBuildAddTar [2022-05-19T10:12:08.283Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2022-05-19T10:12:08.283Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2022-05-19T10:12:08.283Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2022-05-19T10:12:08.283Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2022-05-19T10:12:08.283Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2022-05-19T10:12:08.283Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2022-05-19T10:12:08.283Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2022-05-19T10:12:08.844Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2022-05-19T10:12:08.844Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2022-05-19T10:12:10.210Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2022-05-19T10:12:10.210Z] === RUN TestDockerSuite/TestPruneContainerLabel [2022-05-19T10:12:12.102Z] === RUN TestDockerSuite/TestPruneContainerUntil [2022-05-19T10:12:13.031Z] === RUN TestDockerSuite/TestPruneNetworkLabel [2022-05-19T10:12:13.292Z] === RUN TestDockerSuite/TestPruneVolumeLabel [2022-05-19T10:12:13.548Z] === RUN TestDockerSuite/TestPsByOrder [2022-05-19T10:12:15.483Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2022-05-19T10:12:16.046Z] === RUN TestDockerSuite/TestPsListContainersBase [2022-05-19T10:12:18.608Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2022-05-19T10:12:21.879Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2022-05-19T10:12:21.879Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2022-05-19T10:12:21.879Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents [2022-05-19T10:12:23.769Z] docker_api_swarm_service_test.go:100: [da3565653a988] joining swarm manager [d001ab1c6c101]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-05-19T10:12:24.331Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2022-05-19T10:12:24.587Z] docker_api_swarm_service_test.go:101: [dcd4c4adb8c20] joining swarm manager [d001ab1c6c101]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-05-19T10:12:26.039Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2022-05-19T10:12:26.039Z] docker_api_build_test.go:176: unmatched requirement UnixCli [2022-05-19T10:12:26.039Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2022-05-19T10:12:29.002Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2022-05-19T10:12:29.002Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2022-05-19T10:12:31.170Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2022-05-19T10:12:31.733Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2022-05-19T10:12:33.626Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2022-05-19T10:12:33.764Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2022-05-19T10:12:34.234Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2022-05-19T10:12:34.234Z] docker_cli_build_test.go:574: unmatched requirement DaemonIsLinux [2022-05-19T10:12:34.555Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2022-05-19T10:12:34.704Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2022-05-19T10:12:34.704Z] docker_cli_build_test.go:927: unmatched requirement DaemonIsLinux [2022-05-19T10:12:34.704Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2022-05-19T10:12:34.704Z] docker_cli_build_test.go:1007: unmatched requirement DaemonIsLinux [2022-05-19T10:12:34.704Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2022-05-19T10:12:34.704Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2022-05-19T10:12:35.483Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2022-05-19T10:12:35.694Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2022-05-19T10:12:37.378Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2022-05-19T10:12:38.595Z] ok github.com/docker/docker/cmd/dockerd 0.099s coverage: 29.7% of statements [2022-05-19T10:12:38.595Z] ok github.com/docker/docker/container 0.118s coverage: 34.8% of statements [2022-05-19T10:12:38.595Z] ok github.com/docker/docker/cmd/dockerd/trap 2.517s coverage: 0.0% of statements [2022-05-19T10:12:38.595Z] ? github.com/docker/docker/cmd/dockerd/trap/testfiles [no test files] [2022-05-19T10:12:38.595Z] ? github.com/docker/docker/container/stream [no test files] [2022-05-19T10:12:38.595Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2022-05-19T10:12:38.595Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2022-05-19T10:12:38.595Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2022-05-19T10:12:38.757Z] === RUN TestDockerSuite/TestPsListContainersSize [2022-05-19T10:12:39.496Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2022-05-19T10:12:40.125Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2022-05-19T10:12:40.382Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2022-05-19T10:12:40.945Z] === RUN TestDockerSuite/TestPsRightTagName [2022-05-19T10:12:41.071Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2022-05-19T10:12:41.071Z] docker_cli_build_test.go:752: unmatched requirement DaemonIsLinux [2022-05-19T10:12:41.071Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2022-05-19T10:12:41.071Z] docker_cli_build_test.go:738: unmatched requirement DaemonIsLinux [2022-05-19T10:12:41.071Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2022-05-19T10:12:41.071Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2022-05-19T10:12:41.873Z] check_test.go:378: [da3565653a988] daemon is not started [2022-05-19T10:12:42.867Z] ok github.com/docker/docker/daemon/cluster 0.082s coverage: 0.5% of statements [2022-05-19T10:12:43.299Z] === RUN TestDockerSuite/TestPsShowMounts [2022-05-19T10:12:43.842Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.011s coverage: 65.3% of statements [2022-05-19T10:12:44.667Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2022-05-19T10:12:45.082Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2022-05-19T10:12:45.227Z] ok github.com/docker/docker/daemon/cluster/convert 0.010s coverage: 36.9% of statements [2022-05-19T10:12:45.228Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2022-05-19T10:12:45.228Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2022-05-19T10:12:45.228Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2022-05-19T10:12:45.228Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2022-05-19T10:12:45.228Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2022-05-19T10:12:45.485Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2022-05-19T10:12:45.743Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2022-05-19T10:12:46.672Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2022-05-19T10:12:47.235Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesStateReporting [2022-05-19T10:12:47.797Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2022-05-19T10:12:48.358Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2022-05-19T10:12:49.726Z] docker_api_swarm_service_test.go:533: [d40a262122568] joining swarm manager [de798c6d3391e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-05-19T10:12:49.850Z] === RUN TestDockerSuite/TestBuildAddTarXz [2022-05-19T10:12:49.850Z] docker_cli_build_test.go:2947: unmatched requirement DaemonIsLinux [2022-05-19T10:12:49.850Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2022-05-19T10:12:49.850Z] docker_cli_build_test.go:2994: unmatched requirement DaemonIsLinux [2022-05-19T10:12:49.850Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2022-05-19T10:12:51.094Z] docker_api_swarm_service_test.go:534: [d554dcbb703de] joining swarm manager [de798c6d3391e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-05-19T10:12:53.368Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.445s coverage: 13.4% of statements [2022-05-19T10:12:53.368Z] ok github.com/docker/docker/daemon/config 0.032s coverage: 81.5% of statements [2022-05-19T10:12:53.629Z] ok github.com/docker/docker/daemon/events 0.057s coverage: 50.0% of statements [2022-05-19T10:12:53.656Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2022-05-19T10:12:53.656Z] docker_api_build_test.go:176: unmatched requirement UnixCli [2022-05-19T10:12:53.656Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2022-05-19T10:12:53.656Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2022-05-19T10:12:53.656Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2022-05-19T10:12:53.656Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2022-05-19T10:12:54.572Z] ok github.com/docker/docker/daemon/graphdriver 0.017s coverage: 2.2% of statements [2022-05-19T10:12:54.572Z] ok github.com/docker/docker/daemon 10.183s coverage: 16.0% of statements [2022-05-19T10:12:54.572Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2022-05-19T10:12:54.572Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2022-05-19T10:12:54.572Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2022-05-19T10:12:54.572Z] ? github.com/docker/docker/daemon/exec [no test files] [2022-05-19T10:12:54.652Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2022-05-19T10:12:54.652Z] docker_cli_build_test.go:574: unmatched requirement DaemonIsLinux [2022-05-19T10:12:54.652Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2022-05-19T10:12:54.652Z] docker_cli_build_test.go:927: unmatched requirement DaemonIsLinux [2022-05-19T10:12:54.652Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2022-05-19T10:12:54.652Z] docker_cli_build_test.go:1007: unmatched requirement DaemonIsLinux [2022-05-19T10:12:54.652Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2022-05-19T10:12:55.121Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2022-05-19T10:12:56.349Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2022-05-19T10:12:56.488Z] ok github.com/docker/docker/daemon/graphdriver/aufs 0.748s coverage: 74.8% of statements [2022-05-19T10:12:56.686Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2022-05-19T10:12:56.749Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.025s coverage: 3.0% of statements [2022-05-19T10:12:57.279Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2022-05-19T10:12:57.322Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.322s coverage: 56.2% of statements [2022-05-19T10:12:58.709Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.007s coverage: 1.9% of statements [2022-05-19T10:12:59.199Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2022-05-19T10:12:59.199Z] === RUN TestDockerSuite/TestRestartPolicyNO [2022-05-19T10:12:59.199Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2022-05-19T10:12:59.455Z] === RUN TestDockerSuite/TestRestartRunningContainer [2022-05-19T10:13:00.055Z] === RUN TestDockerSuite/TestBuildAddNonTar [2022-05-19T10:13:00.472Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2022-05-19T10:13:00.658Z] ok github.com/docker/docker/daemon/graphdriver/overlay 0.316s coverage: 50.6% of statements [2022-05-19T10:13:01.344Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2022-05-19T10:13:01.605Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 2.869s coverage: 46.1% of statements [2022-05-19T10:13:01.605Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2022-05-19T10:13:02.273Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2022-05-19T10:13:02.549Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 0.752s coverage: 58.5% of statements [2022-05-19T10:13:02.549Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2022-05-19T10:13:02.549Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2022-05-19T10:13:02.549Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.020s coverage: 58.5% of statements [2022-05-19T10:13:02.684Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2022-05-19T10:13:02.684Z] docker_cli_build_test.go:752: unmatched requirement DaemonIsLinux [2022-05-19T10:13:02.684Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2022-05-19T10:13:02.684Z] docker_cli_build_test.go:738: unmatched requirement DaemonIsLinux [2022-05-19T10:13:02.684Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2022-05-19T10:13:03.153Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2022-05-19T10:13:03.856Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2022-05-19T10:13:03.935Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.008s coverage: 3.0% of statements [2022-05-19T10:13:04.507Z] ok github.com/docker/docker/daemon/links 0.003s coverage: 93.0% of statements [2022-05-19T10:13:04.792Z] === RUN TestDockerSuite/TestRestartWithVolumes [2022-05-19T10:13:04.846Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2022-05-19T10:13:04.846Z] docker_cli_build_test.go:798: unmatched requirement DaemonIsLinux [2022-05-19T10:13:05.078Z] ok github.com/docker/docker/daemon/images 0.063s coverage: 6.6% of statements [2022-05-19T10:13:05.078Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2022-05-19T10:13:05.078Z] ? github.com/docker/docker/daemon/listeners [no test files] [2022-05-19T10:13:05.315Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2022-05-19T10:13:05.720Z] === RUN TestDockerSuite/TestRmiBlank [2022-05-19T10:13:05.720Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2022-05-19T10:13:05.720Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2022-05-19T10:13:06.020Z] ok github.com/docker/docker/daemon/logger 0.251s coverage: 43.0% of statements [2022-05-19T10:13:06.943Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2022-05-19T10:13:06.962Z] ok github.com/docker/docker/daemon/logger/awslogs 0.165s coverage: 79.9% of statements [2022-05-19T10:13:06.962Z] ok github.com/docker/docker/daemon/logger/fluentd 0.017s coverage: 53.6% of statements [2022-05-19T10:13:06.962Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2022-05-19T10:13:07.534Z] ok github.com/docker/docker/daemon/logger/gelf 0.006s coverage: 68.2% of statements [2022-05-19T10:13:07.795Z] ok github.com/docker/docker/daemon/logger/journald 0.009s coverage: 23.9% of statements [2022-05-19T10:13:08.237Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2022-05-19T10:13:08.367Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.006s coverage: 87.2% of statements [2022-05-19T10:13:08.493Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2022-05-19T10:13:08.628Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.008s coverage: 69.9% of statements [2022-05-19T10:13:08.749Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2022-05-19T10:13:09.115Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2022-05-19T10:13:09.200Z] ok github.com/docker/docker/daemon/logger/local 0.034s coverage: 78.7% of statements [2022-05-19T10:13:09.200Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2022-05-19T10:13:09.772Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.034s coverage: 54.9% of statements [2022-05-19T10:13:10.119Z] === RUN TestDockerSuite/TestRmiImgIDForce [2022-05-19T10:13:10.344Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.031s coverage: 31.5% of statements [2022-05-19T10:13:10.684Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2022-05-19T10:13:11.048Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2022-05-19T10:13:11.104Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2022-05-19T10:13:11.104Z] docker_cli_build_test.go:768: unmatched requirement DaemonIsLinux [2022-05-19T10:13:11.104Z] === RUN TestDockerSuite/TestBuildBlankName [2022-05-19T10:13:11.289Z] ok github.com/docker/docker/daemon/logger/syslog 0.011s coverage: 46.8% of statements [2022-05-19T10:13:11.550Z] ok github.com/docker/docker/daemon/logger/templates 0.003s coverage: 8.3% of statements [2022-05-19T10:13:11.976Z] === RUN TestDockerSuite/TestRmiParentImageFail [2022-05-19T10:13:12.094Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2022-05-19T10:13:12.123Z] ok github.com/docker/docker/daemon/network 0.004s coverage: 63.8% of statements [2022-05-19T10:13:12.538Z] === RUN TestDockerSuite/TestRmiTag [2022-05-19T10:13:12.696Z] ok github.com/docker/docker/daemon/logger/splunk 1.690s coverage: 82.5% of statements [2022-05-19T10:13:12.696Z] ? github.com/docker/docker/daemon/names [no test files] [2022-05-19T10:13:12.696Z] ? github.com/docker/docker/daemon/stats [no test files] [2022-05-19T10:13:12.795Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2022-05-19T10:13:13.358Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2022-05-19T10:13:13.640Z] ok github.com/docker/docker/distribution/metadata 0.039s coverage: 44.4% of statements [2022-05-19T10:13:14.583Z] ok github.com/docker/docker/distribution 0.624s coverage: 28.2% of statements [2022-05-19T10:13:14.583Z] ? github.com/docker/docker/distribution/utils [no test files] [2022-05-19T10:13:14.724Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdate [2022-05-19T10:13:14.845Z] ok github.com/docker/docker/errdefs 0.005s coverage: 77.0% of statements [2022-05-19T10:13:15.417Z] ok github.com/docker/docker/image 0.024s coverage: 86.9% of statements [2022-05-19T10:13:15.679Z] ok github.com/docker/docker/image/cache 0.006s coverage: 19.2% of statements [2022-05-19T10:13:16.092Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2022-05-19T10:13:16.251Z] ok github.com/docker/docker/image/tarexport 0.007s coverage: 0.7% of statements [2022-05-19T10:13:16.251Z] ok github.com/docker/docker/distribution/xfer 1.904s coverage: 84.9% of statements [2022-05-19T10:13:16.251Z] ? github.com/docker/docker/dockerversion [no test files] [2022-05-19T10:13:16.251Z] ? github.com/docker/docker/image/v1 [no test files] [2022-05-19T10:13:16.251Z] ? github.com/docker/docker/internal/test/suite [no test files] [2022-05-19T10:13:16.655Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2022-05-19T10:13:16.822Z] ok github.com/docker/docker/libcontainerd/queue 0.023s coverage: 100.0% of statements [2022-05-19T10:13:16.912Z] docker_api_swarm_service_test.go:148: [dc4ee1f32aa5a] joining swarm manager [d2c96ac11c4be]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-05-19T10:13:17.475Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2022-05-19T10:13:17.732Z] docker_api_swarm_service_test.go:148: [d3d4a27155e98] joining swarm manager [d2c96ac11c4be]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-05-19T10:13:17.764Z] ok github.com/docker/docker/oci 0.013s coverage: 46.0% of statements [2022-05-19T10:13:17.989Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2022-05-19T10:13:18.336Z] ok github.com/docker/docker/opts 0.027s coverage: 66.0% of statements [2022-05-19T10:13:18.598Z] ok github.com/docker/docker/pkg/aaparser 0.002s coverage: 52.9% of statements [2022-05-19T10:13:19.374Z] === RUN TestDockerSuite/TestRunAddHost [2022-05-19T10:13:19.939Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2022-05-19T10:13:19.986Z] ok github.com/docker/docker/pkg/archive 0.294s coverage: 82.5% of statements [2022-05-19T10:13:20.196Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2022-05-19T10:13:20.558Z] ok github.com/docker/docker/pkg/authorization 0.088s coverage: 68.3% of statements [2022-05-19T10:13:20.758Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2022-05-19T10:13:20.758Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2022-05-19T10:13:20.766Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2022-05-19T10:13:20.766Z] docker_cli_build_test.go:4457: unmatched requirement DaemonIsLinux [2022-05-19T10:13:20.819Z] ok github.com/docker/docker/pkg/broadcaster 0.001s coverage: 100.0% of statements [2022-05-19T10:13:21.081Z] ok github.com/docker/docker/pkg/capabilities 0.002s coverage: 87.5% of statements [2022-05-19T10:13:21.118Z] === RUN TestDockerSuite/TestBuildAddScript [2022-05-19T10:13:21.118Z] docker_cli_build_test.go:2811: unmatched requirement DaemonIsLinux [2022-05-19T10:13:21.118Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2022-05-19T10:13:21.118Z] docker_cli_build_test.go:506: unmatched requirement DaemonIsLinux [2022-05-19T10:13:21.118Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2022-05-19T10:13:21.118Z] docker_cli_build_test.go:723: unmatched requirement DaemonIsLinux [2022-05-19T10:13:21.118Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2022-05-19T10:13:21.118Z] docker_cli_build_test.go:467: unmatched requirement DaemonIsLinux [2022-05-19T10:13:21.118Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2022-05-19T10:13:21.321Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2022-05-19T10:13:21.590Z] === RUN TestDockerSuite/TestBuildAddTar [2022-05-19T10:13:21.752Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2022-05-19T10:13:22.688Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2022-05-19T10:13:22.945Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2022-05-19T10:13:23.507Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2022-05-19T10:13:24.380Z] ok github.com/docker/docker/pkg/chrootarchive 2.477s coverage: 42.7% of statements [2022-05-19T10:13:24.380Z] ok github.com/docker/docker/pkg/containerfs 0.004s coverage: 6.7% of statements [2022-05-19T10:13:24.437Z] === RUN TestDockerSuite/TestRunApparmorProcDirectory [2022-05-19T10:13:24.642Z] ok github.com/docker/docker/pkg/directory 0.004s coverage: 80.0% of statements [2022-05-19T10:13:24.642Z] ok github.com/docker/docker/pkg/dmesg 0.004s coverage: 83.3% of statements [2022-05-19T10:13:24.758Z] === RUN TestDockerSuite/TestBuildAddNonTar [2022-05-19T10:13:24.999Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2022-05-19T10:13:25.214Z] ok github.com/docker/docker/layer 7.090s coverage: 69.0% of statements [2022-05-19T10:13:25.214Z] ? github.com/docker/docker/libcontainerd [no test files] [2022-05-19T10:13:25.214Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2022-05-19T10:13:25.214Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2022-05-19T10:13:25.214Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2022-05-19T10:13:25.214Z] ? github.com/docker/docker/oci/caps [no test files] [2022-05-19T10:13:25.214Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2022-05-19T10:13:25.475Z] ok github.com/docker/docker/pkg/fileutils 0.009s coverage: 87.2% of statements [2022-05-19T10:13:25.475Z] ok github.com/docker/docker/pkg/filenotify 0.603s coverage: 67.0% of statements [2022-05-19T10:13:25.933Z] === RUN TestDockerSuite/TestRunAttachDetach [2022-05-19T10:13:26.047Z] ok github.com/docker/docker/pkg/homedir 0.004s coverage: 11.4% of statements [2022-05-19T10:13:26.047Z] ok github.com/docker/docker/pkg/fsutils 0.184s coverage: 85.1% of statements [2022-05-19T10:13:26.497Z] === RUN TestDockerSuite/TestRunAttachDetachFromConfig [2022-05-19T10:13:27.425Z] === RUN TestDockerSuite/TestRunAttachDetachFromFlag [2022-05-19T10:13:27.440Z] ok github.com/docker/docker/pkg/ioutils 0.406s coverage: 70.1% of statements [2022-05-19T10:13:27.440Z] ok github.com/docker/docker/pkg/idtools 0.792s coverage: 67.9% of statements [2022-05-19T10:13:27.440Z] ok github.com/docker/docker/pkg/jsonmessage 0.010s coverage: 91.7% of statements [2022-05-19T10:13:27.625Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2022-05-19T10:13:27.804Z] ok github.com/docker/docker/pkg/longpath 0.002s coverage: 100.0% of statements [2022-05-19T10:13:27.805Z] ? github.com/docker/docker/pkg/loopback [no test files] [2022-05-19T10:13:27.805Z] ok github.com/docker/docker/pkg/namesgenerator 0.002s coverage: 85.7% of statements [2022-05-19T10:13:28.072Z] ok github.com/docker/docker/pkg/parsers 0.003s coverage: 97.0% of statements [2022-05-19T10:13:28.342Z] ok github.com/docker/docker/pkg/parsers/kernel 0.002s coverage: 60.0% of statements [2022-05-19T10:13:28.354Z] === RUN TestDockerSuite/TestRunAttachDetachFromInvalidFlag [2022-05-19T10:13:28.609Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.005s coverage: 90.5% of statements [2022-05-19T10:13:28.609Z] ok github.com/docker/docker/pkg/pidfile 0.002s coverage: 82.4% of statements [2022-05-19T10:13:28.609Z] ? github.com/docker/docker/pkg/platform [no test files] [2022-05-19T10:13:28.609Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2022-05-19T10:13:28.655Z] === RUN TestDockerSuite/TestRunAttachDetachKeysOverrideConfig [2022-05-19T10:13:29.182Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.009s coverage: 56.8% of statements [2022-05-19T10:13:29.217Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2022-05-19T10:13:29.754Z] ok github.com/docker/docker/pkg/plugins/transport 0.003s coverage: 85.7% of statements [2022-05-19T10:13:30.016Z] ok github.com/docker/docker/pkg/pools 0.003s coverage: 88.2% of statements [2022-05-19T10:13:30.016Z] ok github.com/docker/docker/pkg/progress 0.002s coverage: 75.9% of statements [2022-05-19T10:13:30.145Z] === RUN TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved [2022-05-19T10:13:30.620Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2022-05-19T10:13:30.710Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2022-05-19T10:13:31.276Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2022-05-19T10:13:31.401Z] ok github.com/docker/docker/pkg/pubsub 1.034s coverage: 75.0% of statements [2022-05-19T10:13:31.531Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2022-05-19T10:13:31.605Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2022-05-19T10:13:31.605Z] docker_cli_build_test.go:798: unmatched requirement DaemonIsLinux [2022-05-19T10:13:31.605Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2022-05-19T10:13:31.662Z] ok github.com/docker/docker/pkg/reexec 0.008s coverage: 82.4% of statements [2022-05-19T10:13:31.924Z] ok github.com/docker/docker/pkg/stack 0.003s coverage: 90.9% of statements [2022-05-19T10:13:31.924Z] ok github.com/docker/docker/pkg/stdcopy 0.004s coverage: 100.0% of statements [2022-05-19T10:13:32.094Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2022-05-19T10:13:32.094Z] === RUN TestDockerSuite/TestRunBindMounts [2022-05-19T10:13:32.185Z] ok github.com/docker/docker/pkg/streamformatter 0.003s coverage: 66.2% of statements [2022-05-19T10:13:32.447Z] ok github.com/docker/docker/pkg/stringid 0.002s coverage: 70.6% of statements [2022-05-19T10:13:33.021Z] ok github.com/docker/docker/pkg/sysinfo 0.006s coverage: 53.8% of statements [2022-05-19T10:13:33.284Z] ok github.com/docker/docker/pkg/system 0.004s coverage: 42.3% of statements [2022-05-19T10:13:33.461Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2022-05-19T10:13:33.546Z] ok github.com/docker/docker/pkg/tailfile 0.045s coverage: 88.6% of statements [2022-05-19T10:13:34.024Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2022-05-19T10:13:34.119Z] ok github.com/docker/docker/pkg/tarsum 0.038s coverage: 89.3% of statements [2022-05-19T10:13:34.380Z] ok github.com/docker/docker/pkg/truncindex 0.102s coverage: 91.5% of statements [2022-05-19T10:13:34.586Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2022-05-19T10:13:34.641Z] ok github.com/docker/docker/pkg/useragent 0.002s coverage: 88.9% of statements [2022-05-19T10:13:35.150Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2022-05-19T10:13:35.400Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2022-05-19T10:13:35.717Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2022-05-19T10:13:35.717Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2022-05-19T10:13:36.559Z] ok github.com/docker/docker/plugin 0.516s coverage: 23.2% of statements [2022-05-19T10:13:36.559Z] ok github.com/docker/docker/plugin/v2 0.003s coverage: 14.4% of statements [2022-05-19T10:13:36.660Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2022-05-19T10:13:36.821Z] ok github.com/docker/docker/profiles/seccomp 0.010s coverage: 86.0% of statements [2022-05-19T10:13:36.917Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2022-05-19T10:13:37.483Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2022-05-19T10:13:37.612Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2022-05-19T10:13:37.739Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2022-05-19T10:13:38.206Z] ok github.com/docker/docker/quota 0.241s coverage: 71.4% of statements [2022-05-19T10:13:38.206Z] ok github.com/docker/docker/reference 0.006s coverage: 83.7% of statements [2022-05-19T10:13:38.303Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2022-05-19T10:13:38.303Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2022-05-19T10:13:38.865Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2022-05-19T10:13:38.865Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2022-05-19T10:13:39.152Z] ok github.com/docker/docker/registry 0.052s coverage: 58.6% of statements [2022-05-19T10:13:39.413Z] ok github.com/docker/docker/registry/resumable 0.016s coverage: 100.0% of statements [2022-05-19T10:13:39.428Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2022-05-19T10:13:39.675Z] ok github.com/docker/docker/restartmanager 0.002s coverage: 45.3% of statements [2022-05-19T10:13:40.036Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2022-05-19T10:13:40.124Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2022-05-19T10:13:40.248Z] ok github.com/docker/docker/runconfig 0.009s coverage: 64.5% of statements [2022-05-19T10:13:40.248Z] ok github.com/docker/docker/testutil 0.003s coverage: 62.5% of statements [2022-05-19T10:13:40.601Z] === RUN TestDockerSuite/TestRunContainerNetwork [2022-05-19T10:13:41.164Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2022-05-19T10:13:41.164Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2022-05-19T10:13:41.726Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2022-05-19T10:13:42.176Z] ok github.com/docker/docker/volume/drivers 0.004s coverage: 36.1% of statements [2022-05-19T10:13:42.748Z] ok github.com/docker/docker/volume/local 0.078s coverage: 77.1% of statements [2022-05-19T10:13:43.095Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2022-05-19T10:13:43.322Z] ok github.com/docker/docker/volume/mounts 0.010s coverage: 67.7% of statements [2022-05-19T10:13:44.025Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2022-05-19T10:13:44.267Z] ok github.com/docker/docker/volume/service 0.014s coverage: 72.3% of statements [2022-05-19T10:13:44.765Z] === RUN TestDockerSuite/TestBuildAddScript [2022-05-19T10:13:44.765Z] docker_cli_build_test.go:2811: unmatched requirement DaemonIsLinux [2022-05-19T10:13:44.765Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2022-05-19T10:13:44.765Z] docker_cli_build_test.go:506: unmatched requirement DaemonIsLinux [2022-05-19T10:13:44.765Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2022-05-19T10:13:44.765Z] docker_cli_build_test.go:723: unmatched requirement DaemonIsLinux [2022-05-19T10:13:44.765Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2022-05-19T10:13:44.765Z] docker_cli_build_test.go:467: unmatched requirement DaemonIsLinux [2022-05-19T10:13:44.765Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2022-05-19T10:13:44.953Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2022-05-19T10:13:45.209Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2022-05-19T10:13:45.751Z] === RUN TestDockerSuite/TestBuildAddTar [2022-05-19T10:13:45.775Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2022-05-19T10:13:46.032Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2022-05-19T10:13:46.594Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2022-05-19T10:13:47.157Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2022-05-19T10:13:48.087Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2022-05-19T10:13:48.797Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2022-05-19T10:13:48.797Z] docker_cli_build_test.go:4480: unmatched requirement DaemonIsLinux [2022-05-19T10:13:49.264Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2022-05-19T10:13:50.609Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2022-05-19T10:13:50.609Z] === RUN TestDockerSuite/TestRunCreateVolume [2022-05-19T10:13:50.609Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2022-05-19T10:13:51.975Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2022-05-19T10:13:53.341Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2022-05-19T10:13:53.965Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst [2022-05-19T10:13:54.919Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2022-05-19T10:13:55.202Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2022-05-19T10:13:55.203Z] docker_cli_build_test.go:4603: unmatched requirement DaemonIsLinux [2022-05-19T10:13:55.203Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2022-05-19T10:13:55.203Z] docker_cli_build_test.go:4522: unmatched requirement DaemonIsLinux [2022-05-19T10:13:55.203Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2022-05-19T10:13:57.438Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2022-05-19T10:13:57.438Z] docker_cli_run_test.go:4017: unmatched requirement DaemonIsWindows [2022-05-19T10:13:57.438Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2022-05-19T10:13:57.438Z] docker_cli_run_test.go:4036: unmatched requirement DaemonIsWindows [2022-05-19T10:13:57.438Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2022-05-19T10:13:57.695Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2022-05-19T10:13:59.587Z] === RUN TestDockerSuite/TestRunDNSOptions [2022-05-19T10:14:00.150Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2022-05-19T10:14:01.522Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2022-05-19T10:14:02.085Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2022-05-19T10:14:03.014Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2022-05-19T10:14:03.578Z] === RUN TestDockerSuite/TestRunDeviceDirectory [2022-05-19T10:14:03.578Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2022-05-19T10:14:03.578Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2022-05-19T10:14:03.882Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2022-05-19T10:14:03.882Z] docker_cli_build_test.go:4405: unmatched requirement DaemonIsLinux [2022-05-19T10:14:03.882Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2022-05-19T10:14:04.141Z] === RUN TestDockerSuite/TestRunDeviceSymlink [2022-05-19T10:14:04.351Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2022-05-19T10:14:04.351Z] docker_cli_build_test.go:4259: unmatched requirement DaemonIsLinux [2022-05-19T10:14:04.351Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2022-05-19T10:14:04.351Z] docker_cli_build_test.go:4288: unmatched requirement DaemonIsLinux [2022-05-19T10:14:04.351Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2022-05-19T10:14:05.508Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2022-05-19T10:14:05.508Z] === RUN TestDockerSuite/TestRunDuplicateMount [2022-05-19T10:14:05.767Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2022-05-19T10:14:06.225Z] ok github.com/docker/docker/pkg/plugins 33.647s coverage: 76.3% of statements [2022-05-19T10:14:06.225Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2022-05-19T10:14:06.225Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2022-05-19T10:14:06.225Z] ? github.com/docker/docker/pkg/signal [no test files] [2022-05-19T10:14:06.225Z] ? github.com/docker/docker/pkg/urlutil [no test files] [2022-05-19T10:14:06.225Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2022-05-19T10:14:06.225Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2022-05-19T10:14:06.225Z] ? github.com/docker/docker/rootless [no test files] [2022-05-19T10:14:06.225Z] ? github.com/docker/docker/rootless/specconv [no test files] [2022-05-19T10:14:06.225Z] ? github.com/docker/docker/runconfig/opts [no test files] [2022-05-19T10:14:06.225Z] ? github.com/docker/docker/testutil/daemon [no test files] [2022-05-19T10:14:06.225Z] ? github.com/docker/docker/testutil/environment [no test files] [2022-05-19T10:14:06.225Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2022-05-19T10:14:06.225Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2022-05-19T10:14:06.225Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2022-05-19T10:14:06.225Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2022-05-19T10:14:06.225Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2022-05-19T10:14:06.225Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2022-05-19T10:14:06.225Z] ? github.com/docker/docker/testutil/registry [no test files] [2022-05-19T10:14:06.225Z] ? github.com/docker/docker/testutil/request [no test files] [2022-05-19T10:14:06.225Z] ? github.com/docker/docker/volume [no test files] [2022-05-19T10:14:06.225Z] ? github.com/docker/docker/volume/service/opts [no test files] [2022-05-19T10:14:06.225Z] ? github.com/docker/docker/volume/testutils [no test files] [2022-05-19T10:14:06.225Z] [2022-05-19T10:14:06.225Z] === Skipped [2022-05-19T10:14:06.225Z] === SKIP: cmd/docker-proxy TestTCP6Proxy (0.00s) [2022-05-19T10:14:06.225Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-05-19T10:14:06.225Z] [2022-05-19T10:14:06.225Z] === SKIP: cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2022-05-19T10:14:06.225Z] network_proxy_test.go:208: No support for dual stack yet [2022-05-19T10:14:06.225Z] [2022-05-19T10:14:06.225Z] === SKIP: cmd/docker-proxy TestUDP6Proxy (0.00s) [2022-05-19T10:14:06.225Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-05-19T10:14:06.225Z] [2022-05-19T10:14:06.225Z] === SKIP: cmd/docker-proxy TestSCTP6Proxy (0.00s) [2022-05-19T10:14:06.225Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-05-19T10:14:06.225Z] [2022-05-19T10:14:06.225Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2022-05-19T10:14:06.225Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-05-19T10:14:06.225Z] graphtest_unix.go:44: Driver btrfs not supported [2022-05-19T10:14:06.225Z] [2022-05-19T10:14:06.225Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2022-05-19T10:14:06.225Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-05-19T10:14:06.225Z] graphtest_unix.go:44: Driver btrfs not supported [2022-05-19T10:14:06.225Z] [2022-05-19T10:14:06.225Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2022-05-19T10:14:06.225Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-05-19T10:14:06.225Z] graphtest_unix.go:44: Driver btrfs not supported [2022-05-19T10:14:06.225Z] [2022-05-19T10:14:06.225Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2022-05-19T10:14:06.225Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-05-19T10:14:06.225Z] graphtest_unix.go:44: Driver btrfs not supported [2022-05-19T10:14:06.225Z] [2022-05-19T10:14:06.225Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2022-05-19T10:14:06.225Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-05-19T10:14:06.225Z] graphtest_unix.go:44: Driver btrfs not supported [2022-05-19T10:14:06.225Z] [2022-05-19T10:14:06.225Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2022-05-19T10:14:06.225Z] graphtest_unix.go:71: No driver to put! [2022-05-19T10:14:06.225Z] [2022-05-19T10:14:06.225Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2022-05-19T10:14:06.225Z] time="2022-05-19T10:12:58Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-05-19T10:14:06.225Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-05-19T10:14:06.225Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-05-19T10:14:06.225Z] [2022-05-19T10:14:06.225Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2022-05-19T10:14:06.225Z] time="2022-05-19T10:12:58Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-05-19T10:14:06.225Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-05-19T10:14:06.225Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-05-19T10:14:06.225Z] [2022-05-19T10:14:06.225Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2022-05-19T10:14:06.225Z] time="2022-05-19T10:12:58Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-05-19T10:14:06.225Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-05-19T10:14:06.225Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-05-19T10:14:06.225Z] [2022-05-19T10:14:06.225Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2022-05-19T10:14:06.225Z] time="2022-05-19T10:12:58Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-05-19T10:14:06.225Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-05-19T10:14:06.225Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-05-19T10:14:06.225Z] [2022-05-19T10:14:06.225Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2022-05-19T10:14:06.225Z] time="2022-05-19T10:12:58Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-05-19T10:14:06.225Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-05-19T10:14:06.225Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-05-19T10:14:06.225Z] [2022-05-19T10:14:06.225Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2022-05-19T10:14:06.225Z] graphtest_unix.go:71: No driver to put! [2022-05-19T10:14:06.225Z] [2022-05-19T10:14:06.225Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2022-05-19T10:14:06.225Z] overlay_test.go:45: Fails to compute changes after apply intermittently [2022-05-19T10:14:06.225Z] [2022-05-19T10:14:06.225Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2022-05-19T10:14:06.225Z] overlay_test.go:50: Fails to compute changes intermittently [2022-05-19T10:14:06.225Z] [2022-05-19T10:14:06.225Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2022-05-19T10:14:06.225Z] overlay_test.go:65: Cannot run test with naive change algorithm [2022-05-19T10:14:06.225Z] [2022-05-19T10:14:06.225Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2022-05-19T10:14:06.225Z] graphtest_unix.go:314: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2022-05-19T10:14:06.225Z] [2022-05-19T10:14:06.225Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2022-05-19T10:14:06.225Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-05-19T10:14:06.225Z] graphtest_unix.go:44: Driver zfs not supported [2022-05-19T10:14:06.225Z] [2022-05-19T10:14:06.225Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2022-05-19T10:14:06.225Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-05-19T10:14:06.225Z] graphtest_unix.go:44: Driver zfs not supported [2022-05-19T10:14:06.225Z] [2022-05-19T10:14:06.225Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2022-05-19T10:14:06.225Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-05-19T10:14:06.225Z] graphtest_unix.go:44: Driver zfs not supported [2022-05-19T10:14:06.225Z] [2022-05-19T10:14:06.225Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2022-05-19T10:14:06.225Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-05-19T10:14:06.225Z] graphtest_unix.go:44: Driver zfs not supported [2022-05-19T10:14:06.225Z] [2022-05-19T10:14:06.225Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2022-05-19T10:14:06.225Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-05-19T10:14:06.225Z] graphtest_unix.go:44: Driver zfs not supported [2022-05-19T10:14:06.225Z] [2022-05-19T10:14:06.225Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2022-05-19T10:14:06.225Z] graphtest_unix.go:71: No driver to put! [2022-05-19T10:14:06.226Z] [2022-05-19T10:14:06.226Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2022-05-19T10:14:06.226Z] sysinfo_linux_test.go:87: AppArmor Must be Disabled [2022-05-19T10:14:06.226Z] [2022-05-19T10:14:06.226Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2022-05-19T10:14:06.226Z] sysinfo_linux_test.go:107: cgroup namespaces must be disabled [2022-05-19T10:14:06.226Z] [2022-05-19T10:14:06.226Z] DONE 2567 tests, 28 skipped in 251.466s [2022-05-19T10:14:06.226Z] + '[' -n 'github.com/docker/docker/libnetwork [2022-05-19T10:14:06.226Z] github.com/docker/docker/libnetwork/bitseq [2022-05-19T10:14:06.226Z] github.com/docker/docker/libnetwork/cluster [2022-05-19T10:14:06.226Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-05-19T10:14:06.226Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-05-19T10:14:06.226Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-05-19T10:14:06.226Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-05-19T10:14:06.226Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-05-19T10:14:06.226Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-05-19T10:14:06.226Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-05-19T10:14:06.226Z] github.com/docker/docker/libnetwork/config [2022-05-19T10:14:06.226Z] github.com/docker/docker/libnetwork/datastore [2022-05-19T10:14:06.226Z] github.com/docker/docker/libnetwork/diagnostic [2022-05-19T10:14:06.226Z] github.com/docker/docker/libnetwork/discoverapi [2022-05-19T10:14:06.226Z] github.com/docker/docker/libnetwork/driverapi [2022-05-19T10:14:06.226Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-05-19T10:14:06.226Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-05-19T10:14:06.226Z] github.com/docker/docker/libnetwork/drivers/host [2022-05-19T10:14:06.226Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-05-19T10:14:06.226Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-05-19T10:14:06.226Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-05-19T10:14:06.226Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-05-19T10:14:06.226Z] github.com/docker/docker/libnetwork/drivers/null [2022-05-19T10:14:06.226Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-05-19T10:14:06.226Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-05-19T10:14:06.226Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-05-19T10:14:06.226Z] github.com/docker/docker/libnetwork/drivers/remote [2022-05-19T10:14:06.226Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-05-19T10:14:06.226Z] github.com/docker/docker/libnetwork/drivers/windows [2022-05-19T10:14:06.226Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-05-19T10:14:06.226Z] github.com/docker/docker/libnetwork/drvregistry [2022-05-19T10:14:06.226Z] github.com/docker/docker/libnetwork/etchosts [2022-05-19T10:14:06.226Z] github.com/docker/docker/libnetwork/idm [2022-05-19T10:14:06.226Z] github.com/docker/docker/libnetwork/internal/caller [2022-05-19T10:14:06.226Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-05-19T10:14:06.226Z] github.com/docker/docker/libnetwork/ipam [2022-05-19T10:14:06.226Z] github.com/docker/docker/libnetwork/ipamapi [2022-05-19T10:14:06.226Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-05-19T10:14:06.226Z] github.com/docker/docker/libnetwork/ipams/null [2022-05-19T10:14:06.226Z] github.com/docker/docker/libnetwork/ipams/remote [2022-05-19T10:14:06.226Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-05-19T10:14:06.226Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-05-19T10:14:06.226Z] github.com/docker/docker/libnetwork/ipamutils [2022-05-19T10:14:06.226Z] github.com/docker/docker/libnetwork/iptables [2022-05-19T10:14:06.226Z] github.com/docker/docker/libnetwork/netlabel [2022-05-19T10:14:06.226Z] github.com/docker/docker/libnetwork/netutils [2022-05-19T10:14:06.226Z] github.com/docker/docker/libnetwork/networkdb [2022-05-19T10:14:06.226Z] github.com/docker/docker/libnetwork/ns [2022-05-19T10:14:06.226Z] github.com/docker/docker/libnetwork/options [2022-05-19T10:14:06.226Z] github.com/docker/docker/libnetwork/osl [2022-05-19T10:14:06.226Z] github.com/docker/docker/libnetwork/osl/kernel [2022-05-19T10:14:06.226Z] github.com/docker/docker/libnetwork/portallocator [2022-05-19T10:14:06.226Z] github.com/docker/docker/libnetwork/portmapper [2022-05-19T10:14:06.226Z] github.com/docker/docker/libnetwork/resolvconf [2022-05-19T10:14:06.226Z] github.com/docker/docker/libnetwork/testutils [2022-05-19T10:14:06.226Z] github.com/docker/docker/libnetwork/types' ']' [2022-05-19T10:14:06.226Z] + gotestsum --format=standard-quiet --jsonfile=bundles/go-test-report-libnetwork.json --junitfile=bundles/junit-report-libnetwork.xml -- -tags 'netgo 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-05-19T10:14:06.330Z] === RUN TestDockerSuite/TestRunEchoStdout [2022-05-19T10:14:06.894Z] === RUN TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit [2022-05-19T10:14:07.150Z] === RUN TestDockerSuite/TestRunEmptyEnv [2022-05-19T10:14:07.407Z] === RUN TestDockerSuite/TestRunEntrypoint [2022-05-19T10:14:07.970Z] === RUN TestDockerSuite/TestRunEnvironment [2022-05-19T10:14:08.227Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2022-05-19T10:14:08.790Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2022-05-19T10:14:09.353Z] === RUN TestDockerSuite/TestRunExitCode [2022-05-19T10:14:09.610Z] === RUN TestDockerSuite/TestRunExitCodeOne [2022-05-19T10:14:10.173Z] === RUN TestDockerSuite/TestRunExitCodeZero [2022-05-19T10:14:10.737Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2022-05-19T10:14:11.298Z] === RUN TestDockerSuite/TestRunExposePort [2022-05-19T10:14:11.298Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2022-05-19T10:14:11.861Z] === RUN TestDockerSuite/TestRunGroupAdd [2022-05-19T10:14:12.483Z] === RUN TestDockerSuite/TestBuildAddTarXz [2022-05-19T10:14:12.483Z] docker_cli_build_test.go:2947: unmatched requirement DaemonIsLinux [2022-05-19T10:14:12.483Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2022-05-19T10:14:12.483Z] docker_cli_build_test.go:2994: unmatched requirement DaemonIsLinux [2022-05-19T10:14:12.483Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2022-05-19T10:14:12.800Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2022-05-19T10:14:13.730Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2022-05-19T10:14:14.294Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2022-05-19T10:14:14.294Z] docker_cli_run_test.go:4119: unmatched requirement DaemonIsWindows [2022-05-19T10:14:14.294Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2022-05-19T10:14:16.812Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2022-05-19T10:14:16.812Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2022-05-19T10:14:18.705Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName [2022-05-19T10:14:22.876Z] === RUN TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked [2022-05-19T10:14:25.391Z] === RUN TestDockerSwarmSuite/TestDNSConfig [2022-05-19T10:14:27.908Z] === RUN TestDockerSwarmSuite/TestDNSConfigUpdate [2022-05-19T10:14:28.165Z] === RUN TestDockerSuite/TestRunInvalidCPUShares [2022-05-19T10:14:28.727Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2022-05-19T10:14:30.617Z] === RUN TestDockerSwarmSuite/TestExtraHosts [2022-05-19T10:14:30.617Z] === RUN TestDockerSuite/TestRunInvalidCpusetCpusFlagValue [2022-05-19T10:14:30.617Z] === RUN TestDockerSuite/TestRunInvalidCpusetMemsFlagValue [2022-05-19T10:14:30.617Z] === RUN TestDockerSuite/TestRunInvalidReference [2022-05-19T10:14:30.617Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2022-05-19T10:14:30.873Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2022-05-19T10:14:33.392Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2022-05-19T10:14:33.392Z] === RUN TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames [2022-05-19T10:14:34.466Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2022-05-19T10:14:34.760Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2022-05-19T10:14:35.720Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2022-05-19T10:14:36.283Z] === RUN TestDockerSwarmSuite/TestOverlayAttachable [2022-05-19T10:14:36.610Z] === RUN TestDockerSuite/TestBuildAddTarXz [2022-05-19T10:14:36.610Z] docker_cli_build_test.go:2947: unmatched requirement DaemonIsLinux [2022-05-19T10:14:36.610Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2022-05-19T10:14:36.610Z] docker_cli_build_test.go:2994: unmatched requirement DaemonIsLinux [2022-05-19T10:14:36.610Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2022-05-19T10:14:39.231Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2022-05-19T10:14:39.231Z] docker_cli_build_test.go:4433: unmatched requirement DaemonIsLinux [2022-05-19T10:14:40.221Z] === RUN TestDockerSuite/TestBuildCacheAdd [2022-05-19T10:14:40.221Z] docker_cli_build_test.go:372: unmatched requirement DaemonIsLinux [2022-05-19T10:14:40.451Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave [2022-05-19T10:14:40.689Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2022-05-19T10:14:41.379Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2022-05-19T10:14:42.168Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2022-05-19T10:14:42.425Z] === RUN TestDockerSuite/TestRunModeHostname [2022-05-19T10:14:42.618Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2022-05-19T10:14:42.618Z] docker_cli_build_test.go:768: unmatched requirement DaemonIsLinux [2022-05-19T10:14:42.618Z] === RUN TestDockerSuite/TestBuildBlankName [2022-05-19T10:14:42.618Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2022-05-19T10:14:42.926Z] === RUN TestDockerSuite/TestBuildCacheFrom [2022-05-19T10:14:42.926Z] docker_cli_build_test.go:5420: unmatched requirement DaemonIsLinux [2022-05-19T10:14:42.926Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2022-05-19T10:14:43.353Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2022-05-19T10:14:43.353Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2022-05-19T10:14:43.353Z] === RUN TestDockerSuite/TestRunModeIpcHost [2022-05-19T10:14:43.915Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure [2022-05-19T10:14:44.478Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2022-05-19T10:14:45.406Z] === RUN TestDockerSuite/TestRunModePIDContainer [2022-05-19T10:14:46.775Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2022-05-19T10:14:46.775Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2022-05-19T10:14:47.032Z] === RUN TestDockerSuite/TestRunModeUTSHost [2022-05-19T10:14:47.960Z] === RUN TestDockerSuite/TestRunMount [2022-05-19T10:14:48.499Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2022-05-19T10:14:48.499Z] docker_cli_build_test.go:4457: unmatched requirement DaemonIsLinux [2022-05-19T10:14:48.793Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2022-05-19T10:14:49.781Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2022-05-19T10:14:49.781Z] docker_api_build_test.go:401: unmatched requirement DaemonIsLinux [2022-05-19T10:14:49.781Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2022-05-19T10:14:49.781Z] docker_cli_build_test.go:3570: unmatched requirement UnixCli [2022-05-19T10:14:49.781Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2022-05-19T10:14:50.069Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2022-05-19T10:14:52.002Z] === RUN TestDockerSuite/TestBuildClearCmd [2022-05-19T10:14:52.129Z] === RUN TestDockerSuite/TestRunMountOrdering [2022-05-19T10:14:52.129Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2022-05-19T10:14:52.386Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2022-05-19T10:14:52.942Z] ok github.com/docker/docker/libnetwork 37.242s coverage: 40.6% of statements [2022-05-19T10:14:52.942Z] ok github.com/docker/docker/libnetwork/bitseq 0.119s coverage: 84.4% of statements [2022-05-19T10:14:52.942Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2022-05-19T10:14:52.942Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2022-05-19T10:14:52.942Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2022-05-19T10:14:52.942Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2022-05-19T10:14:52.942Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2022-05-19T10:14:52.942Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2022-05-19T10:14:52.942Z] ? github.com/docker/docker/libnetwork/cmd/ovrouter [no test files] [2022-05-19T10:14:52.942Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2022-05-19T10:14:52.942Z] ok github.com/docker/docker/libnetwork/config 0.014s coverage: 19.7% of statements [2022-05-19T10:14:52.942Z] ok github.com/docker/docker/libnetwork/datastore 0.003s coverage: 21.9% of statements [2022-05-19T10:14:52.942Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2022-05-19T10:14:52.942Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2022-05-19T10:14:52.942Z] ok github.com/docker/docker/libnetwork/driverapi 0.002s coverage: 68.9% of statements [2022-05-19T10:14:52.942Z] ok github.com/docker/docker/libnetwork/drivers/bridge 1.363s coverage: 59.9% of statements [2022-05-19T10:14:52.942Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2022-05-19T10:14:52.942Z] ok github.com/docker/docker/libnetwork/drivers/host 0.002s coverage: 34.8% of statements [2022-05-19T10:14:52.942Z] ok github.com/docker/docker/libnetwork/drivers/ipvlan 0.165s coverage: 4.0% of statements [2022-05-19T10:14:52.942Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2022-05-19T10:14:52.942Z] ok github.com/docker/docker/libnetwork/drivers/macvlan 0.015s coverage: 4.5% of statements [2022-05-19T10:14:52.942Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2022-05-19T10:14:52.942Z] ok github.com/docker/docker/libnetwork/drivers/null 0.002s coverage: 34.8% of statements [2022-05-19T10:14:52.994Z] === RUN TestDockerSuite/TestBuildCmd [2022-05-19T10:14:53.314Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2022-05-19T10:14:53.980Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2022-05-19T10:14:54.449Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2022-05-19T10:14:54.680Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2022-05-19T10:14:55.435Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2022-05-19T10:14:55.948Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2022-05-19T10:14:56.569Z] === RUN TestDockerSuite/TestRunNamedVolume [2022-05-19T10:14:57.842Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2022-05-19T10:14:57.842Z] docker_cli_build_test.go:768: unmatched requirement DaemonIsLinux [2022-05-19T10:14:57.842Z] === RUN TestDockerSuite/TestBuildBlankName [2022-05-19T10:14:57.842Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2022-05-19T10:14:57.967Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2022-05-19T10:14:59.334Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2022-05-19T10:15:00.262Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2022-05-19T10:15:01.191Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2022-05-19T10:15:01.191Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2022-05-19T10:15:01.754Z] === RUN TestDockerSuite/TestRunNetHost [2022-05-19T10:15:02.317Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2022-05-19T10:15:02.628Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2022-05-19T10:15:02.880Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2022-05-19T10:15:02.937Z] ok github.com/docker/docker/libnetwork/drivers/overlay 7.541s coverage: 7.2% of statements [2022-05-19T10:15:02.937Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2022-05-19T10:15:02.937Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.003s coverage: 63.6% of statements [2022-05-19T10:15:02.937Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.009s coverage: 57.4% of statements [2022-05-19T10:15:02.937Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2022-05-19T10:15:02.937Z] ? github.com/docker/docker/libnetwork/drivers/windows [no test files] [2022-05-19T10:15:02.937Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2022-05-19T10:15:02.937Z] ok github.com/docker/docker/libnetwork/drvregistry 0.015s coverage: 82.4% of statements [2022-05-19T10:15:02.937Z] ok github.com/docker/docker/libnetwork/etchosts 0.014s coverage: 81.2% of statements [2022-05-19T10:15:02.937Z] ok github.com/docker/docker/libnetwork/idm 0.002s coverage: 87.5% of statements [2022-05-19T10:15:03.136Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2022-05-19T10:15:03.199Z] ok github.com/docker/docker/libnetwork/internal/caller 0.002s coverage: 100.0% of statements [2022-05-19T10:15:04.506Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2022-05-19T10:15:05.587Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2022-05-19T10:15:05.587Z] docker_cli_build_test.go:2641: unmatched requirement DaemonIsLinux [2022-05-19T10:15:05.587Z] === RUN TestDockerSuite/TestBuildConditionalCache [2022-05-19T10:15:05.874Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2022-05-19T10:15:06.388Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2022-05-19T10:15:06.584Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2022-05-19T10:15:06.585Z] docker_cli_build_test.go:3969: unmatched requirement DaemonIsLinux [2022-05-19T10:15:06.585Z] === RUN TestDockerSuite/TestBuildContextCleanup [2022-05-19T10:15:07.572Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2022-05-19T10:15:08.264Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2022-05-19T10:15:08.264Z] docker_cli_build_test.go:4457: unmatched requirement DaemonIsLinux [2022-05-19T10:15:08.391Z] === RUN TestDockerSwarmSuite/TestPruneNetwork [2022-05-19T10:15:08.732Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2022-05-19T10:15:09.319Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2022-05-19T10:15:09.580Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2022-05-19T10:15:09.793Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2022-05-19T10:15:09.839Z] === RUN TestDockerSuite/TestRunNoNewPrivSetuid [2022-05-19T10:15:10.307Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2022-05-19T10:15:10.566Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2022-05-19T10:15:10.955Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2022-05-19T10:15:11.131Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2022-05-19T10:15:11.694Z] === RUN TestDockerSuite/TestRunNonExistingImage [2022-05-19T10:15:11.944Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2022-05-19T10:15:11.944Z] docker_cli_build_test.go:522: unmatched requirement DaemonIsLinux [2022-05-19T10:15:11.944Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2022-05-19T10:15:11.951Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2022-05-19T10:15:12.513Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2022-05-19T10:15:12.933Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2022-05-19T10:15:13.920Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2022-05-19T10:15:13.920Z] docker_cli_build_test.go:894: unmatched requirement DaemonIsLinux [2022-05-19T10:15:13.920Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2022-05-19T10:15:13.920Z] docker_cli_build_test.go:880: unmatched requirement DaemonIsLinux [2022-05-19T10:15:13.920Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2022-05-19T10:15:15.240Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2022-05-19T10:15:15.240Z] docker_cli_build_test.go:4480: unmatched requirement DaemonIsLinux [2022-05-19T10:15:15.240Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2022-05-19T10:15:15.433Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.004s coverage: 100.0% of statements [2022-05-19T10:15:16.026Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2022-05-19T10:15:16.683Z] === RUN TestDockerSwarmSuite/TestPsListContainersFilterIsTask [2022-05-19T10:15:18.053Z] === RUN TestDockerSuite/TestRunOOMExitCode [2022-05-19T10:15:18.053Z] docker_cli_run_unix_test.go:584: unmatched requirement swapMemorySupport [2022-05-19T10:15:18.053Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2022-05-19T10:15:18.981Z] === RUN TestDockerSuite/TestRunPIDsLimit [2022-05-19T10:15:19.544Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2022-05-19T10:15:20.013Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2022-05-19T10:15:20.013Z] docker_cli_build_test.go:4603: unmatched requirement DaemonIsLinux [2022-05-19T10:15:20.013Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2022-05-19T10:15:20.013Z] docker_cli_build_test.go:4522: unmatched requirement DaemonIsLinux [2022-05-19T10:15:20.013Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2022-05-19T10:15:20.108Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountTmpfs [2022-05-19T10:15:20.672Z] === RUN TestDockerSuite/TestRunPortInUse [2022-05-19T10:15:21.091Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2022-05-19T10:15:21.234Z] === RUN TestDockerSuite/TestRunPrivilegedAllowedDevices [2022-05-19T10:15:22.164Z] docker_cli_run_unix_test.go:1401: out: "a *:* rwm\n" [2022-05-19T10:15:22.164Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2022-05-19T10:15:22.730Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2022-05-19T10:15:22.986Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountVolume [2022-05-19T10:15:23.243Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2022-05-19T10:15:23.806Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2022-05-19T10:15:24.369Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2022-05-19T10:15:24.369Z] docker_cli_run_test.go:4102: unmatched requirement DaemonIsWindows [2022-05-19T10:15:24.369Z] === RUN TestDockerSuite/TestRunPublishPort [2022-05-19T10:15:24.932Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2022-05-19T10:15:25.494Z] === RUN TestDockerSuite/TestRunReadProcLatency [2022-05-19T10:15:25.494Z] docker_cli_run_test.go:2837: kernel doesn't have latency_stats configured [2022-05-19T10:15:25.494Z] === RUN TestDockerSuite/TestRunReadProcTimer [2022-05-19T10:15:26.057Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice [2022-05-19T10:15:26.057Z] === RUN TestDockerSuite/TestRunRedirectStdout [2022-05-19T10:15:27.474Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2022-05-19T10:15:27.474Z] docker_cli_run_test.go:1425: Unstable test, to be re-activated once #19937 is resolved [2022-05-19T10:15:27.474Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2022-05-19T10:15:28.686Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2022-05-19T10:15:28.686Z] docker_cli_build_test.go:4405: unmatched requirement DaemonIsLinux [2022-05-19T10:15:28.686Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2022-05-19T10:15:28.686Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2022-05-19T10:15:28.686Z] docker_cli_build_test.go:4259: unmatched requirement DaemonIsLinux [2022-05-19T10:15:28.686Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2022-05-19T10:15:28.686Z] docker_cli_build_test.go:4288: unmatched requirement DaemonIsLinux [2022-05-19T10:15:28.686Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2022-05-19T10:15:29.365Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSimple [2022-05-19T10:15:29.621Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2022-05-19T10:15:30.347Z] ok github.com/docker/docker/libnetwork/ipam 14.359s coverage: 85.3% of statements [2022-05-19T10:15:30.348Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2022-05-19T10:15:30.348Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2022-05-19T10:15:30.348Z] ok github.com/docker/docker/libnetwork/ipams/null 0.002s coverage: 57.1% of statements [2022-05-19T10:15:30.348Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.006s coverage: 47.4% of statements [2022-05-19T10:15:30.348Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2022-05-19T10:15:30.348Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.002s coverage: 71.4% of statements [2022-05-19T10:15:30.348Z] ok github.com/docker/docker/libnetwork/ipamutils 0.249s coverage: 74.0% of statements [2022-05-19T10:15:30.348Z] ok github.com/docker/docker/libnetwork/iptables 0.163s coverage: 45.1% of statements [2022-05-19T10:15:30.348Z] ok github.com/docker/docker/libnetwork/netlabel 0.002s coverage: 60.0% of statements [2022-05-19T10:15:30.623Z] ok github.com/docker/docker/libnetwork/netutils 0.018s coverage: 44.1% of statements [2022-05-19T10:15:30.951Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2022-05-19T10:15:30.988Z] === RUN TestDockerSuite/TestRunRm [2022-05-19T10:15:31.244Z] === RUN TestDockerSuite/TestRunRmAndWait [2022-05-19T10:15:31.806Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths [2022-05-19T10:15:34.322Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias [2022-05-19T10:15:34.884Z] === RUN TestDockerSuite/TestRunRmPre125Api [2022-05-19T10:15:35.446Z] === RUN TestDockerSuite/TestRunRootWorkdir [2022-05-19T10:15:36.011Z] === RUN TestDockerSuite/TestRunSeccompAllowPrivCloneUserns [2022-05-19T10:15:37.383Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice [2022-05-19T10:15:37.946Z] === RUN TestDockerSuite/TestRunSeccompAllowSetrlimit [2022-05-19T10:15:38.508Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileAcct [2022-05-19T10:15:40.402Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSimple [2022-05-19T10:15:41.332Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileNS [2022-05-19T10:15:41.556Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2022-05-19T10:15:41.556Z] docker_cli_build_test.go:4480: unmatched requirement DaemonIsLinux [2022-05-19T10:15:41.556Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2022-05-19T10:15:43.222Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths [2022-05-19T10:15:44.587Z] === RUN TestDockerSuite/TestRunSeccompProfileAllow32Bit [2022-05-19T10:15:45.152Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyChmod [2022-05-19T10:15:45.716Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyCloneUserns [2022-05-19T10:15:46.279Z] === RUN TestDockerSwarmSuite/TestServiceHealthRun [2022-05-19T10:15:46.279Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshare [2022-05-19T10:15:46.841Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns [2022-05-19T10:15:47.405Z] === RUN TestDockerSuite/TestRunSeccompUnconfinedCloneUserns [2022-05-19T10:15:47.969Z] === RUN TestDockerSuite/TestRunSeccompWithDefaultProfile [2022-05-19T10:15:48.533Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2022-05-19T10:15:48.712Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2022-05-19T10:15:48.712Z] docker_cli_build_test.go:4603: unmatched requirement DaemonIsLinux [2022-05-19T10:15:48.712Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2022-05-19T10:15:48.712Z] docker_cli_build_test.go:4522: unmatched requirement DaemonIsLinux [2022-05-19T10:15:48.712Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2022-05-19T10:15:49.462Z] === RUN TestDockerSuite/TestRunSetMacAddress [2022-05-19T10:15:50.025Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2022-05-19T10:15:52.541Z] === RUN TestDockerSuite/TestRunState [2022-05-19T10:15:52.541Z] === RUN TestDockerSwarmSuite/TestServiceHealthStart [2022-05-19T10:15:53.468Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2022-05-19T10:15:54.032Z] === RUN TestDockerSuite/TestRunStdinPipe [2022-05-19T10:15:54.596Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2022-05-19T10:15:54.864Z] === RUN TestDockerSuite/TestRunSwapLessThanMemoryLimit [2022-05-19T10:15:54.864Z] docker_cli_run_unix_test.go:685: unmatched requirement swapMemorySupport [2022-05-19T10:15:54.864Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2022-05-19T10:15:55.426Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2022-05-19T10:15:55.988Z] === RUN TestDockerSuite/TestRunSysctls [2022-05-19T10:15:56.915Z] === RUN TestDockerSuite/TestRunTLSVerify [2022-05-19T10:15:56.915Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2022-05-19T10:15:56.915Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2022-05-19T10:15:57.477Z] === RUN TestDockerSuite/TestRunTmpfsMounts [2022-05-19T10:15:58.040Z] === RUN TestDockerSwarmSuite/TestServiceLogs [2022-05-19T10:15:59.132Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2022-05-19T10:15:59.132Z] docker_cli_build_test.go:4405: unmatched requirement DaemonIsLinux [2022-05-19T10:15:59.132Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2022-05-19T10:15:59.132Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2022-05-19T10:15:59.132Z] docker_cli_build_test.go:4259: unmatched requirement DaemonIsLinux [2022-05-19T10:15:59.132Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2022-05-19T10:15:59.132Z] docker_cli_build_test.go:4288: unmatched requirement DaemonIsLinux [2022-05-19T10:15:59.132Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2022-05-19T10:15:59.406Z] === RUN TestDockerSuite/TestRunTmpfsMountsEnsureOrdered [2022-05-19T10:15:59.969Z] === RUN TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes [2022-05-19T10:16:01.337Z] === RUN TestDockerSwarmSuite/TestServiceLogsCompleteness [2022-05-19T10:16:01.593Z] === RUN TestDockerSuite/TestRunTmpfsMountsWithOptions [2022-05-19T10:16:03.792Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2022-05-19T10:16:03.792Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2022-05-19T10:16:03.792Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2022-05-19T10:16:04.118Z] === RUN TestDockerSwarmSuite/TestServiceLogsDetails [2022-05-19T10:16:04.420Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2022-05-19T10:16:06.981Z] === RUN TestDockerSwarmSuite/TestServiceLogsFollow [2022-05-19T10:16:07.544Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2022-05-19T10:16:08.106Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2022-05-19T10:16:08.363Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2022-05-19T10:16:09.292Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2022-05-19T10:16:10.220Z] === RUN TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer [2022-05-19T10:16:10.782Z] === RUN TestDockerSuite/TestRunUnshareProc [2022-05-19T10:16:10.968Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2022-05-19T10:16:10.968Z] docker_cli_build_test.go:849: unmatched requirement DaemonIsLinux [2022-05-19T10:16:11.421Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2022-05-19T10:16:11.442Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2022-05-19T10:16:11.442Z] docker_cli_build_test.go:865: unmatched requirement DaemonIsLinux [2022-05-19T10:16:11.911Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2022-05-19T10:16:11.911Z] docker_cli_build_test.go:811: unmatched requirement DaemonIsLinux [2022-05-19T10:16:11.911Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2022-05-19T10:16:12.150Z] === RUN TestDockerSuite/TestRunUserByID [2022-05-19T10:16:12.713Z] === RUN TestDockerSuite/TestRunUserByIDBig [2022-05-19T10:16:12.898Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2022-05-19T10:16:12.898Z] docker_cli_build_test.go:910: unmatched requirement DaemonIsLinux [2022-05-19T10:16:12.898Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2022-05-19T10:16:12.970Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2022-05-19T10:16:12.970Z] === RUN TestDockerSuite/TestRunUserByIDZero [2022-05-19T10:16:12.990Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2022-05-19T10:16:12.990Z] docker_cli_build_test.go:4433: unmatched requirement DaemonIsLinux [2022-05-19T10:16:13.461Z] === RUN TestDockerSuite/TestBuildCacheAdd [2022-05-19T10:16:13.461Z] docker_cli_build_test.go:372: unmatched requirement DaemonIsLinux [2022-05-19T10:16:13.534Z] === RUN TestDockerSuite/TestRunUserByName [2022-05-19T10:16:13.799Z] === RUN TestDockerSuite/TestRunUserDefaults [2022-05-19T10:16:13.930Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2022-05-19T10:16:14.365Z] === RUN TestDockerSuite/TestRunUserDeviceAllowed [2022-05-19T10:16:14.365Z] docker_cli_run_unix_test.go:1410: Host does not have /dev/snd/timer [2022-05-19T10:16:14.365Z] === RUN TestDockerSuite/TestRunUserNotFound [2022-05-19T10:16:14.621Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2022-05-19T10:16:14.877Z] === RUN TestDockerSwarmSuite/TestServiceLogsSince [2022-05-19T10:16:15.133Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2022-05-19T10:16:15.507Z] === RUN TestDockerSuite/TestBuildCacheFrom [2022-05-19T10:16:15.507Z] docker_cli_build_test.go:5420: unmatched requirement DaemonIsLinux [2022-05-19T10:16:15.507Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2022-05-19T10:16:18.404Z] === RUN TestDockerSwarmSuite/TestServiceLogsTTY [2022-05-19T10:16:18.660Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2022-05-19T10:16:19.223Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2022-05-19T10:16:19.785Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2022-05-19T10:16:21.154Z] === RUN TestDockerSwarmSuite/TestServiceLogsTail [2022-05-19T10:16:21.386Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2022-05-19T10:16:21.717Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2022-05-19T10:16:22.374Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2022-05-19T10:16:22.374Z] docker_api_build_test.go:401: unmatched requirement DaemonIsLinux [2022-05-19T10:16:22.374Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2022-05-19T10:16:22.374Z] docker_cli_build_test.go:3570: unmatched requirement UnixCli [2022-05-19T10:16:22.374Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2022-05-19T10:16:23.084Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2022-05-19T10:16:24.449Z] === RUN TestDockerSwarmSuite/TestServiceLogsTaskLogs [2022-05-19T10:16:24.600Z] === RUN TestDockerSuite/TestBuildClearCmd [2022-05-19T10:16:24.706Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2022-05-19T10:16:25.588Z] === RUN TestDockerSuite/TestBuildCmd [2022-05-19T10:16:26.057Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2022-05-19T10:16:27.047Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2022-05-19T10:16:27.226Z] docker_cli_service_logs_test.go:246: checking task sbcqedoncg1o [2022-05-19T10:16:27.226Z] docker_cli_service_logs_test.go:251: checking messages for sbcqedoncg1o [2022-05-19T10:16:27.226Z] docker_cli_service_logs_test.go:246: checking task 400chn924ag4 [2022-05-19T10:16:27.226Z] docker_cli_service_logs_test.go:251: checking messages for 400chn924ag4 [2022-05-19T10:16:27.226Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2022-05-19T10:16:27.517Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2022-05-19T10:16:27.787Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2022-05-19T10:16:27.788Z] docker_cli_run_test.go:4072: unmatched requirement DaemonIsWindows [2022-05-19T10:16:27.788Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2022-05-19T10:16:27.788Z] docker_cli_run_test.go:4092: unmatched requirement DaemonIsWindows [2022-05-19T10:16:27.788Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2022-05-19T10:16:27.788Z] docker_cli_run_test.go:4082: unmatched requirement DaemonIsWindows [2022-05-19T10:16:27.788Z] === RUN TestDockerSuite/TestRunWithBadDevice [2022-05-19T10:16:27.788Z] === RUN TestDockerSwarmSuite/TestServiceScale [2022-05-19T10:16:27.788Z] === RUN TestDockerSuite/TestRunWithBlkioWeight [2022-05-19T10:16:27.788Z] docker_cli_run_unix_test.go:535: unmatched requirement blkioWeight [2022-05-19T10:16:27.788Z] === RUN TestDockerSuite/TestRunWithCPUQuota [2022-05-19T10:16:28.716Z] === RUN TestDockerSuite/TestRunWithCPUShares [2022-05-19T10:16:28.973Z] === RUN TestDockerSuite/TestRunWithCpuPeriod [2022-05-19T10:16:30.339Z] === RUN TestDockerSuite/TestRunWithCpusetCpus [2022-05-19T10:16:30.339Z] === RUN TestDockerSwarmSuite/TestSwarmAlternateLockUnlock [2022-05-19T10:16:30.902Z] === RUN TestDockerSuite/TestRunWithCpusetMems [2022-05-19T10:16:31.467Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2022-05-19T10:16:31.467Z] === RUN TestDockerSuite/TestRunWithDefaultShmSize [2022-05-19T10:16:32.031Z] === RUN TestDockerSuite/TestRunWithInvalidBlkioWeight [2022-05-19T10:16:32.031Z] docker_cli_run_unix_test.go:546: unmatched requirement blkioWeight [2022-05-19T10:16:32.031Z] === RUN TestDockerSuite/TestRunWithInvalidCpuPeriod [2022-05-19T10:16:32.031Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2022-05-19T10:16:32.031Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps [2022-05-19T10:16:32.031Z] docker_cli_run_unix_test.go:560: unmatched requirement blkioWeight [2022-05-19T10:16:32.031Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps [2022-05-19T10:16:32.031Z] docker_cli_run_unix_test.go:572: unmatched requirement blkioWeight [2022-05-19T10:16:32.031Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps [2022-05-19T10:16:32.031Z] docker_cli_run_unix_test.go:566: unmatched requirement blkioWeight [2022-05-19T10:16:32.031Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps [2022-05-19T10:16:32.031Z] docker_cli_run_unix_test.go:578: unmatched requirement blkioWeight [2022-05-19T10:16:32.031Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice [2022-05-19T10:16:32.031Z] docker_cli_run_unix_test.go:554: unmatched requirement blkioWeight [2022-05-19T10:16:32.031Z] === RUN TestDockerSuite/TestRunWithMemoryLimit [2022-05-19T10:16:32.594Z] === RUN TestDockerSuite/TestRunWithMemoryReservation [2022-05-19T10:16:33.176Z] === RUN TestDockerSuite/TestRunWithMemoryReservationInvalid [2022-05-19T10:16:33.176Z] === RUN TestDockerSuite/TestRunWithNanoCPUs [2022-05-19T10:16:33.391Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2022-05-19T10:16:33.744Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2022-05-19T10:16:34.000Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2022-05-19T10:16:34.562Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2022-05-19T10:16:34.562Z] === RUN TestDockerSuite/TestRunWithShmSize [2022-05-19T10:16:34.817Z] === RUN TestDockerSuite/TestRunWithSwappiness [2022-05-19T10:16:34.984Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2022-05-19T10:16:35.381Z] === RUN TestDockerSuite/TestRunWithSwappinessInvalid [2022-05-19T10:16:35.381Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2022-05-19T10:16:35.381Z] === RUN TestDockerSuite/TestRunWithUlimits [2022-05-19T10:16:35.613Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2022-05-19T10:16:35.613Z] docker_cli_build_test.go:2641: unmatched requirement DaemonIsLinux [2022-05-19T10:16:35.943Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2022-05-19T10:16:36.083Z] === RUN TestDockerSuite/TestBuildConditionalCache [2022-05-19T10:16:36.877Z] === RUN TestDockerSuite/TestRunWithVolumesIsRecursive [2022-05-19T10:16:37.072Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2022-05-19T10:16:37.072Z] docker_cli_build_test.go:3969: unmatched requirement DaemonIsLinux [2022-05-19T10:16:37.440Z] === RUN TestDockerSuite/TestRunWithoutMemoryswapLimit [2022-05-19T10:16:37.440Z] docker_cli_run_unix_test.go:622: unmatched requirement swapMemorySupport [2022-05-19T10:16:37.440Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2022-05-19T10:16:37.542Z] === RUN TestDockerSuite/TestBuildContextCleanup [2022-05-19T10:16:37.696Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2022-05-19T10:16:37.696Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2022-05-19T10:16:37.935Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2022-05-19T10:16:37.935Z] docker_cli_build_test.go:4433: unmatched requirement DaemonIsLinux [2022-05-19T10:16:38.011Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2022-05-19T10:16:38.926Z] === RUN TestDockerSuite/TestBuildCacheAdd [2022-05-19T10:16:38.927Z] docker_cli_build_test.go:372: unmatched requirement DaemonIsLinux [2022-05-19T10:16:39.063Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2022-05-19T10:16:39.320Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2022-05-19T10:16:39.394Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2022-05-19T10:16:40.231Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2022-05-19T10:16:41.211Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2022-05-19T10:16:41.221Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2022-05-19T10:16:41.467Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2022-05-19T10:16:41.467Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2022-05-19T10:16:41.467Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2022-05-19T10:16:41.610Z] === RUN TestDockerSuite/TestBuildCacheFrom [2022-05-19T10:16:41.610Z] docker_cli_build_test.go:5420: unmatched requirement DaemonIsLinux [2022-05-19T10:16:41.610Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2022-05-19T10:16:41.690Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2022-05-19T10:16:41.690Z] docker_cli_build_test.go:522: unmatched requirement DaemonIsLinux [2022-05-19T10:16:41.690Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2022-05-19T10:16:42.394Z] === RUN TestDockerSuite/TestSaveAndLoadRepoStdout [2022-05-19T10:16:42.679Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2022-05-19T10:16:42.957Z] === RUN TestDockerSuite/TestSaveAndLoadWithProgressBar [2022-05-19T10:16:43.018Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2022-05-19T10:16:43.018Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2022-05-19T10:16:43.018Z] docker_cli_build_test.go:685: unmatched requirement DaemonIsLinux [2022-05-19T10:16:43.487Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2022-05-19T10:16:43.520Z] === RUN TestDockerSuite/TestSaveCheckTimes [2022-05-19T10:16:43.670Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2022-05-19T10:16:43.670Z] docker_cli_build_test.go:894: unmatched requirement DaemonIsLinux [2022-05-19T10:16:43.670Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2022-05-19T10:16:43.670Z] docker_cli_build_test.go:880: unmatched requirement DaemonIsLinux [2022-05-19T10:16:43.670Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2022-05-19T10:16:43.782Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2022-05-19T10:16:44.711Z] === RUN TestDockerSuite/TestSaveImageId [2022-05-19T10:16:44.967Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2022-05-19T10:16:45.530Z] === RUN TestDockerSuite/TestSaveLoadParents [2022-05-19T10:16:46.899Z] docker_cli_save_load_test.go:364: tmpdir /tmp/save-load-parents4157172592 [2022-05-19T10:16:47.462Z] === RUN TestDockerSuite/TestSaveMultipleNames [2022-05-19T10:16:47.462Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2022-05-19T10:16:48.393Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsConfig [2022-05-19T10:16:48.649Z] === RUN TestDockerSuite/TestSaveSingleTag [2022-05-19T10:16:48.649Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2022-05-19T10:16:48.649Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2022-05-19T10:16:48.767Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2022-05-19T10:16:49.547Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2022-05-19T10:16:50.330Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2022-05-19T10:16:50.330Z] docker_api_build_test.go:401: unmatched requirement DaemonIsLinux [2022-05-19T10:16:50.330Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2022-05-19T10:16:50.330Z] docker_cli_build_test.go:3570: unmatched requirement UnixCli [2022-05-19T10:16:50.330Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2022-05-19T10:16:50.540Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2022-05-19T10:16:51.114Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNetwork [2022-05-19T10:16:52.041Z] === RUN TestDockerSuite/TestSearchCmdOptions [2022-05-19T10:16:52.297Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2022-05-19T10:16:52.297Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2022-05-19T10:16:52.543Z] === RUN TestDockerSuite/TestBuildClearCmd [2022-05-19T10:16:52.553Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2022-05-19T10:16:52.553Z] === RUN TestDockerSuite/TestSearchWithLimit [2022-05-19T10:16:53.115Z] === RUN TestDockerSuite/TestSlowStdinClosing [2022-05-19T10:16:53.115Z] === RUN TestDockerSuite/TestSlowStdinClosing/0 [2022-05-19T10:16:53.371Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNode [2022-05-19T10:16:53.627Z] === RUN TestDockerSuite/TestSlowStdinClosing/1 [2022-05-19T10:16:54.104Z] === RUN TestDockerSuite/TestBuildCmd [2022-05-19T10:16:54.555Z] === RUN TestDockerSuite/TestSlowStdinClosing/2 [2022-05-19T10:16:55.089Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2022-05-19T10:16:55.117Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2022-05-19T10:16:55.557Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2022-05-19T10:16:55.678Z] docker_cli_swarm_test.go:1895: [dc4102bdcb7f1] joining swarm manager [da1e00fdd1e0a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-05-19T10:16:56.542Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2022-05-19T10:16:57.043Z] docker_cli_swarm_test.go:1896: [de587c32ec847] joining swarm manager [da1e00fdd1e0a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-05-19T10:17:00.361Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2022-05-19T10:17:01.767Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2022-05-19T10:17:02.330Z] === RUN TestDockerSuite/TestStartAttachSilent [2022-05-19T10:17:03.259Z] === RUN TestDockerSuite/TestStartAttachWithRename [2022-05-19T10:17:05.268Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2022-05-19T10:17:05.776Z] === RUN TestDockerSuite/TestStartMultipleContainers [2022-05-19T10:17:07.666Z] === RUN TestDockerSuite/TestStartPausedContainer [2022-05-19T10:17:07.923Z] === RUN TestDockerSuite/TestStartRecordError [2022-05-19T10:17:08.216Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2022-05-19T10:17:08.216Z] docker_cli_build_test.go:2641: unmatched requirement DaemonIsLinux [2022-05-19T10:17:08.216Z] === RUN TestDockerSuite/TestBuildConditionalCache [2022-05-19T10:17:08.786Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2022-05-19T10:17:08.786Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2022-05-19T10:17:08.786Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2022-05-19T10:17:08.850Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2022-05-19T10:17:10.217Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2022-05-19T10:17:10.428Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2022-05-19T10:17:10.428Z] docker_cli_build_test.go:3969: unmatched requirement DaemonIsLinux [2022-05-19T10:17:10.428Z] === RUN TestDockerSuite/TestBuildContextCleanup [2022-05-19T10:17:10.895Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2022-05-19T10:17:11.174Z] === RUN TestDockerSuite/TestStatsAllNoStream [2022-05-19T10:17:13.062Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsScope [2022-05-19T10:17:13.540Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2022-05-19T10:17:13.991Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2022-05-19T10:17:14.691Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2022-05-19T10:17:15.676Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2022-05-19T10:17:16.144Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2022-05-19T10:17:16.144Z] docker_cli_build_test.go:522: unmatched requirement DaemonIsLinux [2022-05-19T10:17:16.613Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2022-05-19T10:17:17.343Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2022-05-19T10:17:17.597Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2022-05-19T10:17:18.157Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2022-05-19T10:17:18.584Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2022-05-19T10:17:18.584Z] docker_cli_build_test.go:894: unmatched requirement DaemonIsLinux [2022-05-19T10:17:18.584Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2022-05-19T10:17:18.584Z] docker_cli_build_test.go:880: unmatched requirement DaemonIsLinux [2022-05-19T10:17:18.584Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2022-05-19T10:17:21.423Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSecret [2022-05-19T10:17:21.423Z] === RUN TestDockerSuite/TestStatsFormatAll [2022-05-19T10:17:22.109Z] === RUN TestDockerSuite/TestBuildDockerignore [2022-05-19T10:17:22.295Z] ok github.com/docker/docker/libnetwork/networkdb 104.271s coverage: 60.0% of statements [2022-05-19T10:17:22.295Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2022-05-19T10:17:22.295Z] ok github.com/docker/docker/libnetwork/options 0.002s coverage: 100.0% of statements [2022-05-19T10:17:22.295Z] ok github.com/docker/docker/libnetwork/osl 4.287s coverage: 39.7% of statements [2022-05-19T10:17:22.295Z] ok github.com/docker/docker/libnetwork/osl/kernel 0.003s coverage: 20.0% of statements [2022-05-19T10:17:22.295Z] ok github.com/docker/docker/libnetwork/portallocator 0.008s coverage: 86.1% of statements [2022-05-19T10:17:22.557Z] ok github.com/docker/docker/libnetwork/portmapper 0.218s coverage: 48.6% of statements [2022-05-19T10:17:22.818Z] ok github.com/docker/docker/libnetwork/resolvconf 0.003s coverage: 70.6% of statements [2022-05-19T10:17:22.818Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2022-05-19T10:17:23.080Z] ok github.com/docker/docker/libnetwork/types 0.002s coverage: 37.3% of statements [2022-05-19T10:17:23.080Z] [2022-05-19T10:17:23.080Z] === Skipped [2022-05-19T10:17:23.080Z] === SKIP: libnetwork TestParallel1 (0.00s) [2022-05-19T10:17:23.080Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-05-19T10:17:23.080Z] [2022-05-19T10:17:23.080Z] === SKIP: libnetwork TestParallel3 (0.00s) [2022-05-19T10:17:23.080Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-05-19T10:17:23.080Z] [2022-05-19T10:17:23.080Z] === SKIP: libnetwork TestParallel2 (0.00s) [2022-05-19T10:17:23.080Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-05-19T10:17:23.080Z] [2022-05-19T10:17:23.080Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2022-05-19T10:17:23.080Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-19T10:17:23.080Z] [2022-05-19T10:17:23.080Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2022-05-19T10:17:23.080Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-19T10:17:23.080Z] [2022-05-19T10:17:23.080Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2022-05-19T10:17:23.080Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-19T10:17:23.080Z] [2022-05-19T10:17:23.080Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2022-05-19T10:17:23.080Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-19T10:17:23.080Z] [2022-05-19T10:17:23.080Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2022-05-19T10:17:23.080Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-19T10:17:23.080Z] [2022-05-19T10:17:23.080Z] === SKIP: libnetwork/iptables TestFirewalldInit (0.00s) [2022-05-19T10:17:23.080Z] firewalld_test.go:14: firewalld is not running [2022-05-19T10:17:23.080Z] [2022-05-19T10:17:23.080Z] DONE 326 tests, 9 skipped in 199.736s [2022-05-19T10:17:23.312Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsService Post stage [Pipeline] junit [2022-05-19T10:17:23.666Z] Recording test results [2022-05-19T10:17:24.068Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate vendor) [Pipeline] sh [2022-05-19T10:17:24.409Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43557/.git:/go/src/github.com/docker/docker/.git --name docker-pr8 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=0e0a9bc1232efa07bc98be8e826f0ae8fe7a8dd9 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:0e0a9bc1232efa07bc98be8e826f0ae8fe7a8dd9 hack/validate/vendor [2022-05-19T10:17:24.982Z] No vendor changes in diff. [2022-05-19T10:17:25.243Z] WARNING: could not find copyright information for github.com/coreos/go-systemd [2022-05-19T10:17:25.428Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2022-05-19T10:17:25.428Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2022-05-19T10:17:25.831Z] === RUN TestDockerSuite/TestStatsNoStream [2022-05-19T10:17:25.854Z] + echo Ensuring container killed. [2022-05-19T10:17:25.854Z] Ensuring container killed. [2022-05-19T10:17:25.854Z] + docker rm -vf docker-pr8 [2022-05-19T10:17:25.854Z] Error: No such container: docker-pr8 [Pipeline] sh [2022-05-19T10:17:25.897Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2022-05-19T10:17:26.155Z] + echo Chowning /workspace to jenkins user [2022-05-19T10:17:26.155Z] Chowning /workspace to jenkins user [2022-05-19T10:17:26.155Z] + id -u [2022-05-19T10:17:26.155Z] + id -g [2022-05-19T10:17:26.155Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43557:/workspace busybox chown -R 1000:1000 /workspace [2022-05-19T10:17:27.244Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-05-19T10:17:27.843Z] + bundleName=unit [2022-05-19T10:17:27.843Z] + echo Creating unit-bundles.tar.gz [2022-05-19T10:17:27.843Z] Creating unit-bundles.tar.gz [2022-05-19T10:17:27.843Z] + 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-05-19T10:17:27.843Z] bundles/junit-report-libnetwork.xml [2022-05-19T10:17:27.843Z] bundles/junit-report.xml [2022-05-19T10:17:27.843Z] bundles/go-test-report-libnetwork.json [2022-05-19T10:17:27.843Z] bundles/go-test-report.json [2022-05-19T10:17:27.843Z] bundles/profile-libnetwork.out [2022-05-19T10:17:27.843Z] bundles/profile.out [Pipeline] archiveArtifacts [2022-05-19T10:17:27.857Z] Archiving artifacts [2022-05-19T10:17:28.346Z] === RUN TestDockerSuite/TestStopContainerSignal [2022-05-19T10:17:28.366Z] Uploaded 2 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43557/8/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-05-19T10:17:28.689Z] + make clean [2022-05-19T10:17:28.689Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-05-19T10:17:28.949Z] docker-dev-cache [2022-05-19T10:17:28.949Z] docker-mod-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-05-19T10:17:29.711Z] === RUN TestDockerSuite/TestTopMultipleArgs [2022-05-19T10:17:30.274Z] === RUN TestDockerSuite/TestTopNonPrivileged [2022-05-19T10:17:30.530Z] === RUN TestDockerSuite/TestTopPrivileged [2022-05-19T10:17:31.092Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2022-05-19T10:17:31.092Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2022-05-19T10:17:31.092Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2022-05-19T10:17:31.655Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2022-05-19T10:17:31.774Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2022-05-19T10:17:31.774Z] docker_cli_build_test.go:849: unmatched requirement DaemonIsLinux [2022-05-19T10:17:32.243Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2022-05-19T10:17:32.243Z] docker_cli_build_test.go:865: unmatched requirement DaemonIsLinux [2022-05-19T10:17:32.713Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2022-05-19T10:17:32.713Z] docker_cli_build_test.go:811: unmatched requirement DaemonIsLinux [2022-05-19T10:17:32.713Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2022-05-19T10:17:33.183Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2022-05-19T10:17:33.183Z] docker_cli_build_test.go:910: unmatched requirement DaemonIsLinux [2022-05-19T10:17:33.183Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2022-05-19T10:17:34.933Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2022-05-19T10:17:37.448Z] === RUN TestDockerSuite/TestUpdateContainerInvalidValue [2022-05-19T10:17:37.704Z] === RUN TestDockerSuite/TestUpdateContainerWithoutFlags [2022-05-19T10:17:38.267Z] === RUN TestDockerSuite/TestUpdateInvalidSwapMemory [2022-05-19T10:17:38.267Z] docker_cli_update_unix_test.go:144: unmatched requirement swapMemorySupport [2022-05-19T10:17:38.267Z] === RUN TestDockerSuite/TestUpdateMemoryWithSwapMemory [2022-05-19T10:17:38.267Z] docker_cli_update_unix_test.go:198: unmatched requirement swapMemorySupport [2022-05-19T10:17:38.267Z] === RUN TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy [2022-05-19T10:17:38.525Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSource [2022-05-19T10:17:39.455Z] === RUN TestDockerSuite/TestUpdatePausedContainer [2022-05-19T10:17:40.018Z] === RUN TestDockerSuite/TestUpdateRunningContainer [2022-05-19T10:17:40.949Z] docker_cli_swarm_test.go:1796: [d2afced038f76] joining swarm manager [d0b19eb578388]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-05-19T10:17:40.949Z] === RUN TestDockerSuite/TestUpdateRunningContainerWithRestart [2022-05-19T10:17:41.881Z] === RUN TestDockerSuite/TestUpdateStats [2022-05-19T10:17:42.138Z] docker_cli_swarm_test.go:1797: [d761e72e76629] joining swarm manager [d0b19eb578388]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-05-19T10:17:46.302Z] === RUN TestDockerSuite/TestUpdateStoppedContainer [2022-05-19T10:17:46.558Z] === RUN TestDockerSuite/TestUpdateSwapMemoryOnly [2022-05-19T10:17:46.558Z] docker_cli_update_unix_test.go:128: unmatched requirement swapMemorySupport [2022-05-19T10:17:46.558Z] === RUN TestDockerSuite/TestUpdateWithNanoCPUs [2022-05-19T10:17:47.121Z] === RUN TestDockerSuite/TestUpdateWithUntouchedFields [2022-05-19T10:17:47.684Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2022-05-19T10:17:50.952Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias [2022-05-19T10:17:52.841Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink [2022-05-19T10:17:54.206Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsType [2022-05-19T10:17:54.463Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectivity [2022-05-19T10:17:56.371Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2022-05-19T10:17:58.888Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2022-05-19T10:18:01.405Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChown [2022-05-19T10:18:01.968Z] === RUN TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey [2022-05-19T10:18:02.896Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot [2022-05-19T10:18:04.264Z] docker_cli_swarm_test.go:1315: [d7604ed9ab09d] joining swarm manager [daccff683e648]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-05-19T10:18:04.520Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride [2022-05-19T10:18:05.448Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner [2022-05-19T10:18:05.705Z] docker_cli_swarm_test.go:1316: [d352f00057abf] joining swarm manager [daccff683e648]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-05-19T10:18:06.633Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod [2022-05-19T10:18:07.998Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService [2022-05-19T10:18:09.365Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw [2022-05-19T10:18:10.736Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid [2022-05-19T10:18:12.103Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid [2022-05-19T10:18:13.468Z] === RUN TestDockerSuite/TestVolumeCLICreate [2022-05-19T10:18:15.907Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2022-05-19T10:18:15.907Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2022-05-19T10:18:15.907Z] docker_cli_build_test.go:685: unmatched requirement DaemonIsLinux [2022-05-19T10:18:15.907Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2022-05-19T10:18:18.110Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2022-05-19T10:18:18.110Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2022-05-19T10:18:18.110Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2022-05-19T10:18:23.976Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2022-05-19T10:18:23.976Z] docker_cli_build_test.go:849: unmatched requirement DaemonIsLinux [2022-05-19T10:18:24.443Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2022-05-19T10:18:24.444Z] docker_cli_build_test.go:865: unmatched requirement DaemonIsLinux [2022-05-19T10:18:24.912Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2022-05-19T10:18:24.912Z] docker_cli_build_test.go:811: unmatched requirement DaemonIsLinux [2022-05-19T10:18:24.912Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2022-05-19T10:18:25.379Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2022-05-19T10:18:25.379Z] docker_cli_build_test.go:910: unmatched requirement DaemonIsLinux [2022-05-19T10:18:25.847Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2022-05-19T10:18:28.325Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2022-05-19T10:18:28.325Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2022-05-19T10:18:28.325Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2022-05-19T10:18:28.887Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2022-05-19T10:18:28.887Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2022-05-19T10:18:28.887Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2022-05-19T10:18:28.887Z] === RUN TestDockerSuite/TestVolumeCLILs [2022-05-19T10:18:29.449Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2022-05-19T10:18:29.449Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2022-05-19T10:18:30.011Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2022-05-19T10:18:30.267Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2022-05-19T10:18:30.267Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2022-05-19T10:18:30.267Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2022-05-19T10:18:30.267Z] === RUN TestDockerSuite/TestVolumeCLIRm [2022-05-19T10:18:31.633Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2022-05-19T10:18:31.889Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2022-05-19T10:18:31.889Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2022-05-19T10:18:31.889Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2022-05-19T10:18:32.145Z] === RUN TestDockerSuite/TestVolumeEvents [2022-05-19T10:18:34.461Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2022-05-19T10:18:35.450Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2022-05-19T10:18:35.450Z] docker_cli_build_test.go:5143: unmatched requirement DaemonIsLinux [2022-05-19T10:18:36.437Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2022-05-19T10:18:37.388Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2022-05-19T10:18:39.282Z] === RUN TestDockerSuite/TestVolumeLsFormat [2022-05-19T10:18:39.282Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2022-05-19T10:18:39.282Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2022-05-19T10:18:41.174Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2022-05-19T10:18:43.067Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2022-05-19T10:18:43.067Z] docker_cli_run_test.go:4414: unmatched requirement DaemonIsWindows [2022-05-19T10:18:43.067Z] --- PASS: TestDockerSuite (1331.42s) [2022-05-19T10:18:43.067Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.01s) [2022-05-19T10:18:43.067Z] --- PASS: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.04s) [2022-05-19T10:18:43.067Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.01s) [2022-05-19T10:18:43.067Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.00s) [2022-05-19T10:18:43.067Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.00s) [2022-05-19T10:18:43.067Z] --- PASS: TestDockerSuite/TestAPIErrorPlainText (0.01s) [2022-05-19T10:18:43.067Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.02s) [2022-05-19T10:18:43.067Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (2.84s) [2022-05-19T10:18:43.067Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.12s) [2022-05-19T10:18:43.067Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.53s) [2022-05-19T10:18:43.067Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.04s) [2022-05-19T10:18:43.067Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (0.77s) [2022-05-19T10:18:43.067Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.15s) [2022-05-19T10:18:43.067Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.01s) [2022-05-19T10:18:43.067Z] --- PASS: TestDockerSuite/TestAPINetworkConnectDisconnect (1.29s) [2022-05-19T10:18:43.067Z] --- PASS: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.30s) [2022-05-19T10:18:43.067Z] --- PASS: TestDockerSuite/TestAPINetworkFilter (0.00s) [2022-05-19T10:18:43.067Z] --- PASS: TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2022-05-19T10:18:43.067Z] --- PASS: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (1.18s) [2022-05-19T10:18:43.067Z] --- PASS: TestDockerSuite/TestAPINetworkInspectBridge (1.00s) [2022-05-19T10:18:43.067Z] --- PASS: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.19s) [2022-05-19T10:18:43.067Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.01s) [2022-05-19T10:18:43.067Z] --- PASS: TestDockerSuite/TestAPIStatsContainerNotFound (0.01s) [2022-05-19T10:18:43.067Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (3.89s) [2022-05-19T10:18:43.067Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (2.07s) [2022-05-19T10:18:43.067Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (2.20s) [2022-05-19T10:18:43.067Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (1.84s) [2022-05-19T10:18:43.067Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (0.71s) [2022-05-19T10:18:43.067Z] --- PASS: TestDockerSuite/TestAppArmorDeniesChmodProc (0.63s) [2022-05-19T10:18:43.067Z] --- PASS: TestDockerSuite/TestAppArmorDeniesPtrace (0.60s) [2022-05-19T10:18:43.067Z] --- PASS: TestDockerSuite/TestAppArmorTraceSelf (0.53s) [2022-05-19T10:18:43.067Z] --- PASS: TestDockerSuite/TestAttachAfterDetach (1.73s) [2022-05-19T10:18:43.067Z] --- PASS: TestDockerSuite/TestAttachClosedOnContainerStop (1.85s) [2022-05-19T10:18:43.067Z] --- PASS: TestDockerSuite/TestAttachDetach (0.82s) [2022-05-19T10:18:43.067Z] --- PASS: TestDockerSuite/TestAttachDisconnect (0.77s) [2022-05-19T10:18:43.067Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (1.72s) [2022-05-19T10:18:43.067Z] --- PASS: TestDockerSuite/TestAttachPausedContainer (0.99s) [2022-05-19T10:18:43.067Z] --- PASS: TestDockerSuite/TestAttachTTYWithoutStdin (0.72s) [2022-05-19T10:18:43.067Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (1.15s) [2022-05-19T10:18:43.067Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (1.61s) [2022-05-19T10:18:43.067Z] --- PASS: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.77s) [2022-05-19T10:18:43.067Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (0.75s) [2022-05-19T10:18:43.067Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.00s) [2022-05-19T10:18:43.067Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (0.73s) [2022-05-19T10:18:43.067Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.73s) [2022-05-19T10:18:43.067Z] --- PASS: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (16.49s) [2022-05-19T10:18:43.067Z] --- PASS: TestDockerSuite/TestBuildAddBadLinks (0.71s) [2022-05-19T10:18:43.067Z] --- PASS: TestDockerSuite/TestBuildAddBadLinksVolume (1.68s) [2022-05-19T10:18:43.067Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.40s) [2022-05-19T10:18:43.067Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.96s) [2022-05-19T10:18:43.067Z] --- PASS: TestDockerSuite/TestBuildAddChangeOwnership (1.94s) [2022-05-19T10:18:43.067Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (2.60s) [2022-05-19T10:18:43.067Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (0.87s) [2022-05-19T10:18:43.067Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToExistingDir (4.69s) [2022-05-19T10:18:43.067Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToRoot (2.33s) [2022-05-19T10:18:43.067Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.10s) [2022-05-19T10:18:43.067Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (1.43s) [2022-05-19T10:18:43.067Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (3.82s) [2022-05-19T10:18:43.067Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (1.32s) [2022-05-19T10:18:43.067Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.80s) [2022-05-19T10:18:43.067Z] --- PASS: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (2.91s) [2022-05-19T10:18:43.067Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.06s) [2022-05-19T10:18:43.067Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.17s) [2022-05-19T10:18:43.067Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (1.26s) [2022-05-19T10:18:43.067Z] --- PASS: TestDockerSuite/TestBuildAddScript (3.02s) [2022-05-19T10:18:43.067Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToExistDir (7.45s) [2022-05-19T10:18:43.067Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (3.48s) [2022-05-19T10:18:43.067Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToRoot (2.47s) [2022-05-19T10:18:43.067Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.31s) [2022-05-19T10:18:43.067Z] --- PASS: TestDockerSuite/TestBuildAddTar (7.77s) [2022-05-19T10:18:43.067Z] --- PASS: TestDockerSuite/TestBuildAddTarXz (1.31s) [2022-05-19T10:18:43.067Z] --- PASS: TestDockerSuite/TestBuildAddTarXzGz (1.28s) [2022-05-19T10:18:43.067Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (3.93s) [2022-05-19T10:18:43.067Z] --- PASS: TestDockerSuite/TestBuildAddWholeDirToRoot (6.47s) [2022-05-19T10:18:43.067Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.21s) [2022-05-19T10:18:43.067Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (1.59s) [2022-05-19T10:18:43.067Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.68s) [2022-05-19T10:18:43.067Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (0.95s) [2022-05-19T10:18:43.067Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (1.72s) [2022-05-19T10:18:43.067Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (1.22s) [2022-05-19T10:18:43.067Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (2.16s) [2022-05-19T10:18:43.067Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (1.28s) [2022-05-19T10:18:43.067Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (3.34s) [2022-05-19T10:18:43.067Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEnv (12.82s) [2022-05-19T10:18:43.067Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (3.66s) [2022-05-19T10:18:43.067Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (2.54s) [2022-05-19T10:18:43.067Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.41s) [2022-05-19T10:18:43.067Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (1.84s) [2022-05-19T10:18:43.067Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (2.48s) [2022-05-19T10:18:43.067Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (4.90s) [2022-05-19T10:18:43.067Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (0.85s) [2022-05-19T10:18:43.067Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (1.11s) [2022-05-19T10:18:43.067Z] --- PASS: TestDockerSuite/TestBuildCacheAdd (1.00s) [2022-05-19T10:18:43.067Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (0.58s) [2022-05-19T10:18:43.067Z] --- PASS: TestDockerSuite/TestBuildCacheFrom (5.36s) [2022-05-19T10:18:43.067Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (1.53s) [2022-05-19T10:18:43.067Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (0.90s) [2022-05-19T10:18:43.067Z] --- PASS: TestDockerSuite/TestBuildCancellationKillsSleep (0.92s) [2022-05-19T10:18:43.067Z] --- PASS: TestDockerSuite/TestBuildChownOnCopy (5.46s) [2022-05-19T10:18:43.067Z] --- PASS: TestDockerSuite/TestBuildChownSingleFile (1.80s) [2022-05-19T10:18:43.067Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (0.65s) [2022-05-19T10:18:43.067Z] --- PASS: TestDockerSuite/TestBuildClearCmd (0.39s) [2022-05-19T10:18:43.067Z] --- PASS: TestDockerSuite/TestBuildCmd (0.35s) [2022-05-19T10:18:43.067Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.26s) [2022-05-19T10:18:43.067Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.29s) [2022-05-19T10:18:43.067Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s) [2022-05-19T10:18:43.067Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (1.03s) [2022-05-19T10:18:43.067Z] --- PASS: TestDockerSuite/TestBuildCommentsShebangs (4.27s) [2022-05-19T10:18:43.067Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (0.80s) [2022-05-19T10:18:43.067Z] --- PASS: TestDockerSuite/TestBuildContainerWithCgroupParent (0.78s) [2022-05-19T10:18:43.067Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.37s) [2022-05-19T10:18:43.067Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (0.91s) [2022-05-19T10:18:43.067Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.69s) [2022-05-19T10:18:43.067Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.44s) [2022-05-19T10:18:43.067Z] --- PASS: TestDockerSuite/TestBuildCopyAddMultipleFiles (11.88s) [2022-05-19T10:18:43.067Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.67s) [2022-05-19T10:18:43.067Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.36s) [2022-05-19T10:18:43.067Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToExistDir (1.94s) [2022-05-19T10:18:43.067Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToRoot (2.79s) [2022-05-19T10:18:43.067Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (1.20s) [2022-05-19T10:18:43.067Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.03s) [2022-05-19T10:18:43.067Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s) [2022-05-19T10:18:43.067Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) [2022-05-19T10:18:43.067Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2022-05-19T10:18:43.067Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToExistDir (3.33s) [2022-05-19T10:18:43.067Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (4.49s) [2022-05-19T10:18:43.067Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToRoot (2.51s) [2022-05-19T10:18:43.067Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.27s) [2022-05-19T10:18:43.067Z] --- PASS: TestDockerSuite/TestBuildCopyWholeDirToRoot (4.03s) [2022-05-19T10:18:43.067Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (4.64s) [2022-05-19T10:18:43.067Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.51s) [2022-05-19T10:18:43.067Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardInName (1.38s) [2022-05-19T10:18:43.067Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (3.61s) [2022-05-19T10:18:43.067Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (0.70s) [2022-05-19T10:18:43.067Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.05s) [2022-05-19T10:18:43.067Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (1.28s) [2022-05-19T10:18:43.067Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (1.26s) [2022-05-19T10:18:43.067Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (1.12s) [2022-05-19T10:18:43.067Z] --- PASS: TestDockerSuite/TestBuildDockerignore (11.45s) [2022-05-19T10:18:43.067Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (1.56s) [2022-05-19T10:18:43.067Z] --- PASS: TestDockerSuite/TestBuildDockerignoreComment (3.33s) [2022-05-19T10:18:43.067Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (11.82s) [2022-05-19T10:18:43.067Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.27s) [2022-05-19T10:18:43.067Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.05s) [2022-05-19T10:18:43.067Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (4.31s) [2022-05-19T10:18:43.067Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (2.32s) [2022-05-19T10:18:43.067Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (2.11s) [2022-05-19T10:18:43.067Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (5.83s) [2022-05-19T10:18:43.067Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (2.09s) [2022-05-19T10:18:43.067Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (2.39s) [2022-05-19T10:18:43.067Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (16.52s) [2022-05-19T10:18:43.067Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.22s) [2022-05-19T10:18:43.067Z] --- PASS: TestDockerSuite/TestBuildEOLInLine (4.74s) [2022-05-19T10:18:43.067Z] --- PASS: TestDockerSuite/TestBuildEmptyCmd (0.45s) [2022-05-19T10:18:43.067Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.43s) [2022-05-19T10:18:43.067Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (0.77s) [2022-05-19T10:18:43.067Z] --- PASS: TestDockerSuite/TestBuildEmptyScratch (0.22s) [2022-05-19T10:18:43.067Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.39s) [2022-05-19T10:18:43.067Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.44s) [2022-05-19T10:18:43.067Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (2.31s) [2022-05-19T10:18:43.067Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (1.60s) [2022-05-19T10:18:43.067Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (1.89s) [2022-05-19T10:18:43.067Z] --- PASS: TestDockerSuite/TestBuildEnv (1.22s) [2022-05-19T10:18:43.067Z] --- PASS: TestDockerSuite/TestBuildEnvEscapes (1.26s) [2022-05-19T10:18:43.067Z] --- PASS: TestDockerSuite/TestBuildEnvOverwrite (0.90s) [2022-05-19T10:18:43.067Z] --- PASS: TestDockerSuite/TestBuildEnvUsage (7.45s) [2022-05-19T10:18:43.067Z] --- PASS: TestDockerSuite/TestBuildEnvUsage2 (21.58s) [2022-05-19T10:18:43.067Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (2.17s) [2022-05-19T10:18:43.067Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementEnv (7.62s) [2022-05-19T10:18:43.067Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.92s) [2022-05-19T10:18:43.067Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.59s) [2022-05-19T10:18:43.067Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.60s) [2022-05-19T10:18:43.067Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (1.60s) [2022-05-19T10:18:43.067Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.08s) [2022-05-19T10:18:43.067Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.58s) [2022-05-19T10:18:43.067Z] --- PASS: TestDockerSuite/TestBuildExoticShellInterpolation (9.65s) [2022-05-19T10:18:43.067Z] --- PASS: TestDockerSuite/TestBuildExpose (0.54s) [2022-05-19T10:18:43.067Z] --- PASS: TestDockerSuite/TestBuildExposeMorePorts (1.09s) [2022-05-19T10:18:43.067Z] --- PASS: TestDockerSuite/TestBuildExposeOrder (0.65s) [2022-05-19T10:18:43.067Z] --- PASS: TestDockerSuite/TestBuildExposeUpperCaseProto (0.44s) [2022-05-19T10:18:43.067Z] --- PASS: TestDockerSuite/TestBuildFails (1.08s) [2022-05-19T10:18:43.067Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.10s) [2022-05-19T10:18:43.067Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (2.22s) [2022-05-19T10:18:43.067Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (1.94s) [2022-05-19T10:18:43.067Z] --- PASS: TestDockerSuite/TestBuildForceRm (1.51s) [2022-05-19T10:18:43.067Z] --- PASS: TestDockerSuite/TestBuildFromGit (1.43s) [2022-05-19T10:18:43.067Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (0.37s) [2022-05-19T10:18:43.067Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (0.96s) [2022-05-19T10:18:43.067Z] --- PASS: TestDockerSuite/TestBuildFromMixedcaseDockerfile (1.70s) [2022-05-19T10:18:43.067Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.88s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.30s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestBuildFromStdinWithF (2.20s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (2.05s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestBuildHandleEscapesInVolume (1.39s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestBuildHistory (3.91s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestBuildIidFile (0.54s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (0.74s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestBuildInheritance (0.68s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.58s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.03s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (0.83s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestBuildLabel (0.44s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.57s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.42s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.32s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestBuildLabels (0.59s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.51s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (2.77s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestBuildLastModified (4.48s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestBuildLineBreak (2.38s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.08s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.08s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.08s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.07s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.20s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (1.25s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (1.47s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (2.74s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestBuildMultiStageCache (0.30s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (0.37s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (7.30s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (2.67s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (0.83s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (1.93s) [2022-05-19T10:18:43.068Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.00s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (3.64s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestBuildMultiStageResetScratch (0.29s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (1.24s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.21s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestBuildNetContainer (1.31s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestBuildNetNone (0.43s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestBuildNoContext (0.80s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (0.66s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (1.62s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.35s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.09s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (0.33s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (0.29s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (0.45s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestBuildOnBuild (1.27s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (0.43s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (1.85s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (0.99s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (1.77s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (1.04s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (0.89s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (0.27s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestBuildOpaqueDirectory (2.10s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestBuildPATH (1.61s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (0.70s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestBuildRUNoneJSON (0.93s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (8.20s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (3.47s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestBuildResourceConstraintsAreUsed (1.63s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestBuildRm (2.43s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (0.79s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (1.20s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestBuildScratchCopy (0.45s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (0.49s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (0.82s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (0.92s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestBuildShellInherited (0.99s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (2.92s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.07s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.22s) [2022-05-19T10:18:43.068Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.26s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (0.56s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.13s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestBuildStderr (0.75s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (3.14s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestBuildStopSignal (0.66s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (0.64s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (0.35s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestBuildTagEvent (0.73s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (1.09s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestBuildUser (1.71s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (2.48s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestBuildUsersAndGroups (13.45s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (0.57s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.21s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (0.61s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.57s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestBuildVolumesRetainContents (0.90s) [2022-05-19T10:18:43.068Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2022-05-19T10:18:43.068Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2022-05-19T10:18:43.068Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2022-05-19T10:18:43.068Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestBuildWithExtraHost (1.19s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.06s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestBuildWithFailure (0.85s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.45s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestBuildWithTabs (0.57s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.08s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (1.68s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestBuildWithVolumeOwnership (1.10s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestBuildWithVolumes (0.65s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestBuildWorkdirCmd (0.25s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (0.47s) [2022-05-19T10:18:43.068Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (0.53s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestBuildXZHost (1.43s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2022-05-19T10:18:43.068Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (0.44s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (0.59s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestCommitChange (0.65s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (0.63s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestCommitHardlink (1.25s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestCommitNewFile (1.70s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestCommitPausedContainer (1.06s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestCommitTTY (1.22s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (0.78s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestCommitWithHostBindMount (1.29s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestCommitWithoutPause (0.63s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestConflictNetworkModeAndOptions (0.08s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.03s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestContainerAPICommit (1.15s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (1.31s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.00s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (0.54s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestContainerAPICopyPre124 (0.71s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.57s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.59s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestContainerAPICreate (0.63s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.05s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.01s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (0.54s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.00s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.04s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.07s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.08s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (0.53s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (0.49s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (0.62s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.00s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (1.21s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (0.55s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.00s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (0.54s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestContainerAPIGetChanges (0.56s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestContainerAPIGetExport (0.52s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (0.62s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.01s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestContainerAPIKill (0.61s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestContainerAPIPause (0.59s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (0.79s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.13s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestContainerAPIRename (0.77s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (1.39s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (1.31s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.03s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.01s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.01s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.01s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestContainerAPIStart (0.75s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (4.47s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestContainerAPIStop (0.68s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestContainerAPITop (0.83s) [2022-05-19T10:18:43.068Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.04s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestContainerAPIWait (2.46s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (0.52s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestContainerNetworkMode (0.77s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestContainerRestartInMultipleNetworks (3.29s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.67s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestContainerWithConflictingNoneNetwork (1.24s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestContainerWithConflictingSharedNetwork (1.07s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (20.40s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false_____} (1.49s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false_____} (1.56s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false_____} (1.46s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true_____} (1.53s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc000cebf08__} (1.44s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-11433672827_/foo_false_____} (1.39s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-11433672827_/foo_true_____} (1.41s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-31249126366_/foo_false_____} (1.39s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-31249126366_/foo_true_____} (1.34s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-31249126366_/foo_true__0xc000cebf80___} (1.46s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc000cebf98__} (1.48s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc000cebfb0__} (1.33s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc00000e2b8__} (1.56s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc00000e2d0__} (0.63s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsTmpfs (1.53s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.26s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.03s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.03s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.03s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.01s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 (0.01s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 (0.01s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 (0.03s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 (0.03s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 (0.02s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 (0.00s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestContainersInMultipleNetworks (2.12s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestContainersInUserDefinedNetwork (1.88s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestContainersNetworkIsolation (2.14s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestCopyAndRestart (1.04s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestCopyCreatedContainer (0.12s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (0.52s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestCpAbsoluteSymlink (0.54s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestCpCheckDestOwnership (0.53s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestCpFromCaseA (0.51s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestCpFromCaseB (0.58s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestCpFromCaseC (0.58s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestCpFromCaseD (0.71s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestCpFromCaseE (0.77s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestCpFromCaseF (0.81s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestCpFromCaseG (0.70s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestCpFromCaseH (0.63s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestCpFromCaseI (0.78s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestCpFromCaseJ (0.86s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestCpFromSymlinkDestination (1.01s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestCpFromSymlinkToDirectory (0.65s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestCpGarbagePath (0.80s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.02s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestCpNameHasColon (0.67s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestCpRelativePath (0.68s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestCpSpecialFiles (0.64s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestCpSymlinkComponent (0.71s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.89s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestCpToCaseA (1.33s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestCpToCaseB (0.65s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestCpToCaseC (1.56s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestCpToCaseD (3.35s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestCpToCaseE (2.80s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestCpToCaseF (1.16s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestCpToCaseG (3.86s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestCpToCaseH (2.42s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestCpToCaseI (0.67s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestCpToCaseJ (4.23s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestCpToContainerWithPermissions (0.62s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestCpToDot (0.50s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyRootfs (1.35s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyVolume (1.28s) [2022-05-19T10:18:43.068Z] --- PASS: TestDockerSuite/TestCpToStdout (0.64s) [2022-05-19T10:18:43.069Z] --- PASS: TestDockerSuite/TestCpToSymlinkDestination (1.18s) [2022-05-19T10:18:43.069Z] --- PASS: TestDockerSuite/TestCpToSymlinkToDirectory (0.23s) [2022-05-19T10:18:43.069Z] --- PASS: TestDockerSuite/TestCpUnprivilegedUser (0.76s) [2022-05-19T10:18:43.069Z] --- PASS: TestDockerSuite/TestCpVolumePath (1.03s) [2022-05-19T10:18:43.069Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.08s) [2022-05-19T10:18:43.069Z] --- PASS: TestDockerSuite/TestCreateArgs (0.11s) [2022-05-19T10:18:43.069Z] --- PASS: TestDockerSuite/TestCreateByImageID (0.43s) [2022-05-19T10:18:43.069Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (0.51s) [2022-05-19T10:18:43.069Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.01s) [2022-05-19T10:18:43.069Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.10s) [2022-05-19T10:18:43.069Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (0.72s) [2022-05-19T10:18:43.069Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.38s) [2022-05-19T10:18:43.069Z] --- PASS: TestDockerSuite/TestCreateLabels (0.07s) [2022-05-19T10:18:43.069Z] --- PASS: TestDockerSuite/TestCreateModeIpcContainer (0.12s) [2022-05-19T10:18:43.069Z] --- PASS: TestDockerSuite/TestCreateRM (0.18s) [2022-05-19T10:18:43.069Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2022-05-19T10:18:43.069Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.08s) [2022-05-19T10:18:43.069Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.20s) [2022-05-19T10:18:43.069Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (1.90s) [2022-05-19T10:18:43.069Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.07s) [2022-05-19T10:18:43.069Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.03s) [2022-05-19T10:18:43.069Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (3.57s) [2022-05-19T10:18:43.069Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.09s) [2022-05-19T10:18:43.069Z] --- PASS: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2022-05-19T10:18:43.069Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (0.15s) [2022-05-19T10:18:43.069Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.05s) [2022-05-19T10:18:43.069Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.06s) [2022-05-19T10:18:43.069Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.58s) [2022-05-19T10:18:43.069Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (1.05s) [2022-05-19T10:18:43.069Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.63s) [2022-05-19T10:18:43.069Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (1.27s) [2022-05-19T10:18:43.069Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (1.41s) [2022-05-19T10:18:43.069Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.57s) [2022-05-19T10:18:43.069Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.61s) [2022-05-19T10:18:43.069Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.06s) [2022-05-19T10:18:43.069Z] --- PASS: TestDockerSuite/TestDevicePermissions (0.55s) [2022-05-19T10:18:43.069Z] --- PASS: TestDockerSuite/TestDockerFails (0.02s) [2022-05-19T10:18:43.069Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetwork (0.02s) [2022-05-19T10:18:43.069Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent (0.07s) [2022-05-19T10:18:43.069Z] --- PASS: TestDockerSuite/TestDockerInspectNetworkWithContainerName (0.87s) [2022-05-19T10:18:43.069Z] --- PASS: TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange (0.90s) [2022-05-19T10:18:43.069Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteMultiple (1.68s) [2022-05-19T10:18:43.069Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteNotExists (0.02s) [2022-05-19T10:18:43.069Z] --- PASS: TestDockerSuite/TestDockerNetworkInspect (0.03s) [2022-05-19T10:18:43.069Z] --- PASS: TestDockerSuite/TestDockerNetworkInspectWithID (0.20s) [2022-05-19T10:18:43.069Z] --- PASS: TestDockerSuite/TestDockerNetworkInternalMode (5.71s) [2022-05-19T10:18:43.069Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (2.00s) [2022-05-19T10:18:43.069Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (1.75s) [2022-05-19T10:18:43.069Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (1.41s) [2022-05-19T10:18:43.069Z] --- PASS: TestDockerSuite/TestEmbeddedDNSInvalidInput (1.01s) [2022-05-19T10:18:43.069Z] --- PASS: TestDockerSuite/TestEventsAttach (0.73s) [2022-05-19T10:18:43.069Z] --- PASS: TestDockerSuite/TestEventsCommit (0.68s) [2022-05-19T10:18:43.069Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (0.49s) [2022-05-19T10:18:43.069Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (0.48s) [2022-05-19T10:18:43.069Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (0.54s) [2022-05-19T10:18:43.069Z] --- PASS: TestDockerSuite/TestEventsContainerFilterBeforeCreate (1.53s) [2022-05-19T10:18:43.069Z] --- PASS: TestDockerSuite/TestEventsContainerFilterByName (1.23s) [2022-05-19T10:18:43.069Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (2.45s) [2022-05-19T10:18:43.069Z] --- PASS: TestDockerSuite/TestEventsContainerWithMultiNetwork (2.02s) [2022-05-19T10:18:43.069Z] --- PASS: TestDockerSuite/TestEventsCopy (0.95s) [2022-05-19T10:18:43.069Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (0.93s) [2022-05-19T10:18:43.069Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (5.42s) [2022-05-19T10:18:43.069Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.31s) [2022-05-19T10:18:43.069Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (1.02s) [2022-05-19T10:18:43.069Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.67s) [2022-05-19T10:18:43.069Z] --- PASS: TestDockerSuite/TestEventsFilterNetworkID (0.14s) [2022-05-19T10:18:43.069Z] --- PASS: TestDockerSuite/TestEventsFilterType (0.35s) [2022-05-19T10:18:43.069Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeAndNetworkType (0.18s) [2022-05-19T10:18:43.069Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeID (0.03s) [2022-05-19T10:18:43.069Z] --- PASS: TestDockerSuite/TestEventsFilters (1.07s) [2022-05-19T10:18:43.069Z] --- PASS: TestDockerSuite/TestEventsFormat (1.24s) [2022-05-19T10:18:43.069Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.02s) [2022-05-19T10:18:43.069Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.02s) [2022-05-19T10:18:43.069Z] --- PASS: TestDockerSuite/TestEventsImageImport (0.88s) [2022-05-19T10:18:43.069Z] --- PASS: TestDockerSuite/TestEventsImageLoad (0.37s) [2022-05-19T10:18:43.069Z] --- PASS: TestDockerSuite/TestEventsImagePull (0.69s) [2022-05-19T10:18:43.069Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.03s) [2022-05-19T10:18:43.069Z] --- PASS: TestDockerSuite/TestEventsImageUntagDelete (0.20s) [2022-05-19T10:18:43.069Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2022-05-19T10:18:43.069Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2022-05-19T10:18:43.069Z] --- PASS: TestDockerSuite/TestEventsPluginOps (1.93s) [2022-05-19T10:18:43.069Z] --- PASS: TestDockerSuite/TestEventsRedirectStdout (0.47s) [2022-05-19T10:18:43.069Z] --- PASS: TestDockerSuite/TestEventsRename (0.51s) [2022-05-19T10:18:43.069Z] --- PASS: TestDockerSuite/TestEventsResize (0.52s) [2022-05-19T10:18:43.069Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (5.39s) [2022-05-19T10:18:43.069Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (0.60s) [2022-05-19T10:18:43.069Z] --- PASS: TestDockerSuite/TestEventsStreaming (0.45s) [2022-05-19T10:18:43.069Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (2.83s) [2022-05-19T10:18:43.069Z] --- PASS: TestDockerSuite/TestEventsTop (0.53s) [2022-05-19T10:18:43.069Z] --- PASS: TestDockerSuite/TestEventsUntag (2.56s) [2022-05-19T10:18:43.069Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (10.85s) [2022-05-19T10:18:43.069Z] --- PASS: TestDockerSuite/TestExec (0.82s) [2022-05-19T10:18:43.069Z] --- PASS: TestDockerSuite/TestExecAPICreateContainerPaused (0.73s) [2022-05-19T10:18:43.069Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (0.47s) [2022-05-19T10:18:43.069Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (0.51s) [2022-05-19T10:18:43.069Z] --- PASS: TestDockerSuite/TestExecAPIStart (1.05s) [2022-05-19T10:18:43.069Z] --- PASS: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.56s) [2022-05-19T10:18:43.069Z] --- PASS: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.58s) [2022-05-19T10:18:43.069Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (0.72s) [2022-05-19T10:18:43.069Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (0.62s) [2022-05-19T10:18:43.069Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (0.52s) [2022-05-19T10:18:43.069Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (0.53s) [2022-05-19T10:18:43.069Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (1.01s) [2022-05-19T10:18:43.069Z] --- PASS: TestDockerSuite/TestExecCgroup (0.85s) [2022-05-19T10:18:43.069Z] --- PASS: TestDockerSuite/TestExecEnv (0.52s) [2022-05-19T10:18:43.069Z] --- PASS: TestDockerSuite/TestExecEnvLinksHost (0.96s) [2022-05-19T10:18:43.069Z] --- PASS: TestDockerSuite/TestExecExitStatus (0.51s) [2022-05-19T10:18:43.069Z] --- PASS: TestDockerSuite/TestExecInspectID (2.70s) [2022-05-19T10:18:43.069Z] --- PASS: TestDockerSuite/TestExecInteractive (0.57s) [2022-05-19T10:18:43.069Z] --- PASS: TestDockerSuite/TestExecInteractiveStdinClose (0.50s) [2022-05-19T10:18:43.069Z] --- PASS: TestDockerSuite/TestExecOnReadonlyContainer (0.60s) [2022-05-19T10:18:43.069Z] --- PASS: TestDockerSuite/TestExecParseError (0.52s) [2022-05-19T10:18:43.069Z] --- PASS: TestDockerSuite/TestExecPausedContainer (0.50s) [2022-05-19T10:18:43.069Z] --- PASS: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.49s) [2022-05-19T10:18:43.069Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (1.12s) [2022-05-19T10:18:43.069Z] --- PASS: TestDockerSuite/TestExecSetEnv (0.56s) [2022-05-19T10:18:43.069Z] --- PASS: TestDockerSuite/TestExecStartFails (0.54s) [2022-05-19T10:18:43.069Z] --- PASS: TestDockerSuite/TestExecStateCleanup (10.67s) [2022-05-19T10:18:43.069Z] --- PASS: TestDockerSuite/TestExecStopNotHanging (0.53s) [2022-05-19T10:18:43.069Z] --- PASS: TestDockerSuite/TestExecTTY (0.68s) [2022-05-19T10:18:43.069Z] --- PASS: TestDockerSuite/TestExecTTYCloseStdin (0.63s) [2022-05-19T10:18:43.069Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (0.64s) [2022-05-19T10:18:43.069Z] --- PASS: TestDockerSuite/TestExecUlimits (0.59s) [2022-05-19T10:18:43.069Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2022-05-19T10:18:43.069Z] --- PASS: TestDockerSuite/TestExecWithImageUser (1.22s) [2022-05-19T10:18:43.069Z] --- PASS: TestDockerSuite/TestExecWithNoTERM (0.53s) [2022-05-19T10:18:43.069Z] --- PASS: TestDockerSuite/TestExecWithPrivileged (0.75s) [2022-05-19T10:18:43.069Z] --- PASS: TestDockerSuite/TestExecWithTERM (0.55s) [2022-05-19T10:18:43.069Z] --- PASS: TestDockerSuite/TestExecWithUser (0.59s) [2022-05-19T10:18:43.069Z] --- PASS: TestDockerSuite/TestGetContainerStats (4.48s) [2022-05-19T10:18:43.069Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (4.48s) [2022-05-19T10:18:43.069Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (1.56s) [2022-05-19T10:18:43.069Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (4.55s) [2022-05-19T10:18:43.069Z] --- PASS: TestDockerSuite/TestGetContainersAttachWebsocket (0.63s) [2022-05-19T10:18:43.069Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.00s) [2022-05-19T10:18:43.069Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.06s) [2022-05-19T10:18:43.069Z] --- PASS: TestDockerSuite/TestHealth (19.21s) [2022-05-19T10:18:43.069Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.01s) [2022-05-19T10:18:43.069Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.01s) [2022-05-19T10:18:43.069Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.01s) [2022-05-19T10:18:43.069Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (0.58s) [2022-05-19T10:18:43.069Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.01s) [2022-05-19T10:18:43.069Z] --- PASS: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.56s) [2022-05-19T10:18:43.069Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.01s) [2022-05-19T10:18:43.069Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.01s) [2022-05-19T10:18:43.069Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.13s) [2022-05-19T10:18:43.069Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.19s) [2022-05-19T10:18:43.069Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.19s) [2022-05-19T10:18:43.069Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.30s) [2022-05-19T10:18:43.069Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.01s) [2022-05-19T10:18:43.069Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (0.58s) [2022-05-19T10:18:43.069Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.06s) [2022-05-19T10:18:43.069Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (0.61s) [2022-05-19T10:18:43.069Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (0.54s) [2022-05-19T10:18:43.069Z] --- PASS: TestDockerSuite/TestImagesFormat (0.05s) [2022-05-19T10:18:43.069Z] --- PASS: TestDockerSuite/TestImagesFormatDefaultFormat (0.54s) [2022-05-19T10:18:43.069Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (2.58s) [2022-05-19T10:18:43.069Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.01s) [2022-05-19T10:18:43.069Z] --- PASS: TestDockerSuite/TestImportBadURL (0.04s) [2022-05-19T10:18:43.069Z] --- PASS: TestDockerSuite/TestImportDisplay (1.11s) [2022-05-19T10:18:43.069Z] --- PASS: TestDockerSuite/TestImportFile (1.06s) [2022-05-19T10:18:43.069Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.01s) [2022-05-19T10:18:43.069Z] --- PASS: TestDockerSuite/TestImportFileWithMessage (1.07s) [2022-05-19T10:18:43.069Z] --- PASS: TestDockerSuite/TestImportGzipped (1.15s) [2022-05-19T10:18:43.069Z] --- PASS: TestDockerSuite/TestImportWithQuotedChanges (1.05s) [2022-05-19T10:18:43.069Z] --- PASS: TestDockerSuite/TestInfoDisplaysPausedContainers (0.47s) [2022-05-19T10:18:43.069Z] --- PASS: TestDockerSuite/TestInfoDisplaysRunningContainers (0.50s) [2022-05-19T10:18:43.069Z] --- PASS: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.60s) [2022-05-19T10:18:43.069Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.03s) [2022-05-19T10:18:43.069Z] --- PASS: TestDockerSuite/TestInfoSecurityOptions (0.02s) [2022-05-19T10:18:43.069Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.51s) [2022-05-19T10:18:43.069Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.51s) [2022-05-19T10:18:43.069Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (0.45s) [2022-05-19T10:18:43.069Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (0.47s) [2022-05-19T10:18:43.069Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.40s) [2022-05-19T10:18:43.069Z] --- PASS: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.45s) [2022-05-19T10:18:43.069Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.02s) [2022-05-19T10:18:43.069Z] --- PASS: TestDockerSuite/TestInspectAPIMultipleNetworks (1.07s) [2022-05-19T10:18:43.069Z] --- PASS: TestDockerSuite/TestInspectAmpersand (0.46s) [2022-05-19T10:18:43.069Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (0.42s) [2022-05-19T10:18:43.069Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.04s) [2022-05-19T10:18:43.069Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (0.44s) [2022-05-19T10:18:43.069Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2022-05-19T10:18:43.069Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkCustom (0.66s) [2022-05-19T10:18:43.069Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkDefault (0.47s) [2022-05-19T10:18:43.069Z] --- PASS: TestDockerSuite/TestInspectDefault (0.45s) [2022-05-19T10:18:43.069Z] --- PASS: TestDockerSuite/TestInspectHistory (0.55s) [2022-05-19T10:18:43.069Z] --- PASS: TestDockerSuite/TestInspectImage (0.01s) [2022-05-19T10:18:43.069Z] --- PASS: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2022-05-19T10:18:43.069Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2022-05-19T10:18:43.069Z] --- PASS: TestDockerSuite/TestInspectInt64 (0.43s) [2022-05-19T10:18:43.069Z] --- PASS: TestDockerSuite/TestInspectJSONFields (0.51s) [2022-05-19T10:18:43.069Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.05s) [2022-05-19T10:18:43.069Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (0.45s) [2022-05-19T10:18:43.069Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (0.46s) [2022-05-19T10:18:43.069Z] --- PASS: TestDockerSuite/TestInspectPlugin (1.95s) [2022-05-19T10:18:43.069Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.02s) [2022-05-19T10:18:43.069Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (0.44s) [2022-05-19T10:18:43.069Z] --- PASS: TestDockerSuite/TestInspectStatus (0.54s) [2022-05-19T10:18:43.327Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (0.94s) [2022-05-19T10:18:43.327Z] --- PASS: TestDockerSuite/TestInspectTemplateError (0.46s) [2022-05-19T10:18:43.327Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (0.45s) [2022-05-19T10:18:43.327Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (0.46s) [2022-05-19T10:18:43.327Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (0.43s) [2022-05-19T10:18:43.327Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (0.44s) [2022-05-19T10:18:43.327Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (0.42s) [2022-05-19T10:18:43.327Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.02s) [2022-05-19T10:18:43.327Z] --- PASS: TestDockerSuite/TestLegacyRunNoNewPrivSetuid (1.33s) [2022-05-19T10:18:43.327Z] --- PASS: TestDockerSuite/TestLinkShortDefinition (0.95s) [2022-05-19T10:18:43.327Z] --- PASS: TestDockerSuite/TestLinksEnvs (0.92s) [2022-05-19T10:18:43.327Z] --- PASS: TestDockerSuite/TestLinksEtcHostsRegularFile (0.24s) [2022-05-19T10:18:43.327Z] --- PASS: TestDockerSuite/TestLinksHostsFilesInject (1.08s) [2022-05-19T10:18:43.327Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStarted (1.63s) [2022-05-19T10:18:43.327Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStopped (2.07s) [2022-05-19T10:18:43.327Z] --- PASS: TestDockerSuite/TestLinksInvalidContainerTarget (0.10s) [2022-05-19T10:18:43.327Z] --- PASS: TestDockerSuite/TestLinksMultipleWithSameName (1.97s) [2022-05-19T10:18:43.327Z] --- PASS: TestDockerSuite/TestLinksNetworkHostContainer (0.26s) [2022-05-19T10:18:43.327Z] --- PASS: TestDockerSuite/TestLinksNotStartedParentNotFail (0.59s) [2022-05-19T10:18:43.327Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainers (8.87s) [2022-05-19T10:18:43.327Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (1.39s) [2022-05-19T10:18:43.327Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersOnRename (1.06s) [2022-05-19T10:18:43.327Z] --- PASS: TestDockerSuite/TestLinksPingUnlinkedContainers (0.50s) [2022-05-19T10:18:43.327Z] --- PASS: TestDockerSuite/TestLinksUpdateOnRestart (1.63s) [2022-05-19T10:18:43.327Z] --- PASS: TestDockerSuite/TestLoadNoStdinFail (0.02s) [2022-05-19T10:18:43.327Z] --- PASS: TestDockerSuite/TestLoadZeroSizeLayer (0.27s) [2022-05-19T10:18:43.327Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.02s) [2022-05-19T10:18:43.327Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.00s) [2022-05-19T10:18:43.327Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (0.47s) [2022-05-19T10:18:43.327Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (0.52s) [2022-05-19T10:18:43.327Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (3.51s) [2022-05-19T10:18:43.327Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (0.54s) [2022-05-19T10:18:43.327Z] --- PASS: TestDockerSuite/TestLogsAPIUntilFutureFollow (4.70s) [2022-05-19T10:18:43.327Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (0.44s) [2022-05-19T10:18:43.327Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.01s) [2022-05-19T10:18:43.327Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (0.84s) [2022-05-19T10:18:43.327Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (0.80s) [2022-05-19T10:18:43.327Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (0.83s) [2022-05-19T10:18:43.327Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (0.87s) [2022-05-19T10:18:43.327Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (0.69s) [2022-05-19T10:18:43.327Z] --- PASS: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (1.75s) [2022-05-19T10:18:43.327Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (0.46s) [2022-05-19T10:18:43.327Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (0.45s) [2022-05-19T10:18:43.327Z] --- PASS: TestDockerSuite/TestLogsSince (6.56s) [2022-05-19T10:18:43.327Z] --- PASS: TestDockerSuite/TestLogsSinceFutureFollow (5.54s) [2022-05-19T10:18:43.327Z] --- PASS: TestDockerSuite/TestLogsStderrInStdout (0.45s) [2022-05-19T10:18:43.327Z] --- PASS: TestDockerSuite/TestLogsTail (0.56s) [2022-05-19T10:18:43.327Z] --- PASS: TestDockerSuite/TestLogsTimestamps (0.47s) [2022-05-19T10:18:43.327Z] --- PASS: TestDockerSuite/TestLogsWithDetails (0.43s) [2022-05-19T10:18:43.327Z] --- PASS: TestDockerSuite/TestMountIntoProc (0.23s) [2022-05-19T10:18:43.327Z] --- PASS: TestDockerSuite/TestMountIntoSys (0.45s) [2022-05-19T10:18:43.327Z] --- PASS: TestDockerSuite/TestNetHostname (1.29s) [2022-05-19T10:18:43.327Z] --- PASS: TestDockerSuite/TestNetHostnameWithNetHost (0.20s) [2022-05-19T10:18:43.327Z] --- PASS: TestDockerSuite/TestNetworkEvents (5.59s) [2022-05-19T10:18:43.327Z] --- PASS: TestDockerSuite/TestNetworkRmWithActiveContainers (1.66s) [2022-05-19T10:18:43.327Z] --- PASS: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.47s) [2022-05-19T10:18:43.327Z] --- PASS: TestDockerSuite/TestPluginActive (2.13s) [2022-05-19T10:18:43.327Z] --- PASS: TestDockerSuite/TestPluginActiveNetwork (6.47s) [2022-05-19T10:18:43.327Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2022-05-19T10:18:43.327Z] --- PASS: TestDockerSuite/TestPluginInstallDisableVolumeLs (1.25s) [2022-05-19T10:18:43.327Z] --- PASS: TestDockerSuite/TestPluginLogDriver (2.89s) [2022-05-19T10:18:43.327Z] --- PASS: TestDockerSuite/TestPluginLogDriverInfoList (1.83s) [2022-05-19T10:18:43.327Z] --- PASS: TestDockerSuite/TestPluginMetricsCollector (2.41s) [2022-05-19T10:18:43.327Z] --- PASS: TestDockerSuite/TestPluginUpgrade (4.85s) [2022-05-19T10:18:43.327Z] --- PASS: TestDockerSuite/TestPortBindingOnSandbox (1.47s) [2022-05-19T10:18:43.327Z] --- PASS: TestDockerSuite/TestPortExposeHostBinding (0.92s) [2022-05-19T10:18:43.327Z] --- PASS: TestDockerSuite/TestPortHostBinding (0.90s) [2022-05-19T10:18:43.327Z] --- PASS: TestDockerSuite/TestPortList (6.63s) [2022-05-19T10:18:43.327Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (1.24s) [2022-05-19T10:18:43.327Z] --- PASS: TestDockerSuite/TestPostContainersAttach (6.13s) [2022-05-19T10:18:43.327Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.00s) [2022-05-19T10:18:43.327Z] --- PASS: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.04s) [2022-05-19T10:18:43.327Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.45s) [2022-05-19T10:18:43.327Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.00s) [2022-05-19T10:18:43.327Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.46s) [2022-05-19T10:18:43.327Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.00s) [2022-05-19T10:18:43.327Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithShmSize (0.43s) [2022-05-19T10:18:43.327Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.06s) [2022-05-19T10:18:43.327Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (1.20s) [2022-05-19T10:18:43.327Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2022-05-19T10:18:43.327Z] --- PASS: TestDockerSuite/TestPruneContainerLabel (2.14s) [2022-05-19T10:18:43.327Z] --- PASS: TestDockerSuite/TestPruneContainerUntil (0.90s) [2022-05-19T10:18:43.327Z] --- PASS: TestDockerSuite/TestPruneNetworkLabel (0.41s) [2022-05-19T10:18:43.327Z] --- PASS: TestDockerSuite/TestPruneVolumeLabel (0.12s) [2022-05-19T10:18:43.327Z] --- PASS: TestDockerSuite/TestPsByOrder (1.90s) [2022-05-19T10:18:43.327Z] --- PASS: TestDockerSuite/TestPsImageIDAfterUpdate (0.69s) [2022-05-19T10:18:43.327Z] --- PASS: TestDockerSuite/TestPsListContainersBase (2.19s) [2022-05-19T10:18:43.327Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (2.96s) [2022-05-19T10:18:43.327Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.07s) [2022-05-19T10:18:43.327Z] --- PASS: TestDockerSuite/TestPsListContainersFilterExited (2.86s) [2022-05-19T10:18:43.327Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (6.62s) [2022-05-19T10:18:43.327Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (0.96s) [2022-05-19T10:18:43.327Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (1.57s) [2022-05-19T10:18:43.327Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (1.03s) [2022-05-19T10:18:43.327Z] --- PASS: TestDockerSuite/TestPsListContainersFilterNetwork (1.08s) [2022-05-19T10:18:43.327Z] --- PASS: TestDockerSuite/TestPsListContainersFilterPorts (1.67s) [2022-05-19T10:18:43.327Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (1.75s) [2022-05-19T10:18:43.327Z] --- PASS: TestDockerSuite/TestPsListContainersSize (1.24s) [2022-05-19T10:18:43.327Z] --- PASS: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.17s) [2022-05-19T10:18:43.327Z] --- PASS: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.79s) [2022-05-19T10:18:43.327Z] --- PASS: TestDockerSuite/TestPsRightTagName (1.97s) [2022-05-19T10:18:43.327Z] --- PASS: TestDockerSuite/TestPsShowMounts (1.52s) [2022-05-19T10:18:43.327Z] --- PASS: TestDockerSuite/TestPtraceContainerProcsFromHost (0.52s) [2022-05-19T10:18:43.327Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2022-05-19T10:18:43.327Z] --- PASS: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.17s) [2022-05-19T10:18:43.327Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (0.10s) [2022-05-19T10:18:43.327Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.05s) [2022-05-19T10:18:43.327Z] --- PASS: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.47s) [2022-05-19T10:18:43.327Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (0.89s) [2022-05-19T10:18:43.327Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (0.96s) [2022-05-19T10:18:43.327Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (0.61s) [2022-05-19T10:18:43.327Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (8.00s) [2022-05-19T10:18:43.327Z] --- PASS: TestDockerSuite/TestRestartDisconnectedContainer (1.01s) [2022-05-19T10:18:43.327Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (1.82s) [2022-05-19T10:18:43.327Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.07s) [2022-05-19T10:18:43.327Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.06s) [2022-05-19T10:18:43.327Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.24s) [2022-05-19T10:18:43.327Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (1.92s) [2022-05-19T10:18:43.327Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (0.94s) [2022-05-19T10:18:43.327Z] --- PASS: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (2.21s) [2022-05-19T10:18:43.327Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (0.95s) [2022-05-19T10:18:43.327Z] --- PASS: TestDockerSuite/TestRmiBlank (0.01s) [2022-05-19T10:18:43.327Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.08s) [2022-05-19T10:18:43.327Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (2.31s) [2022-05-19T10:18:43.327Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (0.63s) [2022-05-19T10:18:43.327Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.22s) [2022-05-19T10:18:43.327Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (1.38s) [2022-05-19T10:18:43.327Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (0.68s) [2022-05-19T10:18:43.327Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (1.13s) [2022-05-19T10:18:43.327Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (0.59s) [2022-05-19T10:18:43.327Z] --- PASS: TestDockerSuite/TestRmiTag (0.14s) [2022-05-19T10:18:43.327Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (0.48s) [2022-05-19T10:18:43.327Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (2.80s) [2022-05-19T10:18:43.327Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (0.75s) [2022-05-19T10:18:43.327Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (0.81s) [2022-05-19T10:18:43.327Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (0.42s) [2022-05-19T10:18:43.327Z] --- PASS: TestDockerSuite/TestRunAddDeviceCgroupRule (1.40s) [2022-05-19T10:18:43.327Z] --- PASS: TestDockerSuite/TestRunAddHost (0.65s) [2022-05-19T10:18:43.327Z] --- PASS: TestDockerSuite/TestRunAddHostInHostMode (0.24s) [2022-05-19T10:18:43.327Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevices (0.46s) [2022-05-19T10:18:43.327Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2022-05-19T10:18:43.327Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.51s) [2022-05-19T10:18:43.327Z] --- PASS: TestDockerSuite/TestRunAllocatePortInReservedRange (1.30s) [2022-05-19T10:18:43.327Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (0.48s) [2022-05-19T10:18:43.327Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.60s) [2022-05-19T10:18:43.327Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.59s) [2022-05-19T10:18:43.327Z] --- PASS: TestDockerSuite/TestRunApparmorProcDirectory (0.89s) [2022-05-19T10:18:43.327Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (0.88s) [2022-05-19T10:18:43.327Z] --- PASS: TestDockerSuite/TestRunAttachDetach (0.63s) [2022-05-19T10:18:43.327Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromConfig (0.68s) [2022-05-19T10:18:43.327Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromFlag (0.87s) [2022-05-19T10:18:43.327Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromInvalidFlag (0.48s) [2022-05-19T10:18:43.327Z] --- PASS: TestDockerSuite/TestRunAttachDetachKeysOverrideConfig (0.63s) [2022-05-19T10:18:43.327Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (0.66s) [2022-05-19T10:18:43.327Z] --- PASS: TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved (0.81s) [2022-05-19T10:18:43.327Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (0.44s) [2022-05-19T10:18:43.327Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (0.43s) [2022-05-19T10:18:43.327Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (0.46s) [2022-05-19T10:18:43.327Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.01s) [2022-05-19T10:18:43.327Z] --- PASS: TestDockerSuite/TestRunBindMounts (1.40s) [2022-05-19T10:18:43.327Z] --- PASS: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.60s) [2022-05-19T10:18:43.327Z] --- PASS: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.47s) [2022-05-19T10:18:43.327Z] --- PASS: TestDockerSuite/TestRunCapAddCHOWN (0.47s) [2022-05-19T10:18:43.327Z] --- PASS: TestDockerSuite/TestRunCapAddCanDownInterface (0.61s) [2022-05-19T10:18:43.327Z] --- PASS: TestDockerSuite/TestRunCapAddInvalid (0.03s) [2022-05-19T10:18:43.327Z] --- PASS: TestDockerSuite/TestRunCapAddSYSTIME (0.77s) [2022-05-19T10:18:43.327Z] --- PASS: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.53s) [2022-05-19T10:18:43.327Z] --- PASS: TestDockerSuite/TestRunCapDropALLCannotMknod (0.42s) [2022-05-19T10:18:43.327Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknod (0.46s) [2022-05-19T10:18:43.327Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.47s) [2022-05-19T10:18:43.327Z] --- PASS: TestDockerSuite/TestRunCapDropInvalid (0.01s) [2022-05-19T10:18:43.327Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (0.44s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (0.75s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.52s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.53s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (0.47s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.05s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.50s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupParent (1.23s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (1.11s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.88s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.43s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.43s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (0.47s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (0.44s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (0.45s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunCopyVolumeContent (1.06s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunCopyVolumeUIDGID (2.13s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.05s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunCreateVolume (0.45s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunCreateVolumeEtc (1.33s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunCreateVolumeWithSymlink (1.06s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (1.76s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (2.28s) [2022-05-19T10:18:43.328Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.01s) [2022-05-19T10:18:43.328Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.01s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunDNSDefaultOptions (0.60s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunDNSInHostMode (1.49s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunDNSOptions (0.91s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (1.40s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunDNSRepeatOptions (0.48s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (1.07s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (0.45s) [2022-05-19T10:18:43.328Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunDeviceNumbers (0.53s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunDeviceSymlink (1.20s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.03s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunDuplicateMount (0.50s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (0.46s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunEchoStdout (0.46s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit (0.49s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunEmptyEnv (0.08s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunEntrypoint (0.49s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunEnvironment (0.44s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunEnvironmentErase (0.48s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunEnvironmentOverride (0.48s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunExitCode (0.48s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (0.59s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (0.52s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (0.56s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunExposePort (0.02s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunFullHostnameSet (0.59s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunGroupAdd (0.86s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunHostnameFQDN (0.94s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunHostnameInHostMode (0.35s) [2022-05-19T10:18:43.328Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunInitLayerPathOwnership (2.21s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunInspectMacAddress (0.48s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (11.39s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunInvalidCPUShares (0.57s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunInvalidCgroupParent (1.56s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetCpusFlagValue (0.03s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetMemsFlagValue (0.02s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.01s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunLeakyFileDescriptors (0.48s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunLinkToContainerNetMode (2.41s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerID (1.23s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerName (1.19s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (5.61s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.56s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (0.46s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunModeHostname (0.89s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.21s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunModeIpcHost (1.04s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunModeNetContainerHostname (0.80s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunModePIDContainer (1.37s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotExists (0.03s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotRunning (0.24s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunModeUTSHost (0.88s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunMount (3.64s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunMountOrdering (0.43s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunMountReadOnlyDevShm (0.41s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunMountShmMqueueFromHost (0.90s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (1.36s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunMutableNetworkFiles (1.95s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunNamedVolume (1.36s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunNamedVolumeCopyImageData (1.45s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (0.99s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (0.95s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunNetContainerWhichHost (0.43s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunNetHost (0.66s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.42s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunNetHostTwiceSameName (0.43s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMount (1.27s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountRO (1.32s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (3.30s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.49s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.13s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunNoNewPrivSetuid (0.66s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (0.10s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (0.69s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (0.59s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (0.08s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (0.67s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunNonRootUserResolvName (5.53s) [2022-05-19T10:18:43.328Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.80s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunPIDsLimit (0.60s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunPortFromDockerRangeInUse (1.20s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunPortInUse (0.63s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunPrivilegedAllowedDevices (0.67s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMknod (0.70s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMount (0.56s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.50s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.44s) [2022-05-19T10:18:43.328Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunPublishPort (0.68s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunReadFilteredProc (0.64s) [2022-05-19T10:18:43.328Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunReadProcTimer (0.61s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunRedirectStdout (1.02s) [2022-05-19T10:18:43.328Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (2.52s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (1.08s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunRm (0.57s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunRmAndWait (3.58s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (0.52s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (0.55s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunSeccompAllowPrivCloneUserns (1.80s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunSeccompAllowSetrlimit (0.59s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileAcct (2.86s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileNS (3.19s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunSeccompProfileAllow32Bit (0.70s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyChmod (0.65s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyCloneUserns (0.62s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshare (0.48s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns (0.53s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunSeccompUnconfinedCloneUserns (0.45s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunSeccompWithDefaultProfile (0.68s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (0.74s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (0.59s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunSlowStdoutConsumer (2.41s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunState (1.22s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (0.49s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunStdinPipe (0.74s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (0.25s) [2022-05-19T10:18:43.328Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.48s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.47s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunSysctls (0.99s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.03s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.02s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.57s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunTmpfsMounts (1.72s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsEnsureOrdered (0.70s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes (1.61s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsWithOptions (2.92s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (2.92s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCanMknod (0.59s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCannotMount (0.45s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunUnprivilegedWithChroot (0.69s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunUnsetEntrypoint (1.74s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunUnshareProc (1.20s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunUserByID (0.66s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunUserByIDBig (0.15s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunUserByIDNegative (0.12s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunUserByIDZero (0.44s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunUserByName (0.47s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunUserDefaults (0.50s) [2022-05-19T10:18:43.328Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunUserNotFound (0.17s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (0.60s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunVolumeCopyFlag (3.39s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunVolumeWithOneCharacter (0.55s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (0.79s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (1.87s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (1.06s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (1.94s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunVolumesFromSymlinkPath (2.18s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.75s) [2022-05-19T10:18:43.328Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2022-05-19T10:18:43.328Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2022-05-19T10:18:43.328Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunWithBadDevice (0.20s) [2022-05-19T10:18:43.328Z] --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunWithCPUQuota (0.64s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunWithCPUShares (0.46s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunWithCpuPeriod (1.35s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunWithCpusetCpus (0.52s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunWithCpusetMems (0.59s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.01s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunWithDefaultShmSize (0.50s) [2022-05-19T10:18:43.328Z] --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunWithInvalidCpuPeriod (0.06s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.02s) [2022-05-19T10:18:43.328Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2022-05-19T10:18:43.328Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2022-05-19T10:18:43.328Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2022-05-19T10:18:43.328Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2022-05-19T10:18:43.328Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunWithMemoryLimit (0.59s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservation (0.48s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservationInvalid (0.03s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunWithNanoCPUs (0.50s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.28s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdj (0.44s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.03s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunWithShmSize (0.47s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunWithSwappiness (0.45s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunWithSwappinessInvalid (0.02s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunWithUlimits (0.43s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (0.86s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunWithVolumesIsRecursive (0.59s) [2022-05-19T10:18:43.328Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (0.38s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (0.06s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (1.26s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunWriteFilteredProc (0.43s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (1.63s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunWriteToProcAsound (0.45s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoFlags (0.66s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoStdout (0.69s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestSaveAndLoadWithProgressBar (0.78s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestSaveCheckTimes (0.04s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestSaveDirectoryPermissions (1.12s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestSaveImageId (0.10s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestSaveLoadNoTag (0.49s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestSaveLoadParents (1.90s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestSaveMultipleNames (0.10s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestSaveRepoWithMultipleImages (1.29s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestSaveSingleTag (0.06s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestSaveXzAndLoadRepoStdout (1.40s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (1.72s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (0.36s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.09s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.10s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.09s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestSearchWithLimit (0.53s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (2.03s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/0 (0.67s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/1 (0.66s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/2 (0.69s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestStartAttachCorrectExitCode (5.15s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (1.49s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestStartAttachReturnsOnError (0.67s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestStartAttachSilent (0.87s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestStartAttachWithRename (2.54s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestStartMultipleContainers (1.47s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestStartPausedContainer (0.51s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestStartRecordError (1.09s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (1.15s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestStatsAllNewContainersAdded (1.19s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestStatsAllNoStream (2.55s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestStatsAllRunningNoStream (4.31s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestStatsContainerNotFound (3.04s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestStatsFormatAll (4.57s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestStatsNoStream (2.50s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestStopContainerSignal (1.46s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (0.47s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (0.52s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestTopPrivileged (0.52s) [2022-05-19T10:18:43.328Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestTwoContainersInNetHost (0.53s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestUnpublishedPortsInPsOutput (2.66s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestUnsetEnvVarHealthCheck (2.83s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestUpdateContainerInvalidValue (0.44s) [2022-05-19T10:18:43.328Z] --- PASS: TestDockerSuite/TestUpdateContainerWithoutFlags (0.51s) [2022-05-19T10:18:43.329Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2022-05-19T10:18:43.329Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2022-05-19T10:18:43.329Z] --- PASS: TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy (1.18s) [2022-05-19T10:18:43.329Z] --- PASS: TestDockerSuite/TestUpdatePausedContainer (0.64s) [2022-05-19T10:18:43.329Z] --- PASS: TestDockerSuite/TestUpdateRunningContainer (0.94s) [2022-05-19T10:18:43.329Z] --- PASS: TestDockerSuite/TestUpdateRunningContainerWithRestart (1.07s) [2022-05-19T10:18:43.329Z] --- PASS: TestDockerSuite/TestUpdateStats (3.68s) [2022-05-19T10:18:43.329Z] --- PASS: TestDockerSuite/TestUpdateStoppedContainer (0.86s) [2022-05-19T10:18:43.329Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2022-05-19T10:18:43.329Z] --- PASS: TestDockerSuite/TestUpdateWithNanoCPUs (0.66s) [2022-05-19T10:18:43.329Z] --- PASS: TestDockerSuite/TestUpdateWithUntouchedFields (0.62s) [2022-05-19T10:18:43.329Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkAlias (2.60s) [2022-05-19T10:18:43.329Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias (2.17s) [2022-05-19T10:18:43.329Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink (2.02s) [2022-05-19T10:18:43.329Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectivity (1.86s) [2022-05-19T10:18:43.329Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinks (2.26s) [2022-05-19T10:18:43.329Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (2.53s) [2022-05-19T10:18:43.329Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChown (1.70s) [2022-05-19T10:18:43.329Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot (1.67s) [2022-05-19T10:18:43.329Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride (0.93s) [2022-05-19T10:18:43.329Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner (1.02s) [2022-05-19T10:18:43.329Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod (1.34s) [2022-05-19T10:18:43.329Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService (1.34s) [2022-05-19T10:18:43.329Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw (1.31s) [2022-05-19T10:18:43.329Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid (1.37s) [2022-05-19T10:18:43.329Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid (1.33s) [2022-05-19T10:18:43.329Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.07s) [2022-05-19T10:18:43.329Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.03s) [2022-05-19T10:18:43.329Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.04s) [2022-05-19T10:18:43.329Z] --- PASS: TestDockerSuite/TestVolumeCLICreateWithOpts (0.45s) [2022-05-19T10:18:43.329Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.06s) [2022-05-19T10:18:43.329Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.06s) [2022-05-19T10:18:43.329Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.03s) [2022-05-19T10:18:43.329Z] --- PASS: TestDockerSuite/TestVolumeCLILs (0.50s) [2022-05-19T10:18:43.329Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.01s) [2022-05-19T10:18:43.329Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (0.62s) [2022-05-19T10:18:43.329Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.08s) [2022-05-19T10:18:43.329Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.07s) [2022-05-19T10:18:43.329Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.01s) [2022-05-19T10:18:43.329Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.03s) [2022-05-19T10:18:43.329Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (1.44s) [2022-05-19T10:18:43.329Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForce (0.08s) [2022-05-19T10:18:43.329Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.12s) [2022-05-19T10:18:43.329Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.03s) [2022-05-19T10:18:43.329Z] --- PASS: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.05s) [2022-05-19T10:18:43.329Z] --- PASS: TestDockerSuite/TestVolumeEvents (5.38s) [2022-05-19T10:18:43.329Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (1.51s) [2022-05-19T10:18:43.329Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.05s) [2022-05-19T10:18:43.329Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.05s) [2022-05-19T10:18:43.329Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (1.76s) [2022-05-19T10:18:43.329Z] --- PASS: TestDockerSuite/TestVolumesNoCopyData (2.36s) [2022-05-19T10:18:43.329Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.01s) [2022-05-19T10:18:43.329Z] === RUN TestDockerRegistrySuite [2022-05-19T10:18:43.329Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2022-05-19T10:18:44.257Z] check_test.go:194: [dd441f99ff556] daemon is not started [2022-05-19T10:18:44.257Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2022-05-19T10:18:45.184Z] check_test.go:194: [d49e455060312] daemon is not started [2022-05-19T10:18:45.184Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2022-05-19T10:18:46.034Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2022-05-19T10:18:46.551Z] check_test.go:194: [d3dcdbad706a8] daemon is not started [2022-05-19T10:18:46.551Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2022-05-19T10:18:46.808Z] check_test.go:194: [d5b33efefe1c9] daemon is not started [2022-05-19T10:18:46.808Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2022-05-19T10:18:48.254Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2022-05-19T10:18:48.725Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2022-05-19T10:18:49.341Z] check_test.go:194: [dc4fb28d7db22] daemon is not started [2022-05-19T10:18:49.341Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2022-05-19T10:18:52.521Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2022-05-19T10:18:54.586Z] check_test.go:194: [dd1c3f807d71c] daemon is not started [2022-05-19T10:18:54.586Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2022-05-19T10:18:55.483Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2022-05-19T10:18:57.102Z] check_test.go:194: [df9d36a80c2f7] daemon is not started [2022-05-19T10:18:57.102Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2022-05-19T10:18:58.029Z] check_test.go:194: [dadcb62c93681] daemon is not started [2022-05-19T10:18:58.029Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2022-05-19T10:18:58.440Z] === RUN TestDockerSuite/TestBuildDockerignore [2022-05-19T10:18:58.958Z] check_test.go:194: [d152a9be06dac] daemon is not started [2022-05-19T10:18:58.958Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2022-05-19T10:18:59.889Z] check_test.go:194: [d028d89988cec] daemon is not started [2022-05-19T10:18:59.889Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2022-05-19T10:19:01.255Z] check_test.go:194: [d79ad8bb8a314] daemon is not started [2022-05-19T10:19:01.255Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2022-05-19T10:19:01.693Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2022-05-19T10:19:01.694Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2022-05-19T10:19:01.694Z] docker_cli_build_test.go:685: unmatched requirement DaemonIsLinux [2022-05-19T10:19:01.694Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2022-05-19T10:19:02.183Z] check_test.go:194: [dabe7f76fb9c3] daemon is not started [2022-05-19T10:19:02.183Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2022-05-19T10:19:03.112Z] check_test.go:194: [dae1d5482c815] daemon is not started [2022-05-19T10:19:03.112Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2022-05-19T10:19:04.041Z] check_test.go:194: [d9012550a12e9] daemon is not started [2022-05-19T10:19:04.041Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2022-05-19T10:19:04.970Z] docker_cli_by_digest_test.go:320: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:c446caf8d7504a5c6e78a22ce7ef2ddf7fe3bf1a649bf24e85138e9a0dbc42dd [2022-05-19T10:19:05.532Z] docker_cli_by_digest_test.go:336: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:23c921b8d3113cef9f099f8847dd993ca547532962f012d6d7e35b7c4f9c1ff3 [2022-05-19T10:19:05.866Z] check_test.go:194: [d9aec1397dfcb] daemon is not started [2022-05-19T10:19:05.866Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2022-05-19T10:19:06.793Z] docker_cli_by_digest_test.go:245: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:d039aa77e36f859e1bccfa6aeb0824cd2b902a9d8e149fe234810fa3b2fc30f2 [2022-05-19T10:19:07.355Z] docker_cli_by_digest_test.go:260: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:6318587cb76158e047e4151cfb7e59b3bc630f7bc264f03d135c57337303a48a [2022-05-19T10:19:07.610Z] check_test.go:194: [d81982316163c] daemon is not started [2022-05-19T10:19:07.610Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2022-05-19T10:19:08.538Z] check_test.go:194: [d6e0d281d345d] daemon is not started [2022-05-19T10:19:08.538Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2022-05-19T10:19:11.055Z] check_test.go:194: [dfbc4e72e80f1] daemon is not started [2022-05-19T10:19:11.055Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2022-05-19T10:19:11.616Z] check_test.go:194: [dfe381061b2e0] daemon is not started [2022-05-19T10:19:11.616Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2022-05-19T10:19:11.872Z] check_test.go:194: [dbb7fa4d22d7e] daemon is not started [2022-05-19T10:19:11.872Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2022-05-19T10:19:12.800Z] check_test.go:194: [df0a23a464bb9] daemon is not started [2022-05-19T10:19:12.800Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2022-05-19T10:19:13.728Z] check_test.go:194: [d5f9954eaf6d7] daemon is not started [2022-05-19T10:19:13.728Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2022-05-19T10:19:14.659Z] check_test.go:194: [d7dcc9c086cd0] daemon is not started [2022-05-19T10:19:14.659Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2022-05-19T10:19:17.177Z] check_test.go:194: [db297723c3fd8] daemon is not started [2022-05-19T10:19:17.177Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2022-05-19T10:19:17.433Z] check_test.go:194: [d509271f45e7c] daemon is not started [2022-05-19T10:19:17.433Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2022-05-19T10:19:18.361Z] check_test.go:194: [ddd26f2c019bf] daemon is not started [2022-05-19T10:19:18.361Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2022-05-19T10:19:18.617Z] check_test.go:194: [dec08cd53eba9] daemon is not started [2022-05-19T10:19:18.617Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2022-05-19T10:19:18.873Z] check_test.go:194: [d23572e4ed50f] daemon is not started [2022-05-19T10:19:18.873Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2022-05-19T10:19:19.129Z] check_test.go:194: [dae5cb6c92ce3] daemon is not started [2022-05-19T10:19:19.129Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2022-05-19T10:19:19.385Z] check_test.go:194: [de76a5455a70a] daemon is not started [2022-05-19T10:19:19.385Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2022-05-19T10:19:19.641Z] check_test.go:194: [dff9578074298] daemon is not started [2022-05-19T10:19:19.641Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2022-05-19T10:19:19.897Z] check_test.go:194: [db3182b28c592] daemon is not started [2022-05-19T10:19:19.897Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2022-05-19T10:19:20.828Z] check_test.go:194: [d547437cdc701] daemon is not started [2022-05-19T10:19:20.828Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2022-05-19T10:19:22.718Z] check_test.go:194: [d378cf3a2e620] daemon is not started [2022-05-19T10:19:22.718Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2022-05-19T10:19:22.851Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2022-05-19T10:19:23.280Z] check_test.go:194: [d37b03ad89ac5] daemon is not started [2022-05-19T10:19:23.281Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2022-05-19T10:19:24.208Z] check_test.go:194: [dacdf9dd39e52] daemon is not started [2022-05-19T10:19:24.208Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2022-05-19T10:19:25.136Z] === RUN TestDockerRegistrySuite/TestV2Only [2022-05-19T10:19:25.698Z] --- PASS: TestDockerRegistrySuite (42.66s) [2022-05-19T10:19:25.698Z] --- PASS: TestDockerRegistrySuite/TestBuildByDigest (1.13s) [2022-05-19T10:19:25.698Z] --- PASS: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.99s) [2022-05-19T10:19:25.698Z] --- PASS: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (1.26s) [2022-05-19T10:19:25.698Z] --- PASS: TestDockerRegistrySuite/TestConcurrentFailingPull (0.16s) [2022-05-19T10:19:25.698Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (2.67s) [2022-05-19T10:19:25.698Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (4.87s) [2022-05-19T10:19:25.698Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPush (2.86s) [2022-05-19T10:19:25.698Z] --- PASS: TestDockerRegistrySuite/TestCreateByDigest (1.03s) [2022-05-19T10:19:25.698Z] --- PASS: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.86s) [2022-05-19T10:19:25.698Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (1.01s) [2022-05-19T10:19:25.698Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (1.07s) [2022-05-19T10:19:25.698Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (1.04s) [2022-05-19T10:19:25.698Z] --- PASS: TestDockerRegistrySuite/TestEventsImageFilterPush (0.91s) [2022-05-19T10:19:25.698Z] --- PASS: TestDockerRegistrySuite/TestInspectImageWithDigests (0.96s) [2022-05-19T10:19:25.698Z] --- PASS: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (1.87s) [2022-05-19T10:19:25.698Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithDigests (1.80s) [2022-05-19T10:19:25.698Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.97s) [2022-05-19T10:19:25.698Z] --- PASS: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (2.11s) [2022-05-19T10:19:25.698Z] --- PASS: TestDockerRegistrySuite/TestPullByDigest (0.96s) [2022-05-19T10:19:25.698Z] --- PASS: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.14s) [2022-05-19T10:19:25.698Z] --- PASS: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.97s) [2022-05-19T10:19:25.698Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.92s) [2022-05-19T10:19:25.698Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.89s) [2022-05-19T10:19:25.698Z] --- PASS: TestDockerRegistrySuite/TestPullIDStability (2.33s) [2022-05-19T10:19:25.698Z] --- PASS: TestDockerRegistrySuite/TestPullImageWithAliases (0.38s) [2022-05-19T10:19:25.698Z] --- PASS: TestDockerRegistrySuite/TestPullManifestList (1.02s) [2022-05-19T10:19:25.698Z] --- PASS: TestDockerRegistrySuite/TestPullNoLayers (0.39s) [2022-05-19T10:19:25.698Z] --- PASS: TestDockerRegistrySuite/TestPushBadTag (0.12s) [2022-05-19T10:19:25.698Z] --- PASS: TestDockerRegistrySuite/TestPushBusyboxImage (0.27s) [2022-05-19T10:19:25.698Z] --- PASS: TestDockerRegistrySuite/TestPushEmptyLayer (0.29s) [2022-05-19T10:19:25.698Z] --- PASS: TestDockerRegistrySuite/TestPushMultipleTags (0.33s) [2022-05-19T10:19:25.698Z] --- PASS: TestDockerRegistrySuite/TestPushUntagged (0.12s) [2022-05-19T10:19:25.698Z] --- PASS: TestDockerRegistrySuite/TestRemoveImageByDigest (1.04s) [2022-05-19T10:19:25.698Z] --- PASS: TestDockerRegistrySuite/TestRunByDigest (1.45s) [2022-05-19T10:19:25.698Z] --- PASS: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.84s) [2022-05-19T10:19:25.698Z] --- PASS: TestDockerRegistrySuite/TestTagByDigest (0.97s) [2022-05-19T10:19:25.698Z] --- PASS: TestDockerRegistrySuite/TestUserAgentPassThrough (0.91s) [2022-05-19T10:19:25.698Z] --- PASS: TestDockerRegistrySuite/TestV2Only (0.76s) [2022-05-19T10:19:25.698Z] === RUN TestDockerSchema1RegistrySuite [2022-05-19T10:19:25.698Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2022-05-19T10:19:25.743Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2022-05-19T10:19:25.954Z] check_test.go:221: [d67bf11d79d63] daemon is not started [2022-05-19T10:19:25.954Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2022-05-19T10:19:26.704Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2022-05-19T10:19:29.234Z] check_test.go:221: [df9e20bb3b75f] daemon is not started [2022-05-19T10:19:29.234Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2022-05-19T10:19:32.477Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2022-05-19T10:19:35.769Z] check_test.go:221: [d603f03635900] daemon is not started [2022-05-19T10:19:35.769Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2022-05-19T10:19:35.769Z] check_test.go:221: [da3fd1a79be77] daemon is not started [2022-05-19T10:19:35.769Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2022-05-19T10:19:35.769Z] check_test.go:221: [df3fb487ec987] daemon is not started [2022-05-19T10:19:35.769Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2022-05-19T10:19:36.191Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2022-05-19T10:19:37.139Z] check_test.go:221: [d08f2bc335365] daemon is not started [2022-05-19T10:19:37.139Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2022-05-19T10:19:37.702Z] check_test.go:221: [d227a0b22bd29] daemon is not started [2022-05-19T10:19:37.960Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2022-05-19T10:19:38.887Z] check_test.go:221: [d71df0768d5cf] daemon is not started [2022-05-19T10:19:38.887Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2022-05-19T10:19:40.890Z] === RUN TestDockerSuite/TestBuildDockerignore [2022-05-19T10:19:41.405Z] check_test.go:221: [d28281400af76] daemon is not started [2022-05-19T10:19:41.405Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2022-05-19T10:19:41.661Z] check_test.go:221: [de3139cc5fddb] daemon is not started [2022-05-19T10:19:41.661Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2022-05-19T10:19:42.224Z] check_test.go:221: [dccce7d6213d3] daemon is not started [2022-05-19T10:19:42.224Z] --- PASS: TestDockerSchema1RegistrySuite (16.31s) [2022-05-19T10:19:42.224Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.18s) [2022-05-19T10:19:42.224Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (2.81s) [2022-05-19T10:19:42.224Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (5.94s) [2022-05-19T10:19:42.224Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigest (0.95s) [2022-05-19T10:19:42.224Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.14s) [2022-05-19T10:19:42.224Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (1.07s) [2022-05-19T10:19:42.224Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.92s) [2022-05-19T10:19:42.224Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.94s) [2022-05-19T10:19:42.224Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullIDStability (2.54s) [2022-05-19T10:19:42.224Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.42s) [2022-05-19T10:19:42.224Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.38s) [2022-05-19T10:19:42.224Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2022-05-19T10:19:42.224Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2022-05-19T10:19:42.785Z] check_test.go:250: [d30df0a884462] daemon is not started [2022-05-19T10:19:42.785Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2022-05-19T10:19:43.348Z] check_test.go:250: [d4881bf8722bc] daemon is not started [2022-05-19T10:19:43.348Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2022-05-19T10:19:43.604Z] check_test.go:250: [d8ace0457f7d4] daemon is not started [2022-05-19T10:19:43.604Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2022-05-19T10:19:44.970Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2022-05-19T10:19:45.226Z] check_test.go:250: [dd5c382dce080] daemon is not started [2022-05-19T10:19:45.226Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2022-05-19T10:19:45.788Z] check_test.go:250: [dcf899576febd] daemon is not started [2022-05-19T10:19:45.788Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2022-05-19T10:19:46.761Z] check_test.go:250: [dde52e1956e2f] daemon is not started [2022-05-19T10:19:46.761Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2022-05-19T10:19:46.761Z] check_test.go:250: [d9e2a8b4c8a74] daemon is not started [2022-05-19T10:19:46.761Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (4.68s) [2022-05-19T10:19:46.761Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.72s) [2022-05-19T10:19:46.761Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.55s) [2022-05-19T10:19:46.761Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.16s) [2022-05-19T10:19:46.761Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (1.24s) [2022-05-19T10:19:46.761Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.53s) [2022-05-19T10:19:46.761Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.48s) [2022-05-19T10:19:46.761Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.83s) [2022-05-19T10:19:46.761Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.16s) [2022-05-19T10:19:46.761Z] === RUN TestDockerRegistryAuthTokenSuite [2022-05-19T10:19:46.761Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2022-05-19T10:19:48.783Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2022-05-19T10:19:48.783Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2022-05-19T10:19:48.783Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2022-05-19T10:19:52.011Z] check_test.go:277: [d2e3463030b17] daemon is not started [2022-05-19T10:19:52.011Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2022-05-19T10:19:52.011Z] check_test.go:277: [d9c23865894ae] daemon is not started [2022-05-19T10:19:52.011Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2022-05-19T10:19:52.267Z] check_test.go:277: [d087b70839e1c] daemon is not started [2022-05-19T10:19:52.267Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2022-05-19T10:19:52.524Z] check_test.go:277: [dbc5f92fca6ea] daemon is not started [2022-05-19T10:19:52.524Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2022-05-19T10:19:52.524Z] check_test.go:277: [dbdd75ab4235e] daemon is not started [2022-05-19T10:19:52.524Z] --- PASS: TestDockerRegistryAuthTokenSuite (5.76s) [2022-05-19T10:19:52.524Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (5.15s) [2022-05-19T10:19:52.524Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.15s) [2022-05-19T10:19:52.524Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.16s) [2022-05-19T10:19:52.524Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.15s) [2022-05-19T10:19:52.524Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.15s) [2022-05-19T10:19:52.524Z] === RUN TestDockerNetworkSuite [2022-05-19T10:19:52.524Z] === RUN TestDockerNetworkSuite/TestConntrackFlowsLeak [2022-05-19T10:19:53.453Z] docker_cli_network_unix_test.go:46: [dcaa7528e87ed] daemon is not started [2022-05-19T10:19:53.454Z] === RUN TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig [2022-05-19T10:19:54.015Z] docker_cli_network_unix_test.go:46: [d2d0ad00f6afe] daemon is not started [2022-05-19T10:19:54.271Z] === RUN TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint [2022-05-19T10:19:56.789Z] docker_cli_network_unix_test.go:46: [d0b1cc30964e7] daemon is not started [2022-05-19T10:19:57.045Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect [2022-05-19T10:19:58.411Z] docker_cli_network_unix_test.go:46: [d569661ad0a20] daemon is not started [2022-05-19T10:19:58.411Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer [2022-05-19T10:19:58.667Z] docker_cli_network_unix_test.go:1233: [d93fcb9089793] daemon is not started [2022-05-19T10:20:00.035Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId [2022-05-19T10:20:00.963Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping [2022-05-19T10:20:02.331Z] docker_cli_network_unix_test.go:46: [dbd957c287fe0] daemon is not started [2022-05-19T10:20:02.894Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP [2022-05-19T10:20:03.824Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAutoStart [2022-05-19T10:20:10.366Z] docker_cli_network_unix_test.go:46: [d444042f210c0] daemon is not started [2022-05-19T10:20:10.366Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP [2022-05-19T10:20:11.733Z] === RUN TestDockerSwarmSuite/TestSwarmContainerEndpointOptions [2022-05-19T10:20:12.683Z] docker_cli_network_unix_test.go:46: [d98f633992be0] daemon is not started [2022-05-19T10:20:13.246Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer [2022-05-19T10:20:14.194Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2022-05-19T10:20:15.139Z] docker_cli_network_unix_test.go:46: [d541d5744c224] daemon is not started [2022-05-19T10:20:15.139Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork [2022-05-19T10:20:15.395Z] docker_cli_network_unix_test.go:46: [d7ceaad5ee6db] daemon is not started [2022-05-19T10:20:15.652Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks [2022-05-19T10:20:15.909Z] docker_cli_network_unix_test.go:46: [dfcfe40478cc3] daemon is not started [2022-05-19T10:20:16.166Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithMac [2022-05-19T10:20:16.729Z] docker_cli_network_unix_test.go:46: [d9a13a165f2d9] daemon is not started [2022-05-19T10:20:17.294Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping [2022-05-19T10:20:18.223Z] docker_cli_network_unix_test.go:46: [d1d577ef767aa] daemon is not started [2022-05-19T10:20:18.785Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDelete [2022-05-19T10:20:18.785Z] === RUN TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork [2022-05-19T10:20:19.042Z] docker_cli_network_unix_test.go:46: [d597c2cd7edf9] daemon is not started [2022-05-19T10:20:19.042Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters [2022-05-19T10:20:19.299Z] docker_cli_network_unix_test.go:46: [d2099b3737467] daemon is not started [2022-05-19T10:20:19.299Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateHostBind [2022-05-19T10:20:19.862Z] docker_cli_network_unix_test.go:46: [d1a36d717dd10] daemon is not started [2022-05-19T10:20:20.159Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateLabel [2022-05-19T10:20:20.416Z] docker_cli_network_unix_test.go:46: [dd628d0db0d5f] daemon is not started [2022-05-19T10:20:20.416Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreatePredefined [2022-05-19T10:20:20.416Z] docker_cli_network_unix_test.go:46: [dd689a7901fef] daemon is not started [2022-05-19T10:20:20.416Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCustomIPAM [2022-05-19T10:20:20.672Z] docker_cli_network_unix_test.go:46: [d84b109492aba] daemon is not started [2022-05-19T10:20:20.672Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork [2022-05-19T10:20:21.602Z] === RUN TestDockerSwarmSuite/TestSwarmIncompatibleDaemon [2022-05-19T10:20:21.858Z] docker_cli_network_unix_test.go:46: [de8ebdf4f03b4] daemon is not started [2022-05-19T10:20:21.858Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault [2022-05-19T10:20:22.420Z] docker_cli_network_unix_test.go:46: [d658fe87f1362] daemon is not started [2022-05-19T10:20:22.984Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge [2022-05-19T10:20:22.984Z] docker_cli_network_unix_test.go:46: [de19666d5114c] daemon is not started [2022-05-19T10:20:22.984Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost [2022-05-19T10:20:23.240Z] docker_cli_network_unix_test.go:46: [de9e435b2ee14] daemon is not started [2022-05-19T10:20:23.240Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverOptions [2022-05-19T10:20:23.497Z] docker_cli_network_unix_test.go:46: [d4eea1ac4fcee] daemon is not started [2022-05-19T10:20:23.497Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart [2022-05-19T10:20:24.618Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2022-05-19T10:20:24.731Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2022-05-19T10:20:24.864Z] docker_cli_network_unix_test.go:968: [d661d1f8cebf4] daemon is not started [2022-05-19T10:20:26.235Z] === RUN TestDockerSwarmSuite/TestSwarmIngressNetwork [2022-05-19T10:20:26.235Z] === RUN TestDockerNetworkSuite/TestDockerNetworkFlagAlias [2022-05-19T10:20:27.603Z] docker_cli_network_unix_test.go:46: [db0e1735f8ae0] daemon is not started [2022-05-19T10:20:27.603Z] === RUN TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart [2022-05-19T10:20:28.977Z] === RUN TestDockerSwarmSuite/TestSwarmInit [2022-05-19T10:20:30.617Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2022-05-19T10:20:30.617Z] docker_cli_build_test.go:5143: unmatched requirement DaemonIsLinux [2022-05-19T10:20:30.617Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2022-05-19T10:20:30.874Z] docker_cli_network_unix_test.go:1116: [d54d9a70071a5] daemon is not started [2022-05-19T10:20:33.394Z] === RUN TestDockerSwarmSuite/TestSwarmInitIPv6 [2022-05-19T10:20:33.394Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2022-05-19T10:20:33.394Z] === RUN TestDockerSwarmSuite/TestSwarmInitLocked [2022-05-19T10:20:34.324Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations [2022-05-19T10:20:34.581Z] docker_cli_network_unix_test.go:46: [de76fa361b9f7] daemon is not started [2022-05-19T10:20:34.581Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks [2022-05-19T10:20:35.512Z] docker_cli_network_unix_test.go:46: [d80fc4453a42d] daemon is not started [2022-05-19T10:20:35.512Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMOptions [2022-05-19T10:20:35.512Z] docker_cli_network_unix_test.go:46: [d6bf23bf2ab89] daemon is not started [2022-05-19T10:20:35.512Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer [2022-05-19T10:20:35.768Z] docker_cli_network_unix_test.go:46: [d8e0e1385824e] daemon is not started [2022-05-19T10:20:35.768Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified [2022-05-19T10:20:36.025Z] docker_cli_network_unix_test.go:46: [d7fd1d0335680] daemon is not started [2022-05-19T10:20:36.025Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified [2022-05-19T10:20:36.025Z] docker_cli_network_unix_test.go:46: [d7cb5bf4561b1] daemon is not started [2022-05-19T10:20:36.282Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectDefault [2022-05-19T10:20:36.282Z] docker_cli_network_unix_test.go:46: [d26940a9fcc5e] daemon is not started [2022-05-19T10:20:36.282Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly [2022-05-19T10:20:38.177Z] docker_cli_network_unix_test.go:46: [db6b56d3c2ef5] daemon is not started [2022-05-19T10:20:39.548Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsDefault [2022-05-19T10:20:39.548Z] docker_cli_network_unix_test.go:46: [d7b04b4a50170] daemon is not started [2022-05-19T10:20:39.548Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsFilter [2022-05-19T10:20:39.548Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2022-05-19T10:20:39.548Z] docker_cli_network_unix_test.go:46: [d6068dbb19fd2] daemon is not started [2022-05-19T10:20:39.548Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMacInspect [2022-05-19T10:20:39.573Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2022-05-19T10:20:39.805Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr [2022-05-19T10:20:40.061Z] docker_cli_network_unix_test.go:46: [d4a721180ed8d] daemon is not started [2022-05-19T10:20:40.318Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart [2022-05-19T10:20:40.574Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr [2022-05-19T10:20:41.504Z] === RUN TestDockerSwarmSuite/TestSwarmInitWithDrain [2022-05-19T10:20:44.021Z] === RUN TestDockerSwarmSuite/TestSwarmJoinLeave [2022-05-19T10:20:44.277Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart [2022-05-19T10:20:46.169Z] docker_cli_network_unix_test.go:1084: [d28c462535dc3] daemon is not started [2022-05-19T10:20:47.540Z] === RUN TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver [2022-05-19T10:20:47.540Z] docker_cli_network_unix_test.go:46: [d9e8c67084ba3] daemon is not started [2022-05-19T10:20:47.797Z] === RUN TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping [2022-05-19T10:20:48.054Z] docker_cli_network_unix_test.go:46: [d5563f4c52073] daemon is not started [2022-05-19T10:20:48.311Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks [2022-05-19T10:20:49.681Z] docker_cli_network_unix_test.go:46: [d15298384c144] daemon is not started [2022-05-19T10:20:49.937Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRmPredefined [2022-05-19T10:20:49.937Z] docker_cli_network_unix_test.go:46: [d21553c232770] daemon is not started [2022-05-19T10:20:49.937Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRunNetByID [2022-05-19T10:20:50.498Z] docker_cli_network_unix_test.go:46: [d18802632cdab] daemon is not started [2022-05-19T10:20:50.498Z] === RUN TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP [2022-05-19T10:20:51.060Z] docker_cli_network_unix_test.go:46: [df2dde5a28d10] daemon is not started [2022-05-19T10:20:51.060Z] === RUN TestDockerNetworkSuite/TestDockerNetworkValidateIP [2022-05-19T10:20:51.622Z] docker_cli_network_unix_test.go:46: [d80d2783be689] daemon is not started [2022-05-19T10:20:52.184Z] === RUN TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver [2022-05-19T10:20:52.948Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2022-05-19T10:20:56.649Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2022-05-19T10:20:56.649Z] docker_cli_build_test.go:5143: unmatched requirement DaemonIsLinux [2022-05-19T10:20:57.101Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2022-05-19T10:20:57.431Z] docker_cli_network_unix_test.go:46: [d502eeb40dba0] daemon is not started [2022-05-19T10:20:57.431Z] --- PASS: TestDockerNetworkSuite (64.81s) [2022-05-19T10:20:57.431Z] --- PASS: TestDockerNetworkSuite/TestConntrackFlowsLeak (0.97s) [2022-05-19T10:20:57.431Z] --- PASS: TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig (0.67s) [2022-05-19T10:20:57.431Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint (2.76s) [2022-05-19T10:20:57.431Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect (1.46s) [2022-05-19T10:20:57.431Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer (2.49s) [2022-05-19T10:20:57.431Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping (2.05s) [2022-05-19T10:20:57.431Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP (7.46s) [2022-05-19T10:20:57.431Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP (2.90s) [2022-05-19T10:20:57.431Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer (1.54s) [2022-05-19T10:20:57.431Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork (0.69s) [2022-05-19T10:20:57.431Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks (0.54s) [2022-05-19T10:20:57.431Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithMac (1.10s) [2022-05-19T10:20:57.431Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping (1.60s) [2022-05-19T10:20:57.431Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDelete (0.19s) [2022-05-19T10:20:57.431Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters (0.33s) [2022-05-19T10:20:57.431Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateHostBind (0.82s) [2022-05-19T10:20:57.431Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateLabel (0.24s) [2022-05-19T10:20:57.431Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreatePredefined (0.07s) [2022-05-19T10:20:57.431Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCustomIPAM (0.26s) [2022-05-19T10:20:57.431Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork (1.03s) [2022-05-19T10:20:57.431Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault (1.13s) [2022-05-19T10:20:57.431Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge (0.07s) [2022-05-19T10:20:57.431Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost (0.39s) [2022-05-19T10:20:57.431Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverOptions (0.11s) [2022-05-19T10:20:57.431Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart (2.90s) [2022-05-19T10:20:57.431Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkFlagAlias (1.32s) [2022-05-19T10:20:57.431Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart (6.60s) [2022-05-19T10:20:57.431Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations (0.23s) [2022-05-19T10:20:57.431Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks (0.95s) [2022-05-19T10:20:57.431Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMOptions (0.18s) [2022-05-19T10:20:57.431Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer (0.11s) [2022-05-19T10:20:57.431Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified (0.21s) [2022-05-19T10:20:57.431Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified (0.19s) [2022-05-19T10:20:57.431Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectDefault (0.01s) [2022-05-19T10:20:57.431Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly (3.23s) [2022-05-19T10:20:57.431Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLsDefault (0.04s) [2022-05-19T10:20:57.431Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2022-05-19T10:20:57.431Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMacInspect (0.95s) [2022-05-19T10:20:57.431Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart (3.87s) [2022-05-19T10:20:57.431Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart (3.38s) [2022-05-19T10:20:57.431Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver (0.04s) [2022-05-19T10:20:57.431Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping (0.72s) [2022-05-19T10:20:57.431Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks (1.52s) [2022-05-19T10:20:57.431Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRmPredefined (0.05s) [2022-05-19T10:20:57.431Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRunNetByID (0.65s) [2022-05-19T10:20:57.431Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP (0.47s) [2022-05-19T10:20:57.431Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkValidateIP (0.94s) [2022-05-19T10:20:57.431Z] --- PASS: TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver (5.37s) [2022-05-19T10:20:57.431Z] === RUN TestDockerHubPullSuite [2022-05-19T10:20:57.431Z] === RUN TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry [2022-05-19T10:20:59.317Z] === RUN TestDockerHubPullSuite/TestPullClientDisconnect [2022-05-19T10:21:01.205Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistry [2022-05-19T10:21:02.133Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts [2022-05-19T10:21:03.496Z] === RUN TestDockerHubPullSuite/TestPullNonExistingImage [2022-05-19T10:21:03.497Z] === RUN TestDockerHubPullSuite/TestPullScratchNotAllowed [2022-05-19T10:21:03.753Z] --- PASS: TestDockerHubPullSuite (6.28s) [2022-05-19T10:21:03.753Z] --- PASS: TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry (1.65s) [2022-05-19T10:21:03.753Z] --- PASS: TestDockerHubPullSuite/TestPullClientDisconnect (2.21s) [2022-05-19T10:21:03.753Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistry (0.76s) [2022-05-19T10:21:03.753Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts (1.40s) [2022-05-19T10:21:03.753Z] --- PASS: TestDockerHubPullSuite/TestPullNonExistingImage (0.20s) [2022-05-19T10:21:03.753Z] --- PASS: TestDockerHubPullSuite/TestPullScratchNotAllowed (0.06s) [2022-05-19T10:21:03.753Z] PASS [2022-05-19T10:21:03.753Z] [2022-05-19T10:21:03.753Z] === Skipped [2022-05-19T10:21:03.753Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s) [2022-05-19T10:21:03.753Z] docker_cli_build_test.go:5330: unmatched requirement DaemonIsWindows [2022-05-19T10:21:03.753Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s) [2022-05-19T10:21:03.753Z] [2022-05-19T10:21:03.753Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.03s) [2022-05-19T10:21:03.753Z] docker_cli_build_test.go:607: unmatched requirement DaemonIsWindows [2022-05-19T10:21:03.753Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.03s) [2022-05-19T10:21:03.753Z] [2022-05-19T10:21:03.753Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s) [2022-05-19T10:21:03.753Z] docker_cli_build_test.go:5880: unmatched requirement DaemonIsWindows [2022-05-19T10:21:03.753Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s) [2022-05-19T10:21:03.753Z] [2022-05-19T10:21:03.753Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) [2022-05-19T10:21:03.753Z] docker_cli_build_test.go:5863: unmatched requirement DaemonIsWindows [2022-05-19T10:21:03.753Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) [2022-05-19T10:21:03.753Z] [2022-05-19T10:21:03.753Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2022-05-19T10:21:03.753Z] docker_cli_build_test.go:5898: unmatched requirement DaemonIsWindows [2022-05-19T10:21:03.753Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2022-05-19T10:21:03.753Z] [2022-05-19T10:21:03.753Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.08s) [2022-05-19T10:21:03.753Z] docker_cli_build_test.go:5307: unmatched requirement DaemonIsWindows [2022-05-19T10:21:03.753Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.08s) [2022-05-19T10:21:03.753Z] [2022-05-19T10:21:03.753Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.00s) [2022-05-19T10:21:03.753Z] docker_cli_build_test.go:5829: unmatched requirement DaemonIsWindows [2022-05-19T10:21:03.753Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.00s) [2022-05-19T10:21:03.753Z] [2022-05-19T10:21:03.753Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2022-05-19T10:21:03.753Z] docker_cli_build_test.go:5295: unmatched requirement DaemonIsWindows [2022-05-19T10:21:03.753Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2022-05-19T10:21:03.753Z] [2022-05-19T10:21:03.753Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2022-05-19T10:21:03.753Z] docker_cli_build_test.go:1348: unmatched requirement DaemonIsWindows [2022-05-19T10:21:03.753Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2022-05-19T10:21:03.753Z] [2022-05-19T10:21:03.753Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2022-05-19T10:21:03.753Z] docker_cli_build_test.go:6020: unmatched requirement DaemonIsWindows [2022-05-19T10:21:03.753Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2022-05-19T10:21:03.753Z] [2022-05-19T10:21:03.753Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsUser (0.01s) [2022-05-19T10:21:03.753Z] docker_cli_build_test.go:5990: unmatched requirement DaemonIsWindows [2022-05-19T10:21:03.753Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2022-05-19T10:21:03.753Z] [2022-05-19T10:21:03.753Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2022-05-19T10:21:03.753Z] docker_cli_build_test.go:1337: unmatched requirement DaemonIsWindows [2022-05-19T10:21:03.753Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2022-05-19T10:21:03.753Z] [2022-05-19T10:21:03.753Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2022-05-19T10:21:03.753Z] docker_cli_build_test.go:4905: unmatched requirement DaemonIsWindows [2022-05-19T10:21:03.753Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2022-05-19T10:21:03.753Z] [2022-05-19T10:21:03.753Z] === SKIP: amd64.integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2022-05-19T10:21:03.753Z] docker_cli_sni_test.go:18: Flakey test [2022-05-19T10:21:03.753Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2022-05-19T10:21:03.753Z] [2022-05-19T10:21:03.753Z] === SKIP: amd64.integration-cli TestDockerSuite/TestContainerAPITopWindows (0.00s) [2022-05-19T10:21:03.753Z] docker_api_containers_test.go:419: unmatched requirement DaemonIsWindows [2022-05-19T10:21:03.753Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s) [2022-05-19T10:21:03.753Z] [2022-05-19T10:21:03.753Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateGrowRootfs (0.01s) [2022-05-19T10:21:03.753Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2022-05-19T10:21:03.753Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.01s) [2022-05-19T10:21:03.753Z] [2022-05-19T10:21:03.753Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2022-05-19T10:21:03.753Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-05-19T10:21:03.753Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2022-05-19T10:21:03.753Z] [2022-05-19T10:21:03.753Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2022-05-19T10:21:03.753Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2022-05-19T10:21:03.753Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2022-05-19T10:21:03.753Z] [2022-05-19T10:21:03.753Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2022-05-19T10:21:03.753Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2022-05-19T10:21:03.753Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2022-05-19T10:21:03.753Z] [2022-05-19T10:21:03.753Z] === SKIP: amd64.integration-cli TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2022-05-19T10:21:03.753Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows [2022-05-19T10:21:03.753Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2022-05-19T10:21:03.753Z] [2022-05-19T10:21:03.753Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2022-05-19T10:21:03.753Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2022-05-19T10:21:03.753Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2022-05-19T10:21:03.753Z] [2022-05-19T10:21:03.753Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2022-05-19T10:21:03.753Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2022-05-19T10:21:03.753Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2022-05-19T10:21:03.753Z] [2022-05-19T10:21:03.753Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2022-05-19T10:21:03.753Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2022-05-19T10:21:03.753Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2022-05-19T10:21:03.753Z] [2022-05-19T10:21:03.753Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2022-05-19T10:21:03.753Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2022-05-19T10:21:03.753Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2022-05-19T10:21:03.753Z] [2022-05-19T10:21:03.753Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecFailures (0.01s) [2022-05-19T10:21:03.753Z] docker_cli_run_test.go:4017: unmatched requirement DaemonIsWindows [2022-05-19T10:21:03.753Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.01s) [2022-05-19T10:21:03.753Z] [2022-05-19T10:21:03.753Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecWellFormed (0.01s) [2022-05-19T10:21:03.753Z] docker_cli_run_test.go:4036: unmatched requirement DaemonIsWindows [2022-05-19T10:21:03.753Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.01s) [2022-05-19T10:21:03.753Z] [2022-05-19T10:21:03.753Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunDeviceDirectory (0.00s) [2022-05-19T10:21:03.753Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2022-05-19T10:21:03.753Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2022-05-19T10:21:03.753Z] [2022-05-19T10:21:03.753Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2022-05-19T10:21:03.753Z] docker_cli_run_test.go:4119: unmatched requirement DaemonIsWindows [2022-05-19T10:21:03.753Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2022-05-19T10:21:03.753Z] [2022-05-19T10:21:03.753Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunOOMExitCode (0.00s) [2022-05-19T10:21:03.753Z] docker_cli_run_unix_test.go:584: unmatched requirement swapMemorySupport [2022-05-19T10:21:03.753Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2022-05-19T10:21:03.753Z] [2022-05-19T10:21:03.753Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2022-05-19T10:21:03.753Z] docker_cli_run_test.go:4102: unmatched requirement DaemonIsWindows [2022-05-19T10:21:03.753Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2022-05-19T10:21:03.753Z] [2022-05-19T10:21:03.753Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunReadProcLatency (0.01s) [2022-05-19T10:21:03.753Z] docker_cli_run_test.go:2837: kernel doesn't have latency_stats configured [2022-05-19T10:21:03.753Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s) [2022-05-19T10:21:03.753Z] [2022-05-19T10:21:03.753Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2022-05-19T10:21:03.753Z] docker_cli_run_test.go:1425: Unstable test, to be re-activated once #19937 is resolved [2022-05-19T10:21:03.753Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2022-05-19T10:21:03.753Z] [2022-05-19T10:21:03.753Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2022-05-19T10:21:03.753Z] docker_cli_run_unix_test.go:685: unmatched requirement swapMemorySupport [2022-05-19T10:21:03.753Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2022-05-19T10:21:03.753Z] [2022-05-19T10:21:03.753Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2022-05-19T10:21:03.753Z] docker_cli_run_unix_test.go:1410: Host does not have /dev/snd/timer [2022-05-19T10:21:03.753Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2022-05-19T10:21:03.753Z] [2022-05-19T10:21:03.753Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2022-05-19T10:21:03.753Z] docker_cli_run_test.go:4072: unmatched requirement DaemonIsWindows [2022-05-19T10:21:03.753Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2022-05-19T10:21:03.753Z] [2022-05-19T10:21:03.753Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2022-05-19T10:21:03.753Z] docker_cli_run_test.go:4092: unmatched requirement DaemonIsWindows [2022-05-19T10:21:03.753Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2022-05-19T10:21:03.753Z] [2022-05-19T10:21:03.753Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2022-05-19T10:21:03.753Z] docker_cli_run_test.go:4082: unmatched requirement DaemonIsWindows [2022-05-19T10:21:03.753Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2022-05-19T10:21:03.753Z] [2022-05-19T10:21:03.753Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2022-05-19T10:21:03.753Z] docker_cli_run_unix_test.go:535: unmatched requirement blkioWeight [2022-05-19T10:21:03.753Z] --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2022-05-19T10:21:03.753Z] [2022-05-19T10:21:03.753Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2022-05-19T10:21:03.753Z] docker_cli_run_unix_test.go:546: unmatched requirement blkioWeight [2022-05-19T10:21:03.753Z] --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2022-05-19T10:21:03.753Z] [2022-05-19T10:21:03.753Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2022-05-19T10:21:03.753Z] docker_cli_run_unix_test.go:560: unmatched requirement blkioWeight [2022-05-19T10:21:03.753Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2022-05-19T10:21:03.753Z] [2022-05-19T10:21:03.753Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2022-05-19T10:21:03.753Z] docker_cli_run_unix_test.go:572: unmatched requirement blkioWeight [2022-05-19T10:21:03.753Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2022-05-19T10:21:03.753Z] [2022-05-19T10:21:03.753Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2022-05-19T10:21:03.753Z] docker_cli_run_unix_test.go:566: unmatched requirement blkioWeight [2022-05-19T10:21:03.753Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2022-05-19T10:21:03.753Z] [2022-05-19T10:21:03.753Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2022-05-19T10:21:03.753Z] docker_cli_run_unix_test.go:578: unmatched requirement blkioWeight [2022-05-19T10:21:03.753Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2022-05-19T10:21:03.753Z] [2022-05-19T10:21:03.753Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2022-05-19T10:21:03.753Z] docker_cli_run_unix_test.go:554: unmatched requirement blkioWeight [2022-05-19T10:21:03.753Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2022-05-19T10:21:03.753Z] [2022-05-19T10:21:03.753Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2022-05-19T10:21:03.753Z] docker_cli_run_unix_test.go:622: unmatched requirement swapMemorySupport [2022-05-19T10:21:03.753Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2022-05-19T10:21:03.753Z] [2022-05-19T10:21:03.753Z] === SKIP: amd64.integration-cli TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2022-05-19T10:21:03.753Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2022-05-19T10:21:03.753Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2022-05-19T10:21:03.753Z] [2022-05-19T10:21:03.753Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2022-05-19T10:21:03.753Z] docker_cli_update_unix_test.go:144: unmatched requirement swapMemorySupport [2022-05-19T10:21:03.753Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2022-05-19T10:21:03.753Z] [2022-05-19T10:21:03.753Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2022-05-19T10:21:03.753Z] docker_cli_update_unix_test.go:198: unmatched requirement swapMemorySupport [2022-05-19T10:21:03.753Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2022-05-19T10:21:03.753Z] [2022-05-19T10:21:03.753Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2022-05-19T10:21:03.753Z] docker_cli_update_unix_test.go:128: unmatched requirement swapMemorySupport [2022-05-19T10:21:03.753Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2022-05-19T10:21:03.753Z] [2022-05-19T10:21:03.753Z] === SKIP: amd64.integration-cli TestDockerSuite/TestWindowsRunAsSystem (0.01s) [2022-05-19T10:21:03.753Z] docker_cli_run_test.go:4414: unmatched requirement DaemonIsWindows [2022-05-19T10:21:03.753Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.01s) [2022-05-19T10:21:03.753Z] [2022-05-19T10:21:03.753Z] === SKIP: amd64.integration-cli TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2022-05-19T10:21:03.753Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2022-05-19T10:21:03.753Z] docker_cli_network_unix_test.go:46: [d6068dbb19fd2] daemon is not started [2022-05-19T10:21:03.753Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2022-05-19T10:21:03.753Z] [2022-05-19T10:21:03.753Z] DONE 1265 tests, 51 skipped in 1478.022s [2022-05-19T10:21:03.753Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-05-19T10:21:03.753Z] ++++ cat bundles/test-integration/docker.pid [2022-05-19T10:21:03.753Z] +++ kill 9385 [2022-05-19T10:21:03.753Z] +++ /etc/init.d/apparmor stop [2022-05-19T10:21:03.753Z] Leaving: AppArmorNo profiles have been unloaded. [2022-05-19T10:21:03.753Z] [2022-05-19T10:21:03.753Z] Unloading profiles will leave already running processes permanently [2022-05-19T10:21:03.753Z] unconfined, which can lead to unexpected situations. [2022-05-19T10:21:03.753Z] [2022-05-19T10:21:03.753Z] To set a process to complain mode, use the command line tool [2022-05-19T10:21:03.753Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-05-19T10:21:03.753Z] +++ true [2022-05-19T10:21:03.753Z] exiting test-integration [2022-05-19T10:21:03.753Z] ++ exit 0 [2022-05-19T10:21:03.753Z] [2022-05-19T10:21:04.010Z] + for job in $(jobs -p) [2022-05-19T10:21:04.010Z] + wait 10557 [2022-05-19T10:21:15.438Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2022-05-19T10:21:27.970Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2022-05-19T10:21:40.469Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2022-05-19T10:21:42.680Z] === RUN TestDockerSwarmSuite/TestSwarmJoinPromoteLocked [2022-05-19T10:21:42.680Z] docker_cli_swarm_test.go:1180: [de5d1e05ba0b3] joining swarm manager [d34b02c87abf1]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-05-19T10:21:45.946Z] docker_cli_swarm_test.go:1189: [dd51f7b2c7267] joining swarm manager [d34b02c87abf1]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-05-19T10:22:12.136Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2022-05-19T10:22:12.136Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2022-05-19T10:22:12.136Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2022-05-19T10:22:23.063Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2022-05-19T10:22:23.063Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2022-05-19T10:22:23.063Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2022-05-19T10:22:24.601Z] === RUN TestDockerSwarmSuite/TestSwarmJoinWithDrain [2022-05-19T10:22:27.093Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2022-05-19T10:22:29.843Z] === RUN TestDockerSwarmSuite/TestSwarmLeaveLocked [2022-05-19T10:22:34.172Z] === RUN TestDockerSwarmSuite/TestSwarmLockUnlockCluster [2022-05-19T10:22:35.538Z] docker_cli_swarm_test.go:1112: [d0bb4a218b5a9] joining swarm manager [d784ea0769cda]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-05-19T10:22:36.466Z] docker_cli_swarm_test.go:1113: [daafef3d69dc7] joining swarm manager [d784ea0769cda]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-05-19T10:22:42.147Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2022-05-19T10:22:44.110Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2022-05-19T10:22:57.097Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2022-05-19T10:22:59.223Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2022-05-19T10:23:13.965Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2022-05-19T10:23:21.963Z] === RUN TestDockerSuite/TestBuildDotDotFile [2022-05-19T10:23:21.963Z] === RUN TestDockerSuite/TestBuildEOLInLine [2022-05-19T10:23:21.963Z] docker_cli_build_test.go:2630: unmatched requirement DaemonIsLinux [2022-05-19T10:23:21.963Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2022-05-19T10:23:21.963Z] docker_cli_build_test.go:3165: unmatched requirement DaemonIsLinux [2022-05-19T10:23:21.963Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2022-05-19T10:23:21.963Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2022-05-19T10:23:21.963Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2022-05-19T10:23:21.963Z] docker_cli_build_test.go:3932: unmatched requirement DaemonIsLinux [2022-05-19T10:23:21.963Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2022-05-19T10:23:21.963Z] === RUN TestDockerSuite/TestBuildEntrypoint [2022-05-19T10:23:21.963Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2022-05-19T10:23:26.725Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2022-05-19T10:23:30.578Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2022-05-19T10:23:36.445Z] === RUN TestDockerSuite/TestBuildEnv [2022-05-19T10:23:36.445Z] docker_cli_build_test.go:1470: unmatched requirement DaemonIsLinux [2022-05-19T10:23:36.445Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2022-05-19T10:23:36.445Z] docker_cli_build_test.go:304: unmatched requirement DaemonIsLinux [2022-05-19T10:23:36.917Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2022-05-19T10:23:36.917Z] docker_cli_build_test.go:321: unmatched requirement DaemonIsLinux [2022-05-19T10:23:36.917Z] === RUN TestDockerSuite/TestBuildEnvUsage [2022-05-19T10:23:36.917Z] docker_cli_build_test.go:2713: unmatched requirement DaemonIsLinux [2022-05-19T10:23:37.386Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2022-05-19T10:23:37.386Z] docker_cli_build_test.go:2744: unmatched requirement DaemonIsLinux [2022-05-19T10:23:37.386Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2022-05-19T10:23:39.945Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2022-05-19T10:23:42.143Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2022-05-19T10:23:42.143Z] docker_cli_build_test.go:173: unmatched requirement DaemonIsLinux [2022-05-19T10:23:42.143Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2022-05-19T10:23:42.143Z] docker_cli_build_test.go:104: unmatched requirement DaemonIsLinux [2022-05-19T10:23:42.143Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2022-05-19T10:23:42.143Z] docker_cli_build_test.go:62: unmatched requirement DaemonIsLinux [2022-05-19T10:23:42.611Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2022-05-19T10:23:43.598Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2022-05-19T10:23:49.552Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2022-05-19T10:23:56.432Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2022-05-19T10:23:57.781Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2022-05-19T10:23:57.847Z] docker_cli_swarm_test.go:1166: [d953f38aca5a0] joining swarm manager [d784ea0769cda]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2022-05-19T10:24:06.716Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2022-05-19T10:24:07.370Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2022-05-19T10:24:07.370Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2022-05-19T10:24:07.370Z] docker_cli_build_test.go:3298: unmatched requirement DaemonIsLinux [2022-05-19T10:24:07.370Z] === RUN TestDockerSuite/TestBuildExpose [2022-05-19T10:24:07.370Z] docker_cli_build_test.go:1591: unmatched requirement DaemonIsLinux [2022-05-19T10:24:07.370Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2022-05-19T10:24:07.370Z] docker_cli_build_test.go:1605: unmatched requirement DaemonIsLinux [2022-05-19T10:24:07.370Z] === RUN TestDockerSuite/TestBuildExposeOrder [2022-05-19T10:24:07.370Z] docker_cli_build_test.go:1654: unmatched requirement DaemonIsLinux [2022-05-19T10:24:07.370Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2022-05-19T10:24:07.370Z] docker_cli_build_test.go:1670: unmatched requirement DaemonIsLinux [2022-05-19T10:24:07.370Z] === RUN TestDockerSuite/TestBuildFails [2022-05-19T10:24:10.323Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2022-05-19T10:24:10.323Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2022-05-19T10:24:12.728Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2022-05-19T10:24:18.988Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2022-05-19T10:24:21.638Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2022-05-19T10:24:26.158Z] === RUN TestDockerSuite/TestBuildForceRm [2022-05-19T10:24:29.891Z] === RUN TestDockerSwarmSuite/TestSwarmManagerAddress [2022-05-19T10:24:29.891Z] docker_cli_swarm_test.go:1447: [d59b14a8701b0] joining swarm manager [db6198752c389]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-05-19T10:24:29.891Z] docker_cli_swarm_test.go:1448: [db0c6f2ef3f29] joining swarm manager [db6198752c389]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-05-19T10:24:34.822Z] === RUN TestDockerSuite/TestBuildFromGit [2022-05-19T10:24:41.993Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2022-05-19T10:24:42.055Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup [2022-05-19T10:24:42.055Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge [2022-05-19T10:24:42.055Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay [2022-05-19T10:24:42.055Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge [2022-05-19T10:24:42.055Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay [2022-05-19T10:24:42.617Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 [2022-05-19T10:24:42.984Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2022-05-19T10:24:44.527Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions [2022-05-19T10:24:48.709Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPlugin [2022-05-19T10:24:50.074Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPluginV2 [2022-05-19T10:24:50.146Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2022-05-19T10:24:50.146Z] docker_cli_build_test.go:3697: unmatched requirement UnixCli [2022-05-19T10:24:50.146Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2022-05-19T10:24:50.614Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2022-05-19T10:24:51.082Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2022-05-19T10:24:51.082Z] docker_cli_build_test.go:3748: unmatched requirement DaemonIsLinux [2022-05-19T10:24:51.082Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2022-05-19T10:24:51.964Z] docker_cli_swarm_unix_test.go:63: [d3f323f415504] joining swarm manager [d19633cd3af94]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-05-19T10:25:03.578Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2022-05-19T10:25:03.578Z] docker_cli_build_test.go:236: unmatched requirement DaemonIsLinux [2022-05-19T10:25:03.578Z] === RUN TestDockerSuite/TestBuildHistory [2022-05-19T10:25:18.526Z] === RUN TestDockerSuite/TestBuildIidFile [2022-05-19T10:25:18.526Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2022-05-19T10:25:21.480Z] === RUN TestDockerSuite/TestBuildInheritance [2022-05-19T10:25:21.480Z] docker_cli_build_test.go:2202: unmatched requirement DaemonIsLinux [2022-05-19T10:25:21.480Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2022-05-19T10:25:21.948Z] === RUN TestDockerSuite/TestBuildInvalidTag [2022-05-19T10:25:21.948Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2022-05-19T10:25:27.821Z] === RUN TestDockerSuite/TestBuildLabel [2022-05-19T10:25:29.388Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2022-05-19T10:25:29.857Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2022-05-19T10:25:31.424Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2022-05-19T10:25:31.892Z] === RUN TestDockerSuite/TestBuildLabels [2022-05-19T10:25:33.457Z] === RUN TestDockerSuite/TestBuildLabelsCache [2022-05-19T10:25:35.036Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2022-05-19T10:25:43.704Z] === RUN TestDockerSuite/TestBuildLastModified [2022-05-19T10:25:43.704Z] docker_cli_build_test.go:394: unmatched requirement DaemonIsLinux [2022-05-19T10:25:43.704Z] === RUN TestDockerSuite/TestBuildLineBreak [2022-05-19T10:25:43.704Z] docker_cli_build_test.go:2619: unmatched requirement DaemonIsLinux [2022-05-19T10:25:43.704Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2022-05-19T10:25:43.704Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2022-05-19T10:25:43.704Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2022-05-19T10:25:43.704Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2022-05-19T10:25:43.704Z] === RUN TestDockerSuite/TestBuildMaintainer [2022-05-19T10:25:43.704Z] === RUN TestDockerSuite/TestBuildMissingArgs [2022-05-19T10:25:44.692Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2022-05-19T10:25:48.128Z] === RUN TestDockerSwarmSuite/TestSwarmNodeListFilter [2022-05-19T10:25:48.128Z] === RUN TestDockerSwarmSuite/TestSwarmNodeTaskListFilter [2022-05-19T10:25:48.128Z] === RUN TestDockerSwarmSuite/TestSwarmPublishAdd [2022-05-19T10:25:50.018Z] === RUN TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts [2022-05-19T10:25:51.850Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2022-05-19T10:25:53.287Z] === RUN TestDockerSwarmSuite/TestSwarmReadonlyRootfs [2022-05-19T10:25:55.802Z] === RUN TestDockerSwarmSuite/TestSwarmRepeatedRootRotation [2022-05-19T10:25:57.703Z] docker_api_swarm_test.go:962: [d3f5988798bba] joining swarm manager [daf24ab40d8c2]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-05-19T10:26:09.456Z] === RUN TestDockerSuite/TestBuildDotDotFile [2022-05-19T10:26:09.456Z] === RUN TestDockerSuite/TestBuildEOLInLine [2022-05-19T10:26:09.456Z] docker_cli_build_test.go:2630: unmatched requirement DaemonIsLinux [2022-05-19T10:26:09.456Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2022-05-19T10:26:09.456Z] docker_cli_build_test.go:3165: unmatched requirement DaemonIsLinux [2022-05-19T10:26:09.456Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2022-05-19T10:26:09.456Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2022-05-19T10:26:09.456Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2022-05-19T10:26:09.456Z] docker_cli_build_test.go:3932: unmatched requirement DaemonIsLinux [2022-05-19T10:26:09.926Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2022-05-19T10:26:10.395Z] === RUN TestDockerSuite/TestBuildEntrypoint [2022-05-19T10:26:10.864Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2022-05-19T10:26:13.094Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2022-05-19T10:26:13.094Z] docker_cli_build_test.go:5514: unmatched requirement DaemonIsLinux [2022-05-19T10:26:13.094Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2022-05-19T10:26:14.080Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2022-05-19T10:26:15.742Z] === RUN TestDockerSwarmSuite/TestSwarmRotateUnlockKey [2022-05-19T10:26:16.748Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2022-05-19T10:26:18.323Z] === RUN TestDockerSuite/TestBuildDotDotFile [2022-05-19T10:26:18.323Z] === RUN TestDockerSuite/TestBuildEOLInLine [2022-05-19T10:26:18.323Z] docker_cli_build_test.go:2630: unmatched requirement DaemonIsLinux [2022-05-19T10:26:18.323Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2022-05-19T10:26:18.323Z] docker_cli_build_test.go:3165: unmatched requirement DaemonIsLinux [2022-05-19T10:26:18.323Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2022-05-19T10:26:18.323Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2022-05-19T10:26:18.323Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2022-05-19T10:26:18.323Z] docker_cli_build_test.go:3932: unmatched requirement DaemonIsLinux [2022-05-19T10:26:18.323Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2022-05-19T10:26:18.323Z] === RUN TestDockerSuite/TestBuildEntrypoint [2022-05-19T10:26:18.323Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2022-05-19T10:26:18.323Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2022-05-19T10:26:20.560Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2022-05-19T10:26:23.128Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2022-05-19T10:26:26.434Z] === RUN TestDockerSuite/TestBuildEnv [2022-05-19T10:26:26.434Z] docker_cli_build_test.go:1470: unmatched requirement DaemonIsLinux [2022-05-19T10:26:26.434Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2022-05-19T10:26:26.434Z] docker_cli_build_test.go:304: unmatched requirement DaemonIsLinux [2022-05-19T10:26:26.434Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2022-05-19T10:26:26.434Z] docker_cli_build_test.go:321: unmatched requirement DaemonIsLinux [2022-05-19T10:26:26.434Z] === RUN TestDockerSuite/TestBuildEnvUsage [2022-05-19T10:26:26.434Z] docker_cli_build_test.go:2713: unmatched requirement DaemonIsLinux [2022-05-19T10:26:26.434Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2022-05-19T10:26:26.434Z] docker_cli_build_test.go:2744: unmatched requirement DaemonIsLinux [2022-05-19T10:26:26.434Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2022-05-19T10:26:27.910Z] === RUN TestDockerSwarmSuite/TestSwarmServiceEnvFile [2022-05-19T10:26:29.042Z] === RUN TestDockerSuite/TestBuildEnv [2022-05-19T10:26:29.042Z] docker_cli_build_test.go:1470: unmatched requirement DaemonIsLinux [2022-05-19T10:26:29.276Z] === RUN TestDockerSwarmSuite/TestSwarmServiceListFilter [2022-05-19T10:26:29.510Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2022-05-19T10:26:29.510Z] docker_cli_build_test.go:304: unmatched requirement DaemonIsLinux [2022-05-19T10:26:29.978Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2022-05-19T10:26:29.978Z] docker_cli_build_test.go:321: unmatched requirement DaemonIsLinux [2022-05-19T10:26:29.978Z] === RUN TestDockerSuite/TestBuildEnvUsage [2022-05-19T10:26:29.978Z] docker_cli_build_test.go:2713: unmatched requirement DaemonIsLinux [2022-05-19T10:26:29.978Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2022-05-19T10:26:29.978Z] docker_cli_build_test.go:2744: unmatched requirement DaemonIsLinux [2022-05-19T10:26:29.978Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2022-05-19T10:26:31.201Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2022-05-19T10:26:31.201Z] docker_cli_build_test.go:173: unmatched requirement DaemonIsLinux [2022-05-19T10:26:31.201Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2022-05-19T10:26:31.201Z] docker_cli_build_test.go:104: unmatched requirement DaemonIsLinux [2022-05-19T10:26:31.201Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2022-05-19T10:26:31.201Z] docker_cli_build_test.go:62: unmatched requirement DaemonIsLinux [2022-05-19T10:26:31.201Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2022-05-19T10:26:31.791Z] === RUN TestDockerSwarmSuite/TestSwarmServiceLsFilterMode [2022-05-19T10:26:32.191Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2022-05-19T10:26:35.059Z] === RUN TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate [2022-05-19T10:26:35.839Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2022-05-19T10:26:35.839Z] docker_cli_build_test.go:173: unmatched requirement DaemonIsLinux [2022-05-19T10:26:35.839Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2022-05-19T10:26:35.839Z] docker_cli_build_test.go:104: unmatched requirement DaemonIsLinux [2022-05-19T10:26:35.839Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2022-05-19T10:26:35.839Z] docker_cli_build_test.go:62: unmatched requirement DaemonIsLinux [2022-05-19T10:26:35.839Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2022-05-19T10:26:36.824Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2022-05-19T10:26:38.068Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2022-05-19T10:26:41.605Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTY [2022-05-19T10:26:43.977Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2022-05-19T10:26:45.774Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTYUpdate [2022-05-19T10:26:48.292Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname [2022-05-19T10:26:50.809Z] === RUN TestDockerSwarmSuite/TestSwarmServiceWithGroup [2022-05-19T10:26:53.326Z] === RUN TestDockerSwarmSuite/TestSwarmStopSignal [2022-05-19T10:26:55.842Z] === RUN TestDockerSwarmSuite/TestSwarmTaskListFilter [2022-05-19T10:26:55.934Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2022-05-19T10:26:55.934Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2022-05-19T10:26:55.934Z] docker_cli_build_test.go:3298: unmatched requirement DaemonIsLinux [2022-05-19T10:26:55.934Z] === RUN TestDockerSuite/TestBuildExpose [2022-05-19T10:26:55.934Z] docker_cli_build_test.go:1591: unmatched requirement DaemonIsLinux [2022-05-19T10:26:55.934Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2022-05-19T10:26:55.934Z] docker_cli_build_test.go:1605: unmatched requirement DaemonIsLinux [2022-05-19T10:26:55.934Z] === RUN TestDockerSuite/TestBuildExposeOrder [2022-05-19T10:26:55.934Z] docker_cli_build_test.go:1654: unmatched requirement DaemonIsLinux [2022-05-19T10:26:55.934Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2022-05-19T10:26:55.934Z] docker_cli_build_test.go:1670: unmatched requirement DaemonIsLinux [2022-05-19T10:26:55.934Z] === RUN TestDockerSuite/TestBuildFails [2022-05-19T10:26:56.795Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2022-05-19T10:26:59.107Z] === RUN TestDockerSwarmSuite/TestSwarmUpdate [2022-05-19T10:27:00.997Z] === RUN TestDockerSwarmSuite/TestSwarmVolumePlugin [2022-05-19T10:27:03.106Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2022-05-19T10:27:03.106Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2022-05-19T10:27:05.209Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2022-05-19T10:27:05.209Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2022-05-19T10:27:05.209Z] docker_cli_build_test.go:3298: unmatched requirement DaemonIsLinux [2022-05-19T10:27:05.209Z] === RUN TestDockerSuite/TestBuildExpose [2022-05-19T10:27:05.209Z] docker_cli_build_test.go:1591: unmatched requirement DaemonIsLinux [2022-05-19T10:27:05.209Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2022-05-19T10:27:05.209Z] docker_cli_build_test.go:1605: unmatched requirement DaemonIsLinux [2022-05-19T10:27:05.209Z] === RUN TestDockerSuite/TestBuildExposeOrder [2022-05-19T10:27:05.209Z] docker_cli_build_test.go:1654: unmatched requirement DaemonIsLinux [2022-05-19T10:27:05.209Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2022-05-19T10:27:05.209Z] docker_cli_build_test.go:1670: unmatched requirement DaemonIsLinux [2022-05-19T10:27:05.209Z] === RUN TestDockerSuite/TestBuildFails [2022-05-19T10:27:07.421Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2022-05-19T10:27:07.421Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2022-05-19T10:27:13.542Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2022-05-19T10:27:14.618Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2022-05-19T10:27:16.087Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2022-05-19T10:27:19.373Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2022-05-19T10:27:20.710Z] === RUN TestDockerSuite/TestBuildForceRm [2022-05-19T10:27:24.748Z] === RUN TestDockerSuite/TestBuildForceRm [2022-05-19T10:27:26.596Z] === RUN TestDockerSuite/TestBuildFromGit [2022-05-19T10:27:28.053Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2022-05-19T10:27:35.180Z] === RUN TestDockerSuite/TestBuildFromGit [2022-05-19T10:27:35.213Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2022-05-19T10:27:39.103Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2022-05-19T10:27:39.103Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2022-05-19T10:27:42.333Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2022-05-19T10:27:43.894Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2022-05-19T10:27:44.986Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2022-05-19T10:27:44.986Z] docker_cli_build_test.go:3697: unmatched requirement UnixCli [2022-05-19T10:27:44.986Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2022-05-19T10:27:45.975Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2022-05-19T10:27:46.446Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2022-05-19T10:27:46.446Z] docker_cli_build_test.go:3748: unmatched requirement DaemonIsLinux [2022-05-19T10:27:46.446Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2022-05-19T10:27:51.045Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2022-05-19T10:27:51.045Z] docker_cli_build_test.go:3697: unmatched requirement UnixCli [2022-05-19T10:27:51.045Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2022-05-19T10:27:52.030Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2022-05-19T10:27:53.016Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2022-05-19T10:27:53.016Z] docker_cli_build_test.go:3748: unmatched requirement DaemonIsLinux [2022-05-19T10:27:53.016Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2022-05-19T10:27:56.470Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2022-05-19T10:27:56.470Z] docker_cli_build_test.go:5917: unmatched requirement DaemonIsLinux [2022-05-19T10:27:56.470Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2022-05-19T10:27:57.182Z] === RUN TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm [2022-05-19T10:28:01.393Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2022-05-19T10:28:01.393Z] docker_cli_build_test.go:236: unmatched requirement DaemonIsLinux [2022-05-19T10:28:01.393Z] === RUN TestDockerSuite/TestBuildHistory [2022-05-19T10:28:05.503Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2022-05-19T10:28:05.503Z] docker_cli_build_test.go:236: unmatched requirement DaemonIsLinux [2022-05-19T10:28:05.503Z] === RUN TestDockerSuite/TestBuildHistory [2022-05-19T10:28:06.901Z] === RUN TestDockerSuite/TestBuildMultipleTags [2022-05-19T10:28:07.374Z] === RUN TestDockerSuite/TestBuildNetContainer [2022-05-19T10:28:07.374Z] docker_cli_build_test.go:5550: unmatched requirement DaemonIsLinux [2022-05-19T10:28:07.374Z] === RUN TestDockerSuite/TestBuildNetNone [2022-05-19T10:28:07.374Z] docker_cli_build_test.go:5538: unmatched requirement DaemonIsLinux [2022-05-19T10:28:07.374Z] === RUN TestDockerSuite/TestBuildNoContext [2022-05-19T10:28:11.176Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2022-05-19T10:28:12.018Z] === RUN TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA [2022-05-19T10:28:16.346Z] === RUN TestDockerSuite/TestBuildIidFile [2022-05-19T10:28:16.346Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2022-05-19T10:28:17.049Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2022-05-19T10:28:17.936Z] === RUN TestDockerSuite/TestBuildInheritance [2022-05-19T10:28:17.936Z] docker_cli_build_test.go:2202: unmatched requirement DaemonIsLinux [2022-05-19T10:28:17.936Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2022-05-19T10:28:18.925Z] === RUN TestDockerSuite/TestBuildInvalidTag [2022-05-19T10:28:19.396Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2022-05-19T10:28:20.013Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2022-05-19T10:28:20.481Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2022-05-19T10:28:20.481Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2022-05-19T10:28:23.305Z] === RUN TestDockerSuite/TestBuildIidFile [2022-05-19T10:28:23.305Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2022-05-19T10:28:23.432Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2022-05-19T10:28:24.419Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2022-05-19T10:28:25.523Z] === RUN TestDockerSuite/TestBuildInheritance [2022-05-19T10:28:25.523Z] docker_cli_build_test.go:2202: unmatched requirement DaemonIsLinux [2022-05-19T10:28:25.523Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2022-05-19T10:28:26.508Z] === RUN TestDockerSuite/TestBuildInvalidTag [2022-05-19T10:28:26.508Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2022-05-19T10:28:26.637Z] === RUN TestDockerSuite/TestBuildOnBuild [2022-05-19T10:28:29.835Z] === RUN TestDockerSuite/TestBuildLabel [2022-05-19T10:28:30.058Z] --- PASS: TestDockerSwarmSuite (1575.69s) [2022-05-19T10:28:30.058Z] --- PASS: TestDockerSwarmSuite/TestAPIDuplicateNetworks (3.11s) [2022-05-19T10:28:30.058Z] --- PASS: TestDockerSwarmSuite/TestAPINetworkInspectWithScope (3.10s) [2022-05-19T10:28:30.058Z] --- PASS: TestDockerSwarmSuite/TestAPIServiceUpdatePort (5.08s) [2022-05-19T10:28:30.058Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmCAHash (13.07s) [2022-05-19T10:28:30.058Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmErrorHandling (1.02s) [2022-05-19T10:28:30.058Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmForceNewCluster (27.62s) [2022-05-19T10:28:30.058Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2022-05-19T10:28:30.058Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInit (21.68s) [2022-05-19T10:28:30.058Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInvalidAddress (0.69s) [2022-05-19T10:28:30.058Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmJoinToken (48.27s) [2022-05-19T10:28:30.058Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderElection (45.05s) [2022-05-19T10:28:30.058Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderProxy (21.20s) [2022-05-19T10:28:30.058Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin (23.98s) [2022-05-19T10:28:30.058Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer (4.30s) [2022-05-19T10:28:30.058Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmListNodes (13.64s) [2022-05-19T10:28:30.058Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmManagerRestore (44.14s) [2022-05-19T10:28:30.058Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeDrainPause (16.62s) [2022-05-19T10:28:30.058Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeRemove (35.71s) [2022-05-19T10:28:30.058Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeUpdate (6.40s) [2022-05-19T10:28:30.058Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmPromoteDemote (17.35s) [2022-05-19T10:28:30.058Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRaftQuorum (60.85s) [2022-05-19T10:28:30.058Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestartCluster (61.35s) [2022-05-19T10:28:30.058Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin (21.31s) [2022-05-19T10:28:30.058Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate (4.71s) [2022-05-19T10:28:30.058Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel (18.90s) [2022-05-19T10:28:30.058Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole (16.11s) [2022-05-19T10:28:30.058Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs (15.08s) [2022-05-19T10:28:30.058Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreate (5.68s) [2022-05-19T10:28:30.058Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal (28.50s) [2022-05-19T10:28:30.058Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesEmptyList (2.54s) [2022-05-19T10:28:30.058Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate (22.62s) [2022-05-19T10:28:30.058Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents (25.87s) [2022-05-19T10:28:30.058Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesStateReporting (27.27s) [2022-05-19T10:28:30.058Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdate (39.34s) [2022-05-19T10:28:30.058Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst (24.95s) [2022-05-19T10:28:30.058Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName (3.99s) [2022-05-19T10:28:30.058Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked (2.12s) [2022-05-19T10:28:30.058Z] --- PASS: TestDockerSwarmSuite/TestDNSConfig (2.49s) [2022-05-19T10:28:30.058Z] --- PASS: TestDockerSwarmSuite/TestDNSConfigUpdate (2.88s) [2022-05-19T10:28:30.058Z] --- PASS: TestDockerSwarmSuite/TestExtraHosts (3.06s) [2022-05-19T10:28:30.058Z] --- PASS: TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames (2.98s) [2022-05-19T10:28:30.058Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachable (3.47s) [2022-05-19T10:28:30.058Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave (3.98s) [2022-05-19T10:28:30.058Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure (24.25s) [2022-05-19T10:28:30.058Z] --- PASS: TestDockerSwarmSuite/TestPruneNetwork (8.62s) [2022-05-19T10:28:30.058Z] --- PASS: TestDockerSwarmSuite/TestPsListContainersFilterIsTask (3.37s) [2022-05-19T10:28:30.058Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountTmpfs (2.97s) [2022-05-19T10:28:30.058Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountVolume (3.09s) [2022-05-19T10:28:30.058Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice (3.13s) [2022-05-19T10:28:30.058Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSimple (2.50s) [2022-05-19T10:28:30.058Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths (2.59s) [2022-05-19T10:28:30.058Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias (3.05s) [2022-05-19T10:28:30.058Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice (3.15s) [2022-05-19T10:28:30.058Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSimple (2.55s) [2022-05-19T10:28:30.058Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths (3.28s) [2022-05-19T10:28:30.058Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthRun (6.15s) [2022-05-19T10:28:30.058Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthStart (5.40s) [2022-05-19T10:28:30.058Z] --- PASS: TestDockerSwarmSuite/TestServiceLogs (3.46s) [2022-05-19T10:28:30.058Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsCompleteness (2.90s) [2022-05-19T10:28:30.058Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsDetails (2.78s) [2022-05-19T10:28:30.058Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsFollow (3.10s) [2022-05-19T10:28:30.058Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer (4.87s) [2022-05-19T10:28:30.058Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsSince (3.21s) [2022-05-19T10:28:30.058Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTTY (3.07s) [2022-05-19T10:28:30.058Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTail (3.01s) [2022-05-19T10:28:30.058Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTaskLogs (3.50s) [2022-05-19T10:28:30.058Z] --- PASS: TestDockerSwarmSuite/TestServiceScale (2.63s) [2022-05-19T10:28:30.058Z] --- PASS: TestDockerSwarmSuite/TestSwarmAlternateLockUnlock (17.90s) [2022-05-19T10:28:30.058Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsConfig (2.68s) [2022-05-19T10:28:30.058Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNetwork (2.37s) [2022-05-19T10:28:30.058Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNode (19.67s) [2022-05-19T10:28:30.058Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsScope (7.80s) [2022-05-19T10:28:30.058Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSecret (2.28s) [2022-05-19T10:28:30.058Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsService (15.49s) [2022-05-19T10:28:30.058Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSource (15.35s) [2022-05-19T10:28:30.058Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsType (8.05s) [2022-05-19T10:28:30.058Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey (117.95s) [2022-05-19T10:28:30.058Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId (3.97s) [2022-05-19T10:28:30.058Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAutoStart (7.56s) [2022-05-19T10:28:30.058Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerEndpointOptions (7.40s) [2022-05-19T10:28:30.058Z] --- PASS: TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork (2.65s) [2022-05-19T10:28:30.058Z] --- PASS: TestDockerSwarmSuite/TestSwarmIncompatibleDaemon (4.71s) [2022-05-19T10:28:30.058Z] --- PASS: TestDockerSwarmSuite/TestSwarmIngressNetwork (2.57s) [2022-05-19T10:28:30.058Z] --- PASS: TestDockerSwarmSuite/TestSwarmInit (4.47s) [2022-05-19T10:28:30.058Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.01s) [2022-05-19T10:28:30.058Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitLocked (6.43s) [2022-05-19T10:28:30.058Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr (0.78s) [2022-05-19T10:28:30.058Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr (0.83s) [2022-05-19T10:28:30.058Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitWithDrain (2.55s) [2022-05-19T10:28:30.058Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinLeave (53.80s) [2022-05-19T10:28:30.058Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinPromoteLocked (42.87s) [2022-05-19T10:28:30.058Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinWithDrain (9.02s) [2022-05-19T10:28:30.058Z] --- PASS: TestDockerSwarmSuite/TestSwarmLeaveLocked (4.18s) [2022-05-19T10:28:30.058Z] --- PASS: TestDockerSwarmSuite/TestSwarmLockUnlockCluster (113.12s) [2022-05-19T10:28:30.058Z] --- PASS: TestDockerSwarmSuite/TestSwarmManagerAddress (13.28s) [2022-05-19T10:28:30.058Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup (2.29s) [2022-05-19T10:28:30.058Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge (0.18s) [2022-05-19T10:28:30.058Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay (0.14s) [2022-05-19T10:28:30.058Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge (0.04s) [2022-05-19T10:28:30.058Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay (0.05s) [2022-05-19T10:28:30.058Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 (2.14s) [2022-05-19T10:28:30.058Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions (3.37s) [2022-05-19T10:28:30.058Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPlugin (2.15s) [2022-05-19T10:28:30.058Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPluginV2 (52.26s) [2022-05-19T10:28:30.058Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeListFilter (2.22s) [2022-05-19T10:28:30.058Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeTaskListFilter (3.21s) [2022-05-19T10:28:30.058Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishAdd (2.27s) [2022-05-19T10:28:30.058Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts (3.20s) [2022-05-19T10:28:30.058Z] --- PASS: TestDockerSwarmSuite/TestSwarmReadonlyRootfs (2.46s) [2022-05-19T10:28:30.058Z] --- PASS: TestDockerSwarmSuite/TestSwarmRepeatedRootRotation (20.11s) [2022-05-19T10:28:30.058Z] --- PASS: TestDockerSwarmSuite/TestSwarmRotateUnlockKey (11.28s) [2022-05-19T10:28:30.058Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceEnvFile (2.21s) [2022-05-19T10:28:30.058Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceListFilter (2.24s) [2022-05-19T10:28:30.058Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceLsFilterMode (2.88s) [2022-05-19T10:28:30.058Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate (6.81s) [2022-05-19T10:28:30.058Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTY (4.51s) [2022-05-19T10:28:30.058Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTYUpdate (2.54s) [2022-05-19T10:28:30.058Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname (2.47s) [2022-05-19T10:28:30.058Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceWithGroup (2.51s) [2022-05-19T10:28:30.058Z] --- PASS: TestDockerSwarmSuite/TestSwarmStopSignal (2.46s) [2022-05-19T10:28:30.058Z] --- PASS: TestDockerSwarmSuite/TestSwarmTaskListFilter (3.01s) [2022-05-19T10:28:30.058Z] --- PASS: TestDockerSwarmSuite/TestSwarmUpdate (2.29s) [2022-05-19T10:28:30.058Z] --- PASS: TestDockerSwarmSuite/TestSwarmVolumePlugin (51.89s) [2022-05-19T10:28:30.058Z] --- PASS: TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm (17.23s) [2022-05-19T10:28:30.058Z] --- PASS: TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA (17.18s) [2022-05-19T10:28:30.058Z] === RUN TestDockerExternalVolumeSuite [2022-05-19T10:28:30.058Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume [2022-05-19T10:28:30.058Z] docker_cli_external_volume_driver_test.go:53: [d672c0f16ebc5] daemon is not started [2022-05-19T10:28:30.305Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2022-05-19T10:28:30.774Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2022-05-19T10:28:31.763Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2022-05-19T10:28:32.372Z] === RUN TestDockerSuite/TestBuildLabel [2022-05-19T10:28:32.753Z] === RUN TestDockerSuite/TestBuildLabels [2022-05-19T10:28:33.746Z] === RUN TestDockerSuite/TestBuildLabelsCache [2022-05-19T10:28:33.935Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2022-05-19T10:28:34.921Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2022-05-19T10:28:35.907Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2022-05-19T10:28:35.968Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2022-05-19T10:28:36.892Z] === RUN TestDockerSuite/TestBuildLabels [2022-05-19T10:28:38.460Z] === RUN TestDockerSuite/TestBuildLabelsCache [2022-05-19T10:28:39.133Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2022-05-19T10:28:40.127Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2022-05-19T10:28:40.672Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2022-05-19T10:28:43.140Z] === RUN TestDockerSuite/TestBuildLastModified [2022-05-19T10:28:43.140Z] docker_cli_build_test.go:394: unmatched requirement DaemonIsLinux [2022-05-19T10:28:43.140Z] === RUN TestDockerSuite/TestBuildLineBreak [2022-05-19T10:28:43.140Z] docker_cli_build_test.go:2619: unmatched requirement DaemonIsLinux [2022-05-19T10:28:43.140Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2022-05-19T10:28:43.140Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2022-05-19T10:28:43.140Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2022-05-19T10:28:43.140Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2022-05-19T10:28:43.140Z] === RUN TestDockerSuite/TestBuildMaintainer [2022-05-19T10:28:43.611Z] === RUN TestDockerSuite/TestBuildMissingArgs [2022-05-19T10:28:44.600Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2022-05-19T10:28:44.891Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities [2022-05-19T10:28:49.328Z] === RUN TestDockerSuite/TestBuildLastModified [2022-05-19T10:28:49.328Z] docker_cli_build_test.go:394: unmatched requirement DaemonIsLinux [2022-05-19T10:28:49.328Z] === RUN TestDockerSuite/TestBuildLineBreak [2022-05-19T10:28:49.328Z] docker_cli_build_test.go:2619: unmatched requirement DaemonIsLinux [2022-05-19T10:28:49.328Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2022-05-19T10:28:49.328Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2022-05-19T10:28:49.328Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2022-05-19T10:28:49.328Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2022-05-19T10:28:49.795Z] === RUN TestDockerSuite/TestBuildMaintainer [2022-05-19T10:28:50.486Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2022-05-19T10:28:50.780Z] === RUN TestDockerSuite/TestBuildMissingArgs [2022-05-19T10:28:51.248Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2022-05-19T10:28:52.692Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2022-05-19T10:28:57.448Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2022-05-19T10:28:59.903Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2022-05-19T10:29:07.890Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2022-05-19T10:29:08.321Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2022-05-19T10:29:08.321Z] docker_cli_build_test.go:5514: unmatched requirement DaemonIsLinux [2022-05-19T10:29:08.321Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2022-05-19T10:29:10.542Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2022-05-19T10:29:13.762Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2022-05-19T10:29:19.631Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2022-05-19T10:29:21.195Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2022-05-19T10:29:21.195Z] docker_cli_build_test.go:5975: unmatched requirement DaemonIsLinux [2022-05-19T10:29:21.195Z] === RUN TestDockerSuite/TestBuildPATH [2022-05-19T10:29:21.195Z] docker_cli_build_test.go:1484: unmatched requirement DaemonIsLinux [2022-05-19T10:29:21.195Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2022-05-19T10:29:21.220Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2022-05-19T10:29:21.220Z] docker_cli_build_test.go:5514: unmatched requirement DaemonIsLinux [2022-05-19T10:29:21.220Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2022-05-19T10:29:23.411Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2022-05-19T10:29:23.411Z] docker_cli_build_test.go:3947: unmatched requirement DaemonIsLinux [2022-05-19T10:29:23.411Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2022-05-19T10:29:24.167Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2022-05-19T10:29:46.418Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2022-05-19T10:29:52.535Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer [2022-05-19T10:30:00.615Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet [2022-05-19T10:30:11.722Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2022-05-19T10:30:15.063Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2022-05-19T10:30:15.449Z] docker_cli_external_volume_driver_test.go:53: [ddcba2c5acd6d] daemon is not started [2022-05-19T10:30:15.536Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2022-05-19T10:30:22.709Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2022-05-19T10:30:24.053Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2022-05-19T10:30:28.587Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2022-05-19T10:30:30.284Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse [2022-05-19T10:30:36.286Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2022-05-19T10:30:38.992Z] === RUN TestDockerSuite/TestBuildRm [2022-05-19T10:30:43.443Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2022-05-19T10:30:48.354Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverList [2022-05-19T10:30:49.841Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2022-05-19T10:30:49.841Z] docker_cli_build_test.go:5917: unmatched requirement DaemonIsLinux [2022-05-19T10:30:49.841Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2022-05-19T10:30:52.097Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2022-05-19T10:30:55.718Z] === RUN TestDockerSuite/TestBuildMultipleTags [2022-05-19T10:30:56.190Z] === RUN TestDockerSuite/TestBuildNetContainer [2022-05-19T10:30:56.190Z] docker_cli_build_test.go:5550: unmatched requirement DaemonIsLinux [2022-05-19T10:30:56.190Z] === RUN TestDockerSuite/TestBuildNetNone [2022-05-19T10:30:56.190Z] docker_cli_build_test.go:5538: unmatched requirement DaemonIsLinux [2022-05-19T10:30:56.190Z] === RUN TestDockerSuite/TestBuildNoContext [2022-05-19T10:30:56.810Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2022-05-19T10:30:59.027Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2022-05-19T10:30:59.027Z] docker_cli_build_test.go:1752: unmatched requirement DaemonIsLinux [2022-05-19T10:30:59.027Z] === RUN TestDockerSuite/TestBuildScratchCopy [2022-05-19T10:30:59.027Z] docker_api_build_test.go:512: unmatched requirement DaemonIsLinux [2022-05-19T10:30:59.147Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2022-05-19T10:30:59.496Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2022-05-19T10:31:00.518Z] docker_cli_external_volume_driver_test.go:53: [d8d3624e75e70] daemon is not started [2022-05-19T10:31:00.772Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2022-05-19T10:31:01.710Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2022-05-19T10:31:03.910Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2022-05-19T10:31:06.468Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2022-05-19T10:31:06.872Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2022-05-19T10:31:06.872Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2022-05-19T10:31:07.345Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2022-05-19T10:31:10.302Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2022-05-19T10:31:11.231Z] === RUN TestDockerSuite/TestBuildShellInherited [2022-05-19T10:31:11.296Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2022-05-19T10:31:13.520Z] === RUN TestDockerSuite/TestBuildOnBuild [2022-05-19T10:31:15.350Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked [2022-05-19T10:31:15.606Z] docker_cli_external_volume_driver_test.go:53: [d3b7636236fcc] daemon is not started [2022-05-19T10:31:17.100Z] === RUN TestDockerSuite/TestBuildShellMultiple [2022-05-19T10:31:30.439Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID [2022-05-19T10:31:30.873Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2022-05-19T10:31:30.873Z] docker_cli_build_test.go:5917: unmatched requirement DaemonIsLinux [2022-05-19T10:31:30.873Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2022-05-19T10:31:34.794Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2022-05-19T10:31:35.265Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2022-05-19T10:31:38.025Z] === RUN TestDockerSuite/TestBuildMultipleTags [2022-05-19T10:31:38.334Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2022-05-19T10:31:38.803Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2022-05-19T10:31:39.012Z] === RUN TestDockerSuite/TestBuildNetContainer [2022-05-19T10:31:39.012Z] docker_cli_build_test.go:5550: unmatched requirement DaemonIsLinux [2022-05-19T10:31:39.012Z] === RUN TestDockerSuite/TestBuildNetNone [2022-05-19T10:31:39.012Z] docker_cli_build_test.go:5538: unmatched requirement DaemonIsLinux [2022-05-19T10:31:39.012Z] === RUN TestDockerSuite/TestBuildNoContext [2022-05-19T10:31:39.790Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2022-05-19T10:31:43.767Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2022-05-19T10:31:45.701Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2022-05-19T10:31:49.504Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2022-05-19T10:31:49.635Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2022-05-19T10:31:52.295Z] === RUN TestDockerSuite/TestBuildSpaces [2022-05-19T10:31:52.295Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2022-05-19T10:31:53.437Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2022-05-19T10:31:53.907Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2022-05-19T10:31:53.907Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2022-05-19T10:31:56.861Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2022-05-19T10:31:58.167Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2022-05-19T10:31:58.167Z] === RUN TestDockerSuite/TestBuildStderr [2022-05-19T10:31:58.427Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2022-05-19T10:31:59.950Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2022-05-19T10:31:59.991Z] === RUN TestDockerSuite/TestBuildOnBuild [2022-05-19T10:32:02.471Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed [2022-05-19T10:32:04.047Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2022-05-19T10:32:05.827Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2022-05-19T10:32:10.596Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2022-05-19T10:32:12.169Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2022-05-19T10:32:12.169Z] docker_cli_build_test.go:5975: unmatched requirement DaemonIsLinux [2022-05-19T10:32:12.169Z] === RUN TestDockerSuite/TestBuildPATH [2022-05-19T10:32:12.169Z] docker_cli_build_test.go:1484: unmatched requirement DaemonIsLinux [2022-05-19T10:32:12.169Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2022-05-19T10:32:14.917Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2022-05-19T10:32:16.089Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2022-05-19T10:32:16.091Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2022-05-19T10:32:16.091Z] docker_cli_build_test.go:3947: unmatched requirement DaemonIsLinux [2022-05-19T10:32:16.091Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2022-05-19T10:32:20.507Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete [2022-05-19T10:32:29.360Z] === RUN TestDockerSuite/TestBuildStopSignal [2022-05-19T10:32:29.360Z] docker_cli_build_test.go:4067: unmatched requirement DaemonIsLinux [2022-05-19T10:32:29.360Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2022-05-19T10:32:31.022Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2022-05-19T10:32:33.152Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2022-05-19T10:32:34.719Z] === RUN TestDockerSuite/TestBuildTagEvent [2022-05-19T10:32:35.340Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls [2022-05-19T10:32:35.775Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2022-05-19T10:32:40.590Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2022-05-19T10:32:47.750Z] === RUN TestDockerSuite/TestBuildUser [2022-05-19T10:32:47.750Z] docker_cli_build_test.go:1281: unmatched requirement DaemonIsLinux [2022-05-19T10:32:47.750Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2022-05-19T10:32:47.750Z] docker_cli_build_test.go:555: unmatched requirement DaemonIsLinux [2022-05-19T10:32:47.750Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2022-05-19T10:32:47.750Z] docker_cli_build_test.go:2655: unmatched requirement DaemonIsLinux [2022-05-19T10:32:47.750Z] === RUN TestDockerSuite/TestBuildVerboseOut [2022-05-19T10:32:48.259Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2022-05-19T10:32:52.516Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2022-05-19T10:32:52.984Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2022-05-19T10:32:55.409Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2022-05-19T10:32:56.777Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2022-05-19T10:32:56.777Z] docker_cli_build_test.go:3874: unmatched requirement DaemonIsLinux [2022-05-19T10:32:56.777Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2022-05-19T10:32:56.777Z] docker_cli_build_test.go:3669: unmatched requirement DaemonIsLinux [2022-05-19T10:32:56.777Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2022-05-19T10:33:01.272Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2022-05-19T10:33:03.489Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2022-05-19T10:33:03.489Z] docker_cli_build_test.go:5975: unmatched requirement DaemonIsLinux [2022-05-19T10:33:03.489Z] === RUN TestDockerSuite/TestBuildPATH [2022-05-19T10:33:03.489Z] docker_cli_build_test.go:1484: unmatched requirement DaemonIsLinux [2022-05-19T10:33:03.489Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2022-05-19T10:33:07.007Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2022-05-19T10:33:07.310Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2022-05-19T10:33:07.310Z] docker_cli_build_test.go:3947: unmatched requirement DaemonIsLinux [2022-05-19T10:33:07.310Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2022-05-19T10:33:21.977Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists [2022-05-19T10:33:26.891Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2022-05-19T10:33:26.891Z] === RUN TestDockerSuite/TestBuildWindowsUser [2022-05-19T10:33:32.369Z] === RUN TestDockerSuite/TestBuildRm [2022-05-19T10:33:37.351Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2022-05-19T10:33:40.019Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp [2022-05-19T10:33:44.512Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2022-05-19T10:33:44.512Z] docker_cli_build_test.go:5566: unmatched requirement DaemonIsLinux [2022-05-19T10:33:44.512Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2022-05-19T10:33:44.512Z] docker_cli_build_test.go:5582: unmatched requirement DaemonIsLinux [2022-05-19T10:33:44.512Z] === RUN TestDockerSuite/TestBuildWithFailure [2022-05-19T10:33:47.329Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2022-05-19T10:33:47.466Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2022-05-19T10:33:47.466Z] docker_cli_build_test.go:1050: unmatched requirement DaemonIsLinux [2022-05-19T10:33:47.934Z] === RUN TestDockerSuite/TestBuildWithRecycleBin [2022-05-19T10:33:51.130Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2022-05-19T10:33:51.130Z] docker_cli_build_test.go:1752: unmatched requirement DaemonIsLinux [2022-05-19T10:33:51.130Z] === RUN TestDockerSuite/TestBuildScratchCopy [2022-05-19T10:33:51.130Z] docker_api_build_test.go:512: unmatched requirement DaemonIsLinux [2022-05-19T10:33:51.600Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2022-05-19T10:33:53.829Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2022-05-19T10:33:57.629Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2022-05-19T10:34:02.398Z] === RUN TestDockerSuite/TestBuildShellInherited [2022-05-19T10:34:02.872Z] === RUN TestDockerSuite/TestBuildWithTabs [2022-05-19T10:34:06.661Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2022-05-19T10:34:07.167Z] === RUN TestDockerSuite/TestBuildShellMultiple [2022-05-19T10:34:07.652Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2022-05-19T10:34:07.922Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2022-05-19T10:34:12.038Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail [2022-05-19T10:34:25.472Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2022-05-19T10:34:25.472Z] docker_cli_build_test.go:2151: unmatched requirement DaemonIsLinux [2022-05-19T10:34:25.472Z] === RUN TestDockerSuite/TestBuildWithVolumes [2022-05-19T10:34:25.472Z] docker_cli_build_test.go:1233: unmatched requirement DaemonIsLinux [2022-05-19T10:34:25.472Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2022-05-19T10:34:25.472Z] docker_cli_build_test.go:6055: unmatched requirement DaemonIsLinux [2022-05-19T10:34:25.472Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2022-05-19T10:34:27.038Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2022-05-19T10:34:33.254Z] === RUN TestDockerSuite/TestBuildRm [2022-05-19T10:34:37.306Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2022-05-19T10:34:37.306Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2022-05-19T10:34:37.306Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2022-05-19T10:34:37.459Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2022-05-19T10:34:39.023Z] === RUN TestDockerSuite/TestBuildXZHost [2022-05-19T10:34:39.023Z] docker_cli_build_test.go:3651: unmatched requirement DaemonIsLinux [2022-05-19T10:34:39.492Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2022-05-19T10:34:39.492Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2022-05-19T10:34:39.492Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2022-05-19T10:34:39.492Z] docker_cli_sni_test.go:18: Flakey test [2022-05-19T10:34:39.960Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2022-05-19T10:34:42.912Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2022-05-19T10:34:44.085Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed [2022-05-19T10:34:48.181Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2022-05-19T10:34:48.794Z] === RUN TestDockerSuite/TestCommitChange [2022-05-19T10:34:49.820Z] === RUN TestDockerSuite/TestBuildSpaces [2022-05-19T10:34:49.820Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2022-05-19T10:34:52.934Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2022-05-19T10:34:52.934Z] docker_cli_build_test.go:1752: unmatched requirement DaemonIsLinux [2022-05-19T10:34:52.934Z] === RUN TestDockerSuite/TestBuildScratchCopy [2022-05-19T10:34:52.934Z] docker_api_build_test.go:512: unmatched requirement DaemonIsLinux [2022-05-19T10:34:53.401Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2022-05-19T10:34:55.619Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2022-05-19T10:34:55.697Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2022-05-19T10:34:55.697Z] === RUN TestDockerSuite/TestBuildStderr [2022-05-19T10:34:55.955Z] === RUN TestDockerSuite/TestCommitChangeLabels [2022-05-19T10:34:58.919Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom [2022-05-19T10:35:00.711Z] === RUN TestDockerSuite/TestCommitHardlink [2022-05-19T10:35:00.711Z] docker_cli_commit_test.go:70: unmatched requirement DaemonIsLinux [2022-05-19T10:35:00.711Z] === RUN TestDockerSuite/TestCommitNewFile [2022-05-19T10:35:01.483Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2022-05-19T10:35:01.596Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2022-05-19T10:35:07.353Z] === RUN TestDockerSuite/TestBuildShellInherited [2022-05-19T10:35:11.136Z] === RUN TestDockerSuite/TestCommitPausedContainer [2022-05-19T10:35:11.136Z] docker_cli_commit_test.go:45: unmatched requirement DaemonIsLinux [2022-05-19T10:35:11.136Z] === RUN TestDockerSuite/TestCommitTTY [2022-05-19T10:35:13.222Z] === RUN TestDockerSuite/TestBuildShellMultiple [2022-05-19T10:35:13.755Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart [2022-05-19T10:35:13.755Z] docker_cli_external_volume_driver_test.go:485: [d2402321b9d1e] daemon is not started [2022-05-19T10:35:18.296Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2022-05-19T10:35:24.161Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2022-05-19T10:35:24.161Z] docker_cli_commit_test.go:98: unmatched requirement DaemonIsLinux [2022-05-19T10:35:24.161Z] === RUN TestDockerSuite/TestCommitWithoutPause [2022-05-19T10:35:24.161Z] docker_cli_commit_test.go:29: unmatched requirement DaemonIsLinux [2022-05-19T10:35:24.161Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2022-05-19T10:35:24.161Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2022-05-19T10:35:24.630Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2022-05-19T10:35:24.630Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2022-05-19T10:35:24.630Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2022-05-19T10:35:24.630Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2022-05-19T10:35:24.630Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2022-05-19T10:35:24.630Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2022-05-19T10:35:24.630Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2022-05-19T10:35:24.630Z] docker_api_containers_test.go:505: unmatched requirement DaemonIsLinux [2022-05-19T10:35:24.630Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2022-05-19T10:35:24.630Z] === RUN TestDockerSuite/TestContainerAPICommit [2022-05-19T10:35:26.913Z] === RUN TestDockerSuite/TestBuildStopSignal [2022-05-19T10:35:26.913Z] docker_cli_build_test.go:4067: unmatched requirement DaemonIsLinux [2022-05-19T10:35:26.913Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2022-05-19T10:35:28.482Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2022-05-19T10:35:30.055Z] === RUN TestDockerSuite/TestBuildTagEvent [2022-05-19T10:35:31.793Z] === RUN TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict [2022-05-19T10:35:31.793Z] docker_cli_external_volume_driver_test.go:53: [db84963894f14] daemon is not started [2022-05-19T10:35:35.050Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2022-05-19T10:35:35.941Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2022-05-19T10:35:38.503Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2022-05-19T10:35:38.503Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2022-05-19T10:35:38.503Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2022-05-19T10:35:41.819Z] === RUN TestDockerSuite/TestBuildUser [2022-05-19T10:35:41.819Z] docker_cli_build_test.go:1281: unmatched requirement DaemonIsLinux [2022-05-19T10:35:41.819Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2022-05-19T10:35:41.819Z] docker_cli_build_test.go:555: unmatched requirement DaemonIsLinux [2022-05-19T10:35:41.819Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2022-05-19T10:35:41.819Z] docker_cli_build_test.go:2655: unmatched requirement DaemonIsLinux [2022-05-19T10:35:41.819Z] === RUN TestDockerSuite/TestBuildVerboseOut [2022-05-19T10:35:43.731Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2022-05-19T10:35:43.731Z] docker_api_containers_test.go:1099: unmatched requirement DaemonIsLinux [2022-05-19T10:35:43.731Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2022-05-19T10:35:45.947Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2022-05-19T10:35:45.947Z] docker_api_containers_test.go:1025: unmatched requirement DaemonIsLinux [2022-05-19T10:35:45.947Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2022-05-19T10:35:45.947Z] docker_api_containers_test.go:1055: unmatched requirement DaemonIsLinux [2022-05-19T10:35:45.947Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2022-05-19T10:35:45.947Z] docker_api_containers_test.go:1077: unmatched requirement DaemonIsLinux [2022-05-19T10:35:46.414Z] === RUN TestDockerSuite/TestContainerAPICreate [2022-05-19T10:35:46.587Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2022-05-19T10:35:46.636Z] --- PASS: TestDockerExternalVolumeSuite (437.01s) [2022-05-19T10:35:46.637Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume (15.52s) [2022-05-19T10:35:46.637Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities (60.63s) [2022-05-19T10:35:46.637Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer (16.18s) [2022-05-19T10:35:46.637Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet (30.05s) [2022-05-19T10:35:46.637Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse (15.55s) [2022-05-19T10:35:46.637Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverList (30.08s) [2022-05-19T10:35:46.637Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked (15.12s) [2022-05-19T10:35:46.637Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID (31.22s) [2022-05-19T10:35:46.637Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed (16.18s) [2022-05-19T10:35:46.637Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete (15.76s) [2022-05-19T10:35:46.637Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls (45.57s) [2022-05-19T10:35:46.637Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists (19.16s) [2022-05-19T10:35:46.637Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp (31.29s) [2022-05-19T10:35:46.637Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail (30.87s) [2022-05-19T10:35:46.637Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed (16.14s) [2022-05-19T10:35:46.637Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom (16.62s) [2022-05-19T10:35:46.637Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart (16.02s) [2022-05-19T10:35:46.637Z] --- PASS: TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict (15.05s) [2022-05-19T10:35:46.637Z] PASS [2022-05-19T10:35:46.637Z] [2022-05-19T10:35:46.637Z] === Skipped [2022-05-19T10:35:46.637Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.03s) [2022-05-19T10:35:46.637Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2022-05-19T10:35:46.637Z] check_test.go:307: [dd81c30121918] daemon is not started [2022-05-19T10:35:46.637Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.03s) [2022-05-19T10:35:46.637Z] [2022-05-19T10:35:46.637Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2022-05-19T10:35:46.637Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2022-05-19T10:35:46.637Z] check_test.go:307: [d3d8c4f242356] daemon is not started [2022-05-19T10:35:46.637Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2022-05-19T10:35:46.637Z] [2022-05-19T10:35:46.637Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2022-05-19T10:35:46.637Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2022-05-19T10:35:46.637Z] check_test.go:307: [d4b645726064b] daemon is not started [2022-05-19T10:35:46.637Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2022-05-19T10:35:46.637Z] [2022-05-19T10:35:46.637Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2022-05-19T10:35:46.637Z] docker_api_swarm_test.go:935: Root cause of Issue #36386 is needed [2022-05-19T10:35:46.637Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2022-05-19T10:35:46.637Z] [2022-05-19T10:35:46.637Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestSwarmInitIPv6 (0.01s) [2022-05-19T10:35:46.637Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2022-05-19T10:35:46.637Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.01s) [2022-05-19T10:35:46.637Z] [2022-05-19T10:35:46.637Z] DONE 269 tests, 5 skipped in 2359.083s [2022-05-19T10:35:46.637Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-05-19T10:35:46.637Z] ++++ cat bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/d5a600a6aff7c/docker.pid [2022-05-19T10:35:46.637Z] +++ kill 7086 [2022-05-19T10:35:46.637Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 7086 is not a child of this shell [2022-05-19T10:35:46.637Z] warning: PID 7086 from bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/d5a600a6aff7c/docker.pid had a nonzero exit code [2022-05-19T10:35:46.637Z] ++++ cat bundles/test-integration/docker.pid [2022-05-19T10:35:46.637Z] +++ kill 9370 [2022-05-19T10:35:46.637Z] +++ /etc/init.d/apparmor stop [2022-05-19T10:35:46.637Z] Leaving: AppArmorNo profiles have been unloaded. [2022-05-19T10:35:46.637Z] [2022-05-19T10:35:46.637Z] Unloading profiles will leave already running processes permanently [2022-05-19T10:35:46.637Z] unconfined, which can lead to unexpected situations. [2022-05-19T10:35:46.637Z] [2022-05-19T10:35:46.637Z] To set a process to complain mode, use the command line tool [2022-05-19T10:35:46.637Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-05-19T10:35:46.637Z] +++ true [2022-05-19T10:35:46.637Z] exiting test-integration [2022-05-19T10:35:46.637Z] ++ exit 0 [2022-05-19T10:35:46.637Z] [2022-05-19T10:35:46.637Z] + exit 0 [2022-05-19T10:35:46.637Z] ++ jobs -p [2022-05-19T10:35:46.637Z] + pids= [2022-05-19T10:35:46.637Z] + echo 'Remaining pids to kill: []' [2022-05-19T10:35:46.637Z] Remaining pids to kill: [] [2022-05-19T10:35:46.637Z] + '[' -z '' ']' Post stage [Pipeline] junit [2022-05-19T10:35:46.658Z] Recording test results [2022-05-19T10:35:47.056Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2022-05-19T10:35:48.023Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2022-05-19T10:35:48.392Z] + echo Ensuring container killed. [2022-05-19T10:35:48.392Z] Ensuring container killed. [2022-05-19T10:35:48.393Z] + docker ps -aq -f name=docker-pr8-* [2022-05-19T10:35:48.393Z] + cids=2396aa43c38a [2022-05-19T10:35:48.393Z] 93cea6032558 [2022-05-19T10:35:48.393Z] 2b086bc07b29 [2022-05-19T10:35:48.393Z] + [ -n 2396aa43c38a [2022-05-19T10:35:48.393Z] 93cea6032558 [2022-05-19T10:35:48.393Z] 2b086bc07b29 ] [2022-05-19T10:35:48.393Z] + docker rm -vf 2396aa43c38a 93cea6032558 2b086bc07b29 [2022-05-19T10:35:49.327Z] 2396aa43c38a [2022-05-19T10:35:49.327Z] 93cea6032558 [2022-05-19T10:35:49.364Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2022-05-19T10:35:49.364Z] docker_api_containers_test.go:588: unmatched requirement DaemonIsLinux [2022-05-19T10:35:49.364Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2022-05-19T10:35:49.364Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2022-05-19T10:35:49.583Z] 2b086bc07b29 [Pipeline] sh [2022-05-19T10:35:49.900Z] + echo Chowning /workspace to jenkins user [2022-05-19T10:35:49.900Z] Chowning /workspace to jenkins user [2022-05-19T10:35:49.900Z] + id -u [2022-05-19T10:35:49.900Z] + id -g [2022-05-19T10:35:49.900Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43557:/workspace busybox chown -R 1000:1000 /workspace [2022-05-19T10:35:49.900Z] Unable to find image 'busybox:latest' locally [2022-05-19T10:35:49.900Z] latest: Pulling from library/busybox [2022-05-19T10:35:50.156Z] 50e8d59317eb: Pulling fs layer [2022-05-19T10:35:50.156Z] 50e8d59317eb: Verifying Checksum [2022-05-19T10:35:50.156Z] 50e8d59317eb: Download complete [2022-05-19T10:35:50.156Z] 50e8d59317eb: Pull complete [2022-05-19T10:35:50.156Z] Digest: sha256:d2b53584f580310186df7a2055ce3ff83cc0df6caacf1e3489bff8cf5d0af5d8 [2022-05-19T10:35:50.156Z] Status: Downloaded newer image for busybox:latest [2022-05-19T10:35:51.005Z] === RUN TestDockerSuite/TestBuildSpaces [2022-05-19T10:35:51.005Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2022-05-19T10:35:52.323Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2022-05-19T10:35:52.324Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2022-05-19T10:35:52.324Z] docker_api_containers_test.go:1355: unmatched requirement DaemonIsLinux [2022-05-19T10:35:52.324Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2022-05-19T10:35:52.324Z] docker_api_containers_test.go:594: unmatched requirement DaemonIsLinux [2022-05-19T10:35:52.324Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2022-05-19T10:35:52.324Z] docker_api_containers_test.go:623: unmatched requirement DaemonIsLinux [2022-05-19T10:35:52.324Z] === RUN TestDockerSuite/TestContainerAPIDelete [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-05-19T10:35:53.024Z] + bundleName=amd64 [2022-05-19T10:35:53.024Z] + echo Creating amd64-bundles.tar.gz [2022-05-19T10:35:53.024Z] Creating amd64-bundles.tar.gz [2022-05-19T10:35:53.024Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2022-05-19T10:35:53.024Z] + xargs tar -czf amd64-bundles.tar.gz [Pipeline] archiveArtifacts [2022-05-19T10:35:54.400Z] Archiving artifacts [2022-05-19T10:35:55.771Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2022-05-19T10:35:55.771Z] docker_cli_build_test.go:3874: unmatched requirement DaemonIsLinux [2022-05-19T10:35:55.771Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2022-05-19T10:35:55.771Z] docker_cli_build_test.go:3669: unmatched requirement DaemonIsLinux [2022-05-19T10:35:55.771Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2022-05-19T10:35:56.096Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43557/8/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-05-19T10:35:56.404Z] + make clean [2022-05-19T10:35:56.404Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-05-19T10:35:56.660Z] docker-dev-cache [2022-05-19T10:35:56.660Z] docker-mod-cache [Pipeline] deleteDir [2022-05-19T10:35:56.865Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2022-05-19T10:35:56.865Z] === RUN TestDockerSuite/TestBuildStderr [2022-05-19T10:35:57.084Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2022-05-19T10:35:59.299Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-05-19T10:36:02.254Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2022-05-19T10:36:02.254Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2022-05-19T10:36:02.254Z] docker_api_containers_test.go:1153: unmatched requirement DaemonIsLinux [2022-05-19T10:36:02.254Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2022-05-19T10:36:04.018Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2022-05-19T10:36:05.207Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2022-05-19T10:36:05.207Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2022-05-19T10:36:08.172Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2022-05-19T10:36:08.172Z] docker_api_containers_test.go:128: unmatched requirement DaemonIsLinux [2022-05-19T10:36:08.172Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2022-05-19T10:36:08.172Z] docker_api_containers_test.go:101: unmatched requirement DaemonIsLinux [2022-05-19T10:36:08.172Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2022-05-19T10:36:11.134Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2022-05-19T10:36:11.134Z] === RUN TestDockerSuite/TestContainerAPIKill [2022-05-19T10:36:14.092Z] === RUN TestDockerSuite/TestContainerAPIPause [2022-05-19T10:36:14.092Z] docker_api_containers_test.go:366: unmatched requirement DaemonIsLinux [2022-05-19T10:36:14.092Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2022-05-19T10:36:17.043Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2022-05-19T10:36:17.511Z] === RUN TestDockerSuite/TestContainerAPIRename [2022-05-19T10:36:20.468Z] === RUN TestDockerSuite/TestContainerAPIRestart [2022-05-19T10:36:21.092Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2022-05-19T10:36:21.092Z] === RUN TestDockerSuite/TestBuildWindowsUser [2022-05-19T10:36:25.228Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2022-05-19T10:36:31.096Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2022-05-19T10:36:31.096Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2022-05-19T10:36:31.096Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2022-05-19T10:36:31.096Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2022-05-19T10:36:31.096Z] === RUN TestDockerSuite/TestContainerAPIStart [2022-05-19T10:36:31.531Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2022-05-19T10:36:34.052Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2022-05-19T10:36:34.052Z] docker_api_containers_test.go:1603: unmatched requirement DaemonIsLinux [2022-05-19T10:36:34.052Z] === RUN TestDockerSuite/TestContainerAPIStop [2022-05-19T10:36:37.005Z] === RUN TestDockerSuite/TestContainerAPITop [2022-05-19T10:36:37.005Z] docker_api_containers_test.go:396: unmatched requirement DaemonIsLinux [2022-05-19T10:36:37.005Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2022-05-19T10:36:37.409Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2022-05-19T10:36:37.409Z] docker_cli_build_test.go:5566: unmatched requirement DaemonIsLinux [2022-05-19T10:36:37.879Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2022-05-19T10:36:37.879Z] docker_cli_build_test.go:5582: unmatched requirement DaemonIsLinux [2022-05-19T10:36:38.349Z] === RUN TestDockerSuite/TestBuildWithFailure [2022-05-19T10:36:40.002Z] === RUN TestDockerSuite/TestBuildStopSignal [2022-05-19T10:36:40.002Z] docker_cli_build_test.go:4067: unmatched requirement DaemonIsLinux [2022-05-19T10:36:40.002Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2022-05-19T10:36:40.144Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2022-05-19T10:36:40.144Z] === RUN TestDockerSuite/TestContainerAPIWait [2022-05-19T10:36:41.469Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2022-05-19T10:36:41.469Z] docker_cli_build_test.go:1050: unmatched requirement DaemonIsLinux [2022-05-19T10:36:41.469Z] === RUN TestDockerSuite/TestBuildWithRecycleBin [2022-05-19T10:36:41.567Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2022-05-19T10:36:43.129Z] === RUN TestDockerSuite/TestBuildTagEvent [2022-05-19T10:36:44.900Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2022-05-19T10:36:47.117Z] === RUN TestDockerSuite/TestContainerNetworkMode [2022-05-19T10:36:47.117Z] docker_cli_run_test.go:2403: unmatched requirement DaemonIsLinux [2022-05-19T10:36:47.587Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2022-05-19T10:36:47.587Z] docker_cli_run_test.go:3498: unmatched requirement DaemonIsLinux [2022-05-19T10:36:47.587Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2022-05-19T10:36:47.587Z] docker_cli_run_test.go:3530: unmatched requirement DaemonIsLinux [2022-05-19T10:36:47.587Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2022-05-19T10:36:47.587Z] docker_cli_run_test.go:3561: unmatched requirement DaemonIsLinux [2022-05-19T10:36:47.587Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2022-05-19T10:36:47.587Z] docker_cli_run_test.go:3544: unmatched requirement DaemonIsLinux [2022-05-19T10:36:47.587Z] === RUN TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe [2022-05-19T10:36:49.803Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2022-05-19T10:36:49.803Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false_____} [2022-05-19T10:36:50.282Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2022-05-19T10:36:52.754Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false_____} [2022-05-19T10:36:53.976Z] === RUN TestDockerSuite/TestBuildWithTabs [2022-05-19T10:36:56.546Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false_____} [2022-05-19T10:36:57.435Z] === RUN TestDockerSuite/TestBuildUser [2022-05-19T10:36:57.435Z] docker_cli_build_test.go:1281: unmatched requirement DaemonIsLinux [2022-05-19T10:36:57.435Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2022-05-19T10:36:57.435Z] docker_cli_build_test.go:555: unmatched requirement DaemonIsLinux [2022-05-19T10:36:57.435Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2022-05-19T10:36:57.435Z] docker_cli_build_test.go:2655: unmatched requirement DaemonIsLinux [2022-05-19T10:36:57.435Z] === RUN TestDockerSuite/TestBuildVerboseOut [2022-05-19T10:36:58.763Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true_____} [2022-05-19T10:36:59.854Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2022-05-19T10:37:00.324Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2022-05-19T10:37:02.562Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc0004deff0__} [2022-05-19T10:37:03.299Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2022-05-19T10:37:03.767Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2022-05-19T10:37:04.783Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-12427883059_c:\foo_false_____} [2022-05-19T10:37:08.516Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2022-05-19T10:37:08.516Z] docker_cli_build_test.go:3874: unmatched requirement DaemonIsLinux [2022-05-19T10:37:08.516Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2022-05-19T10:37:08.516Z] docker_cli_build_test.go:3669: unmatched requirement DaemonIsLinux [2022-05-19T10:37:08.516Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2022-05-19T10:37:08.583Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-12427883059_c:\foo_true_____} [2022-05-19T10:37:11.547Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2022-05-19T10:37:11.547Z] docker_api_containers_test.go:2184: unmatched requirement DaemonIsLinux [2022-05-19T10:37:11.547Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2022-05-19T10:37:11.547Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2022-05-19T10:37:11.547Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2022-05-19T10:37:11.547Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2022-05-19T10:37:11.547Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2022-05-19T10:37:11.547Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2022-05-19T10:37:11.547Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2022-05-19T10:37:11.547Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2022-05-19T10:37:11.547Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2022-05-19T10:37:11.547Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2022-05-19T10:37:11.547Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2022-05-19T10:37:11.547Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2022-05-19T10:37:11.547Z] docker_cli_run_test.go:3434: unmatched requirement DaemonIsLinux [2022-05-19T10:37:11.547Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2022-05-19T10:37:11.547Z] docker_cli_run_test.go:3426: unmatched requirement DaemonIsLinux [2022-05-19T10:37:11.547Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2022-05-19T10:37:11.547Z] docker_cli_run_test.go:3453: unmatched requirement DaemonIsLinux [2022-05-19T10:37:11.547Z] === RUN TestDockerSuite/TestCopyAndRestart [2022-05-19T10:37:11.547Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2022-05-19T10:37:11.547Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2022-05-19T10:37:11.547Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2022-05-19T10:37:12.015Z] === RUN TestDockerSuite/TestCpAbsolutePath [2022-05-19T10:37:14.977Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2022-05-19T10:37:14.978Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2022-05-19T10:37:14.978Z] === RUN TestDockerSuite/TestCpFromCaseA [2022-05-19T10:37:14.978Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2022-05-19T10:37:14.978Z] === RUN TestDockerSuite/TestCpFromCaseB [2022-05-19T10:37:14.978Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2022-05-19T10:37:14.978Z] === RUN TestDockerSuite/TestCpFromCaseC [2022-05-19T10:37:14.978Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2022-05-19T10:37:14.978Z] === RUN TestDockerSuite/TestCpFromCaseD [2022-05-19T10:37:14.978Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2022-05-19T10:37:14.978Z] === RUN TestDockerSuite/TestCpFromCaseE [2022-05-19T10:37:14.978Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2022-05-19T10:37:15.446Z] === RUN TestDockerSuite/TestCpFromCaseF [2022-05-19T10:37:15.446Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2022-05-19T10:37:15.446Z] === RUN TestDockerSuite/TestCpFromCaseG [2022-05-19T10:37:15.446Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2022-05-19T10:37:15.446Z] === RUN TestDockerSuite/TestCpFromCaseH [2022-05-19T10:37:15.446Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2022-05-19T10:37:15.446Z] === RUN TestDockerSuite/TestCpFromCaseI [2022-05-19T10:37:15.446Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2022-05-19T10:37:15.446Z] === RUN TestDockerSuite/TestCpFromCaseJ [2022-05-19T10:37:15.446Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2022-05-19T10:37:15.446Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2022-05-19T10:37:15.446Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2022-05-19T10:37:15.446Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2022-05-19T10:37:15.446Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2022-05-19T10:37:15.446Z] === RUN TestDockerSuite/TestCpGarbagePath [2022-05-19T10:37:18.403Z] === RUN TestDockerSuite/TestCpLocalOnly [2022-05-19T10:37:18.403Z] === RUN TestDockerSuite/TestCpNameHasColon [2022-05-19T10:37:18.403Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2022-05-19T10:37:18.403Z] === RUN TestDockerSuite/TestCpRelativePath [2022-05-19T10:37:21.355Z] === RUN TestDockerSuite/TestCpSpecialFiles [2022-05-19T10:37:21.355Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2022-05-19T10:37:21.355Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2022-05-19T10:37:21.355Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2022-05-19T10:37:21.355Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2022-05-19T10:37:21.355Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2022-05-19T10:37:21.355Z] === RUN TestDockerSuite/TestCpToCaseA [2022-05-19T10:37:21.576Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2022-05-19T10:37:21.576Z] docker_cli_build_test.go:2151: unmatched requirement DaemonIsLinux [2022-05-19T10:37:21.576Z] === RUN TestDockerSuite/TestBuildWithVolumes [2022-05-19T10:37:21.576Z] docker_cli_build_test.go:1233: unmatched requirement DaemonIsLinux [2022-05-19T10:37:21.576Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2022-05-19T10:37:21.576Z] docker_cli_build_test.go:6055: unmatched requirement DaemonIsLinux [2022-05-19T10:37:21.576Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2022-05-19T10:37:23.144Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2022-05-19T10:37:27.226Z] === RUN TestDockerSuite/TestCpToCaseB [2022-05-19T10:37:30.189Z] === RUN TestDockerSuite/TestCpToCaseC [2022-05-19T10:37:30.189Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2022-05-19T10:37:30.189Z] === RUN TestDockerSuite/TestCpToCaseD [2022-05-19T10:37:30.189Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2022-05-19T10:37:30.189Z] === RUN TestDockerSuite/TestCpToCaseE [2022-05-19T10:37:33.583Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2022-05-19T10:37:35.155Z] === RUN TestDockerSuite/TestBuildXZHost [2022-05-19T10:37:35.155Z] docker_cli_build_test.go:3651: unmatched requirement DaemonIsLinux [2022-05-19T10:37:35.155Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2022-05-19T10:37:35.155Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2022-05-19T10:37:35.624Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2022-05-19T10:37:35.624Z] docker_cli_sni_test.go:18: Flakey test [2022-05-19T10:37:35.624Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2022-05-19T10:37:37.844Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2022-05-19T10:37:42.689Z] === RUN TestDockerSuite/TestCpToCaseF [2022-05-19T10:37:42.689Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2022-05-19T10:37:42.689Z] === RUN TestDockerSuite/TestCpToCaseG [2022-05-19T10:37:42.689Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2022-05-19T10:37:42.689Z] === RUN TestDockerSuite/TestCpToCaseH [2022-05-19T10:37:43.725Z] === RUN TestDockerSuite/TestCommitChange [2022-05-19T10:37:44.363Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2022-05-19T10:37:44.364Z] === RUN TestDockerSuite/TestBuildWindowsUser [2022-05-19T10:37:48.514Z] === RUN TestDockerSuite/TestCommitChangeLabels [2022-05-19T10:37:54.394Z] === RUN TestDockerSuite/TestCommitHardlink [2022-05-19T10:37:54.394Z] docker_cli_commit_test.go:70: unmatched requirement DaemonIsLinux [2022-05-19T10:37:54.394Z] === RUN TestDockerSuite/TestCommitNewFile [2022-05-19T10:37:54.787Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2022-05-19T10:37:55.188Z] === RUN TestDockerSuite/TestCpToCaseI [2022-05-19T10:37:55.188Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2022-05-19T10:37:55.188Z] === RUN TestDockerSuite/TestCpToCaseJ [2022-05-19T10:37:55.188Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2022-05-19T10:37:55.188Z] === RUN TestDockerSuite/TestCpToDot [2022-05-19T10:37:56.753Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2022-05-19T10:37:56.753Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2022-05-19T10:37:56.753Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2022-05-19T10:37:56.753Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2022-05-19T10:37:56.753Z] === RUN TestDockerSuite/TestCpToStdout [2022-05-19T10:38:00.546Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2022-05-19T10:38:00.546Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2022-05-19T10:38:00.546Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2022-05-19T10:38:00.546Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2022-05-19T10:38:00.546Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2022-05-19T10:38:00.546Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2022-05-19T10:38:00.546Z] === RUN TestDockerSuite/TestCpVolumePath [2022-05-19T10:38:00.546Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2022-05-19T10:38:00.546Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2022-05-19T10:38:00.546Z] === RUN TestDockerSuite/TestCreateArgs [2022-05-19T10:38:01.014Z] === RUN TestDockerSuite/TestCreateByImageID [2022-05-19T10:38:01.949Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2022-05-19T10:38:01.949Z] docker_cli_build_test.go:5566: unmatched requirement DaemonIsLinux [2022-05-19T10:38:01.949Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2022-05-19T10:38:01.949Z] docker_cli_build_test.go:5582: unmatched requirement DaemonIsLinux [2022-05-19T10:38:01.949Z] === RUN TestDockerSuite/TestBuildWithFailure [2022-05-19T10:38:03.233Z] === RUN TestDockerSuite/TestCreateEchoStdout [2022-05-19T10:38:06.724Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2022-05-19T10:38:06.724Z] docker_cli_build_test.go:1050: unmatched requirement DaemonIsLinux [2022-05-19T10:38:06.724Z] === RUN TestDockerSuite/TestBuildWithRecycleBin [2022-05-19T10:38:06.897Z] === RUN TestDockerSuite/TestCommitPausedContainer [2022-05-19T10:38:06.897Z] docker_cli_commit_test.go:45: unmatched requirement DaemonIsLinux [2022-05-19T10:38:06.897Z] === RUN TestDockerSuite/TestCommitTTY [2022-05-19T10:38:07.027Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2022-05-19T10:38:07.027Z] === RUN TestDockerSuite/TestCreateHostConfig [2022-05-19T10:38:07.027Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2022-05-19T10:38:09.249Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2022-05-19T10:38:10.235Z] === RUN TestDockerSuite/TestCreateLabels [2022-05-19T10:38:10.235Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2022-05-19T10:38:10.235Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2022-05-19T10:38:10.235Z] === RUN TestDockerSuite/TestCreateRM [2022-05-19T10:38:11.222Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2022-05-19T10:38:11.222Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-05-19T10:38:11.222Z] === RUN TestDockerSuite/TestCreateStopSignal [2022-05-19T10:38:11.222Z] === RUN TestDockerSuite/TestCreateStopTimeout [2022-05-19T10:38:11.692Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2022-05-19T10:38:14.073Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2022-05-19T10:38:18.835Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2022-05-19T10:38:18.835Z] docker_cli_commit_test.go:98: unmatched requirement DaemonIsLinux [2022-05-19T10:38:18.835Z] === RUN TestDockerSuite/TestCommitWithoutPause [2022-05-19T10:38:18.835Z] docker_cli_commit_test.go:29: unmatched requirement DaemonIsLinux [2022-05-19T10:38:18.835Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2022-05-19T10:38:18.835Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2022-05-19T10:38:18.835Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2022-05-19T10:38:18.835Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2022-05-19T10:38:19.307Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2022-05-19T10:38:19.307Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2022-05-19T10:38:19.307Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2022-05-19T10:38:19.307Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2022-05-19T10:38:19.307Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2022-05-19T10:38:19.307Z] docker_api_containers_test.go:505: unmatched requirement DaemonIsLinux [2022-05-19T10:38:19.307Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2022-05-19T10:38:19.307Z] === RUN TestDockerSuite/TestContainerAPICommit [2022-05-19T10:38:22.132Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2022-05-19T10:38:22.132Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2022-05-19T10:38:23.118Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2022-05-19T10:38:24.548Z] === RUN TestDockerSuite/TestBuildWithTabs [2022-05-19T10:38:26.910Z] === RUN TestDockerSuite/TestCreateWithPortRange [2022-05-19T10:38:26.910Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2022-05-19T10:38:26.910Z] docker_api_containers_test.go:855: unmatched requirement DaemonIsLinux [2022-05-19T10:38:26.910Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2022-05-19T10:38:27.985Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2022-05-19T10:38:29.313Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2022-05-19T10:38:29.781Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2022-05-19T10:38:30.703Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2022-05-19T10:38:30.703Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2022-05-19T10:38:30.703Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2022-05-19T10:38:30.703Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2022-05-19T10:38:30.703Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2022-05-19T10:38:30.703Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2022-05-19T10:38:30.703Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2022-05-19T10:38:30.703Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2022-05-19T10:38:30.703Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2022-05-19T10:38:30.703Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2022-05-19T10:38:30.703Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2022-05-19T10:38:30.703Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2022-05-19T10:38:30.703Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2022-05-19T10:38:30.703Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2022-05-19T10:38:30.703Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2022-05-19T10:38:30.703Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2022-05-19T10:38:30.703Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2022-05-19T10:38:30.703Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2022-05-19T10:38:30.703Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2022-05-19T10:38:30.703Z] === RUN TestDockerSuite/TestDevicePermissions [2022-05-19T10:38:30.703Z] docker_cli_run_test.go:2963: unmatched requirement DaemonIsLinux [2022-05-19T10:38:30.703Z] === RUN TestDockerSuite/TestDockerFails [2022-05-19T10:38:30.703Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2022-05-19T10:38:30.703Z] docker_cli_volume_test.go:453: unmatched requirement DaemonIsLinux [2022-05-19T10:38:30.703Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2022-05-19T10:38:30.703Z] docker_cli_volume_test.go:494: unmatched requirement DaemonIsLinux [2022-05-19T10:38:30.703Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2022-05-19T10:38:30.703Z] docker_cli_volume_test.go:536: unmatched requirement DaemonIsLinux [2022-05-19T10:38:30.703Z] === RUN TestDockerSuite/TestEventsAttach [2022-05-19T10:38:30.703Z] docker_cli_events_test.go:466: unmatched requirement DaemonIsLinux [2022-05-19T10:38:30.703Z] === RUN TestDockerSuite/TestEventsCommit [2022-05-19T10:38:30.703Z] docker_cli_events_test.go:397: unmatched requirement DaemonIsLinux [2022-05-19T10:38:30.703Z] === RUN TestDockerSuite/TestEventsContainerEvents [2022-05-19T10:38:34.681Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2022-05-19T10:38:37.636Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2022-05-19T10:38:40.595Z] === RUN TestDockerSuite/TestEventsContainerRestart [2022-05-19T10:38:40.703Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2022-05-19T10:38:40.703Z] docker_api_containers_test.go:1099: unmatched requirement DaemonIsLinux [2022-05-19T10:38:40.703Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2022-05-19T10:38:42.272Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2022-05-19T10:38:42.272Z] docker_api_containers_test.go:1025: unmatched requirement DaemonIsLinux [2022-05-19T10:38:42.272Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2022-05-19T10:38:42.272Z] docker_api_containers_test.go:1055: unmatched requirement DaemonIsLinux [2022-05-19T10:38:42.272Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2022-05-19T10:38:42.272Z] docker_api_containers_test.go:1077: unmatched requirement DaemonIsLinux [2022-05-19T10:38:42.272Z] === RUN TestDockerSuite/TestContainerAPICreate [2022-05-19T10:38:47.819Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2022-05-19T10:38:47.819Z] docker_cli_build_test.go:2151: unmatched requirement DaemonIsLinux [2022-05-19T10:38:48.294Z] === RUN TestDockerSuite/TestBuildWithVolumes [2022-05-19T10:38:48.294Z] docker_cli_build_test.go:1233: unmatched requirement DaemonIsLinux [2022-05-19T10:38:48.769Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2022-05-19T10:38:48.769Z] docker_cli_build_test.go:6055: unmatched requirement DaemonIsLinux [2022-05-19T10:38:48.769Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2022-05-19T10:38:49.451Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2022-05-19T10:38:49.451Z] docker_api_containers_test.go:588: unmatched requirement DaemonIsLinux [2022-05-19T10:38:49.921Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2022-05-19T10:38:49.921Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2022-05-19T10:38:50.332Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2022-05-19T10:38:52.882Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2022-05-19T10:38:52.882Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2022-05-19T10:38:52.882Z] docker_api_containers_test.go:1355: unmatched requirement DaemonIsLinux [2022-05-19T10:38:52.882Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2022-05-19T10:38:52.882Z] docker_api_containers_test.go:594: unmatched requirement DaemonIsLinux [2022-05-19T10:38:52.882Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2022-05-19T10:38:52.882Z] docker_api_containers_test.go:623: unmatched requirement DaemonIsLinux [2022-05-19T10:38:52.882Z] === RUN TestDockerSuite/TestContainerAPIDelete [2022-05-19T10:38:53.101Z] === RUN TestDockerSuite/TestEventsCopy [2022-05-19T10:38:55.848Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2022-05-19T10:38:57.861Z] === RUN TestDockerSuite/TestEventsFilterContainer [2022-05-19T10:38:58.070Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2022-05-19T10:39:00.298Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2022-05-19T10:39:00.298Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2022-05-19T10:39:00.298Z] docker_api_containers_test.go:1153: unmatched requirement DaemonIsLinux [2022-05-19T10:39:00.768Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2022-05-19T10:39:02.837Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2022-05-19T10:39:03.055Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2022-05-19T10:39:03.055Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2022-05-19T10:39:04.400Z] === RUN TestDockerSuite/TestBuildXZHost [2022-05-19T10:39:04.400Z] docker_cli_build_test.go:3651: unmatched requirement DaemonIsLinux [2022-05-19T10:39:04.870Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2022-05-19T10:39:04.870Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2022-05-19T10:39:05.033Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2022-05-19T10:39:05.338Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2022-05-19T10:39:05.338Z] docker_cli_sni_test.go:18: Flakey test [2022-05-19T10:39:05.338Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2022-05-19T10:39:06.018Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2022-05-19T10:39:06.018Z] docker_api_containers_test.go:128: unmatched requirement DaemonIsLinux [2022-05-19T10:39:06.018Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2022-05-19T10:39:06.018Z] docker_api_containers_test.go:101: unmatched requirement DaemonIsLinux [2022-05-19T10:39:06.018Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2022-05-19T10:39:07.989Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2022-05-19T10:39:08.240Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2022-05-19T10:39:08.240Z] === RUN TestDockerSuite/TestContainerAPIKill [2022-05-19T10:39:08.286Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2022-05-19T10:39:08.286Z] docker_cli_commit_test.go:14: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2022-05-19T10:39:08.286Z] === RUN TestDockerSuite/TestCommitChange [2022-05-19T10:39:08.982Z] === RUN TestDockerSuite/TestEventsFilterImageName [2022-05-19T10:39:10.460Z] === RUN TestDockerSuite/TestContainerAPIPause [2022-05-19T10:39:10.460Z] docker_api_containers_test.go:366: unmatched requirement DaemonIsLinux [2022-05-19T10:39:10.460Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2022-05-19T10:39:13.423Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2022-05-19T10:39:13.892Z] === RUN TestDockerSuite/TestContainerAPIRename [2022-05-19T10:39:14.871Z] === RUN TestDockerSuite/TestEventsFilterLabels [2022-05-19T10:39:15.343Z] === RUN TestDockerSuite/TestEventsFilterType [2022-05-19T10:39:15.450Z] === RUN TestDockerSuite/TestCommitChangeLabels [2022-05-19T10:39:16.115Z] === RUN TestDockerSuite/TestContainerAPIRestart [2022-05-19T10:39:16.330Z] === RUN TestDockerSuite/TestEventsFilters [2022-05-19T10:39:21.317Z] === RUN TestDockerSuite/TestCommitHardlink [2022-05-19T10:39:21.317Z] docker_cli_commit_test.go:70: unmatched requirement DaemonIsLinux [2022-05-19T10:39:21.317Z] === RUN TestDockerSuite/TestCommitNewFile [2022-05-19T10:39:22.207Z] === RUN TestDockerSuite/TestEventsFormat [2022-05-19T10:39:26.562Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2022-05-19T10:39:29.374Z] === RUN TestDockerSuite/TestEventsFormatBadField [2022-05-19T10:39:29.374Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2022-05-19T10:39:29.374Z] === RUN TestDockerSuite/TestEventsImageImport [2022-05-19T10:39:29.374Z] docker_cli_events_test.go:170: unmatched requirement DaemonIsLinux [2022-05-19T10:39:29.374Z] === RUN TestDockerSuite/TestEventsImageLoad [2022-05-19T10:39:29.374Z] docker_cli_events_test.go:192: unmatched requirement DaemonIsLinux [2022-05-19T10:39:29.374Z] === RUN TestDockerSuite/TestEventsImagePull [2022-05-19T10:39:29.374Z] docker_cli_events_test.go:151: unmatched requirement DaemonIsLinux [2022-05-19T10:39:29.374Z] === RUN TestDockerSuite/TestEventsImageTag [2022-05-19T10:39:29.681Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2022-05-19T10:39:29.681Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2022-05-19T10:39:29.681Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2022-05-19T10:39:29.681Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2022-05-19T10:39:29.681Z] === RUN TestDockerSuite/TestContainerAPIStart [2022-05-19T10:39:30.363Z] === RUN TestDockerSuite/TestEventsPluginOps [2022-05-19T10:39:30.363Z] docker_cli_events_test.go:231: unmatched requirement DaemonIsLinux [2022-05-19T10:39:30.363Z] === RUN TestDockerSuite/TestEventsRename [2022-05-19T10:39:31.735Z] === RUN TestDockerSuite/TestCommitPausedContainer [2022-05-19T10:39:31.735Z] docker_cli_commit_test.go:45: unmatched requirement DaemonIsLinux [2022-05-19T10:39:31.735Z] === RUN TestDockerSuite/TestCommitTTY [2022-05-19T10:39:31.902Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2022-05-19T10:39:31.902Z] docker_api_containers_test.go:1603: unmatched requirement DaemonIsLinux [2022-05-19T10:39:31.902Z] === RUN TestDockerSuite/TestContainerAPIStop [2022-05-19T10:39:33.316Z] === RUN TestDockerSuite/TestEventsResize [2022-05-19T10:39:40.577Z] === RUN TestDockerSuite/TestContainerAPITop [2022-05-19T10:39:40.577Z] docker_api_containers_test.go:396: unmatched requirement DaemonIsLinux [2022-05-19T10:39:40.577Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2022-05-19T10:39:41.979Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2022-05-19T10:39:42.147Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2022-05-19T10:39:42.147Z] === RUN TestDockerSuite/TestContainerAPIWait [2022-05-19T10:39:42.152Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2022-05-19T10:39:44.933Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2022-05-19T10:39:46.912Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2022-05-19T10:39:47.891Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2022-05-19T10:39:48.015Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2022-05-19T10:39:48.015Z] docker_cli_commit_test.go:98: unmatched requirement DaemonIsLinux [2022-05-19T10:39:48.015Z] === RUN TestDockerSuite/TestCommitWithoutPause [2022-05-19T10:39:48.015Z] docker_cli_commit_test.go:29: unmatched requirement DaemonIsLinux [2022-05-19T10:39:48.015Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2022-05-19T10:39:48.015Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2022-05-19T10:39:48.015Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2022-05-19T10:39:48.015Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2022-05-19T10:39:48.015Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2022-05-19T10:39:48.015Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2022-05-19T10:39:48.015Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2022-05-19T10:39:48.015Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2022-05-19T10:39:48.015Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2022-05-19T10:39:48.015Z] docker_api_containers_test.go:505: unmatched requirement DaemonIsLinux [2022-05-19T10:39:48.015Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2022-05-19T10:39:48.015Z] === RUN TestDockerSuite/TestContainerAPICommit [2022-05-19T10:39:49.135Z] === RUN TestDockerSuite/TestContainerNetworkMode [2022-05-19T10:39:49.135Z] docker_cli_run_test.go:2403: unmatched requirement DaemonIsLinux [2022-05-19T10:39:49.135Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2022-05-19T10:39:49.135Z] docker_cli_run_test.go:3498: unmatched requirement DaemonIsLinux [2022-05-19T10:39:49.135Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2022-05-19T10:39:49.135Z] docker_cli_run_test.go:3530: unmatched requirement DaemonIsLinux [2022-05-19T10:39:49.135Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2022-05-19T10:39:49.135Z] docker_cli_run_test.go:3561: unmatched requirement DaemonIsLinux [2022-05-19T10:39:49.135Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2022-05-19T10:39:49.135Z] docker_cli_run_test.go:3544: unmatched requirement DaemonIsLinux [2022-05-19T10:39:49.135Z] === RUN TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe [2022-05-19T10:39:51.356Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2022-05-19T10:39:51.356Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false_____} [2022-05-19T10:39:53.771Z] === RUN TestDockerSuite/TestEventsTop [2022-05-19T10:39:53.771Z] docker_cli_events_test.go:515: unmatched requirement DaemonIsLinux [2022-05-19T10:39:53.771Z] === RUN TestDockerSuite/TestEventsUntag [2022-05-19T10:39:56.727Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2022-05-19T10:39:58.438Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2022-05-19T10:40:00.039Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false_____} [2022-05-19T10:40:01.484Z] === RUN TestDockerSuite/TestExec [2022-05-19T10:40:01.484Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2022-05-19T10:40:01.484Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2022-05-19T10:40:01.484Z] docker_api_exec_test.go:65: unmatched requirement DaemonIsLinux [2022-05-19T10:40:01.953Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2022-05-19T10:40:04.181Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2022-05-19T10:40:07.133Z] === RUN TestDockerSuite/TestExecAPIStart [2022-05-19T10:40:07.133Z] docker_api_exec_test.go:83: unmatched requirement DaemonIsLinux [2022-05-19T10:40:07.133Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2022-05-19T10:40:07.133Z] docker_api_exec_test.go:120: unmatched requirement DaemonIsLinux [2022-05-19T10:40:07.133Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2022-05-19T10:40:07.133Z] docker_api_exec_test.go:110: unmatched requirement DaemonIsLinux [2022-05-19T10:40:07.133Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2022-05-19T10:40:07.210Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false_____} [2022-05-19T10:40:08.859Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2022-05-19T10:40:08.859Z] docker_api_containers_test.go:1099: unmatched requirement DaemonIsLinux [2022-05-19T10:40:08.859Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2022-05-19T10:40:09.349Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2022-05-19T10:40:09.431Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true_____} [2022-05-19T10:40:11.073Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2022-05-19T10:40:11.073Z] docker_api_containers_test.go:1025: unmatched requirement DaemonIsLinux [2022-05-19T10:40:11.073Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2022-05-19T10:40:11.073Z] docker_api_containers_test.go:1055: unmatched requirement DaemonIsLinux [2022-05-19T10:40:11.540Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2022-05-19T10:40:11.540Z] docker_api_containers_test.go:1077: unmatched requirement DaemonIsLinux [2022-05-19T10:40:11.540Z] === RUN TestDockerSuite/TestContainerAPICreate [2022-05-19T10:40:12.304Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2022-05-19T10:40:12.389Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc000625488__} [2022-05-19T10:40:14.519Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2022-05-19T10:40:15.328Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2022-05-19T10:40:15.328Z] docker_api_containers_test.go:588: unmatched requirement DaemonIsLinux [2022-05-19T10:40:15.328Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2022-05-19T10:40:15.328Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2022-05-19T10:40:15.350Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-142172606_c:\foo_false_____} [2022-05-19T10:40:17.470Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2022-05-19T10:40:17.571Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-142172606_c:\foo_true_____} [2022-05-19T10:40:19.114Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2022-05-19T10:40:19.114Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2022-05-19T10:40:19.114Z] docker_api_containers_test.go:1355: unmatched requirement DaemonIsLinux [2022-05-19T10:40:19.114Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2022-05-19T10:40:19.114Z] docker_api_containers_test.go:594: unmatched requirement DaemonIsLinux [2022-05-19T10:40:19.114Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2022-05-19T10:40:19.114Z] docker_api_containers_test.go:623: unmatched requirement DaemonIsLinux [2022-05-19T10:40:19.114Z] === RUN TestDockerSuite/TestContainerAPIDelete [2022-05-19T10:40:22.904Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2022-05-19T10:40:23.344Z] === RUN TestDockerSuite/TestExecCgroup [2022-05-19T10:40:23.344Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2022-05-19T10:40:23.344Z] === RUN TestDockerSuite/TestExecEnv [2022-05-19T10:40:23.344Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2022-05-19T10:40:23.344Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2022-05-19T10:40:23.344Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2022-05-19T10:40:23.344Z] === RUN TestDockerSuite/TestExecExitStatus [2022-05-19T10:40:26.300Z] === RUN TestDockerSuite/TestExecInspectID [2022-05-19T10:40:26.303Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2022-05-19T10:40:26.303Z] docker_api_containers_test.go:2184: unmatched requirement DaemonIsLinux [2022-05-19T10:40:26.303Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2022-05-19T10:40:26.303Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2022-05-19T10:40:26.303Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2022-05-19T10:40:26.303Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2022-05-19T10:40:26.303Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2022-05-19T10:40:26.303Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2022-05-19T10:40:26.303Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2022-05-19T10:40:26.303Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2022-05-19T10:40:26.303Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2022-05-19T10:40:26.303Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2022-05-19T10:40:26.303Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2022-05-19T10:40:26.303Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2022-05-19T10:40:26.303Z] docker_cli_run_test.go:3434: unmatched requirement DaemonIsLinux [2022-05-19T10:40:26.303Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2022-05-19T10:40:26.303Z] docker_cli_run_test.go:3426: unmatched requirement DaemonIsLinux [2022-05-19T10:40:26.303Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2022-05-19T10:40:26.303Z] docker_cli_run_test.go:3453: unmatched requirement DaemonIsLinux [2022-05-19T10:40:26.303Z] === RUN TestDockerSuite/TestCopyAndRestart [2022-05-19T10:40:26.303Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2022-05-19T10:40:26.303Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2022-05-19T10:40:26.303Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2022-05-19T10:40:26.303Z] === RUN TestDockerSuite/TestCpAbsolutePath [2022-05-19T10:40:27.656Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2022-05-19T10:40:31.055Z] === RUN TestDockerSuite/TestExecInteractive [2022-05-19T10:40:31.055Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2022-05-19T10:40:31.055Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2022-05-19T10:40:31.055Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2022-05-19T10:40:31.055Z] === RUN TestDockerSuite/TestExecParseError [2022-05-19T10:40:31.055Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2022-05-19T10:40:31.055Z] === RUN TestDockerSuite/TestExecPausedContainer [2022-05-19T10:40:31.055Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2022-05-19T10:40:31.055Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2022-05-19T10:40:31.055Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2022-05-19T10:40:31.055Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2022-05-19T10:40:31.450Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2022-05-19T10:40:31.450Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2022-05-19T10:40:31.450Z] docker_api_containers_test.go:1153: unmatched requirement DaemonIsLinux [2022-05-19T10:40:31.450Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2022-05-19T10:40:33.467Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2022-05-19T10:40:33.467Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2022-05-19T10:40:33.467Z] === RUN TestDockerSuite/TestCpFromCaseA [2022-05-19T10:40:33.467Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2022-05-19T10:40:33.467Z] === RUN TestDockerSuite/TestCpFromCaseB [2022-05-19T10:40:33.467Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2022-05-19T10:40:33.467Z] === RUN TestDockerSuite/TestCpFromCaseC [2022-05-19T10:40:33.467Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2022-05-19T10:40:33.937Z] === RUN TestDockerSuite/TestCpFromCaseD [2022-05-19T10:40:33.937Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2022-05-19T10:40:33.937Z] === RUN TestDockerSuite/TestCpFromCaseE [2022-05-19T10:40:33.937Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2022-05-19T10:40:33.937Z] === RUN TestDockerSuite/TestCpFromCaseF [2022-05-19T10:40:33.937Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2022-05-19T10:40:33.937Z] === RUN TestDockerSuite/TestCpFromCaseG [2022-05-19T10:40:33.937Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2022-05-19T10:40:33.937Z] === RUN TestDockerSuite/TestCpFromCaseH [2022-05-19T10:40:33.937Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2022-05-19T10:40:33.937Z] === RUN TestDockerSuite/TestCpFromCaseI [2022-05-19T10:40:33.937Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2022-05-19T10:40:33.937Z] === RUN TestDockerSuite/TestCpFromCaseJ [2022-05-19T10:40:33.937Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2022-05-19T10:40:33.937Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2022-05-19T10:40:33.937Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2022-05-19T10:40:33.937Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2022-05-19T10:40:33.937Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2022-05-19T10:40:33.937Z] === RUN TestDockerSuite/TestCpGarbagePath [2022-05-19T10:40:34.015Z] === RUN TestDockerSuite/TestExecSetEnv [2022-05-19T10:40:34.015Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2022-05-19T10:40:34.015Z] === RUN TestDockerSuite/TestExecStartFails [2022-05-19T10:40:34.015Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2022-05-19T10:40:34.015Z] === RUN TestDockerSuite/TestExecStateCleanup [2022-05-19T10:40:34.015Z] docker_api_exec_test.go:210: unmatched requirement DaemonIsLinux [2022-05-19T10:40:34.015Z] === RUN TestDockerSuite/TestExecStopNotHanging [2022-05-19T10:40:34.015Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2022-05-19T10:40:34.015Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2022-05-19T10:40:34.015Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2022-05-19T10:40:34.484Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2022-05-19T10:40:35.243Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2022-05-19T10:40:35.711Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2022-05-19T10:40:36.900Z] === RUN TestDockerSuite/TestCpLocalOnly [2022-05-19T10:40:36.900Z] === RUN TestDockerSuite/TestCpNameHasColon [2022-05-19T10:40:36.900Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2022-05-19T10:40:36.900Z] === RUN TestDockerSuite/TestCpRelativePath [2022-05-19T10:40:37.436Z] === RUN TestDockerSuite/TestExecUlimits [2022-05-19T10:40:37.436Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2022-05-19T10:40:37.436Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2022-05-19T10:40:39.499Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2022-05-19T10:40:39.499Z] docker_api_containers_test.go:128: unmatched requirement DaemonIsLinux [2022-05-19T10:40:39.499Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2022-05-19T10:40:39.499Z] docker_api_containers_test.go:101: unmatched requirement DaemonIsLinux [2022-05-19T10:40:39.499Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2022-05-19T10:40:40.002Z] === RUN TestDockerSuite/TestCpSpecialFiles [2022-05-19T10:40:40.002Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2022-05-19T10:40:40.002Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2022-05-19T10:40:40.002Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2022-05-19T10:40:40.002Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2022-05-19T10:40:40.002Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2022-05-19T10:40:40.002Z] === RUN TestDockerSuite/TestCpToCaseA [2022-05-19T10:40:43.292Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2022-05-19T10:40:43.292Z] === RUN TestDockerSuite/TestContainerAPIKill [2022-05-19T10:40:44.764Z] === RUN TestDockerSuite/TestCpToCaseB [2022-05-19T10:40:44.787Z] === RUN TestDockerSuite/TestExecWithImageUser [2022-05-19T10:40:44.787Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2022-05-19T10:40:44.787Z] === RUN TestDockerSuite/TestExecWithPrivileged [2022-05-19T10:40:44.787Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2022-05-19T10:40:44.787Z] === RUN TestDockerSuite/TestExecWithUser [2022-05-19T10:40:44.787Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2022-05-19T10:40:44.787Z] === RUN TestDockerSuite/TestGetContainerStats [2022-05-19T10:40:47.080Z] === RUN TestDockerSuite/TestContainerAPIPause [2022-05-19T10:40:47.080Z] docker_api_containers_test.go:366: unmatched requirement DaemonIsLinux [2022-05-19T10:40:47.080Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2022-05-19T10:40:47.722Z] === RUN TestDockerSuite/TestCpToCaseC [2022-05-19T10:40:47.722Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2022-05-19T10:40:47.722Z] === RUN TestDockerSuite/TestCpToCaseD [2022-05-19T10:40:47.722Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2022-05-19T10:40:47.722Z] === RUN TestDockerSuite/TestCpToCaseE [2022-05-19T10:40:50.662Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2022-05-19T10:40:50.874Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2022-05-19T10:40:50.874Z] === RUN TestDockerSuite/TestContainerAPIRename [2022-05-19T10:40:54.669Z] === RUN TestDockerSuite/TestContainerAPIRestart [2022-05-19T10:40:57.827Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2022-05-19T10:41:00.781Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2022-05-19T10:41:01.820Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2022-05-19T10:41:02.668Z] === RUN TestDockerSuite/TestCpToCaseF [2022-05-19T10:41:02.668Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2022-05-19T10:41:02.668Z] === RUN TestDockerSuite/TestCpToCaseG [2022-05-19T10:41:02.668Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2022-05-19T10:41:02.668Z] === RUN TestDockerSuite/TestCpToCaseH [2022-05-19T10:41:07.682Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2022-05-19T10:41:07.682Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2022-05-19T10:41:07.682Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2022-05-19T10:41:07.682Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2022-05-19T10:41:07.682Z] === RUN TestDockerSuite/TestContainerAPIStart [2022-05-19T10:41:07.953Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2022-05-19T10:41:07.953Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2022-05-19T10:41:07.953Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2022-05-19T10:41:07.953Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2022-05-19T10:41:07.953Z] === RUN TestDockerSuite/TestHealth [2022-05-19T10:41:07.953Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2022-05-19T10:41:07.953Z] === RUN TestDockerSuite/TestHistoryExistentImage [2022-05-19T10:41:07.953Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2022-05-19T10:41:07.953Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2022-05-19T10:41:07.953Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2022-05-19T10:41:11.355Z] === RUN TestDockerSuite/TestCpToCaseI [2022-05-19T10:41:11.355Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2022-05-19T10:41:11.471Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2022-05-19T10:41:11.471Z] docker_api_containers_test.go:1603: unmatched requirement DaemonIsLinux [2022-05-19T10:41:11.471Z] === RUN TestDockerSuite/TestContainerAPIStop [2022-05-19T10:41:11.824Z] === RUN TestDockerSuite/TestCpToCaseJ [2022-05-19T10:41:11.824Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2022-05-19T10:41:11.824Z] === RUN TestDockerSuite/TestCpToDot [2022-05-19T10:41:13.826Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2022-05-19T10:41:13.826Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2022-05-19T10:41:13.826Z] docker_cli_images_test.go:227: unmatched requirement DaemonIsLinux [2022-05-19T10:41:13.826Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2022-05-19T10:41:13.826Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2022-05-19T10:41:14.297Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2022-05-19T10:41:14.297Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2022-05-19T10:41:14.782Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2022-05-19T10:41:14.782Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2022-05-19T10:41:14.782Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2022-05-19T10:41:14.782Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2022-05-19T10:41:14.782Z] === RUN TestDockerSuite/TestCpToStdout [2022-05-19T10:41:15.257Z] === RUN TestDockerSuite/TestContainerAPITop [2022-05-19T10:41:15.257Z] docker_api_containers_test.go:396: unmatched requirement DaemonIsLinux [2022-05-19T10:41:15.257Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2022-05-19T10:41:15.284Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2022-05-19T10:41:15.284Z] docker_cli_images_test.go:282: unmatched requirement DaemonIsLinux [2022-05-19T10:41:15.284Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2022-05-19T10:41:16.847Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2022-05-19T10:41:16.847Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2022-05-19T10:41:17.008Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2022-05-19T10:41:17.008Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2022-05-19T10:41:17.008Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2022-05-19T10:41:17.008Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2022-05-19T10:41:17.008Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2022-05-19T10:41:17.008Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2022-05-19T10:41:17.008Z] === RUN TestDockerSuite/TestCpVolumePath [2022-05-19T10:41:17.008Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2022-05-19T10:41:17.008Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2022-05-19T10:41:17.497Z] === RUN TestDockerSuite/TestCreateArgs [2022-05-19T10:41:17.497Z] === RUN TestDockerSuite/TestCreateByImageID [2022-05-19T10:41:19.043Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2022-05-19T10:41:19.075Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2022-05-19T10:41:19.511Z] === RUN TestDockerSuite/TestContainerAPIWait [2022-05-19T10:41:19.546Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2022-05-19T10:41:19.716Z] === RUN TestDockerSuite/TestCreateEchoStdout [2022-05-19T10:41:22.505Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2022-05-19T10:41:22.673Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2022-05-19T10:41:22.673Z] === RUN TestDockerSuite/TestCreateHostConfig [2022-05-19T10:41:23.143Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2022-05-19T10:41:25.362Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2022-05-19T10:41:25.372Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2022-05-19T10:41:25.831Z] === RUN TestDockerSuite/TestCreateLabels [2022-05-19T10:41:26.299Z] === RUN TestDockerSuite/TestImagesFormat [2022-05-19T10:41:26.299Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2022-05-19T10:41:26.299Z] docker_cli_images_test.go:341: unmatched requirement DaemonIsLinux [2022-05-19T10:41:26.299Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2022-05-19T10:41:26.302Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2022-05-19T10:41:26.302Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2022-05-19T10:41:26.302Z] === RUN TestDockerSuite/TestCreateRM [2022-05-19T10:41:26.771Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2022-05-19T10:41:26.771Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-05-19T10:41:26.771Z] === RUN TestDockerSuite/TestCreateStopSignal [2022-05-19T10:41:26.771Z] === RUN TestDockerSuite/TestCreateStopTimeout [2022-05-19T10:41:27.241Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2022-05-19T10:41:29.175Z] === RUN TestDockerSuite/TestContainerNetworkMode [2022-05-19T10:41:29.175Z] docker_cli_run_test.go:2403: unmatched requirement DaemonIsLinux [2022-05-19T10:41:29.175Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2022-05-19T10:41:29.175Z] docker_cli_run_test.go:3498: unmatched requirement DaemonIsLinux [2022-05-19T10:41:29.175Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2022-05-19T10:41:29.175Z] docker_cli_run_test.go:3530: unmatched requirement DaemonIsLinux [2022-05-19T10:41:29.175Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2022-05-19T10:41:29.175Z] docker_cli_run_test.go:3561: unmatched requirement DaemonIsLinux [2022-05-19T10:41:29.175Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2022-05-19T10:41:29.175Z] docker_cli_run_test.go:3544: unmatched requirement DaemonIsLinux [2022-05-19T10:41:29.175Z] === RUN TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe [2022-05-19T10:41:31.052Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2022-05-19T10:41:31.052Z] === RUN TestDockerSuite/TestImportBadURL [2022-05-19T10:41:31.052Z] === RUN TestDockerSuite/TestImportDisplay [2022-05-19T10:41:31.052Z] docker_cli_import_test.go:18: unmatched requirement DaemonIsLinux [2022-05-19T10:41:31.052Z] === RUN TestDockerSuite/TestImportFile [2022-05-19T10:41:31.052Z] docker_cli_import_test.go:47: unmatched requirement DaemonIsLinux [2022-05-19T10:41:31.052Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2022-05-19T10:41:31.052Z] === RUN TestDockerSuite/TestImportFileWithMessage [2022-05-19T10:41:31.052Z] docker_cli_import_test.go:91: unmatched requirement DaemonIsLinux [2022-05-19T10:41:31.052Z] === RUN TestDockerSuite/TestImportGzipped [2022-05-19T10:41:31.052Z] docker_cli_import_test.go:68: unmatched requirement DaemonIsLinux [2022-05-19T10:41:31.052Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2022-05-19T10:41:31.052Z] docker_cli_import_test.go:127: unmatched requirement DaemonIsLinux [2022-05-19T10:41:31.052Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2022-05-19T10:41:31.052Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2022-05-19T10:41:31.052Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2022-05-19T10:41:31.052Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2022-05-19T10:41:31.052Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2022-05-19T10:41:31.052Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2022-05-19T10:41:31.052Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2022-05-19T10:41:31.052Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2022-05-19T10:41:31.052Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2022-05-19T10:41:31.052Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2022-05-19T10:41:31.052Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-05-19T10:41:31.052Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2022-05-19T10:41:31.387Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2022-05-19T10:41:31.387Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false_____} [2022-05-19T10:41:34.007Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2022-05-19T10:41:35.177Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false_____} [2022-05-19T10:41:36.958Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2022-05-19T10:41:36.958Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2022-05-19T10:41:36.958Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2022-05-19T10:41:36.958Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2022-05-19T10:41:36.958Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2022-05-19T10:41:37.426Z] === RUN TestDockerSuite/TestInspectAmpersand [2022-05-19T10:41:37.426Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2022-05-19T10:41:37.426Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2022-05-19T10:41:38.964Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false_____} [2022-05-19T10:41:40.376Z] === RUN TestDockerSuite/TestInspectByPrefix [2022-05-19T10:41:40.844Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2022-05-19T10:41:42.200Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2022-05-19T10:41:42.200Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2022-05-19T10:41:42.200Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2022-05-19T10:41:42.750Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true_____} [2022-05-19T10:41:43.793Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2022-05-19T10:41:43.793Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T10:41:43.793Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2022-05-19T10:41:43.793Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2022-05-19T10:41:43.793Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2022-05-19T10:41:43.793Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2022-05-19T10:41:43.793Z] === RUN TestDockerSuite/TestInspectDefault [2022-05-19T10:41:45.162Z] === RUN TestDockerSuite/TestCreateWithPortRange [2022-05-19T10:41:45.162Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2022-05-19T10:41:45.162Z] docker_api_containers_test.go:855: unmatched requirement DaemonIsLinux [2022-05-19T10:41:45.162Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2022-05-19T10:41:45.700Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc00055c690__} [2022-05-19T10:41:46.740Z] === RUN TestDockerSuite/TestInspectHistory [2022-05-19T10:41:48.118Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2022-05-19T10:41:48.118Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2022-05-19T10:41:48.118Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2022-05-19T10:41:48.118Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2022-05-19T10:41:48.118Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2022-05-19T10:41:48.118Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2022-05-19T10:41:48.118Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2022-05-19T10:41:48.118Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2022-05-19T10:41:48.118Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2022-05-19T10:41:48.118Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2022-05-19T10:41:48.118Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2022-05-19T10:41:48.118Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2022-05-19T10:41:48.118Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2022-05-19T10:41:48.118Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2022-05-19T10:41:48.118Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2022-05-19T10:41:48.118Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2022-05-19T10:41:48.118Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2022-05-19T10:41:48.118Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2022-05-19T10:41:48.118Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2022-05-19T10:41:48.118Z] === RUN TestDockerSuite/TestDevicePermissions [2022-05-19T10:41:48.118Z] docker_cli_run_test.go:2963: unmatched requirement DaemonIsLinux [2022-05-19T10:41:48.118Z] === RUN TestDockerSuite/TestDockerFails [2022-05-19T10:41:48.118Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2022-05-19T10:41:48.118Z] docker_cli_volume_test.go:453: unmatched requirement DaemonIsLinux [2022-05-19T10:41:48.118Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2022-05-19T10:41:48.118Z] docker_cli_volume_test.go:494: unmatched requirement DaemonIsLinux [2022-05-19T10:41:48.588Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2022-05-19T10:41:48.588Z] docker_cli_volume_test.go:536: unmatched requirement DaemonIsLinux [2022-05-19T10:41:48.588Z] === RUN TestDockerSuite/TestEventsAttach [2022-05-19T10:41:48.588Z] docker_cli_events_test.go:466: unmatched requirement DaemonIsLinux [2022-05-19T10:41:48.588Z] === RUN TestDockerSuite/TestEventsCommit [2022-05-19T10:41:48.588Z] docker_cli_events_test.go:397: unmatched requirement DaemonIsLinux [2022-05-19T10:41:48.588Z] === RUN TestDockerSuite/TestEventsContainerEvents [2022-05-19T10:41:49.488Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-1462019078_c:\foo_false_____} [2022-05-19T10:41:50.808Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2022-05-19T10:41:52.607Z] === RUN TestDockerSuite/TestInspectImage [2022-05-19T10:41:52.607Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2022-05-19T10:41:52.607Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2022-05-19T10:41:52.607Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2022-05-19T10:41:53.075Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2022-05-19T10:41:53.076Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-05-19T10:41:53.076Z] === RUN TestDockerSuite/TestInspectInt64 [2022-05-19T10:41:53.279Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-1462019078_c:\foo_true_____} [2022-05-19T10:41:53.770Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2022-05-19T10:41:56.026Z] === RUN TestDockerSuite/TestInspectJSONFields [2022-05-19T10:41:56.230Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2022-05-19T10:41:56.230Z] docker_api_containers_test.go:2184: unmatched requirement DaemonIsLinux [2022-05-19T10:41:56.230Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2022-05-19T10:41:56.230Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2022-05-19T10:41:56.230Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2022-05-19T10:41:56.230Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2022-05-19T10:41:56.230Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2022-05-19T10:41:56.230Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2022-05-19T10:41:56.230Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2022-05-19T10:41:56.230Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2022-05-19T10:41:56.697Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2022-05-19T10:41:56.697Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2022-05-19T10:41:56.697Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2022-05-19T10:41:56.728Z] === RUN TestDockerSuite/TestEventsContainerRestart [2022-05-19T10:41:57.165Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2022-05-19T10:41:57.165Z] docker_cli_run_test.go:3434: unmatched requirement DaemonIsLinux [2022-05-19T10:41:57.165Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2022-05-19T10:41:57.165Z] docker_cli_run_test.go:3426: unmatched requirement DaemonIsLinux [2022-05-19T10:41:57.165Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2022-05-19T10:41:57.165Z] docker_cli_run_test.go:3453: unmatched requirement DaemonIsLinux [2022-05-19T10:41:57.165Z] === RUN TestDockerSuite/TestCopyAndRestart [2022-05-19T10:41:57.165Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2022-05-19T10:41:57.165Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2022-05-19T10:41:57.165Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2022-05-19T10:41:57.165Z] === RUN TestDockerSuite/TestCpAbsolutePath [2022-05-19T10:41:58.978Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2022-05-19T10:41:58.978Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2022-05-19T10:42:00.962Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2022-05-19T10:42:00.962Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2022-05-19T10:42:00.962Z] === RUN TestDockerSuite/TestCpFromCaseA [2022-05-19T10:42:00.962Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2022-05-19T10:42:00.962Z] === RUN TestDockerSuite/TestCpFromCaseB [2022-05-19T10:42:00.962Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2022-05-19T10:42:00.962Z] === RUN TestDockerSuite/TestCpFromCaseC [2022-05-19T10:42:00.962Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2022-05-19T10:42:00.962Z] === RUN TestDockerSuite/TestCpFromCaseD [2022-05-19T10:42:00.962Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2022-05-19T10:42:00.962Z] === RUN TestDockerSuite/TestCpFromCaseE [2022-05-19T10:42:00.962Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2022-05-19T10:42:00.962Z] === RUN TestDockerSuite/TestCpFromCaseF [2022-05-19T10:42:00.962Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2022-05-19T10:42:00.962Z] === RUN TestDockerSuite/TestCpFromCaseG [2022-05-19T10:42:00.962Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2022-05-19T10:42:00.962Z] === RUN TestDockerSuite/TestCpFromCaseH [2022-05-19T10:42:00.962Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2022-05-19T10:42:00.962Z] === RUN TestDockerSuite/TestCpFromCaseI [2022-05-19T10:42:00.962Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2022-05-19T10:42:00.962Z] === RUN TestDockerSuite/TestCpFromCaseJ [2022-05-19T10:42:00.962Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2022-05-19T10:42:00.962Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2022-05-19T10:42:00.962Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2022-05-19T10:42:00.962Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2022-05-19T10:42:00.962Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2022-05-19T10:42:00.962Z] === RUN TestDockerSuite/TestCpGarbagePath [2022-05-19T10:42:01.931Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2022-05-19T10:42:04.750Z] === RUN TestDockerSuite/TestCpLocalOnly [2022-05-19T10:42:04.751Z] === RUN TestDockerSuite/TestCpNameHasColon [2022-05-19T10:42:04.751Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2022-05-19T10:42:04.882Z] === RUN TestDockerSuite/TestInspectPlugin [2022-05-19T10:42:04.882Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2022-05-19T10:42:04.882Z] === RUN TestDockerSuite/TestInspectRootFS [2022-05-19T10:42:04.882Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2022-05-19T10:42:05.218Z] === RUN TestDockerSuite/TestCpRelativePath [2022-05-19T10:42:05.401Z] === RUN TestDockerSuite/TestEventsCopy [2022-05-19T10:42:07.834Z] === RUN TestDockerSuite/TestInspectStatus [2022-05-19T10:42:09.006Z] === RUN TestDockerSuite/TestCpSpecialFiles [2022-05-19T10:42:09.006Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2022-05-19T10:42:09.006Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2022-05-19T10:42:09.006Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2022-05-19T10:42:09.006Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2022-05-19T10:42:09.006Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2022-05-19T10:42:09.006Z] === RUN TestDockerSuite/TestCpToCaseA [2022-05-19T10:42:10.165Z] === RUN TestDockerSuite/TestEventsFilterContainer [2022-05-19T10:42:11.627Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2022-05-19T10:42:16.043Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2022-05-19T10:42:16.157Z] === RUN TestDockerSuite/TestCpToCaseB [2022-05-19T10:42:17.501Z] === RUN TestDockerSuite/TestInspectTemplateError [2022-05-19T10:42:19.106Z] === RUN TestDockerSuite/TestCpToCaseC [2022-05-19T10:42:19.106Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2022-05-19T10:42:19.107Z] === RUN TestDockerSuite/TestCpToCaseD [2022-05-19T10:42:19.107Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2022-05-19T10:42:19.574Z] === RUN TestDockerSuite/TestCpToCaseE [2022-05-19T10:42:20.454Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2022-05-19T10:42:23.212Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2022-05-19T10:42:23.409Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2022-05-19T10:42:24.204Z] === RUN TestDockerSuite/TestEventsFilterImageName [2022-05-19T10:42:25.627Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2022-05-19T10:42:28.965Z] === RUN TestDockerSuite/TestEventsFilterLabels [2022-05-19T10:42:29.426Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2022-05-19T10:42:30.538Z] === RUN TestDockerSuite/TestEventsFilterType [2022-05-19T10:42:31.527Z] === RUN TestDockerSuite/TestEventsFilters [2022-05-19T10:42:32.383Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2022-05-19T10:42:34.509Z] === RUN TestDockerSuite/TestCpToCaseF [2022-05-19T10:42:34.509Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2022-05-19T10:42:34.509Z] === RUN TestDockerSuite/TestCpToCaseG [2022-05-19T10:42:34.509Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2022-05-19T10:42:34.509Z] === RUN TestDockerSuite/TestCpToCaseH [2022-05-19T10:42:35.343Z] === RUN TestDockerSuite/TestInspectUnknownObject [2022-05-19T10:42:35.343Z] === RUN TestDockerSuite/TestLinkShortDefinition [2022-05-19T10:42:35.343Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2022-05-19T10:42:35.343Z] === RUN TestDockerSuite/TestLinksEnvs [2022-05-19T10:42:35.343Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2022-05-19T10:42:35.343Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2022-05-19T10:42:35.343Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2022-05-19T10:42:35.343Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2022-05-19T10:42:35.343Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2022-05-19T10:42:35.812Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2022-05-19T10:42:35.812Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2022-05-19T10:42:35.812Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2022-05-19T10:42:35.812Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2022-05-19T10:42:35.812Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2022-05-19T10:42:35.812Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2022-05-19T10:42:35.812Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2022-05-19T10:42:35.812Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2022-05-19T10:42:35.812Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2022-05-19T10:42:35.812Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2022-05-19T10:42:35.812Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2022-05-19T10:42:35.812Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2022-05-19T10:42:35.812Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2022-05-19T10:42:35.812Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2022-05-19T10:42:35.812Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2022-05-19T10:42:35.812Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2022-05-19T10:42:35.812Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2022-05-19T10:42:35.812Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2022-05-19T10:42:35.812Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2022-05-19T10:42:35.812Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2022-05-19T10:42:35.812Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2022-05-19T10:42:35.812Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2022-05-19T10:42:35.812Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2022-05-19T10:42:35.812Z] docker_cli_save_load_test.go:335: unmatched requirement DaemonIsLinux [2022-05-19T10:42:35.812Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2022-05-19T10:42:35.812Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2022-05-19T10:42:35.812Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2022-05-19T10:42:37.408Z] === RUN TestDockerSuite/TestEventsFormat [2022-05-19T10:42:38.763Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2022-05-19T10:42:41.796Z] === RUN TestDockerSuite/TestLogsAPIUntil [2022-05-19T10:42:42.175Z] === RUN TestDockerSuite/TestEventsFormatBadField [2022-05-19T10:42:42.175Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2022-05-19T10:42:42.175Z] === RUN TestDockerSuite/TestEventsImageImport [2022-05-19T10:42:42.175Z] docker_cli_events_test.go:170: unmatched requirement DaemonIsLinux [2022-05-19T10:42:42.175Z] === RUN TestDockerSuite/TestEventsImageLoad [2022-05-19T10:42:42.175Z] docker_cli_events_test.go:192: unmatched requirement DaemonIsLinux [2022-05-19T10:42:42.175Z] === RUN TestDockerSuite/TestEventsImagePull [2022-05-19T10:42:42.176Z] docker_cli_events_test.go:151: unmatched requirement DaemonIsLinux [2022-05-19T10:42:42.176Z] === RUN TestDockerSuite/TestEventsImageTag [2022-05-19T10:42:43.166Z] === RUN TestDockerSuite/TestEventsPluginOps [2022-05-19T10:42:43.166Z] docker_cli_events_test.go:231: unmatched requirement DaemonIsLinux [2022-05-19T10:42:43.166Z] === RUN TestDockerSuite/TestEventsRename [2022-05-19T10:42:46.126Z] === RUN TestDockerSuite/TestEventsResize [2022-05-19T10:42:47.005Z] === RUN TestDockerSuite/TestCpToCaseI [2022-05-19T10:42:47.005Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2022-05-19T10:42:47.005Z] === RUN TestDockerSuite/TestCpToCaseJ [2022-05-19T10:42:47.005Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2022-05-19T10:42:47.005Z] === RUN TestDockerSuite/TestCpToDot [2022-05-19T10:42:48.958Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2022-05-19T10:42:49.960Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2022-05-19T10:42:49.960Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2022-05-19T10:42:49.960Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2022-05-19T10:42:49.960Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2022-05-19T10:42:49.960Z] === RUN TestDockerSuite/TestCpToStdout [2022-05-19T10:42:51.176Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2022-05-19T10:42:51.176Z] docker_api_logs_test.go:93: unmatched requirement DaemonIsLinux [2022-05-19T10:42:51.176Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2022-05-19T10:42:53.746Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2022-05-19T10:42:53.746Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2022-05-19T10:42:53.746Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2022-05-19T10:42:53.746Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2022-05-19T10:42:53.746Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2022-05-19T10:42:53.746Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2022-05-19T10:42:54.128Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2022-05-19T10:42:54.128Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2022-05-19T10:42:54.214Z] === RUN TestDockerSuite/TestCpVolumePath [2022-05-19T10:42:54.214Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2022-05-19T10:42:54.214Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2022-05-19T10:42:54.214Z] === RUN TestDockerSuite/TestCreateArgs [2022-05-19T10:42:54.683Z] === RUN TestDockerSuite/TestCreateByImageID [2022-05-19T10:42:54.802Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2022-05-19T10:42:56.371Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2022-05-19T10:42:57.642Z] === RUN TestDockerSuite/TestCreateEchoStdout [2022-05-19T10:42:59.329Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2022-05-19T10:43:01.284Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2022-05-19T10:43:01.431Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2022-05-19T10:43:01.431Z] === RUN TestDockerSuite/TestCreateHostConfig [2022-05-19T10:43:01.431Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2022-05-19T10:43:04.094Z] === RUN TestDockerSuite/TestEventsTop [2022-05-19T10:43:04.094Z] docker_cli_events_test.go:515: unmatched requirement DaemonIsLinux [2022-05-19T10:43:04.094Z] === RUN TestDockerSuite/TestEventsUntag [2022-05-19T10:43:05.217Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2022-05-19T10:43:05.684Z] === RUN TestDockerSuite/TestCreateLabels [2022-05-19T10:43:06.152Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2022-05-19T10:43:06.152Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2022-05-19T10:43:06.152Z] === RUN TestDockerSuite/TestCreateRM [2022-05-19T10:43:06.619Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2022-05-19T10:43:06.619Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-05-19T10:43:06.619Z] === RUN TestDockerSuite/TestCreateStopSignal [2022-05-19T10:43:07.058Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2022-05-19T10:43:07.088Z] === RUN TestDockerSuite/TestCreateStopTimeout [2022-05-19T10:43:07.556Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2022-05-19T10:43:09.952Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2022-05-19T10:43:14.226Z] === RUN TestDockerSuite/TestExec [2022-05-19T10:43:14.227Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2022-05-19T10:43:14.227Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2022-05-19T10:43:14.227Z] docker_api_exec_test.go:65: unmatched requirement DaemonIsLinux [2022-05-19T10:43:14.697Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2022-05-19T10:43:16.918Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2022-05-19T10:43:17.108Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2022-05-19T10:43:19.140Z] === RUN TestDockerSuite/TestExecAPIStart [2022-05-19T10:43:19.140Z] docker_api_exec_test.go:83: unmatched requirement DaemonIsLinux [2022-05-19T10:43:19.140Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2022-05-19T10:43:19.140Z] docker_api_exec_test.go:120: unmatched requirement DaemonIsLinux [2022-05-19T10:43:19.140Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2022-05-19T10:43:19.140Z] docker_api_exec_test.go:110: unmatched requirement DaemonIsLinux [2022-05-19T10:43:19.140Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2022-05-19T10:43:20.039Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2022-05-19T10:43:20.039Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2022-05-19T10:43:20.039Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2022-05-19T10:43:20.061Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2022-05-19T10:43:21.362Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2022-05-19T10:43:22.988Z] === RUN TestDockerSuite/TestCreateWithPortRange [2022-05-19T10:43:23.012Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2022-05-19T10:43:23.012Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2022-05-19T10:43:23.012Z] === RUN TestDockerSuite/TestLogsFollowStopped [2022-05-19T10:43:23.455Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2022-05-19T10:43:23.455Z] docker_api_containers_test.go:855: unmatched requirement DaemonIsLinux [2022-05-19T10:43:23.455Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2022-05-19T10:43:24.318Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2022-05-19T10:43:25.962Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2022-05-19T10:43:26.538Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2022-05-19T10:43:27.242Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2022-05-19T10:43:27.242Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2022-05-19T10:43:27.242Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2022-05-19T10:43:27.242Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2022-05-19T10:43:27.242Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2022-05-19T10:43:27.242Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2022-05-19T10:43:27.242Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2022-05-19T10:43:27.242Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2022-05-19T10:43:27.242Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2022-05-19T10:43:27.710Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2022-05-19T10:43:27.710Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2022-05-19T10:43:27.710Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2022-05-19T10:43:27.710Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2022-05-19T10:43:27.710Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2022-05-19T10:43:27.710Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2022-05-19T10:43:27.710Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2022-05-19T10:43:27.710Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2022-05-19T10:43:27.710Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2022-05-19T10:43:27.710Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2022-05-19T10:43:27.710Z] === RUN TestDockerSuite/TestDevicePermissions [2022-05-19T10:43:27.710Z] docker_cli_run_test.go:2963: unmatched requirement DaemonIsLinux [2022-05-19T10:43:27.710Z] === RUN TestDockerSuite/TestDockerFails [2022-05-19T10:43:27.710Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2022-05-19T10:43:27.710Z] docker_cli_volume_test.go:453: unmatched requirement DaemonIsLinux [2022-05-19T10:43:27.710Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2022-05-19T10:43:27.710Z] docker_cli_volume_test.go:494: unmatched requirement DaemonIsLinux [2022-05-19T10:43:27.710Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2022-05-19T10:43:27.710Z] docker_cli_volume_test.go:536: unmatched requirement DaemonIsLinux [2022-05-19T10:43:27.710Z] === RUN TestDockerSuite/TestEventsAttach [2022-05-19T10:43:27.710Z] docker_cli_events_test.go:466: unmatched requirement DaemonIsLinux [2022-05-19T10:43:27.710Z] === RUN TestDockerSuite/TestEventsCommit [2022-05-19T10:43:27.710Z] docker_cli_events_test.go:397: unmatched requirement DaemonIsLinux [2022-05-19T10:43:27.710Z] === RUN TestDockerSuite/TestEventsContainerEvents [2022-05-19T10:43:28.758Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2022-05-19T10:43:28.915Z] === RUN TestDockerSuite/TestLogsSince [2022-05-19T10:43:31.500Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2022-05-19T10:43:33.520Z] === RUN TestDockerSuite/TestExecCgroup [2022-05-19T10:43:33.520Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2022-05-19T10:43:33.520Z] === RUN TestDockerSuite/TestExecEnv [2022-05-19T10:43:33.520Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2022-05-19T10:43:33.520Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2022-05-19T10:43:33.520Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2022-05-19T10:43:33.520Z] === RUN TestDockerSuite/TestExecExitStatus [2022-05-19T10:43:35.288Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2022-05-19T10:43:36.482Z] === RUN TestDockerSuite/TestExecInspectID [2022-05-19T10:43:39.077Z] === RUN TestDockerSuite/TestEventsContainerRestart [2022-05-19T10:43:39.497Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2022-05-19T10:43:39.497Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2022-05-19T10:43:39.497Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2022-05-19T10:43:39.497Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2022-05-19T10:43:39.497Z] === RUN TestDockerSuite/TestLogsTail [2022-05-19T10:43:41.246Z] === RUN TestDockerSuite/TestExecInteractive [2022-05-19T10:43:41.246Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2022-05-19T10:43:41.246Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2022-05-19T10:43:41.246Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2022-05-19T10:43:41.246Z] === RUN TestDockerSuite/TestExecParseError [2022-05-19T10:43:41.246Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2022-05-19T10:43:41.246Z] === RUN TestDockerSuite/TestExecPausedContainer [2022-05-19T10:43:41.246Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2022-05-19T10:43:41.246Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2022-05-19T10:43:41.246Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2022-05-19T10:43:41.246Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2022-05-19T10:43:42.448Z] === RUN TestDockerSuite/TestLogsTimestamps [2022-05-19T10:43:44.204Z] === RUN TestDockerSuite/TestExecSetEnv [2022-05-19T10:43:44.204Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2022-05-19T10:43:44.204Z] === RUN TestDockerSuite/TestExecStartFails [2022-05-19T10:43:44.204Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2022-05-19T10:43:44.204Z] === RUN TestDockerSuite/TestExecStateCleanup [2022-05-19T10:43:44.204Z] docker_api_exec_test.go:210: unmatched requirement DaemonIsLinux [2022-05-19T10:43:44.204Z] === RUN TestDockerSuite/TestExecStopNotHanging [2022-05-19T10:43:44.204Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2022-05-19T10:43:44.204Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2022-05-19T10:43:44.204Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2022-05-19T10:43:44.204Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2022-05-19T10:43:46.253Z] === RUN TestDockerSuite/TestLogsWithDetails [2022-05-19T10:43:47.164Z] === RUN TestDockerSuite/TestExecUlimits [2022-05-19T10:43:47.164Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2022-05-19T10:43:47.164Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2022-05-19T10:43:49.207Z] === RUN TestDockerSuite/TestMountIntoProc [2022-05-19T10:43:49.207Z] docker_cli_run_test.go:2877: unmatched requirement DaemonIsLinux [2022-05-19T10:43:49.207Z] === RUN TestDockerSuite/TestMountIntoSys [2022-05-19T10:43:49.207Z] docker_cli_run_test.go:2886: unmatched requirement DaemonIsLinux [2022-05-19T10:43:49.207Z] === RUN TestDockerSuite/TestNetHostname [2022-05-19T10:43:49.207Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2022-05-19T10:43:49.207Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2022-05-19T10:43:49.207Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2022-05-19T10:43:49.207Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2022-05-19T10:43:49.207Z] docker_cli_run_test.go:3480: unmatched requirement DaemonIsLinux [2022-05-19T10:43:49.207Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2022-05-19T10:43:49.207Z] docker_cli_run_test.go:2666: unmatched requirement DaemonIsLinux [2022-05-19T10:43:49.207Z] === RUN TestDockerSuite/TestPluginActive [2022-05-19T10:43:49.207Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2022-05-19T10:43:49.207Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2022-05-19T10:43:49.207Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2022-05-19T10:43:49.207Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2022-05-19T10:43:49.207Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2022-05-19T10:43:49.207Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2022-05-19T10:43:49.207Z] === RUN TestDockerSuite/TestPluginLogDriver [2022-05-19T10:43:49.207Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2022-05-19T10:43:49.207Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2022-05-19T10:43:49.207Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2022-05-19T10:43:49.207Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2022-05-19T10:43:49.207Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2022-05-19T10:43:49.207Z] === RUN TestDockerSuite/TestPluginUpgrade [2022-05-19T10:43:49.207Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2022-05-19T10:43:49.207Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2022-05-19T10:43:49.207Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2022-05-19T10:43:49.675Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2022-05-19T10:43:49.675Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2022-05-19T10:43:49.675Z] === RUN TestDockerSuite/TestPortHostBinding [2022-05-19T10:43:49.675Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2022-05-19T10:43:49.675Z] === RUN TestDockerSuite/TestPortList [2022-05-19T10:43:49.675Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2022-05-19T10:43:49.675Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2022-05-19T10:43:51.567Z] === RUN TestDockerSuite/TestEventsCopy [2022-05-19T10:43:55.844Z] === RUN TestDockerSuite/TestExecWithImageUser [2022-05-19T10:43:55.844Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2022-05-19T10:43:55.844Z] === RUN TestDockerSuite/TestExecWithPrivileged [2022-05-19T10:43:55.844Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2022-05-19T10:43:55.844Z] === RUN TestDockerSuite/TestExecWithUser [2022-05-19T10:43:55.844Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2022-05-19T10:43:55.844Z] === RUN TestDockerSuite/TestGetContainerStats [2022-05-19T10:43:56.841Z] === RUN TestDockerSuite/TestPostContainersAttach [2022-05-19T10:43:56.841Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2022-05-19T10:43:56.841Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2022-05-19T10:43:56.841Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2022-05-19T10:43:56.841Z] docker_api_containers_test.go:1535: unmatched requirement DaemonIsLinux [2022-05-19T10:43:56.841Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2022-05-19T10:43:56.841Z] docker_api_containers_test.go:1449: unmatched requirement DaemonIsLinux [2022-05-19T10:43:56.841Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2022-05-19T10:43:56.841Z] docker_api_containers_test.go:1431: unmatched requirement DaemonIsLinux [2022-05-19T10:43:56.841Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2022-05-19T10:43:56.841Z] docker_api_containers_test.go:1477: unmatched requirement DaemonIsLinux [2022-05-19T10:43:56.841Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2022-05-19T10:43:56.841Z] docker_api_containers_test.go:1560: unmatched requirement DaemonIsLinux [2022-05-19T10:43:56.841Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2022-05-19T10:43:56.841Z] docker_api_containers_test.go:1504: unmatched requirement DaemonIsLinux [2022-05-19T10:43:56.841Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2022-05-19T10:43:56.841Z] docker_api_containers_test.go:1327: unmatched requirement DaemonIsLinux [2022-05-19T10:43:56.841Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2022-05-19T10:43:58.719Z] === RUN TestDockerSuite/TestEventsFilterContainer [2022-05-19T10:44:01.727Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2022-05-19T10:44:02.710Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2022-05-19T10:44:02.710Z] docker_api_containers_test.go:1398: unmatched requirement DaemonIsLinux [2022-05-19T10:44:02.710Z] === RUN TestDockerSuite/TestPsByOrder [2022-05-19T10:44:05.874Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2022-05-19T10:44:08.897Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2022-05-19T10:44:09.666Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2022-05-19T10:44:10.650Z] === RUN TestDockerSuite/TestEventsFilterImageName [2022-05-19T10:44:11.116Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2022-05-19T10:44:13.134Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2022-05-19T10:44:13.134Z] docker_cli_ps_test.go:549: unmatched requirement DaemonIsLinux [2022-05-19T10:44:13.134Z] === RUN TestDockerSuite/TestPsListContainersBase [2022-05-19T10:44:16.513Z] === RUN TestDockerSuite/TestEventsFilterLabels [2022-05-19T10:44:17.498Z] === RUN TestDockerSuite/TestEventsFilterType [2022-05-19T10:44:18.292Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2022-05-19T10:44:18.292Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2022-05-19T10:44:18.292Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2022-05-19T10:44:18.292Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2022-05-19T10:44:18.292Z] === RUN TestDockerSuite/TestHealth [2022-05-19T10:44:18.292Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2022-05-19T10:44:18.292Z] === RUN TestDockerSuite/TestHistoryExistentImage [2022-05-19T10:44:18.292Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2022-05-19T10:44:18.292Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2022-05-19T10:44:18.292Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2022-05-19T10:44:18.484Z] === RUN TestDockerSuite/TestEventsFilters [2022-05-19T10:44:23.560Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2022-05-19T10:44:24.172Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2022-05-19T10:44:24.172Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2022-05-19T10:44:24.172Z] docker_cli_images_test.go:227: unmatched requirement DaemonIsLinux [2022-05-19T10:44:24.172Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2022-05-19T10:44:24.172Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2022-05-19T10:44:24.172Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2022-05-19T10:44:24.172Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2022-05-19T10:44:25.161Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2022-05-19T10:44:25.161Z] docker_cli_images_test.go:282: unmatched requirement DaemonIsLinux [2022-05-19T10:44:25.161Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2022-05-19T10:44:26.152Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2022-05-19T10:44:26.152Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2022-05-19T10:44:27.148Z] === RUN TestDockerSuite/TestEventsFormat [2022-05-19T10:44:28.372Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2022-05-19T10:44:28.845Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2022-05-19T10:44:31.808Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2022-05-19T10:44:34.304Z] === RUN TestDockerSuite/TestEventsFormatBadField [2022-05-19T10:44:34.304Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2022-05-19T10:44:34.304Z] === RUN TestDockerSuite/TestEventsImageImport [2022-05-19T10:44:34.304Z] docker_cli_events_test.go:170: unmatched requirement DaemonIsLinux [2022-05-19T10:44:34.304Z] === RUN TestDockerSuite/TestEventsImageLoad [2022-05-19T10:44:34.304Z] docker_cli_events_test.go:192: unmatched requirement DaemonIsLinux [2022-05-19T10:44:34.304Z] === RUN TestDockerSuite/TestEventsImagePull [2022-05-19T10:44:34.304Z] docker_cli_events_test.go:151: unmatched requirement DaemonIsLinux [2022-05-19T10:44:34.304Z] === RUN TestDockerSuite/TestEventsImageTag [2022-05-19T10:44:35.292Z] === RUN TestDockerSuite/TestEventsPluginOps [2022-05-19T10:44:35.292Z] docker_cli_events_test.go:231: unmatched requirement DaemonIsLinux [2022-05-19T10:44:35.292Z] === RUN TestDockerSuite/TestEventsRename [2022-05-19T10:44:38.978Z] === RUN TestDockerSuite/TestImagesFormat [2022-05-19T10:44:38.978Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2022-05-19T10:44:38.978Z] docker_cli_images_test.go:341: unmatched requirement DaemonIsLinux [2022-05-19T10:44:38.978Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2022-05-19T10:44:40.042Z] === RUN TestDockerSuite/TestEventsResize [2022-05-19T10:44:43.741Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2022-05-19T10:44:43.741Z] === RUN TestDockerSuite/TestImportBadURL [2022-05-19T10:44:43.741Z] === RUN TestDockerSuite/TestImportDisplay [2022-05-19T10:44:43.741Z] docker_cli_import_test.go:18: unmatched requirement DaemonIsLinux [2022-05-19T10:44:43.741Z] === RUN TestDockerSuite/TestImportFile [2022-05-19T10:44:43.741Z] docker_cli_import_test.go:47: unmatched requirement DaemonIsLinux [2022-05-19T10:44:43.741Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2022-05-19T10:44:43.741Z] === RUN TestDockerSuite/TestImportFileWithMessage [2022-05-19T10:44:43.741Z] docker_cli_import_test.go:91: unmatched requirement DaemonIsLinux [2022-05-19T10:44:43.741Z] === RUN TestDockerSuite/TestImportGzipped [2022-05-19T10:44:43.741Z] docker_cli_import_test.go:68: unmatched requirement DaemonIsLinux [2022-05-19T10:44:43.741Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2022-05-19T10:44:43.741Z] docker_cli_import_test.go:127: unmatched requirement DaemonIsLinux [2022-05-19T10:44:43.741Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2022-05-19T10:44:43.741Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2022-05-19T10:44:43.741Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2022-05-19T10:44:43.741Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2022-05-19T10:44:43.741Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2022-05-19T10:44:43.741Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2022-05-19T10:44:43.741Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2022-05-19T10:44:43.741Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2022-05-19T10:44:43.741Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2022-05-19T10:44:43.742Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2022-05-19T10:44:43.742Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-05-19T10:44:43.742Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2022-05-19T10:44:44.789Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2022-05-19T10:44:44.789Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2022-05-19T10:44:44.789Z] docker_cli_ps_test.go:444: DaemonIsWindows(): FLAKY on Windows, see #20819 [2022-05-19T10:44:44.789Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2022-05-19T10:44:47.540Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2022-05-19T10:44:49.761Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2022-05-19T10:44:49.761Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2022-05-19T10:44:49.761Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2022-05-19T10:44:49.761Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2022-05-19T10:44:49.761Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2022-05-19T10:44:49.761Z] === RUN TestDockerSuite/TestInspectAmpersand [2022-05-19T10:44:49.761Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2022-05-19T10:44:49.761Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2022-05-19T10:44:51.980Z] === RUN TestDockerSuite/TestInspectByPrefix [2022-05-19T10:44:51.980Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2022-05-19T10:44:54.945Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2022-05-19T10:44:54.945Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T10:44:54.945Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2022-05-19T10:44:54.945Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2022-05-19T10:44:54.945Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2022-05-19T10:44:54.945Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2022-05-19T10:44:54.945Z] === RUN TestDockerSuite/TestInspectDefault [2022-05-19T10:44:57.168Z] === RUN TestDockerSuite/TestInspectHistory [2022-05-19T10:44:59.747Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2022-05-19T10:45:03.047Z] === RUN TestDockerSuite/TestInspectImage [2022-05-19T10:45:03.047Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2022-05-19T10:45:03.047Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2022-05-19T10:45:03.047Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2022-05-19T10:45:03.047Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2022-05-19T10:45:03.047Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-05-19T10:45:03.047Z] === RUN TestDockerSuite/TestInspectInt64 [2022-05-19T10:45:03.539Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2022-05-19T10:45:05.266Z] === RUN TestDockerSuite/TestInspectJSONFields [2022-05-19T10:45:07.485Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2022-05-19T10:45:07.485Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2022-05-19T10:45:10.442Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2022-05-19T10:45:12.663Z] === RUN TestDockerSuite/TestInspectPlugin [2022-05-19T10:45:12.663Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2022-05-19T10:45:12.663Z] === RUN TestDockerSuite/TestInspectRootFS [2022-05-19T10:45:12.663Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2022-05-19T10:45:13.978Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2022-05-19T10:45:14.884Z] === RUN TestDockerSuite/TestInspectStatus [2022-05-19T10:45:15.881Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2022-05-19T10:45:17.445Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2022-05-19T10:45:18.685Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2022-05-19T10:45:18.787Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2022-05-19T10:45:18.787Z] docker_cli_ps_test.go:715: unmatched requirement DaemonIsLinux [2022-05-19T10:45:18.787Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2022-05-19T10:45:18.787Z] docker_cli_ps_test.go:807: unmatched requirement DaemonIsLinux [2022-05-19T10:45:18.787Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2022-05-19T10:45:22.196Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2022-05-19T10:45:23.448Z] === RUN TestDockerSuite/TestInspectTemplateError [2022-05-19T10:45:24.656Z] === RUN TestDockerSuite/TestPsListContainersSize [2022-05-19T10:45:24.656Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2022-05-19T10:45:24.656Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2022-05-19T10:45:24.656Z] docker_cli_ps_test.go:857: unmatched requirement DaemonIsLinux [2022-05-19T10:45:24.656Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2022-05-19T10:45:24.656Z] docker_cli_ps_test.go:597: unmatched requirement DaemonIsLinux [2022-05-19T10:45:24.656Z] === RUN TestDockerSuite/TestPsRightTagName [2022-05-19T10:45:24.656Z] docker_cli_ps_test.go:473: unmatched requirement DaemonIsLinux [2022-05-19T10:45:24.656Z] === RUN TestDockerSuite/TestPsShowMounts [2022-05-19T10:45:25.672Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2022-05-19T10:45:28.058Z] === RUN TestDockerSuite/TestEventsTop [2022-05-19T10:45:28.058Z] docker_cli_events_test.go:515: unmatched requirement DaemonIsLinux [2022-05-19T10:45:28.058Z] === RUN TestDockerSuite/TestEventsUntag [2022-05-19T10:45:28.636Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2022-05-19T10:45:30.269Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2022-05-19T10:45:30.855Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2022-05-19T10:45:33.076Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2022-05-19T10:45:33.456Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2022-05-19T10:45:33.456Z] docker_cli_run_test.go:3112: unmatched requirement DaemonIsLinux [2022-05-19T10:45:33.456Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2022-05-19T10:45:35.020Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2022-05-19T10:45:35.020Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2022-05-19T10:45:35.020Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2022-05-19T10:45:36.034Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2022-05-19T10:45:36.589Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2022-05-19T10:45:37.423Z] === RUN TestDockerSuite/TestExec [2022-05-19T10:45:37.423Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2022-05-19T10:45:37.423Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2022-05-19T10:45:37.423Z] docker_api_exec_test.go:65: unmatched requirement DaemonIsLinux [2022-05-19T10:45:37.423Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2022-05-19T10:45:37.577Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2022-05-19T10:45:37.577Z] docker_api_containers_test.go:1374: unmatched requirement DaemonIsLinux [2022-05-19T10:45:37.577Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2022-05-19T10:45:38.258Z] === RUN TestDockerSuite/TestInspectUnknownObject [2022-05-19T10:45:38.258Z] === RUN TestDockerSuite/TestLinkShortDefinition [2022-05-19T10:45:38.258Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2022-05-19T10:45:38.258Z] === RUN TestDockerSuite/TestLinksEnvs [2022-05-19T10:45:38.258Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2022-05-19T10:45:38.258Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2022-05-19T10:45:38.258Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2022-05-19T10:45:38.258Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2022-05-19T10:45:38.258Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2022-05-19T10:45:38.258Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2022-05-19T10:45:38.258Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2022-05-19T10:45:38.258Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2022-05-19T10:45:38.258Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2022-05-19T10:45:38.258Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2022-05-19T10:45:38.258Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2022-05-19T10:45:38.258Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2022-05-19T10:45:38.258Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2022-05-19T10:45:38.258Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2022-05-19T10:45:38.258Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2022-05-19T10:45:38.258Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2022-05-19T10:45:38.258Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2022-05-19T10:45:38.258Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2022-05-19T10:45:38.729Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2022-05-19T10:45:38.729Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2022-05-19T10:45:38.729Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2022-05-19T10:45:38.729Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2022-05-19T10:45:38.729Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2022-05-19T10:45:38.729Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2022-05-19T10:45:38.729Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2022-05-19T10:45:38.729Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2022-05-19T10:45:38.729Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2022-05-19T10:45:38.729Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2022-05-19T10:45:38.729Z] docker_cli_save_load_test.go:335: unmatched requirement DaemonIsLinux [2022-05-19T10:45:38.729Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2022-05-19T10:45:38.729Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2022-05-19T10:45:38.729Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2022-05-19T10:45:40.380Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2022-05-19T10:45:40.951Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2022-05-19T10:45:43.173Z] === RUN TestDockerSuite/TestLogsAPIUntil [2022-05-19T10:45:43.444Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2022-05-19T10:45:44.170Z] === RUN TestDockerSuite/TestExecAPIStart [2022-05-19T10:45:44.170Z] docker_api_exec_test.go:83: unmatched requirement DaemonIsLinux [2022-05-19T10:45:44.170Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2022-05-19T10:45:44.170Z] docker_api_exec_test.go:120: unmatched requirement DaemonIsLinux [2022-05-19T10:45:44.170Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2022-05-19T10:45:44.170Z] docker_api_exec_test.go:110: unmatched requirement DaemonIsLinux [2022-05-19T10:45:44.170Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2022-05-19T10:45:47.958Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2022-05-19T10:45:49.052Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2022-05-19T10:45:49.312Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2022-05-19T10:45:51.744Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2022-05-19T10:45:52.008Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2022-05-19T10:45:52.008Z] docker_api_logs_test.go:93: unmatched requirement DaemonIsLinux [2022-05-19T10:45:52.008Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2022-05-19T10:45:52.265Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2022-05-19T10:45:54.228Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2022-05-19T10:45:54.698Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2022-05-19T10:45:56.496Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2022-05-19T10:46:00.288Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2022-05-19T10:46:01.869Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2022-05-19T10:46:07.438Z] === RUN TestDockerSuite/TestExecCgroup [2022-05-19T10:46:07.438Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2022-05-19T10:46:07.438Z] === RUN TestDockerSuite/TestExecEnv [2022-05-19T10:46:07.438Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2022-05-19T10:46:07.438Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2022-05-19T10:46:07.438Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2022-05-19T10:46:07.438Z] === RUN TestDockerSuite/TestExecExitStatus [2022-05-19T10:46:09.042Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2022-05-19T10:46:12.187Z] === RUN TestDockerSuite/TestExecInspectID [2022-05-19T10:46:14.920Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2022-05-19T10:46:17.144Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2022-05-19T10:46:18.054Z] === RUN TestDockerSuite/TestExecInteractive [2022-05-19T10:46:18.054Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2022-05-19T10:46:18.054Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2022-05-19T10:46:18.054Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2022-05-19T10:46:18.054Z] === RUN TestDockerSuite/TestExecParseError [2022-05-19T10:46:18.054Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2022-05-19T10:46:18.054Z] === RUN TestDockerSuite/TestExecPausedContainer [2022-05-19T10:46:18.054Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2022-05-19T10:46:18.054Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2022-05-19T10:46:18.054Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2022-05-19T10:46:18.054Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2022-05-19T10:46:20.103Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2022-05-19T10:46:20.103Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2022-05-19T10:46:20.103Z] === RUN TestDockerSuite/TestLogsFollowStopped [2022-05-19T10:46:21.841Z] === RUN TestDockerSuite/TestExecSetEnv [2022-05-19T10:46:21.841Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2022-05-19T10:46:21.841Z] === RUN TestDockerSuite/TestExecStartFails [2022-05-19T10:46:21.841Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2022-05-19T10:46:21.841Z] === RUN TestDockerSuite/TestExecStateCleanup [2022-05-19T10:46:22.308Z] docker_api_exec_test.go:210: unmatched requirement DaemonIsLinux [2022-05-19T10:46:22.308Z] === RUN TestDockerSuite/TestExecStopNotHanging [2022-05-19T10:46:22.308Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2022-05-19T10:46:22.308Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2022-05-19T10:46:22.308Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2022-05-19T10:46:22.308Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2022-05-19T10:46:22.380Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2022-05-19T10:46:22.380Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2022-05-19T10:46:22.380Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2022-05-19T10:46:23.059Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2022-05-19T10:46:26.117Z] === RUN TestDockerSuite/TestExecUlimits [2022-05-19T10:46:26.118Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2022-05-19T10:46:26.118Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2022-05-19T10:46:29.554Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2022-05-19T10:46:29.554Z] === RUN TestDockerSuite/TestRestartPolicyNO [2022-05-19T10:46:29.554Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2022-05-19T10:46:30.225Z] === RUN TestDockerSuite/TestLogsSince [2022-05-19T10:46:30.541Z] === RUN TestDockerSuite/TestRestartRunningContainer [2022-05-19T10:46:34.789Z] === RUN TestDockerSuite/TestExecWithImageUser [2022-05-19T10:46:34.789Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2022-05-19T10:46:34.789Z] === RUN TestDockerSuite/TestExecWithPrivileged [2022-05-19T10:46:34.789Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2022-05-19T10:46:34.789Z] === RUN TestDockerSuite/TestExecWithUser [2022-05-19T10:46:34.789Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2022-05-19T10:46:34.789Z] === RUN TestDockerSuite/TestGetContainerStats [2022-05-19T10:46:36.412Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2022-05-19T10:46:38.908Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2022-05-19T10:46:38.908Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2022-05-19T10:46:38.908Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2022-05-19T10:46:38.908Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2022-05-19T10:46:38.908Z] === RUN TestDockerSuite/TestLogsTail [2022-05-19T10:46:41.865Z] === RUN TestDockerSuite/TestLogsTimestamps [2022-05-19T10:46:41.938Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2022-05-19T10:46:42.286Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2022-05-19T10:46:42.286Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2022-05-19T10:46:42.286Z] === RUN TestDockerSuite/TestRestartWithVolumes [2022-05-19T10:46:44.819Z] === RUN TestDockerSuite/TestLogsWithDetails [2022-05-19T10:46:47.777Z] === RUN TestDockerSuite/TestMountIntoProc [2022-05-19T10:46:47.777Z] docker_cli_run_test.go:2877: unmatched requirement DaemonIsLinux [2022-05-19T10:46:47.777Z] === RUN TestDockerSuite/TestMountIntoSys [2022-05-19T10:46:47.777Z] docker_cli_run_test.go:2886: unmatched requirement DaemonIsLinux [2022-05-19T10:46:47.777Z] === RUN TestDockerSuite/TestNetHostname [2022-05-19T10:46:47.777Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2022-05-19T10:46:47.777Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2022-05-19T10:46:47.777Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2022-05-19T10:46:47.777Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2022-05-19T10:46:47.777Z] docker_cli_run_test.go:3480: unmatched requirement DaemonIsLinux [2022-05-19T10:46:47.777Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2022-05-19T10:46:47.777Z] docker_cli_run_test.go:2666: unmatched requirement DaemonIsLinux [2022-05-19T10:46:47.777Z] === RUN TestDockerSuite/TestPluginActive [2022-05-19T10:46:47.777Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2022-05-19T10:46:47.777Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2022-05-19T10:46:47.777Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2022-05-19T10:46:47.777Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2022-05-19T10:46:47.777Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2022-05-19T10:46:47.777Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2022-05-19T10:46:47.777Z] === RUN TestDockerSuite/TestPluginLogDriver [2022-05-19T10:46:47.777Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2022-05-19T10:46:47.777Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2022-05-19T10:46:47.777Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2022-05-19T10:46:47.777Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2022-05-19T10:46:47.777Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2022-05-19T10:46:47.777Z] === RUN TestDockerSuite/TestPluginUpgrade [2022-05-19T10:46:47.777Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2022-05-19T10:46:47.777Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2022-05-19T10:46:47.777Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2022-05-19T10:46:47.777Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2022-05-19T10:46:47.777Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2022-05-19T10:46:47.777Z] === RUN TestDockerSuite/TestPortHostBinding [2022-05-19T10:46:47.777Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2022-05-19T10:46:47.777Z] === RUN TestDockerSuite/TestPortList [2022-05-19T10:46:47.777Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2022-05-19T10:46:47.777Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2022-05-19T10:46:48.157Z] === RUN TestDockerSuite/TestRmiBlank [2022-05-19T10:46:48.157Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2022-05-19T10:46:48.627Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2022-05-19T10:46:50.590Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2022-05-19T10:46:52.551Z] === RUN TestDockerSuite/TestPostContainersAttach [2022-05-19T10:46:52.551Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2022-05-19T10:46:52.551Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2022-05-19T10:46:52.551Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2022-05-19T10:46:52.551Z] docker_api_containers_test.go:1535: unmatched requirement DaemonIsLinux [2022-05-19T10:46:52.551Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2022-05-19T10:46:52.551Z] docker_api_containers_test.go:1449: unmatched requirement DaemonIsLinux [2022-05-19T10:46:52.551Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2022-05-19T10:46:52.551Z] docker_api_containers_test.go:1431: unmatched requirement DaemonIsLinux [2022-05-19T10:46:52.551Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2022-05-19T10:46:52.551Z] docker_api_containers_test.go:1477: unmatched requirement DaemonIsLinux [2022-05-19T10:46:52.551Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2022-05-19T10:46:52.551Z] docker_api_containers_test.go:1560: unmatched requirement DaemonIsLinux [2022-05-19T10:46:52.551Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2022-05-19T10:46:52.551Z] docker_api_containers_test.go:1504: unmatched requirement DaemonIsLinux [2022-05-19T10:46:52.551Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2022-05-19T10:46:52.551Z] docker_api_containers_test.go:1327: unmatched requirement DaemonIsLinux [2022-05-19T10:46:52.551Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2022-05-19T10:46:54.377Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2022-05-19T10:46:57.317Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2022-05-19T10:46:57.317Z] docker_api_containers_test.go:1398: unmatched requirement DaemonIsLinux [2022-05-19T10:46:57.317Z] === RUN TestDockerSuite/TestPsByOrder [2022-05-19T10:47:03.033Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2022-05-19T10:47:03.033Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2022-05-19T10:47:03.033Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2022-05-19T10:47:03.033Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2022-05-19T10:47:03.033Z] === RUN TestDockerSuite/TestHealth [2022-05-19T10:47:03.033Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2022-05-19T10:47:03.033Z] === RUN TestDockerSuite/TestHistoryExistentImage [2022-05-19T10:47:03.033Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2022-05-19T10:47:03.033Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2022-05-19T10:47:03.033Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2022-05-19T10:47:06.454Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2022-05-19T10:47:07.754Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2022-05-19T10:47:07.754Z] docker_cli_ps_test.go:549: unmatched requirement DaemonIsLinux [2022-05-19T10:47:07.754Z] === RUN TestDockerSuite/TestPsListContainersBase [2022-05-19T10:47:08.900Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2022-05-19T10:47:08.900Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2022-05-19T10:47:08.900Z] docker_cli_images_test.go:227: unmatched requirement DaemonIsLinux [2022-05-19T10:47:08.900Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2022-05-19T10:47:08.900Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2022-05-19T10:47:08.900Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2022-05-19T10:47:09.367Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2022-05-19T10:47:09.407Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2022-05-19T10:47:09.875Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2022-05-19T10:47:10.353Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2022-05-19T10:47:10.353Z] docker_cli_images_test.go:282: unmatched requirement DaemonIsLinux [2022-05-19T10:47:10.353Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2022-05-19T10:47:11.914Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2022-05-19T10:47:11.914Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2022-05-19T10:47:14.862Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2022-05-19T10:47:14.862Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2022-05-19T10:47:17.811Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2022-05-19T10:47:18.193Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2022-05-19T10:47:18.540Z] === RUN TestDockerSuite/TestRmiImgIDForce [2022-05-19T10:47:21.598Z] === RUN TestDockerSuite/TestImagesFormat [2022-05-19T10:47:22.076Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2022-05-19T10:47:22.076Z] docker_cli_images_test.go:341: unmatched requirement DaemonIsLinux [2022-05-19T10:47:22.077Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2022-05-19T10:47:25.699Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2022-05-19T10:47:26.833Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2022-05-19T10:47:26.833Z] === RUN TestDockerSuite/TestImportBadURL [2022-05-19T10:47:26.833Z] === RUN TestDockerSuite/TestImportDisplay [2022-05-19T10:47:26.833Z] docker_cli_import_test.go:18: unmatched requirement DaemonIsLinux [2022-05-19T10:47:26.833Z] === RUN TestDockerSuite/TestImportFile [2022-05-19T10:47:26.833Z] docker_cli_import_test.go:47: unmatched requirement DaemonIsLinux [2022-05-19T10:47:26.833Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2022-05-19T10:47:27.302Z] === RUN TestDockerSuite/TestImportFileWithMessage [2022-05-19T10:47:27.302Z] docker_cli_import_test.go:91: unmatched requirement DaemonIsLinux [2022-05-19T10:47:27.302Z] === RUN TestDockerSuite/TestImportGzipped [2022-05-19T10:47:27.302Z] docker_cli_import_test.go:68: unmatched requirement DaemonIsLinux [2022-05-19T10:47:27.302Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2022-05-19T10:47:27.302Z] docker_cli_import_test.go:127: unmatched requirement DaemonIsLinux [2022-05-19T10:47:27.302Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2022-05-19T10:47:27.302Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2022-05-19T10:47:27.302Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2022-05-19T10:47:27.302Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2022-05-19T10:47:27.302Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2022-05-19T10:47:27.302Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2022-05-19T10:47:27.302Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2022-05-19T10:47:27.302Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2022-05-19T10:47:27.302Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2022-05-19T10:47:27.302Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2022-05-19T10:47:27.302Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-05-19T10:47:27.302Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2022-05-19T10:47:31.096Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2022-05-19T10:47:33.142Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2022-05-19T10:47:33.142Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2022-05-19T10:47:33.142Z] docker_cli_ps_test.go:444: DaemonIsWindows(): FLAKY on Windows, see #20819 [2022-05-19T10:47:33.142Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2022-05-19T10:47:34.883Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2022-05-19T10:47:34.884Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2022-05-19T10:47:34.884Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2022-05-19T10:47:34.884Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2022-05-19T10:47:34.884Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2022-05-19T10:47:34.884Z] === RUN TestDockerSuite/TestInspectAmpersand [2022-05-19T10:47:34.884Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2022-05-19T10:47:34.884Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2022-05-19T10:47:36.120Z] === RUN TestDockerSuite/TestRmiParentImageFail [2022-05-19T10:47:38.672Z] === RUN TestDockerSuite/TestInspectByPrefix [2022-05-19T10:47:38.672Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2022-05-19T10:47:40.875Z] === RUN TestDockerSuite/TestRmiTag [2022-05-19T10:47:40.875Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2022-05-19T10:47:42.475Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2022-05-19T10:47:42.475Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T10:47:42.475Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2022-05-19T10:47:42.475Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2022-05-19T10:47:42.475Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2022-05-19T10:47:42.475Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2022-05-19T10:47:42.475Z] === RUN TestDockerSuite/TestInspectDefault [2022-05-19T10:47:43.825Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2022-05-19T10:47:45.423Z] === RUN TestDockerSuite/TestInspectHistory [2022-05-19T10:47:48.262Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2022-05-19T10:47:50.486Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2022-05-19T10:47:51.415Z] === RUN TestDockerSuite/TestInspectImage [2022-05-19T10:47:51.415Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2022-05-19T10:47:51.415Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2022-05-19T10:47:51.415Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2022-05-19T10:47:51.415Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2022-05-19T10:47:51.415Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-05-19T10:47:51.415Z] === RUN TestDockerSuite/TestInspectInt64 [2022-05-19T10:47:55.205Z] === RUN TestDockerSuite/TestInspectJSONFields [2022-05-19T10:47:58.994Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2022-05-19T10:47:58.994Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2022-05-19T10:48:02.791Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2022-05-19T10:48:02.995Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2022-05-19T10:48:05.053Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2022-05-19T10:48:08.848Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2022-05-19T10:48:11.449Z] === RUN TestDockerSuite/TestInspectPlugin [2022-05-19T10:48:11.449Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2022-05-19T10:48:11.449Z] === RUN TestDockerSuite/TestInspectRootFS [2022-05-19T10:48:11.449Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2022-05-19T10:48:13.430Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2022-05-19T10:48:13.430Z] docker_cli_ps_test.go:715: unmatched requirement DaemonIsLinux [2022-05-19T10:48:13.430Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2022-05-19T10:48:13.430Z] docker_cli_ps_test.go:807: unmatched requirement DaemonIsLinux [2022-05-19T10:48:13.430Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2022-05-19T10:48:15.239Z] === RUN TestDockerSuite/TestInspectStatus [2022-05-19T10:48:16.004Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2022-05-19T10:48:16.473Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2022-05-19T10:48:16.473Z] docker_cli_run_test.go:4399: unmatched requirement DaemonIsLinux [2022-05-19T10:48:16.473Z] === RUN TestDockerSuite/TestRunAddHost [2022-05-19T10:48:16.473Z] docker_cli_run_test.go:1575: unmatched requirement DaemonIsLinux [2022-05-19T10:48:16.473Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2022-05-19T10:48:16.473Z] docker_cli_run_test.go:3912: unmatched requirement DaemonIsLinux [2022-05-19T10:48:16.473Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2022-05-19T10:48:16.473Z] docker_cli_run_test.go:1170: unmatched requirement DaemonIsLinux [2022-05-19T10:48:16.473Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2022-05-19T10:48:16.473Z] docker_cli_run_test.go:1188: unmatched requirement DaemonIsLinux [2022-05-19T10:48:16.473Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2022-05-19T10:48:16.473Z] docker_cli_run_test.go:1179: unmatched requirement DaemonIsLinux [2022-05-19T10:48:16.473Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2022-05-19T10:48:16.473Z] docker_cli_run_test.go:2055: unmatched requirement DaemonIsLinux [2022-05-19T10:48:16.940Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2022-05-19T10:48:17.228Z] === RUN TestDockerSuite/TestPsListContainersSize [2022-05-19T10:48:17.228Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2022-05-19T10:48:17.228Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2022-05-19T10:48:17.228Z] docker_cli_ps_test.go:857: unmatched requirement DaemonIsLinux [2022-05-19T10:48:17.228Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2022-05-19T10:48:17.228Z] docker_cli_ps_test.go:597: unmatched requirement DaemonIsLinux [2022-05-19T10:48:17.698Z] === RUN TestDockerSuite/TestPsRightTagName [2022-05-19T10:48:17.698Z] docker_cli_ps_test.go:473: unmatched requirement DaemonIsLinux [2022-05-19T10:48:17.698Z] === RUN TestDockerSuite/TestPsShowMounts [2022-05-19T10:48:19.025Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2022-05-19T10:48:19.160Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2022-05-19T10:48:19.160Z] docker_cli_run_test.go:2260: unmatched requirement DaemonIsLinux [2022-05-19T10:48:19.160Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2022-05-19T10:48:19.160Z] docker_cli_run_test.go:2596: unmatched requirement DaemonIsLinux [2022-05-19T10:48:19.160Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2022-05-19T10:48:25.089Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2022-05-19T10:48:26.370Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2022-05-19T10:48:26.370Z] docker_cli_run_test.go:3112: unmatched requirement DaemonIsLinux [2022-05-19T10:48:26.370Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2022-05-19T10:48:27.359Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2022-05-19T10:48:27.359Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2022-05-19T10:48:27.359Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2022-05-19T10:48:27.677Z] === RUN TestDockerSuite/TestInspectTemplateError [2022-05-19T10:48:28.881Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2022-05-19T10:48:28.930Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2022-05-19T10:48:29.400Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2022-05-19T10:48:29.400Z] docker_api_containers_test.go:1374: unmatched requirement DaemonIsLinux [2022-05-19T10:48:29.400Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2022-05-19T10:48:31.465Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2022-05-19T10:48:31.839Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2022-05-19T10:48:34.165Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2022-05-19T10:48:34.793Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2022-05-19T10:48:35.251Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2022-05-19T10:48:37.962Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2022-05-19T10:48:38.584Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2022-05-19T10:48:38.584Z] === RUN TestDockerSuite/TestRunBindMounts [2022-05-19T10:48:39.043Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2022-05-19T10:48:40.917Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2022-05-19T10:48:42.830Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2022-05-19T10:48:44.450Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2022-05-19T10:48:44.450Z] docker_cli_run_test.go:1051: unmatched requirement DaemonIsLinux [2022-05-19T10:48:44.450Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2022-05-19T10:48:44.450Z] docker_cli_run_test.go:1061: unmatched requirement DaemonIsLinux [2022-05-19T10:48:44.450Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2022-05-19T10:48:44.450Z] docker_cli_run_test.go:2976: unmatched requirement DaemonIsLinux [2022-05-19T10:48:44.450Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2022-05-19T10:48:44.450Z] docker_cli_run_test.go:1041: unmatched requirement DaemonIsLinux [2022-05-19T10:48:44.450Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2022-05-19T10:48:44.450Z] docker_cli_run_test.go:1032: unmatched requirement DaemonIsLinux [2022-05-19T10:48:44.450Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2022-05-19T10:48:44.450Z] docker_cli_run_test.go:3162: unmatched requirement DaemonIsLinux [2022-05-19T10:48:44.450Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2022-05-19T10:48:44.450Z] docker_cli_run_test.go:1022: unmatched requirement DaemonIsLinux [2022-05-19T10:48:44.450Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2022-05-19T10:48:44.450Z] docker_cli_run_test.go:1010: unmatched requirement DaemonIsLinux [2022-05-19T10:48:44.450Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2022-05-19T10:48:44.450Z] docker_cli_run_test.go:984: unmatched requirement DaemonIsLinux [2022-05-19T10:48:44.450Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2022-05-19T10:48:44.450Z] docker_cli_run_test.go:997: unmatched requirement DaemonIsLinux [2022-05-19T10:48:44.450Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2022-05-19T10:48:44.450Z] docker_cli_run_test.go:975: unmatched requirement DaemonIsLinux [2022-05-19T10:48:44.918Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2022-05-19T10:48:46.619Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2022-05-19T10:48:47.870Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2022-05-19T10:48:47.870Z] docker_cli_run_test.go:1926: unmatched requirement DaemonIsLinux [2022-05-19T10:48:47.870Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2022-05-19T10:48:49.571Z] === RUN TestDockerSuite/TestInspectUnknownObject [2022-05-19T10:48:50.039Z] === RUN TestDockerSuite/TestLinkShortDefinition [2022-05-19T10:48:50.039Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2022-05-19T10:48:50.039Z] === RUN TestDockerSuite/TestLinksEnvs [2022-05-19T10:48:50.039Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2022-05-19T10:48:50.039Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2022-05-19T10:48:50.039Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2022-05-19T10:48:50.039Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2022-05-19T10:48:50.039Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2022-05-19T10:48:50.039Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2022-05-19T10:48:50.039Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2022-05-19T10:48:50.039Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2022-05-19T10:48:50.039Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2022-05-19T10:48:50.039Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2022-05-19T10:48:50.039Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2022-05-19T10:48:50.039Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2022-05-19T10:48:50.039Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2022-05-19T10:48:50.039Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2022-05-19T10:48:50.039Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2022-05-19T10:48:50.039Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2022-05-19T10:48:50.039Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2022-05-19T10:48:50.039Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2022-05-19T10:48:50.039Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2022-05-19T10:48:50.039Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2022-05-19T10:48:50.039Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2022-05-19T10:48:50.039Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2022-05-19T10:48:50.039Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2022-05-19T10:48:50.039Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2022-05-19T10:48:50.039Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2022-05-19T10:48:50.039Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2022-05-19T10:48:50.039Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2022-05-19T10:48:50.039Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2022-05-19T10:48:50.039Z] docker_cli_save_load_test.go:335: unmatched requirement DaemonIsLinux [2022-05-19T10:48:50.039Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2022-05-19T10:48:50.506Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2022-05-19T10:48:50.506Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2022-05-19T10:48:52.627Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2022-05-19T10:48:52.627Z] docker_cli_run_test.go:3304: unmatched requirement DaemonIsLinux [2022-05-19T10:48:52.627Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2022-05-19T10:48:52.627Z] docker_cli_run_test.go:3328: unmatched requirement DaemonIsLinux [2022-05-19T10:48:52.627Z] === RUN TestDockerSuite/TestRunContainerNetwork [2022-05-19T10:48:54.296Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2022-05-19T10:48:54.842Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2022-05-19T10:48:54.842Z] docker_cli_run_test.go:3295: unmatched requirement DaemonIsLinux [2022-05-19T10:48:54.842Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2022-05-19T10:48:54.842Z] docker_cli_run_test.go:3280: unmatched requirement DaemonIsLinux [2022-05-19T10:48:54.842Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2022-05-19T10:48:54.842Z] docker_cli_run_test.go:3205: unmatched requirement DaemonIsLinux [2022-05-19T10:48:54.842Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2022-05-19T10:48:54.842Z] docker_cli_run_test.go:2704: unmatched requirement DaemonIsLinux [2022-05-19T10:48:54.842Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2022-05-19T10:48:54.842Z] docker_cli_run_test.go:2653: unmatched requirement DaemonIsLinux [2022-05-19T10:48:54.842Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2022-05-19T10:48:54.842Z] docker_cli_run_test.go:2726: unmatched requirement DaemonIsLinux [2022-05-19T10:48:54.842Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2022-05-19T10:48:54.842Z] docker_cli_run_test.go:2716: unmatched requirement DaemonIsLinux [2022-05-19T10:48:54.842Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2022-05-19T10:48:57.791Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2022-05-19T10:48:58.083Z] === RUN TestDockerSuite/TestLogsAPIUntil [2022-05-19T10:49:00.762Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2022-05-19T10:49:03.943Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2022-05-19T10:49:04.560Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2022-05-19T10:49:04.560Z] docker_cli_run_test.go:1676: unmatched requirement DaemonIsLinux [2022-05-19T10:49:04.560Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2022-05-19T10:49:04.560Z] docker_cli_run_test.go:1657: unmatched requirement DaemonIsLinux [2022-05-19T10:49:04.560Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2022-05-19T10:49:04.560Z] docker_cli_run_test.go:3170: unmatched requirement DaemonIsLinux [2022-05-19T10:49:04.560Z] === RUN TestDockerSuite/TestRunCreateVolume [2022-05-19T10:49:06.238Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2022-05-19T10:49:06.238Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2022-05-19T10:49:06.238Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2022-05-19T10:49:07.512Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2022-05-19T10:49:07.512Z] docker_cli_run_test.go:2147: unmatched requirement DaemonIsLinux [2022-05-19T10:49:07.512Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2022-05-19T10:49:07.512Z] docker_cli_run_test.go:620: unmatched requirement DaemonIsLinux [2022-05-19T10:49:07.512Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2022-05-19T10:49:07.512Z] docker_cli_run_test.go:382: unmatched requirement DaemonIsLinux [2022-05-19T10:49:07.512Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2022-05-19T10:49:07.512Z] docker_cli_run_test.go:426: unmatched requirement DaemonIsLinux [2022-05-19T10:49:07.512Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2022-05-19T10:49:07.731Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2022-05-19T10:49:07.731Z] docker_api_logs_test.go:93: unmatched requirement DaemonIsLinux [2022-05-19T10:49:07.731Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2022-05-19T10:49:09.729Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2022-05-19T10:49:10.038Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2022-05-19T10:49:10.038Z] === RUN TestDockerSuite/TestRestartPolicyNO [2022-05-19T10:49:10.038Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2022-05-19T10:49:11.027Z] === RUN TestDockerSuite/TestRestartRunningContainer [2022-05-19T10:49:11.520Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2022-05-19T10:49:11.987Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2022-05-19T10:49:15.603Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2022-05-19T10:49:15.603Z] docker_cli_run_test.go:1252: unmatched requirement DaemonIsLinux [2022-05-19T10:49:15.603Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2022-05-19T10:49:15.603Z] docker_cli_run_test.go:3877: unmatched requirement DaemonIsLinux [2022-05-19T10:49:15.603Z] === RUN TestDockerSuite/TestRunDNSOptions [2022-05-19T10:49:15.603Z] docker_cli_run_test.go:1287: unmatched requirement DaemonIsLinux [2022-05-19T10:49:15.603Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2022-05-19T10:49:15.603Z] docker_cli_run_test.go:1320: unmatched requirement DaemonIsLinux [2022-05-19T10:49:15.798Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2022-05-19T10:49:16.078Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2022-05-19T10:49:16.078Z] docker_cli_run_test.go:1309: unmatched requirement DaemonIsLinux [2022-05-19T10:49:16.078Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2022-05-19T10:49:16.078Z] docker_cli_run_test.go:2020: unmatched requirement DaemonIsLinux [2022-05-19T10:49:16.078Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2022-05-19T10:49:19.037Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2022-05-19T10:49:19.037Z] docker_cli_run_test.go:1140: unmatched requirement DaemonIsLinux [2022-05-19T10:49:19.037Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2022-05-19T10:49:19.505Z] === RUN TestDockerSuite/TestRunDuplicateMount [2022-05-19T10:49:19.505Z] docker_cli_run_test.go:4052: unmatched requirement DaemonIsLinux [2022-05-19T10:49:19.505Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2022-05-19T10:49:20.562Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2022-05-19T10:49:20.562Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2022-05-19T10:49:20.562Z] === RUN TestDockerSuite/TestRestartWithVolumes [2022-05-19T10:49:20.649Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2022-05-19T10:49:22.463Z] === RUN TestDockerSuite/TestRunEchoStdout [2022-05-19T10:49:25.324Z] === RUN TestDockerSuite/TestRmiBlank [2022-05-19T10:49:25.324Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2022-05-19T10:49:25.324Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2022-05-19T10:49:25.413Z] === RUN TestDockerSuite/TestRunEmptyEnv [2022-05-19T10:49:25.413Z] docker_cli_run_test.go:4135: unmatched requirement DaemonIsLinux [2022-05-19T10:49:25.413Z] === RUN TestDockerSuite/TestRunEntrypoint [2022-05-19T10:49:29.213Z] === RUN TestDockerSuite/TestRunEnvironment [2022-05-19T10:49:29.213Z] docker_cli_run_test.go:816: unmatched requirement DaemonIsLinux [2022-05-19T10:49:29.213Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2022-05-19T10:49:29.213Z] docker_cli_run_test.go:855: unmatched requirement DaemonIsLinux [2022-05-19T10:49:29.213Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2022-05-19T10:49:29.213Z] docker_cli_run_test.go:888: unmatched requirement DaemonIsLinux [2022-05-19T10:49:29.213Z] === RUN TestDockerSuite/TestRunExitCode [2022-05-19T10:49:29.308Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2022-05-19T10:49:32.167Z] === RUN TestDockerSuite/TestRunExitCodeOne [2022-05-19T10:49:35.127Z] === RUN TestDockerSuite/TestRunExitCodeZero [2022-05-19T10:49:36.465Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2022-05-19T10:49:38.079Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2022-05-19T10:49:41.031Z] === RUN TestDockerSuite/TestRunExposePort [2022-05-19T10:49:41.500Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2022-05-19T10:49:41.500Z] docker_cli_run_test.go:946: unmatched requirement DaemonIsLinux [2022-05-19T10:49:41.500Z] === RUN TestDockerSuite/TestRunGroupAdd [2022-05-19T10:49:41.500Z] docker_cli_run_test.go:1073: unmatched requirement DaemonIsLinux [2022-05-19T10:49:41.500Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2022-05-19T10:49:41.500Z] docker_cli_run_test.go:4378: unmatched requirement DaemonIsLinux [2022-05-19T10:49:41.500Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2022-05-19T10:49:41.500Z] docker_cli_run_test.go:4391: unmatched requirement DaemonIsLinux [2022-05-19T10:49:41.500Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2022-05-19T10:49:41.500Z] docker_cli_run_test.go:4119: unmatched requirement Isolation.IsHyperV-fm [2022-05-19T10:49:41.500Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2022-05-19T10:49:41.500Z] docker_cli_run_test.go:3693: unmatched requirement DaemonIsLinux [2022-05-19T10:49:41.500Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2022-05-19T10:49:41.500Z] docker_cli_run_test.go:1998: unmatched requirement DaemonIsLinux [2022-05-19T10:49:41.500Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2022-05-19T10:49:42.333Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2022-05-19T10:49:43.157Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2022-05-19T10:49:43.626Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2022-05-19T10:49:44.619Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2022-05-19T10:49:47.082Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2022-05-19T10:49:47.082Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2022-05-19T10:49:47.082Z] === RUN TestDockerSuite/TestLogsFollowStopped [2022-05-19T10:49:47.368Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2022-05-19T10:49:47.368Z] docker_cli_run_test.go:3240: unmatched requirement DaemonIsLinux [2022-05-19T10:49:47.368Z] === RUN TestDockerSuite/TestRunInvalidReference [2022-05-19T10:49:47.368Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2022-05-19T10:49:47.368Z] docker_cli_run_test.go:59: unmatched requirement DaemonIsLinux [2022-05-19T10:49:47.368Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2022-05-19T10:49:47.368Z] docker_cli_run_test.go:3349: unmatched requirement DaemonIsLinux [2022-05-19T10:49:47.368Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2022-05-19T10:49:47.368Z] docker_cli_run_test.go:194: unmatched requirement DaemonIsLinux [2022-05-19T10:49:47.368Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2022-05-19T10:49:47.368Z] docker_cli_run_test.go:179: unmatched requirement DaemonIsLinux [2022-05-19T10:49:47.368Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2022-05-19T10:49:50.871Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2022-05-19T10:49:51.802Z] === RUN TestDockerSuite/TestRmiImgIDForce [2022-05-19T10:49:54.658Z] === RUN TestDockerSuite/TestLogsSince [2022-05-19T10:49:56.038Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2022-05-19T10:49:56.038Z] docker_cli_run_test.go:3359: unmatched requirement DaemonIsLinux [2022-05-19T10:49:56.038Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2022-05-19T10:49:57.700Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2022-05-19T10:49:58.256Z] === RUN TestDockerSuite/TestRunModeHostname [2022-05-19T10:49:58.256Z] docker_cli_run_test.go:1197: unmatched requirement DaemonIsLinux [2022-05-19T10:49:58.256Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2022-05-19T10:49:58.256Z] docker_cli_run_test.go:2310: unmatched requirement DaemonIsLinux [2022-05-19T10:49:58.256Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2022-05-19T10:49:58.256Z] docker_cli_run_test.go:2319: unmatched requirement DaemonIsLinux [2022-05-19T10:49:58.256Z] === RUN TestDockerSuite/TestRunModeIpcHost [2022-05-19T10:49:58.256Z] docker_cli_run_test.go:2288: unmatched requirement DaemonIsLinux [2022-05-19T10:49:58.256Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2022-05-19T10:49:58.256Z] docker_cli_run_test.go:3393: unmatched requirement DaemonIsLinux [2022-05-19T10:49:58.256Z] === RUN TestDockerSuite/TestRunModePIDContainer [2022-05-19T10:49:58.256Z] docker_cli_run_test.go:2332: unmatched requirement DaemonIsLinux [2022-05-19T10:49:58.256Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2022-05-19T10:49:58.256Z] docker_cli_run_test.go:2357: unmatched requirement DaemonIsLinux [2022-05-19T10:49:58.256Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2022-05-19T10:49:58.256Z] docker_cli_run_test.go:2366: unmatched requirement DaemonIsLinux [2022-05-19T10:49:58.725Z] === RUN TestDockerSuite/TestRunModeUTSHost [2022-05-19T10:49:58.725Z] docker_cli_run_test.go:2424: unmatched requirement DaemonIsLinux [2022-05-19T10:49:58.725Z] === RUN TestDockerSuite/TestRunMount [2022-05-19T10:49:58.725Z] docker_cli_run_test.go:4201: unmatched requirement DaemonIsLinux [2022-05-19T10:49:58.725Z] === RUN TestDockerSuite/TestRunMountOrdering [2022-05-19T10:49:58.725Z] docker_cli_run_test.go:2075: unmatched requirement DaemonIsLinux [2022-05-19T10:49:58.725Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2022-05-19T10:49:58.725Z] docker_cli_run_test.go:4189: unmatched requirement DaemonIsLinux [2022-05-19T10:49:58.725Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2022-05-19T10:49:58.725Z] docker_cli_run_test.go:2379: unmatched requirement DaemonIsLinux [2022-05-19T10:49:58.725Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2022-05-19T10:50:05.073Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2022-05-19T10:50:05.073Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2022-05-19T10:50:05.073Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2022-05-19T10:50:05.073Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2022-05-19T10:50:05.073Z] === RUN TestDockerSuite/TestLogsTail [2022-05-19T10:50:09.155Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2022-05-19T10:50:09.155Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2022-05-19T10:50:09.155Z] === RUN TestDockerSuite/TestRunNamedVolume [2022-05-19T10:50:09.155Z] docker_cli_run_test.go:3182: unmatched requirement DaemonIsLinux [2022-05-19T10:50:09.155Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2022-05-19T10:50:09.155Z] docker_cli_run_test.go:3744: unmatched requirement DaemonIsLinux [2022-05-19T10:50:09.155Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2022-05-19T10:50:09.829Z] === RUN TestDockerSuite/TestLogsTimestamps [2022-05-19T10:50:12.647Z] === RUN TestDockerSuite/TestRmiParentImageFail [2022-05-19T10:50:12.782Z] === RUN TestDockerSuite/TestLogsWithDetails [2022-05-19T10:50:15.021Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2022-05-19T10:50:15.610Z] === RUN TestDockerSuite/TestRmiTag [2022-05-19T10:50:16.080Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2022-05-19T10:50:16.571Z] === RUN TestDockerSuite/TestMountIntoProc [2022-05-19T10:50:16.571Z] docker_cli_run_test.go:2877: unmatched requirement DaemonIsLinux [2022-05-19T10:50:16.571Z] === RUN TestDockerSuite/TestMountIntoSys [2022-05-19T10:50:16.571Z] docker_cli_run_test.go:2886: unmatched requirement DaemonIsLinux [2022-05-19T10:50:16.571Z] === RUN TestDockerSuite/TestNetHostname [2022-05-19T10:50:16.571Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2022-05-19T10:50:16.571Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2022-05-19T10:50:16.571Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2022-05-19T10:50:16.571Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2022-05-19T10:50:16.571Z] docker_cli_run_test.go:3480: unmatched requirement DaemonIsLinux [2022-05-19T10:50:16.571Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2022-05-19T10:50:16.571Z] docker_cli_run_test.go:2666: unmatched requirement DaemonIsLinux [2022-05-19T10:50:16.571Z] === RUN TestDockerSuite/TestPluginActive [2022-05-19T10:50:16.571Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2022-05-19T10:50:16.571Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2022-05-19T10:50:16.571Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2022-05-19T10:50:16.571Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2022-05-19T10:50:16.571Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2022-05-19T10:50:16.571Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2022-05-19T10:50:16.571Z] === RUN TestDockerSuite/TestPluginLogDriver [2022-05-19T10:50:16.571Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2022-05-19T10:50:16.571Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2022-05-19T10:50:16.571Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2022-05-19T10:50:16.571Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2022-05-19T10:50:16.571Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2022-05-19T10:50:16.571Z] === RUN TestDockerSuite/TestPluginUpgrade [2022-05-19T10:50:16.571Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2022-05-19T10:50:16.571Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2022-05-19T10:50:16.571Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2022-05-19T10:50:16.571Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2022-05-19T10:50:16.571Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2022-05-19T10:50:16.571Z] === RUN TestDockerSuite/TestPortHostBinding [2022-05-19T10:50:16.571Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2022-05-19T10:50:16.571Z] === RUN TestDockerSuite/TestPortList [2022-05-19T10:50:16.571Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2022-05-19T10:50:16.571Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2022-05-19T10:50:19.039Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2022-05-19T10:50:20.889Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2022-05-19T10:50:20.889Z] docker_cli_run_test.go:3737: unmatched requirement DaemonIsLinux [2022-05-19T10:50:20.889Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2022-05-19T10:50:20.889Z] docker_cli_run_test.go:2576: unmatched requirement DaemonIsLinux [2022-05-19T10:50:20.889Z] === RUN TestDockerSuite/TestRunNetHost [2022-05-19T10:50:20.889Z] docker_cli_run_test.go:2545: unmatched requirement DaemonIsLinux [2022-05-19T10:50:20.889Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2022-05-19T10:50:20.889Z] docker_cli_run_test.go:930: unmatched requirement DaemonIsLinux [2022-05-19T10:50:20.889Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2022-05-19T10:50:20.889Z] docker_cli_run_test.go:2568: unmatched requirement DaemonIsLinux [2022-05-19T10:50:20.889Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2022-05-19T10:50:20.889Z] docker_cli_run_test.go:3037: unmatched requirement DaemonIsLinux [2022-05-19T10:50:20.889Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2022-05-19T10:50:20.889Z] docker_cli_run_test.go:3061: unmatched requirement DaemonIsLinux [2022-05-19T10:50:20.889Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2022-05-19T10:50:20.889Z] docker_cli_run_test.go:3083: unmatched requirement DaemonIsLinux [2022-05-19T10:50:20.889Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2022-05-19T10:50:20.889Z] docker_cli_run_test.go:3407: unmatched requirement DaemonIsLinux [2022-05-19T10:50:20.889Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2022-05-19T10:50:20.889Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2022-05-19T10:50:22.452Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2022-05-19T10:50:23.724Z] === RUN TestDockerSuite/TestPostContainersAttach [2022-05-19T10:50:23.724Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2022-05-19T10:50:23.724Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2022-05-19T10:50:23.724Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2022-05-19T10:50:23.724Z] docker_api_containers_test.go:1535: unmatched requirement DaemonIsLinux [2022-05-19T10:50:23.724Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2022-05-19T10:50:23.724Z] docker_api_containers_test.go:1449: unmatched requirement DaemonIsLinux [2022-05-19T10:50:23.724Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2022-05-19T10:50:23.724Z] docker_api_containers_test.go:1431: unmatched requirement DaemonIsLinux [2022-05-19T10:50:23.724Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2022-05-19T10:50:23.724Z] docker_api_containers_test.go:1477: unmatched requirement DaemonIsLinux [2022-05-19T10:50:23.724Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2022-05-19T10:50:23.724Z] docker_api_containers_test.go:1560: unmatched requirement DaemonIsLinux [2022-05-19T10:50:23.724Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2022-05-19T10:50:23.724Z] docker_api_containers_test.go:1504: unmatched requirement DaemonIsLinux [2022-05-19T10:50:23.724Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2022-05-19T10:50:23.724Z] docker_api_containers_test.go:1327: unmatched requirement DaemonIsLinux [2022-05-19T10:50:23.724Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2022-05-19T10:50:24.666Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2022-05-19T10:50:26.882Z] === RUN TestDockerSuite/TestRunNonExistingImage [2022-05-19T10:50:27.871Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2022-05-19T10:50:30.823Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2022-05-19T10:50:31.291Z] docker_cli_run_test.go:1402: unmatched requirement DaemonIsLinux [2022-05-19T10:50:31.291Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2022-05-19T10:50:31.291Z] docker_cli_run_test.go:2776: unmatched requirement DaemonIsLinux [2022-05-19T10:50:31.291Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2022-05-19T10:50:31.291Z] docker_cli_run_test.go:2466: unmatched requirement DaemonIsLinux [2022-05-19T10:50:31.291Z] === RUN TestDockerSuite/TestRunPortInUse [2022-05-19T10:50:31.291Z] docker_cli_run_test.go:2038: unmatched requirement DaemonIsLinux [2022-05-19T10:50:31.291Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2022-05-19T10:50:31.291Z] docker_cli_run_test.go:956: unmatched requirement DaemonIsLinux [2022-05-19T10:50:31.291Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2022-05-19T10:50:31.291Z] docker_cli_run_test.go:1084: unmatched requirement DaemonIsLinux [2022-05-19T10:50:31.291Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2022-05-19T10:50:31.291Z] docker_cli_run_test.go:1123: unmatched requirement DaemonIsLinux [2022-05-19T10:50:31.291Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2022-05-19T10:50:31.291Z] docker_cli_run_test.go:1131: unmatched requirement DaemonIsLinux [2022-05-19T10:50:31.291Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2022-05-19T10:50:32.393Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2022-05-19T10:50:32.393Z] docker_api_containers_test.go:1398: unmatched requirement DaemonIsLinux [2022-05-19T10:50:32.393Z] === RUN TestDockerSuite/TestPsByOrder [2022-05-19T10:50:36.051Z] === RUN TestDockerSuite/TestRunPublishPort [2022-05-19T10:50:36.051Z] docker_cli_run_test.go:2951: unmatched requirement DaemonIsLinux [2022-05-19T10:50:36.051Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2022-05-19T10:50:36.051Z] docker_cli_run_test.go:2854: unmatched requirement Apparmor [2022-05-19T10:50:36.051Z] === RUN TestDockerSuite/TestRunReadProcLatency [2022-05-19T10:50:36.051Z] docker_cli_run_test.go:2833: unmatched requirement DaemonIsLinux [2022-05-19T10:50:36.051Z] === RUN TestDockerSuite/TestRunReadProcTimer [2022-05-19T10:50:36.051Z] docker_cli_run_test.go:2818: unmatched requirement DaemonIsLinux [2022-05-19T10:50:36.522Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2022-05-19T10:50:36.522Z] docker_cli_run_test.go:1424: unmatched requirement DaemonIsLinux [2022-05-19T10:50:36.522Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2022-05-19T10:50:44.355Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2022-05-19T10:50:44.355Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2022-05-19T10:50:46.950Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2022-05-19T10:50:46.950Z] docker_cli_run_test.go:2120: unmatched requirement DaemonIsLinux [2022-05-19T10:50:46.950Z] === RUN TestDockerSuite/TestRunRm [2022-05-19T10:50:47.317Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2022-05-19T10:50:47.317Z] docker_cli_ps_test.go:549: unmatched requirement DaemonIsLinux [2022-05-19T10:50:47.317Z] === RUN TestDockerSuite/TestPsListContainersBase [2022-05-19T10:50:50.232Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2022-05-19T10:50:50.742Z] === RUN TestDockerSuite/TestRunRmAndWait [2022-05-19T10:50:51.222Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2022-05-19T10:50:51.222Z] docker_cli_run_test.go:4399: unmatched requirement DaemonIsLinux [2022-05-19T10:50:51.222Z] === RUN TestDockerSuite/TestRunAddHost [2022-05-19T10:50:51.222Z] docker_cli_run_test.go:1575: unmatched requirement DaemonIsLinux [2022-05-19T10:50:51.222Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2022-05-19T10:50:51.222Z] docker_cli_run_test.go:3912: unmatched requirement DaemonIsLinux [2022-05-19T10:50:51.222Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2022-05-19T10:50:51.222Z] docker_cli_run_test.go:1170: unmatched requirement DaemonIsLinux [2022-05-19T10:50:51.222Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2022-05-19T10:50:51.222Z] docker_cli_run_test.go:1188: unmatched requirement DaemonIsLinux [2022-05-19T10:50:51.222Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2022-05-19T10:50:51.222Z] docker_cli_run_test.go:1179: unmatched requirement DaemonIsLinux [2022-05-19T10:50:51.222Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2022-05-19T10:50:51.222Z] docker_cli_run_test.go:2055: unmatched requirement DaemonIsLinux [2022-05-19T10:50:51.222Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2022-05-19T10:50:53.443Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2022-05-19T10:50:53.443Z] docker_cli_run_test.go:2260: unmatched requirement DaemonIsLinux [2022-05-19T10:50:53.443Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2022-05-19T10:50:53.443Z] docker_cli_run_test.go:2596: unmatched requirement DaemonIsLinux [2022-05-19T10:50:53.443Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2022-05-19T10:50:56.609Z] === RUN TestDockerSuite/TestRunRmPre125Api [2022-05-19T10:50:58.207Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2022-05-19T10:50:59.559Z] === RUN TestDockerSuite/TestRunRootWorkdir [2022-05-19T10:51:01.167Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2022-05-19T10:51:02.258Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2022-05-19T10:51:03.357Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2022-05-19T10:51:04.125Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2022-05-19T10:51:05.578Z] === RUN TestDockerSuite/TestRunSetMacAddress [2022-05-19T10:51:06.355Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2022-05-19T10:51:08.710Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2022-05-19T10:51:08.710Z] === RUN TestDockerSuite/TestRunBindMounts [2022-05-19T10:51:09.371Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2022-05-19T10:51:09.372Z] docker_cli_run_test.go:2232: unmatched requirement DaemonIsLinux [2022-05-19T10:51:09.372Z] === RUN TestDockerSuite/TestRunState [2022-05-19T10:51:09.372Z] docker_cli_run_test.go:1620: unmatched requirement DaemonIsLinux [2022-05-19T10:51:09.372Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2022-05-19T10:51:12.365Z] === RUN TestDockerSuite/TestRunStdinPipe [2022-05-19T10:51:12.365Z] docker_cli_run_test.go:97: unmatched requirement DaemonIsLinux [2022-05-19T10:51:12.365Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2022-05-19T10:51:13.479Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2022-05-19T10:51:13.479Z] docker_cli_run_test.go:1051: unmatched requirement DaemonIsLinux [2022-05-19T10:51:13.479Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2022-05-19T10:51:13.479Z] docker_cli_run_test.go:1061: unmatched requirement DaemonIsLinux [2022-05-19T10:51:13.479Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2022-05-19T10:51:13.479Z] docker_cli_run_test.go:2976: unmatched requirement DaemonIsLinux [2022-05-19T10:51:13.479Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2022-05-19T10:51:13.479Z] docker_cli_run_test.go:1041: unmatched requirement DaemonIsLinux [2022-05-19T10:51:13.479Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2022-05-19T10:51:13.479Z] docker_cli_run_test.go:1032: unmatched requirement DaemonIsLinux [2022-05-19T10:51:13.479Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2022-05-19T10:51:13.479Z] docker_cli_run_test.go:3162: unmatched requirement DaemonIsLinux [2022-05-19T10:51:13.479Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2022-05-19T10:51:13.479Z] docker_cli_run_test.go:1022: unmatched requirement DaemonIsLinux [2022-05-19T10:51:13.479Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2022-05-19T10:51:13.479Z] docker_cli_run_test.go:1010: unmatched requirement DaemonIsLinux [2022-05-19T10:51:13.479Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2022-05-19T10:51:13.479Z] docker_cli_run_test.go:984: unmatched requirement DaemonIsLinux [2022-05-19T10:51:13.479Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2022-05-19T10:51:13.479Z] docker_cli_run_test.go:997: unmatched requirement DaemonIsLinux [2022-05-19T10:51:13.479Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2022-05-19T10:51:13.479Z] docker_cli_run_test.go:975: unmatched requirement DaemonIsLinux [2022-05-19T10:51:13.479Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2022-05-19T10:51:15.321Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2022-05-19T10:51:15.321Z] docker_cli_run_test.go:1107: unmatched requirement DaemonIsLinux [2022-05-19T10:51:15.321Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2022-05-19T10:51:15.321Z] docker_cli_run_test.go:1115: unmatched requirement DaemonIsLinux [2022-05-19T10:51:15.321Z] === RUN TestDockerSuite/TestRunTLSVerify [2022-05-19T10:51:15.321Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2022-05-19T10:51:15.321Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2022-05-19T10:51:15.321Z] docker_cli_run_test.go:1155: unmatched requirement DaemonIsLinux [2022-05-19T10:51:15.321Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2022-05-19T10:51:16.438Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2022-05-19T10:51:16.438Z] docker_cli_run_test.go:1926: unmatched requirement DaemonIsLinux [2022-05-19T10:51:16.438Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2022-05-19T10:51:19.396Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2022-05-19T10:51:19.396Z] docker_cli_run_test.go:3304: unmatched requirement DaemonIsLinux [2022-05-19T10:51:19.869Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2022-05-19T10:51:19.869Z] docker_cli_run_test.go:3328: unmatched requirement DaemonIsLinux [2022-05-19T10:51:19.869Z] === RUN TestDockerSuite/TestRunContainerNetwork [2022-05-19T10:51:21.202Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2022-05-19T10:51:21.202Z] docker_cli_run_test.go:966: unmatched requirement DaemonIsLinux [2022-05-19T10:51:21.202Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2022-05-19T10:51:21.202Z] docker_cli_run_test.go:1094: unmatched requirement DaemonIsLinux [2022-05-19T10:51:21.202Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2022-05-19T10:51:21.202Z] docker_cli_run_test.go:1164: unmatched requirement DaemonIsLinux [2022-05-19T10:51:21.202Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2022-05-19T10:51:21.202Z] docker_cli_run_test.go:3953: unmatched requirement DaemonIsLinux [2022-05-19T10:51:21.202Z] === RUN TestDockerSuite/TestRunUnshareProc [2022-05-19T10:51:21.202Z] docker_cli_run_test.go:2893: unmatched requirement Apparmor [2022-05-19T10:51:21.202Z] === RUN TestDockerSuite/TestRunUserByID [2022-05-19T10:51:21.202Z] docker_cli_run_test.go:735: unmatched requirement DaemonIsLinux [2022-05-19T10:51:21.202Z] === RUN TestDockerSuite/TestRunUserByIDBig [2022-05-19T10:51:21.202Z] docker_cli_run_test.go:745: unmatched requirement DaemonIsLinux [2022-05-19T10:51:21.202Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2022-05-19T10:51:21.202Z] docker_cli_run_test.go:758: unmatched requirement DaemonIsLinux [2022-05-19T10:51:21.202Z] === RUN TestDockerSuite/TestRunUserByIDZero [2022-05-19T10:51:21.202Z] docker_cli_run_test.go:771: unmatched requirement DaemonIsLinux [2022-05-19T10:51:21.202Z] === RUN TestDockerSuite/TestRunUserByName [2022-05-19T10:51:21.202Z] docker_cli_run_test.go:725: unmatched requirement DaemonIsLinux [2022-05-19T10:51:21.202Z] === RUN TestDockerSuite/TestRunUserDefaults [2022-05-19T10:51:22.089Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2022-05-19T10:51:22.089Z] docker_cli_run_test.go:3295: unmatched requirement DaemonIsLinux [2022-05-19T10:51:22.089Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2022-05-19T10:51:22.089Z] docker_cli_run_test.go:3280: unmatched requirement DaemonIsLinux [2022-05-19T10:51:22.089Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2022-05-19T10:51:22.089Z] docker_cli_run_test.go:3205: unmatched requirement DaemonIsLinux [2022-05-19T10:51:22.089Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2022-05-19T10:51:22.089Z] docker_cli_run_test.go:2704: unmatched requirement DaemonIsLinux [2022-05-19T10:51:22.089Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2022-05-19T10:51:22.089Z] docker_cli_run_test.go:2653: unmatched requirement DaemonIsLinux [2022-05-19T10:51:22.089Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2022-05-19T10:51:22.089Z] docker_cli_run_test.go:2726: unmatched requirement DaemonIsLinux [2022-05-19T10:51:22.089Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2022-05-19T10:51:22.089Z] docker_cli_run_test.go:2716: unmatched requirement DaemonIsLinux [2022-05-19T10:51:22.089Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2022-05-19T10:51:23.635Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2022-05-19T10:51:23.635Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2022-05-19T10:51:23.635Z] docker_cli_ps_test.go:444: DaemonIsWindows(): FLAKY on Windows, see #20819 [2022-05-19T10:51:23.635Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2022-05-19T10:51:23.635Z] docker_cli_ps_test.go:230: RuntimeIsWindowsContainerd(): FIXME. Hang on Windows + containerd combination [2022-05-19T10:51:23.635Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2022-05-19T10:51:24.157Z] === RUN TestDockerSuite/TestRunUserNotFound [2022-05-19T10:51:24.157Z] docker_cli_run_test.go:784: unmatched requirement DaemonIsLinux [2022-05-19T10:51:24.157Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2022-05-19T10:51:24.309Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2022-05-19T10:51:27.114Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2022-05-19T10:51:27.115Z] docker_cli_run_test.go:3842: unmatched requirement DaemonIsLinux [2022-05-19T10:51:27.115Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2022-05-19T10:51:27.115Z] docker_cli_run_test.go:3835: unmatched requirement DaemonIsLinux [2022-05-19T10:51:27.115Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2022-05-19T10:51:27.270Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2022-05-19T10:51:29.491Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2022-05-19T10:51:29.492Z] docker_cli_run_test.go:1676: unmatched requirement DaemonIsLinux [2022-05-19T10:51:29.492Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2022-05-19T10:51:29.492Z] docker_cli_run_test.go:1657: unmatched requirement DaemonIsLinux [2022-05-19T10:51:29.492Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2022-05-19T10:51:29.492Z] docker_cli_run_test.go:3170: unmatched requirement DaemonIsLinux [2022-05-19T10:51:29.492Z] === RUN TestDockerSuite/TestRunCreateVolume [2022-05-19T10:51:29.499Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2022-05-19T10:51:31.719Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2022-05-19T10:51:31.719Z] docker_cli_run_test.go:2147: unmatched requirement DaemonIsLinux [2022-05-19T10:51:31.719Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2022-05-19T10:51:31.719Z] docker_cli_run_test.go:620: unmatched requirement DaemonIsLinux [2022-05-19T10:51:31.719Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2022-05-19T10:51:31.719Z] docker_cli_run_test.go:382: unmatched requirement DaemonIsLinux [2022-05-19T10:51:31.719Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2022-05-19T10:51:31.719Z] docker_cli_run_test.go:426: unmatched requirement DaemonIsLinux [2022-05-19T10:51:31.719Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2022-05-19T10:51:31.878Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2022-05-19T10:51:33.942Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2022-05-19T10:51:39.824Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2022-05-19T10:51:39.824Z] docker_cli_run_test.go:1252: unmatched requirement DaemonIsLinux [2022-05-19T10:51:39.824Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2022-05-19T10:51:39.824Z] docker_cli_run_test.go:3877: unmatched requirement DaemonIsLinux [2022-05-19T10:51:39.824Z] === RUN TestDockerSuite/TestRunDNSOptions [2022-05-19T10:51:39.824Z] docker_cli_run_test.go:1287: unmatched requirement DaemonIsLinux [2022-05-19T10:51:39.824Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2022-05-19T10:51:39.824Z] docker_cli_run_test.go:1320: unmatched requirement DaemonIsLinux [2022-05-19T10:51:39.824Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2022-05-19T10:51:39.824Z] docker_cli_run_test.go:1309: unmatched requirement DaemonIsLinux [2022-05-19T10:51:39.824Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2022-05-19T10:51:39.824Z] docker_cli_run_test.go:2020: unmatched requirement DaemonIsLinux [2022-05-19T10:51:39.824Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2022-05-19T10:51:41.989Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2022-05-19T10:51:42.046Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2022-05-19T10:51:42.046Z] docker_cli_run_test.go:1140: unmatched requirement DaemonIsLinux [2022-05-19T10:51:42.313Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2022-05-19T10:51:42.516Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2022-05-19T10:51:42.516Z] === RUN TestDockerSuite/TestRunDuplicateMount [2022-05-19T10:51:42.516Z] docker_cli_run_test.go:4052: unmatched requirement DaemonIsLinux [2022-05-19T10:51:42.516Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2022-05-19T10:51:44.733Z] === RUN TestDockerSuite/TestRunEchoStdout [2022-05-19T10:51:48.179Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2022-05-19T10:51:49.142Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2022-05-19T10:51:49.142Z] docker_cli_ps_test.go:715: unmatched requirement DaemonIsLinux [2022-05-19T10:51:49.142Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2022-05-19T10:51:49.142Z] docker_cli_ps_test.go:807: unmatched requirement DaemonIsLinux [2022-05-19T10:51:49.142Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2022-05-19T10:51:52.064Z] === RUN TestDockerSuite/TestRunEmptyEnv [2022-05-19T10:51:52.065Z] docker_cli_run_test.go:4135: unmatched requirement DaemonIsLinux [2022-05-19T10:51:52.065Z] === RUN TestDockerSuite/TestRunEntrypoint [2022-05-19T10:51:54.288Z] === RUN TestDockerSuite/TestRunEnvironment [2022-05-19T10:51:54.288Z] docker_cli_run_test.go:816: unmatched requirement DaemonIsLinux [2022-05-19T10:51:54.288Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2022-05-19T10:51:54.288Z] docker_cli_run_test.go:855: unmatched requirement DaemonIsLinux [2022-05-19T10:51:54.288Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2022-05-19T10:51:54.288Z] docker_cli_run_test.go:888: unmatched requirement DaemonIsLinux [2022-05-19T10:51:54.288Z] === RUN TestDockerSuite/TestRunExitCode [2022-05-19T10:51:55.338Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2022-05-19T10:51:55.338Z] docker_cli_run_test.go:657: unmatched requirement DaemonIsLinux [2022-05-19T10:51:55.338Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2022-05-19T10:51:55.338Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2022-05-19T10:51:57.253Z] === RUN TestDockerSuite/TestRunExitCodeOne [2022-05-19T10:51:57.798Z] === RUN TestDockerSuite/TestPsListContainersSize [2022-05-19T10:51:57.798Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2022-05-19T10:51:57.798Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2022-05-19T10:51:57.798Z] docker_cli_ps_test.go:857: unmatched requirement DaemonIsLinux [2022-05-19T10:51:57.798Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2022-05-19T10:51:57.798Z] docker_cli_ps_test.go:597: unmatched requirement DaemonIsLinux [2022-05-19T10:51:57.798Z] === RUN TestDockerSuite/TestPsRightTagName [2022-05-19T10:51:57.798Z] docker_cli_ps_test.go:473: unmatched requirement DaemonIsLinux [2022-05-19T10:51:57.798Z] === RUN TestDockerSuite/TestPsShowMounts [2022-05-19T10:51:59.128Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2022-05-19T10:51:59.486Z] === RUN TestDockerSuite/TestRunExitCodeZero [2022-05-19T10:52:02.919Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2022-05-19T10:52:05.870Z] === RUN TestDockerSuite/TestRunWithBadDevice [2022-05-19T10:52:05.871Z] docker_cli_run_test.go:1849: unmatched requirement DaemonIsLinux [2022-05-19T10:52:05.871Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2022-05-19T10:52:05.871Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2022-05-19T10:52:05.871Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2022-05-19T10:52:05.871Z] docker_cli_run_test.go:281: unmatched requirement DaemonIsLinux [2022-05-19T10:52:05.871Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2022-05-19T10:52:05.871Z] docker_cli_run_test.go:3709: unmatched requirement DaemonIsLinux [2022-05-19T10:52:05.871Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2022-05-19T10:52:05.871Z] docker_cli_run_test.go:3720: unmatched requirement DaemonIsLinux [2022-05-19T10:52:05.871Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2022-05-19T10:52:05.871Z] docker_cli_run_test.go:2799: unmatched requirement DaemonIsLinux [2022-05-19T10:52:05.871Z] === RUN TestDockerSuite/TestRunWithUlimits [2022-05-19T10:52:05.871Z] docker_cli_run_test.go:3194: unmatched requirement DaemonIsLinux [2022-05-19T10:52:05.871Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2022-05-19T10:52:06.650Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2022-05-19T10:52:10.287Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2022-05-19T10:52:10.287Z] docker_cli_run_test.go:3112: unmatched requirement DaemonIsLinux [2022-05-19T10:52:10.287Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2022-05-19T10:52:10.755Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2022-05-19T10:52:10.755Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2022-05-19T10:52:10.755Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2022-05-19T10:52:11.740Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2022-05-19T10:52:11.744Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2022-05-19T10:52:12.725Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2022-05-19T10:52:12.725Z] docker_api_containers_test.go:1374: unmatched requirement DaemonIsLinux [2022-05-19T10:52:12.725Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2022-05-19T10:52:13.314Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2022-05-19T10:52:13.817Z] === RUN TestDockerSuite/TestRunExposePort [2022-05-19T10:52:13.817Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2022-05-19T10:52:13.817Z] docker_cli_run_test.go:946: unmatched requirement DaemonIsLinux [2022-05-19T10:52:13.817Z] === RUN TestDockerSuite/TestRunGroupAdd [2022-05-19T10:52:13.817Z] docker_cli_run_test.go:1073: unmatched requirement DaemonIsLinux [2022-05-19T10:52:13.817Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2022-05-19T10:52:13.817Z] docker_cli_run_test.go:4378: unmatched requirement DaemonIsLinux [2022-05-19T10:52:13.817Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2022-05-19T10:52:13.817Z] docker_cli_run_test.go:4391: unmatched requirement DaemonIsLinux [2022-05-19T10:52:13.817Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2022-05-19T10:52:13.817Z] docker_cli_run_test.go:4119: unmatched requirement Isolation.IsHyperV-fm [2022-05-19T10:52:13.817Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2022-05-19T10:52:13.817Z] docker_cli_run_test.go:3693: unmatched requirement DaemonIsLinux [2022-05-19T10:52:13.817Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2022-05-19T10:52:13.817Z] docker_cli_run_test.go:1998: unmatched requirement DaemonIsLinux [2022-05-19T10:52:14.286Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2022-05-19T10:52:15.529Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2022-05-19T10:52:19.894Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2022-05-19T10:52:21.399Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2022-05-19T10:52:21.399Z] docker_cli_run_test.go:3010: unmatched requirement Apparmor [2022-05-19T10:52:21.399Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2022-05-19T10:52:21.399Z] docker_cli_run_test.go:1801: unmatched requirement DaemonIsLinux [2022-05-19T10:52:21.399Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2022-05-19T10:52:21.399Z] docker_cli_run_test.go:2809: unmatched requirement DaemonIsLinux [2022-05-19T10:52:21.399Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2022-05-19T10:52:21.399Z] docker_cli_run_test.go:3607: unmatched requirement DaemonIsLinux [2022-05-19T10:52:21.399Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2022-05-19T10:52:21.399Z] docker_cli_run_test.go:3618: unmatched requirement DaemonIsLinux [2022-05-19T10:52:21.399Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2022-05-19T10:52:21.399Z] docker_cli_save_load_test.go:158: unmatched requirement DaemonIsLinux [2022-05-19T10:52:21.399Z] === RUN TestDockerSuite/TestSaveCheckTimes [2022-05-19T10:52:21.399Z] docker_cli_save_load_test.go:100: unmatched requirement DaemonIsLinux [2022-05-19T10:52:21.399Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2022-05-19T10:52:21.399Z] docker_cli_save_load_test.go:259: unmatched requirement DaemonIsLinux [2022-05-19T10:52:21.868Z] === RUN TestDockerSuite/TestSaveImageId [2022-05-19T10:52:21.868Z] docker_cli_save_load_test.go:119: unmatched requirement DaemonIsLinux [2022-05-19T10:52:21.868Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2022-05-19T10:52:21.868Z] docker_cli_save_load_test.go:380: unmatched requirement DaemonIsLinux [2022-05-19T10:52:21.868Z] === RUN TestDockerSuite/TestSaveLoadParents [2022-05-19T10:52:21.868Z] docker_cli_save_load_test.go:341: unmatched requirement DaemonIsLinux [2022-05-19T10:52:21.868Z] === RUN TestDockerSuite/TestSaveMultipleNames [2022-05-19T10:52:21.868Z] docker_cli_save_load_test.go:189: unmatched requirement DaemonIsLinux [2022-05-19T10:52:21.868Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2022-05-19T10:52:21.868Z] docker_cli_save_load_test.go:207: unmatched requirement DaemonIsLinux [2022-05-19T10:52:21.868Z] === RUN TestDockerSuite/TestSaveSingleTag [2022-05-19T10:52:21.868Z] docker_cli_save_load_test.go:85: unmatched requirement DaemonIsLinux [2022-05-19T10:52:21.868Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2022-05-19T10:52:21.868Z] docker_cli_save_load_test.go:179: unmatched requirement DaemonIsLinux [2022-05-19T10:52:21.868Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2022-05-19T10:52:21.868Z] docker_cli_save_load_test.go:27: unmatched requirement DaemonIsLinux [2022-05-19T10:52:21.868Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2022-05-19T10:52:21.868Z] docker_cli_save_load_test.go:56: unmatched requirement DaemonIsLinux [2022-05-19T10:52:21.868Z] === RUN TestDockerSuite/TestSearchCmdOptions [2022-05-19T10:52:22.963Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2022-05-19T10:52:22.963Z] docker_cli_run_test.go:3240: unmatched requirement DaemonIsLinux [2022-05-19T10:52:22.963Z] === RUN TestDockerSuite/TestRunInvalidReference [2022-05-19T10:52:22.963Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2022-05-19T10:52:22.963Z] docker_cli_run_test.go:59: unmatched requirement DaemonIsLinux [2022-05-19T10:52:22.963Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2022-05-19T10:52:22.963Z] docker_cli_run_test.go:3349: unmatched requirement DaemonIsLinux [2022-05-19T10:52:23.432Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2022-05-19T10:52:23.432Z] docker_cli_run_test.go:194: unmatched requirement DaemonIsLinux [2022-05-19T10:52:23.432Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2022-05-19T10:52:23.432Z] docker_cli_run_test.go:179: unmatched requirement DaemonIsLinux [2022-05-19T10:52:23.432Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2022-05-19T10:52:24.816Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2022-05-19T10:52:24.816Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2022-05-19T10:52:25.284Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2022-05-19T10:52:25.752Z] === RUN TestDockerSuite/TestSearchWithLimit [2022-05-19T10:52:27.044Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2022-05-19T10:52:27.315Z] === RUN TestDockerSuite/TestSlowStdinClosing [2022-05-19T10:52:27.315Z] === RUN TestDockerSuite/TestSlowStdinClosing/0 [2022-05-19T10:52:29.996Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2022-05-19T10:52:30.270Z] === RUN TestDockerSuite/TestSlowStdinClosing/1 [2022-05-19T10:52:33.866Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2022-05-19T10:52:33.866Z] docker_cli_run_test.go:3359: unmatched requirement DaemonIsLinux [2022-05-19T10:52:33.866Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2022-05-19T10:52:34.062Z] === RUN TestDockerSuite/TestSlowStdinClosing/2 [2022-05-19T10:52:34.856Z] === RUN TestDockerSuite/TestRunModeHostname [2022-05-19T10:52:34.856Z] docker_cli_run_test.go:1197: unmatched requirement DaemonIsLinux [2022-05-19T10:52:34.856Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2022-05-19T10:52:34.856Z] docker_cli_run_test.go:2310: unmatched requirement DaemonIsLinux [2022-05-19T10:52:34.856Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2022-05-19T10:52:34.856Z] docker_cli_run_test.go:2319: unmatched requirement DaemonIsLinux [2022-05-19T10:52:34.856Z] === RUN TestDockerSuite/TestRunModeIpcHost [2022-05-19T10:52:34.856Z] docker_cli_run_test.go:2288: unmatched requirement DaemonIsLinux [2022-05-19T10:52:34.856Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2022-05-19T10:52:34.856Z] docker_cli_run_test.go:3393: unmatched requirement DaemonIsLinux [2022-05-19T10:52:35.327Z] === RUN TestDockerSuite/TestRunModePIDContainer [2022-05-19T10:52:35.327Z] docker_cli_run_test.go:2332: unmatched requirement DaemonIsLinux [2022-05-19T10:52:35.327Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2022-05-19T10:52:35.327Z] docker_cli_run_test.go:2357: unmatched requirement DaemonIsLinux [2022-05-19T10:52:35.327Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2022-05-19T10:52:35.327Z] docker_cli_run_test.go:2366: unmatched requirement DaemonIsLinux [2022-05-19T10:52:35.327Z] === RUN TestDockerSuite/TestRunModeUTSHost [2022-05-19T10:52:35.327Z] docker_cli_run_test.go:2424: unmatched requirement DaemonIsLinux [2022-05-19T10:52:35.327Z] === RUN TestDockerSuite/TestRunMount [2022-05-19T10:52:35.327Z] docker_cli_run_test.go:4201: unmatched requirement DaemonIsLinux [2022-05-19T10:52:35.327Z] === RUN TestDockerSuite/TestRunMountOrdering [2022-05-19T10:52:35.327Z] docker_cli_run_test.go:2075: unmatched requirement DaemonIsLinux [2022-05-19T10:52:35.327Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2022-05-19T10:52:35.327Z] docker_cli_run_test.go:4189: unmatched requirement DaemonIsLinux [2022-05-19T10:52:35.327Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2022-05-19T10:52:35.327Z] docker_cli_run_test.go:2379: unmatched requirement DaemonIsLinux [2022-05-19T10:52:35.327Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2022-05-19T10:52:37.019Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2022-05-19T10:52:37.019Z] docker_cli_start_test.go:45: unmatched requirement DaemonIsLinux [2022-05-19T10:52:37.019Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2022-05-19T10:52:44.007Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2022-05-19T10:52:44.007Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2022-05-19T10:52:44.007Z] === RUN TestDockerSuite/TestRunNamedVolume [2022-05-19T10:52:44.007Z] docker_cli_run_test.go:3182: unmatched requirement DaemonIsLinux [2022-05-19T10:52:44.007Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2022-05-19T10:52:44.007Z] docker_cli_run_test.go:3744: unmatched requirement DaemonIsLinux [2022-05-19T10:52:44.007Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2022-05-19T10:52:47.442Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2022-05-19T10:52:47.442Z] docker_cli_start_test.go:17: unmatched requirement DaemonIsLinux [2022-05-19T10:52:47.442Z] === RUN TestDockerSuite/TestStartAttachSilent [2022-05-19T10:52:47.807Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2022-05-19T10:52:52.197Z] === RUN TestDockerSuite/TestStartAttachWithRename [2022-05-19T10:52:52.197Z] docker_cli_start_test.go:174: unmatched requirement DaemonIsLinux [2022-05-19T10:52:52.575Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2022-05-19T10:52:52.575Z] docker_cli_run_test.go:3737: unmatched requirement DaemonIsLinux [2022-05-19T10:52:52.575Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2022-05-19T10:52:52.575Z] docker_cli_run_test.go:2576: unmatched requirement DaemonIsLinux [2022-05-19T10:52:52.575Z] === RUN TestDockerSuite/TestRunNetHost [2022-05-19T10:52:52.575Z] docker_cli_run_test.go:2545: unmatched requirement DaemonIsLinux [2022-05-19T10:52:52.575Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2022-05-19T10:52:52.575Z] docker_cli_run_test.go:930: unmatched requirement DaemonIsLinux [2022-05-19T10:52:52.575Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2022-05-19T10:52:52.575Z] docker_cli_run_test.go:2568: unmatched requirement DaemonIsLinux [2022-05-19T10:52:52.575Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2022-05-19T10:52:52.575Z] docker_cli_run_test.go:3037: unmatched requirement DaemonIsLinux [2022-05-19T10:52:52.575Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2022-05-19T10:52:52.575Z] docker_cli_run_test.go:3061: unmatched requirement DaemonIsLinux [2022-05-19T10:52:52.575Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2022-05-19T10:52:52.575Z] docker_cli_run_test.go:3083: unmatched requirement DaemonIsLinux [2022-05-19T10:52:52.575Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2022-05-19T10:52:52.575Z] docker_cli_run_test.go:3407: unmatched requirement DaemonIsLinux [2022-05-19T10:52:52.575Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2022-05-19T10:52:52.665Z] === RUN TestDockerSuite/TestStartMultipleContainers [2022-05-19T10:52:52.665Z] docker_cli_start_test.go:110: unmatched requirement DaemonIsLinux [2022-05-19T10:52:52.665Z] === RUN TestDockerSuite/TestStartPausedContainer [2022-05-19T10:52:52.665Z] docker_cli_start_test.go:95: unmatched requirement IsPausable [2022-05-19T10:52:52.665Z] === RUN TestDockerSuite/TestStartRecordError [2022-05-19T10:52:52.665Z] docker_cli_start_test.go:71: unmatched requirement DaemonIsLinux [2022-05-19T10:52:52.665Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2022-05-19T10:52:53.045Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2022-05-19T10:52:54.033Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2022-05-19T10:52:56.257Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2022-05-19T10:52:59.214Z] === RUN TestDockerSuite/TestRunNonExistingImage [2022-05-19T10:53:00.204Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2022-05-19T10:53:01.327Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2022-05-19T10:53:01.327Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2022-05-19T10:53:01.327Z] === RUN TestDockerSuite/TestStatsAllNoStream [2022-05-19T10:53:01.327Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2022-05-19T10:53:01.328Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2022-05-19T10:53:01.328Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2022-05-19T10:53:01.328Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2022-05-19T10:53:01.328Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2022-05-19T10:53:01.328Z] === RUN TestDockerSuite/TestStatsFormatAll [2022-05-19T10:53:01.328Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2022-05-19T10:53:01.328Z] === RUN TestDockerSuite/TestStatsNoStream [2022-05-19T10:53:01.328Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2022-05-19T10:53:01.328Z] === RUN TestDockerSuite/TestTopMultipleArgs [2022-05-19T10:53:02.429Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2022-05-19T10:53:02.429Z] docker_cli_run_test.go:1402: unmatched requirement DaemonIsLinux [2022-05-19T10:53:02.429Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2022-05-19T10:53:02.429Z] docker_cli_run_test.go:2776: unmatched requirement DaemonIsLinux [2022-05-19T10:53:02.429Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2022-05-19T10:53:02.429Z] docker_cli_run_test.go:2466: unmatched requirement DaemonIsLinux [2022-05-19T10:53:02.429Z] === RUN TestDockerSuite/TestRunPortInUse [2022-05-19T10:53:02.429Z] docker_cli_run_test.go:2038: unmatched requirement DaemonIsLinux [2022-05-19T10:53:02.429Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2022-05-19T10:53:02.429Z] docker_cli_run_test.go:956: unmatched requirement DaemonIsLinux [2022-05-19T10:53:02.429Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2022-05-19T10:53:02.429Z] docker_cli_run_test.go:1084: unmatched requirement DaemonIsLinux [2022-05-19T10:53:02.429Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2022-05-19T10:53:02.429Z] docker_cli_run_test.go:1123: unmatched requirement DaemonIsLinux [2022-05-19T10:53:02.899Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2022-05-19T10:53:02.899Z] docker_cli_run_test.go:1131: unmatched requirement DaemonIsLinux [2022-05-19T10:53:02.899Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2022-05-19T10:53:03.544Z] === RUN TestDockerSuite/TestTopNonPrivileged [2022-05-19T10:53:05.857Z] === RUN TestDockerSuite/TestRunPublishPort [2022-05-19T10:53:05.857Z] docker_cli_run_test.go:2951: unmatched requirement DaemonIsLinux [2022-05-19T10:53:05.857Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2022-05-19T10:53:05.857Z] docker_cli_run_test.go:2854: unmatched requirement Apparmor [2022-05-19T10:53:05.857Z] === RUN TestDockerSuite/TestRunReadProcLatency [2022-05-19T10:53:05.857Z] docker_cli_run_test.go:2833: unmatched requirement DaemonIsLinux [2022-05-19T10:53:05.857Z] === RUN TestDockerSuite/TestRunReadProcTimer [2022-05-19T10:53:05.857Z] docker_cli_run_test.go:2818: unmatched requirement DaemonIsLinux [2022-05-19T10:53:05.857Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2022-05-19T10:53:05.857Z] docker_cli_run_test.go:1424: unmatched requirement DaemonIsLinux [2022-05-19T10:53:05.857Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2022-05-19T10:53:05.858Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2022-05-19T10:53:05.858Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2022-05-19T10:53:05.858Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2022-05-19T10:53:06.497Z] === RUN TestDockerSuite/TestTopPrivileged [2022-05-19T10:53:06.497Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2022-05-19T10:53:06.497Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2022-05-19T10:53:09.514Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2022-05-19T10:53:09.514Z] docker_cli_run_test.go:3418: unmatched requirement DaemonIsLinux [2022-05-19T10:53:09.514Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2022-05-19T10:53:09.514Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2022-05-19T10:53:09.514Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2022-05-19T10:53:09.514Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2022-05-19T10:53:09.514Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2022-05-19T10:53:09.514Z] docker_cli_run_test.go:292: unmatched requirement DaemonIsLinux [2022-05-19T10:53:09.514Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2022-05-19T10:53:09.514Z] docker_cli_run_test.go:207: unmatched requirement DaemonIsLinux [2022-05-19T10:53:09.514Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2022-05-19T10:53:09.514Z] docker_cli_run_test.go:243: unmatched requirement DaemonIsLinux [2022-05-19T10:53:09.514Z] === RUN TestDockerSuite/TestVolumeCLICreate [2022-05-19T10:53:13.010Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2022-05-19T10:53:13.010Z] === RUN TestDockerSuite/TestRestartPolicyNO [2022-05-19T10:53:13.010Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2022-05-19T10:53:13.997Z] === RUN TestDockerSuite/TestRestartRunningContainer [2022-05-19T10:53:14.709Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2022-05-19T10:53:14.709Z] docker_cli_run_test.go:2120: unmatched requirement DaemonIsLinux [2022-05-19T10:53:14.709Z] === RUN TestDockerSuite/TestRunRm [2022-05-19T10:53:16.928Z] === RUN TestDockerSuite/TestRunRmAndWait [2022-05-19T10:53:22.805Z] === RUN TestDockerSuite/TestRunRmPre125Api [2022-05-19T10:53:24.417Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2022-05-19T10:53:25.024Z] === RUN TestDockerSuite/TestRunRootWorkdir [2022-05-19T10:53:27.244Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2022-05-19T10:53:27.331Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2022-05-19T10:53:27.331Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2022-05-19T10:53:27.331Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2022-05-19T10:53:27.331Z] docker_cli_volume_test.go:243: unmatched requirement DaemonIsLinux [2022-05-19T10:53:27.331Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2022-05-19T10:53:27.331Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2022-05-19T10:53:27.331Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2022-05-19T10:53:27.331Z] === RUN TestDockerSuite/TestVolumeCLILs [2022-05-19T10:53:29.465Z] === RUN TestDockerSuite/TestRunSetMacAddress [2022-05-19T10:53:30.284Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2022-05-19T10:53:30.284Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2022-05-19T10:53:30.284Z] === RUN TestDockerSuite/TestRestartWithVolumes [2022-05-19T10:53:30.286Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2022-05-19T10:53:30.286Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2022-05-19T10:53:32.423Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2022-05-19T10:53:32.423Z] docker_cli_run_test.go:2232: unmatched requirement DaemonIsLinux [2022-05-19T10:53:32.423Z] === RUN TestDockerSuite/TestRunState [2022-05-19T10:53:32.423Z] docker_cli_run_test.go:1620: unmatched requirement DaemonIsLinux [2022-05-19T10:53:32.423Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2022-05-19T10:53:34.080Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2022-05-19T10:53:34.548Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2022-05-19T10:53:34.645Z] === RUN TestDockerSuite/TestRunStdinPipe [2022-05-19T10:53:34.646Z] docker_cli_run_test.go:97: unmatched requirement DaemonIsLinux [2022-05-19T10:53:34.646Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2022-05-19T10:53:35.017Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2022-05-19T10:53:35.017Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2022-05-19T10:53:35.484Z] === RUN TestDockerSuite/TestVolumeCLIRm [2022-05-19T10:53:36.874Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2022-05-19T10:53:36.875Z] docker_cli_run_test.go:1107: unmatched requirement DaemonIsLinux [2022-05-19T10:53:36.875Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2022-05-19T10:53:36.875Z] docker_cli_run_test.go:1115: unmatched requirement DaemonIsLinux [2022-05-19T10:53:36.875Z] === RUN TestDockerSuite/TestRunTLSVerify [2022-05-19T10:53:37.355Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2022-05-19T10:53:37.355Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2022-05-19T10:53:37.355Z] docker_cli_run_test.go:1155: unmatched requirement DaemonIsLinux [2022-05-19T10:53:37.355Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2022-05-19T10:53:37.438Z] === RUN TestDockerSuite/TestRmiBlank [2022-05-19T10:53:37.438Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2022-05-19T10:53:37.906Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2022-05-19T10:53:42.165Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2022-05-19T10:53:42.165Z] docker_cli_run_test.go:966: unmatched requirement DaemonIsLinux [2022-05-19T10:53:42.165Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2022-05-19T10:53:42.165Z] docker_cli_run_test.go:1094: unmatched requirement DaemonIsLinux [2022-05-19T10:53:42.165Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2022-05-19T10:53:42.165Z] docker_cli_run_test.go:1164: unmatched requirement DaemonIsLinux [2022-05-19T10:53:42.165Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2022-05-19T10:53:42.165Z] docker_cli_run_test.go:3953: unmatched requirement DaemonIsLinux [2022-05-19T10:53:42.165Z] === RUN TestDockerSuite/TestRunUnshareProc [2022-05-19T10:53:42.165Z] docker_cli_run_test.go:2893: unmatched requirement Apparmor [2022-05-19T10:53:42.165Z] === RUN TestDockerSuite/TestRunUserByID [2022-05-19T10:53:42.166Z] docker_cli_run_test.go:735: unmatched requirement DaemonIsLinux [2022-05-19T10:53:42.166Z] === RUN TestDockerSuite/TestRunUserByIDBig [2022-05-19T10:53:42.166Z] docker_cli_run_test.go:745: unmatched requirement DaemonIsLinux [2022-05-19T10:53:42.166Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2022-05-19T10:53:42.166Z] docker_cli_run_test.go:758: unmatched requirement DaemonIsLinux [2022-05-19T10:53:42.166Z] === RUN TestDockerSuite/TestRunUserByIDZero [2022-05-19T10:53:42.166Z] docker_cli_run_test.go:771: unmatched requirement DaemonIsLinux [2022-05-19T10:53:42.166Z] === RUN TestDockerSuite/TestRunUserByName [2022-05-19T10:53:42.166Z] docker_cli_run_test.go:725: unmatched requirement DaemonIsLinux [2022-05-19T10:53:42.166Z] === RUN TestDockerSuite/TestRunUserDefaults [2022-05-19T10:53:46.004Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2022-05-19T10:53:46.004Z] docker_cli_volume_test.go:372: unmatched requirement DaemonIsLinux [2022-05-19T10:53:46.004Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2022-05-19T10:53:46.473Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2022-05-19T10:53:46.473Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2022-05-19T10:53:46.473Z] docker_cli_volume_test.go:432: unmatched requirement DaemonIsLinux [2022-05-19T10:53:46.473Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2022-05-19T10:53:49.334Z] === RUN TestDockerSuite/TestRunUserNotFound [2022-05-19T10:53:49.334Z] docker_cli_run_test.go:784: unmatched requirement DaemonIsLinux [2022-05-19T10:53:49.334Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2022-05-19T10:53:52.293Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2022-05-19T10:53:52.293Z] docker_cli_run_test.go:3842: unmatched requirement DaemonIsLinux [2022-05-19T10:53:52.293Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2022-05-19T10:53:52.293Z] docker_cli_run_test.go:3835: unmatched requirement DaemonIsLinux [2022-05-19T10:53:52.293Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2022-05-19T10:53:55.262Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2022-05-19T10:53:56.900Z] === RUN TestDockerSuite/TestVolumeLsFormat [2022-05-19T10:53:56.900Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2022-05-19T10:53:56.900Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2022-05-19T10:54:02.431Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2022-05-19T10:54:03.241Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2022-05-19T10:54:03.709Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2022-05-19T10:54:04.695Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2022-05-19T10:54:07.196Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2022-05-19T10:54:09.405Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2022-05-19T10:54:09.405Z] docker_cli_run_test.go:2168: unmatched requirement DaemonIsLinux [2022-05-19T10:54:09.405Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2022-05-19T10:54:10.393Z] --- PASS: TestDockerSuite (2802.20s) [2022-05-19T10:54:10.393Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.03s) [2022-05-19T10:54:10.393Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.05s) [2022-05-19T10:54:10.393Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.03s) [2022-05-19T10:54:10.393Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.02s) [2022-05-19T10:54:10.393Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.02s) [2022-05-19T10:54:10.393Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.03s) [2022-05-19T10:54:10.393Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.03s) [2022-05-19T10:54:10.393Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (0.89s) [2022-05-19T10:54:10.393Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.32s) [2022-05-19T10:54:10.393Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.75s) [2022-05-19T10:54:10.393Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.39s) [2022-05-19T10:54:10.393Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (89.85s) [2022-05-19T10:54:10.393Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.88s) [2022-05-19T10:54:10.393Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.04s) [2022-05-19T10:54:10.393Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2022-05-19T10:54:10.393Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.03s) [2022-05-19T10:54:10.393Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.03s) [2022-05-19T10:54:10.393Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.03s) [2022-05-19T10:54:10.393Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.03s) [2022-05-19T10:54:10.393Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.03s) [2022-05-19T10:54:10.393Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.03s) [2022-05-19T10:54:10.393Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.03s) [2022-05-19T10:54:10.393Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2022-05-19T10:54:10.393Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (5.90s) [2022-05-19T10:54:10.393Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.03s) [2022-05-19T10:54:10.393Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2022-05-19T10:54:10.393Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (3.66s) [2022-05-19T10:54:10.393Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (3.02s) [2022-05-19T10:54:10.393Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2022-05-19T10:54:10.393Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2022-05-19T10:54:10.393Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2022-05-19T10:54:10.393Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.02s) [2022-05-19T10:54:10.393Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (3.52s) [2022-05-19T10:54:10.393Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.03s) [2022-05-19T10:54:10.393Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2022-05-19T10:54:10.393Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (7.81s) [2022-05-19T10:54:10.393Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (102.30s) [2022-05-19T10:54:10.393Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.56s) [2022-05-19T10:54:10.393Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (6.82s) [2022-05-19T10:54:10.393Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.03s) [2022-05-19T10:54:10.393Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (5.04s) [2022-05-19T10:54:10.393Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (1.09s) [2022-05-19T10:54:10.393Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2022-05-19T10:54:10.393Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.02s) [2022-05-19T10:54:10.393Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2022-05-19T10:54:10.393Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.36s) [2022-05-19T10:54:10.393Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (1.10s) [2022-05-19T10:54:10.393Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (3.73s) [2022-05-19T10:54:10.393Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.88s) [2022-05-19T10:54:10.393Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.06s) [2022-05-19T10:54:10.393Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2022-05-19T10:54:10.393Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.10s) [2022-05-19T10:54:10.393Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (3.55s) [2022-05-19T10:54:10.393Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (14.43s) [2022-05-19T10:54:10.393Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (6.14s) [2022-05-19T10:54:10.393Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (1.32s) [2022-05-19T10:54:10.393Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s) [2022-05-19T10:54:10.393Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.50s) [2022-05-19T10:54:10.393Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (2.10s) [2022-05-19T10:54:10.393Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (6.22s) [2022-05-19T10:54:10.393Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.05s) [2022-05-19T10:54:10.393Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2022-05-19T10:54:10.393Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2022-05-19T10:54:10.393Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2022-05-19T10:54:10.393Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.68s) [2022-05-19T10:54:10.393Z] --- PASS: TestDockerSuite/TestBuildAddTar (41.28s) [2022-05-19T10:54:10.393Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.05s) [2022-05-19T10:54:10.393Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.52s) [2022-05-19T10:54:10.393Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (21.47s) [2022-05-19T10:54:10.393Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (1.06s) [2022-05-19T10:54:10.393Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.72s) [2022-05-19T10:54:10.393Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (8.22s) [2022-05-19T10:54:10.393Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.52s) [2022-05-19T10:54:10.393Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (5.66s) [2022-05-19T10:54:10.393Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (10.96s) [2022-05-19T10:54:10.393Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (10.21s) [2022-05-19T10:54:10.393Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.51s) [2022-05-19T10:54:10.393Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (6.06s) [2022-05-19T10:54:10.393Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.04s) [2022-05-19T10:54:10.393Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.03s) [2022-05-19T10:54:10.393Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (8.33s) [2022-05-19T10:54:10.393Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.05s) [2022-05-19T10:54:10.393Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.78s) [2022-05-19T10:54:10.393Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.05s) [2022-05-19T10:54:10.393Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.04s) [2022-05-19T10:54:10.393Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (29.31s) [2022-05-19T10:54:10.393Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (5.50s) [2022-05-19T10:54:10.393Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (1.00s) [2022-05-19T10:54:10.393Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.54s) [2022-05-19T10:54:10.393Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (1.83s) [2022-05-19T10:54:10.393Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.07s) [2022-05-19T10:54:10.393Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (5.48s) [2022-05-19T10:54:10.393Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.72s) [2022-05-19T10:54:10.393Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.05s) [2022-05-19T10:54:10.393Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.02s) [2022-05-19T10:54:10.393Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.84s) [2022-05-19T10:54:10.393Z] --- PASS: TestDockerSuite/TestBuildClearCmd (1.25s) [2022-05-19T10:54:10.393Z] --- PASS: TestDockerSuite/TestBuildCmd (0.77s) [2022-05-19T10:54:10.393Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.71s) [2022-05-19T10:54:10.393Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.75s) [2022-05-19T10:54:10.393Z] --- PASS: TestDockerSuite/TestBuildCmdShellArgsEscaped (7.00s) [2022-05-19T10:54:10.393Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (2.88s) [2022-05-19T10:54:10.393Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2022-05-19T10:54:10.393Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.60s) [2022-05-19T10:54:10.393Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2022-05-19T10:54:10.393Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.61s) [2022-05-19T10:54:10.393Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (2.34s) [2022-05-19T10:54:10.393Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (1.16s) [2022-05-19T10:54:10.393Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.75s) [2022-05-19T10:54:10.393Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.04s) [2022-05-19T10:54:10.393Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (1.11s) [2022-05-19T10:54:10.393Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.83s) [2022-05-19T10:54:10.393Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s) [2022-05-19T10:54:10.393Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2022-05-19T10:54:10.393Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (6.70s) [2022-05-19T10:54:10.393Z] --- PASS: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (41.89s) [2022-05-19T10:54:10.393Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.92s) [2022-05-19T10:54:10.393Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.76s) [2022-05-19T10:54:10.393Z] --- PASS: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (6.88s) [2022-05-19T10:54:10.393Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.51s) [2022-05-19T10:54:10.393Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.51s) [2022-05-19T10:54:10.393Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.05s) [2022-05-19T10:54:10.393Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.74s) [2022-05-19T10:54:10.393Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.04s) [2022-05-19T10:54:10.393Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (29.37s) [2022-05-19T10:54:10.393Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.94s) [2022-05-19T10:54:10.393Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.52s) [2022-05-19T10:54:10.393Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (21.97s) [2022-05-19T10:54:10.393Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (2.23s) [2022-05-19T10:54:10.393Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (1.12s) [2022-05-19T10:54:10.393Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (4.84s) [2022-05-19T10:54:10.393Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (3.86s) [2022-05-19T10:54:10.393Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (3.81s) [2022-05-19T10:54:10.393Z] --- PASS: TestDockerSuite/TestBuildDockerignore (62.00s) [2022-05-19T10:54:10.393Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (12.28s) [2022-05-19T10:54:10.393Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.55s) [2022-05-19T10:54:10.393Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (67.44s) [2022-05-19T10:54:10.393Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (2.22s) [2022-05-19T10:54:10.393Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (1.06s) [2022-05-19T10:54:10.393Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (24.29s) [2022-05-19T10:54:10.393Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (13.45s) [2022-05-19T10:54:10.393Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (12.99s) [2022-05-19T10:54:10.393Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (35.66s) [2022-05-19T10:54:10.393Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (13.64s) [2022-05-19T10:54:10.393Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (12.78s) [2022-05-19T10:54:10.393Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (95.30s) [2022-05-19T10:54:10.393Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.59s) [2022-05-19T10:54:10.393Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.53s) [2022-05-19T10:54:10.393Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.04s) [2022-05-19T10:54:10.393Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.75s) [2022-05-19T10:54:10.393Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (1.44s) [2022-05-19T10:54:10.393Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.04s) [2022-05-19T10:54:10.393Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.65s) [2022-05-19T10:54:10.393Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.72s) [2022-05-19T10:54:10.393Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (6.88s) [2022-05-19T10:54:10.393Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (3.99s) [2022-05-19T10:54:10.393Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (5.88s) [2022-05-19T10:54:10.393Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.05s) [2022-05-19T10:54:10.393Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.51s) [2022-05-19T10:54:10.393Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2022-05-19T10:54:10.393Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.04s) [2022-05-19T10:54:10.393Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.02s) [2022-05-19T10:54:10.393Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (5.06s) [2022-05-19T10:54:10.393Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.04s) [2022-05-19T10:54:10.393Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.04s) [2022-05-19T10:54:10.393Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.05s) [2022-05-19T10:54:10.393Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (1.19s) [2022-05-19T10:54:10.393Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (5.65s) [2022-05-19T10:54:10.393Z] --- PASS: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (17.09s) [2022-05-19T10:54:10.393Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.78s) [2022-05-19T10:54:10.393Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.07s) [2022-05-19T10:54:10.393Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.04s) [2022-05-19T10:54:10.393Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2022-05-19T10:54:10.393Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.02s) [2022-05-19T10:54:10.393Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s) [2022-05-19T10:54:10.393Z] --- PASS: TestDockerSuite/TestBuildFails (3.12s) [2022-05-19T10:54:10.393Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.13s) [2022-05-19T10:54:10.393Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (7.46s) [2022-05-19T10:54:10.393Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (7.41s) [2022-05-19T10:54:10.393Z] --- PASS: TestDockerSuite/TestBuildForceRm (8.40s) [2022-05-19T10:54:10.393Z] --- PASS: TestDockerSuite/TestBuildFromGit (7.36s) [2022-05-19T10:54:10.393Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (1.71s) [2022-05-19T10:54:10.393Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (6.64s) [2022-05-19T10:54:10.393Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.04s) [2022-05-19T10:54:10.393Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.91s) [2022-05-19T10:54:10.393Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.75s) [2022-05-19T10:54:10.393Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.03s) [2022-05-19T10:54:10.393Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (10.78s) [2022-05-19T10:54:10.393Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.05s) [2022-05-19T10:54:10.393Z] --- PASS: TestDockerSuite/TestBuildHistory (15.22s) [2022-05-19T10:54:10.393Z] --- PASS: TestDockerSuite/TestBuildIidFile (1.31s) [2022-05-19T10:54:10.393Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (2.39s) [2022-05-19T10:54:10.393Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.06s) [2022-05-19T10:54:10.393Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.97s) [2022-05-19T10:54:10.393Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.11s) [2022-05-19T10:54:10.393Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (5.81s) [2022-05-19T10:54:10.393Z] --- PASS: TestDockerSuite/TestBuildLabel (1.26s) [2022-05-19T10:54:10.393Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.78s) [2022-05-19T10:54:10.393Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (1.25s) [2022-05-19T10:54:10.393Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.74s) [2022-05-19T10:54:10.393Z] --- PASS: TestDockerSuite/TestBuildLabels (1.31s) [2022-05-19T10:54:10.393Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.95s) [2022-05-19T10:54:10.393Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (7.28s) [2022-05-19T10:54:10.393Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.11s) [2022-05-19T10:54:10.393Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.06s) [2022-05-19T10:54:10.393Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.14s) [2022-05-19T10:54:10.393Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.13s) [2022-05-19T10:54:10.393Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.11s) [2022-05-19T10:54:10.393Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.11s) [2022-05-19T10:54:10.393Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.70s) [2022-05-19T10:54:10.393Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (0.80s) [2022-05-19T10:54:10.393Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (6.42s) [2022-05-19T10:54:10.393Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (20.16s) [2022-05-19T10:54:10.393Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.08s) [2022-05-19T10:54:10.393Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (2.64s) [2022-05-19T10:54:10.393Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (39.80s) [2022-05-19T10:54:10.394Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (18.77s) [2022-05-19T10:54:10.394Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (6.91s) [2022-05-19T10:54:10.394Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (8.11s) [2022-05-19T10:54:10.394Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (7.11s) [2022-05-19T10:54:10.394Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (21.57s) [2022-05-19T10:54:10.394Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.05s) [2022-05-19T10:54:10.394Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (10.15s) [2022-05-19T10:54:10.394Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.84s) [2022-05-19T10:54:10.394Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.02s) [2022-05-19T10:54:10.394Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.02s) [2022-05-19T10:54:10.394Z] --- PASS: TestDockerSuite/TestBuildNoContext (3.77s) [2022-05-19T10:54:10.394Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (5.61s) [2022-05-19T10:54:10.394Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (3.25s) [2022-05-19T10:54:10.394Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.28s) [2022-05-19T10:54:10.394Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.16s) [2022-05-19T10:54:10.394Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (2.81s) [2022-05-19T10:54:10.394Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (1.21s) [2022-05-19T10:54:10.394Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (1.81s) [2022-05-19T10:54:10.394Z] --- PASS: TestDockerSuite/TestBuildOnBuild (11.79s) [2022-05-19T10:54:10.394Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (2.16s) [2022-05-19T10:54:10.394Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (11.92s) [2022-05-19T10:54:10.394Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (4.98s) [2022-05-19T10:54:10.394Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (10.56s) [2022-05-19T10:54:10.394Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (6.27s) [2022-05-19T10:54:10.394Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (5.40s) [2022-05-19T10:54:10.394Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (1.55s) [2022-05-19T10:54:10.394Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.06s) [2022-05-19T10:54:10.394Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.02s) [2022-05-19T10:54:10.394Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (2.62s) [2022-05-19T10:54:10.394Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2022-05-19T10:54:10.394Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (51.25s) [2022-05-19T10:54:10.394Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (23.89s) [2022-05-19T10:54:10.394Z] --- PASS: TestDockerSuite/TestBuildRm (16.03s) [2022-05-19T10:54:10.394Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (4.31s) [2022-05-19T10:54:10.394Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.09s) [2022-05-19T10:54:10.394Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.55s) [2022-05-19T10:54:10.394Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (1.95s) [2022-05-19T10:54:10.394Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (4.76s) [2022-05-19T10:54:10.394Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (4.94s) [2022-05-19T10:54:10.394Z] --- PASS: TestDockerSuite/TestBuildShellInherited (5.95s) [2022-05-19T10:54:10.394Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (20.45s) [2022-05-19T10:54:10.394Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (1.09s) [2022-05-19T10:54:10.394Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.89s) [2022-05-19T10:54:10.394Z] --- PASS: TestDockerSuite/TestBuildShellWindowsPowershell (10.90s) [2022-05-19T10:54:10.394Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.36s) [2022-05-19T10:54:10.394Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (6.54s) [2022-05-19T10:54:10.394Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.22s) [2022-05-19T10:54:10.394Z] --- PASS: TestDockerSuite/TestBuildStderr (6.17s) [2022-05-19T10:54:10.394Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (24.23s) [2022-05-19T10:54:10.394Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.54s) [2022-05-19T10:54:10.394Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (4.25s) [2022-05-19T10:54:10.394Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (1.65s) [2022-05-19T10:54:10.394Z] --- PASS: TestDockerSuite/TestBuildTagEvent (5.46s) [2022-05-19T10:54:10.394Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (6.66s) [2022-05-19T10:54:10.394Z] --- SKIP: TestDockerSuite/TestBuildUser (0.05s) [2022-05-19T10:54:10.394Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.05s) [2022-05-19T10:54:10.394Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.03s) [2022-05-19T10:54:10.394Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (5.46s) [2022-05-19T10:54:10.394Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.77s) [2022-05-19T10:54:10.394Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (3.73s) [2022-05-19T10:54:10.394Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2022-05-19T10:54:10.394Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2022-05-19T10:54:10.394Z] --- PASS: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (26.98s) [2022-05-19T10:54:10.394Z] --- PASS: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (1.17s) [2022-05-19T10:54:10.394Z] --- PASS: TestDockerSuite/TestBuildWindowsUser (11.49s) [2022-05-19T10:54:10.394Z] --- PASS: TestDockerSuite/TestBuildWindowsWorkdirProcessing (6.99s) [2022-05-19T10:54:10.394Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.54s) [2022-05-19T10:54:10.394Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.06s) [2022-05-19T10:54:10.394Z] --- PASS: TestDockerSuite/TestBuildWithFailure (3.39s) [2022-05-19T10:54:10.394Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.53s) [2022-05-19T10:54:10.394Z] --- PASS: TestDockerSuite/TestBuildWithRecycleBin (13.09s) [2022-05-19T10:54:10.394Z] --- PASS: TestDockerSuite/TestBuildWithTabs (5.75s) [2022-05-19T10:54:10.394Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.61s) [2022-05-19T10:54:10.394Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (16.89s) [2022-05-19T10:54:10.394Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.56s) [2022-05-19T10:54:10.394Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.53s) [2022-05-19T10:54:10.394Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.04s) [2022-05-19T10:54:10.394Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (1.53s) [2022-05-19T10:54:10.394Z] --- PASS: TestDockerSuite/TestBuildWorkdirWindowsPath (9.61s) [2022-05-19T10:54:10.394Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (2.53s) [2022-05-19T10:54:10.394Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.49s) [2022-05-19T10:54:10.394Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.05s) [2022-05-19T10:54:10.394Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.04s) [2022-05-19T10:54:10.394Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (2.74s) [2022-05-19T10:54:10.394Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (5.99s) [2022-05-19T10:54:10.394Z] --- PASS: TestDockerSuite/TestCommitChange (6.47s) [2022-05-19T10:54:10.394Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (5.84s) [2022-05-19T10:54:10.394Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.02s) [2022-05-19T10:54:10.394Z] --- PASS: TestDockerSuite/TestCommitNewFile (8.91s) [2022-05-19T10:54:10.394Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.02s) [2022-05-19T10:54:10.394Z] --- PASS: TestDockerSuite/TestCommitTTY (8.78s) [2022-05-19T10:54:10.394Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (5.83s) [2022-05-19T10:54:10.394Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.03s) [2022-05-19T10:54:10.394Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.03s) [2022-05-19T10:54:10.394Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2022-05-19T10:54:10.394Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.03s) [2022-05-19T10:54:10.394Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.03s) [2022-05-19T10:54:10.394Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2022-05-19T10:54:10.394Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.03s) [2022-05-19T10:54:10.394Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.16s) [2022-05-19T10:54:10.394Z] --- PASS: TestDockerSuite/TestContainerAPICommit (8.99s) [2022-05-19T10:54:10.394Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (9.36s) [2022-05-19T10:54:10.394Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2022-05-19T10:54:10.394Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (3.07s) [2022-05-19T10:54:10.394Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.02s) [2022-05-19T10:54:10.394Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s) [2022-05-19T10:54:10.394Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s) [2022-05-19T10:54:10.394Z] --- PASS: TestDockerSuite/TestContainerAPICreate (2.99s) [2022-05-19T10:54:10.394Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.03s) [2022-05-19T10:54:10.394Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.03s) [2022-05-19T10:54:10.394Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (3.17s) [2022-05-19T10:54:10.394Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.03s) [2022-05-19T10:54:10.394Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.03s) [2022-05-19T10:54:10.394Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s) [2022-05-19T10:54:10.394Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.03s) [2022-05-19T10:54:10.394Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (3.96s) [2022-05-19T10:54:10.394Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (2.76s) [2022-05-19T10:54:10.394Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (2.66s) [2022-05-19T10:54:10.394Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.02s) [2022-05-19T10:54:10.394Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s) [2022-05-19T10:54:10.394Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (2.78s) [2022-05-19T10:54:10.394Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.02s) [2022-05-19T10:54:10.394Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (3.19s) [2022-05-19T10:54:10.394Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2022-05-19T10:54:10.394Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.02s) [2022-05-19T10:54:10.394Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (3.11s) [2022-05-19T10:54:10.394Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.03s) [2022-05-19T10:54:10.394Z] --- PASS: TestDockerSuite/TestContainerAPIKill (2.60s) [2022-05-19T10:54:10.394Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.02s) [2022-05-19T10:54:10.394Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (3.44s) [2022-05-19T10:54:10.394Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.34s) [2022-05-19T10:54:10.394Z] --- PASS: TestDockerSuite/TestContainerAPIRename (3.04s) [2022-05-19T10:54:10.394Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (4.79s) [2022-05-19T10:54:10.394Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (5.06s) [2022-05-19T10:54:10.394Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.16s) [2022-05-19T10:54:10.394Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.04s) [2022-05-19T10:54:10.394Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.03s) [2022-05-19T10:54:10.394Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.03s) [2022-05-19T10:54:10.394Z] --- PASS: TestDockerSuite/TestContainerAPIStart (3.05s) [2022-05-19T10:54:10.394Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.04s) [2022-05-19T10:54:10.394Z] --- PASS: TestDockerSuite/TestContainerAPIStop (3.13s) [2022-05-19T10:54:10.394Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.03s) [2022-05-19T10:54:10.394Z] --- PASS: TestDockerSuite/TestContainerAPITopWindows (2.58s) [2022-05-19T10:54:10.394Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.14s) [2022-05-19T10:54:10.394Z] --- PASS: TestDockerSuite/TestContainerAPIWait (5.10s) [2022-05-19T10:54:10.394Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (2.61s) [2022-05-19T10:54:10.394Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.03s) [2022-05-19T10:54:10.394Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.03s) [2022-05-19T10:54:10.394Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s) [2022-05-19T10:54:10.394Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2022-05-19T10:54:10.394Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.03s) [2022-05-19T10:54:10.394Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe (2.47s) [2022-05-19T10:54:10.394Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (21.15s) [2022-05-19T10:54:10.394Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false_____} (3.01s) [2022-05-19T10:54:10.394Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false_____} (3.03s) [2022-05-19T10:54:10.394Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false_____} (2.99s) [2022-05-19T10:54:10.394Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true_____} (3.00s) [2022-05-19T10:54:10.394Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc0004deff0__} (2.99s) [2022-05-19T10:54:10.394Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-12427883059_c:\foo_false_____} (3.06s) [2022-05-19T10:54:10.394Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-12427883059_c:\foo_true_____} (3.03s) [2022-05-19T10:54:10.394Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2022-05-19T10:54:10.394Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.58s) [2022-05-19T10:54:10.394Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2022-05-19T10:54:10.394Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2022-05-19T10:54:10.394Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2022-05-19T10:54:10.394Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2022-05-19T10:54:10.394Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2022-05-19T10:54:10.394Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.15s) [2022-05-19T10:54:10.394Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.14s) [2022-05-19T10:54:10.394Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.10s) [2022-05-19T10:54:10.394Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2022-05-19T10:54:10.394Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.12s) [2022-05-19T10:54:10.394Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.02s) [2022-05-19T10:54:10.394Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s) [2022-05-19T10:54:10.394Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.02s) [2022-05-19T10:54:10.394Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.02s) [2022-05-19T10:54:10.394Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.02s) [2022-05-19T10:54:10.394Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (3.29s) [2022-05-19T10:54:10.394Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2022-05-19T10:54:10.394Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.03s) [2022-05-19T10:54:10.394Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.02s) [2022-05-19T10:54:10.394Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.02s) [2022-05-19T10:54:10.394Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.02s) [2022-05-19T10:54:10.394Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.03s) [2022-05-19T10:54:10.394Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.02s) [2022-05-19T10:54:10.394Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.02s) [2022-05-19T10:54:10.394Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.02s) [2022-05-19T10:54:10.394Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.02s) [2022-05-19T10:54:10.394Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.02s) [2022-05-19T10:54:10.394Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.02s) [2022-05-19T10:54:10.394Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2022-05-19T10:54:10.394Z] --- PASS: TestDockerSuite/TestCpGarbagePath (2.85s) [2022-05-19T10:54:10.394Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.08s) [2022-05-19T10:54:10.394Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.02s) [2022-05-19T10:54:10.394Z] --- PASS: TestDockerSuite/TestCpRelativePath (3.11s) [2022-05-19T10:54:10.394Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.02s) [2022-05-19T10:54:10.394Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.02s) [2022-05-19T10:54:10.394Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.03s) [2022-05-19T10:54:10.394Z] --- PASS: TestDockerSuite/TestCpToCaseA (5.67s) [2022-05-19T10:54:10.394Z] --- PASS: TestDockerSuite/TestCpToCaseB (3.20s) [2022-05-19T10:54:10.394Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.02s) [2022-05-19T10:54:10.394Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.02s) [2022-05-19T10:54:10.394Z] --- PASS: TestDockerSuite/TestCpToCaseE (11.54s) [2022-05-19T10:54:10.394Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.02s) [2022-05-19T10:54:10.394Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.02s) [2022-05-19T10:54:10.394Z] --- PASS: TestDockerSuite/TestCpToCaseH (11.57s) [2022-05-19T10:54:10.394Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.02s) [2022-05-19T10:54:10.394Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.02s) [2022-05-19T10:54:10.394Z] --- PASS: TestDockerSuite/TestCpToDot (3.17s) [2022-05-19T10:54:10.394Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2022-05-19T10:54:10.394Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2022-05-19T10:54:10.394Z] --- PASS: TestDockerSuite/TestCpToStdout (3.38s) [2022-05-19T10:54:10.394Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2022-05-19T10:54:10.394Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.03s) [2022-05-19T10:54:10.394Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.02s) [2022-05-19T10:54:10.394Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.02s) [2022-05-19T10:54:10.394Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.28s) [2022-05-19T10:54:10.394Z] --- PASS: TestDockerSuite/TestCreateArgs (0.27s) [2022-05-19T10:54:10.394Z] --- PASS: TestDockerSuite/TestCreateByImageID (2.41s) [2022-05-19T10:54:10.394Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (3.19s) [2022-05-19T10:54:10.394Z] --- PASS: TestDockerSuite/TestCreateGrowRootfs (0.27s) [2022-05-19T10:54:10.394Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.27s) [2022-05-19T10:54:10.394Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (2.27s) [2022-05-19T10:54:10.394Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.92s) [2022-05-19T10:54:10.394Z] --- PASS: TestDockerSuite/TestCreateLabels (0.26s) [2022-05-19T10:54:10.394Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2022-05-19T10:54:10.394Z] --- PASS: TestDockerSuite/TestCreateRM (0.51s) [2022-05-19T10:54:10.394Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2022-05-19T10:54:10.394Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.28s) [2022-05-19T10:54:10.394Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.53s) [2022-05-19T10:54:10.394Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (10.12s) [2022-05-19T10:54:10.394Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.28s) [2022-05-19T10:54:10.394Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.63s) [2022-05-19T10:54:10.394Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (3.92s) [2022-05-19T10:54:10.395Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.26s) [2022-05-19T10:54:10.395Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2022-05-19T10:54:10.395Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (3.15s) [2022-05-19T10:54:10.395Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2022-05-19T10:54:10.395Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.23s) [2022-05-19T10:54:10.395Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2022-05-19T10:54:10.395Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2022-05-19T10:54:10.395Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s) [2022-05-19T10:54:10.395Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2022-05-19T10:54:10.395Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2022-05-19T10:54:10.395Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2022-05-19T10:54:10.395Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s) [2022-05-19T10:54:10.395Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.03s) [2022-05-19T10:54:10.395Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.02s) [2022-05-19T10:54:10.395Z] --- PASS: TestDockerSuite/TestDockerFails (0.08s) [2022-05-19T10:54:10.395Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2022-05-19T10:54:10.395Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2022-05-19T10:54:10.395Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s) [2022-05-19T10:54:10.395Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.02s) [2022-05-19T10:54:10.395Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.02s) [2022-05-19T10:54:10.395Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (3.31s) [2022-05-19T10:54:10.395Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (3.27s) [2022-05-19T10:54:10.395Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (3.38s) [2022-05-19T10:54:10.395Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (10.83s) [2022-05-19T10:54:10.395Z] --- PASS: TestDockerSuite/TestEventsCopy (5.91s) [2022-05-19T10:54:10.395Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (7.05s) [2022-05-19T10:54:10.395Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (3.16s) [2022-05-19T10:54:10.395Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (1.05s) [2022-05-19T10:54:10.395Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (5.54s) [2022-05-19T10:54:10.395Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.97s) [2022-05-19T10:54:10.395Z] --- PASS: TestDockerSuite/TestEventsFilterType (1.21s) [2022-05-19T10:54:10.395Z] --- PASS: TestDockerSuite/TestEventsFilters (5.85s) [2022-05-19T10:54:10.395Z] --- PASS: TestDockerSuite/TestEventsFormat (6.37s) [2022-05-19T10:54:10.395Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.08s) [2022-05-19T10:54:10.395Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.09s) [2022-05-19T10:54:10.395Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.03s) [2022-05-19T10:54:10.395Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.02s) [2022-05-19T10:54:10.395Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.02s) [2022-05-19T10:54:10.395Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.21s) [2022-05-19T10:54:10.395Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.02s) [2022-05-19T10:54:10.395Z] --- PASS: TestDockerSuite/TestEventsRename (2.94s) [2022-05-19T10:54:10.395Z] --- PASS: TestDockerSuite/TestEventsResize (8.58s) [2022-05-19T10:54:10.395Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (3.04s) [2022-05-19T10:54:10.395Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (3.08s) [2022-05-19T10:54:10.395Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (5.67s) [2022-05-19T10:54:10.395Z] --- SKIP: TestDockerSuite/TestEventsTop (0.02s) [2022-05-19T10:54:10.395Z] --- PASS: TestDockerSuite/TestEventsUntag (2.80s) [2022-05-19T10:54:10.395Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (5.30s) [2022-05-19T10:54:10.395Z] --- SKIP: TestDockerSuite/TestExec (0.02s) [2022-05-19T10:54:10.395Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.03s) [2022-05-19T10:54:10.395Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (2.60s) [2022-05-19T10:54:10.395Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (2.60s) [2022-05-19T10:54:10.395Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.03s) [2022-05-19T10:54:10.395Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.03s) [2022-05-19T10:54:10.395Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.03s) [2022-05-19T10:54:10.395Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (2.53s) [2022-05-19T10:54:10.395Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (2.61s) [2022-05-19T10:54:10.395Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (2.59s) [2022-05-19T10:54:10.395Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (2.55s) [2022-05-19T10:54:10.395Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (5.71s) [2022-05-19T10:54:10.395Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.02s) [2022-05-19T10:54:10.395Z] --- SKIP: TestDockerSuite/TestExecEnv (0.03s) [2022-05-19T10:54:10.395Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.02s) [2022-05-19T10:54:10.395Z] --- PASS: TestDockerSuite/TestExecExitStatus (2.78s) [2022-05-19T10:54:10.395Z] --- PASS: TestDockerSuite/TestExecInspectID (5.20s) [2022-05-19T10:54:10.395Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.03s) [2022-05-19T10:54:10.395Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.03s) [2022-05-19T10:54:10.395Z] --- SKIP: TestDockerSuite/TestExecParseError (0.02s) [2022-05-19T10:54:10.395Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.02s) [2022-05-19T10:54:10.395Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.02s) [2022-05-19T10:54:10.395Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (2.99s) [2022-05-19T10:54:10.395Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.02s) [2022-05-19T10:54:10.395Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.02s) [2022-05-19T10:54:10.395Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.02s) [2022-05-19T10:54:10.395Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.02s) [2022-05-19T10:54:10.395Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2022-05-19T10:54:10.395Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (2.80s) [2022-05-19T10:54:10.395Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.02s) [2022-05-19T10:54:10.395Z] --- PASS: TestDockerSuite/TestExecWindowsPathNotWiped (6.92s) [2022-05-19T10:54:10.395Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.02s) [2022-05-19T10:54:10.395Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.03s) [2022-05-19T10:54:10.395Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.02s) [2022-05-19T10:54:10.395Z] --- PASS: TestDockerSuite/TestGetContainerStats (6.47s) [2022-05-19T10:54:10.395Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (6.64s) [2022-05-19T10:54:10.395Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (3.65s) [2022-05-19T10:54:10.395Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (6.43s) [2022-05-19T10:54:10.395Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.03s) [2022-05-19T10:54:10.395Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.04s) [2022-05-19T10:54:10.395Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.21s) [2022-05-19T10:54:10.395Z] --- SKIP: TestDockerSuite/TestHealth (0.02s) [2022-05-19T10:54:10.395Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.08s) [2022-05-19T10:54:10.395Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.09s) [2022-05-19T10:54:10.395Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.09s) [2022-05-19T10:54:10.395Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (5.94s) [2022-05-19T10:54:10.395Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.08s) [2022-05-19T10:54:10.395Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2022-05-19T10:54:10.395Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.11s) [2022-05-19T10:54:10.395Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.09s) [2022-05-19T10:54:10.395Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.39s) [2022-05-19T10:54:10.395Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.80s) [2022-05-19T10:54:10.395Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2022-05-19T10:54:10.395Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (1.37s) [2022-05-19T10:54:10.395Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.10s) [2022-05-19T10:54:10.395Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (2.40s) [2022-05-19T10:54:10.395Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.39s) [2022-05-19T10:54:10.395Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (2.91s) [2022-05-19T10:54:10.395Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (3.38s) [2022-05-19T10:54:10.395Z] --- PASS: TestDockerSuite/TestImagesFormat (0.25s) [2022-05-19T10:54:10.395Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2022-05-19T10:54:10.395Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (4.25s) [2022-05-19T10:54:10.395Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.09s) [2022-05-19T10:54:10.395Z] --- PASS: TestDockerSuite/TestImportBadURL (0.16s) [2022-05-19T10:54:10.395Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.02s) [2022-05-19T10:54:10.395Z] --- SKIP: TestDockerSuite/TestImportFile (0.02s) [2022-05-19T10:54:10.395Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.09s) [2022-05-19T10:54:10.395Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.02s) [2022-05-19T10:54:10.395Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.02s) [2022-05-19T10:54:10.395Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.02s) [2022-05-19T10:54:10.395Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2022-05-19T10:54:10.395Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2022-05-19T10:54:10.395Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2022-05-19T10:54:10.395Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.10s) [2022-05-19T10:54:10.395Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2022-05-19T10:54:10.395Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.03s) [2022-05-19T10:54:10.395Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (3.07s) [2022-05-19T10:54:10.395Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (3.02s) [2022-05-19T10:54:10.395Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2022-05-19T10:54:10.395Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s) [2022-05-19T10:54:10.395Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.10s) [2022-05-19T10:54:10.395Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.02s) [2022-05-19T10:54:10.395Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (3.11s) [2022-05-19T10:54:10.395Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.23s) [2022-05-19T10:54:10.395Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (3.17s) [2022-05-19T10:54:10.395Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.03s) [2022-05-19T10:54:10.395Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.02s) [2022-05-19T10:54:10.395Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2022-05-19T10:54:10.395Z] --- PASS: TestDockerSuite/TestInspectDefault (3.08s) [2022-05-19T10:54:10.395Z] --- PASS: TestDockerSuite/TestInspectHistory (5.86s) [2022-05-19T10:54:10.395Z] --- SKIP: TestDockerSuite/TestInspectImage (0.02s) [2022-05-19T10:54:10.395Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2022-05-19T10:54:10.395Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2022-05-19T10:54:10.395Z] --- PASS: TestDockerSuite/TestInspectInt64 (3.01s) [2022-05-19T10:54:10.395Z] --- PASS: TestDockerSuite/TestInspectJSONFields (2.69s) [2022-05-19T10:54:10.395Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.27s) [2022-05-19T10:54:10.395Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (3.13s) [2022-05-19T10:54:10.395Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (2.68s) [2022-05-19T10:54:10.395Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.02s) [2022-05-19T10:54:10.395Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.09s) [2022-05-19T10:54:10.395Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (2.77s) [2022-05-19T10:54:10.395Z] --- PASS: TestDockerSuite/TestInspectStatus (4.21s) [2022-05-19T10:54:10.395Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (5.29s) [2022-05-19T10:54:10.395Z] --- PASS: TestDockerSuite/TestInspectTemplateError (2.92s) [2022-05-19T10:54:10.395Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (3.21s) [2022-05-19T10:54:10.395Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (2.66s) [2022-05-19T10:54:10.395Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (3.09s) [2022-05-19T10:54:10.395Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (3.20s) [2022-05-19T10:54:10.395Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (3.25s) [2022-05-19T10:54:10.395Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.11s) [2022-05-19T10:54:10.395Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.02s) [2022-05-19T10:54:10.395Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.02s) [2022-05-19T10:54:10.395Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2022-05-19T10:54:10.395Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.02s) [2022-05-19T10:54:10.395Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.02s) [2022-05-19T10:54:10.395Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.02s) [2022-05-19T10:54:10.395Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2022-05-19T10:54:10.395Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.03s) [2022-05-19T10:54:10.395Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.02s) [2022-05-19T10:54:10.395Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s) [2022-05-19T10:54:10.395Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.03s) [2022-05-19T10:54:10.395Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.03s) [2022-05-19T10:54:10.395Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2022-05-19T10:54:10.395Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s) [2022-05-19T10:54:10.395Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.03s) [2022-05-19T10:54:10.395Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.03s) [2022-05-19T10:54:10.395Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.09s) [2022-05-19T10:54:10.395Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.03s) [2022-05-19T10:54:10.395Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (2.75s) [2022-05-19T10:54:10.395Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (2.67s) [2022-05-19T10:54:10.395Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (6.48s) [2022-05-19T10:54:10.395Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (3.12s) [2022-05-19T10:54:10.395Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2022-05-19T10:54:10.395Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (2.69s) [2022-05-19T10:54:10.395Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.09s) [2022-05-19T10:54:10.395Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (7.50s) [2022-05-19T10:54:10.395Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (7.65s) [2022-05-19T10:54:10.395Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (7.65s) [2022-05-19T10:54:10.395Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (3.08s) [2022-05-19T10:54:10.395Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (2.99s) [2022-05-19T10:54:10.395Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s) [2022-05-19T10:54:10.395Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (3.20s) [2022-05-19T10:54:10.395Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (3.11s) [2022-05-19T10:54:10.395Z] --- PASS: TestDockerSuite/TestLogsSince (9.92s) [2022-05-19T10:54:10.395Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.03s) [2022-05-19T10:54:10.395Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.02s) [2022-05-19T10:54:10.395Z] --- PASS: TestDockerSuite/TestLogsTail (3.61s) [2022-05-19T10:54:10.395Z] --- PASS: TestDockerSuite/TestLogsTimestamps (3.32s) [2022-05-19T10:54:10.395Z] --- PASS: TestDockerSuite/TestLogsWithDetails (3.10s) [2022-05-19T10:54:10.395Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.03s) [2022-05-19T10:54:10.395Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.03s) [2022-05-19T10:54:10.395Z] --- SKIP: TestDockerSuite/TestNetHostname (0.02s) [2022-05-19T10:54:10.395Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.03s) [2022-05-19T10:54:10.395Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.02s) [2022-05-19T10:54:10.395Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s) [2022-05-19T10:54:10.395Z] --- SKIP: TestDockerSuite/TestPluginActive (0.02s) [2022-05-19T10:54:10.395Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.02s) [2022-05-19T10:54:10.395Z] --- PASS: TestDockerSuite/TestPluginInspectOnWindows (0.09s) [2022-05-19T10:54:10.395Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.03s) [2022-05-19T10:54:10.395Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.02s) [2022-05-19T10:54:10.395Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2022-05-19T10:54:10.395Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.02s) [2022-05-19T10:54:10.395Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.02s) [2022-05-19T10:54:10.395Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.02s) [2022-05-19T10:54:10.395Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.03s) [2022-05-19T10:54:10.395Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.02s) [2022-05-19T10:54:10.395Z] --- SKIP: TestDockerSuite/TestPortList (0.02s) [2022-05-19T10:54:10.395Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (6.32s) [2022-05-19T10:54:10.395Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.02s) [2022-05-19T10:54:10.395Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.02s) [2022-05-19T10:54:10.395Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2022-05-19T10:54:10.395Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s) [2022-05-19T10:54:10.395Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2022-05-19T10:54:10.395Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s) [2022-05-19T10:54:10.395Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s) [2022-05-19T10:54:10.395Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2022-05-19T10:54:10.395Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.03s) [2022-05-19T10:54:10.395Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (6.20s) [2022-05-19T10:54:10.395Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2022-05-19T10:54:10.395Z] --- PASS: TestDockerSuite/TestPsByOrder (10.02s) [2022-05-19T10:54:10.395Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.03s) [2022-05-19T10:54:10.395Z] --- PASS: TestDockerSuite/TestPsListContainersBase (11.43s) [2022-05-19T10:54:10.395Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (19.32s) [2022-05-19T10:54:10.395Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.41s) [2022-05-19T10:54:10.395Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.04s) [2022-05-19T10:54:10.395Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (14.53s) [2022-05-19T10:54:10.395Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (4.95s) [2022-05-19T10:54:10.395Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (9.77s) [2022-05-19T10:54:10.395Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (5.79s) [2022-05-19T10:54:10.396Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.10s) [2022-05-19T10:54:10.396Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.02s) [2022-05-19T10:54:10.396Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (5.87s) [2022-05-19T10:54:10.396Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.02s) [2022-05-19T10:54:10.396Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.03s) [2022-05-19T10:54:10.396Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.04s) [2022-05-19T10:54:10.396Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.02s) [2022-05-19T10:54:10.396Z] --- PASS: TestDockerSuite/TestPsShowMounts (8.60s) [2022-05-19T10:54:10.396Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s) [2022-05-19T10:54:10.396Z] --- PASS: TestDockerSuite/TestPullLinuxImageFailsOnWindows (1.70s) [2022-05-19T10:54:10.396Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2022-05-19T10:54:10.396Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (1.35s) [2022-05-19T10:54:10.396Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.98s) [2022-05-19T10:54:10.396Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s) [2022-05-19T10:54:10.396Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (5.41s) [2022-05-19T10:54:10.396Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (5.93s) [2022-05-19T10:54:10.396Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (3.31s) [2022-05-19T10:54:10.396Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (28.01s) [2022-05-19T10:54:10.396Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2022-05-19T10:54:10.396Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (8.91s) [2022-05-19T10:54:10.396Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.34s) [2022-05-19T10:54:10.396Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.27s) [2022-05-19T10:54:10.396Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (1.05s) [2022-05-19T10:54:10.396Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (5.81s) [2022-05-19T10:54:10.396Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (5.91s) [2022-05-19T10:54:10.396Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2022-05-19T10:54:10.396Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (5.72s) [2022-05-19T10:54:10.396Z] --- PASS: TestDockerSuite/TestRmiBlank (0.08s) [2022-05-19T10:54:10.396Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.42s) [2022-05-19T10:54:10.396Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (17.09s) [2022-05-19T10:54:10.396Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (3.47s) [2022-05-19T10:54:10.396Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.88s) [2022-05-19T10:54:10.396Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (8.20s) [2022-05-19T10:54:10.396Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (6.58s) [2022-05-19T10:54:10.396Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (10.33s) [2022-05-19T10:54:10.396Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (5.11s) [2022-05-19T10:54:10.396Z] --- PASS: TestDockerSuite/TestRmiTag (0.84s) [2022-05-19T10:54:10.396Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (2.84s) [2022-05-19T10:54:10.396Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (21.30s) [2022-05-19T10:54:10.396Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (3.52s) [2022-05-19T10:54:10.396Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (6.35s) [2022-05-19T10:54:10.396Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (1.48s) [2022-05-19T10:54:10.396Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2022-05-19T10:54:10.396Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.02s) [2022-05-19T10:54:10.396Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2022-05-19T10:54:10.396Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2022-05-19T10:54:10.396Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.03s) [2022-05-19T10:54:10.396Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s) [2022-05-19T10:54:10.396Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s) [2022-05-19T10:54:10.396Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (2.33s) [2022-05-19T10:54:10.396Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s) [2022-05-19T10:54:10.396Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s) [2022-05-19T10:54:10.396Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (6.20s) [2022-05-19T10:54:10.396Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (3.46s) [2022-05-19T10:54:10.396Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (3.14s) [2022-05-19T10:54:10.396Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (3.11s) [2022-05-19T10:54:10.396Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (3.04s) [2022-05-19T10:54:10.396Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.08s) [2022-05-19T10:54:10.396Z] --- PASS: TestDockerSuite/TestRunBindMounts (6.30s) [2022-05-19T10:54:10.396Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2022-05-19T10:54:10.396Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s) [2022-05-19T10:54:10.396Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2022-05-19T10:54:10.396Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.03s) [2022-05-19T10:54:10.396Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2022-05-19T10:54:10.396Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2022-05-19T10:54:10.396Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.03s) [2022-05-19T10:54:10.396Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s) [2022-05-19T10:54:10.396Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.03s) [2022-05-19T10:54:10.396Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s) [2022-05-19T10:54:10.396Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.03s) [2022-05-19T10:54:10.396Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (2.79s) [2022-05-19T10:54:10.396Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2022-05-19T10:54:10.396Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (4.47s) [2022-05-19T10:54:10.396Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.04s) [2022-05-19T10:54:10.396Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s) [2022-05-19T10:54:10.396Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (2.82s) [2022-05-19T10:54:10.396Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2022-05-19T10:54:10.396Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) [2022-05-19T10:54:10.396Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2022-05-19T10:54:10.396Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2022-05-19T10:54:10.396Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s) [2022-05-19T10:54:10.396Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.03s) [2022-05-19T10:54:10.396Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.03s) [2022-05-19T10:54:10.396Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (2.56s) [2022-05-19T10:54:10.396Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (3.31s) [2022-05-19T10:54:10.396Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (3.10s) [2022-05-19T10:54:10.396Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.03s) [2022-05-19T10:54:10.396Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2022-05-19T10:54:10.396Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.03s) [2022-05-19T10:54:10.396Z] --- PASS: TestDockerSuite/TestRunCreateVolume (3.09s) [2022-05-19T10:54:10.396Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2022-05-19T10:54:10.396Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.03s) [2022-05-19T10:54:10.396Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.03s) [2022-05-19T10:54:10.396Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.03s) [2022-05-19T10:54:10.396Z] --- PASS: TestDockerSuite/TestRunCredentialSpecFailures (2.31s) [2022-05-19T10:54:10.396Z] --- PASS: TestDockerSuite/TestRunCredentialSpecWellFormed (6.21s) [2022-05-19T10:54:10.396Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2022-05-19T10:54:10.396Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.02s) [2022-05-19T10:54:10.396Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.02s) [2022-05-19T10:54:10.396Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s) [2022-05-19T10:54:10.396Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.02s) [2022-05-19T10:54:10.396Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2022-05-19T10:54:10.396Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (3.22s) [2022-05-19T10:54:10.396Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.03s) [2022-05-19T10:54:10.396Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.20s) [2022-05-19T10:54:10.396Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.03s) [2022-05-19T10:54:10.396Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (3.15s) [2022-05-19T10:54:10.396Z] --- PASS: TestDockerSuite/TestRunEchoStdout (3.11s) [2022-05-19T10:54:10.396Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.02s) [2022-05-19T10:54:10.396Z] --- PASS: TestDockerSuite/TestRunEntrypoint (3.17s) [2022-05-19T10:54:10.396Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.03s) [2022-05-19T10:54:10.396Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.02s) [2022-05-19T10:54:10.396Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.02s) [2022-05-19T10:54:10.396Z] --- PASS: TestDockerSuite/TestRunExitCode (3.10s) [2022-05-19T10:54:10.396Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (3.08s) [2022-05-19T10:54:10.396Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (3.04s) [2022-05-19T10:54:10.396Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (3.13s) [2022-05-19T10:54:10.396Z] --- PASS: TestDockerSuite/TestRunExposePort (0.09s) [2022-05-19T10:54:10.396Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.02s) [2022-05-19T10:54:10.396Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.02s) [2022-05-19T10:54:10.396Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.02s) [2022-05-19T10:54:10.396Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.03s) [2022-05-19T10:54:10.396Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2022-05-19T10:54:10.396Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.02s) [2022-05-19T10:54:10.396Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.02s) [2022-05-19T10:54:10.396Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (5.19s) [2022-05-19T10:54:10.396Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.02s) [2022-05-19T10:54:10.396Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.10s) [2022-05-19T10:54:10.396Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.03s) [2022-05-19T10:54:10.396Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.03s) [2022-05-19T10:54:10.396Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2022-05-19T10:54:10.396Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.03s) [2022-05-19T10:54:10.396Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (8.86s) [2022-05-19T10:54:10.396Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.03s) [2022-05-19T10:54:10.396Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (2.54s) [2022-05-19T10:54:10.396Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.02s) [2022-05-19T10:54:10.396Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2022-05-19T10:54:10.396Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s) [2022-05-19T10:54:10.396Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.02s) [2022-05-19T10:54:10.396Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2022-05-19T10:54:10.396Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.02s) [2022-05-19T10:54:10.396Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2022-05-19T10:54:10.396Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s) [2022-05-19T10:54:10.396Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.02s) [2022-05-19T10:54:10.396Z] --- SKIP: TestDockerSuite/TestRunMount (0.02s) [2022-05-19T10:54:10.396Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.02s) [2022-05-19T10:54:10.396Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2022-05-19T10:54:10.396Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2022-05-19T10:54:10.396Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (9.15s) [2022-05-19T10:54:10.396Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2022-05-19T10:54:10.396Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.02s) [2022-05-19T10:54:10.396Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2022-05-19T10:54:10.396Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (6.62s) [2022-05-19T10:54:10.396Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (5.75s) [2022-05-19T10:54:10.396Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2022-05-19T10:54:10.396Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.03s) [2022-05-19T10:54:10.396Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.03s) [2022-05-19T10:54:10.396Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2022-05-19T10:54:10.396Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2022-05-19T10:54:10.396Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.02s) [2022-05-19T10:54:10.396Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s) [2022-05-19T10:54:10.396Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s) [2022-05-19T10:54:10.396Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s) [2022-05-19T10:54:10.396Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.51s) [2022-05-19T10:54:10.396Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (1.27s) [2022-05-19T10:54:10.396Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (2.33s) [2022-05-19T10:54:10.396Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (2.26s) [2022-05-19T10:54:10.396Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (1.27s) [2022-05-19T10:54:10.396Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (2.87s) [2022-05-19T10:54:10.396Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.32s) [2022-05-19T10:54:10.396Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s) [2022-05-19T10:54:10.396Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2022-05-19T10:54:10.396Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.02s) [2022-05-19T10:54:10.396Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.02s) [2022-05-19T10:54:10.396Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.03s) [2022-05-19T10:54:10.396Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.03s) [2022-05-19T10:54:10.396Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2022-05-19T10:54:10.396Z] --- PASS: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (4.82s) [2022-05-19T10:54:10.396Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.02s) [2022-05-19T10:54:10.396Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.02s) [2022-05-19T10:54:10.396Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.02s) [2022-05-19T10:54:10.396Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.03s) [2022-05-19T10:54:10.396Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.02s) [2022-05-19T10:54:10.396Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (10.83s) [2022-05-19T10:54:10.396Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2022-05-19T10:54:10.396Z] --- PASS: TestDockerSuite/TestRunRm (3.15s) [2022-05-19T10:54:10.396Z] --- PASS: TestDockerSuite/TestRunRmAndWait (6.19s) [2022-05-19T10:54:10.396Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (3.15s) [2022-05-19T10:54:10.396Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (3.31s) [2022-05-19T10:54:10.396Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (2.83s) [2022-05-19T10:54:10.396Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (3.20s) [2022-05-19T10:54:10.396Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2022-05-19T10:54:10.396Z] --- SKIP: TestDockerSuite/TestRunState (0.02s) [2022-05-19T10:54:10.396Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (3.14s) [2022-05-19T10:54:10.396Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.02s) [2022-05-19T10:54:10.396Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (2.85s) [2022-05-19T10:54:10.396Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2022-05-19T10:54:10.396Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.03s) [2022-05-19T10:54:10.396Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.20s) [2022-05-19T10:54:10.396Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.09s) [2022-05-19T10:54:10.396Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2022-05-19T10:54:10.396Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (5.44s) [2022-05-19T10:54:10.396Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2022-05-19T10:54:10.396Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s) [2022-05-19T10:54:10.396Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s) [2022-05-19T10:54:10.396Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.02s) [2022-05-19T10:54:10.396Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.02s) [2022-05-19T10:54:10.396Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.02s) [2022-05-19T10:54:10.396Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.03s) [2022-05-19T10:54:10.396Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.03s) [2022-05-19T10:54:10.396Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.02s) [2022-05-19T10:54:10.396Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.02s) [2022-05-19T10:54:10.396Z] --- PASS: TestDockerSuite/TestRunUserDefaults (3.08s) [2022-05-19T10:54:10.396Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.02s) [2022-05-19T10:54:10.396Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (3.10s) [2022-05-19T10:54:10.396Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2022-05-19T10:54:10.396Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2022-05-19T10:54:10.396Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (4.17s) [2022-05-19T10:54:10.396Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (9.62s) [2022-05-19T10:54:10.396Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (6.24s) [2022-05-19T10:54:10.396Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (7.67s) [2022-05-19T10:54:10.396Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2022-05-19T10:54:10.396Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.20s) [2022-05-19T10:54:10.396Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUCount (4.03s) [2022-05-19T10:54:10.396Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUPercent (3.21s) [2022-05-19T10:54:10.396Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUShares (3.16s) [2022-05-19T10:54:10.396Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.03s) [2022-05-19T10:54:10.397Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.07s) [2022-05-19T10:54:10.397Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.08s) [2022-05-19T10:54:10.397Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.03s) [2022-05-19T10:54:10.397Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.03s) [2022-05-19T10:54:10.397Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s) [2022-05-19T10:54:10.397Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2022-05-19T10:54:10.397Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.02s) [2022-05-19T10:54:10.397Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (5.04s) [2022-05-19T10:54:10.397Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (2.03s) [2022-05-19T10:54:10.397Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (2.35s) [2022-05-19T10:54:10.397Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (6.06s) [2022-05-19T10:54:10.397Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2022-05-19T10:54:10.397Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s) [2022-05-19T10:54:10.397Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2022-05-19T10:54:10.397Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2022-05-19T10:54:10.397Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2022-05-19T10:54:10.397Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2022-05-19T10:54:10.397Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.03s) [2022-05-19T10:54:10.397Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.03s) [2022-05-19T10:54:10.397Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.03s) [2022-05-19T10:54:10.397Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.02s) [2022-05-19T10:54:10.397Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.02s) [2022-05-19T10:54:10.397Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.02s) [2022-05-19T10:54:10.397Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.02s) [2022-05-19T10:54:10.397Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.02s) [2022-05-19T10:54:10.397Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2022-05-19T10:54:10.397Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s) [2022-05-19T10:54:10.397Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s) [2022-05-19T10:54:10.397Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (2.58s) [2022-05-19T10:54:10.397Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.45s) [2022-05-19T10:54:10.397Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.42s) [2022-05-19T10:54:10.397Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.30s) [2022-05-19T10:54:10.397Z] --- PASS: TestDockerSuite/TestSearchWithLimit (1.79s) [2022-05-19T10:54:10.397Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (9.33s) [2022-05-19T10:54:10.397Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/0 (3.13s) [2022-05-19T10:54:10.397Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/1 (3.01s) [2022-05-19T10:54:10.397Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/2 (3.16s) [2022-05-19T10:54:10.397Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2022-05-19T10:54:10.397Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (10.16s) [2022-05-19T10:54:10.397Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2022-05-19T10:54:10.397Z] --- PASS: TestDockerSuite/TestStartAttachSilent (5.52s) [2022-05-19T10:54:10.397Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.02s) [2022-05-19T10:54:10.397Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.02s) [2022-05-19T10:54:10.397Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.02s) [2022-05-19T10:54:10.397Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.02s) [2022-05-19T10:54:10.397Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (8.35s) [2022-05-19T10:54:10.397Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.03s) [2022-05-19T10:54:10.397Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.02s) [2022-05-19T10:54:10.397Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.02s) [2022-05-19T10:54:10.397Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.02s) [2022-05-19T10:54:10.397Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.02s) [2022-05-19T10:54:10.397Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.02s) [2022-05-19T10:54:10.397Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (2.55s) [2022-05-19T10:54:10.397Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (2.90s) [2022-05-19T10:54:10.397Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.02s) [2022-05-19T10:54:10.397Z] --- PASS: TestDockerSuite/TestTopWindowsCoreProcesses (2.76s) [2022-05-19T10:54:10.397Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.03s) [2022-05-19T10:54:10.397Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.04s) [2022-05-19T10:54:10.397Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.03s) [2022-05-19T10:54:10.397Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.03s) [2022-05-19T10:54:10.397Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.02s) [2022-05-19T10:54:10.397Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2022-05-19T10:54:10.397Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.36s) [2022-05-19T10:54:10.397Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.25s) [2022-05-19T10:54:10.397Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.24s) [2022-05-19T10:54:10.397Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2022-05-19T10:54:10.397Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.38s) [2022-05-19T10:54:10.397Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.35s) [2022-05-19T10:54:10.397Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.19s) [2022-05-19T10:54:10.397Z] --- PASS: TestDockerSuite/TestVolumeCLILs (3.67s) [2022-05-19T10:54:10.397Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.11s) [2022-05-19T10:54:10.397Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (4.25s) [2022-05-19T10:54:10.397Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.46s) [2022-05-19T10:54:10.397Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.45s) [2022-05-19T10:54:10.397Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.09s) [2022-05-19T10:54:10.397Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.21s) [2022-05-19T10:54:10.397Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (10.09s) [2022-05-19T10:54:10.397Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2022-05-19T10:54:10.397Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.75s) [2022-05-19T10:54:10.397Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.24s) [2022-05-19T10:54:10.397Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s) [2022-05-19T10:54:10.397Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (9.25s) [2022-05-19T10:54:10.397Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.32s) [2022-05-19T10:54:10.397Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.34s) [2022-05-19T10:54:10.397Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (12.03s) [2022-05-19T10:54:10.397Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.02s) [2022-05-19T10:54:10.397Z] --- PASS: TestDockerSuite/TestWindowsRunAsSystem (1.64s) [2022-05-19T10:54:10.397Z] === RUN TestDockerRegistrySuite [2022-05-19T10:54:10.397Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2022-05-19T10:54:10.397Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.397Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2022-05-19T10:54:10.397Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.397Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2022-05-19T10:54:10.397Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.397Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2022-05-19T10:54:10.397Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.397Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2022-05-19T10:54:10.397Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.397Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2022-05-19T10:54:10.397Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.397Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2022-05-19T10:54:10.397Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.397Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2022-05-19T10:54:10.397Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.397Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2022-05-19T10:54:10.397Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.397Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2022-05-19T10:54:10.397Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.397Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2022-05-19T10:54:10.397Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.397Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2022-05-19T10:54:10.397Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.397Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2022-05-19T10:54:10.397Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.397Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2022-05-19T10:54:10.397Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.397Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2022-05-19T10:54:10.397Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.397Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2022-05-19T10:54:10.397Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.397Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2022-05-19T10:54:10.397Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.397Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2022-05-19T10:54:10.397Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.397Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2022-05-19T10:54:10.397Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.397Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2022-05-19T10:54:10.397Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.397Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2022-05-19T10:54:10.397Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.397Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2022-05-19T10:54:10.397Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.397Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2022-05-19T10:54:10.397Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.397Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2022-05-19T10:54:10.397Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.397Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2022-05-19T10:54:10.397Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.397Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2022-05-19T10:54:10.397Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.397Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2022-05-19T10:54:10.397Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.397Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2022-05-19T10:54:10.397Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.397Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2022-05-19T10:54:10.397Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.397Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2022-05-19T10:54:10.397Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.397Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2022-05-19T10:54:10.397Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.397Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2022-05-19T10:54:10.397Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.397Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2022-05-19T10:54:10.397Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.397Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2022-05-19T10:54:10.397Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.397Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2022-05-19T10:54:10.397Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.397Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2022-05-19T10:54:10.397Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.397Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2022-05-19T10:54:10.397Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.397Z] === RUN TestDockerRegistrySuite/TestV2Only [2022-05-19T10:54:10.397Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.397Z] --- PASS: TestDockerRegistrySuite (0.17s) [2022-05-19T10:54:10.397Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-05-19T10:54:10.397Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-05-19T10:54:10.397Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-05-19T10:54:10.397Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-05-19T10:54:10.397Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-05-19T10:54:10.397Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-05-19T10:54:10.397Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-05-19T10:54:10.397Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-05-19T10:54:10.397Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-05-19T10:54:10.397Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-05-19T10:54:10.397Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-05-19T10:54:10.397Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-05-19T10:54:10.397Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-05-19T10:54:10.397Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-05-19T10:54:10.397Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-05-19T10:54:10.397Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-05-19T10:54:10.397Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-05-19T10:54:10.397Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-05-19T10:54:10.397Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-05-19T10:54:10.397Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-05-19T10:54:10.397Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-05-19T10:54:10.397Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-05-19T10:54:10.397Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-05-19T10:54:10.397Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-05-19T10:54:10.397Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-05-19T10:54:10.397Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-05-19T10:54:10.397Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-05-19T10:54:10.397Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-05-19T10:54:10.397Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-05-19T10:54:10.397Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-05-19T10:54:10.397Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-05-19T10:54:10.397Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-05-19T10:54:10.397Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-05-19T10:54:10.397Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-05-19T10:54:10.397Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-05-19T10:54:10.397Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-05-19T10:54:10.397Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-05-19T10:54:10.397Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2022-05-19T10:54:10.397Z] === RUN TestDockerSchema1RegistrySuite [2022-05-19T10:54:10.397Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2022-05-19T10:54:10.397Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.397Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2022-05-19T10:54:10.397Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.397Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2022-05-19T10:54:10.397Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.397Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2022-05-19T10:54:10.397Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.397Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2022-05-19T10:54:10.397Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.397Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2022-05-19T10:54:10.397Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.397Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2022-05-19T10:54:10.397Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.397Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2022-05-19T10:54:10.397Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.397Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2022-05-19T10:54:10.397Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.397Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2022-05-19T10:54:10.397Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.397Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2022-05-19T10:54:10.397Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.397Z] --- PASS: TestDockerSchema1RegistrySuite (0.00s) [2022-05-19T10:54:10.397Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-05-19T10:54:10.397Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-05-19T10:54:10.397Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-05-19T10:54:10.397Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-05-19T10:54:10.397Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-05-19T10:54:10.397Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-05-19T10:54:10.397Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-05-19T10:54:10.397Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-05-19T10:54:10.397Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-05-19T10:54:10.397Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-05-19T10:54:10.397Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-05-19T10:54:10.397Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2022-05-19T10:54:10.397Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2022-05-19T10:54:10.397Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.397Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2022-05-19T10:54:10.397Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.397Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2022-05-19T10:54:10.397Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.397Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2022-05-19T10:54:10.397Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.397Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2022-05-19T10:54:10.397Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.397Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2022-05-19T10:54:10.397Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.397Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2022-05-19T10:54:10.397Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.398Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2022-05-19T10:54:10.398Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.398Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (0.00s) [2022-05-19T10:54:10.398Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-05-19T10:54:10.398Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-05-19T10:54:10.398Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-05-19T10:54:10.398Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-05-19T10:54:10.398Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-05-19T10:54:10.398Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-05-19T10:54:10.398Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-05-19T10:54:10.398Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-05-19T10:54:10.398Z] === RUN TestDockerRegistryAuthTokenSuite [2022-05-19T10:54:10.398Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2022-05-19T10:54:10.398Z] check_test.go:266: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.398Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2022-05-19T10:54:10.398Z] check_test.go:266: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.398Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2022-05-19T10:54:10.398Z] check_test.go:266: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.398Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2022-05-19T10:54:10.398Z] check_test.go:266: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.398Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2022-05-19T10:54:10.398Z] check_test.go:266: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.398Z] --- PASS: TestDockerRegistryAuthTokenSuite (0.00s) [2022-05-19T10:54:10.398Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-05-19T10:54:10.398Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-05-19T10:54:10.398Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-05-19T10:54:10.398Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-05-19T10:54:10.398Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-05-19T10:54:10.398Z] === RUN TestDockerDaemonSuite [2022-05-19T10:54:10.398Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2022-05-19T10:54:10.398Z] check_test.go:300: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.398Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2022-05-19T10:54:10.398Z] check_test.go:300: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.398Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2022-05-19T10:54:10.398Z] check_test.go:300: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.398Z] --- PASS: TestDockerDaemonSuite (0.00s) [2022-05-19T10:54:10.398Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-05-19T10:54:10.398Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-05-19T10:54:10.398Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-05-19T10:54:10.398Z] === RUN TestDockerSwarmSuite [2022-05-19T10:54:10.398Z] --- PASS: TestDockerSwarmSuite (0.00s) [2022-05-19T10:54:10.398Z] === RUN TestDockerPluginSuite [2022-05-19T10:54:10.398Z] === RUN TestDockerPluginSuite/TestPluginBasicOps [2022-05-19T10:54:10.398Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.398Z] === RUN TestDockerPluginSuite/TestPluginCreate [2022-05-19T10:54:10.398Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.398Z] === RUN TestDockerPluginSuite/TestPluginEnableDisableNegative [2022-05-19T10:54:10.398Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.398Z] === RUN TestDockerPluginSuite/TestPluginForceRemove [2022-05-19T10:54:10.398Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.398Z] === RUN TestDockerPluginSuite/TestPluginIDPrefix [2022-05-19T10:54:10.398Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.398Z] === RUN TestDockerPluginSuite/TestPluginInspect [2022-05-19T10:54:10.398Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.398Z] === RUN TestDockerPluginSuite/TestPluginInstallArgs [2022-05-19T10:54:10.398Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.398Z] === RUN TestDockerPluginSuite/TestPluginInstallDisable [2022-05-19T10:54:10.398Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.398Z] === RUN TestDockerPluginSuite/TestPluginInstallImage [2022-05-19T10:54:10.398Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.398Z] === RUN TestDockerPluginSuite/TestPluginListDefaultFormat [2022-05-19T10:54:10.398Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.398Z] === RUN TestDockerPluginSuite/TestPluginSet [2022-05-19T10:54:10.398Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.398Z] --- PASS: TestDockerPluginSuite (0.00s) [2022-05-19T10:54:10.398Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-05-19T10:54:10.398Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-05-19T10:54:10.398Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-05-19T10:54:10.398Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-05-19T10:54:10.398Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-05-19T10:54:10.398Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-05-19T10:54:10.398Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-05-19T10:54:10.398Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-05-19T10:54:10.398Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-05-19T10:54:10.398Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-05-19T10:54:10.398Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2022-05-19T10:54:10.398Z] === RUN TestDockerExternalVolumeSuite [2022-05-19T10:54:10.398Z] check_test.go:126: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.398Z] --- SKIP: TestDockerExternalVolumeSuite (0.00s) [2022-05-19T10:54:10.398Z] === RUN TestDockerNetworkSuite [2022-05-19T10:54:10.398Z] check_test.go:132: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.398Z] --- SKIP: TestDockerNetworkSuite (0.00s) [2022-05-19T10:54:10.398Z] === RUN TestDockerHubPullSuite [2022-05-19T10:54:10.398Z] check_test.go:140: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.398Z] --- SKIP: TestDockerHubPullSuite (0.00s) [2022-05-19T10:54:10.398Z] PASS [2022-05-19T10:54:10.398Z] ok github.com/docker/docker/integration-cli 2802.652s [2022-05-19T10:54:10.868Z] [2022-05-19T10:54:10.868Z] === Skipped [2022-05-19T10:54:10.868Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.05s) [2022-05-19T10:54:10.868Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.868Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.05s) [2022-05-19T10:54:10.868Z] [2022-05-19T10:54:10.868Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIErrorPlainText (0.03s) [2022-05-19T10:54:10.868Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.868Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.03s) [2022-05-19T10:54:10.868Z] [2022-05-19T10:54:10.868Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2022-05-19T10:54:10.868Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.868Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2022-05-19T10:54:10.868Z] [2022-05-19T10:54:10.868Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.03s) [2022-05-19T10:54:10.868Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.868Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.03s) [2022-05-19T10:54:10.868Z] [2022-05-19T10:54:10.868Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkFilter (0.03s) [2022-05-19T10:54:10.868Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.868Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.03s) [2022-05-19T10:54:10.868Z] [2022-05-19T10:54:10.868Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkGetDefaults (0.03s) [2022-05-19T10:54:10.868Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.868Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.03s) [2022-05-19T10:54:10.868Z] [2022-05-19T10:54:10.868Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.03s) [2022-05-19T10:54:10.868Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.868Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.03s) [2022-05-19T10:54:10.868Z] [2022-05-19T10:54:10.868Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectBridge (0.03s) [2022-05-19T10:54:10.868Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.868Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.03s) [2022-05-19T10:54:10.868Z] [2022-05-19T10:54:10.868Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.03s) [2022-05-19T10:54:10.868Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.868Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.03s) [2022-05-19T10:54:10.868Z] [2022-05-19T10:54:10.868Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2022-05-19T10:54:10.868Z] docker_api_stats_test.go:264: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.868Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2022-05-19T10:54:10.868Z] [2022-05-19T10:54:10.868Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.03s) [2022-05-19T10:54:10.868Z] docker_api_stats_test.go:170: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.868Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.03s) [2022-05-19T10:54:10.868Z] [2022-05-19T10:54:10.868Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2022-05-19T10:54:10.868Z] docker_api_stats_test.go:278: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.868Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2022-05-19T10:54:10.868Z] [2022-05-19T10:54:10.868Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2022-05-19T10:54:10.868Z] docker_cli_run_test.go:3149: unmatched requirement Apparmor [2022-05-19T10:54:10.868Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2022-05-19T10:54:10.868Z] [2022-05-19T10:54:10.868Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2022-05-19T10:54:10.868Z] docker_cli_run_test.go:3127: unmatched requirement Apparmor [2022-05-19T10:54:10.868Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2022-05-19T10:54:10.868Z] [2022-05-19T10:54:10.868Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2022-05-19T10:54:10.868Z] docker_cli_run_test.go:3139: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.868Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2022-05-19T10:54:10.868Z] [2022-05-19T10:54:10.868Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachDisconnect (0.02s) [2022-05-19T10:54:10.868Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.868Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.02s) [2022-05-19T10:54:10.868Z] [2022-05-19T10:54:10.868Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachPausedContainer (0.03s) [2022-05-19T10:54:10.868Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2022-05-19T10:54:10.868Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.03s) [2022-05-19T10:54:10.868Z] [2022-05-19T10:54:10.868Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2022-05-19T10:54:10.868Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.868Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2022-05-19T10:54:10.868Z] [2022-05-19T10:54:10.868Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAPIDoubleDockerfile (0.56s) [2022-05-19T10:54:10.868Z] docker_api_build_test.go:176: unmatched requirement UnixCli [2022-05-19T10:54:10.868Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.56s) [2022-05-19T10:54:10.868Z] [2022-05-19T10:54:10.868Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2022-05-19T10:54:10.868Z] docker_cli_build_test.go:574: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.868Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2022-05-19T10:54:10.868Z] [2022-05-19T10:54:10.868Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinks (0.02s) [2022-05-19T10:54:10.868Z] docker_cli_build_test.go:927: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.868Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.02s) [2022-05-19T10:54:10.868Z] [2022-05-19T10:54:10.868Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2022-05-19T10:54:10.868Z] docker_cli_build_test.go:1007: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.868Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2022-05-19T10:54:10.868Z] [2022-05-19T10:54:10.868Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToExistingDir (0.06s) [2022-05-19T10:54:10.868Z] docker_cli_build_test.go:752: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.868Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.06s) [2022-05-19T10:54:10.868Z] [2022-05-19T10:54:10.868Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2022-05-19T10:54:10.868Z] docker_cli_build_test.go:738: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.868Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2022-05-19T10:54:10.868Z] [2022-05-19T10:54:10.868Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s) [2022-05-19T10:54:10.868Z] docker_cli_build_test.go:798: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.868Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s) [2022-05-19T10:54:10.868Z] [2022-05-19T10:54:10.868Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddScript (0.05s) [2022-05-19T10:54:10.868Z] docker_cli_build_test.go:2811: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.868Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.05s) [2022-05-19T10:54:10.868Z] [2022-05-19T10:54:10.868Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2022-05-19T10:54:10.868Z] docker_cli_build_test.go:506: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.868Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2022-05-19T10:54:10.868Z] [2022-05-19T10:54:10.868Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2022-05-19T10:54:10.868Z] docker_cli_build_test.go:723: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.868Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2022-05-19T10:54:10.868Z] [2022-05-19T10:54:10.868Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2022-05-19T10:54:10.868Z] docker_cli_build_test.go:467: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.868Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2022-05-19T10:54:10.868Z] [2022-05-19T10:54:10.868Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXz (0.05s) [2022-05-19T10:54:10.868Z] docker_cli_build_test.go:2947: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.868Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.05s) [2022-05-19T10:54:10.868Z] [2022-05-19T10:54:10.868Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXzGz (0.52s) [2022-05-19T10:54:10.868Z] docker_cli_build_test.go:2994: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.868Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.52s) [2022-05-19T10:54:10.868Z] [2022-05-19T10:54:10.868Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddWholeDirToRoot (1.06s) [2022-05-19T10:54:10.868Z] docker_cli_build_test.go:768: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.868Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (1.06s) [2022-05-19T10:54:10.868Z] [2022-05-19T10:54:10.868Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.52s) [2022-05-19T10:54:10.868Z] docker_cli_build_test.go:4457: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.868Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.52s) [2022-05-19T10:54:10.869Z] [2022-05-19T10:54:10.869Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.51s) [2022-05-19T10:54:10.869Z] docker_cli_build_test.go:4480: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.869Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.51s) [2022-05-19T10:54:10.869Z] [2022-05-19T10:54:10.869Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.04s) [2022-05-19T10:54:10.869Z] docker_cli_build_test.go:4603: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.869Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.04s) [2022-05-19T10:54:10.869Z] [2022-05-19T10:54:10.869Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEnv (0.03s) [2022-05-19T10:54:10.869Z] docker_cli_build_test.go:4522: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.869Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.03s) [2022-05-19T10:54:10.869Z] [2022-05-19T10:54:10.869Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.05s) [2022-05-19T10:54:10.869Z] docker_cli_build_test.go:4405: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.869Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.05s) [2022-05-19T10:54:10.869Z] [2022-05-19T10:54:10.869Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.05s) [2022-05-19T10:54:10.869Z] docker_cli_build_test.go:4259: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.869Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.05s) [2022-05-19T10:54:10.869Z] [2022-05-19T10:54:10.869Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.04s) [2022-05-19T10:54:10.869Z] docker_cli_build_test.go:4288: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.869Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.04s) [2022-05-19T10:54:10.869Z] [2022-05-19T10:54:10.869Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (1.00s) [2022-05-19T10:54:10.869Z] docker_cli_build_test.go:4433: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.869Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (1.00s) [2022-05-19T10:54:10.869Z] [2022-05-19T10:54:10.869Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheAdd (0.54s) [2022-05-19T10:54:10.869Z] docker_cli_build_test.go:372: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.869Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.54s) [2022-05-19T10:54:10.869Z] [2022-05-19T10:54:10.869Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheFrom (0.07s) [2022-05-19T10:54:10.869Z] docker_cli_build_test.go:5420: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.869Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.07s) [2022-05-19T10:54:10.869Z] [2022-05-19T10:54:10.869Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownOnCopy (0.05s) [2022-05-19T10:54:10.869Z] docker_api_build_test.go:401: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.869Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.05s) [2022-05-19T10:54:10.869Z] [2022-05-19T10:54:10.869Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownSingleFile (0.02s) [2022-05-19T10:54:10.869Z] docker_cli_build_test.go:3570: unmatched requirement UnixCli [2022-05-19T10:54:10.869Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.02s) [2022-05-19T10:54:10.869Z] [2022-05-19T10:54:10.869Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2022-05-19T10:54:10.869Z] docker_cli_build_test.go:2641: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.869Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2022-05-19T10:54:10.869Z] [2022-05-19T10:54:10.869Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2022-05-19T10:54:10.869Z] docker_cli_build_test.go:3969: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.869Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2022-05-19T10:54:10.869Z] [2022-05-19T10:54:10.869Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyAddMultipleFiles (0.04s) [2022-05-19T10:54:10.869Z] docker_cli_build_test.go:522: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.869Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.04s) [2022-05-19T10:54:10.869Z] [2022-05-19T10:54:10.869Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s) [2022-05-19T10:54:10.869Z] docker_cli_build_test.go:894: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.869Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s) [2022-05-19T10:54:10.869Z] [2022-05-19T10:54:10.869Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2022-05-19T10:54:10.869Z] docker_cli_build_test.go:880: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.869Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2022-05-19T10:54:10.869Z] [2022-05-19T10:54:10.869Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToExistDir (0.51s) [2022-05-19T10:54:10.869Z] docker_cli_build_test.go:849: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.869Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.51s) [2022-05-19T10:54:10.869Z] [2022-05-19T10:54:10.869Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.51s) [2022-05-19T10:54:10.869Z] docker_cli_build_test.go:865: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.869Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.51s) [2022-05-19T10:54:10.869Z] [2022-05-19T10:54:10.869Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToRoot (0.05s) [2022-05-19T10:54:10.869Z] docker_cli_build_test.go:811: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.869Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.05s) [2022-05-19T10:54:10.869Z] [2022-05-19T10:54:10.869Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWholeDirToRoot (0.04s) [2022-05-19T10:54:10.869Z] docker_cli_build_test.go:910: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.869Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.04s) [2022-05-19T10:54:10.869Z] [2022-05-19T10:54:10.869Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWildcardInName (0.52s) [2022-05-19T10:54:10.869Z] docker_cli_build_test.go:685: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.869Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.52s) [2022-05-19T10:54:10.869Z] [2022-05-19T10:54:10.869Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildDockerignoreComment (0.55s) [2022-05-19T10:54:10.869Z] docker_cli_build_test.go:5143: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.869Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.55s) [2022-05-19T10:54:10.869Z] [2022-05-19T10:54:10.869Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEOLInLine (0.53s) [2022-05-19T10:54:10.869Z] docker_cli_build_test.go:2630: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.869Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.53s) [2022-05-19T10:54:10.869Z] [2022-05-19T10:54:10.869Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyCmd (0.04s) [2022-05-19T10:54:10.869Z] docker_cli_build_test.go:3165: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.869Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.04s) [2022-05-19T10:54:10.869Z] [2022-05-19T10:54:10.869Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyScratch (0.04s) [2022-05-19T10:54:10.869Z] docker_cli_build_test.go:3932: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.869Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.04s) [2022-05-19T10:54:10.869Z] [2022-05-19T10:54:10.869Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnv (0.05s) [2022-05-19T10:54:10.869Z] docker_cli_build_test.go:1470: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.869Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.05s) [2022-05-19T10:54:10.869Z] [2022-05-19T10:54:10.869Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvEscapes (0.51s) [2022-05-19T10:54:10.869Z] docker_cli_build_test.go:304: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.869Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.51s) [2022-05-19T10:54:10.869Z] [2022-05-19T10:54:10.869Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2022-05-19T10:54:10.869Z] docker_cli_build_test.go:321: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.869Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2022-05-19T10:54:10.869Z] [2022-05-19T10:54:10.869Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage (0.04s) [2022-05-19T10:54:10.869Z] docker_cli_build_test.go:2713: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.869Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.04s) [2022-05-19T10:54:10.869Z] [2022-05-19T10:54:10.869Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage2 (0.02s) [2022-05-19T10:54:10.869Z] docker_cli_build_test.go:2744: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.869Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.02s) [2022-05-19T10:54:10.869Z] [2022-05-19T10:54:10.869Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.04s) [2022-05-19T10:54:10.869Z] docker_cli_build_test.go:173: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.869Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.04s) [2022-05-19T10:54:10.869Z] [2022-05-19T10:54:10.869Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.04s) [2022-05-19T10:54:10.869Z] docker_cli_build_test.go:104: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.869Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.04s) [2022-05-19T10:54:10.869Z] [2022-05-19T10:54:10.869Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementUser (0.05s) [2022-05-19T10:54:10.869Z] docker_cli_build_test.go:62: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.869Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.05s) [2022-05-19T10:54:10.869Z] [2022-05-19T10:54:10.869Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExoticShellInterpolation (0.07s) [2022-05-19T10:54:10.869Z] docker_cli_build_test.go:3298: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.869Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.07s) [2022-05-19T10:54:10.869Z] [2022-05-19T10:54:10.869Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExpose (0.04s) [2022-05-19T10:54:10.869Z] docker_cli_build_test.go:1591: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.869Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.04s) [2022-05-19T10:54:10.869Z] [2022-05-19T10:54:10.869Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2022-05-19T10:54:10.869Z] docker_cli_build_test.go:1605: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.869Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2022-05-19T10:54:10.869Z] [2022-05-19T10:54:10.869Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeOrder (0.02s) [2022-05-19T10:54:10.869Z] docker_cli_build_test.go:1654: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.869Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.02s) [2022-05-19T10:54:10.869Z] [2022-05-19T10:54:10.869Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s) [2022-05-19T10:54:10.869Z] docker_cli_build_test.go:1670: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.869Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s) [2022-05-19T10:54:10.869Z] [2022-05-19T10:54:10.869Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.04s) [2022-05-19T10:54:10.869Z] docker_cli_build_test.go:3697: unmatched requirement UnixCli [2022-05-19T10:54:10.869Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.04s) [2022-05-19T10:54:10.869Z] [2022-05-19T10:54:10.869Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromStdinWithF (0.03s) [2022-05-19T10:54:10.869Z] docker_cli_build_test.go:3748: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.869Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.03s) [2022-05-19T10:54:10.869Z] [2022-05-19T10:54:10.869Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildHandleEscapesInVolume (0.05s) [2022-05-19T10:54:10.869Z] docker_cli_build_test.go:236: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.869Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.05s) [2022-05-19T10:54:10.869Z] [2022-05-19T10:54:10.869Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildInheritance (0.06s) [2022-05-19T10:54:10.869Z] docker_cli_build_test.go:2202: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.869Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.06s) [2022-05-19T10:54:10.869Z] [2022-05-19T10:54:10.869Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLastModified (0.11s) [2022-05-19T10:54:10.869Z] docker_cli_build_test.go:394: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.869Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.11s) [2022-05-19T10:54:10.869Z] [2022-05-19T10:54:10.869Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLineBreak (0.06s) [2022-05-19T10:54:10.869Z] docker_cli_build_test.go:2619: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.869Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.06s) [2022-05-19T10:54:10.869Z] [2022-05-19T10:54:10.869Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageCache (0.08s) [2022-05-19T10:54:10.869Z] docker_cli_build_test.go:5514: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.869Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.08s) [2022-05-19T10:54:10.869Z] [2022-05-19T10:54:10.869Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageResetScratch (0.05s) [2022-05-19T10:54:10.869Z] docker_cli_build_test.go:5917: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.869Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.05s) [2022-05-19T10:54:10.869Z] [2022-05-19T10:54:10.869Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetContainer (0.02s) [2022-05-19T10:54:10.869Z] docker_cli_build_test.go:5550: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.869Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.02s) [2022-05-19T10:54:10.869Z] [2022-05-19T10:54:10.869Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetNone (0.02s) [2022-05-19T10:54:10.869Z] docker_cli_build_test.go:5538: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.869Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.02s) [2022-05-19T10:54:10.869Z] [2022-05-19T10:54:10.869Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildOpaqueDirectory (0.06s) [2022-05-19T10:54:10.869Z] docker_cli_build_test.go:5975: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.869Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.06s) [2022-05-19T10:54:10.869Z] [2022-05-19T10:54:10.869Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildPATH (0.02s) [2022-05-19T10:54:10.869Z] docker_cli_build_test.go:1484: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.869Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.02s) [2022-05-19T10:54:10.869Z] [2022-05-19T10:54:10.869Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2022-05-19T10:54:10.869Z] docker_cli_build_test.go:3947: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.869Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2022-05-19T10:54:10.869Z] [2022-05-19T10:54:10.869Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.09s) [2022-05-19T10:54:10.869Z] docker_cli_build_test.go:1752: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.869Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.09s) [2022-05-19T10:54:10.869Z] [2022-05-19T10:54:10.869Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildScratchCopy (0.55s) [2022-05-19T10:54:10.869Z] docker_api_build_test.go:512: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.869Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.55s) [2022-05-19T10:54:10.869Z] [2022-05-19T10:54:10.869Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildStopSignal (0.54s) [2022-05-19T10:54:10.869Z] docker_cli_build_test.go:4067: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.869Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.54s) [2022-05-19T10:54:10.869Z] [2022-05-19T10:54:10.869Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUser (0.05s) [2022-05-19T10:54:10.869Z] docker_cli_build_test.go:1281: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.869Z] --- SKIP: TestDockerSuite/TestBuildUser (0.05s) [2022-05-19T10:54:10.869Z] [2022-05-19T10:54:10.869Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.05s) [2022-05-19T10:54:10.869Z] docker_cli_build_test.go:555: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.869Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.05s) [2022-05-19T10:54:10.869Z] [2022-05-19T10:54:10.869Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsersAndGroups (0.03s) [2022-05-19T10:54:10.869Z] docker_cli_build_test.go:2655: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.869Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.03s) [2022-05-19T10:54:10.869Z] [2022-05-19T10:54:10.869Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2022-05-19T10:54:10.869Z] docker_cli_build_test.go:3874: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.869Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2022-05-19T10:54:10.869Z] [2022-05-19T10:54:10.869Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2022-05-19T10:54:10.869Z] docker_cli_build_test.go:3669: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.869Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2022-05-19T10:54:10.869Z] [2022-05-19T10:54:10.869Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHost (0.54s) [2022-05-19T10:54:10.869Z] docker_cli_build_test.go:5566: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.869Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.54s) [2022-05-19T10:54:10.869Z] [2022-05-19T10:54:10.869Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.06s) [2022-05-19T10:54:10.869Z] docker_cli_build_test.go:5582: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.869Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.06s) [2022-05-19T10:54:10.869Z] [2022-05-19T10:54:10.869Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.53s) [2022-05-19T10:54:10.869Z] docker_cli_build_test.go:1050: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.869Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.53s) [2022-05-19T10:54:10.869Z] [2022-05-19T10:54:10.869Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumeOwnership (0.56s) [2022-05-19T10:54:10.870Z] docker_cli_build_test.go:2151: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.870Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.56s) [2022-05-19T10:54:10.870Z] [2022-05-19T10:54:10.870Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumes (0.53s) [2022-05-19T10:54:10.870Z] docker_cli_build_test.go:1233: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.870Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.53s) [2022-05-19T10:54:10.870Z] [2022-05-19T10:54:10.870Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWorkdirCmd (0.04s) [2022-05-19T10:54:10.870Z] docker_cli_build_test.go:6055: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.870Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.04s) [2022-05-19T10:54:10.870Z] [2022-05-19T10:54:10.870Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildXZHost (0.49s) [2022-05-19T10:54:10.870Z] docker_cli_build_test.go:3651: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.870Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.49s) [2022-05-19T10:54:10.870Z] [2022-05-19T10:54:10.870Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.05s) [2022-05-19T10:54:10.870Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.870Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.05s) [2022-05-19T10:54:10.870Z] [2022-05-19T10:54:10.870Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.04s) [2022-05-19T10:54:10.870Z] docker_cli_sni_test.go:18: Flakey test [2022-05-19T10:54:10.870Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.04s) [2022-05-19T10:54:10.870Z] [2022-05-19T10:54:10.870Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitHardlink (0.02s) [2022-05-19T10:54:10.870Z] docker_cli_commit_test.go:70: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.870Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.02s) [2022-05-19T10:54:10.870Z] [2022-05-19T10:54:10.870Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitPausedContainer (0.02s) [2022-05-19T10:54:10.870Z] docker_cli_commit_test.go:45: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.870Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.02s) [2022-05-19T10:54:10.870Z] [2022-05-19T10:54:10.870Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithHostBindMount (0.03s) [2022-05-19T10:54:10.870Z] docker_cli_commit_test.go:98: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.870Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.03s) [2022-05-19T10:54:10.870Z] [2022-05-19T10:54:10.870Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithoutPause (0.03s) [2022-05-19T10:54:10.870Z] docker_cli_commit_test.go:29: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.870Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.03s) [2022-05-19T10:54:10.870Z] [2022-05-19T10:54:10.870Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2022-05-19T10:54:10.870Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.870Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2022-05-19T10:54:10.870Z] [2022-05-19T10:54:10.870Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.03s) [2022-05-19T10:54:10.870Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.870Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.03s) [2022-05-19T10:54:10.870Z] [2022-05-19T10:54:10.870Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeAndOptions (0.03s) [2022-05-19T10:54:10.870Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.870Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.03s) [2022-05-19T10:54:10.870Z] [2022-05-19T10:54:10.870Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2022-05-19T10:54:10.870Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.870Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2022-05-19T10:54:10.870Z] [2022-05-19T10:54:10.870Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIBadPort (0.03s) [2022-05-19T10:54:10.870Z] docker_api_containers_test.go:505: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.870Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.03s) [2022-05-19T10:54:10.870Z] [2022-05-19T10:54:10.870Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2022-05-19T10:54:10.870Z] docker_api_containers_test.go:1099: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.870Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2022-05-19T10:54:10.870Z] [2022-05-19T10:54:10.870Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyPre124 (0.02s) [2022-05-19T10:54:10.870Z] docker_api_containers_test.go:1025: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.870Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.02s) [2022-05-19T10:54:10.870Z] [2022-05-19T10:54:10.870Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s) [2022-05-19T10:54:10.870Z] docker_api_containers_test.go:1055: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.870Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s) [2022-05-19T10:54:10.870Z] [2022-05-19T10:54:10.870Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s) [2022-05-19T10:54:10.870Z] docker_api_containers_test.go:1077: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.870Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s) [2022-05-19T10:54:10.870Z] [2022-05-19T10:54:10.870Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.03s) [2022-05-19T10:54:10.870Z] docker_api_containers_test.go:588: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.870Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.03s) [2022-05-19T10:54:10.870Z] [2022-05-19T10:54:10.870Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.03s) [2022-05-19T10:54:10.870Z] docker_api_containers_test.go:1355: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.870Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.03s) [2022-05-19T10:54:10.870Z] [2022-05-19T10:54:10.870Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s) [2022-05-19T10:54:10.870Z] docker_api_containers_test.go:594: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.870Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s) [2022-05-19T10:54:10.870Z] [2022-05-19T10:54:10.870Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.03s) [2022-05-19T10:54:10.870Z] docker_api_containers_test.go:623: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.870Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.03s) [2022-05-19T10:54:10.870Z] [2022-05-19T10:54:10.870Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s) [2022-05-19T10:54:10.870Z] docker_api_containers_test.go:1153: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.870Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s) [2022-05-19T10:54:10.870Z] [2022-05-19T10:54:10.870Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2022-05-19T10:54:10.870Z] docker_api_containers_test.go:128: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.870Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2022-05-19T10:54:10.870Z] [2022-05-19T10:54:10.870Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetExport (0.02s) [2022-05-19T10:54:10.870Z] docker_api_containers_test.go:101: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.870Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.02s) [2022-05-19T10:54:10.870Z] [2022-05-19T10:54:10.870Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIPause (0.02s) [2022-05-19T10:54:10.870Z] docker_api_containers_test.go:366: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.870Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.02s) [2022-05-19T10:54:10.870Z] [2022-05-19T10:54:10.870Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.04s) [2022-05-19T10:54:10.870Z] docker_api_containers_test.go:1603: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.870Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.04s) [2022-05-19T10:54:10.870Z] [2022-05-19T10:54:10.870Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPITop (0.03s) [2022-05-19T10:54:10.870Z] docker_api_containers_test.go:396: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.870Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.03s) [2022-05-19T10:54:10.870Z] [2022-05-19T10:54:10.870Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerNetworkMode (0.03s) [2022-05-19T10:54:10.870Z] docker_cli_run_test.go:2403: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.870Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.03s) [2022-05-19T10:54:10.870Z] [2022-05-19T10:54:10.870Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerRestartInMultipleNetworks (0.03s) [2022-05-19T10:54:10.870Z] docker_cli_run_test.go:3498: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.870Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.03s) [2022-05-19T10:54:10.870Z] [2022-05-19T10:54:10.870Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s) [2022-05-19T10:54:10.870Z] docker_cli_run_test.go:3530: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.870Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s) [2022-05-19T10:54:10.870Z] [2022-05-19T10:54:10.870Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2022-05-19T10:54:10.870Z] docker_cli_run_test.go:3561: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.870Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2022-05-19T10:54:10.870Z] [2022-05-19T10:54:10.870Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.03s) [2022-05-19T10:54:10.870Z] docker_cli_run_test.go:3544: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.870Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.03s) [2022-05-19T10:54:10.870Z] [2022-05-19T10:54:10.870Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2022-05-19T10:54:10.870Z] docker_api_containers_test.go:2184: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.870Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2022-05-19T10:54:10.870Z] [2022-05-19T10:54:10.870Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInMultipleNetworks (0.02s) [2022-05-19T10:54:10.870Z] docker_cli_run_test.go:3434: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.870Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.02s) [2022-05-19T10:54:10.870Z] [2022-05-19T10:54:10.870Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s) [2022-05-19T10:54:10.870Z] docker_cli_run_test.go:3426: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.870Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s) [2022-05-19T10:54:10.870Z] [2022-05-19T10:54:10.870Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersNetworkIsolation (0.02s) [2022-05-19T10:54:10.870Z] docker_cli_run_test.go:3453: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.870Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.02s) [2022-05-19T10:54:10.870Z] [2022-05-19T10:54:10.870Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyAndRestart (0.02s) [2022-05-19T10:54:10.870Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.870Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.02s) [2022-05-19T10:54:10.870Z] [2022-05-19T10:54:10.870Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyCreatedContainer (0.02s) [2022-05-19T10:54:10.870Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.870Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.02s) [2022-05-19T10:54:10.870Z] [2022-05-19T10:54:10.870Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2022-05-19T10:54:10.870Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.870Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2022-05-19T10:54:10.870Z] [2022-05-19T10:54:10.870Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseA (0.03s) [2022-05-19T10:54:10.870Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.870Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.03s) [2022-05-19T10:54:10.870Z] [2022-05-19T10:54:10.870Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseB (0.02s) [2022-05-19T10:54:10.870Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.870Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.02s) [2022-05-19T10:54:10.870Z] [2022-05-19T10:54:10.870Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseC (0.02s) [2022-05-19T10:54:10.870Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.870Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.02s) [2022-05-19T10:54:10.870Z] [2022-05-19T10:54:10.870Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseD (0.02s) [2022-05-19T10:54:10.870Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.870Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.02s) [2022-05-19T10:54:10.870Z] [2022-05-19T10:54:10.870Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseE (0.03s) [2022-05-19T10:54:10.870Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.870Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.03s) [2022-05-19T10:54:10.870Z] [2022-05-19T10:54:10.870Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseF (0.02s) [2022-05-19T10:54:10.870Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.870Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.02s) [2022-05-19T10:54:10.870Z] [2022-05-19T10:54:10.870Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseG (0.02s) [2022-05-19T10:54:10.870Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.870Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.02s) [2022-05-19T10:54:10.870Z] [2022-05-19T10:54:10.870Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseH (0.02s) [2022-05-19T10:54:10.870Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.870Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.02s) [2022-05-19T10:54:10.870Z] [2022-05-19T10:54:10.870Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseI (0.02s) [2022-05-19T10:54:10.870Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.870Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.02s) [2022-05-19T10:54:10.870Z] [2022-05-19T10:54:10.870Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseJ (0.02s) [2022-05-19T10:54:10.870Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.870Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.02s) [2022-05-19T10:54:10.870Z] [2022-05-19T10:54:10.870Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkDestination (0.02s) [2022-05-19T10:54:10.870Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.870Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.02s) [2022-05-19T10:54:10.870Z] [2022-05-19T10:54:10.870Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2022-05-19T10:54:10.870Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.870Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2022-05-19T10:54:10.870Z] [2022-05-19T10:54:10.870Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpNameHasColon (0.02s) [2022-05-19T10:54:10.870Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.870Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.02s) [2022-05-19T10:54:10.870Z] [2022-05-19T10:54:10.870Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSpecialFiles (0.02s) [2022-05-19T10:54:10.870Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.870Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.02s) [2022-05-19T10:54:10.870Z] [2022-05-19T10:54:10.870Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkComponent (0.02s) [2022-05-19T10:54:10.870Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.870Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.02s) [2022-05-19T10:54:10.870Z] [2022-05-19T10:54:10.870Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.03s) [2022-05-19T10:54:10.870Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.870Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.03s) [2022-05-19T10:54:10.870Z] [2022-05-19T10:54:10.870Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseC (0.02s) [2022-05-19T10:54:10.870Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.870Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.02s) [2022-05-19T10:54:10.870Z] [2022-05-19T10:54:10.870Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseD (0.02s) [2022-05-19T10:54:10.870Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.870Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.02s) [2022-05-19T10:54:10.870Z] [2022-05-19T10:54:10.870Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseF (0.02s) [2022-05-19T10:54:10.870Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.870Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.02s) [2022-05-19T10:54:10.870Z] [2022-05-19T10:54:10.870Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseG (0.02s) [2022-05-19T10:54:10.870Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.870Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.02s) [2022-05-19T10:54:10.870Z] [2022-05-19T10:54:10.870Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseI (0.02s) [2022-05-19T10:54:10.870Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.870Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.02s) [2022-05-19T10:54:10.870Z] [2022-05-19T10:54:10.870Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseJ (0.02s) [2022-05-19T10:54:10.870Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.870Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.02s) [2022-05-19T10:54:10.870Z] [2022-05-19T10:54:10.870Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2022-05-19T10:54:10.870Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.870Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2022-05-19T10:54:10.870Z] [2022-05-19T10:54:10.870Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2022-05-19T10:54:10.871Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.871Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2022-05-19T10:54:10.871Z] [2022-05-19T10:54:10.871Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2022-05-19T10:54:10.871Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.871Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2022-05-19T10:54:10.871Z] [2022-05-19T10:54:10.871Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkToDirectory (0.03s) [2022-05-19T10:54:10.871Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.871Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.03s) [2022-05-19T10:54:10.871Z] [2022-05-19T10:54:10.871Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpUnprivilegedUser (0.02s) [2022-05-19T10:54:10.871Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.871Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.02s) [2022-05-19T10:54:10.871Z] [2022-05-19T10:54:10.871Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpVolumePath (0.02s) [2022-05-19T10:54:10.871Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.871Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.02s) [2022-05-19T10:54:10.871Z] [2022-05-19T10:54:10.871Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2022-05-19T10:54:10.871Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.871Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2022-05-19T10:54:10.871Z] [2022-05-19T10:54:10.871Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2022-05-19T10:54:10.871Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-05-19T10:54:10.871Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2022-05-19T10:54:10.871Z] [2022-05-19T10:54:10.871Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2022-05-19T10:54:10.871Z] docker_api_containers_test.go:855: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.871Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2022-05-19T10:54:10.871Z] [2022-05-19T10:54:10.871Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2022-05-19T10:54:10.871Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.871Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2022-05-19T10:54:10.871Z] [2022-05-19T10:54:10.871Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2022-05-19T10:54:10.871Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.871Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2022-05-19T10:54:10.871Z] [2022-05-19T10:54:10.871Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2022-05-19T10:54:10.871Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.871Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2022-05-19T10:54:10.871Z] [2022-05-19T10:54:10.871Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s) [2022-05-19T10:54:10.871Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.871Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s) [2022-05-19T10:54:10.871Z] [2022-05-19T10:54:10.871Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2022-05-19T10:54:10.871Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.871Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2022-05-19T10:54:10.871Z] [2022-05-19T10:54:10.871Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2022-05-19T10:54:10.871Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.871Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2022-05-19T10:54:10.871Z] [2022-05-19T10:54:10.871Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2022-05-19T10:54:10.871Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.871Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2022-05-19T10:54:10.871Z] [2022-05-19T10:54:10.871Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s) [2022-05-19T10:54:10.871Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.871Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s) [2022-05-19T10:54:10.871Z] [2022-05-19T10:54:10.871Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.03s) [2022-05-19T10:54:10.871Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.871Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.03s) [2022-05-19T10:54:10.871Z] [2022-05-19T10:54:10.871Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDevicePermissions (0.02s) [2022-05-19T10:54:10.871Z] docker_cli_run_test.go:2963: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.871Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.02s) [2022-05-19T10:54:10.871Z] [2022-05-19T10:54:10.871Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2022-05-19T10:54:10.871Z] docker_cli_volume_test.go:453: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.871Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2022-05-19T10:54:10.871Z] [2022-05-19T10:54:10.871Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2022-05-19T10:54:10.871Z] docker_cli_volume_test.go:494: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.871Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2022-05-19T10:54:10.871Z] [2022-05-19T10:54:10.871Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s) [2022-05-19T10:54:10.871Z] docker_cli_volume_test.go:536: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.871Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s) [2022-05-19T10:54:10.871Z] [2022-05-19T10:54:10.871Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsAttach (0.02s) [2022-05-19T10:54:10.871Z] docker_cli_events_test.go:466: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.871Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.02s) [2022-05-19T10:54:10.871Z] [2022-05-19T10:54:10.871Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsCommit (0.02s) [2022-05-19T10:54:10.871Z] docker_cli_events_test.go:397: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.871Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.02s) [2022-05-19T10:54:10.871Z] [2022-05-19T10:54:10.871Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageImport (0.03s) [2022-05-19T10:54:10.871Z] docker_cli_events_test.go:170: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.871Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.03s) [2022-05-19T10:54:10.871Z] [2022-05-19T10:54:10.871Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageLoad (0.02s) [2022-05-19T10:54:10.871Z] docker_cli_events_test.go:192: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.871Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.02s) [2022-05-19T10:54:10.871Z] [2022-05-19T10:54:10.871Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImagePull (0.02s) [2022-05-19T10:54:10.871Z] docker_cli_events_test.go:151: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.871Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.02s) [2022-05-19T10:54:10.871Z] [2022-05-19T10:54:10.871Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsPluginOps (0.02s) [2022-05-19T10:54:10.871Z] docker_cli_events_test.go:231: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.871Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.02s) [2022-05-19T10:54:10.871Z] [2022-05-19T10:54:10.871Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsTop (0.02s) [2022-05-19T10:54:10.871Z] docker_cli_events_test.go:515: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.871Z] --- SKIP: TestDockerSuite/TestEventsTop (0.02s) [2022-05-19T10:54:10.871Z] [2022-05-19T10:54:10.871Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExec (0.02s) [2022-05-19T10:54:10.871Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.871Z] --- SKIP: TestDockerSuite/TestExec (0.02s) [2022-05-19T10:54:10.871Z] [2022-05-19T10:54:10.871Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPICreateContainerPaused (0.03s) [2022-05-19T10:54:10.871Z] docker_api_exec_test.go:65: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.871Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.03s) [2022-05-19T10:54:10.871Z] [2022-05-19T10:54:10.871Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStart (0.03s) [2022-05-19T10:54:10.871Z] docker_api_exec_test.go:83: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.871Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.03s) [2022-05-19T10:54:10.871Z] [2022-05-19T10:54:10.871Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.03s) [2022-05-19T10:54:10.871Z] docker_api_exec_test.go:120: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.871Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.03s) [2022-05-19T10:54:10.871Z] [2022-05-19T10:54:10.871Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartEnsureHeaders (0.03s) [2022-05-19T10:54:10.871Z] docker_api_exec_test.go:110: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.871Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.03s) [2022-05-19T10:54:10.871Z] [2022-05-19T10:54:10.871Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecCgroup (0.02s) [2022-05-19T10:54:10.871Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.871Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.02s) [2022-05-19T10:54:10.871Z] [2022-05-19T10:54:10.871Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnv (0.03s) [2022-05-19T10:54:10.871Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.871Z] --- SKIP: TestDockerSuite/TestExecEnv (0.03s) [2022-05-19T10:54:10.871Z] [2022-05-19T10:54:10.871Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnvLinksHost (0.02s) [2022-05-19T10:54:10.871Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.871Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.02s) [2022-05-19T10:54:10.871Z] [2022-05-19T10:54:10.871Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecInteractive (0.03s) [2022-05-19T10:54:10.871Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.871Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.03s) [2022-05-19T10:54:10.871Z] [2022-05-19T10:54:10.871Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecOnReadonlyContainer (0.03s) [2022-05-19T10:54:10.871Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.871Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.03s) [2022-05-19T10:54:10.871Z] [2022-05-19T10:54:10.871Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecParseError (0.02s) [2022-05-19T10:54:10.871Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.871Z] --- SKIP: TestDockerSuite/TestExecParseError (0.02s) [2022-05-19T10:54:10.871Z] [2022-05-19T10:54:10.871Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecPausedContainer (0.02s) [2022-05-19T10:54:10.871Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2022-05-19T10:54:10.871Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.02s) [2022-05-19T10:54:10.871Z] [2022-05-19T10:54:10.871Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.02s) [2022-05-19T10:54:10.871Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.871Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.02s) [2022-05-19T10:54:10.871Z] [2022-05-19T10:54:10.871Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecSetEnv (0.02s) [2022-05-19T10:54:10.871Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.871Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.02s) [2022-05-19T10:54:10.871Z] [2022-05-19T10:54:10.871Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStartFails (0.02s) [2022-05-19T10:54:10.871Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.871Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.02s) [2022-05-19T10:54:10.871Z] [2022-05-19T10:54:10.871Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStateCleanup (0.02s) [2022-05-19T10:54:10.871Z] docker_api_exec_test.go:210: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.871Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.02s) [2022-05-19T10:54:10.871Z] [2022-05-19T10:54:10.871Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStopNotHanging (0.02s) [2022-05-19T10:54:10.871Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.871Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.02s) [2022-05-19T10:54:10.871Z] [2022-05-19T10:54:10.871Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2022-05-19T10:54:10.871Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.871Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2022-05-19T10:54:10.871Z] [2022-05-19T10:54:10.871Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecUlimits (0.02s) [2022-05-19T10:54:10.871Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.871Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.02s) [2022-05-19T10:54:10.871Z] [2022-05-19T10:54:10.871Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithImageUser (0.02s) [2022-05-19T10:54:10.871Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.871Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.02s) [2022-05-19T10:54:10.871Z] [2022-05-19T10:54:10.871Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithPrivileged (0.03s) [2022-05-19T10:54:10.871Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.871Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.03s) [2022-05-19T10:54:10.871Z] [2022-05-19T10:54:10.871Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithUser (0.02s) [2022-05-19T10:54:10.871Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.871Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.02s) [2022-05-19T10:54:10.871Z] [2022-05-19T10:54:10.871Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestGetContainersAttachWebsocket (0.03s) [2022-05-19T10:54:10.871Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.871Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.03s) [2022-05-19T10:54:10.871Z] [2022-05-19T10:54:10.871Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestHealth (0.02s) [2022-05-19T10:54:10.871Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.871Z] --- SKIP: TestDockerSuite/TestHealth (0.02s) [2022-05-19T10:54:10.871Z] [2022-05-19T10:54:10.871Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2022-05-19T10:54:10.871Z] docker_cli_images_test.go:227: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.871Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2022-05-19T10:54:10.871Z] [2022-05-19T10:54:10.871Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2022-05-19T10:54:10.871Z] docker_cli_images_test.go:282: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.871Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2022-05-19T10:54:10.871Z] [2022-05-19T10:54:10.871Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2022-05-19T10:54:10.871Z] docker_cli_images_test.go:341: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.871Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2022-05-19T10:54:10.871Z] [2022-05-19T10:54:10.871Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportDisplay (0.02s) [2022-05-19T10:54:10.871Z] docker_cli_import_test.go:18: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.871Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.02s) [2022-05-19T10:54:10.871Z] [2022-05-19T10:54:10.871Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFile (0.02s) [2022-05-19T10:54:10.871Z] docker_cli_import_test.go:47: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.871Z] --- SKIP: TestDockerSuite/TestImportFile (0.02s) [2022-05-19T10:54:10.871Z] [2022-05-19T10:54:10.871Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFileWithMessage (0.02s) [2022-05-19T10:54:10.871Z] docker_cli_import_test.go:91: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.871Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.02s) [2022-05-19T10:54:10.871Z] [2022-05-19T10:54:10.871Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportGzipped (0.02s) [2022-05-19T10:54:10.871Z] docker_cli_import_test.go:68: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.871Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.02s) [2022-05-19T10:54:10.871Z] [2022-05-19T10:54:10.871Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportWithQuotedChanges (0.02s) [2022-05-19T10:54:10.871Z] docker_cli_import_test.go:127: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.871Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.02s) [2022-05-19T10:54:10.871Z] [2022-05-19T10:54:10.872Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2022-05-19T10:54:10.872Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2022-05-19T10:54:10.872Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2022-05-19T10:54:10.872Z] [2022-05-19T10:54:10.872Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2022-05-19T10:54:10.872Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.872Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2022-05-19T10:54:10.872Z] [2022-05-19T10:54:10.872Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2022-05-19T10:54:10.872Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.872Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2022-05-19T10:54:10.872Z] [2022-05-19T10:54:10.872Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2022-05-19T10:54:10.872Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.872Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2022-05-19T10:54:10.872Z] [2022-05-19T10:54:10.872Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.03s) [2022-05-19T10:54:10.872Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.872Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.03s) [2022-05-19T10:54:10.872Z] [2022-05-19T10:54:10.872Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2022-05-19T10:54:10.872Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.872Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2022-05-19T10:54:10.872Z] [2022-05-19T10:54:10.872Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s) [2022-05-19T10:54:10.872Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.872Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s) [2022-05-19T10:54:10.872Z] [2022-05-19T10:54:10.872Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAmpersand (0.02s) [2022-05-19T10:54:10.872Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.872Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.02s) [2022-05-19T10:54:10.872Z] [2022-05-19T10:54:10.872Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.03s) [2022-05-19T10:54:10.872Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.872Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.03s) [2022-05-19T10:54:10.872Z] [2022-05-19T10:54:10.872Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkCustom (0.02s) [2022-05-19T10:54:10.872Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.872Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.02s) [2022-05-19T10:54:10.872Z] [2022-05-19T10:54:10.872Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2022-05-19T10:54:10.872Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.872Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2022-05-19T10:54:10.872Z] [2022-05-19T10:54:10.872Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImage (0.02s) [2022-05-19T10:54:10.872Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.872Z] --- SKIP: TestDockerSuite/TestInspectImage (0.02s) [2022-05-19T10:54:10.872Z] [2022-05-19T10:54:10.872Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageFilterInt (0.02s) [2022-05-19T10:54:10.872Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.872Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2022-05-19T10:54:10.872Z] [2022-05-19T10:54:10.872Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2022-05-19T10:54:10.872Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.872Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2022-05-19T10:54:10.872Z] [2022-05-19T10:54:10.872Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectPlugin (0.02s) [2022-05-19T10:54:10.872Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.872Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.02s) [2022-05-19T10:54:10.872Z] [2022-05-19T10:54:10.872Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinkShortDefinition (0.02s) [2022-05-19T10:54:10.872Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.872Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.02s) [2022-05-19T10:54:10.872Z] [2022-05-19T10:54:10.872Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEnvs (0.02s) [2022-05-19T10:54:10.872Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.872Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.02s) [2022-05-19T10:54:10.872Z] [2022-05-19T10:54:10.872Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2022-05-19T10:54:10.872Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.872Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2022-05-19T10:54:10.872Z] [2022-05-19T10:54:10.872Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksHostsFilesInject (0.02s) [2022-05-19T10:54:10.872Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.872Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.02s) [2022-05-19T10:54:10.872Z] [2022-05-19T10:54:10.872Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStarted (0.02s) [2022-05-19T10:54:10.872Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.872Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.02s) [2022-05-19T10:54:10.872Z] [2022-05-19T10:54:10.872Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStopped (0.02s) [2022-05-19T10:54:10.872Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.872Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.02s) [2022-05-19T10:54:10.872Z] [2022-05-19T10:54:10.872Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2022-05-19T10:54:10.872Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.872Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2022-05-19T10:54:10.872Z] [2022-05-19T10:54:10.872Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksMultipleWithSameName (0.03s) [2022-05-19T10:54:10.872Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.872Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.03s) [2022-05-19T10:54:10.872Z] [2022-05-19T10:54:10.872Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNetworkHostContainer (0.02s) [2022-05-19T10:54:10.872Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.872Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.02s) [2022-05-19T10:54:10.872Z] [2022-05-19T10:54:10.872Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s) [2022-05-19T10:54:10.872Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.872Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s) [2022-05-19T10:54:10.872Z] [2022-05-19T10:54:10.872Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainers (0.03s) [2022-05-19T10:54:10.872Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.872Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.03s) [2022-05-19T10:54:10.872Z] [2022-05-19T10:54:10.872Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.03s) [2022-05-19T10:54:10.872Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.872Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.03s) [2022-05-19T10:54:10.872Z] [2022-05-19T10:54:10.872Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2022-05-19T10:54:10.872Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.872Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2022-05-19T10:54:10.872Z] [2022-05-19T10:54:10.872Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s) [2022-05-19T10:54:10.872Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.872Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s) [2022-05-19T10:54:10.872Z] [2022-05-19T10:54:10.872Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksUpdateOnRestart (0.03s) [2022-05-19T10:54:10.872Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.872Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.03s) [2022-05-19T10:54:10.872Z] [2022-05-19T10:54:10.872Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLoadZeroSizeLayer (0.03s) [2022-05-19T10:54:10.872Z] docker_cli_save_load_test.go:335: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.872Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.03s) [2022-05-19T10:54:10.872Z] [2022-05-19T10:54:10.872Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2022-05-19T10:54:10.872Z] docker_api_logs_test.go:93: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.872Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2022-05-19T10:54:10.872Z] [2022-05-19T10:54:10.872Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s) [2022-05-19T10:54:10.872Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.872Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s) [2022-05-19T10:54:10.872Z] [2022-05-19T10:54:10.872Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsSinceFutureFollow (0.03s) [2022-05-19T10:54:10.872Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.872Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.03s) [2022-05-19T10:54:10.872Z] [2022-05-19T10:54:10.872Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsStderrInStdout (0.02s) [2022-05-19T10:54:10.872Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.872Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.02s) [2022-05-19T10:54:10.872Z] [2022-05-19T10:54:10.872Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoProc (0.03s) [2022-05-19T10:54:10.872Z] docker_cli_run_test.go:2877: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.872Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.03s) [2022-05-19T10:54:10.872Z] [2022-05-19T10:54:10.872Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoSys (0.03s) [2022-05-19T10:54:10.872Z] docker_cli_run_test.go:2886: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.872Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.03s) [2022-05-19T10:54:10.872Z] [2022-05-19T10:54:10.872Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostname (0.02s) [2022-05-19T10:54:10.872Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.872Z] --- SKIP: TestDockerSuite/TestNetHostname (0.02s) [2022-05-19T10:54:10.872Z] [2022-05-19T10:54:10.872Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostnameWithNetHost (0.03s) [2022-05-19T10:54:10.872Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.872Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.03s) [2022-05-19T10:54:10.872Z] [2022-05-19T10:54:10.872Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetworkRmWithActiveContainers (0.02s) [2022-05-19T10:54:10.872Z] docker_cli_run_test.go:3480: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.872Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.02s) [2022-05-19T10:54:10.872Z] [2022-05-19T10:54:10.872Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s) [2022-05-19T10:54:10.872Z] docker_cli_run_test.go:2666: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.872Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s) [2022-05-19T10:54:10.872Z] [2022-05-19T10:54:10.872Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActive (0.02s) [2022-05-19T10:54:10.872Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.872Z] --- SKIP: TestDockerSuite/TestPluginActive (0.02s) [2022-05-19T10:54:10.872Z] [2022-05-19T10:54:10.872Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActiveNetwork (0.02s) [2022-05-19T10:54:10.872Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.872Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.02s) [2022-05-19T10:54:10.872Z] [2022-05-19T10:54:10.872Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginInstallDisableVolumeLs (0.03s) [2022-05-19T10:54:10.872Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.872Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.03s) [2022-05-19T10:54:10.872Z] [2022-05-19T10:54:10.872Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriver (0.02s) [2022-05-19T10:54:10.872Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2022-05-19T10:54:10.872Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.02s) [2022-05-19T10:54:10.872Z] [2022-05-19T10:54:10.872Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2022-05-19T10:54:10.872Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2022-05-19T10:54:10.872Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2022-05-19T10:54:10.872Z] [2022-05-19T10:54:10.872Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginMetricsCollector (0.02s) [2022-05-19T10:54:10.872Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.872Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.02s) [2022-05-19T10:54:10.872Z] [2022-05-19T10:54:10.872Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginUpgrade (0.02s) [2022-05-19T10:54:10.872Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.872Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.02s) [2022-05-19T10:54:10.872Z] [2022-05-19T10:54:10.872Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortBindingOnSandbox (0.02s) [2022-05-19T10:54:10.872Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.872Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.02s) [2022-05-19T10:54:10.872Z] [2022-05-19T10:54:10.872Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortExposeHostBinding (0.03s) [2022-05-19T10:54:10.872Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.872Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.03s) [2022-05-19T10:54:10.872Z] [2022-05-19T10:54:10.872Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortHostBinding (0.02s) [2022-05-19T10:54:10.872Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.872Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.02s) [2022-05-19T10:54:10.872Z] [2022-05-19T10:54:10.872Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortList (0.02s) [2022-05-19T10:54:10.872Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.872Z] --- SKIP: TestDockerSuite/TestPortList (0.02s) [2022-05-19T10:54:10.872Z] [2022-05-19T10:54:10.872Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersAttach (0.02s) [2022-05-19T10:54:10.872Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.872Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.02s) [2022-05-19T10:54:10.872Z] [2022-05-19T10:54:10.872Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2022-05-19T10:54:10.872Z] docker_api_containers_test.go:1535: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.872Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2022-05-19T10:54:10.872Z] [2022-05-19T10:54:10.872Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s) [2022-05-19T10:54:10.872Z] docker_api_containers_test.go:1449: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.872Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s) [2022-05-19T10:54:10.872Z] [2022-05-19T10:54:10.872Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2022-05-19T10:54:10.872Z] docker_api_containers_test.go:1431: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.872Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2022-05-19T10:54:10.872Z] [2022-05-19T10:54:10.872Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s) [2022-05-19T10:54:10.872Z] docker_api_containers_test.go:1477: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.872Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s) [2022-05-19T10:54:10.872Z] [2022-05-19T10:54:10.872Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s) [2022-05-19T10:54:10.872Z] docker_api_containers_test.go:1560: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.872Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s) [2022-05-19T10:54:10.872Z] [2022-05-19T10:54:10.872Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2022-05-19T10:54:10.872Z] docker_api_containers_test.go:1504: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.872Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2022-05-19T10:54:10.872Z] [2022-05-19T10:54:10.872Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.03s) [2022-05-19T10:54:10.872Z] docker_api_containers_test.go:1327: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.872Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.03s) [2022-05-19T10:54:10.872Z] [2022-05-19T10:54:10.872Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2022-05-19T10:54:10.872Z] docker_api_containers_test.go:1398: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.872Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2022-05-19T10:54:10.872Z] [2022-05-19T10:54:10.872Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsImageIDAfterUpdate (0.03s) [2022-05-19T10:54:10.872Z] docker_cli_ps_test.go:549: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.872Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.03s) [2022-05-19T10:54:10.872Z] [2022-05-19T10:54:10.872Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterExited (0.04s) [2022-05-19T10:54:10.872Z] docker_cli_ps_test.go:444: DaemonIsWindows(): FLAKY on Windows, see #20819 [2022-05-19T10:54:10.872Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.04s) [2022-05-19T10:54:10.872Z] [2022-05-19T10:54:10.872Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterNetwork (0.10s) [2022-05-19T10:54:10.872Z] docker_cli_ps_test.go:715: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.872Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.10s) [2022-05-19T10:54:10.872Z] [2022-05-19T10:54:10.872Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterPorts (0.02s) [2022-05-19T10:54:10.872Z] docker_cli_ps_test.go:807: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.872Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.02s) [2022-05-19T10:54:10.872Z] [2022-05-19T10:54:10.872Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersSize (0.02s) [2022-05-19T10:54:10.872Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.872Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.02s) [2022-05-19T10:54:10.872Z] [2022-05-19T10:54:10.872Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.03s) [2022-05-19T10:54:10.872Z] docker_cli_ps_test.go:857: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.873Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.03s) [2022-05-19T10:54:10.873Z] [2022-05-19T10:54:10.873Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.04s) [2022-05-19T10:54:10.873Z] docker_cli_ps_test.go:597: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.873Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.04s) [2022-05-19T10:54:10.873Z] [2022-05-19T10:54:10.873Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsRightTagName (0.02s) [2022-05-19T10:54:10.873Z] docker_cli_ps_test.go:473: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.873Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.02s) [2022-05-19T10:54:10.873Z] [2022-05-19T10:54:10.873Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s) [2022-05-19T10:54:10.873Z] docker_cli_run_test.go:3112: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.873Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s) [2022-05-19T10:54:10.873Z] [2022-05-19T10:54:10.873Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2022-05-19T10:54:10.873Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.873Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2022-05-19T10:54:10.873Z] [2022-05-19T10:54:10.873Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s) [2022-05-19T10:54:10.873Z] docker_api_containers_test.go:1374: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.873Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s) [2022-05-19T10:54:10.873Z] [2022-05-19T10:54:10.873Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2022-05-19T10:54:10.873Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.873Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2022-05-19T10:54:10.873Z] [2022-05-19T10:54:10.873Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2022-05-19T10:54:10.873Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.873Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2022-05-19T10:54:10.873Z] [2022-05-19T10:54:10.873Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2022-05-19T10:54:10.873Z] docker_cli_run_test.go:4399: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.873Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2022-05-19T10:54:10.873Z] [2022-05-19T10:54:10.873Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHost (0.02s) [2022-05-19T10:54:10.873Z] docker_cli_run_test.go:1575: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.873Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.02s) [2022-05-19T10:54:10.873Z] [2022-05-19T10:54:10.873Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2022-05-19T10:54:10.873Z] docker_cli_run_test.go:3912: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.873Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2022-05-19T10:54:10.873Z] [2022-05-19T10:54:10.873Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2022-05-19T10:54:10.873Z] docker_cli_run_test.go:1170: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.873Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2022-05-19T10:54:10.873Z] [2022-05-19T10:54:10.873Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.03s) [2022-05-19T10:54:10.873Z] docker_cli_run_test.go:1188: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.873Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.03s) [2022-05-19T10:54:10.873Z] [2022-05-19T10:54:10.873Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s) [2022-05-19T10:54:10.873Z] docker_cli_run_test.go:1179: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.873Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s) [2022-05-19T10:54:10.873Z] [2022-05-19T10:54:10.873Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s) [2022-05-19T10:54:10.873Z] docker_cli_run_test.go:2055: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.873Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s) [2022-05-19T10:54:10.873Z] [2022-05-19T10:54:10.873Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s) [2022-05-19T10:54:10.873Z] docker_cli_run_test.go:2260: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.873Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s) [2022-05-19T10:54:10.873Z] [2022-05-19T10:54:10.873Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s) [2022-05-19T10:54:10.873Z] docker_cli_run_test.go:2596: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.873Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s) [2022-05-19T10:54:10.873Z] [2022-05-19T10:54:10.873Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2022-05-19T10:54:10.873Z] docker_cli_run_test.go:1051: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.873Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2022-05-19T10:54:10.873Z] [2022-05-19T10:54:10.873Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s) [2022-05-19T10:54:10.873Z] docker_cli_run_test.go:1061: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.873Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s) [2022-05-19T10:54:10.873Z] [2022-05-19T10:54:10.873Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2022-05-19T10:54:10.873Z] docker_cli_run_test.go:2976: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.873Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2022-05-19T10:54:10.873Z] [2022-05-19T10:54:10.873Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCanDownInterface (0.03s) [2022-05-19T10:54:10.873Z] docker_cli_run_test.go:1041: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.873Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.03s) [2022-05-19T10:54:10.873Z] [2022-05-19T10:54:10.873Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddInvalid (0.02s) [2022-05-19T10:54:10.873Z] docker_cli_run_test.go:1032: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.873Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2022-05-19T10:54:10.873Z] [2022-05-19T10:54:10.873Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2022-05-19T10:54:10.873Z] docker_cli_run_test.go:3162: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.873Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2022-05-19T10:54:10.873Z] [2022-05-19T10:54:10.873Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.03s) [2022-05-19T10:54:10.873Z] docker_cli_run_test.go:1022: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.873Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.03s) [2022-05-19T10:54:10.873Z] [2022-05-19T10:54:10.873Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s) [2022-05-19T10:54:10.873Z] docker_cli_run_test.go:1010: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.873Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s) [2022-05-19T10:54:10.873Z] [2022-05-19T10:54:10.873Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknod (0.03s) [2022-05-19T10:54:10.873Z] docker_cli_run_test.go:984: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.873Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.03s) [2022-05-19T10:54:10.873Z] [2022-05-19T10:54:10.873Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s) [2022-05-19T10:54:10.873Z] docker_cli_run_test.go:997: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.873Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s) [2022-05-19T10:54:10.873Z] [2022-05-19T10:54:10.873Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropInvalid (0.03s) [2022-05-19T10:54:10.873Z] docker_cli_run_test.go:975: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.873Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.03s) [2022-05-19T10:54:10.873Z] [2022-05-19T10:54:10.873Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2022-05-19T10:54:10.873Z] docker_cli_run_test.go:1926: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.873Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2022-05-19T10:54:10.873Z] [2022-05-19T10:54:10.873Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.04s) [2022-05-19T10:54:10.873Z] docker_cli_run_test.go:3304: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.873Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.04s) [2022-05-19T10:54:10.873Z] [2022-05-19T10:54:10.873Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s) [2022-05-19T10:54:10.873Z] docker_cli_run_test.go:3328: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.873Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s) [2022-05-19T10:54:10.873Z] [2022-05-19T10:54:10.873Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2022-05-19T10:54:10.873Z] docker_cli_run_test.go:3295: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.873Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2022-05-19T10:54:10.873Z] [2022-05-19T10:54:10.873Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) [2022-05-19T10:54:10.873Z] docker_cli_run_test.go:3280: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.873Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) [2022-05-19T10:54:10.873Z] [2022-05-19T10:54:10.873Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2022-05-19T10:54:10.873Z] docker_cli_run_test.go:3205: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.873Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2022-05-19T10:54:10.873Z] [2022-05-19T10:54:10.873Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2022-05-19T10:54:10.873Z] docker_cli_run_test.go:2704: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.873Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2022-05-19T10:54:10.873Z] [2022-05-19T10:54:10.873Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s) [2022-05-19T10:54:10.873Z] docker_cli_run_test.go:2653: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.873Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s) [2022-05-19T10:54:10.873Z] [2022-05-19T10:54:10.873Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.03s) [2022-05-19T10:54:10.873Z] docker_cli_run_test.go:2726: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.873Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.03s) [2022-05-19T10:54:10.873Z] [2022-05-19T10:54:10.873Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.03s) [2022-05-19T10:54:10.873Z] docker_cli_run_test.go:2716: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.873Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.03s) [2022-05-19T10:54:10.873Z] [2022-05-19T10:54:10.873Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeContent (0.03s) [2022-05-19T10:54:10.873Z] docker_cli_run_test.go:1676: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.873Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.03s) [2022-05-19T10:54:10.873Z] [2022-05-19T10:54:10.873Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2022-05-19T10:54:10.873Z] docker_cli_run_test.go:1657: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.873Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2022-05-19T10:54:10.873Z] [2022-05-19T10:54:10.873Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.03s) [2022-05-19T10:54:10.873Z] docker_cli_run_test.go:3170: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.873Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.03s) [2022-05-19T10:54:10.873Z] [2022-05-19T10:54:10.873Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2022-05-19T10:54:10.873Z] docker_cli_run_test.go:2147: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.873Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2022-05-19T10:54:10.873Z] [2022-05-19T10:54:10.873Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeWithSymlink (0.03s) [2022-05-19T10:54:10.873Z] docker_cli_run_test.go:620: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.873Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.03s) [2022-05-19T10:54:10.873Z] [2022-05-19T10:54:10.873Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.03s) [2022-05-19T10:54:10.873Z] docker_cli_run_test.go:382: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.873Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.03s) [2022-05-19T10:54:10.873Z] [2022-05-19T10:54:10.873Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.03s) [2022-05-19T10:54:10.873Z] docker_cli_run_test.go:426: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.873Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.03s) [2022-05-19T10:54:10.873Z] [2022-05-19T10:54:10.873Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2022-05-19T10:54:10.873Z] docker_cli_run_test.go:1252: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.873Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2022-05-19T10:54:10.873Z] [2022-05-19T10:54:10.873Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSInHostMode (0.02s) [2022-05-19T10:54:10.873Z] docker_cli_run_test.go:3877: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.873Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.02s) [2022-05-19T10:54:10.873Z] [2022-05-19T10:54:10.873Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptions (0.02s) [2022-05-19T10:54:10.873Z] docker_cli_run_test.go:1287: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.873Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.02s) [2022-05-19T10:54:10.873Z] [2022-05-19T10:54:10.873Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s) [2022-05-19T10:54:10.873Z] docker_cli_run_test.go:1320: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.873Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s) [2022-05-19T10:54:10.873Z] [2022-05-19T10:54:10.873Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSRepeatOptions (0.02s) [2022-05-19T10:54:10.873Z] docker_cli_run_test.go:1309: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.873Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.02s) [2022-05-19T10:54:10.873Z] [2022-05-19T10:54:10.873Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2022-05-19T10:54:10.873Z] docker_cli_run_test.go:2020: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.873Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2022-05-19T10:54:10.873Z] [2022-05-19T10:54:10.874Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeviceNumbers (0.03s) [2022-05-19T10:54:10.874Z] docker_cli_run_test.go:1140: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.874Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.03s) [2022-05-19T10:54:10.874Z] [2022-05-19T10:54:10.874Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDuplicateMount (0.03s) [2022-05-19T10:54:10.874Z] docker_cli_run_test.go:4052: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.874Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.03s) [2022-05-19T10:54:10.874Z] [2022-05-19T10:54:10.874Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEmptyEnv (0.02s) [2022-05-19T10:54:10.874Z] docker_cli_run_test.go:4135: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.874Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.02s) [2022-05-19T10:54:10.874Z] [2022-05-19T10:54:10.874Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironment (0.03s) [2022-05-19T10:54:10.874Z] docker_cli_run_test.go:816: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.874Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.03s) [2022-05-19T10:54:10.874Z] [2022-05-19T10:54:10.874Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentErase (0.02s) [2022-05-19T10:54:10.874Z] docker_cli_run_test.go:855: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.874Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.02s) [2022-05-19T10:54:10.874Z] [2022-05-19T10:54:10.874Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentOverride (0.02s) [2022-05-19T10:54:10.874Z] docker_cli_run_test.go:888: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.874Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.02s) [2022-05-19T10:54:10.874Z] [2022-05-19T10:54:10.874Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunFullHostnameSet (0.02s) [2022-05-19T10:54:10.874Z] docker_cli_run_test.go:946: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.874Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.02s) [2022-05-19T10:54:10.874Z] [2022-05-19T10:54:10.874Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunGroupAdd (0.02s) [2022-05-19T10:54:10.874Z] docker_cli_run_test.go:1073: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.874Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.02s) [2022-05-19T10:54:10.874Z] [2022-05-19T10:54:10.874Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameFQDN (0.02s) [2022-05-19T10:54:10.874Z] docker_cli_run_test.go:4378: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.874Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.02s) [2022-05-19T10:54:10.874Z] [2022-05-19T10:54:10.874Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameInHostMode (0.03s) [2022-05-19T10:54:10.874Z] docker_cli_run_test.go:4391: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.874Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.03s) [2022-05-19T10:54:10.874Z] [2022-05-19T10:54:10.874Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2022-05-19T10:54:10.874Z] docker_cli_run_test.go:4119: unmatched requirement Isolation.IsHyperV-fm [2022-05-19T10:54:10.874Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2022-05-19T10:54:10.874Z] [2022-05-19T10:54:10.874Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInitLayerPathOwnership (0.02s) [2022-05-19T10:54:10.874Z] docker_cli_run_test.go:3693: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.874Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.02s) [2022-05-19T10:54:10.874Z] [2022-05-19T10:54:10.874Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInspectMacAddress (0.02s) [2022-05-19T10:54:10.874Z] docker_cli_run_test.go:1998: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.874Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.02s) [2022-05-19T10:54:10.874Z] [2022-05-19T10:54:10.874Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInvalidCgroupParent (0.02s) [2022-05-19T10:54:10.874Z] docker_cli_run_test.go:3240: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.874Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.02s) [2022-05-19T10:54:10.874Z] [2022-05-19T10:54:10.874Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLeakyFileDescriptors (0.03s) [2022-05-19T10:54:10.874Z] docker_cli_run_test.go:59: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.874Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.03s) [2022-05-19T10:54:10.874Z] [2022-05-19T10:54:10.874Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinkToContainerNetMode (0.03s) [2022-05-19T10:54:10.874Z] docker_cli_run_test.go:3349: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.874Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.03s) [2022-05-19T10:54:10.874Z] [2022-05-19T10:54:10.874Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2022-05-19T10:54:10.874Z] docker_cli_run_test.go:194: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.874Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2022-05-19T10:54:10.874Z] [2022-05-19T10:54:10.874Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerName (0.03s) [2022-05-19T10:54:10.874Z] docker_cli_run_test.go:179: unmatched requirement DaemonIsLinux [2022-05-19T10:54:10.874Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.03s) [2022-05-19T10:54:10.874Z] [2022-05-19T10:54:11.343Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.03s) [2022-05-19T10:54:11.343Z] docker_cli_run_test.go:3359: unmatched requirement DaemonIsLinux [2022-05-19T10:54:11.343Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.03s) [2022-05-19T10:54:11.343Z] [2022-05-19T10:54:11.343Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeHostname (0.02s) [2022-05-19T10:54:11.343Z] docker_cli_run_test.go:1197: unmatched requirement DaemonIsLinux [2022-05-19T10:54:11.343Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.02s) [2022-05-19T10:54:11.343Z] [2022-05-19T10:54:11.343Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2022-05-19T10:54:11.343Z] docker_cli_run_test.go:2310: unmatched requirement DaemonIsLinux [2022-05-19T10:54:11.343Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2022-05-19T10:54:11.343Z] [2022-05-19T10:54:11.343Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s) [2022-05-19T10:54:11.343Z] docker_cli_run_test.go:2319: unmatched requirement DaemonIsLinux [2022-05-19T10:54:11.343Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s) [2022-05-19T10:54:11.343Z] [2022-05-19T10:54:11.343Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcHost (0.02s) [2022-05-19T10:54:11.343Z] docker_cli_run_test.go:2288: unmatched requirement DaemonIsLinux [2022-05-19T10:54:11.343Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.02s) [2022-05-19T10:54:11.343Z] [2022-05-19T10:54:11.343Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2022-05-19T10:54:11.343Z] docker_cli_run_test.go:3393: unmatched requirement DaemonIsLinux [2022-05-19T10:54:11.343Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2022-05-19T10:54:11.343Z] [2022-05-19T10:54:11.343Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainer (0.02s) [2022-05-19T10:54:11.343Z] docker_cli_run_test.go:2332: unmatched requirement DaemonIsLinux [2022-05-19T10:54:11.343Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.02s) [2022-05-19T10:54:11.343Z] [2022-05-19T10:54:11.343Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2022-05-19T10:54:11.343Z] docker_cli_run_test.go:2357: unmatched requirement DaemonIsLinux [2022-05-19T10:54:11.343Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2022-05-19T10:54:11.343Z] [2022-05-19T10:54:11.343Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s) [2022-05-19T10:54:11.343Z] docker_cli_run_test.go:2366: unmatched requirement DaemonIsLinux [2022-05-19T10:54:11.343Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s) [2022-05-19T10:54:11.343Z] [2022-05-19T10:54:11.343Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeUTSHost (0.02s) [2022-05-19T10:54:11.343Z] docker_cli_run_test.go:2424: unmatched requirement DaemonIsLinux [2022-05-19T10:54:11.343Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.02s) [2022-05-19T10:54:11.343Z] [2022-05-19T10:54:11.343Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMount (0.02s) [2022-05-19T10:54:11.343Z] docker_cli_run_test.go:4201: unmatched requirement DaemonIsLinux [2022-05-19T10:54:11.343Z] --- SKIP: TestDockerSuite/TestRunMount (0.02s) [2022-05-19T10:54:11.343Z] [2022-05-19T10:54:11.343Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountOrdering (0.02s) [2022-05-19T10:54:11.343Z] docker_cli_run_test.go:2075: unmatched requirement DaemonIsLinux [2022-05-19T10:54:11.343Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.02s) [2022-05-19T10:54:11.343Z] [2022-05-19T10:54:11.343Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2022-05-19T10:54:11.343Z] docker_cli_run_test.go:4189: unmatched requirement DaemonIsLinux [2022-05-19T10:54:11.343Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2022-05-19T10:54:11.343Z] [2022-05-19T10:54:11.343Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2022-05-19T10:54:11.343Z] docker_cli_run_test.go:2379: unmatched requirement DaemonIsLinux [2022-05-19T10:54:11.343Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2022-05-19T10:54:11.343Z] [2022-05-19T10:54:11.343Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2022-05-19T10:54:11.343Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2022-05-19T10:54:11.343Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2022-05-19T10:54:11.343Z] [2022-05-19T10:54:11.343Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolume (0.02s) [2022-05-19T10:54:11.343Z] docker_cli_run_test.go:3182: unmatched requirement DaemonIsLinux [2022-05-19T10:54:11.343Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.02s) [2022-05-19T10:54:11.343Z] [2022-05-19T10:54:11.343Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2022-05-19T10:54:11.343Z] docker_cli_run_test.go:3744: unmatched requirement DaemonIsLinux [2022-05-19T10:54:11.343Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2022-05-19T10:54:11.343Z] [2022-05-19T10:54:11.343Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2022-05-19T10:54:11.343Z] docker_cli_run_test.go:3737: unmatched requirement DaemonIsLinux [2022-05-19T10:54:11.343Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2022-05-19T10:54:11.343Z] [2022-05-19T10:54:11.343Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetContainerWhichHost (0.03s) [2022-05-19T10:54:11.343Z] docker_cli_run_test.go:2576: unmatched requirement DaemonIsLinux [2022-05-19T10:54:11.343Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.03s) [2022-05-19T10:54:11.343Z] [2022-05-19T10:54:11.343Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHost (0.03s) [2022-05-19T10:54:11.343Z] docker_cli_run_test.go:2545: unmatched requirement DaemonIsLinux [2022-05-19T10:54:11.343Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.03s) [2022-05-19T10:54:11.343Z] [2022-05-19T10:54:11.343Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2022-05-19T10:54:11.343Z] docker_cli_run_test.go:930: unmatched requirement DaemonIsLinux [2022-05-19T10:54:11.343Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2022-05-19T10:54:11.343Z] [2022-05-19T10:54:11.343Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2022-05-19T10:54:11.343Z] docker_cli_run_test.go:2568: unmatched requirement DaemonIsLinux [2022-05-19T10:54:11.343Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2022-05-19T10:54:11.343Z] [2022-05-19T10:54:11.343Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMount (0.02s) [2022-05-19T10:54:11.343Z] docker_cli_run_test.go:3037: unmatched requirement DaemonIsLinux [2022-05-19T10:54:11.343Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.02s) [2022-05-19T10:54:11.343Z] [2022-05-19T10:54:11.343Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s) [2022-05-19T10:54:11.343Z] docker_cli_run_test.go:3061: unmatched requirement DaemonIsLinux [2022-05-19T10:54:11.343Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s) [2022-05-19T10:54:11.343Z] [2022-05-19T10:54:11.343Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s) [2022-05-19T10:54:11.343Z] docker_cli_run_test.go:3083: unmatched requirement DaemonIsLinux [2022-05-19T10:54:11.343Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s) [2022-05-19T10:54:11.343Z] [2022-05-19T10:54:11.343Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s) [2022-05-19T10:54:11.343Z] docker_cli_run_test.go:3407: unmatched requirement DaemonIsLinux [2022-05-19T10:54:11.343Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s) [2022-05-19T10:54:11.343Z] [2022-05-19T10:54:11.343Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNonRootUserResolvName (0.32s) [2022-05-19T10:54:11.343Z] docker_cli_run_test.go:1402: unmatched requirement DaemonIsLinux [2022-05-19T10:54:11.343Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.32s) [2022-05-19T10:54:11.343Z] [2022-05-19T10:54:11.343Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s) [2022-05-19T10:54:11.343Z] docker_cli_run_test.go:2776: unmatched requirement DaemonIsLinux [2022-05-19T10:54:11.343Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s) [2022-05-19T10:54:11.343Z] [2022-05-19T10:54:11.343Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2022-05-19T10:54:11.343Z] docker_cli_run_test.go:2466: unmatched requirement DaemonIsLinux [2022-05-19T10:54:11.343Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2022-05-19T10:54:11.343Z] [2022-05-19T10:54:11.343Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortInUse (0.02s) [2022-05-19T10:54:11.343Z] docker_cli_run_test.go:2038: unmatched requirement DaemonIsLinux [2022-05-19T10:54:11.343Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.02s) [2022-05-19T10:54:11.343Z] [2022-05-19T10:54:11.343Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMknod (0.02s) [2022-05-19T10:54:11.343Z] docker_cli_run_test.go:956: unmatched requirement DaemonIsLinux [2022-05-19T10:54:11.343Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.02s) [2022-05-19T10:54:11.343Z] [2022-05-19T10:54:11.343Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMount (0.03s) [2022-05-19T10:54:11.343Z] docker_cli_run_test.go:1084: unmatched requirement DaemonIsLinux [2022-05-19T10:54:11.343Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.03s) [2022-05-19T10:54:11.343Z] [2022-05-19T10:54:11.343Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.03s) [2022-05-19T10:54:11.343Z] docker_cli_run_test.go:1123: unmatched requirement DaemonIsLinux [2022-05-19T10:54:11.343Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.03s) [2022-05-19T10:54:11.343Z] [2022-05-19T10:54:11.343Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2022-05-19T10:54:11.343Z] docker_cli_run_test.go:1131: unmatched requirement DaemonIsLinux [2022-05-19T10:54:11.343Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2022-05-19T10:54:11.343Z] [2022-05-19T10:54:11.343Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPublishPort (0.02s) [2022-05-19T10:54:11.343Z] docker_cli_run_test.go:2951: unmatched requirement DaemonIsLinux [2022-05-19T10:54:11.343Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.02s) [2022-05-19T10:54:11.343Z] [2022-05-19T10:54:11.343Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadFilteredProc (0.02s) [2022-05-19T10:54:11.343Z] docker_cli_run_test.go:2854: unmatched requirement Apparmor [2022-05-19T10:54:11.343Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.02s) [2022-05-19T10:54:11.343Z] [2022-05-19T10:54:11.343Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcLatency (0.02s) [2022-05-19T10:54:11.343Z] docker_cli_run_test.go:2833: unmatched requirement DaemonIsLinux [2022-05-19T10:54:11.343Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.02s) [2022-05-19T10:54:11.343Z] [2022-05-19T10:54:11.343Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcTimer (0.03s) [2022-05-19T10:54:11.343Z] docker_cli_run_test.go:2818: unmatched requirement DaemonIsLinux [2022-05-19T10:54:11.343Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.03s) [2022-05-19T10:54:11.343Z] [2022-05-19T10:54:11.343Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.02s) [2022-05-19T10:54:11.343Z] docker_cli_run_test.go:1424: unmatched requirement DaemonIsLinux [2022-05-19T10:54:11.343Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.02s) [2022-05-19T10:54:11.343Z] [2022-05-19T10:54:11.343Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2022-05-19T10:54:11.343Z] docker_cli_run_test.go:2120: unmatched requirement DaemonIsLinux [2022-05-19T10:54:11.343Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2022-05-19T10:54:11.343Z] [2022-05-19T10:54:11.343Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2022-05-19T10:54:11.343Z] docker_cli_run_test.go:2232: unmatched requirement DaemonIsLinux [2022-05-19T10:54:11.343Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2022-05-19T10:54:11.343Z] [2022-05-19T10:54:11.343Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunState (0.02s) [2022-05-19T10:54:11.343Z] docker_cli_run_test.go:1620: unmatched requirement DaemonIsLinux [2022-05-19T10:54:11.343Z] --- SKIP: TestDockerSuite/TestRunState (0.02s) [2022-05-19T10:54:11.343Z] [2022-05-19T10:54:11.343Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunStdinPipe (0.02s) [2022-05-19T10:54:11.343Z] docker_cli_run_test.go:97: unmatched requirement DaemonIsLinux [2022-05-19T10:54:11.343Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.02s) [2022-05-19T10:54:11.343Z] [2022-05-19T10:54:11.343Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2022-05-19T10:54:11.343Z] docker_cli_run_test.go:1107: unmatched requirement DaemonIsLinux [2022-05-19T10:54:11.343Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2022-05-19T10:54:11.343Z] [2022-05-19T10:54:11.343Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.03s) [2022-05-19T10:54:11.343Z] docker_cli_run_test.go:1115: unmatched requirement DaemonIsLinux [2022-05-19T10:54:11.343Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.03s) [2022-05-19T10:54:11.343Z] [2022-05-19T10:54:11.343Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2022-05-19T10:54:11.343Z] docker_cli_run_test.go:1155: unmatched requirement DaemonIsLinux [2022-05-19T10:54:11.343Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2022-05-19T10:54:11.343Z] [2022-05-19T10:54:11.343Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2022-05-19T10:54:11.343Z] docker_cli_run_test.go:966: unmatched requirement DaemonIsLinux [2022-05-19T10:54:11.343Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2022-05-19T10:54:11.343Z] [2022-05-19T10:54:11.343Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s) [2022-05-19T10:54:11.343Z] docker_cli_run_test.go:1094: unmatched requirement DaemonIsLinux [2022-05-19T10:54:11.343Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s) [2022-05-19T10:54:11.343Z] [2022-05-19T10:54:11.343Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s) [2022-05-19T10:54:11.343Z] docker_cli_run_test.go:1164: unmatched requirement DaemonIsLinux [2022-05-19T10:54:11.343Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s) [2022-05-19T10:54:11.343Z] [2022-05-19T10:54:11.343Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnsetEntrypoint (0.02s) [2022-05-19T10:54:11.343Z] docker_cli_run_test.go:3953: unmatched requirement DaemonIsLinux [2022-05-19T10:54:11.343Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.02s) [2022-05-19T10:54:11.343Z] [2022-05-19T10:54:11.343Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnshareProc (0.02s) [2022-05-19T10:54:11.343Z] docker_cli_run_test.go:2893: unmatched requirement Apparmor [2022-05-19T10:54:11.343Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.02s) [2022-05-19T10:54:11.343Z] [2022-05-19T10:54:11.343Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByID (0.02s) [2022-05-19T10:54:11.343Z] docker_cli_run_test.go:735: unmatched requirement DaemonIsLinux [2022-05-19T10:54:11.344Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.02s) [2022-05-19T10:54:11.344Z] [2022-05-19T10:54:11.344Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDBig (0.03s) [2022-05-19T10:54:11.344Z] docker_cli_run_test.go:745: unmatched requirement DaemonIsLinux [2022-05-19T10:54:11.344Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.03s) [2022-05-19T10:54:11.344Z] [2022-05-19T10:54:11.344Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDNegative (0.03s) [2022-05-19T10:54:11.344Z] docker_cli_run_test.go:758: unmatched requirement DaemonIsLinux [2022-05-19T10:54:11.344Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.03s) [2022-05-19T10:54:11.344Z] [2022-05-19T10:54:11.344Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDZero (0.02s) [2022-05-19T10:54:11.344Z] docker_cli_run_test.go:771: unmatched requirement DaemonIsLinux [2022-05-19T10:54:11.344Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.02s) [2022-05-19T10:54:11.344Z] [2022-05-19T10:54:11.344Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByName (0.02s) [2022-05-19T10:54:11.344Z] docker_cli_run_test.go:725: unmatched requirement DaemonIsLinux [2022-05-19T10:54:11.344Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.02s) [2022-05-19T10:54:11.344Z] [2022-05-19T10:54:11.344Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserNotFound (0.02s) [2022-05-19T10:54:11.344Z] docker_cli_run_test.go:784: unmatched requirement DaemonIsLinux [2022-05-19T10:54:11.344Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.02s) [2022-05-19T10:54:11.344Z] [2022-05-19T10:54:11.344Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2022-05-19T10:54:11.344Z] docker_cli_run_test.go:3842: unmatched requirement DaemonIsLinux [2022-05-19T10:54:11.344Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2022-05-19T10:54:11.344Z] [2022-05-19T10:54:11.344Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2022-05-19T10:54:11.344Z] docker_cli_run_test.go:3835: unmatched requirement DaemonIsLinux [2022-05-19T10:54:11.344Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2022-05-19T10:54:11.344Z] [2022-05-19T10:54:11.344Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2022-05-19T10:54:11.344Z] docker_cli_run_test.go:657: unmatched requirement DaemonIsLinux [2022-05-19T10:54:11.344Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2022-05-19T10:54:11.344Z] [2022-05-19T10:54:11.344Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithBadDevice (0.03s) [2022-05-19T10:54:11.344Z] docker_cli_run_test.go:1849: unmatched requirement DaemonIsLinux [2022-05-19T10:54:11.344Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.03s) [2022-05-19T10:54:11.344Z] [2022-05-19T10:54:11.344Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.03s) [2022-05-19T10:54:11.344Z] docker_cli_run_test.go:281: unmatched requirement DaemonIsLinux [2022-05-19T10:54:11.344Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.03s) [2022-05-19T10:54:11.344Z] [2022-05-19T10:54:11.344Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdj (0.03s) [2022-05-19T10:54:11.344Z] docker_cli_run_test.go:3709: unmatched requirement DaemonIsLinux [2022-05-19T10:54:11.344Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.03s) [2022-05-19T10:54:11.344Z] [2022-05-19T10:54:11.344Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s) [2022-05-19T10:54:11.344Z] docker_cli_run_test.go:3720: unmatched requirement DaemonIsLinux [2022-05-19T10:54:11.344Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s) [2022-05-19T10:54:11.344Z] [2022-05-19T10:54:11.344Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2022-05-19T10:54:11.344Z] docker_cli_run_test.go:2799: unmatched requirement DaemonIsLinux [2022-05-19T10:54:11.344Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2022-05-19T10:54:11.344Z] [2022-05-19T10:54:11.344Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithUlimits (0.02s) [2022-05-19T10:54:11.344Z] docker_cli_run_test.go:3194: unmatched requirement DaemonIsLinux [2022-05-19T10:54:11.344Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.02s) [2022-05-19T10:54:11.344Z] [2022-05-19T10:54:11.344Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2022-05-19T10:54:11.344Z] docker_cli_run_test.go:3010: unmatched requirement Apparmor [2022-05-19T10:54:11.344Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2022-05-19T10:54:11.344Z] [2022-05-19T10:54:11.344Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s) [2022-05-19T10:54:11.344Z] docker_cli_run_test.go:1801: unmatched requirement DaemonIsLinux [2022-05-19T10:54:11.344Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s) [2022-05-19T10:54:11.344Z] [2022-05-19T10:54:11.344Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2022-05-19T10:54:11.344Z] docker_cli_run_test.go:2809: unmatched requirement DaemonIsLinux [2022-05-19T10:54:11.344Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2022-05-19T10:54:11.344Z] [2022-05-19T10:54:11.344Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2022-05-19T10:54:11.344Z] docker_cli_run_test.go:3607: unmatched requirement DaemonIsLinux [2022-05-19T10:54:11.344Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2022-05-19T10:54:11.344Z] [2022-05-19T10:54:11.344Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2022-05-19T10:54:11.344Z] docker_cli_run_test.go:3618: unmatched requirement DaemonIsLinux [2022-05-19T10:54:11.344Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2022-05-19T10:54:11.344Z] [2022-05-19T10:54:11.344Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2022-05-19T10:54:11.344Z] docker_cli_save_load_test.go:158: unmatched requirement DaemonIsLinux [2022-05-19T10:54:11.344Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2022-05-19T10:54:11.344Z] [2022-05-19T10:54:11.344Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveCheckTimes (0.03s) [2022-05-19T10:54:11.344Z] docker_cli_save_load_test.go:100: unmatched requirement DaemonIsLinux [2022-05-19T10:54:11.344Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.03s) [2022-05-19T10:54:11.344Z] [2022-05-19T10:54:11.344Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveDirectoryPermissions (0.03s) [2022-05-19T10:54:11.344Z] docker_cli_save_load_test.go:259: unmatched requirement DaemonIsLinux [2022-05-19T10:54:11.344Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.03s) [2022-05-19T10:54:11.344Z] [2022-05-19T10:54:11.344Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveImageId (0.03s) [2022-05-19T10:54:11.344Z] docker_cli_save_load_test.go:119: unmatched requirement DaemonIsLinux [2022-05-19T10:54:11.344Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.03s) [2022-05-19T10:54:11.344Z] [2022-05-19T10:54:11.344Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadNoTag (0.02s) [2022-05-19T10:54:11.344Z] docker_cli_save_load_test.go:380: unmatched requirement DaemonIsLinux [2022-05-19T10:54:11.344Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.02s) [2022-05-19T10:54:11.344Z] [2022-05-19T10:54:11.344Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadParents (0.02s) [2022-05-19T10:54:11.344Z] docker_cli_save_load_test.go:341: unmatched requirement DaemonIsLinux [2022-05-19T10:54:11.344Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.02s) [2022-05-19T10:54:11.344Z] [2022-05-19T10:54:11.344Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveMultipleNames (0.02s) [2022-05-19T10:54:11.344Z] docker_cli_save_load_test.go:189: unmatched requirement DaemonIsLinux [2022-05-19T10:54:11.344Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.02s) [2022-05-19T10:54:11.344Z] [2022-05-19T10:54:11.344Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveRepoWithMultipleImages (0.02s) [2022-05-19T10:54:11.344Z] docker_cli_save_load_test.go:207: unmatched requirement DaemonIsLinux [2022-05-19T10:54:11.344Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.02s) [2022-05-19T10:54:11.344Z] [2022-05-19T10:54:11.344Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveSingleTag (0.02s) [2022-05-19T10:54:11.344Z] docker_cli_save_load_test.go:85: unmatched requirement DaemonIsLinux [2022-05-19T10:54:11.344Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.02s) [2022-05-19T10:54:11.344Z] [2022-05-19T10:54:11.344Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2022-05-19T10:54:11.344Z] docker_cli_save_load_test.go:179: unmatched requirement DaemonIsLinux [2022-05-19T10:54:11.344Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2022-05-19T10:54:11.344Z] [2022-05-19T10:54:11.344Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s) [2022-05-19T10:54:11.344Z] docker_cli_save_load_test.go:27: unmatched requirement DaemonIsLinux [2022-05-19T10:54:11.344Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s) [2022-05-19T10:54:11.344Z] [2022-05-19T10:54:11.344Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s) [2022-05-19T10:54:11.344Z] docker_cli_save_load_test.go:56: unmatched requirement DaemonIsLinux [2022-05-19T10:54:11.344Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s) [2022-05-19T10:54:11.344Z] [2022-05-19T10:54:11.344Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2022-05-19T10:54:11.344Z] docker_cli_start_test.go:45: unmatched requirement DaemonIsLinux [2022-05-19T10:54:11.344Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2022-05-19T10:54:11.344Z] [2022-05-19T10:54:11.344Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2022-05-19T10:54:11.344Z] docker_cli_start_test.go:17: unmatched requirement DaemonIsLinux [2022-05-19T10:54:11.344Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2022-05-19T10:54:11.344Z] [2022-05-19T10:54:11.344Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachWithRename (0.02s) [2022-05-19T10:54:11.344Z] docker_cli_start_test.go:174: unmatched requirement DaemonIsLinux [2022-05-19T10:54:11.344Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.02s) [2022-05-19T10:54:11.344Z] [2022-05-19T10:54:11.344Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartMultipleContainers (0.02s) [2022-05-19T10:54:11.344Z] docker_cli_start_test.go:110: unmatched requirement DaemonIsLinux [2022-05-19T10:54:11.344Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.02s) [2022-05-19T10:54:11.344Z] [2022-05-19T10:54:11.344Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartPausedContainer (0.02s) [2022-05-19T10:54:11.344Z] docker_cli_start_test.go:95: unmatched requirement IsPausable [2022-05-19T10:54:11.344Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.02s) [2022-05-19T10:54:11.344Z] [2022-05-19T10:54:11.344Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartRecordError (0.02s) [2022-05-19T10:54:11.344Z] docker_cli_start_test.go:71: unmatched requirement DaemonIsLinux [2022-05-19T10:54:11.344Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.02s) [2022-05-19T10:54:11.344Z] [2022-05-19T10:54:11.344Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNewContainersAdded (0.03s) [2022-05-19T10:54:11.344Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2022-05-19T10:54:11.344Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.03s) [2022-05-19T10:54:11.344Z] [2022-05-19T10:54:11.344Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNoStream (0.02s) [2022-05-19T10:54:11.344Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2022-05-19T10:54:11.344Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.02s) [2022-05-19T10:54:11.344Z] [2022-05-19T10:54:11.344Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllRunningNoStream (0.02s) [2022-05-19T10:54:11.344Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2022-05-19T10:54:11.344Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.02s) [2022-05-19T10:54:11.344Z] [2022-05-19T10:54:11.344Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsContainerNotFound (0.02s) [2022-05-19T10:54:11.344Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2022-05-19T10:54:11.344Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.02s) [2022-05-19T10:54:11.344Z] [2022-05-19T10:54:11.344Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsFormatAll (0.02s) [2022-05-19T10:54:11.344Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2022-05-19T10:54:11.344Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.02s) [2022-05-19T10:54:11.344Z] [2022-05-19T10:54:11.344Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsNoStream (0.02s) [2022-05-19T10:54:11.344Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2022-05-19T10:54:11.344Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.02s) [2022-05-19T10:54:11.344Z] [2022-05-19T10:54:11.344Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTopPrivileged (0.02s) [2022-05-19T10:54:11.344Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2022-05-19T10:54:11.344Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.02s) [2022-05-19T10:54:11.344Z] [2022-05-19T10:54:11.344Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTwoContainersInNetHost (0.03s) [2022-05-19T10:54:11.344Z] docker_cli_run_test.go:3418: unmatched requirement DaemonIsLinux [2022-05-19T10:54:11.344Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.03s) [2022-05-19T10:54:11.344Z] [2022-05-19T10:54:11.344Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnpublishedPortsInPsOutput (0.04s) [2022-05-19T10:54:11.344Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2022-05-19T10:54:11.344Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.04s) [2022-05-19T10:54:11.344Z] [2022-05-19T10:54:11.344Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnsetEnvVarHealthCheck (0.03s) [2022-05-19T10:54:11.344Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2022-05-19T10:54:11.344Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.03s) [2022-05-19T10:54:11.344Z] [2022-05-19T10:54:11.344Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkAlias (0.03s) [2022-05-19T10:54:11.344Z] docker_cli_run_test.go:292: unmatched requirement DaemonIsLinux [2022-05-19T10:54:11.344Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.03s) [2022-05-19T10:54:11.344Z] [2022-05-19T10:54:11.344Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinks (0.02s) [2022-05-19T10:54:11.344Z] docker_cli_run_test.go:207: unmatched requirement DaemonIsLinux [2022-05-19T10:54:11.344Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.02s) [2022-05-19T10:54:11.344Z] [2022-05-19T10:54:11.344Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2022-05-19T10:54:11.344Z] docker_cli_run_test.go:243: unmatched requirement DaemonIsLinux [2022-05-19T10:54:11.344Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2022-05-19T10:54:11.344Z] [2022-05-19T10:54:11.344Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2022-05-19T10:54:11.344Z] docker_cli_volume_test.go:243: unmatched requirement DaemonIsLinux [2022-05-19T10:54:11.344Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2022-05-19T10:54:11.344Z] [2022-05-19T10:54:11.344Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2022-05-19T10:54:11.344Z] docker_cli_volume_test.go:372: unmatched requirement DaemonIsLinux [2022-05-19T10:54:11.344Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2022-05-19T10:54:11.344Z] [2022-05-19T10:54:11.344Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s) [2022-05-19T10:54:11.344Z] docker_cli_volume_test.go:432: unmatched requirement DaemonIsLinux [2022-05-19T10:54:11.344Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s) [2022-05-19T10:54:11.344Z] [2022-05-19T10:54:11.344Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumesNoCopyData (0.02s) [2022-05-19T10:54:11.344Z] docker_cli_run_test.go:2168: unmatched requirement DaemonIsLinux [2022-05-19T10:54:11.344Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.02s) [2022-05-19T10:54:11.344Z] [2022-05-19T10:54:11.344Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-05-19T10:54:11.344Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T10:54:11.344Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-05-19T10:54:11.344Z] [2022-05-19T10:54:11.344Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-05-19T10:54:11.344Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T10:54:11.344Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-05-19T10:54:11.344Z] [2022-05-19T10:54:11.344Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-05-19T10:54:11.344Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T10:54:11.344Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-05-19T10:54:11.344Z] [2022-05-19T10:54:11.344Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-05-19T10:54:11.344Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T10:54:11.344Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-05-19T10:54:11.344Z] [2022-05-19T10:54:11.344Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-05-19T10:54:11.344Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T10:54:11.344Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-05-19T10:54:11.344Z] [2022-05-19T10:54:11.344Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-05-19T10:54:11.344Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T10:54:11.344Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-05-19T10:54:11.344Z] [2022-05-19T10:54:11.344Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-05-19T10:54:11.344Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T10:54:11.344Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-05-19T10:54:11.344Z] [2022-05-19T10:54:11.344Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-05-19T10:54:11.344Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T10:54:11.344Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-05-19T10:54:11.344Z] [2022-05-19T10:54:11.344Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-05-19T10:54:11.344Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T10:54:11.344Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-05-19T10:54:11.344Z] [2022-05-19T10:54:11.344Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-05-19T10:54:11.344Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T10:54:11.344Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-05-19T10:54:11.344Z] [2022-05-19T10:54:11.344Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-05-19T10:54:11.345Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T10:54:11.345Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-05-19T10:54:11.345Z] [2022-05-19T10:54:11.345Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-05-19T10:54:11.345Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T10:54:11.345Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-05-19T10:54:11.345Z] [2022-05-19T10:54:11.345Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-05-19T10:54:11.345Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T10:54:11.345Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-05-19T10:54:11.345Z] [2022-05-19T10:54:11.345Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-05-19T10:54:11.345Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T10:54:11.345Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-05-19T10:54:11.345Z] [2022-05-19T10:54:11.345Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-05-19T10:54:11.345Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T10:54:11.345Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-05-19T10:54:11.345Z] [2022-05-19T10:54:11.345Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-05-19T10:54:11.345Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T10:54:11.345Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-05-19T10:54:11.345Z] [2022-05-19T10:54:11.345Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-05-19T10:54:11.345Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T10:54:11.345Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-05-19T10:54:11.345Z] [2022-05-19T10:54:11.345Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-05-19T10:54:11.345Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T10:54:11.345Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-05-19T10:54:11.345Z] [2022-05-19T10:54:11.345Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-05-19T10:54:11.345Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T10:54:11.345Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-05-19T10:54:11.345Z] [2022-05-19T10:54:11.345Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-05-19T10:54:11.345Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T10:54:11.345Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-05-19T10:54:11.345Z] [2022-05-19T10:54:11.345Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-05-19T10:54:11.345Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T10:54:11.345Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-05-19T10:54:11.345Z] [2022-05-19T10:54:11.345Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-05-19T10:54:11.345Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T10:54:11.345Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-05-19T10:54:11.345Z] [2022-05-19T10:54:11.345Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-05-19T10:54:11.345Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T10:54:11.345Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-05-19T10:54:11.345Z] [2022-05-19T10:54:11.345Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-05-19T10:54:11.345Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T10:54:11.345Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-05-19T10:54:11.345Z] [2022-05-19T10:54:11.345Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-05-19T10:54:11.345Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T10:54:11.345Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-05-19T10:54:11.345Z] [2022-05-19T10:54:11.345Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-05-19T10:54:11.345Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T10:54:11.345Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-05-19T10:54:11.345Z] [2022-05-19T10:54:11.345Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-05-19T10:54:11.345Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T10:54:11.345Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-05-19T10:54:11.345Z] [2022-05-19T10:54:11.345Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-05-19T10:54:11.345Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T10:54:11.345Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-05-19T10:54:11.345Z] [2022-05-19T10:54:11.345Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-05-19T10:54:11.345Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T10:54:11.345Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-05-19T10:54:11.345Z] [2022-05-19T10:54:11.345Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-05-19T10:54:11.345Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T10:54:11.345Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-05-19T10:54:11.345Z] [2022-05-19T10:54:11.345Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-05-19T10:54:11.345Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T10:54:11.345Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-05-19T10:54:11.345Z] [2022-05-19T10:54:11.345Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-05-19T10:54:11.345Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T10:54:11.345Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-05-19T10:54:11.345Z] [2022-05-19T10:54:11.345Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-05-19T10:54:11.345Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T10:54:11.345Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-05-19T10:54:11.345Z] [2022-05-19T10:54:11.345Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-05-19T10:54:11.345Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T10:54:11.345Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-05-19T10:54:11.345Z] [2022-05-19T10:54:11.345Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-05-19T10:54:11.345Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T10:54:11.345Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-05-19T10:54:11.345Z] [2022-05-19T10:54:11.345Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-05-19T10:54:11.345Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T10:54:11.345Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-05-19T10:54:11.345Z] [2022-05-19T10:54:11.345Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-05-19T10:54:11.345Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T10:54:11.345Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-05-19T10:54:11.345Z] [2022-05-19T10:54:11.345Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestV2Only (0.00s) [2022-05-19T10:54:11.345Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T10:54:11.345Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2022-05-19T10:54:11.345Z] [2022-05-19T10:54:11.345Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-05-19T10:54:11.345Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-19T10:54:11.345Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-05-19T10:54:11.345Z] [2022-05-19T10:54:11.345Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-05-19T10:54:11.345Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-19T10:54:11.345Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-05-19T10:54:11.345Z] [2022-05-19T10:54:11.345Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-05-19T10:54:11.345Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-19T10:54:11.345Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-05-19T10:54:11.345Z] [2022-05-19T10:54:11.345Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-05-19T10:54:11.345Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-19T10:54:11.345Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-05-19T10:54:11.345Z] [2022-05-19T10:54:11.345Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-05-19T10:54:11.345Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-19T10:54:11.345Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-05-19T10:54:11.345Z] [2022-05-19T10:54:11.345Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-05-19T10:54:11.345Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-19T10:54:11.345Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-05-19T10:54:11.345Z] [2022-05-19T10:54:11.345Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-05-19T10:54:11.345Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-19T10:54:11.345Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-05-19T10:54:11.345Z] [2022-05-19T10:54:11.345Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-05-19T10:54:11.345Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-19T10:54:11.345Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-05-19T10:54:11.345Z] [2022-05-19T10:54:11.345Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-05-19T10:54:11.345Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-19T10:54:11.345Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-05-19T10:54:11.345Z] [2022-05-19T10:54:11.345Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-05-19T10:54:11.345Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-19T10:54:11.345Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-05-19T10:54:11.345Z] [2022-05-19T10:54:11.345Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-05-19T10:54:11.345Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-19T10:54:11.345Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-05-19T10:54:11.345Z] [2022-05-19T10:54:11.345Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-05-19T10:54:11.345Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-19T10:54:11.345Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-05-19T10:54:11.345Z] [2022-05-19T10:54:11.345Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-05-19T10:54:11.345Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-19T10:54:11.345Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-05-19T10:54:11.345Z] [2022-05-19T10:54:11.345Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-05-19T10:54:11.345Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-19T10:54:11.345Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-05-19T10:54:11.345Z] [2022-05-19T10:54:11.345Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-05-19T10:54:11.345Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-19T10:54:11.345Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-05-19T10:54:11.345Z] [2022-05-19T10:54:11.345Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-05-19T10:54:11.345Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-19T10:54:11.345Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-05-19T10:54:11.345Z] [2022-05-19T10:54:11.345Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-05-19T10:54:11.345Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-19T10:54:11.345Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-05-19T10:54:11.345Z] [2022-05-19T10:54:11.345Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-05-19T10:54:11.345Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-19T10:54:11.345Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-05-19T10:54:11.345Z] [2022-05-19T10:54:11.345Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-05-19T10:54:11.345Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-19T10:54:11.345Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-05-19T10:54:11.345Z] [2022-05-19T10:54:11.345Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-05-19T10:54:11.345Z] check_test.go:266: unmatched requirement DaemonIsLinux [2022-05-19T10:54:11.345Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-05-19T10:54:11.345Z] [2022-05-19T10:54:11.345Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-05-19T10:54:11.345Z] check_test.go:266: unmatched requirement DaemonIsLinux [2022-05-19T10:54:11.345Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-05-19T10:54:11.345Z] [2022-05-19T10:54:11.345Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-05-19T10:54:11.345Z] check_test.go:266: unmatched requirement DaemonIsLinux [2022-05-19T10:54:11.345Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-05-19T10:54:11.345Z] [2022-05-19T10:54:11.345Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-05-19T10:54:11.345Z] check_test.go:266: unmatched requirement DaemonIsLinux [2022-05-19T10:54:11.345Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-05-19T10:54:11.345Z] [2022-05-19T10:54:11.345Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-05-19T10:54:11.345Z] check_test.go:266: unmatched requirement DaemonIsLinux [2022-05-19T10:54:11.345Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-05-19T10:54:11.345Z] [2022-05-19T10:54:11.345Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-05-19T10:54:11.345Z] check_test.go:300: unmatched requirement DaemonIsLinux [2022-05-19T10:54:11.345Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-05-19T10:54:11.345Z] [2022-05-19T10:54:11.345Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-05-19T10:54:11.345Z] check_test.go:300: unmatched requirement DaemonIsLinux [2022-05-19T10:54:11.345Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-05-19T10:54:11.345Z] [2022-05-19T10:54:11.345Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-05-19T10:54:11.345Z] check_test.go:300: unmatched requirement DaemonIsLinux [2022-05-19T10:54:11.345Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-05-19T10:54:11.345Z] [2022-05-19T10:54:11.345Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-05-19T10:54:11.345Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-19T10:54:11.345Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-05-19T10:54:11.345Z] [2022-05-19T10:54:11.346Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-05-19T10:54:11.346Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-19T10:54:11.346Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-05-19T10:54:11.346Z] [2022-05-19T10:54:11.346Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-05-19T10:54:11.346Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-19T10:54:11.346Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-05-19T10:54:11.346Z] [2022-05-19T10:54:11.346Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-05-19T10:54:11.346Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-19T10:54:11.346Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-05-19T10:54:11.346Z] [2022-05-19T10:54:11.346Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-05-19T10:54:11.346Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-19T10:54:11.346Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-05-19T10:54:11.346Z] [2022-05-19T10:54:11.346Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-05-19T10:54:11.346Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-19T10:54:11.346Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-05-19T10:54:11.346Z] [2022-05-19T10:54:11.346Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-05-19T10:54:11.346Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-19T10:54:11.346Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-05-19T10:54:11.346Z] [2022-05-19T10:54:11.346Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-05-19T10:54:11.346Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-19T10:54:11.346Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-05-19T10:54:11.346Z] [2022-05-19T10:54:11.346Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-05-19T10:54:11.346Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-19T10:54:11.346Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-05-19T10:54:11.346Z] [2022-05-19T10:54:11.346Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-05-19T10:54:11.346Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-19T10:54:11.346Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-05-19T10:54:11.346Z] [2022-05-19T10:54:11.346Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginSet (0.00s) [2022-05-19T10:54:11.346Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-19T10:54:11.346Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2022-05-19T10:54:11.346Z] [2022-05-19T10:54:11.346Z] === SKIP: github.com/docker/docker/integration-cli TestDockerExternalVolumeSuite (0.00s) [2022-05-19T10:54:11.346Z] check_test.go:126: unmatched requirement DaemonIsLinux [2022-05-19T10:54:11.346Z] [2022-05-19T10:54:11.346Z] === SKIP: github.com/docker/docker/integration-cli TestDockerNetworkSuite (0.00s) [2022-05-19T10:54:11.346Z] check_test.go:132: unmatched requirement DaemonIsLinux [2022-05-19T10:54:11.346Z] [2022-05-19T10:54:11.346Z] === SKIP: github.com/docker/docker/integration-cli TestDockerHubPullSuite (0.00s) [2022-05-19T10:54:11.346Z] check_test.go:140: unmatched requirement DaemonIsLinux [2022-05-19T10:54:11.346Z] [2022-05-19T10:54:11.346Z] DONE 1088 tests, 539 skipped in 2813.838s [2022-05-19T10:54:11.346Z] INFO: Integration tests ended at 05/19/2022 10:54:11. Duration:00:46:54.0057635 [2022-05-19T10:54:11.346Z] INFO: Docker info of the daemon under test at end of run [2022-05-19T10:54:11.346Z] [2022-05-19T10:54:11.346Z] Containers: 10 [2022-05-19T10:54:11.346Z] Running: 0 [2022-05-19T10:54:11.346Z] Paused: 0 [2022-05-19T10:54:11.346Z] Stopped: 10 [2022-05-19T10:54:11.346Z] Images: 18 [2022-05-19T10:54:11.346Z] Server Version: 0.0.0-dev [2022-05-19T10:54:11.346Z] Storage Driver: windowsfilter [2022-05-19T10:54:11.346Z] Windows: [2022-05-19T10:54:11.346Z] Logging Driver: json-file [2022-05-19T10:54:11.346Z] Plugins: [2022-05-19T10:54:11.346Z] Volume: local [2022-05-19T10:54:11.346Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-05-19T10:54:11.346Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-05-19T10:54:11.346Z] Swarm: inactive [2022-05-19T10:54:11.346Z] Default Isolation: process [2022-05-19T10:54:11.346Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2022-05-19T10:54:11.346Z] Operating System: Microsoft Windows Server Version 21H2 (OS Build 20348.230) [2022-05-19T10:54:11.346Z] OSType: windows [2022-05-19T10:54:11.346Z] Architecture: x86_64 [2022-05-19T10:54:11.346Z] CPUs: 4 [2022-05-19T10:54:11.346Z] Total Memory: 32GiB [2022-05-19T10:54:11.346Z] Name: azwin-2-1c18f0 [2022-05-19T10:54:11.346Z] ID: 109f3ce1-50a2-4b03-9acd-2f10d670cab0 [2022-05-19T10:54:11.346Z] Docker Root Dir: D:\CI\PR-43557\8\daemon [2022-05-19T10:54:11.346Z] Debug Mode (client): false [2022-05-19T10:54:11.346Z] Debug Mode (server): true [2022-05-19T10:54:11.346Z] File Descriptors: -1 [2022-05-19T10:54:11.346Z] Goroutines: 17 [2022-05-19T10:54:11.346Z] System Time: 2022-05-19T10:54:11.1800869Z [2022-05-19T10:54:11.346Z] EventsListeners: 0 [2022-05-19T10:54:11.346Z] Registry: https://index.docker.io/v1/ [2022-05-19T10:54:11.346Z] Labels: [2022-05-19T10:54:11.346Z] Experimental: false [2022-05-19T10:54:11.346Z] Insecure Registries: [2022-05-19T10:54:11.346Z] 127.0.0.0/8 [2022-05-19T10:54:11.346Z] Live Restore Enabled: false [2022-05-19T10:54:11.346Z] [2022-05-19T10:54:11.346Z] [2022-05-19T10:54:11.346Z] INFO: Stopping daemon under test [2022-05-19T10:54:11.815Z] SUCCESS: The process with PID 2112 (child process of PID 3924) has been terminated. [2022-05-19T10:54:11.815Z] SUCCESS: The process with PID 3924 (child process of PID 4392) has been terminated. [2022-05-19T10:54:11.815Z] INFO: Stop tailing logs of the daemon under tests [2022-05-19T10:54:11.815Z] INFO: executeCI.ps1 Completed successfully at 05/19/2022 10:54:11. [2022-05-19T10:54:11.815Z] INFO: Tidying up at end of run [2022-05-19T10:54:11.815Z] ----------- DAEMON LOG ------------ [2022-05-19T10:54:11.815Z] 2022/05/19 10:04:30 http: superfluous response.WriteHeader call from github.com/docker/docker/api/server/httputils.WriteJSON (httputils.go:92) [2022-05-19T10:54:11.815Z] ----------- END DAEMON LOG -------- [2022-05-19T10:54:11.815Z] INFO: Saving daemon under test log (d:\CI\PR-43557\8\dut.out) to bundles\CIDUT.out [2022-05-19T10:54:11.815Z] INFO: Saving daemon under test log (d:\CI\PR-43557\8\dut.err) to bundles\CIDUT.err [2022-05-19T10:54:11.815Z] INFO: Saving containerd logs to bundles [2022-05-19T10:54:11.815Z] INFO: Nuke-Everything... [2022-05-19T10:54:11.815Z] INFO: Container count on control daemon to delete is 2 [2022-05-19T10:54:12.287Z] 40a1ee0d93c1 [2022-05-19T10:54:12.287Z] cb0eae7a4556 [2022-05-19T10:54:12.287Z] INFO: Tidying pidfile d:\CI\PR-43557\8\docker.pid [2022-05-19T10:54:12.287Z] INFO: Nuking d:\CI [2022-05-19T10:54:14.373Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2022-05-19T10:54:14.373Z] docker_cli_run_test.go:657: unmatched requirement DaemonIsLinux [2022-05-19T10:54:14.373Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2022-05-19T10:54:14.373Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2022-05-19T10:54:15.116Z] === RUN TestDockerSuite/TestRmiImgIDForce [2022-05-19T10:54:17.336Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2022-05-19T10:54:20.302Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2022-05-19T10:54:20.982Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2022-05-19T10:54:22.526Z] === RUN TestDockerSuite/TestRunWithBadDevice [2022-05-19T10:54:22.526Z] docker_cli_run_test.go:1849: unmatched requirement DaemonIsLinux [2022-05-19T10:54:22.526Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2022-05-19T10:54:22.996Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2022-05-19T10:54:22.996Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2022-05-19T10:54:22.996Z] docker_cli_run_test.go:281: unmatched requirement DaemonIsLinux [2022-05-19T10:54:22.996Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2022-05-19T10:54:22.996Z] docker_cli_run_test.go:3709: unmatched requirement DaemonIsLinux [2022-05-19T10:54:22.996Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2022-05-19T10:54:22.996Z] docker_cli_run_test.go:3720: unmatched requirement DaemonIsLinux [2022-05-19T10:54:22.996Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2022-05-19T10:54:22.996Z] docker_cli_run_test.go:2799: unmatched requirement DaemonIsLinux [2022-05-19T10:54:22.996Z] === RUN TestDockerSuite/TestRunWithUlimits [2022-05-19T10:54:22.996Z] docker_cli_run_test.go:3194: unmatched requirement DaemonIsLinux [2022-05-19T10:54:22.996Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2022-05-19T10:54:27.759Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2022-05-19T10:54:29.329Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2022-05-19T10:54:31.549Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2022-05-19T10:54:33.481Z] === RUN TestDockerSuite/TestRmiParentImageFail [2022-05-19T10:54:36.313Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2022-05-19T10:54:36.313Z] docker_cli_run_test.go:3010: unmatched requirement Apparmor [2022-05-19T10:54:36.313Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2022-05-19T10:54:36.313Z] docker_cli_run_test.go:1801: unmatched requirement DaemonIsLinux [2022-05-19T10:54:36.313Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2022-05-19T10:54:36.313Z] docker_cli_run_test.go:2809: unmatched requirement DaemonIsLinux [2022-05-19T10:54:36.313Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2022-05-19T10:54:36.313Z] docker_cli_run_test.go:3607: unmatched requirement DaemonIsLinux [2022-05-19T10:54:36.313Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2022-05-19T10:54:36.313Z] docker_cli_run_test.go:3618: unmatched requirement DaemonIsLinux [2022-05-19T10:54:36.313Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2022-05-19T10:54:36.313Z] docker_cli_save_load_test.go:158: unmatched requirement DaemonIsLinux [2022-05-19T10:54:36.313Z] === RUN TestDockerSuite/TestSaveCheckTimes [2022-05-19T10:54:36.313Z] docker_cli_save_load_test.go:100: unmatched requirement DaemonIsLinux [2022-05-19T10:54:36.313Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2022-05-19T10:54:36.313Z] docker_cli_save_load_test.go:259: unmatched requirement DaemonIsLinux [2022-05-19T10:54:36.313Z] === RUN TestDockerSuite/TestSaveImageId [2022-05-19T10:54:36.313Z] docker_cli_save_load_test.go:119: unmatched requirement DaemonIsLinux [2022-05-19T10:54:36.313Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2022-05-19T10:54:36.313Z] docker_cli_save_load_test.go:380: unmatched requirement DaemonIsLinux [2022-05-19T10:54:36.313Z] === RUN TestDockerSuite/TestSaveLoadParents [2022-05-19T10:54:36.313Z] docker_cli_save_load_test.go:341: unmatched requirement DaemonIsLinux [2022-05-19T10:54:36.313Z] === RUN TestDockerSuite/TestSaveMultipleNames [2022-05-19T10:54:36.313Z] docker_cli_save_load_test.go:189: unmatched requirement DaemonIsLinux [2022-05-19T10:54:36.313Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2022-05-19T10:54:36.313Z] docker_cli_save_load_test.go:207: unmatched requirement DaemonIsLinux [2022-05-19T10:54:36.313Z] === RUN TestDockerSuite/TestSaveSingleTag [2022-05-19T10:54:36.313Z] docker_cli_save_load_test.go:85: unmatched requirement DaemonIsLinux [2022-05-19T10:54:36.313Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2022-05-19T10:54:36.313Z] docker_cli_save_load_test.go:179: unmatched requirement DaemonIsLinux [2022-05-19T10:54:36.313Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2022-05-19T10:54:36.313Z] docker_cli_save_load_test.go:27: unmatched requirement DaemonIsLinux [2022-05-19T10:54:36.313Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2022-05-19T10:54:36.313Z] docker_cli_save_load_test.go:56: unmatched requirement DaemonIsLinux [2022-05-19T10:54:36.313Z] === RUN TestDockerSuite/TestSearchCmdOptions [2022-05-19T10:54:38.236Z] === RUN TestDockerSuite/TestRmiTag [2022-05-19T10:54:38.703Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2022-05-19T10:54:39.283Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2022-05-19T10:54:39.283Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2022-05-19T10:54:39.753Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2022-05-19T10:54:43.413Z] === RUN TestDockerSuite/TestSearchWithLimit [2022-05-19T10:54:43.487Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2022-05-19T10:54:43.557Z] INFO: Zapped successfully [2022-05-19T10:54:43.557Z] [2022-05-19T10:54:43.557Z] INFO: executeCI.ps1 exiting at Thu May 19 10:54:41 CUT 2022. Duration 01:16:10.3202421 [2022-05-19T10:54:43.557Z] [Pipeline] } [Pipeline] // stage Post stage [Pipeline] junit [2022-05-19T10:54:43.819Z] Recording test results [2022-05-19T10:54:43.883Z] === RUN TestDockerSuite/TestSlowStdinClosing [2022-05-19T10:54:43.883Z] === RUN TestDockerSuite/TestSlowStdinClosing/0 [2022-05-19T10:54:44.352Z] === RUN TestDockerSuite/TestSlowStdinClosing/1 [2022-05-19T10:54:46.574Z] === RUN TestDockerSuite/TestSlowStdinClosing/2 [2022-05-19T10:54:48.796Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2022-05-19T10:54:48.796Z] docker_cli_start_test.go:45: unmatched requirement DaemonIsLinux [2022-05-19T10:54:48.796Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2022-05-19T10:54:53.127Z] [Checks API] No suitable checks publisher found. [Pipeline] catchError [Pipeline] { [Pipeline] powershell [2022-05-19T10:54:55.301Z] Creating win-2022-integration-bundles.zip [Pipeline] archiveArtifacts [2022-05-19T10:54:57.087Z] Archiving artifacts [2022-05-19T10:54:57.471Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2022-05-19T10:54:57.471Z] docker_cli_start_test.go:17: unmatched requirement DaemonIsLinux [2022-05-19T10:54:57.471Z] === RUN TestDockerSuite/TestStartAttachSilent [2022-05-19T10:55:02.336Z] === RUN TestDockerSuite/TestStartAttachWithRename [2022-05-19T10:55:02.336Z] docker_cli_start_test.go:174: unmatched requirement DaemonIsLinux [2022-05-19T10:55:02.336Z] === RUN TestDockerSuite/TestStartMultipleContainers [2022-05-19T10:55:02.336Z] docker_cli_start_test.go:110: unmatched requirement DaemonIsLinux [2022-05-19T10:55:02.336Z] === RUN TestDockerSuite/TestStartPausedContainer [2022-05-19T10:55:02.336Z] docker_cli_start_test.go:95: unmatched requirement IsPausable [2022-05-19T10:55:02.336Z] === RUN TestDockerSuite/TestStartRecordError [2022-05-19T10:55:02.336Z] docker_cli_start_test.go:71: unmatched requirement DaemonIsLinux [2022-05-19T10:55:02.336Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2022-05-19T10:55:08.213Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2022-05-19T10:55:08.213Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2022-05-19T10:55:08.213Z] === RUN TestDockerSuite/TestStatsAllNoStream [2022-05-19T10:55:08.213Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2022-05-19T10:55:08.213Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2022-05-19T10:55:08.213Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2022-05-19T10:55:08.213Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2022-05-19T10:55:08.213Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2022-05-19T10:55:08.213Z] === RUN TestDockerSuite/TestStatsFormatAll [2022-05-19T10:55:08.213Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2022-05-19T10:55:08.213Z] === RUN TestDockerSuite/TestStatsNoStream [2022-05-19T10:55:08.213Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2022-05-19T10:55:08.213Z] === RUN TestDockerSuite/TestTopMultipleArgs [2022-05-19T10:55:08.784Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2022-05-19T10:55:10.435Z] === RUN TestDockerSuite/TestTopNonPrivileged [2022-05-19T10:55:11.003Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2022-05-19T10:55:13.087Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43557/8/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-05-19T10:55:13.394Z] === RUN TestDockerSuite/TestTopPrivileged [2022-05-19T10:55:13.394Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2022-05-19T10:55:13.394Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2022-05-19T10:55:14.042Z] + make clean [2022-05-19T10:55:15.616Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2022-05-19T10:55:15.616Z] docker_cli_run_test.go:3418: unmatched requirement DaemonIsLinux [2022-05-19T10:55:15.616Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2022-05-19T10:55:15.616Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2022-05-19T10:55:15.616Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2022-05-19T10:55:15.616Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2022-05-19T10:55:15.616Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2022-05-19T10:55:15.616Z] docker_cli_run_test.go:292: unmatched requirement DaemonIsLinux [2022-05-19T10:55:15.616Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2022-05-19T10:55:15.616Z] docker_cli_run_test.go:207: unmatched requirement DaemonIsLinux [2022-05-19T10:55:15.616Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2022-05-19T10:55:15.616Z] docker_cli_run_test.go:243: unmatched requirement DaemonIsLinux [2022-05-19T10:55:15.616Z] === RUN TestDockerSuite/TestVolumeCLICreate [2022-05-19T10:55:16.258Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-05-19T10:55:16.258Z] docker-dev-cache [2022-05-19T10:55:16.258Z] docker-mod-cache [Pipeline] deleteDir [2022-05-19T10:55:18.156Z] === RUN TestDockerSuite/TestRmiWithParentInUse [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-05-19T10:55:19.718Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2022-05-19T10:55:19.718Z] docker_cli_run_test.go:4399: unmatched requirement DaemonIsLinux [2022-05-19T10:55:19.718Z] === RUN TestDockerSuite/TestRunAddHost [2022-05-19T10:55:19.718Z] docker_cli_run_test.go:1575: unmatched requirement DaemonIsLinux [2022-05-19T10:55:19.718Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2022-05-19T10:55:19.718Z] docker_cli_run_test.go:3912: unmatched requirement DaemonIsLinux [2022-05-19T10:55:19.718Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2022-05-19T10:55:19.718Z] docker_cli_run_test.go:1170: unmatched requirement DaemonIsLinux [2022-05-19T10:55:19.718Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2022-05-19T10:55:19.718Z] docker_cli_run_test.go:1188: unmatched requirement DaemonIsLinux [2022-05-19T10:55:19.718Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2022-05-19T10:55:19.718Z] docker_cli_run_test.go:1179: unmatched requirement DaemonIsLinux [2022-05-19T10:55:19.718Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2022-05-19T10:55:19.718Z] docker_cli_run_test.go:2055: unmatched requirement DaemonIsLinux [2022-05-19T10:55:19.718Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2022-05-19T10:55:22.667Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2022-05-19T10:55:22.667Z] docker_cli_run_test.go:2260: unmatched requirement DaemonIsLinux [2022-05-19T10:55:22.667Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2022-05-19T10:55:22.667Z] docker_cli_run_test.go:2596: unmatched requirement DaemonIsLinux [2022-05-19T10:55:22.667Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2022-05-19T10:55:29.821Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2022-05-19T10:55:33.443Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2022-05-19T10:55:33.443Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2022-05-19T10:55:33.443Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2022-05-19T10:55:33.443Z] docker_cli_volume_test.go:243: unmatched requirement DaemonIsLinux [2022-05-19T10:55:33.443Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2022-05-19T10:55:33.443Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2022-05-19T10:55:33.443Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2022-05-19T10:55:33.443Z] === RUN TestDockerSuite/TestVolumeCLILs [2022-05-19T10:55:34.571Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2022-05-19T10:55:35.013Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2022-05-19T10:55:35.013Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2022-05-19T10:55:37.521Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2022-05-19T10:55:37.978Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2022-05-19T10:55:38.447Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2022-05-19T10:55:38.915Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2022-05-19T10:55:38.915Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2022-05-19T10:55:39.384Z] === RUN TestDockerSuite/TestVolumeCLIRm [2022-05-19T10:55:41.310Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2022-05-19T10:55:44.266Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2022-05-19T10:55:44.266Z] === RUN TestDockerSuite/TestRunBindMounts [2022-05-19T10:55:52.924Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2022-05-19T10:55:52.924Z] docker_cli_run_test.go:1051: unmatched requirement DaemonIsLinux [2022-05-19T10:55:52.924Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2022-05-19T10:55:52.924Z] docker_cli_run_test.go:1061: unmatched requirement DaemonIsLinux [2022-05-19T10:55:52.924Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2022-05-19T10:55:52.924Z] docker_cli_run_test.go:2976: unmatched requirement DaemonIsLinux [2022-05-19T10:55:52.924Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2022-05-19T10:55:52.924Z] docker_cli_run_test.go:1041: unmatched requirement DaemonIsLinux [2022-05-19T10:55:52.924Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2022-05-19T10:55:52.924Z] docker_cli_run_test.go:1032: unmatched requirement DaemonIsLinux [2022-05-19T10:55:52.924Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2022-05-19T10:55:52.924Z] docker_cli_run_test.go:3162: unmatched requirement DaemonIsLinux [2022-05-19T10:55:52.924Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2022-05-19T10:55:52.924Z] docker_cli_run_test.go:1022: unmatched requirement DaemonIsLinux [2022-05-19T10:55:52.924Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2022-05-19T10:55:52.924Z] docker_cli_run_test.go:1010: unmatched requirement DaemonIsLinux [2022-05-19T10:55:52.924Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2022-05-19T10:55:52.924Z] docker_cli_run_test.go:984: unmatched requirement DaemonIsLinux [2022-05-19T10:55:52.924Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2022-05-19T10:55:52.924Z] docker_cli_run_test.go:997: unmatched requirement DaemonIsLinux [2022-05-19T10:55:52.924Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2022-05-19T10:55:52.924Z] docker_cli_run_test.go:975: unmatched requirement DaemonIsLinux [2022-05-19T10:55:52.924Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2022-05-19T10:55:54.329Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2022-05-19T10:55:54.329Z] docker_cli_volume_test.go:372: unmatched requirement DaemonIsLinux [2022-05-19T10:55:54.329Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2022-05-19T10:55:54.329Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2022-05-19T10:55:54.329Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2022-05-19T10:55:54.329Z] docker_cli_volume_test.go:432: unmatched requirement DaemonIsLinux [2022-05-19T10:55:54.329Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2022-05-19T10:55:55.874Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2022-05-19T10:55:55.874Z] docker_cli_run_test.go:1926: unmatched requirement DaemonIsLinux [2022-05-19T10:55:55.874Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2022-05-19T10:56:01.504Z] === RUN TestDockerSuite/TestVolumeLsFormat [2022-05-19T10:56:01.504Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2022-05-19T10:56:01.504Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2022-05-19T10:56:01.736Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2022-05-19T10:56:01.737Z] docker_cli_run_test.go:3304: unmatched requirement DaemonIsLinux [2022-05-19T10:56:01.737Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2022-05-19T10:56:01.737Z] docker_cli_run_test.go:3328: unmatched requirement DaemonIsLinux [2022-05-19T10:56:01.737Z] === RUN TestDockerSuite/TestRunContainerNetwork [2022-05-19T10:56:04.688Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2022-05-19T10:56:04.688Z] docker_cli_run_test.go:3295: unmatched requirement DaemonIsLinux [2022-05-19T10:56:04.688Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2022-05-19T10:56:04.688Z] docker_cli_run_test.go:3280: unmatched requirement DaemonIsLinux [2022-05-19T10:56:04.688Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2022-05-19T10:56:04.688Z] docker_cli_run_test.go:3205: unmatched requirement DaemonIsLinux [2022-05-19T10:56:04.688Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2022-05-19T10:56:04.688Z] docker_cli_run_test.go:2704: unmatched requirement DaemonIsLinux [2022-05-19T10:56:04.688Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2022-05-19T10:56:04.688Z] docker_cli_run_test.go:2653: unmatched requirement DaemonIsLinux [2022-05-19T10:56:04.688Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2022-05-19T10:56:04.688Z] docker_cli_run_test.go:2726: unmatched requirement DaemonIsLinux [2022-05-19T10:56:05.158Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2022-05-19T10:56:05.158Z] docker_cli_run_test.go:2716: unmatched requirement DaemonIsLinux [2022-05-19T10:56:05.158Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2022-05-19T10:56:07.378Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2022-05-19T10:56:11.167Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2022-05-19T10:56:11.938Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2022-05-19T10:56:11.938Z] docker_cli_run_test.go:2168: unmatched requirement DaemonIsLinux [2022-05-19T10:56:11.938Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2022-05-19T10:56:12.408Z] --- PASS: TestDockerSuite (2892.15s) [2022-05-19T10:56:12.408Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.03s) [2022-05-19T10:56:12.408Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.03s) [2022-05-19T10:56:12.408Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.03s) [2022-05-19T10:56:12.408Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.02s) [2022-05-19T10:56:12.408Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.04s) [2022-05-19T10:56:12.408Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.03s) [2022-05-19T10:56:12.408Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.03s) [2022-05-19T10:56:12.408Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (0.78s) [2022-05-19T10:56:12.408Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.27s) [2022-05-19T10:56:12.408Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.69s) [2022-05-19T10:56:12.408Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.37s) [2022-05-19T10:56:12.408Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (102.48s) [2022-05-19T10:56:12.408Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.77s) [2022-05-19T10:56:12.408Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.08s) [2022-05-19T10:56:12.408Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.04s) [2022-05-19T10:56:12.408Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.04s) [2022-05-19T10:56:12.408Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.03s) [2022-05-19T10:56:12.408Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.04s) [2022-05-19T10:56:12.408Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.03s) [2022-05-19T10:56:12.408Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.03s) [2022-05-19T10:56:12.408Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2022-05-19T10:56:12.408Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.03s) [2022-05-19T10:56:12.408Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2022-05-19T10:56:12.408Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (5.87s) [2022-05-19T10:56:12.408Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.03s) [2022-05-19T10:56:12.408Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2022-05-19T10:56:12.408Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (3.37s) [2022-05-19T10:56:12.408Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (7.32s) [2022-05-19T10:56:12.408Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2022-05-19T10:56:12.408Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2022-05-19T10:56:12.408Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2022-05-19T10:56:12.408Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.03s) [2022-05-19T10:56:12.408Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (3.56s) [2022-05-19T10:56:12.408Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.02s) [2022-05-19T10:56:12.408Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2022-05-19T10:56:12.408Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (7.71s) [2022-05-19T10:56:12.408Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (128.09s) [2022-05-19T10:56:12.408Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.54s) [2022-05-19T10:56:12.408Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (6.23s) [2022-05-19T10:56:12.408Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.03s) [2022-05-19T10:56:12.408Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (4.40s) [2022-05-19T10:56:12.408Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (1.05s) [2022-05-19T10:56:12.408Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.03s) [2022-05-19T10:56:12.408Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.02s) [2022-05-19T10:56:12.408Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2022-05-19T10:56:12.408Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.27s) [2022-05-19T10:56:12.408Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (1.00s) [2022-05-19T10:56:12.408Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (3.56s) [2022-05-19T10:56:12.408Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.75s) [2022-05-19T10:56:12.408Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.07s) [2022-05-19T10:56:12.408Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.03s) [2022-05-19T10:56:12.408Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.09s) [2022-05-19T10:56:12.408Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (3.82s) [2022-05-19T10:56:12.408Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (13.30s) [2022-05-19T10:56:12.408Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (5.40s) [2022-05-19T10:56:12.408Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (1.25s) [2022-05-19T10:56:12.408Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.04s) [2022-05-19T10:56:12.408Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.42s) [2022-05-19T10:56:12.408Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (2.04s) [2022-05-19T10:56:12.408Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (10.23s) [2022-05-19T10:56:12.408Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.05s) [2022-05-19T10:56:12.408Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.03s) [2022-05-19T10:56:12.408Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2022-05-19T10:56:12.408Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2022-05-19T10:56:12.408Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.60s) [2022-05-19T10:56:12.408Z] --- PASS: TestDockerSuite/TestBuildAddTar (49.81s) [2022-05-19T10:56:12.408Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.05s) [2022-05-19T10:56:12.408Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.41s) [2022-05-19T10:56:12.408Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (27.83s) [2022-05-19T10:56:12.408Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.88s) [2022-05-19T10:56:12.408Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.61s) [2022-05-19T10:56:12.408Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (7.61s) [2022-05-19T10:56:12.408Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.23s) [2022-05-19T10:56:12.408Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (5.24s) [2022-05-19T10:56:12.408Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (9.94s) [2022-05-19T10:56:12.408Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (9.19s) [2022-05-19T10:56:12.408Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.41s) [2022-05-19T10:56:12.408Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (5.37s) [2022-05-19T10:56:12.408Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.05s) [2022-05-19T10:56:12.408Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.03s) [2022-05-19T10:56:12.408Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (7.31s) [2022-05-19T10:56:12.408Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.04s) [2022-05-19T10:56:12.408Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.69s) [2022-05-19T10:56:12.408Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.05s) [2022-05-19T10:56:12.408Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.04s) [2022-05-19T10:56:12.408Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (39.27s) [2022-05-19T10:56:12.408Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (5.23s) [2022-05-19T10:56:12.408Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.80s) [2022-05-19T10:56:12.408Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.43s) [2022-05-19T10:56:12.408Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (1.60s) [2022-05-19T10:56:12.408Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.07s) [2022-05-19T10:56:12.408Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (5.12s) [2022-05-19T10:56:12.408Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.61s) [2022-05-19T10:56:12.408Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.06s) [2022-05-19T10:56:12.408Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.02s) [2022-05-19T10:56:12.408Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.79s) [2022-05-19T10:56:12.408Z] --- PASS: TestDockerSuite/TestBuildClearCmd (1.16s) [2022-05-19T10:56:12.408Z] --- PASS: TestDockerSuite/TestBuildCmd (0.67s) [2022-05-19T10:56:12.408Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.66s) [2022-05-19T10:56:12.408Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.67s) [2022-05-19T10:56:12.408Z] --- PASS: TestDockerSuite/TestBuildCmdShellArgsEscaped (5.72s) [2022-05-19T10:56:12.408Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (2.65s) [2022-05-19T10:56:12.408Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2022-05-19T10:56:12.408Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.44s) [2022-05-19T10:56:12.408Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2022-05-19T10:56:12.408Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.60s) [2022-05-19T10:56:12.408Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (2.08s) [2022-05-19T10:56:12.408Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (1.08s) [2022-05-19T10:56:12.408Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.63s) [2022-05-19T10:56:12.408Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.04s) [2022-05-19T10:56:12.408Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (1.05s) [2022-05-19T10:56:12.408Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.77s) [2022-05-19T10:56:12.408Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s) [2022-05-19T10:56:12.408Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2022-05-19T10:56:12.408Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (5.64s) [2022-05-19T10:56:12.408Z] --- PASS: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (35.27s) [2022-05-19T10:56:12.408Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.74s) [2022-05-19T10:56:12.408Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.69s) [2022-05-19T10:56:12.408Z] --- PASS: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (5.88s) [2022-05-19T10:56:12.408Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.41s) [2022-05-19T10:56:12.408Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.40s) [2022-05-19T10:56:12.408Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s) [2022-05-19T10:56:12.408Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.62s) [2022-05-19T10:56:12.408Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.04s) [2022-05-19T10:56:12.408Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (38.41s) [2022-05-19T10:56:12.408Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.87s) [2022-05-19T10:56:12.408Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.46s) [2022-05-19T10:56:12.408Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (32.85s) [2022-05-19T10:56:12.408Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (1.91s) [2022-05-19T10:56:12.408Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.89s) [2022-05-19T10:56:12.408Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (3.69s) [2022-05-19T10:56:12.408Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (2.94s) [2022-05-19T10:56:12.408Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (2.87s) [2022-05-19T10:56:12.408Z] --- PASS: TestDockerSuite/TestBuildDockerignore (85.50s) [2022-05-19T10:56:12.408Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (6.08s) [2022-05-19T10:56:12.408Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.43s) [2022-05-19T10:56:12.408Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (91.68s) [2022-05-19T10:56:12.408Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.85s) [2022-05-19T10:56:12.408Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.94s) [2022-05-19T10:56:12.408Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (20.23s) [2022-05-19T10:56:12.408Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (16.04s) [2022-05-19T10:56:12.408Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (15.62s) [2022-05-19T10:56:12.408Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (39.58s) [2022-05-19T10:56:12.408Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (21.00s) [2022-05-19T10:56:12.408Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (15.76s) [2022-05-19T10:56:12.408Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (113.72s) [2022-05-19T10:56:12.408Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.58s) [2022-05-19T10:56:12.408Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.41s) [2022-05-19T10:56:12.408Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.04s) [2022-05-19T10:56:12.408Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.66s) [2022-05-19T10:56:12.409Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (1.31s) [2022-05-19T10:56:12.409Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.03s) [2022-05-19T10:56:12.409Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.58s) [2022-05-19T10:56:12.409Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.65s) [2022-05-19T10:56:12.409Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (5.89s) [2022-05-19T10:56:12.409Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (3.70s) [2022-05-19T10:56:12.409Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (5.23s) [2022-05-19T10:56:12.409Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.05s) [2022-05-19T10:56:12.409Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.42s) [2022-05-19T10:56:12.409Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.03s) [2022-05-19T10:56:12.409Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.03s) [2022-05-19T10:56:12.409Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.02s) [2022-05-19T10:56:12.409Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (4.38s) [2022-05-19T10:56:12.409Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.05s) [2022-05-19T10:56:12.409Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.04s) [2022-05-19T10:56:12.409Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.04s) [2022-05-19T10:56:12.409Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (1.12s) [2022-05-19T10:56:12.409Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (5.30s) [2022-05-19T10:56:12.409Z] --- PASS: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (17.54s) [2022-05-19T10:56:12.409Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.75s) [2022-05-19T10:56:12.409Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.05s) [2022-05-19T10:56:12.409Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.04s) [2022-05-19T10:56:12.409Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2022-05-19T10:56:12.409Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.02s) [2022-05-19T10:56:12.409Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s) [2022-05-19T10:56:12.409Z] --- PASS: TestDockerSuite/TestBuildFails (7.16s) [2022-05-19T10:56:12.409Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.13s) [2022-05-19T10:56:12.409Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (10.81s) [2022-05-19T10:56:12.409Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (5.90s) [2022-05-19T10:56:12.409Z] --- PASS: TestDockerSuite/TestBuildForceRm (7.14s) [2022-05-19T10:56:12.409Z] --- PASS: TestDockerSuite/TestBuildFromGit (10.95s) [2022-05-19T10:56:12.409Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (1.46s) [2022-05-19T10:56:12.409Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (5.88s) [2022-05-19T10:56:12.409Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.04s) [2022-05-19T10:56:12.409Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.82s) [2022-05-19T10:56:12.409Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.68s) [2022-05-19T10:56:12.409Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.03s) [2022-05-19T10:56:12.409Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (14.18s) [2022-05-19T10:56:12.409Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.04s) [2022-05-19T10:56:12.409Z] --- PASS: TestDockerSuite/TestBuildHistory (13.49s) [2022-05-19T10:56:12.409Z] --- PASS: TestDockerSuite/TestBuildIidFile (1.25s) [2022-05-19T10:56:12.409Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (2.37s) [2022-05-19T10:56:12.409Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.07s) [2022-05-19T10:56:12.409Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.97s) [2022-05-19T10:56:12.409Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.13s) [2022-05-19T10:56:12.409Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (9.75s) [2022-05-19T10:56:12.409Z] --- PASS: TestDockerSuite/TestBuildLabel (1.18s) [2022-05-19T10:56:12.409Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.75s) [2022-05-19T10:56:12.409Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (1.13s) [2022-05-19T10:56:12.409Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.72s) [2022-05-19T10:56:12.409Z] --- PASS: TestDockerSuite/TestBuildLabels (1.21s) [2022-05-19T10:56:12.409Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.82s) [2022-05-19T10:56:12.409Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (6.77s) [2022-05-19T10:56:12.409Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.11s) [2022-05-19T10:56:12.409Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.06s) [2022-05-19T10:56:12.409Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.14s) [2022-05-19T10:56:12.409Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.12s) [2022-05-19T10:56:12.409Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.11s) [2022-05-19T10:56:12.409Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.11s) [2022-05-19T10:56:12.409Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.68s) [2022-05-19T10:56:12.409Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (0.74s) [2022-05-19T10:56:12.409Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (5.63s) [2022-05-19T10:56:12.409Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (17.65s) [2022-05-19T10:56:12.409Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.09s) [2022-05-19T10:56:12.409Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (2.68s) [2022-05-19T10:56:12.409Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (34.26s) [2022-05-19T10:56:12.409Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (24.91s) [2022-05-19T10:56:12.409Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (5.72s) [2022-05-19T10:56:12.409Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (6.78s) [2022-05-19T10:56:12.409Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (6.08s) [2022-05-19T10:56:12.409Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (18.68s) [2022-05-19T10:56:12.409Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.04s) [2022-05-19T10:56:12.409Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (8.42s) [2022-05-19T10:56:12.409Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.77s) [2022-05-19T10:56:12.409Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.03s) [2022-05-19T10:56:12.409Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.02s) [2022-05-19T10:56:12.409Z] --- PASS: TestDockerSuite/TestBuildNoContext (2.95s) [2022-05-19T10:56:12.409Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (4.77s) [2022-05-19T10:56:12.409Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (2.64s) [2022-05-19T10:56:12.409Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.30s) [2022-05-19T10:56:12.409Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.21s) [2022-05-19T10:56:12.409Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (2.87s) [2022-05-19T10:56:12.409Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (1.36s) [2022-05-19T10:56:12.409Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (1.71s) [2022-05-19T10:56:12.409Z] --- PASS: TestDockerSuite/TestBuildOnBuild (20.20s) [2022-05-19T10:56:12.409Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (1.99s) [2022-05-19T10:56:12.409Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (9.86s) [2022-05-19T10:56:12.409Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (4.17s) [2022-05-19T10:56:12.409Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (9.76s) [2022-05-19T10:56:12.409Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (5.84s) [2022-05-19T10:56:12.409Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (5.73s) [2022-05-19T10:56:12.409Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (1.48s) [2022-05-19T10:56:12.409Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.06s) [2022-05-19T10:56:12.409Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.02s) [2022-05-19T10:56:12.409Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (3.17s) [2022-05-19T10:56:12.409Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.03s) [2022-05-19T10:56:12.409Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (49.38s) [2022-05-19T10:56:12.409Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (26.70s) [2022-05-19T10:56:12.409Z] --- PASS: TestDockerSuite/TestBuildRm (15.51s) [2022-05-19T10:56:12.409Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (4.04s) [2022-05-19T10:56:12.409Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.09s) [2022-05-19T10:56:12.409Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.46s) [2022-05-19T10:56:12.409Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (1.84s) [2022-05-19T10:56:12.409Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (4.39s) [2022-05-19T10:56:12.409Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (4.32s) [2022-05-19T10:56:12.409Z] --- PASS: TestDockerSuite/TestBuildShellInherited (5.18s) [2022-05-19T10:56:12.409Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (27.96s) [2022-05-19T10:56:12.409Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (1.04s) [2022-05-19T10:56:12.409Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.80s) [2022-05-19T10:56:12.409Z] --- PASS: TestDockerSuite/TestBuildShellWindowsPowershell (12.38s) [2022-05-19T10:56:12.409Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.36s) [2022-05-19T10:56:12.409Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (5.56s) [2022-05-19T10:56:12.409Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.14s) [2022-05-19T10:56:12.409Z] --- PASS: TestDockerSuite/TestBuildStderr (5.39s) [2022-05-19T10:56:12.409Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (22.61s) [2022-05-19T10:56:12.409Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.48s) [2022-05-19T10:56:12.409Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (4.21s) [2022-05-19T10:56:12.409Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (1.70s) [2022-05-19T10:56:12.409Z] --- PASS: TestDockerSuite/TestBuildTagEvent (5.50s) [2022-05-19T10:56:12.409Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (6.04s) [2022-05-19T10:56:12.409Z] --- SKIP: TestDockerSuite/TestBuildUser (0.05s) [2022-05-19T10:56:12.409Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.04s) [2022-05-19T10:56:12.409Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2022-05-19T10:56:12.409Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (4.72s) [2022-05-19T10:56:12.409Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.70s) [2022-05-19T10:56:12.409Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (7.95s) [2022-05-19T10:56:12.409Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.03s) [2022-05-19T10:56:12.409Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.03s) [2022-05-19T10:56:12.409Z] --- PASS: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (24.98s) [2022-05-19T10:56:12.409Z] --- PASS: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (1.18s) [2022-05-19T10:56:12.409Z] --- PASS: TestDockerSuite/TestBuildWindowsUser (9.91s) [2022-05-19T10:56:12.409Z] --- PASS: TestDockerSuite/TestBuildWindowsWorkdirProcessing (6.42s) [2022-05-19T10:56:12.409Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.53s) [2022-05-19T10:56:12.409Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.07s) [2022-05-19T10:56:12.409Z] --- PASS: TestDockerSuite/TestBuildWithFailure (3.03s) [2022-05-19T10:56:12.409Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.45s) [2022-05-19T10:56:12.409Z] --- PASS: TestDockerSuite/TestBuildWithRecycleBin (12.59s) [2022-05-19T10:56:12.409Z] --- PASS: TestDockerSuite/TestBuildWithTabs (5.36s) [2022-05-19T10:56:12.409Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.54s) [2022-05-19T10:56:12.409Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (20.23s) [2022-05-19T10:56:12.409Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.50s) [2022-05-19T10:56:12.409Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.50s) [2022-05-19T10:56:12.409Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.05s) [2022-05-19T10:56:12.409Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (1.62s) [2022-05-19T10:56:12.409Z] --- PASS: TestDockerSuite/TestBuildWorkdirWindowsPath (9.42s) [2022-05-19T10:56:12.409Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (2.51s) [2022-05-19T10:56:12.409Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.42s) [2022-05-19T10:56:12.409Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.04s) [2022-05-19T10:56:12.409Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.05s) [2022-05-19T10:56:12.409Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (2.42s) [2022-05-19T10:56:12.409Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (5.02s) [2022-05-19T10:56:12.409Z] --- PASS: TestDockerSuite/TestCommitChange (5.58s) [2022-05-19T10:56:12.409Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (5.07s) [2022-05-19T10:56:12.409Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.03s) [2022-05-19T10:56:12.409Z] --- PASS: TestDockerSuite/TestCommitNewFile (12.50s) [2022-05-19T10:56:12.409Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.03s) [2022-05-19T10:56:12.409Z] --- PASS: TestDockerSuite/TestCommitTTY (7.82s) [2022-05-19T10:56:12.409Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (5.06s) [2022-05-19T10:56:12.409Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.03s) [2022-05-19T10:56:12.409Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.03s) [2022-05-19T10:56:12.409Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2022-05-19T10:56:12.409Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.03s) [2022-05-19T10:56:12.409Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.03s) [2022-05-19T10:56:12.409Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2022-05-19T10:56:12.409Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.02s) [2022-05-19T10:56:12.409Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.11s) [2022-05-19T10:56:12.409Z] --- PASS: TestDockerSuite/TestContainerAPICommit (8.00s) [2022-05-19T10:56:12.409Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (12.45s) [2022-05-19T10:56:12.409Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.03s) [2022-05-19T10:56:12.409Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (2.49s) [2022-05-19T10:56:12.409Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.02s) [2022-05-19T10:56:12.409Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s) [2022-05-19T10:56:12.409Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s) [2022-05-19T10:56:12.409Z] --- PASS: TestDockerSuite/TestContainerAPICreate (7.36s) [2022-05-19T10:56:12.409Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.03s) [2022-05-19T10:56:12.409Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.03s) [2022-05-19T10:56:12.409Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (2.73s) [2022-05-19T10:56:12.409Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.03s) [2022-05-19T10:56:12.409Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.03s) [2022-05-19T10:56:12.409Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.03s) [2022-05-19T10:56:12.409Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s) [2022-05-19T10:56:12.409Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (2.88s) [2022-05-19T10:56:12.409Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (2.51s) [2022-05-19T10:56:12.409Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (2.55s) [2022-05-19T10:56:12.409Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.02s) [2022-05-19T10:56:12.409Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s) [2022-05-19T10:56:12.409Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (2.59s) [2022-05-19T10:56:12.409Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.02s) [2022-05-19T10:56:12.409Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (2.62s) [2022-05-19T10:56:12.409Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2022-05-19T10:56:12.409Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.02s) [2022-05-19T10:56:12.409Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (2.53s) [2022-05-19T10:56:12.409Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.02s) [2022-05-19T10:56:12.409Z] --- PASS: TestDockerSuite/TestContainerAPIKill (2.21s) [2022-05-19T10:56:12.409Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.02s) [2022-05-19T10:56:12.409Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (2.90s) [2022-05-19T10:56:12.409Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.29s) [2022-05-19T10:56:12.409Z] --- PASS: TestDockerSuite/TestContainerAPIRename (2.43s) [2022-05-19T10:56:12.409Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (8.93s) [2022-05-19T10:56:12.409Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (4.53s) [2022-05-19T10:56:12.409Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.09s) [2022-05-19T10:56:12.409Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.03s) [2022-05-19T10:56:12.409Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.03s) [2022-05-19T10:56:12.409Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.03s) [2022-05-19T10:56:12.409Z] --- PASS: TestDockerSuite/TestContainerAPIStart (2.09s) [2022-05-19T10:56:12.409Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.03s) [2022-05-19T10:56:12.409Z] --- PASS: TestDockerSuite/TestContainerAPIStop (7.39s) [2022-05-19T10:56:12.409Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.03s) [2022-05-19T10:56:12.409Z] --- PASS: TestDockerSuite/TestContainerAPITopWindows (2.60s) [2022-05-19T10:56:12.409Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.11s) [2022-05-19T10:56:12.409Z] --- PASS: TestDockerSuite/TestContainerAPIWait (4.56s) [2022-05-19T10:56:12.409Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (2.24s) [2022-05-19T10:56:12.409Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.02s) [2022-05-19T10:56:12.409Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2022-05-19T10:56:12.409Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s) [2022-05-19T10:56:12.409Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2022-05-19T10:56:12.409Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s) [2022-05-19T10:56:12.409Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe (2.16s) [2022-05-19T10:56:12.409Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (34.44s) [2022-05-19T10:56:12.409Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false_____} (7.87s) [2022-05-19T10:56:12.409Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false_____} (7.80s) [2022-05-19T10:56:12.409Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false_____} (2.69s) [2022-05-19T10:56:12.409Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true_____} (2.72s) [2022-05-19T10:56:12.409Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc000625488__} (2.79s) [2022-05-19T10:56:12.409Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-142172606_c:\foo_false_____} (2.71s) [2022-05-19T10:56:12.409Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-142172606_c:\foo_true_____} (7.81s) [2022-05-19T10:56:12.409Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2022-05-19T10:56:12.409Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.35s) [2022-05-19T10:56:12.409Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2022-05-19T10:56:12.409Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2022-05-19T10:56:12.409Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2022-05-19T10:56:12.409Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2022-05-19T10:56:12.409Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2022-05-19T10:56:12.409Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.06s) [2022-05-19T10:56:12.409Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.07s) [2022-05-19T10:56:12.410Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.07s) [2022-05-19T10:56:12.410Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2022-05-19T10:56:12.410Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.06s) [2022-05-19T10:56:12.410Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.03s) [2022-05-19T10:56:12.410Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.03s) [2022-05-19T10:56:12.410Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.02s) [2022-05-19T10:56:12.410Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.03s) [2022-05-19T10:56:12.410Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.03s) [2022-05-19T10:56:12.410Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (7.48s) [2022-05-19T10:56:12.410Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.03s) [2022-05-19T10:56:12.410Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.03s) [2022-05-19T10:56:12.410Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.02s) [2022-05-19T10:56:12.410Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.04s) [2022-05-19T10:56:12.410Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.03s) [2022-05-19T10:56:12.410Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.03s) [2022-05-19T10:56:12.410Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.02s) [2022-05-19T10:56:12.410Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.02s) [2022-05-19T10:56:12.410Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.02s) [2022-05-19T10:56:12.410Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.02s) [2022-05-19T10:56:12.410Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.02s) [2022-05-19T10:56:12.410Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.02s) [2022-05-19T10:56:12.410Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.03s) [2022-05-19T10:56:12.410Z] --- PASS: TestDockerSuite/TestCpGarbagePath (2.76s) [2022-05-19T10:56:12.410Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.09s) [2022-05-19T10:56:12.410Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.02s) [2022-05-19T10:56:12.410Z] --- PASS: TestDockerSuite/TestCpRelativePath (2.73s) [2022-05-19T10:56:12.410Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.02s) [2022-05-19T10:56:12.410Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.03s) [2022-05-19T10:56:12.410Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2022-05-19T10:56:12.410Z] --- PASS: TestDockerSuite/TestCpToCaseA (4.91s) [2022-05-19T10:56:12.410Z] --- PASS: TestDockerSuite/TestCpToCaseB (2.73s) [2022-05-19T10:56:12.410Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.02s) [2022-05-19T10:56:12.410Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.02s) [2022-05-19T10:56:12.410Z] --- PASS: TestDockerSuite/TestCpToCaseE (14.39s) [2022-05-19T10:56:12.410Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.02s) [2022-05-19T10:56:12.410Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.02s) [2022-05-19T10:56:12.410Z] --- PASS: TestDockerSuite/TestCpToCaseH (9.81s) [2022-05-19T10:56:12.410Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.05s) [2022-05-19T10:56:12.410Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.02s) [2022-05-19T10:56:12.410Z] --- PASS: TestDockerSuite/TestCpToDot (2.70s) [2022-05-19T10:56:12.410Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2022-05-19T10:56:12.410Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2022-05-19T10:56:12.410Z] --- PASS: TestDockerSuite/TestCpToStdout (2.61s) [2022-05-19T10:56:12.410Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.04s) [2022-05-19T10:56:12.410Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.03s) [2022-05-19T10:56:12.410Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.03s) [2022-05-19T10:56:12.410Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.02s) [2022-05-19T10:56:12.410Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.26s) [2022-05-19T10:56:12.410Z] --- PASS: TestDockerSuite/TestCreateArgs (0.23s) [2022-05-19T10:56:12.410Z] --- PASS: TestDockerSuite/TestCreateByImageID (2.30s) [2022-05-19T10:56:12.410Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (2.68s) [2022-05-19T10:56:12.410Z] --- PASS: TestDockerSuite/TestCreateGrowRootfs (0.20s) [2022-05-19T10:56:12.410Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.23s) [2022-05-19T10:56:12.410Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (2.15s) [2022-05-19T10:56:12.410Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.81s) [2022-05-19T10:56:12.410Z] --- PASS: TestDockerSuite/TestCreateLabels (0.22s) [2022-05-19T10:56:12.410Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2022-05-19T10:56:12.410Z] --- PASS: TestDockerSuite/TestCreateRM (0.43s) [2022-05-19T10:56:12.410Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2022-05-19T10:56:12.410Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.22s) [2022-05-19T10:56:12.410Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.42s) [2022-05-19T10:56:12.410Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (13.40s) [2022-05-19T10:56:12.410Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.25s) [2022-05-19T10:56:12.410Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.65s) [2022-05-19T10:56:12.410Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (3.45s) [2022-05-19T10:56:12.410Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.23s) [2022-05-19T10:56:12.410Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.03s) [2022-05-19T10:56:12.410Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (2.53s) [2022-05-19T10:56:12.410Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.03s) [2022-05-19T10:56:12.410Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.16s) [2022-05-19T10:56:12.410Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.03s) [2022-05-19T10:56:12.410Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2022-05-19T10:56:12.410Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s) [2022-05-19T10:56:12.410Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2022-05-19T10:56:12.410Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2022-05-19T10:56:12.410Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2022-05-19T10:56:12.410Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s) [2022-05-19T10:56:12.410Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s) [2022-05-19T10:56:12.410Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.02s) [2022-05-19T10:56:12.410Z] --- PASS: TestDockerSuite/TestDockerFails (0.09s) [2022-05-19T10:56:12.410Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.03s) [2022-05-19T10:56:12.410Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2022-05-19T10:56:12.410Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s) [2022-05-19T10:56:12.410Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.02s) [2022-05-19T10:56:12.410Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.02s) [2022-05-19T10:56:12.410Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (2.61s) [2022-05-19T10:56:12.410Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (2.55s) [2022-05-19T10:56:12.410Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (2.69s) [2022-05-19T10:56:12.410Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (8.41s) [2022-05-19T10:56:12.410Z] --- PASS: TestDockerSuite/TestEventsCopy (5.60s) [2022-05-19T10:56:12.410Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (5.66s) [2022-05-19T10:56:12.410Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (7.28s) [2022-05-19T10:56:12.410Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (1.01s) [2022-05-19T10:56:12.410Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (4.78s) [2022-05-19T10:56:12.410Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (1.32s) [2022-05-19T10:56:12.410Z] --- PASS: TestDockerSuite/TestEventsFilterType (1.20s) [2022-05-19T10:56:12.410Z] --- PASS: TestDockerSuite/TestEventsFilters (5.06s) [2022-05-19T10:56:12.410Z] --- PASS: TestDockerSuite/TestEventsFormat (5.04s) [2022-05-19T10:56:12.410Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.10s) [2022-05-19T10:56:12.410Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.08s) [2022-05-19T10:56:12.410Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.02s) [2022-05-19T10:56:12.410Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.02s) [2022-05-19T10:56:12.410Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.02s) [2022-05-19T10:56:12.410Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.22s) [2022-05-19T10:56:12.410Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.03s) [2022-05-19T10:56:12.410Z] --- PASS: TestDockerSuite/TestEventsRename (2.70s) [2022-05-19T10:56:12.410Z] --- PASS: TestDockerSuite/TestEventsResize (8.01s) [2022-05-19T10:56:12.410Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (2.55s) [2022-05-19T10:56:12.410Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (2.85s) [2022-05-19T10:56:12.410Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (5.05s) [2022-05-19T10:56:12.410Z] --- SKIP: TestDockerSuite/TestEventsTop (0.02s) [2022-05-19T10:56:12.410Z] --- PASS: TestDockerSuite/TestEventsUntag (2.80s) [2022-05-19T10:56:12.410Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (7.33s) [2022-05-19T10:56:12.410Z] --- SKIP: TestDockerSuite/TestExec (0.02s) [2022-05-19T10:56:12.410Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.02s) [2022-05-19T10:56:12.410Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (2.22s) [2022-05-19T10:56:12.410Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (2.24s) [2022-05-19T10:56:12.410Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.03s) [2022-05-19T10:56:12.410Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s) [2022-05-19T10:56:12.410Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s) [2022-05-19T10:56:12.410Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (2.49s) [2022-05-19T10:56:12.410Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (2.40s) [2022-05-19T10:56:12.410Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (2.42s) [2022-05-19T10:56:12.410Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (2.43s) [2022-05-19T10:56:12.410Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (4.56s) [2022-05-19T10:56:12.410Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.03s) [2022-05-19T10:56:12.410Z] --- SKIP: TestDockerSuite/TestExecEnv (0.03s) [2022-05-19T10:56:12.410Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.03s) [2022-05-19T10:56:12.410Z] --- PASS: TestDockerSuite/TestExecExitStatus (2.62s) [2022-05-19T10:56:12.410Z] --- PASS: TestDockerSuite/TestExecInspectID (5.01s) [2022-05-19T10:56:12.410Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.03s) [2022-05-19T10:56:12.410Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2022-05-19T10:56:12.410Z] --- SKIP: TestDockerSuite/TestExecParseError (0.02s) [2022-05-19T10:56:12.410Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.04s) [2022-05-19T10:56:12.410Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.03s) [2022-05-19T10:56:12.410Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (2.85s) [2022-05-19T10:56:12.410Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.02s) [2022-05-19T10:56:12.410Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.02s) [2022-05-19T10:56:12.410Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.02s) [2022-05-19T10:56:12.410Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.03s) [2022-05-19T10:56:12.410Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2022-05-19T10:56:12.410Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (2.54s) [2022-05-19T10:56:12.410Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.02s) [2022-05-19T10:56:12.410Z] --- PASS: TestDockerSuite/TestExecWindowsPathNotWiped (8.54s) [2022-05-19T10:56:12.410Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.02s) [2022-05-19T10:56:12.410Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.02s) [2022-05-19T10:56:12.410Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.03s) [2022-05-19T10:56:12.410Z] --- PASS: TestDockerSuite/TestGetContainerStats (6.28s) [2022-05-19T10:56:12.410Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (6.33s) [2022-05-19T10:56:12.410Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (3.34s) [2022-05-19T10:56:12.410Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (6.37s) [2022-05-19T10:56:12.410Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2022-05-19T10:56:12.410Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.02s) [2022-05-19T10:56:12.410Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.17s) [2022-05-19T10:56:12.410Z] --- SKIP: TestDockerSuite/TestHealth (0.02s) [2022-05-19T10:56:12.410Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.11s) [2022-05-19T10:56:12.410Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.10s) [2022-05-19T10:56:12.410Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.10s) [2022-05-19T10:56:12.410Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (5.20s) [2022-05-19T10:56:12.410Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.09s) [2022-05-19T10:56:12.410Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2022-05-19T10:56:12.410Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.11s) [2022-05-19T10:56:12.410Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.11s) [2022-05-19T10:56:12.410Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.40s) [2022-05-19T10:56:12.410Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.79s) [2022-05-19T10:56:12.410Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2022-05-19T10:56:12.410Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (1.31s) [2022-05-19T10:56:12.410Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.12s) [2022-05-19T10:56:12.410Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (2.20s) [2022-05-19T10:56:12.410Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.32s) [2022-05-19T10:56:12.410Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (2.51s) [2022-05-19T10:56:12.410Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (7.56s) [2022-05-19T10:56:12.410Z] --- PASS: TestDockerSuite/TestImagesFormat (0.24s) [2022-05-19T10:56:12.410Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.03s) [2022-05-19T10:56:12.410Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (4.05s) [2022-05-19T10:56:12.410Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.08s) [2022-05-19T10:56:12.410Z] --- PASS: TestDockerSuite/TestImportBadURL (0.15s) [2022-05-19T10:56:12.410Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.03s) [2022-05-19T10:56:12.410Z] --- SKIP: TestDockerSuite/TestImportFile (0.02s) [2022-05-19T10:56:12.410Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.08s) [2022-05-19T10:56:12.410Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.03s) [2022-05-19T10:56:12.410Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.02s) [2022-05-19T10:56:12.410Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.02s) [2022-05-19T10:56:12.410Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2022-05-19T10:56:12.410Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2022-05-19T10:56:12.410Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2022-05-19T10:56:12.410Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.09s) [2022-05-19T10:56:12.410Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.03s) [2022-05-19T10:56:12.410Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2022-05-19T10:56:12.410Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (3.08s) [2022-05-19T10:56:12.410Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (2.38s) [2022-05-19T10:56:12.410Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.03s) [2022-05-19T10:56:12.410Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.03s) [2022-05-19T10:56:12.410Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.12s) [2022-05-19T10:56:12.410Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.03s) [2022-05-19T10:56:12.410Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (2.38s) [2022-05-19T10:56:12.410Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.24s) [2022-05-19T10:56:12.410Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (2.69s) [2022-05-19T10:56:12.410Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.03s) [2022-05-19T10:56:12.410Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.02s) [2022-05-19T10:56:12.410Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2022-05-19T10:56:12.410Z] --- PASS: TestDockerSuite/TestInspectDefault (2.45s) [2022-05-19T10:56:12.410Z] --- PASS: TestDockerSuite/TestInspectHistory (4.90s) [2022-05-19T10:56:12.410Z] --- SKIP: TestDockerSuite/TestInspectImage (0.03s) [2022-05-19T10:56:12.410Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.03s) [2022-05-19T10:56:12.410Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2022-05-19T10:56:12.410Z] --- PASS: TestDockerSuite/TestInspectInt64 (2.55s) [2022-05-19T10:56:12.410Z] --- PASS: TestDockerSuite/TestInspectJSONFields (2.44s) [2022-05-19T10:56:12.410Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.23s) [2022-05-19T10:56:12.410Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (2.41s) [2022-05-19T10:56:12.410Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (2.46s) [2022-05-19T10:56:12.410Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.02s) [2022-05-19T10:56:12.410Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.10s) [2022-05-19T10:56:12.410Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (2.44s) [2022-05-19T10:56:12.410Z] --- PASS: TestDockerSuite/TestInspectStatus (3.11s) [2022-05-19T10:56:12.410Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (4.96s) [2022-05-19T10:56:12.410Z] --- PASS: TestDockerSuite/TestInspectTemplateError (2.66s) [2022-05-19T10:56:12.410Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (2.71s) [2022-05-19T10:56:12.410Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (2.37s) [2022-05-19T10:56:12.410Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (2.38s) [2022-05-19T10:56:12.410Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (2.43s) [2022-05-19T10:56:12.410Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (2.50s) [2022-05-19T10:56:12.410Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.11s) [2022-05-19T10:56:12.410Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.02s) [2022-05-19T10:56:12.411Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.02s) [2022-05-19T10:56:12.411Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.03s) [2022-05-19T10:56:12.411Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.03s) [2022-05-19T10:56:12.411Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.02s) [2022-05-19T10:56:12.411Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.02s) [2022-05-19T10:56:12.411Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2022-05-19T10:56:12.411Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2022-05-19T10:56:12.411Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.02s) [2022-05-19T10:56:12.411Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s) [2022-05-19T10:56:12.411Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.03s) [2022-05-19T10:56:12.411Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.03s) [2022-05-19T10:56:12.411Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2022-05-19T10:56:12.411Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s) [2022-05-19T10:56:12.411Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.02s) [2022-05-19T10:56:12.411Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.02s) [2022-05-19T10:56:12.411Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.09s) [2022-05-19T10:56:12.411Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.02s) [2022-05-19T10:56:12.411Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (2.31s) [2022-05-19T10:56:12.411Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (2.21s) [2022-05-19T10:56:12.411Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (5.86s) [2022-05-19T10:56:12.411Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (2.73s) [2022-05-19T10:56:12.411Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.03s) [2022-05-19T10:56:12.411Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (2.48s) [2022-05-19T10:56:12.411Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.09s) [2022-05-19T10:56:12.411Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (6.66s) [2022-05-19T10:56:12.411Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (6.86s) [2022-05-19T10:56:12.411Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (6.45s) [2022-05-19T10:56:12.411Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (2.81s) [2022-05-19T10:56:12.411Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (2.80s) [2022-05-19T10:56:12.411Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s) [2022-05-19T10:56:12.411Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (2.49s) [2022-05-19T10:56:12.411Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (7.23s) [2022-05-19T10:56:12.411Z] --- PASS: TestDockerSuite/TestLogsSince (9.28s) [2022-05-19T10:56:12.411Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2022-05-19T10:56:12.411Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.04s) [2022-05-19T10:56:12.411Z] --- PASS: TestDockerSuite/TestLogsTail (2.93s) [2022-05-19T10:56:12.411Z] --- PASS: TestDockerSuite/TestLogsTimestamps (2.72s) [2022-05-19T10:56:12.411Z] --- PASS: TestDockerSuite/TestLogsWithDetails (2.50s) [2022-05-19T10:56:12.411Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.02s) [2022-05-19T10:56:12.411Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.03s) [2022-05-19T10:56:12.411Z] --- SKIP: TestDockerSuite/TestNetHostname (0.02s) [2022-05-19T10:56:12.411Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.02s) [2022-05-19T10:56:12.411Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.02s) [2022-05-19T10:56:12.411Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s) [2022-05-19T10:56:12.411Z] --- SKIP: TestDockerSuite/TestPluginActive (0.02s) [2022-05-19T10:56:12.411Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.02s) [2022-05-19T10:56:12.411Z] --- PASS: TestDockerSuite/TestPluginInspectOnWindows (0.10s) [2022-05-19T10:56:12.411Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s) [2022-05-19T10:56:12.411Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.02s) [2022-05-19T10:56:12.411Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2022-05-19T10:56:12.411Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.02s) [2022-05-19T10:56:12.411Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.03s) [2022-05-19T10:56:12.411Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.03s) [2022-05-19T10:56:12.411Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.02s) [2022-05-19T10:56:12.411Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.02s) [2022-05-19T10:56:12.411Z] --- SKIP: TestDockerSuite/TestPortList (0.02s) [2022-05-19T10:56:12.411Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (4.71s) [2022-05-19T10:56:12.411Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.02s) [2022-05-19T10:56:12.411Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.02s) [2022-05-19T10:56:12.411Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.03s) [2022-05-19T10:56:12.411Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s) [2022-05-19T10:56:12.411Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2022-05-19T10:56:12.411Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s) [2022-05-19T10:56:12.411Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s) [2022-05-19T10:56:12.411Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2022-05-19T10:56:12.411Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.03s) [2022-05-19T10:56:12.411Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (4.70s) [2022-05-19T10:56:12.411Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2022-05-19T10:56:12.411Z] --- PASS: TestDockerSuite/TestPsByOrder (9.22s) [2022-05-19T10:56:12.411Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2022-05-19T10:56:12.411Z] --- PASS: TestDockerSuite/TestPsListContainersBase (10.34s) [2022-05-19T10:56:12.411Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (15.05s) [2022-05-19T10:56:12.411Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.37s) [2022-05-19T10:56:12.411Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.03s) [2022-05-19T10:56:12.411Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (13.61s) [2022-05-19T10:56:12.411Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (4.13s) [2022-05-19T10:56:12.411Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (12.39s) [2022-05-19T10:56:12.411Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (9.63s) [2022-05-19T10:56:12.411Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.10s) [2022-05-19T10:56:12.411Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.02s) [2022-05-19T10:56:12.411Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (5.06s) [2022-05-19T10:56:12.411Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.03s) [2022-05-19T10:56:12.411Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.03s) [2022-05-19T10:56:12.411Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.03s) [2022-05-19T10:56:12.411Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.03s) [2022-05-19T10:56:12.411Z] --- PASS: TestDockerSuite/TestPsShowMounts (7.99s) [2022-05-19T10:56:12.411Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s) [2022-05-19T10:56:12.411Z] --- PASS: TestDockerSuite/TestPullLinuxImageFailsOnWindows (1.74s) [2022-05-19T10:56:12.411Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.03s) [2022-05-19T10:56:12.411Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (1.31s) [2022-05-19T10:56:12.411Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.93s) [2022-05-19T10:56:12.411Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s) [2022-05-19T10:56:12.411Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (4.28s) [2022-05-19T10:56:12.411Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (4.37s) [2022-05-19T10:56:12.411Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (2.52s) [2022-05-19T10:56:12.411Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (22.96s) [2022-05-19T10:56:12.411Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2022-05-19T10:56:12.411Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (6.06s) [2022-05-19T10:56:12.411Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.28s) [2022-05-19T10:56:12.411Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.21s) [2022-05-19T10:56:12.411Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.90s) [2022-05-19T10:56:12.411Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (4.46s) [2022-05-19T10:56:12.411Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (4.53s) [2022-05-19T10:56:12.411Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2022-05-19T10:56:12.411Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (4.48s) [2022-05-19T10:56:12.411Z] --- PASS: TestDockerSuite/TestRmiBlank (0.09s) [2022-05-19T10:56:12.411Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.33s) [2022-05-19T10:56:12.411Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (15.55s) [2022-05-19T10:56:12.411Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (3.09s) [2022-05-19T10:56:12.411Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.84s) [2022-05-19T10:56:12.411Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (7.41s) [2022-05-19T10:56:12.411Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (5.52s) [2022-05-19T10:56:12.411Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (13.14s) [2022-05-19T10:56:12.411Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (4.66s) [2022-05-19T10:56:12.411Z] --- PASS: TestDockerSuite/TestRmiTag (0.76s) [2022-05-19T10:56:12.411Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (2.63s) [2022-05-19T10:56:12.411Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (22.87s) [2022-05-19T10:56:12.411Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (2.76s) [2022-05-19T10:56:12.411Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (5.25s) [2022-05-19T10:56:12.411Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (1.39s) [2022-05-19T10:56:12.411Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.03s) [2022-05-19T10:56:12.411Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.03s) [2022-05-19T10:56:12.411Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2022-05-19T10:56:12.411Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2022-05-19T10:56:12.411Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2022-05-19T10:56:12.411Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s) [2022-05-19T10:56:12.411Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s) [2022-05-19T10:56:12.411Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (2.20s) [2022-05-19T10:56:12.411Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.03s) [2022-05-19T10:56:12.411Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.03s) [2022-05-19T10:56:12.411Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (4.70s) [2022-05-19T10:56:12.411Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (3.14s) [2022-05-19T10:56:12.411Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (2.45s) [2022-05-19T10:56:12.411Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (2.44s) [2022-05-19T10:56:12.411Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (2.39s) [2022-05-19T10:56:12.411Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.08s) [2022-05-19T10:56:12.411Z] --- PASS: TestDockerSuite/TestRunBindMounts (4.89s) [2022-05-19T10:56:12.411Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2022-05-19T10:56:12.411Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s) [2022-05-19T10:56:12.411Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.03s) [2022-05-19T10:56:12.411Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.02s) [2022-05-19T10:56:12.411Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.03s) [2022-05-19T10:56:12.411Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2022-05-19T10:56:12.411Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s) [2022-05-19T10:56:12.411Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s) [2022-05-19T10:56:12.411Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.02s) [2022-05-19T10:56:12.411Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s) [2022-05-19T10:56:12.411Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.02s) [2022-05-19T10:56:12.411Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (2.38s) [2022-05-19T10:56:12.411Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2022-05-19T10:56:12.411Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (3.50s) [2022-05-19T10:56:12.411Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.05s) [2022-05-19T10:56:12.411Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s) [2022-05-19T10:56:12.411Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (2.13s) [2022-05-19T10:56:12.411Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.03s) [2022-05-19T10:56:12.411Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.03s) [2022-05-19T10:56:12.411Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2022-05-19T10:56:12.411Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2022-05-19T10:56:12.411Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s) [2022-05-19T10:56:12.411Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s) [2022-05-19T10:56:12.411Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2022-05-19T10:56:12.411Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (2.39s) [2022-05-19T10:56:12.411Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (2.48s) [2022-05-19T10:56:12.411Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (2.31s) [2022-05-19T10:56:12.411Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2022-05-19T10:56:12.411Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2022-05-19T10:56:12.411Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2022-05-19T10:56:12.411Z] --- PASS: TestDockerSuite/TestRunCreateVolume (2.53s) [2022-05-19T10:56:12.411Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2022-05-19T10:56:12.411Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.03s) [2022-05-19T10:56:12.411Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s) [2022-05-19T10:56:12.411Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.03s) [2022-05-19T10:56:12.411Z] --- PASS: TestDockerSuite/TestRunCredentialSpecFailures (2.14s) [2022-05-19T10:56:12.411Z] --- PASS: TestDockerSuite/TestRunCredentialSpecWellFormed (5.69s) [2022-05-19T10:56:12.411Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.03s) [2022-05-19T10:56:12.411Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.02s) [2022-05-19T10:56:12.411Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.02s) [2022-05-19T10:56:12.411Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s) [2022-05-19T10:56:12.411Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.02s) [2022-05-19T10:56:12.411Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2022-05-19T10:56:12.411Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (2.47s) [2022-05-19T10:56:12.411Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.03s) [2022-05-19T10:56:12.411Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.15s) [2022-05-19T10:56:12.411Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.03s) [2022-05-19T10:56:12.411Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (2.33s) [2022-05-19T10:56:12.411Z] --- PASS: TestDockerSuite/TestRunEchoStdout (7.23s) [2022-05-19T10:56:12.411Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.02s) [2022-05-19T10:56:12.411Z] --- PASS: TestDockerSuite/TestRunEntrypoint (2.39s) [2022-05-19T10:56:12.411Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.02s) [2022-05-19T10:56:12.411Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.02s) [2022-05-19T10:56:12.411Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.02s) [2022-05-19T10:56:12.411Z] --- PASS: TestDockerSuite/TestRunExitCode (2.44s) [2022-05-19T10:56:12.411Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (2.41s) [2022-05-19T10:56:12.411Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (7.18s) [2022-05-19T10:56:12.411Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (7.26s) [2022-05-19T10:56:12.412Z] --- PASS: TestDockerSuite/TestRunExposePort (0.08s) [2022-05-19T10:56:12.412Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.03s) [2022-05-19T10:56:12.412Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.02s) [2022-05-19T10:56:12.412Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.02s) [2022-05-19T10:56:12.412Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.03s) [2022-05-19T10:56:12.412Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2022-05-19T10:56:12.412Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.02s) [2022-05-19T10:56:12.412Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.02s) [2022-05-19T10:56:12.412Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (9.00s) [2022-05-19T10:56:12.412Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.03s) [2022-05-19T10:56:12.412Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.09s) [2022-05-19T10:56:12.412Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.03s) [2022-05-19T10:56:12.412Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2022-05-19T10:56:12.412Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2022-05-19T10:56:12.412Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2022-05-19T10:56:12.412Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (9.89s) [2022-05-19T10:56:12.412Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s) [2022-05-19T10:56:12.884Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (1.81s) [2022-05-19T10:56:12.884Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.03s) [2022-05-19T10:56:12.884Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2022-05-19T10:56:12.884Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s) [2022-05-19T10:56:12.884Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.02s) [2022-05-19T10:56:12.884Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.03s) [2022-05-19T10:56:12.884Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.02s) [2022-05-19T10:56:12.884Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2022-05-19T10:56:12.884Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s) [2022-05-19T10:56:12.884Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.02s) [2022-05-19T10:56:12.884Z] --- SKIP: TestDockerSuite/TestRunMount (0.03s) [2022-05-19T10:56:12.884Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.02s) [2022-05-19T10:56:12.884Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2022-05-19T10:56:12.884Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2022-05-19T10:56:12.884Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (7.50s) [2022-05-19T10:56:12.884Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2022-05-19T10:56:12.884Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.02s) [2022-05-19T10:56:12.884Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2022-05-19T10:56:12.884Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (5.08s) [2022-05-19T10:56:12.884Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (4.36s) [2022-05-19T10:56:12.884Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2022-05-19T10:56:12.884Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2022-05-19T10:56:12.884Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.02s) [2022-05-19T10:56:12.884Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2022-05-19T10:56:12.884Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2022-05-19T10:56:12.884Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.03s) [2022-05-19T10:56:12.884Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s) [2022-05-19T10:56:12.884Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s) [2022-05-19T10:56:12.884Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s) [2022-05-19T10:56:12.884Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.41s) [2022-05-19T10:56:12.884Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (1.28s) [2022-05-19T10:56:12.884Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (2.29s) [2022-05-19T10:56:12.884Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (2.30s) [2022-05-19T10:56:12.884Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (1.28s) [2022-05-19T10:56:12.884Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (2.16s) [2022-05-19T10:56:12.884Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.33s) [2022-05-19T10:56:12.884Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s) [2022-05-19T10:56:12.884Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2022-05-19T10:56:12.884Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.02s) [2022-05-19T10:56:12.884Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.02s) [2022-05-19T10:56:12.884Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.02s) [2022-05-19T10:56:12.884Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s) [2022-05-19T10:56:12.884Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2022-05-19T10:56:12.884Z] --- PASS: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (2.92s) [2022-05-19T10:56:12.884Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.03s) [2022-05-19T10:56:12.884Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.02s) [2022-05-19T10:56:12.884Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.02s) [2022-05-19T10:56:12.884Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.02s) [2022-05-19T10:56:12.884Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.02s) [2022-05-19T10:56:12.884Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (8.39s) [2022-05-19T10:56:12.884Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2022-05-19T10:56:12.884Z] --- PASS: TestDockerSuite/TestRunRm (2.43s) [2022-05-19T10:56:12.884Z] --- PASS: TestDockerSuite/TestRunRmAndWait (5.63s) [2022-05-19T10:56:12.884Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (2.48s) [2022-05-19T10:56:12.884Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (2.36s) [2022-05-19T10:56:12.884Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (2.36s) [2022-05-19T10:56:12.884Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (2.88s) [2022-05-19T10:56:12.884Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2022-05-19T10:56:12.884Z] --- SKIP: TestDockerSuite/TestRunState (0.02s) [2022-05-19T10:56:12.884Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (2.39s) [2022-05-19T10:56:12.884Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.02s) [2022-05-19T10:56:12.884Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (2.20s) [2022-05-19T10:56:12.884Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2022-05-19T10:56:12.884Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s) [2022-05-19T10:56:12.884Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.21s) [2022-05-19T10:56:12.884Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.09s) [2022-05-19T10:56:12.884Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2022-05-19T10:56:12.884Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (4.81s) [2022-05-19T10:56:12.884Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2022-05-19T10:56:12.884Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s) [2022-05-19T10:56:12.884Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s) [2022-05-19T10:56:12.884Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.02s) [2022-05-19T10:56:12.884Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.02s) [2022-05-19T10:56:12.884Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.02s) [2022-05-19T10:56:12.884Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.02s) [2022-05-19T10:56:12.884Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.02s) [2022-05-19T10:56:12.884Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.02s) [2022-05-19T10:56:12.884Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.02s) [2022-05-19T10:56:12.884Z] --- PASS: TestDockerSuite/TestRunUserDefaults (7.17s) [2022-05-19T10:56:12.884Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.03s) [2022-05-19T10:56:12.884Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (2.37s) [2022-05-19T10:56:12.884Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2022-05-19T10:56:12.884Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2022-05-19T10:56:12.884Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (3.18s) [2022-05-19T10:56:12.884Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (7.19s) [2022-05-19T10:56:12.884Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (4.70s) [2022-05-19T10:56:12.884Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (6.65s) [2022-05-19T10:56:12.884Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.03s) [2022-05-19T10:56:12.884Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.16s) [2022-05-19T10:56:12.884Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUCount (3.30s) [2022-05-19T10:56:12.884Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUPercent (3.18s) [2022-05-19T10:56:12.884Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUShares (2.39s) [2022-05-19T10:56:12.884Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.02s) [2022-05-19T10:56:12.884Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.07s) [2022-05-19T10:56:12.884Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.08s) [2022-05-19T10:56:12.884Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.03s) [2022-05-19T10:56:12.884Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.02s) [2022-05-19T10:56:12.884Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s) [2022-05-19T10:56:12.884Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2022-05-19T10:56:12.884Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.02s) [2022-05-19T10:56:12.884Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (4.15s) [2022-05-19T10:56:12.884Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (1.92s) [2022-05-19T10:56:12.884Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (2.34s) [2022-05-19T10:56:12.884Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (4.71s) [2022-05-19T10:56:12.884Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2022-05-19T10:56:12.884Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s) [2022-05-19T10:56:12.884Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2022-05-19T10:56:12.884Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2022-05-19T10:56:12.884Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2022-05-19T10:56:12.884Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.03s) [2022-05-19T10:56:12.884Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.02s) [2022-05-19T10:56:12.884Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.02s) [2022-05-19T10:56:12.884Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.02s) [2022-05-19T10:56:12.884Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.02s) [2022-05-19T10:56:12.884Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.02s) [2022-05-19T10:56:12.884Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.02s) [2022-05-19T10:56:12.884Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.02s) [2022-05-19T10:56:12.884Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.02s) [2022-05-19T10:56:12.884Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2022-05-19T10:56:12.884Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s) [2022-05-19T10:56:12.884Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.03s) [2022-05-19T10:56:12.884Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (2.47s) [2022-05-19T10:56:12.884Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.42s) [2022-05-19T10:56:12.884Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.43s) [2022-05-19T10:56:12.884Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.26s) [2022-05-19T10:56:12.884Z] --- PASS: TestDockerSuite/TestSearchWithLimit (1.73s) [2022-05-19T10:56:12.884Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (7.10s) [2022-05-19T10:56:12.884Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/0 (2.41s) [2022-05-19T10:56:12.884Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/1 (2.35s) [2022-05-19T10:56:12.884Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/2 (2.32s) [2022-05-19T10:56:12.884Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2022-05-19T10:56:12.884Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (8.47s) [2022-05-19T10:56:12.884Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2022-05-19T10:56:12.884Z] --- PASS: TestDockerSuite/TestStartAttachSilent (4.23s) [2022-05-19T10:56:12.884Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.03s) [2022-05-19T10:56:12.884Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.03s) [2022-05-19T10:56:12.884Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.02s) [2022-05-19T10:56:12.884Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.02s) [2022-05-19T10:56:12.884Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (6.13s) [2022-05-19T10:56:12.884Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2022-05-19T10:56:12.884Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.02s) [2022-05-19T10:56:12.884Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.02s) [2022-05-19T10:56:12.884Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.03s) [2022-05-19T10:56:12.884Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.02s) [2022-05-19T10:56:12.884Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.02s) [2022-05-19T10:56:12.884Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (2.32s) [2022-05-19T10:56:12.884Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (2.61s) [2022-05-19T10:56:12.884Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.03s) [2022-05-19T10:56:12.884Z] --- PASS: TestDockerSuite/TestTopWindowsCoreProcesses (2.43s) [2022-05-19T10:56:12.884Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2022-05-19T10:56:12.884Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2022-05-19T10:56:12.884Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2022-05-19T10:56:12.884Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.02s) [2022-05-19T10:56:12.884Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.02s) [2022-05-19T10:56:12.884Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2022-05-19T10:56:12.884Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.35s) [2022-05-19T10:56:12.884Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.18s) [2022-05-19T10:56:12.884Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.22s) [2022-05-19T10:56:12.884Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2022-05-19T10:56:12.884Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.39s) [2022-05-19T10:56:12.884Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.33s) [2022-05-19T10:56:12.884Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.19s) [2022-05-19T10:56:12.884Z] --- PASS: TestDockerSuite/TestVolumeCLILs (2.67s) [2022-05-19T10:56:12.884Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.09s) [2022-05-19T10:56:12.884Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (3.12s) [2022-05-19T10:56:12.884Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.44s) [2022-05-19T10:56:12.884Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.44s) [2022-05-19T10:56:12.884Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.09s) [2022-05-19T10:56:12.884Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.22s) [2022-05-19T10:56:12.884Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (13.18s) [2022-05-19T10:56:12.884Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2022-05-19T10:56:12.884Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.69s) [2022-05-19T10:56:12.884Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.23s) [2022-05-19T10:56:12.884Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.03s) [2022-05-19T10:56:12.884Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (7.07s) [2022-05-19T10:56:12.884Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.34s) [2022-05-19T10:56:12.884Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.37s) [2022-05-19T10:56:12.884Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (9.47s) [2022-05-19T10:56:12.884Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.02s) [2022-05-19T10:56:12.884Z] --- PASS: TestDockerSuite/TestWindowsRunAsSystem (1.64s) [2022-05-19T10:56:12.884Z] === RUN TestDockerRegistrySuite [2022-05-19T10:56:12.884Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2022-05-19T10:56:12.884Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.884Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2022-05-19T10:56:12.884Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.884Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2022-05-19T10:56:12.884Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.884Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2022-05-19T10:56:12.884Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.884Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2022-05-19T10:56:12.884Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.884Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2022-05-19T10:56:12.884Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.884Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2022-05-19T10:56:12.884Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.884Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2022-05-19T10:56:12.884Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.884Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2022-05-19T10:56:12.884Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.884Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2022-05-19T10:56:12.884Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.884Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2022-05-19T10:56:12.884Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.884Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2022-05-19T10:56:12.884Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.884Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2022-05-19T10:56:12.884Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.884Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2022-05-19T10:56:12.884Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.884Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2022-05-19T10:56:12.884Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.884Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2022-05-19T10:56:12.884Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.884Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2022-05-19T10:56:12.884Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.884Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2022-05-19T10:56:12.884Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.884Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2022-05-19T10:56:12.885Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.885Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2022-05-19T10:56:12.885Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.885Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2022-05-19T10:56:12.885Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.885Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2022-05-19T10:56:12.885Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.885Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2022-05-19T10:56:12.885Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.885Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2022-05-19T10:56:12.885Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.885Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2022-05-19T10:56:12.885Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.885Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2022-05-19T10:56:12.885Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.885Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2022-05-19T10:56:12.885Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.885Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2022-05-19T10:56:12.885Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.885Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2022-05-19T10:56:12.885Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.885Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2022-05-19T10:56:12.885Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.885Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2022-05-19T10:56:12.885Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.885Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2022-05-19T10:56:12.885Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.885Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2022-05-19T10:56:12.885Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.885Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2022-05-19T10:56:12.885Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.885Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2022-05-19T10:56:12.885Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.885Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2022-05-19T10:56:12.885Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.885Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2022-05-19T10:56:12.885Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.885Z] === RUN TestDockerRegistrySuite/TestV2Only [2022-05-19T10:56:12.885Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.885Z] --- PASS: TestDockerRegistrySuite (0.19s) [2022-05-19T10:56:12.885Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-05-19T10:56:12.885Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-05-19T10:56:12.885Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-05-19T10:56:12.885Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-05-19T10:56:12.885Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-05-19T10:56:12.885Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-05-19T10:56:12.885Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-05-19T10:56:12.885Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-05-19T10:56:12.885Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-05-19T10:56:12.885Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-05-19T10:56:12.885Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-05-19T10:56:12.885Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-05-19T10:56:12.885Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-05-19T10:56:12.885Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-05-19T10:56:12.885Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-05-19T10:56:12.885Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-05-19T10:56:12.885Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-05-19T10:56:12.885Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-05-19T10:56:12.885Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-05-19T10:56:12.885Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-05-19T10:56:12.885Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-05-19T10:56:12.885Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-05-19T10:56:12.885Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-05-19T10:56:12.885Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-05-19T10:56:12.885Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-05-19T10:56:12.885Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-05-19T10:56:12.885Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-05-19T10:56:12.885Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-05-19T10:56:12.885Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-05-19T10:56:12.885Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-05-19T10:56:12.885Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-05-19T10:56:12.885Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-05-19T10:56:12.885Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-05-19T10:56:12.885Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-05-19T10:56:12.885Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-05-19T10:56:12.885Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-05-19T10:56:12.885Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-05-19T10:56:12.885Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2022-05-19T10:56:12.885Z] === RUN TestDockerSchema1RegistrySuite [2022-05-19T10:56:12.885Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2022-05-19T10:56:12.885Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.885Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2022-05-19T10:56:12.885Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.885Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2022-05-19T10:56:12.885Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.885Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2022-05-19T10:56:12.885Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.885Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2022-05-19T10:56:12.885Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.885Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2022-05-19T10:56:12.885Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.885Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2022-05-19T10:56:12.885Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.885Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2022-05-19T10:56:12.885Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.885Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2022-05-19T10:56:12.885Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.885Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2022-05-19T10:56:12.885Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.885Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2022-05-19T10:56:12.885Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.885Z] --- PASS: TestDockerSchema1RegistrySuite (0.00s) [2022-05-19T10:56:12.885Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-05-19T10:56:12.885Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-05-19T10:56:12.885Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-05-19T10:56:12.885Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-05-19T10:56:12.885Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-05-19T10:56:12.885Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-05-19T10:56:12.885Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-05-19T10:56:12.885Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-05-19T10:56:12.885Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-05-19T10:56:12.885Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-05-19T10:56:12.885Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-05-19T10:56:12.885Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2022-05-19T10:56:12.885Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2022-05-19T10:56:12.885Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.885Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2022-05-19T10:56:12.885Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.885Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2022-05-19T10:56:12.885Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.885Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2022-05-19T10:56:12.885Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.885Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2022-05-19T10:56:12.885Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.885Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2022-05-19T10:56:12.885Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.885Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2022-05-19T10:56:12.885Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.885Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2022-05-19T10:56:12.885Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.885Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (0.00s) [2022-05-19T10:56:12.885Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-05-19T10:56:12.885Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-05-19T10:56:12.885Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-05-19T10:56:12.885Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-05-19T10:56:12.885Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-05-19T10:56:12.885Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-05-19T10:56:12.885Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-05-19T10:56:12.885Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-05-19T10:56:12.885Z] === RUN TestDockerRegistryAuthTokenSuite [2022-05-19T10:56:12.885Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2022-05-19T10:56:12.885Z] check_test.go:266: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.885Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2022-05-19T10:56:12.885Z] check_test.go:266: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.885Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2022-05-19T10:56:12.885Z] check_test.go:266: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.885Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2022-05-19T10:56:12.885Z] check_test.go:266: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.885Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2022-05-19T10:56:12.885Z] check_test.go:266: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.885Z] --- PASS: TestDockerRegistryAuthTokenSuite (0.00s) [2022-05-19T10:56:12.885Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-05-19T10:56:12.885Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-05-19T10:56:12.885Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-05-19T10:56:12.885Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-05-19T10:56:12.885Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-05-19T10:56:12.885Z] === RUN TestDockerDaemonSuite [2022-05-19T10:56:12.885Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2022-05-19T10:56:12.885Z] check_test.go:300: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.885Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2022-05-19T10:56:12.885Z] check_test.go:300: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.885Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2022-05-19T10:56:12.885Z] check_test.go:300: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.885Z] --- PASS: TestDockerDaemonSuite (0.00s) [2022-05-19T10:56:12.885Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-05-19T10:56:12.885Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-05-19T10:56:12.885Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-05-19T10:56:12.885Z] === RUN TestDockerSwarmSuite [2022-05-19T10:56:12.885Z] --- PASS: TestDockerSwarmSuite (0.00s) [2022-05-19T10:56:12.885Z] === RUN TestDockerPluginSuite [2022-05-19T10:56:12.885Z] === RUN TestDockerPluginSuite/TestPluginBasicOps [2022-05-19T10:56:12.885Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.885Z] === RUN TestDockerPluginSuite/TestPluginCreate [2022-05-19T10:56:12.885Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.885Z] === RUN TestDockerPluginSuite/TestPluginEnableDisableNegative [2022-05-19T10:56:12.885Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.885Z] === RUN TestDockerPluginSuite/TestPluginForceRemove [2022-05-19T10:56:12.885Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.885Z] === RUN TestDockerPluginSuite/TestPluginIDPrefix [2022-05-19T10:56:12.885Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.885Z] === RUN TestDockerPluginSuite/TestPluginInspect [2022-05-19T10:56:12.885Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.885Z] === RUN TestDockerPluginSuite/TestPluginInstallArgs [2022-05-19T10:56:12.885Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.885Z] === RUN TestDockerPluginSuite/TestPluginInstallDisable [2022-05-19T10:56:12.885Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.885Z] === RUN TestDockerPluginSuite/TestPluginInstallImage [2022-05-19T10:56:12.885Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.885Z] === RUN TestDockerPluginSuite/TestPluginListDefaultFormat [2022-05-19T10:56:12.885Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.885Z] === RUN TestDockerPluginSuite/TestPluginSet [2022-05-19T10:56:12.885Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.885Z] --- PASS: TestDockerPluginSuite (0.00s) [2022-05-19T10:56:12.885Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-05-19T10:56:12.885Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-05-19T10:56:12.885Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-05-19T10:56:12.885Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-05-19T10:56:12.885Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-05-19T10:56:12.885Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-05-19T10:56:12.885Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-05-19T10:56:12.885Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-05-19T10:56:12.885Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-05-19T10:56:12.885Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-05-19T10:56:12.885Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2022-05-19T10:56:12.885Z] === RUN TestDockerExternalVolumeSuite [2022-05-19T10:56:12.885Z] check_test.go:126: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.885Z] --- SKIP: TestDockerExternalVolumeSuite (0.00s) [2022-05-19T10:56:12.885Z] === RUN TestDockerNetworkSuite [2022-05-19T10:56:12.885Z] check_test.go:132: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.885Z] --- SKIP: TestDockerNetworkSuite (0.00s) [2022-05-19T10:56:12.885Z] === RUN TestDockerHubPullSuite [2022-05-19T10:56:12.885Z] check_test.go:140: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.885Z] --- SKIP: TestDockerHubPullSuite (0.00s) [2022-05-19T10:56:12.885Z] PASS [2022-05-19T10:56:12.885Z] ok github.com/docker/docker/integration-cli 2892.638s [2022-05-19T10:56:12.885Z] [2022-05-19T10:56:12.885Z] === Skipped [2022-05-19T10:56:12.885Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.03s) [2022-05-19T10:56:12.885Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.885Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.03s) [2022-05-19T10:56:12.885Z] [2022-05-19T10:56:12.885Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIErrorPlainText (0.03s) [2022-05-19T10:56:12.885Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.885Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.03s) [2022-05-19T10:56:12.885Z] [2022-05-19T10:56:12.885Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkConnectDisconnect (0.04s) [2022-05-19T10:56:12.885Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.885Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.04s) [2022-05-19T10:56:12.885Z] [2022-05-19T10:56:12.885Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.04s) [2022-05-19T10:56:12.885Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.885Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.04s) [2022-05-19T10:56:12.885Z] [2022-05-19T10:56:12.885Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkFilter (0.03s) [2022-05-19T10:56:12.885Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.885Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.03s) [2022-05-19T10:56:12.885Z] [2022-05-19T10:56:12.885Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkGetDefaults (0.04s) [2022-05-19T10:56:12.885Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.885Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.04s) [2022-05-19T10:56:12.885Z] [2022-05-19T10:56:12.885Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.03s) [2022-05-19T10:56:12.885Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.885Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.03s) [2022-05-19T10:56:12.885Z] [2022-05-19T10:56:12.885Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectBridge (0.03s) [2022-05-19T10:56:12.885Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.885Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.03s) [2022-05-19T10:56:12.885Z] [2022-05-19T10:56:12.885Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2022-05-19T10:56:12.885Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.885Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2022-05-19T10:56:12.885Z] [2022-05-19T10:56:12.885Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2022-05-19T10:56:12.885Z] docker_api_stats_test.go:264: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.885Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2022-05-19T10:56:12.885Z] [2022-05-19T10:56:12.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.03s) [2022-05-19T10:56:12.886Z] docker_api_stats_test.go:170: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.886Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.03s) [2022-05-19T10:56:12.886Z] [2022-05-19T10:56:12.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2022-05-19T10:56:12.886Z] docker_api_stats_test.go:278: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.886Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2022-05-19T10:56:12.886Z] [2022-05-19T10:56:12.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2022-05-19T10:56:12.886Z] docker_cli_run_test.go:3149: unmatched requirement Apparmor [2022-05-19T10:56:12.886Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2022-05-19T10:56:12.886Z] [2022-05-19T10:56:12.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2022-05-19T10:56:12.886Z] docker_cli_run_test.go:3127: unmatched requirement Apparmor [2022-05-19T10:56:12.886Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2022-05-19T10:56:12.886Z] [2022-05-19T10:56:12.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2022-05-19T10:56:12.886Z] docker_cli_run_test.go:3139: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.886Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2022-05-19T10:56:12.886Z] [2022-05-19T10:56:12.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachDisconnect (0.03s) [2022-05-19T10:56:12.886Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.886Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.03s) [2022-05-19T10:56:12.886Z] [2022-05-19T10:56:12.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachPausedContainer (0.02s) [2022-05-19T10:56:12.886Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2022-05-19T10:56:12.886Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.02s) [2022-05-19T10:56:12.886Z] [2022-05-19T10:56:12.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2022-05-19T10:56:12.886Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.886Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2022-05-19T10:56:12.886Z] [2022-05-19T10:56:12.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAPIDoubleDockerfile (0.54s) [2022-05-19T10:56:12.886Z] docker_api_build_test.go:176: unmatched requirement UnixCli [2022-05-19T10:56:12.886Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.54s) [2022-05-19T10:56:12.886Z] [2022-05-19T10:56:12.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.03s) [2022-05-19T10:56:12.886Z] docker_cli_build_test.go:574: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.886Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.03s) [2022-05-19T10:56:12.886Z] [2022-05-19T10:56:12.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinks (0.02s) [2022-05-19T10:56:12.886Z] docker_cli_build_test.go:927: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.886Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.02s) [2022-05-19T10:56:12.886Z] [2022-05-19T10:56:12.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2022-05-19T10:56:12.886Z] docker_cli_build_test.go:1007: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.886Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2022-05-19T10:56:12.886Z] [2022-05-19T10:56:12.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToExistingDir (0.07s) [2022-05-19T10:56:12.886Z] docker_cli_build_test.go:752: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.886Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.07s) [2022-05-19T10:56:12.886Z] [2022-05-19T10:56:12.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToRoot (0.03s) [2022-05-19T10:56:12.886Z] docker_cli_build_test.go:738: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.886Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.03s) [2022-05-19T10:56:12.886Z] [2022-05-19T10:56:12.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.04s) [2022-05-19T10:56:12.886Z] docker_cli_build_test.go:798: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.886Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.04s) [2022-05-19T10:56:12.886Z] [2022-05-19T10:56:12.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddScript (0.05s) [2022-05-19T10:56:12.886Z] docker_cli_build_test.go:2811: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.886Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.05s) [2022-05-19T10:56:12.886Z] [2022-05-19T10:56:12.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToExistDir (0.03s) [2022-05-19T10:56:12.886Z] docker_cli_build_test.go:506: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.886Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.03s) [2022-05-19T10:56:12.886Z] [2022-05-19T10:56:12.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2022-05-19T10:56:12.886Z] docker_cli_build_test.go:723: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.886Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2022-05-19T10:56:12.886Z] [2022-05-19T10:56:12.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2022-05-19T10:56:12.886Z] docker_cli_build_test.go:467: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.886Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2022-05-19T10:56:12.886Z] [2022-05-19T10:56:12.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXz (0.05s) [2022-05-19T10:56:12.886Z] docker_cli_build_test.go:2947: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.886Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.05s) [2022-05-19T10:56:12.886Z] [2022-05-19T10:56:12.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXzGz (0.41s) [2022-05-19T10:56:12.886Z] docker_cli_build_test.go:2994: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.886Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.41s) [2022-05-19T10:56:12.886Z] [2022-05-19T10:56:12.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddWholeDirToRoot (0.88s) [2022-05-19T10:56:12.886Z] docker_cli_build_test.go:768: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.886Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.88s) [2022-05-19T10:56:12.886Z] [2022-05-19T10:56:12.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.23s) [2022-05-19T10:56:12.886Z] docker_cli_build_test.go:4457: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.886Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.23s) [2022-05-19T10:56:12.886Z] [2022-05-19T10:56:12.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.41s) [2022-05-19T10:56:12.886Z] docker_cli_build_test.go:4480: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.886Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.41s) [2022-05-19T10:56:12.886Z] [2022-05-19T10:56:12.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.05s) [2022-05-19T10:56:12.886Z] docker_cli_build_test.go:4603: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.886Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.05s) [2022-05-19T10:56:12.886Z] [2022-05-19T10:56:12.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEnv (0.03s) [2022-05-19T10:56:12.886Z] docker_cli_build_test.go:4522: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.886Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.03s) [2022-05-19T10:56:12.886Z] [2022-05-19T10:56:12.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.04s) [2022-05-19T10:56:12.886Z] docker_cli_build_test.go:4405: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.886Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.04s) [2022-05-19T10:56:12.886Z] [2022-05-19T10:56:12.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.05s) [2022-05-19T10:56:12.886Z] docker_cli_build_test.go:4259: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.886Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.05s) [2022-05-19T10:56:12.886Z] [2022-05-19T10:56:12.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.04s) [2022-05-19T10:56:12.886Z] docker_cli_build_test.go:4288: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.886Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.04s) [2022-05-19T10:56:12.886Z] [2022-05-19T10:56:12.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.80s) [2022-05-19T10:56:12.886Z] docker_cli_build_test.go:4433: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.886Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.80s) [2022-05-19T10:56:12.886Z] [2022-05-19T10:56:12.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheAdd (0.43s) [2022-05-19T10:56:12.886Z] docker_cli_build_test.go:372: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.886Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.43s) [2022-05-19T10:56:12.886Z] [2022-05-19T10:56:12.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheFrom (0.07s) [2022-05-19T10:56:12.886Z] docker_cli_build_test.go:5420: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.886Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.07s) [2022-05-19T10:56:12.886Z] [2022-05-19T10:56:12.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownOnCopy (0.06s) [2022-05-19T10:56:12.886Z] docker_api_build_test.go:401: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.886Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.06s) [2022-05-19T10:56:12.886Z] [2022-05-19T10:56:12.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownSingleFile (0.02s) [2022-05-19T10:56:12.886Z] docker_cli_build_test.go:3570: unmatched requirement UnixCli [2022-05-19T10:56:12.886Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.02s) [2022-05-19T10:56:12.886Z] [2022-05-19T10:56:12.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2022-05-19T10:56:12.886Z] docker_cli_build_test.go:2641: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.886Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2022-05-19T10:56:12.886Z] [2022-05-19T10:56:12.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2022-05-19T10:56:12.886Z] docker_cli_build_test.go:3969: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.886Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2022-05-19T10:56:12.886Z] [2022-05-19T10:56:12.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyAddMultipleFiles (0.04s) [2022-05-19T10:56:12.886Z] docker_cli_build_test.go:522: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.886Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.04s) [2022-05-19T10:56:12.886Z] [2022-05-19T10:56:12.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s) [2022-05-19T10:56:12.886Z] docker_cli_build_test.go:894: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.886Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s) [2022-05-19T10:56:12.886Z] [2022-05-19T10:56:12.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2022-05-19T10:56:12.886Z] docker_cli_build_test.go:880: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.886Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2022-05-19T10:56:12.886Z] [2022-05-19T10:56:12.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToExistDir (0.41s) [2022-05-19T10:56:12.886Z] docker_cli_build_test.go:849: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.886Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.41s) [2022-05-19T10:56:12.886Z] [2022-05-19T10:56:12.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.40s) [2022-05-19T10:56:12.886Z] docker_cli_build_test.go:865: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.886Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.40s) [2022-05-19T10:56:12.886Z] [2022-05-19T10:56:12.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s) [2022-05-19T10:56:12.886Z] docker_cli_build_test.go:811: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.886Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s) [2022-05-19T10:56:12.886Z] [2022-05-19T10:56:12.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWholeDirToRoot (0.04s) [2022-05-19T10:56:12.886Z] docker_cli_build_test.go:910: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.886Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.04s) [2022-05-19T10:56:12.886Z] [2022-05-19T10:56:12.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWildcardInName (0.46s) [2022-05-19T10:56:12.886Z] docker_cli_build_test.go:685: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.886Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.46s) [2022-05-19T10:56:12.886Z] [2022-05-19T10:56:12.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildDockerignoreComment (0.43s) [2022-05-19T10:56:12.886Z] docker_cli_build_test.go:5143: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.886Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.43s) [2022-05-19T10:56:12.886Z] [2022-05-19T10:56:12.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEOLInLine (0.41s) [2022-05-19T10:56:12.886Z] docker_cli_build_test.go:2630: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.886Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.41s) [2022-05-19T10:56:12.886Z] [2022-05-19T10:56:12.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyCmd (0.04s) [2022-05-19T10:56:12.886Z] docker_cli_build_test.go:3165: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.886Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.04s) [2022-05-19T10:56:12.886Z] [2022-05-19T10:56:12.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyScratch (0.03s) [2022-05-19T10:56:12.886Z] docker_cli_build_test.go:3932: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.886Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.03s) [2022-05-19T10:56:12.886Z] [2022-05-19T10:56:12.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnv (0.05s) [2022-05-19T10:56:12.886Z] docker_cli_build_test.go:1470: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.886Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.05s) [2022-05-19T10:56:12.886Z] [2022-05-19T10:56:12.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvEscapes (0.42s) [2022-05-19T10:56:12.886Z] docker_cli_build_test.go:304: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.886Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.42s) [2022-05-19T10:56:12.886Z] [2022-05-19T10:56:12.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvOverwrite (0.03s) [2022-05-19T10:56:12.886Z] docker_cli_build_test.go:321: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.886Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.03s) [2022-05-19T10:56:12.886Z] [2022-05-19T10:56:12.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage (0.03s) [2022-05-19T10:56:12.886Z] docker_cli_build_test.go:2713: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.886Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.03s) [2022-05-19T10:56:12.886Z] [2022-05-19T10:56:12.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage2 (0.02s) [2022-05-19T10:56:12.886Z] docker_cli_build_test.go:2744: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.886Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.02s) [2022-05-19T10:56:12.886Z] [2022-05-19T10:56:12.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.05s) [2022-05-19T10:56:12.886Z] docker_cli_build_test.go:173: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.886Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.05s) [2022-05-19T10:56:12.886Z] [2022-05-19T10:56:12.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.04s) [2022-05-19T10:56:12.886Z] docker_cli_build_test.go:104: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.886Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.04s) [2022-05-19T10:56:12.886Z] [2022-05-19T10:56:12.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementUser (0.04s) [2022-05-19T10:56:12.886Z] docker_cli_build_test.go:62: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.886Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.04s) [2022-05-19T10:56:12.886Z] [2022-05-19T10:56:12.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExoticShellInterpolation (0.05s) [2022-05-19T10:56:12.886Z] docker_cli_build_test.go:3298: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.886Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.05s) [2022-05-19T10:56:12.886Z] [2022-05-19T10:56:12.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExpose (0.04s) [2022-05-19T10:56:12.886Z] docker_cli_build_test.go:1591: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.886Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.04s) [2022-05-19T10:56:12.886Z] [2022-05-19T10:56:12.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2022-05-19T10:56:12.886Z] docker_cli_build_test.go:1605: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.886Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2022-05-19T10:56:12.886Z] [2022-05-19T10:56:12.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeOrder (0.02s) [2022-05-19T10:56:12.886Z] docker_cli_build_test.go:1654: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.886Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.02s) [2022-05-19T10:56:12.886Z] [2022-05-19T10:56:12.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s) [2022-05-19T10:56:12.886Z] docker_cli_build_test.go:1670: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.886Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s) [2022-05-19T10:56:12.886Z] [2022-05-19T10:56:12.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.04s) [2022-05-19T10:56:12.886Z] docker_cli_build_test.go:3697: unmatched requirement UnixCli [2022-05-19T10:56:12.886Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.04s) [2022-05-19T10:56:12.886Z] [2022-05-19T10:56:12.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromStdinWithF (0.03s) [2022-05-19T10:56:12.887Z] docker_cli_build_test.go:3748: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.887Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.03s) [2022-05-19T10:56:12.887Z] [2022-05-19T10:56:12.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildHandleEscapesInVolume (0.04s) [2022-05-19T10:56:12.887Z] docker_cli_build_test.go:236: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.887Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.04s) [2022-05-19T10:56:12.887Z] [2022-05-19T10:56:12.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildInheritance (0.07s) [2022-05-19T10:56:12.887Z] docker_cli_build_test.go:2202: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.887Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.07s) [2022-05-19T10:56:12.887Z] [2022-05-19T10:56:12.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLastModified (0.11s) [2022-05-19T10:56:12.887Z] docker_cli_build_test.go:394: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.887Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.11s) [2022-05-19T10:56:12.887Z] [2022-05-19T10:56:12.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLineBreak (0.06s) [2022-05-19T10:56:12.887Z] docker_cli_build_test.go:2619: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.887Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.06s) [2022-05-19T10:56:12.887Z] [2022-05-19T10:56:12.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageCache (0.09s) [2022-05-19T10:56:12.887Z] docker_cli_build_test.go:5514: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.887Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.09s) [2022-05-19T10:56:12.887Z] [2022-05-19T10:56:12.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageResetScratch (0.04s) [2022-05-19T10:56:12.887Z] docker_cli_build_test.go:5917: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.887Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.04s) [2022-05-19T10:56:12.887Z] [2022-05-19T10:56:12.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetContainer (0.03s) [2022-05-19T10:56:12.887Z] docker_cli_build_test.go:5550: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.887Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.03s) [2022-05-19T10:56:12.887Z] [2022-05-19T10:56:12.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetNone (0.02s) [2022-05-19T10:56:12.887Z] docker_cli_build_test.go:5538: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.887Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.02s) [2022-05-19T10:56:12.887Z] [2022-05-19T10:56:12.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildOpaqueDirectory (0.06s) [2022-05-19T10:56:12.887Z] docker_cli_build_test.go:5975: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.887Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.06s) [2022-05-19T10:56:12.887Z] [2022-05-19T10:56:12.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildPATH (0.02s) [2022-05-19T10:56:12.887Z] docker_cli_build_test.go:1484: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.887Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.02s) [2022-05-19T10:56:12.887Z] [2022-05-19T10:56:12.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildRUNoneJSON (0.03s) [2022-05-19T10:56:12.887Z] docker_cli_build_test.go:3947: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.887Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.03s) [2022-05-19T10:56:12.887Z] [2022-05-19T10:56:12.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.09s) [2022-05-19T10:56:12.887Z] docker_cli_build_test.go:1752: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.887Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.09s) [2022-05-19T10:56:12.887Z] [2022-05-19T10:56:12.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildScratchCopy (0.46s) [2022-05-19T10:56:12.887Z] docker_api_build_test.go:512: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.887Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.46s) [2022-05-19T10:56:12.887Z] [2022-05-19T10:56:12.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildStopSignal (0.48s) [2022-05-19T10:56:12.887Z] docker_cli_build_test.go:4067: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.887Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.48s) [2022-05-19T10:56:12.887Z] [2022-05-19T10:56:12.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUser (0.05s) [2022-05-19T10:56:12.887Z] docker_cli_build_test.go:1281: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.887Z] --- SKIP: TestDockerSuite/TestBuildUser (0.05s) [2022-05-19T10:56:12.887Z] [2022-05-19T10:56:12.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.04s) [2022-05-19T10:56:12.887Z] docker_cli_build_test.go:555: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.887Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.04s) [2022-05-19T10:56:12.887Z] [2022-05-19T10:56:12.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2022-05-19T10:56:12.887Z] docker_cli_build_test.go:2655: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.887Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2022-05-19T10:56:12.887Z] [2022-05-19T10:56:12.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.03s) [2022-05-19T10:56:12.887Z] docker_cli_build_test.go:3874: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.887Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.03s) [2022-05-19T10:56:12.887Z] [2022-05-19T10:56:12.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumesRetainContents (0.03s) [2022-05-19T10:56:12.887Z] docker_cli_build_test.go:3669: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.887Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.03s) [2022-05-19T10:56:12.887Z] [2022-05-19T10:56:12.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHost (0.53s) [2022-05-19T10:56:12.887Z] docker_cli_build_test.go:5566: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.887Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.53s) [2022-05-19T10:56:12.887Z] [2022-05-19T10:56:12.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.07s) [2022-05-19T10:56:12.887Z] docker_cli_build_test.go:5582: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.887Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.07s) [2022-05-19T10:56:12.887Z] [2022-05-19T10:56:12.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.45s) [2022-05-19T10:56:12.887Z] docker_cli_build_test.go:1050: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.887Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.45s) [2022-05-19T10:56:12.887Z] [2022-05-19T10:56:12.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumeOwnership (0.50s) [2022-05-19T10:56:12.887Z] docker_cli_build_test.go:2151: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.887Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.50s) [2022-05-19T10:56:12.887Z] [2022-05-19T10:56:12.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumes (0.50s) [2022-05-19T10:56:12.887Z] docker_cli_build_test.go:1233: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.887Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.50s) [2022-05-19T10:56:12.887Z] [2022-05-19T10:56:12.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWorkdirCmd (0.05s) [2022-05-19T10:56:12.887Z] docker_cli_build_test.go:6055: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.887Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.05s) [2022-05-19T10:56:12.887Z] [2022-05-19T10:56:12.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildXZHost (0.42s) [2022-05-19T10:56:12.887Z] docker_cli_build_test.go:3651: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.887Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.42s) [2022-05-19T10:56:12.887Z] [2022-05-19T10:56:12.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.04s) [2022-05-19T10:56:12.887Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.887Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.04s) [2022-05-19T10:56:12.887Z] [2022-05-19T10:56:12.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.05s) [2022-05-19T10:56:12.887Z] docker_cli_sni_test.go:18: Flakey test [2022-05-19T10:56:12.887Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.05s) [2022-05-19T10:56:12.887Z] [2022-05-19T10:56:12.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitHardlink (0.03s) [2022-05-19T10:56:12.887Z] docker_cli_commit_test.go:70: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.887Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.03s) [2022-05-19T10:56:12.887Z] [2022-05-19T10:56:12.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitPausedContainer (0.03s) [2022-05-19T10:56:12.887Z] docker_cli_commit_test.go:45: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.887Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.03s) [2022-05-19T10:56:12.887Z] [2022-05-19T10:56:12.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithHostBindMount (0.03s) [2022-05-19T10:56:12.887Z] docker_cli_commit_test.go:98: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.887Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.03s) [2022-05-19T10:56:12.887Z] [2022-05-19T10:56:12.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithoutPause (0.03s) [2022-05-19T10:56:12.887Z] docker_cli_commit_test.go:29: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.887Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.03s) [2022-05-19T10:56:12.887Z] [2022-05-19T10:56:12.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2022-05-19T10:56:12.887Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.887Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2022-05-19T10:56:12.887Z] [2022-05-19T10:56:12.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.03s) [2022-05-19T10:56:12.887Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.887Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.03s) [2022-05-19T10:56:12.887Z] [2022-05-19T10:56:12.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeAndOptions (0.03s) [2022-05-19T10:56:12.887Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.887Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.03s) [2022-05-19T10:56:12.887Z] [2022-05-19T10:56:12.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2022-05-19T10:56:12.887Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.887Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2022-05-19T10:56:12.887Z] [2022-05-19T10:56:12.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIBadPort (0.02s) [2022-05-19T10:56:12.887Z] docker_api_containers_test.go:505: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.887Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.02s) [2022-05-19T10:56:12.887Z] [2022-05-19T10:56:12.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.03s) [2022-05-19T10:56:12.887Z] docker_api_containers_test.go:1099: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.887Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.03s) [2022-05-19T10:56:12.887Z] [2022-05-19T10:56:12.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyPre124 (0.02s) [2022-05-19T10:56:12.887Z] docker_api_containers_test.go:1025: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.887Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.02s) [2022-05-19T10:56:12.887Z] [2022-05-19T10:56:12.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s) [2022-05-19T10:56:12.887Z] docker_api_containers_test.go:1055: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.887Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s) [2022-05-19T10:56:12.887Z] [2022-05-19T10:56:12.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s) [2022-05-19T10:56:12.887Z] docker_api_containers_test.go:1077: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.887Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s) [2022-05-19T10:56:12.887Z] [2022-05-19T10:56:12.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.03s) [2022-05-19T10:56:12.887Z] docker_api_containers_test.go:588: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.887Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.03s) [2022-05-19T10:56:12.887Z] [2022-05-19T10:56:12.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.03s) [2022-05-19T10:56:12.887Z] docker_api_containers_test.go:1355: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.887Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.03s) [2022-05-19T10:56:12.887Z] [2022-05-19T10:56:12.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.03s) [2022-05-19T10:56:12.887Z] docker_api_containers_test.go:594: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.887Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.03s) [2022-05-19T10:56:12.887Z] [2022-05-19T10:56:12.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s) [2022-05-19T10:56:12.887Z] docker_api_containers_test.go:623: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.887Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s) [2022-05-19T10:56:12.887Z] [2022-05-19T10:56:12.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s) [2022-05-19T10:56:12.887Z] docker_api_containers_test.go:1153: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.887Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s) [2022-05-19T10:56:12.887Z] [2022-05-19T10:56:12.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2022-05-19T10:56:12.887Z] docker_api_containers_test.go:128: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.887Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2022-05-19T10:56:12.887Z] [2022-05-19T10:56:12.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetExport (0.02s) [2022-05-19T10:56:12.887Z] docker_api_containers_test.go:101: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.887Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.02s) [2022-05-19T10:56:12.887Z] [2022-05-19T10:56:12.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIPause (0.02s) [2022-05-19T10:56:12.887Z] docker_api_containers_test.go:366: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.887Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.02s) [2022-05-19T10:56:12.887Z] [2022-05-19T10:56:12.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.03s) [2022-05-19T10:56:12.887Z] docker_api_containers_test.go:1603: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.887Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.03s) [2022-05-19T10:56:12.887Z] [2022-05-19T10:56:12.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPITop (0.03s) [2022-05-19T10:56:12.887Z] docker_api_containers_test.go:396: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.887Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.03s) [2022-05-19T10:56:12.887Z] [2022-05-19T10:56:12.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerNetworkMode (0.02s) [2022-05-19T10:56:12.887Z] docker_cli_run_test.go:2403: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.887Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.02s) [2022-05-19T10:56:12.887Z] [2022-05-19T10:56:12.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2022-05-19T10:56:12.887Z] docker_cli_run_test.go:3498: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.887Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2022-05-19T10:56:12.887Z] [2022-05-19T10:56:12.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s) [2022-05-19T10:56:12.887Z] docker_cli_run_test.go:3530: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.887Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s) [2022-05-19T10:56:12.887Z] [2022-05-19T10:56:12.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2022-05-19T10:56:12.887Z] docker_cli_run_test.go:3561: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.887Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2022-05-19T10:56:12.887Z] [2022-05-19T10:56:12.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s) [2022-05-19T10:56:12.887Z] docker_cli_run_test.go:3544: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.887Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s) [2022-05-19T10:56:12.887Z] [2022-05-19T10:56:12.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2022-05-19T10:56:12.887Z] docker_api_containers_test.go:2184: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.887Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2022-05-19T10:56:12.887Z] [2022-05-19T10:56:12.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInMultipleNetworks (0.03s) [2022-05-19T10:56:12.887Z] docker_cli_run_test.go:3434: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.887Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.03s) [2022-05-19T10:56:12.887Z] [2022-05-19T10:56:12.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInUserDefinedNetwork (0.03s) [2022-05-19T10:56:12.887Z] docker_cli_run_test.go:3426: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.887Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.03s) [2022-05-19T10:56:12.887Z] [2022-05-19T10:56:12.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersNetworkIsolation (0.02s) [2022-05-19T10:56:12.887Z] docker_cli_run_test.go:3453: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.887Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.02s) [2022-05-19T10:56:12.887Z] [2022-05-19T10:56:12.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyAndRestart (0.03s) [2022-05-19T10:56:12.887Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.887Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.03s) [2022-05-19T10:56:12.887Z] [2022-05-19T10:56:12.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyCreatedContainer (0.03s) [2022-05-19T10:56:12.888Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.888Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.03s) [2022-05-19T10:56:12.888Z] [2022-05-19T10:56:12.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpAbsoluteSymlink (0.03s) [2022-05-19T10:56:12.888Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.888Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.03s) [2022-05-19T10:56:12.888Z] [2022-05-19T10:56:12.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseA (0.03s) [2022-05-19T10:56:12.888Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.888Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.03s) [2022-05-19T10:56:12.888Z] [2022-05-19T10:56:12.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseB (0.02s) [2022-05-19T10:56:12.888Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.888Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.02s) [2022-05-19T10:56:12.888Z] [2022-05-19T10:56:12.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseC (0.04s) [2022-05-19T10:56:12.888Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.888Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.04s) [2022-05-19T10:56:12.888Z] [2022-05-19T10:56:12.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseD (0.03s) [2022-05-19T10:56:12.888Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.888Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.03s) [2022-05-19T10:56:12.888Z] [2022-05-19T10:56:12.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseE (0.03s) [2022-05-19T10:56:12.888Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.888Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.03s) [2022-05-19T10:56:12.888Z] [2022-05-19T10:56:12.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseF (0.02s) [2022-05-19T10:56:12.888Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.888Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.02s) [2022-05-19T10:56:12.888Z] [2022-05-19T10:56:12.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseG (0.02s) [2022-05-19T10:56:12.888Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.888Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.02s) [2022-05-19T10:56:12.888Z] [2022-05-19T10:56:12.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseH (0.02s) [2022-05-19T10:56:12.888Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.888Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.02s) [2022-05-19T10:56:12.888Z] [2022-05-19T10:56:12.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseI (0.02s) [2022-05-19T10:56:12.888Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.888Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.02s) [2022-05-19T10:56:12.888Z] [2022-05-19T10:56:12.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseJ (0.02s) [2022-05-19T10:56:12.888Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.888Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.02s) [2022-05-19T10:56:12.888Z] [2022-05-19T10:56:12.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkDestination (0.02s) [2022-05-19T10:56:12.888Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.888Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.02s) [2022-05-19T10:56:12.888Z] [2022-05-19T10:56:12.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkToDirectory (0.03s) [2022-05-19T10:56:12.888Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.888Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.03s) [2022-05-19T10:56:12.888Z] [2022-05-19T10:56:12.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpNameHasColon (0.02s) [2022-05-19T10:56:12.888Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.888Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.02s) [2022-05-19T10:56:12.888Z] [2022-05-19T10:56:12.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSpecialFiles (0.02s) [2022-05-19T10:56:12.888Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.888Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.02s) [2022-05-19T10:56:12.888Z] [2022-05-19T10:56:12.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkComponent (0.03s) [2022-05-19T10:56:12.888Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.888Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.03s) [2022-05-19T10:56:12.888Z] [2022-05-19T10:56:12.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2022-05-19T10:56:12.888Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.888Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2022-05-19T10:56:12.888Z] [2022-05-19T10:56:12.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseC (0.02s) [2022-05-19T10:56:12.888Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.888Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.02s) [2022-05-19T10:56:12.888Z] [2022-05-19T10:56:12.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseD (0.02s) [2022-05-19T10:56:12.888Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.888Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.02s) [2022-05-19T10:56:12.888Z] [2022-05-19T10:56:12.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseF (0.02s) [2022-05-19T10:56:12.888Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.888Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.02s) [2022-05-19T10:56:12.888Z] [2022-05-19T10:56:12.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseG (0.02s) [2022-05-19T10:56:12.888Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.888Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.02s) [2022-05-19T10:56:12.888Z] [2022-05-19T10:56:12.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseI (0.05s) [2022-05-19T10:56:12.888Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.888Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.05s) [2022-05-19T10:56:12.888Z] [2022-05-19T10:56:12.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseJ (0.02s) [2022-05-19T10:56:12.888Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.888Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.02s) [2022-05-19T10:56:12.888Z] [2022-05-19T10:56:12.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2022-05-19T10:56:12.888Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.888Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2022-05-19T10:56:12.888Z] [2022-05-19T10:56:12.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2022-05-19T10:56:12.888Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.888Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2022-05-19T10:56:12.888Z] [2022-05-19T10:56:12.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkDestination (0.04s) [2022-05-19T10:56:12.888Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.888Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.04s) [2022-05-19T10:56:12.888Z] [2022-05-19T10:56:12.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkToDirectory (0.03s) [2022-05-19T10:56:12.888Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.888Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.03s) [2022-05-19T10:56:12.888Z] [2022-05-19T10:56:12.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpUnprivilegedUser (0.03s) [2022-05-19T10:56:12.888Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.888Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.03s) [2022-05-19T10:56:12.888Z] [2022-05-19T10:56:12.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpVolumePath (0.02s) [2022-05-19T10:56:12.888Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.888Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.02s) [2022-05-19T10:56:12.888Z] [2022-05-19T10:56:12.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2022-05-19T10:56:12.888Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.888Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2022-05-19T10:56:12.888Z] [2022-05-19T10:56:12.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2022-05-19T10:56:12.888Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-05-19T10:56:12.888Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2022-05-19T10:56:12.888Z] [2022-05-19T10:56:12.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.03s) [2022-05-19T10:56:12.888Z] docker_api_containers_test.go:855: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.888Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.03s) [2022-05-19T10:56:12.888Z] [2022-05-19T10:56:12.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.03s) [2022-05-19T10:56:12.888Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.888Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.03s) [2022-05-19T10:56:12.888Z] [2022-05-19T10:56:12.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.03s) [2022-05-19T10:56:12.888Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.888Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.03s) [2022-05-19T10:56:12.888Z] [2022-05-19T10:56:12.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2022-05-19T10:56:12.888Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.888Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2022-05-19T10:56:12.888Z] [2022-05-19T10:56:12.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s) [2022-05-19T10:56:12.888Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.888Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s) [2022-05-19T10:56:12.888Z] [2022-05-19T10:56:12.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2022-05-19T10:56:12.888Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.888Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2022-05-19T10:56:12.888Z] [2022-05-19T10:56:12.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2022-05-19T10:56:12.888Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.888Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2022-05-19T10:56:12.888Z] [2022-05-19T10:56:12.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2022-05-19T10:56:12.888Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.888Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2022-05-19T10:56:12.888Z] [2022-05-19T10:56:12.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s) [2022-05-19T10:56:12.888Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.888Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s) [2022-05-19T10:56:12.888Z] [2022-05-19T10:56:12.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s) [2022-05-19T10:56:12.888Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.888Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s) [2022-05-19T10:56:12.888Z] [2022-05-19T10:56:12.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDevicePermissions (0.02s) [2022-05-19T10:56:12.888Z] docker_cli_run_test.go:2963: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.888Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.02s) [2022-05-19T10:56:12.888Z] [2022-05-19T10:56:12.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.03s) [2022-05-19T10:56:12.888Z] docker_cli_volume_test.go:453: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.888Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.03s) [2022-05-19T10:56:12.888Z] [2022-05-19T10:56:12.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2022-05-19T10:56:12.888Z] docker_cli_volume_test.go:494: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.888Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2022-05-19T10:56:12.888Z] [2022-05-19T10:56:12.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s) [2022-05-19T10:56:12.888Z] docker_cli_volume_test.go:536: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.888Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s) [2022-05-19T10:56:12.888Z] [2022-05-19T10:56:12.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsAttach (0.02s) [2022-05-19T10:56:12.888Z] docker_cli_events_test.go:466: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.888Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.02s) [2022-05-19T10:56:12.888Z] [2022-05-19T10:56:12.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsCommit (0.02s) [2022-05-19T10:56:12.888Z] docker_cli_events_test.go:397: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.888Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.02s) [2022-05-19T10:56:12.888Z] [2022-05-19T10:56:12.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageImport (0.02s) [2022-05-19T10:56:12.888Z] docker_cli_events_test.go:170: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.888Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.02s) [2022-05-19T10:56:12.888Z] [2022-05-19T10:56:12.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageLoad (0.02s) [2022-05-19T10:56:12.888Z] docker_cli_events_test.go:192: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.888Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.02s) [2022-05-19T10:56:12.888Z] [2022-05-19T10:56:12.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImagePull (0.02s) [2022-05-19T10:56:12.888Z] docker_cli_events_test.go:151: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.888Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.02s) [2022-05-19T10:56:12.888Z] [2022-05-19T10:56:12.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsPluginOps (0.03s) [2022-05-19T10:56:12.888Z] docker_cli_events_test.go:231: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.888Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.03s) [2022-05-19T10:56:12.888Z] [2022-05-19T10:56:12.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsTop (0.02s) [2022-05-19T10:56:12.888Z] docker_cli_events_test.go:515: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.888Z] --- SKIP: TestDockerSuite/TestEventsTop (0.02s) [2022-05-19T10:56:12.888Z] [2022-05-19T10:56:12.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExec (0.02s) [2022-05-19T10:56:12.888Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.888Z] --- SKIP: TestDockerSuite/TestExec (0.02s) [2022-05-19T10:56:12.888Z] [2022-05-19T10:56:12.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPICreateContainerPaused (0.02s) [2022-05-19T10:56:12.888Z] docker_api_exec_test.go:65: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.888Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.02s) [2022-05-19T10:56:12.888Z] [2022-05-19T10:56:12.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStart (0.03s) [2022-05-19T10:56:12.888Z] docker_api_exec_test.go:83: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.888Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.03s) [2022-05-19T10:56:12.888Z] [2022-05-19T10:56:12.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s) [2022-05-19T10:56:12.888Z] docker_api_exec_test.go:120: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.888Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s) [2022-05-19T10:56:12.888Z] [2022-05-19T10:56:12.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s) [2022-05-19T10:56:12.889Z] docker_api_exec_test.go:110: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.889Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s) [2022-05-19T10:56:12.889Z] [2022-05-19T10:56:12.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecCgroup (0.03s) [2022-05-19T10:56:12.889Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.889Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.03s) [2022-05-19T10:56:12.889Z] [2022-05-19T10:56:12.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnv (0.03s) [2022-05-19T10:56:12.889Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.889Z] --- SKIP: TestDockerSuite/TestExecEnv (0.03s) [2022-05-19T10:56:12.889Z] [2022-05-19T10:56:12.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnvLinksHost (0.03s) [2022-05-19T10:56:12.889Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2022-05-19T10:56:12.889Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.03s) [2022-05-19T10:56:12.889Z] [2022-05-19T10:56:12.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecInteractive (0.03s) [2022-05-19T10:56:12.889Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.360Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.03s) [2022-05-19T10:56:13.360Z] [2022-05-19T10:56:13.360Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2022-05-19T10:56:13.360Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.360Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2022-05-19T10:56:13.360Z] [2022-05-19T10:56:13.360Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecParseError (0.02s) [2022-05-19T10:56:13.360Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.360Z] --- SKIP: TestDockerSuite/TestExecParseError (0.02s) [2022-05-19T10:56:13.360Z] [2022-05-19T10:56:13.360Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecPausedContainer (0.04s) [2022-05-19T10:56:13.360Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2022-05-19T10:56:13.360Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.04s) [2022-05-19T10:56:13.360Z] [2022-05-19T10:56:13.360Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.03s) [2022-05-19T10:56:13.360Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.360Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.03s) [2022-05-19T10:56:13.360Z] [2022-05-19T10:56:13.360Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecSetEnv (0.02s) [2022-05-19T10:56:13.360Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.360Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.02s) [2022-05-19T10:56:13.360Z] [2022-05-19T10:56:13.360Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStartFails (0.02s) [2022-05-19T10:56:13.360Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.360Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.02s) [2022-05-19T10:56:13.360Z] [2022-05-19T10:56:13.360Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStateCleanup (0.02s) [2022-05-19T10:56:13.360Z] docker_api_exec_test.go:210: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.360Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.02s) [2022-05-19T10:56:13.360Z] [2022-05-19T10:56:13.360Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStopNotHanging (0.03s) [2022-05-19T10:56:13.360Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.360Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.03s) [2022-05-19T10:56:13.360Z] [2022-05-19T10:56:13.360Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2022-05-19T10:56:13.360Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.360Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2022-05-19T10:56:13.360Z] [2022-05-19T10:56:13.360Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecUlimits (0.02s) [2022-05-19T10:56:13.360Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.360Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.02s) [2022-05-19T10:56:13.360Z] [2022-05-19T10:56:13.360Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithImageUser (0.02s) [2022-05-19T10:56:13.360Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.360Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.02s) [2022-05-19T10:56:13.360Z] [2022-05-19T10:56:13.360Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithPrivileged (0.02s) [2022-05-19T10:56:13.360Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.360Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.02s) [2022-05-19T10:56:13.360Z] [2022-05-19T10:56:13.360Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithUser (0.03s) [2022-05-19T10:56:13.360Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.360Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.03s) [2022-05-19T10:56:13.360Z] [2022-05-19T10:56:13.360Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2022-05-19T10:56:13.360Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.360Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2022-05-19T10:56:13.360Z] [2022-05-19T10:56:13.360Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestHealth (0.02s) [2022-05-19T10:56:13.360Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.360Z] --- SKIP: TestDockerSuite/TestHealth (0.02s) [2022-05-19T10:56:13.360Z] [2022-05-19T10:56:13.360Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2022-05-19T10:56:13.360Z] docker_cli_images_test.go:227: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.360Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2022-05-19T10:56:13.360Z] [2022-05-19T10:56:13.360Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2022-05-19T10:56:13.360Z] docker_cli_images_test.go:282: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.360Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2022-05-19T10:56:13.360Z] [2022-05-19T10:56:13.360Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesFormatDefaultFormat (0.03s) [2022-05-19T10:56:13.360Z] docker_cli_images_test.go:341: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.360Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.03s) [2022-05-19T10:56:13.360Z] [2022-05-19T10:56:13.360Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportDisplay (0.03s) [2022-05-19T10:56:13.360Z] docker_cli_import_test.go:18: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.360Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.03s) [2022-05-19T10:56:13.360Z] [2022-05-19T10:56:13.360Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFile (0.02s) [2022-05-19T10:56:13.360Z] docker_cli_import_test.go:47: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.360Z] --- SKIP: TestDockerSuite/TestImportFile (0.02s) [2022-05-19T10:56:13.360Z] [2022-05-19T10:56:13.360Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFileWithMessage (0.03s) [2022-05-19T10:56:13.360Z] docker_cli_import_test.go:91: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.360Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.03s) [2022-05-19T10:56:13.360Z] [2022-05-19T10:56:13.360Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportGzipped (0.02s) [2022-05-19T10:56:13.360Z] docker_cli_import_test.go:68: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.360Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.02s) [2022-05-19T10:56:13.360Z] [2022-05-19T10:56:13.360Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportWithQuotedChanges (0.02s) [2022-05-19T10:56:13.360Z] docker_cli_import_test.go:127: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.360Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.02s) [2022-05-19T10:56:13.360Z] [2022-05-19T10:56:13.360Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2022-05-19T10:56:13.360Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2022-05-19T10:56:13.360Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2022-05-19T10:56:13.360Z] [2022-05-19T10:56:13.360Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2022-05-19T10:56:13.360Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.360Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2022-05-19T10:56:13.360Z] [2022-05-19T10:56:13.360Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2022-05-19T10:56:13.360Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.360Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2022-05-19T10:56:13.360Z] [2022-05-19T10:56:13.360Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.03s) [2022-05-19T10:56:13.360Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.360Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.03s) [2022-05-19T10:56:13.360Z] [2022-05-19T10:56:13.360Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2022-05-19T10:56:13.360Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.360Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2022-05-19T10:56:13.360Z] [2022-05-19T10:56:13.360Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.03s) [2022-05-19T10:56:13.360Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.360Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.03s) [2022-05-19T10:56:13.360Z] [2022-05-19T10:56:13.360Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.03s) [2022-05-19T10:56:13.360Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.360Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.03s) [2022-05-19T10:56:13.360Z] [2022-05-19T10:56:13.360Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAmpersand (0.03s) [2022-05-19T10:56:13.360Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.360Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.03s) [2022-05-19T10:56:13.360Z] [2022-05-19T10:56:13.360Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.03s) [2022-05-19T10:56:13.360Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.360Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.03s) [2022-05-19T10:56:13.360Z] [2022-05-19T10:56:13.360Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkCustom (0.02s) [2022-05-19T10:56:13.360Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.360Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.02s) [2022-05-19T10:56:13.360Z] [2022-05-19T10:56:13.360Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2022-05-19T10:56:13.360Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.360Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2022-05-19T10:56:13.360Z] [2022-05-19T10:56:13.360Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImage (0.03s) [2022-05-19T10:56:13.360Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.360Z] --- SKIP: TestDockerSuite/TestInspectImage (0.03s) [2022-05-19T10:56:13.360Z] [2022-05-19T10:56:13.360Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageFilterInt (0.03s) [2022-05-19T10:56:13.360Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.360Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.03s) [2022-05-19T10:56:13.360Z] [2022-05-19T10:56:13.360Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2022-05-19T10:56:13.360Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.360Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2022-05-19T10:56:13.360Z] [2022-05-19T10:56:13.360Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectPlugin (0.02s) [2022-05-19T10:56:13.360Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.360Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.02s) [2022-05-19T10:56:13.360Z] [2022-05-19T10:56:13.360Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinkShortDefinition (0.02s) [2022-05-19T10:56:13.360Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.360Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.02s) [2022-05-19T10:56:13.360Z] [2022-05-19T10:56:13.360Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEnvs (0.02s) [2022-05-19T10:56:13.360Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.360Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.02s) [2022-05-19T10:56:13.360Z] [2022-05-19T10:56:13.360Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEtcHostsRegularFile (0.03s) [2022-05-19T10:56:13.360Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.360Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.03s) [2022-05-19T10:56:13.360Z] [2022-05-19T10:56:13.360Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksHostsFilesInject (0.03s) [2022-05-19T10:56:13.360Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.360Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.03s) [2022-05-19T10:56:13.360Z] [2022-05-19T10:56:13.360Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStarted (0.02s) [2022-05-19T10:56:13.360Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.360Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.02s) [2022-05-19T10:56:13.360Z] [2022-05-19T10:56:13.360Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStopped (0.02s) [2022-05-19T10:56:13.360Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.360Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.02s) [2022-05-19T10:56:13.360Z] [2022-05-19T10:56:13.360Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2022-05-19T10:56:13.360Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.360Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2022-05-19T10:56:13.360Z] [2022-05-19T10:56:13.360Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2022-05-19T10:56:13.360Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.360Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2022-05-19T10:56:13.360Z] [2022-05-19T10:56:13.360Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNetworkHostContainer (0.02s) [2022-05-19T10:56:13.360Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.360Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.02s) [2022-05-19T10:56:13.360Z] [2022-05-19T10:56:13.360Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s) [2022-05-19T10:56:13.360Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.360Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s) [2022-05-19T10:56:13.360Z] [2022-05-19T10:56:13.360Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainers (0.03s) [2022-05-19T10:56:13.360Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.360Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.03s) [2022-05-19T10:56:13.360Z] [2022-05-19T10:56:13.360Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.03s) [2022-05-19T10:56:13.360Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.360Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.03s) [2022-05-19T10:56:13.360Z] [2022-05-19T10:56:13.360Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2022-05-19T10:56:13.360Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.360Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2022-05-19T10:56:13.360Z] [2022-05-19T10:56:13.360Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s) [2022-05-19T10:56:13.360Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.360Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s) [2022-05-19T10:56:13.360Z] [2022-05-19T10:56:13.360Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksUpdateOnRestart (0.02s) [2022-05-19T10:56:13.360Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.360Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.02s) [2022-05-19T10:56:13.360Z] [2022-05-19T10:56:13.360Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLoadZeroSizeLayer (0.02s) [2022-05-19T10:56:13.360Z] docker_cli_save_load_test.go:335: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.360Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.02s) [2022-05-19T10:56:13.360Z] [2022-05-19T10:56:13.360Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsAPIUntilFutureFollow (0.03s) [2022-05-19T10:56:13.360Z] docker_api_logs_test.go:93: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.360Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.03s) [2022-05-19T10:56:13.360Z] [2022-05-19T10:56:13.360Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s) [2022-05-19T10:56:13.360Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.360Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s) [2022-05-19T10:56:13.360Z] [2022-05-19T10:56:13.360Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2022-05-19T10:56:13.360Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.360Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2022-05-19T10:56:13.360Z] [2022-05-19T10:56:13.360Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsStderrInStdout (0.04s) [2022-05-19T10:56:13.361Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.361Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.04s) [2022-05-19T10:56:13.361Z] [2022-05-19T10:56:13.361Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoProc (0.02s) [2022-05-19T10:56:13.361Z] docker_cli_run_test.go:2877: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.361Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.02s) [2022-05-19T10:56:13.361Z] [2022-05-19T10:56:13.361Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoSys (0.03s) [2022-05-19T10:56:13.361Z] docker_cli_run_test.go:2886: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.361Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.03s) [2022-05-19T10:56:13.361Z] [2022-05-19T10:56:13.361Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostname (0.02s) [2022-05-19T10:56:13.361Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.361Z] --- SKIP: TestDockerSuite/TestNetHostname (0.02s) [2022-05-19T10:56:13.361Z] [2022-05-19T10:56:13.361Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostnameWithNetHost (0.02s) [2022-05-19T10:56:13.361Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.361Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.02s) [2022-05-19T10:56:13.361Z] [2022-05-19T10:56:13.361Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetworkRmWithActiveContainers (0.02s) [2022-05-19T10:56:13.361Z] docker_cli_run_test.go:3480: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.361Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.02s) [2022-05-19T10:56:13.361Z] [2022-05-19T10:56:13.361Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s) [2022-05-19T10:56:13.361Z] docker_cli_run_test.go:2666: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.361Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s) [2022-05-19T10:56:13.361Z] [2022-05-19T10:56:13.361Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActive (0.02s) [2022-05-19T10:56:13.361Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.361Z] --- SKIP: TestDockerSuite/TestPluginActive (0.02s) [2022-05-19T10:56:13.361Z] [2022-05-19T10:56:13.361Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActiveNetwork (0.02s) [2022-05-19T10:56:13.361Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.361Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.02s) [2022-05-19T10:56:13.361Z] [2022-05-19T10:56:13.361Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s) [2022-05-19T10:56:13.361Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.361Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s) [2022-05-19T10:56:13.361Z] [2022-05-19T10:56:13.361Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriver (0.02s) [2022-05-19T10:56:13.361Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2022-05-19T10:56:13.361Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.02s) [2022-05-19T10:56:13.361Z] [2022-05-19T10:56:13.361Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2022-05-19T10:56:13.361Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2022-05-19T10:56:13.361Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2022-05-19T10:56:13.361Z] [2022-05-19T10:56:13.361Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginMetricsCollector (0.02s) [2022-05-19T10:56:13.361Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.361Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.02s) [2022-05-19T10:56:13.361Z] [2022-05-19T10:56:13.361Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginUpgrade (0.03s) [2022-05-19T10:56:13.361Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.361Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.03s) [2022-05-19T10:56:13.361Z] [2022-05-19T10:56:13.361Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortBindingOnSandbox (0.03s) [2022-05-19T10:56:13.361Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.361Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.03s) [2022-05-19T10:56:13.361Z] [2022-05-19T10:56:13.361Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortExposeHostBinding (0.02s) [2022-05-19T10:56:13.361Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.361Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.02s) [2022-05-19T10:56:13.361Z] [2022-05-19T10:56:13.361Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortHostBinding (0.02s) [2022-05-19T10:56:13.361Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.361Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.02s) [2022-05-19T10:56:13.361Z] [2022-05-19T10:56:13.361Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortList (0.02s) [2022-05-19T10:56:13.361Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.361Z] --- SKIP: TestDockerSuite/TestPortList (0.02s) [2022-05-19T10:56:13.361Z] [2022-05-19T10:56:13.361Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersAttach (0.02s) [2022-05-19T10:56:13.361Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.361Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.02s) [2022-05-19T10:56:13.361Z] [2022-05-19T10:56:13.361Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.03s) [2022-05-19T10:56:13.361Z] docker_api_containers_test.go:1535: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.361Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.03s) [2022-05-19T10:56:13.361Z] [2022-05-19T10:56:13.361Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s) [2022-05-19T10:56:13.361Z] docker_api_containers_test.go:1449: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.361Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s) [2022-05-19T10:56:13.361Z] [2022-05-19T10:56:13.361Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2022-05-19T10:56:13.361Z] docker_api_containers_test.go:1431: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.361Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2022-05-19T10:56:13.361Z] [2022-05-19T10:56:13.361Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s) [2022-05-19T10:56:13.361Z] docker_api_containers_test.go:1477: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.361Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s) [2022-05-19T10:56:13.361Z] [2022-05-19T10:56:13.361Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s) [2022-05-19T10:56:13.361Z] docker_api_containers_test.go:1560: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.361Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s) [2022-05-19T10:56:13.361Z] [2022-05-19T10:56:13.361Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2022-05-19T10:56:13.361Z] docker_api_containers_test.go:1504: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.361Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2022-05-19T10:56:13.361Z] [2022-05-19T10:56:13.361Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.03s) [2022-05-19T10:56:13.361Z] docker_api_containers_test.go:1327: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.361Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.03s) [2022-05-19T10:56:13.361Z] [2022-05-19T10:56:13.361Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2022-05-19T10:56:13.361Z] docker_api_containers_test.go:1398: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.361Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2022-05-19T10:56:13.361Z] [2022-05-19T10:56:13.361Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2022-05-19T10:56:13.361Z] docker_cli_ps_test.go:549: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.361Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2022-05-19T10:56:13.361Z] [2022-05-19T10:56:13.361Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterExited (0.03s) [2022-05-19T10:56:13.361Z] docker_cli_ps_test.go:444: DaemonIsWindows(): FLAKY on Windows, see #20819 [2022-05-19T10:56:13.361Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.03s) [2022-05-19T10:56:13.361Z] [2022-05-19T10:56:13.361Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterNetwork (0.10s) [2022-05-19T10:56:13.361Z] docker_cli_ps_test.go:715: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.361Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.10s) [2022-05-19T10:56:13.361Z] [2022-05-19T10:56:13.361Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterPorts (0.02s) [2022-05-19T10:56:13.361Z] docker_cli_ps_test.go:807: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.361Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.02s) [2022-05-19T10:56:13.361Z] [2022-05-19T10:56:13.361Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersSize (0.03s) [2022-05-19T10:56:13.361Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.361Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.03s) [2022-05-19T10:56:13.361Z] [2022-05-19T10:56:13.361Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.03s) [2022-05-19T10:56:13.361Z] docker_cli_ps_test.go:857: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.361Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.03s) [2022-05-19T10:56:13.361Z] [2022-05-19T10:56:13.361Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.03s) [2022-05-19T10:56:13.361Z] docker_cli_ps_test.go:597: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.361Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.03s) [2022-05-19T10:56:13.361Z] [2022-05-19T10:56:13.361Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsRightTagName (0.03s) [2022-05-19T10:56:13.361Z] docker_cli_ps_test.go:473: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.361Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.03s) [2022-05-19T10:56:13.361Z] [2022-05-19T10:56:13.361Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s) [2022-05-19T10:56:13.361Z] docker_cli_run_test.go:3112: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.361Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s) [2022-05-19T10:56:13.361Z] [2022-05-19T10:56:13.361Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.03s) [2022-05-19T10:56:13.361Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.361Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.03s) [2022-05-19T10:56:13.361Z] [2022-05-19T10:56:13.361Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s) [2022-05-19T10:56:13.361Z] docker_api_containers_test.go:1374: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.361Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s) [2022-05-19T10:56:13.361Z] [2022-05-19T10:56:13.361Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2022-05-19T10:56:13.361Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.361Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2022-05-19T10:56:13.361Z] [2022-05-19T10:56:13.361Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2022-05-19T10:56:13.361Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.361Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2022-05-19T10:56:13.361Z] [2022-05-19T10:56:13.361Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddDeviceCgroupRule (0.03s) [2022-05-19T10:56:13.361Z] docker_cli_run_test.go:4399: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.361Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.03s) [2022-05-19T10:56:13.361Z] [2022-05-19T10:56:13.361Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHost (0.03s) [2022-05-19T10:56:13.361Z] docker_cli_run_test.go:1575: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.361Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.03s) [2022-05-19T10:56:13.361Z] [2022-05-19T10:56:13.361Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2022-05-19T10:56:13.361Z] docker_cli_run_test.go:3912: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.361Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2022-05-19T10:56:13.361Z] [2022-05-19T10:56:13.361Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2022-05-19T10:56:13.361Z] docker_cli_run_test.go:1170: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.361Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2022-05-19T10:56:13.361Z] [2022-05-19T10:56:13.361Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2022-05-19T10:56:13.361Z] docker_cli_run_test.go:1188: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.361Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2022-05-19T10:56:13.361Z] [2022-05-19T10:56:13.361Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s) [2022-05-19T10:56:13.361Z] docker_cli_run_test.go:1179: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.361Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s) [2022-05-19T10:56:13.361Z] [2022-05-19T10:56:13.361Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s) [2022-05-19T10:56:13.361Z] docker_cli_run_test.go:2055: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.361Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s) [2022-05-19T10:56:13.361Z] [2022-05-19T10:56:13.361Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.03s) [2022-05-19T10:56:13.361Z] docker_cli_run_test.go:2260: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.361Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.03s) [2022-05-19T10:56:13.361Z] [2022-05-19T10:56:13.361Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.03s) [2022-05-19T10:56:13.361Z] docker_cli_run_test.go:2596: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.361Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.03s) [2022-05-19T10:56:13.361Z] [2022-05-19T10:56:13.361Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2022-05-19T10:56:13.361Z] docker_cli_run_test.go:1051: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.361Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2022-05-19T10:56:13.361Z] [2022-05-19T10:56:13.361Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s) [2022-05-19T10:56:13.361Z] docker_cli_run_test.go:1061: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.361Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s) [2022-05-19T10:56:13.361Z] [2022-05-19T10:56:13.361Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCHOWN (0.03s) [2022-05-19T10:56:13.361Z] docker_cli_run_test.go:2976: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.361Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.03s) [2022-05-19T10:56:13.361Z] [2022-05-19T10:56:13.361Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCanDownInterface (0.02s) [2022-05-19T10:56:13.361Z] docker_cli_run_test.go:1041: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.361Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.02s) [2022-05-19T10:56:13.361Z] [2022-05-19T10:56:13.361Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddInvalid (0.03s) [2022-05-19T10:56:13.361Z] docker_cli_run_test.go:1032: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.361Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.03s) [2022-05-19T10:56:13.361Z] [2022-05-19T10:56:13.361Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2022-05-19T10:56:13.361Z] docker_cli_run_test.go:3162: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.361Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2022-05-19T10:56:13.361Z] [2022-05-19T10:56:13.361Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s) [2022-05-19T10:56:13.361Z] docker_cli_run_test.go:1022: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.361Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s) [2022-05-19T10:56:13.361Z] [2022-05-19T10:56:13.361Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s) [2022-05-19T10:56:13.361Z] docker_cli_run_test.go:1010: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.361Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s) [2022-05-19T10:56:13.361Z] [2022-05-19T10:56:13.361Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknod (0.02s) [2022-05-19T10:56:13.361Z] docker_cli_run_test.go:984: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.361Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.02s) [2022-05-19T10:56:13.361Z] [2022-05-19T10:56:13.361Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s) [2022-05-19T10:56:13.361Z] docker_cli_run_test.go:997: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.361Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s) [2022-05-19T10:56:13.361Z] [2022-05-19T10:56:13.361Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropInvalid (0.02s) [2022-05-19T10:56:13.361Z] docker_cli_run_test.go:975: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.361Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.02s) [2022-05-19T10:56:13.361Z] [2022-05-19T10:56:13.361Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2022-05-19T10:56:13.361Z] docker_cli_run_test.go:1926: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.361Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2022-05-19T10:56:13.361Z] [2022-05-19T10:56:13.361Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.05s) [2022-05-19T10:56:13.361Z] docker_cli_run_test.go:3304: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.361Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.05s) [2022-05-19T10:56:13.361Z] [2022-05-19T10:56:13.361Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s) [2022-05-19T10:56:13.361Z] docker_cli_run_test.go:3328: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.361Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s) [2022-05-19T10:56:13.361Z] [2022-05-19T10:56:13.361Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetworkModeToSelf (0.03s) [2022-05-19T10:56:13.361Z] docker_cli_run_test.go:3295: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.361Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.03s) [2022-05-19T10:56:13.361Z] [2022-05-19T10:56:13.361Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupMountRO (0.03s) [2022-05-19T10:56:13.361Z] docker_cli_run_test.go:3280: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.361Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.03s) [2022-05-19T10:56:13.361Z] [2022-05-19T10:56:13.361Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2022-05-19T10:56:13.361Z] docker_cli_run_test.go:3205: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.361Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2022-05-19T10:56:13.361Z] [2022-05-19T10:56:13.362Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2022-05-19T10:56:13.362Z] docker_cli_run_test.go:2704: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.362Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2022-05-19T10:56:13.362Z] [2022-05-19T10:56:13.362Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s) [2022-05-19T10:56:13.362Z] docker_cli_run_test.go:2653: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.362Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s) [2022-05-19T10:56:13.362Z] [2022-05-19T10:56:13.362Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s) [2022-05-19T10:56:13.362Z] docker_cli_run_test.go:2726: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.362Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s) [2022-05-19T10:56:13.362Z] [2022-05-19T10:56:13.362Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2022-05-19T10:56:13.362Z] docker_cli_run_test.go:2716: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.362Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2022-05-19T10:56:13.362Z] [2022-05-19T10:56:13.362Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2022-05-19T10:56:13.362Z] docker_cli_run_test.go:1676: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.362Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2022-05-19T10:56:13.362Z] [2022-05-19T10:56:13.362Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2022-05-19T10:56:13.362Z] docker_cli_run_test.go:1657: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.362Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2022-05-19T10:56:13.362Z] [2022-05-19T10:56:13.362Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2022-05-19T10:56:13.362Z] docker_cli_run_test.go:3170: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.362Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2022-05-19T10:56:13.362Z] [2022-05-19T10:56:13.362Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2022-05-19T10:56:13.362Z] docker_cli_run_test.go:2147: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.362Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2022-05-19T10:56:13.362Z] [2022-05-19T10:56:13.362Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeWithSymlink (0.03s) [2022-05-19T10:56:13.362Z] docker_cli_run_test.go:620: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.362Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.03s) [2022-05-19T10:56:13.362Z] [2022-05-19T10:56:13.362Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s) [2022-05-19T10:56:13.362Z] docker_cli_run_test.go:382: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.362Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s) [2022-05-19T10:56:13.362Z] [2022-05-19T10:56:13.362Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.03s) [2022-05-19T10:56:13.362Z] docker_cli_run_test.go:426: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.362Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.03s) [2022-05-19T10:56:13.362Z] [2022-05-19T10:56:13.362Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSDefaultOptions (0.03s) [2022-05-19T10:56:13.362Z] docker_cli_run_test.go:1252: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.362Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.03s) [2022-05-19T10:56:13.362Z] [2022-05-19T10:56:13.362Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSInHostMode (0.02s) [2022-05-19T10:56:13.362Z] docker_cli_run_test.go:3877: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.362Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.02s) [2022-05-19T10:56:13.362Z] [2022-05-19T10:56:13.362Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptions (0.02s) [2022-05-19T10:56:13.362Z] docker_cli_run_test.go:1287: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.362Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.02s) [2022-05-19T10:56:13.362Z] [2022-05-19T10:56:13.362Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s) [2022-05-19T10:56:13.362Z] docker_cli_run_test.go:1320: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.362Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s) [2022-05-19T10:56:13.362Z] [2022-05-19T10:56:13.362Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSRepeatOptions (0.02s) [2022-05-19T10:56:13.362Z] docker_cli_run_test.go:1309: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.362Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.02s) [2022-05-19T10:56:13.362Z] [2022-05-19T10:56:13.362Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2022-05-19T10:56:13.362Z] docker_cli_run_test.go:2020: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.362Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2022-05-19T10:56:13.362Z] [2022-05-19T10:56:13.362Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeviceNumbers (0.03s) [2022-05-19T10:56:13.362Z] docker_cli_run_test.go:1140: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.362Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.03s) [2022-05-19T10:56:13.362Z] [2022-05-19T10:56:13.362Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDuplicateMount (0.03s) [2022-05-19T10:56:13.362Z] docker_cli_run_test.go:4052: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.362Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.03s) [2022-05-19T10:56:13.362Z] [2022-05-19T10:56:13.362Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEmptyEnv (0.02s) [2022-05-19T10:56:13.362Z] docker_cli_run_test.go:4135: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.362Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.02s) [2022-05-19T10:56:13.362Z] [2022-05-19T10:56:13.362Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironment (0.02s) [2022-05-19T10:56:13.362Z] docker_cli_run_test.go:816: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.362Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.02s) [2022-05-19T10:56:13.362Z] [2022-05-19T10:56:13.362Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentErase (0.02s) [2022-05-19T10:56:13.362Z] docker_cli_run_test.go:855: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.362Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.02s) [2022-05-19T10:56:13.362Z] [2022-05-19T10:56:13.362Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentOverride (0.02s) [2022-05-19T10:56:13.362Z] docker_cli_run_test.go:888: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.362Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.02s) [2022-05-19T10:56:13.362Z] [2022-05-19T10:56:13.362Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunFullHostnameSet (0.03s) [2022-05-19T10:56:13.362Z] docker_cli_run_test.go:946: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.362Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.03s) [2022-05-19T10:56:13.362Z] [2022-05-19T10:56:13.362Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunGroupAdd (0.02s) [2022-05-19T10:56:13.362Z] docker_cli_run_test.go:1073: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.362Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.02s) [2022-05-19T10:56:13.362Z] [2022-05-19T10:56:13.362Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameFQDN (0.02s) [2022-05-19T10:56:13.362Z] docker_cli_run_test.go:4378: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.362Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.02s) [2022-05-19T10:56:13.362Z] [2022-05-19T10:56:13.362Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameInHostMode (0.03s) [2022-05-19T10:56:13.362Z] docker_cli_run_test.go:4391: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.362Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.03s) [2022-05-19T10:56:13.362Z] [2022-05-19T10:56:13.362Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2022-05-19T10:56:13.362Z] docker_cli_run_test.go:4119: unmatched requirement Isolation.IsHyperV-fm [2022-05-19T10:56:13.362Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2022-05-19T10:56:13.362Z] [2022-05-19T10:56:13.362Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInitLayerPathOwnership (0.02s) [2022-05-19T10:56:13.362Z] docker_cli_run_test.go:3693: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.362Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.02s) [2022-05-19T10:56:13.362Z] [2022-05-19T10:56:13.362Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInspectMacAddress (0.02s) [2022-05-19T10:56:13.362Z] docker_cli_run_test.go:1998: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.362Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.02s) [2022-05-19T10:56:13.362Z] [2022-05-19T10:56:13.362Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInvalidCgroupParent (0.03s) [2022-05-19T10:56:13.362Z] docker_cli_run_test.go:3240: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.362Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.03s) [2022-05-19T10:56:13.362Z] [2022-05-19T10:56:13.362Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLeakyFileDescriptors (0.03s) [2022-05-19T10:56:13.362Z] docker_cli_run_test.go:59: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.362Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.03s) [2022-05-19T10:56:13.362Z] [2022-05-19T10:56:13.362Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2022-05-19T10:56:13.362Z] docker_cli_run_test.go:3349: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.362Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2022-05-19T10:56:13.362Z] [2022-05-19T10:56:13.362Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2022-05-19T10:56:13.362Z] docker_cli_run_test.go:194: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.362Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2022-05-19T10:56:13.362Z] [2022-05-19T10:56:13.362Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2022-05-19T10:56:13.362Z] docker_cli_run_test.go:179: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.362Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2022-05-19T10:56:13.362Z] [2022-05-19T10:56:13.362Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s) [2022-05-19T10:56:13.362Z] docker_cli_run_test.go:3359: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.362Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s) [2022-05-19T10:56:13.362Z] [2022-05-19T10:56:13.362Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeHostname (0.03s) [2022-05-19T10:56:13.362Z] docker_cli_run_test.go:1197: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.362Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.03s) [2022-05-19T10:56:13.362Z] [2022-05-19T10:56:13.362Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2022-05-19T10:56:13.362Z] docker_cli_run_test.go:2310: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.362Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2022-05-19T10:56:13.362Z] [2022-05-19T10:56:13.362Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s) [2022-05-19T10:56:13.362Z] docker_cli_run_test.go:2319: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.362Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s) [2022-05-19T10:56:13.362Z] [2022-05-19T10:56:13.362Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcHost (0.02s) [2022-05-19T10:56:13.362Z] docker_cli_run_test.go:2288: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.362Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.02s) [2022-05-19T10:56:13.362Z] [2022-05-19T10:56:13.362Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeNetContainerHostname (0.03s) [2022-05-19T10:56:13.362Z] docker_cli_run_test.go:3393: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.362Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.03s) [2022-05-19T10:56:13.362Z] [2022-05-19T10:56:13.362Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainer (0.02s) [2022-05-19T10:56:13.362Z] docker_cli_run_test.go:2332: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.362Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.02s) [2022-05-19T10:56:13.362Z] [2022-05-19T10:56:13.362Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2022-05-19T10:56:13.362Z] docker_cli_run_test.go:2357: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.362Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2022-05-19T10:56:13.362Z] [2022-05-19T10:56:13.362Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s) [2022-05-19T10:56:13.362Z] docker_cli_run_test.go:2366: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.362Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s) [2022-05-19T10:56:13.362Z] [2022-05-19T10:56:13.362Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeUTSHost (0.02s) [2022-05-19T10:56:13.362Z] docker_cli_run_test.go:2424: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.362Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.02s) [2022-05-19T10:56:13.362Z] [2022-05-19T10:56:13.362Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMount (0.03s) [2022-05-19T10:56:13.362Z] docker_cli_run_test.go:4201: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.362Z] --- SKIP: TestDockerSuite/TestRunMount (0.03s) [2022-05-19T10:56:13.362Z] [2022-05-19T10:56:13.362Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountOrdering (0.02s) [2022-05-19T10:56:13.362Z] docker_cli_run_test.go:2075: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.362Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.02s) [2022-05-19T10:56:13.362Z] [2022-05-19T10:56:13.362Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2022-05-19T10:56:13.362Z] docker_cli_run_test.go:4189: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.362Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2022-05-19T10:56:13.362Z] [2022-05-19T10:56:13.362Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2022-05-19T10:56:13.362Z] docker_cli_run_test.go:2379: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.362Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2022-05-19T10:56:13.362Z] [2022-05-19T10:56:13.362Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2022-05-19T10:56:13.362Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.362Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2022-05-19T10:56:13.362Z] [2022-05-19T10:56:13.362Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolume (0.02s) [2022-05-19T10:56:13.362Z] docker_cli_run_test.go:3182: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.362Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.02s) [2022-05-19T10:56:13.362Z] [2022-05-19T10:56:13.362Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2022-05-19T10:56:13.362Z] docker_cli_run_test.go:3744: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.362Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2022-05-19T10:56:13.362Z] [2022-05-19T10:56:13.362Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2022-05-19T10:56:13.362Z] docker_cli_run_test.go:3737: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.362Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2022-05-19T10:56:13.362Z] [2022-05-19T10:56:13.362Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2022-05-19T10:56:13.362Z] docker_cli_run_test.go:2576: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.362Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2022-05-19T10:56:13.362Z] [2022-05-19T10:56:13.362Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHost (0.02s) [2022-05-19T10:56:13.362Z] docker_cli_run_test.go:2545: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.362Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.02s) [2022-05-19T10:56:13.362Z] [2022-05-19T10:56:13.362Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2022-05-19T10:56:13.362Z] docker_cli_run_test.go:930: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.362Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2022-05-19T10:56:13.362Z] [2022-05-19T10:56:13.362Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2022-05-19T10:56:13.362Z] docker_cli_run_test.go:2568: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.362Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2022-05-19T10:56:13.362Z] [2022-05-19T10:56:13.362Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMount (0.03s) [2022-05-19T10:56:13.362Z] docker_cli_run_test.go:3037: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.362Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.03s) [2022-05-19T10:56:13.362Z] [2022-05-19T10:56:13.362Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s) [2022-05-19T10:56:13.362Z] docker_cli_run_test.go:3061: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.362Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s) [2022-05-19T10:56:13.362Z] [2022-05-19T10:56:13.363Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s) [2022-05-19T10:56:13.363Z] docker_cli_run_test.go:3083: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.363Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s) [2022-05-19T10:56:13.363Z] [2022-05-19T10:56:13.363Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s) [2022-05-19T10:56:13.363Z] docker_cli_run_test.go:3407: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.363Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s) [2022-05-19T10:56:13.363Z] [2022-05-19T10:56:13.363Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNonRootUserResolvName (0.33s) [2022-05-19T10:56:13.363Z] docker_cli_run_test.go:1402: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.363Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.33s) [2022-05-19T10:56:13.363Z] [2022-05-19T10:56:13.363Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s) [2022-05-19T10:56:13.363Z] docker_cli_run_test.go:2776: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.363Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s) [2022-05-19T10:56:13.363Z] [2022-05-19T10:56:13.363Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2022-05-19T10:56:13.363Z] docker_cli_run_test.go:2466: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.363Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2022-05-19T10:56:13.363Z] [2022-05-19T10:56:13.363Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortInUse (0.02s) [2022-05-19T10:56:13.363Z] docker_cli_run_test.go:2038: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.363Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.02s) [2022-05-19T10:56:13.363Z] [2022-05-19T10:56:13.363Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMknod (0.02s) [2022-05-19T10:56:13.363Z] docker_cli_run_test.go:956: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.363Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.02s) [2022-05-19T10:56:13.363Z] [2022-05-19T10:56:13.363Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMount (0.02s) [2022-05-19T10:56:13.363Z] docker_cli_run_test.go:1084: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.363Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.02s) [2022-05-19T10:56:13.363Z] [2022-05-19T10:56:13.363Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s) [2022-05-19T10:56:13.363Z] docker_cli_run_test.go:1123: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.363Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s) [2022-05-19T10:56:13.363Z] [2022-05-19T10:56:13.363Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2022-05-19T10:56:13.363Z] docker_cli_run_test.go:1131: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.363Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2022-05-19T10:56:13.363Z] [2022-05-19T10:56:13.363Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPublishPort (0.03s) [2022-05-19T10:56:13.363Z] docker_cli_run_test.go:2951: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.363Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.03s) [2022-05-19T10:56:13.363Z] [2022-05-19T10:56:13.363Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadFilteredProc (0.02s) [2022-05-19T10:56:13.363Z] docker_cli_run_test.go:2854: unmatched requirement Apparmor [2022-05-19T10:56:13.363Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.02s) [2022-05-19T10:56:13.363Z] [2022-05-19T10:56:13.363Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcLatency (0.02s) [2022-05-19T10:56:13.363Z] docker_cli_run_test.go:2833: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.363Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.02s) [2022-05-19T10:56:13.363Z] [2022-05-19T10:56:13.363Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcTimer (0.02s) [2022-05-19T10:56:13.363Z] docker_cli_run_test.go:2818: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.363Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.02s) [2022-05-19T10:56:13.363Z] [2022-05-19T10:56:13.363Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.02s) [2022-05-19T10:56:13.363Z] docker_cli_run_test.go:1424: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.363Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.02s) [2022-05-19T10:56:13.363Z] [2022-05-19T10:56:13.363Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2022-05-19T10:56:13.363Z] docker_cli_run_test.go:2120: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.363Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2022-05-19T10:56:13.363Z] [2022-05-19T10:56:13.363Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2022-05-19T10:56:13.363Z] docker_cli_run_test.go:2232: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.363Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2022-05-19T10:56:13.363Z] [2022-05-19T10:56:13.363Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunState (0.02s) [2022-05-19T10:56:13.363Z] docker_cli_run_test.go:1620: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.363Z] --- SKIP: TestDockerSuite/TestRunState (0.02s) [2022-05-19T10:56:13.363Z] [2022-05-19T10:56:13.363Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunStdinPipe (0.02s) [2022-05-19T10:56:13.363Z] docker_cli_run_test.go:97: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.363Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.02s) [2022-05-19T10:56:13.363Z] [2022-05-19T10:56:13.363Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2022-05-19T10:56:13.363Z] docker_cli_run_test.go:1107: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.363Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2022-05-19T10:56:13.363Z] [2022-05-19T10:56:13.363Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s) [2022-05-19T10:56:13.363Z] docker_cli_run_test.go:1115: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.363Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s) [2022-05-19T10:56:13.363Z] [2022-05-19T10:56:13.363Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2022-05-19T10:56:13.363Z] docker_cli_run_test.go:1155: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.363Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2022-05-19T10:56:13.363Z] [2022-05-19T10:56:13.363Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2022-05-19T10:56:13.363Z] docker_cli_run_test.go:966: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.363Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2022-05-19T10:56:13.363Z] [2022-05-19T10:56:13.363Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s) [2022-05-19T10:56:13.363Z] docker_cli_run_test.go:1094: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.363Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s) [2022-05-19T10:56:13.363Z] [2022-05-19T10:56:13.363Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s) [2022-05-19T10:56:13.363Z] docker_cli_run_test.go:1164: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.363Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s) [2022-05-19T10:56:13.363Z] [2022-05-19T10:56:13.363Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnsetEntrypoint (0.02s) [2022-05-19T10:56:13.363Z] docker_cli_run_test.go:3953: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.363Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.02s) [2022-05-19T10:56:13.363Z] [2022-05-19T10:56:13.363Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnshareProc (0.02s) [2022-05-19T10:56:13.363Z] docker_cli_run_test.go:2893: unmatched requirement Apparmor [2022-05-19T10:56:13.363Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.02s) [2022-05-19T10:56:13.363Z] [2022-05-19T10:56:13.363Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByID (0.02s) [2022-05-19T10:56:13.363Z] docker_cli_run_test.go:735: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.363Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.02s) [2022-05-19T10:56:13.363Z] [2022-05-19T10:56:13.363Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDBig (0.02s) [2022-05-19T10:56:13.363Z] docker_cli_run_test.go:745: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.363Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.02s) [2022-05-19T10:56:13.363Z] [2022-05-19T10:56:13.363Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDNegative (0.02s) [2022-05-19T10:56:13.363Z] docker_cli_run_test.go:758: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.363Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.02s) [2022-05-19T10:56:13.363Z] [2022-05-19T10:56:13.363Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDZero (0.02s) [2022-05-19T10:56:13.363Z] docker_cli_run_test.go:771: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.363Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.02s) [2022-05-19T10:56:13.363Z] [2022-05-19T10:56:13.363Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByName (0.02s) [2022-05-19T10:56:13.363Z] docker_cli_run_test.go:725: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.363Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.02s) [2022-05-19T10:56:13.363Z] [2022-05-19T10:56:13.363Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserNotFound (0.03s) [2022-05-19T10:56:13.363Z] docker_cli_run_test.go:784: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.363Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.03s) [2022-05-19T10:56:13.363Z] [2022-05-19T10:56:13.363Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2022-05-19T10:56:13.363Z] docker_cli_run_test.go:3842: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.363Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2022-05-19T10:56:13.363Z] [2022-05-19T10:56:13.363Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2022-05-19T10:56:13.363Z] docker_cli_run_test.go:3835: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.363Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2022-05-19T10:56:13.363Z] [2022-05-19T10:56:13.363Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesFromSymlinkPath (0.03s) [2022-05-19T10:56:13.363Z] docker_cli_run_test.go:657: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.363Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.03s) [2022-05-19T10:56:13.363Z] [2022-05-19T10:56:13.363Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithBadDevice (0.02s) [2022-05-19T10:56:13.363Z] docker_cli_run_test.go:1849: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.363Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.02s) [2022-05-19T10:56:13.363Z] [2022-05-19T10:56:13.363Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.03s) [2022-05-19T10:56:13.363Z] docker_cli_run_test.go:281: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.363Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.03s) [2022-05-19T10:56:13.363Z] [2022-05-19T10:56:13.363Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdj (0.02s) [2022-05-19T10:56:13.363Z] docker_cli_run_test.go:3709: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.363Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.02s) [2022-05-19T10:56:13.363Z] [2022-05-19T10:56:13.363Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s) [2022-05-19T10:56:13.363Z] docker_cli_run_test.go:3720: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.363Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s) [2022-05-19T10:56:13.363Z] [2022-05-19T10:56:13.363Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2022-05-19T10:56:13.363Z] docker_cli_run_test.go:2799: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.363Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2022-05-19T10:56:13.363Z] [2022-05-19T10:56:13.363Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithUlimits (0.02s) [2022-05-19T10:56:13.363Z] docker_cli_run_test.go:3194: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.363Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.02s) [2022-05-19T10:56:13.363Z] [2022-05-19T10:56:13.363Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2022-05-19T10:56:13.363Z] docker_cli_run_test.go:3010: unmatched requirement Apparmor [2022-05-19T10:56:13.363Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2022-05-19T10:56:13.363Z] [2022-05-19T10:56:13.363Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s) [2022-05-19T10:56:13.363Z] docker_cli_run_test.go:1801: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.363Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s) [2022-05-19T10:56:13.363Z] [2022-05-19T10:56:13.363Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2022-05-19T10:56:13.363Z] docker_cli_run_test.go:2809: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.363Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2022-05-19T10:56:13.363Z] [2022-05-19T10:56:13.363Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2022-05-19T10:56:13.363Z] docker_cli_run_test.go:3607: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.363Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2022-05-19T10:56:13.363Z] [2022-05-19T10:56:13.363Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2022-05-19T10:56:13.363Z] docker_cli_run_test.go:3618: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.363Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2022-05-19T10:56:13.363Z] [2022-05-19T10:56:13.363Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveAndLoadRepoFlags (0.03s) [2022-05-19T10:56:13.363Z] docker_cli_save_load_test.go:158: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.363Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.03s) [2022-05-19T10:56:13.363Z] [2022-05-19T10:56:13.363Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveCheckTimes (0.02s) [2022-05-19T10:56:13.363Z] docker_cli_save_load_test.go:100: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.363Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.02s) [2022-05-19T10:56:13.363Z] [2022-05-19T10:56:13.363Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveDirectoryPermissions (0.02s) [2022-05-19T10:56:13.363Z] docker_cli_save_load_test.go:259: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.363Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.02s) [2022-05-19T10:56:13.363Z] [2022-05-19T10:56:13.363Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveImageId (0.02s) [2022-05-19T10:56:13.363Z] docker_cli_save_load_test.go:119: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.363Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.02s) [2022-05-19T10:56:13.363Z] [2022-05-19T10:56:13.363Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadNoTag (0.02s) [2022-05-19T10:56:13.363Z] docker_cli_save_load_test.go:380: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.363Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.02s) [2022-05-19T10:56:13.363Z] [2022-05-19T10:56:13.363Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadParents (0.02s) [2022-05-19T10:56:13.363Z] docker_cli_save_load_test.go:341: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.363Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.02s) [2022-05-19T10:56:13.363Z] [2022-05-19T10:56:13.363Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveMultipleNames (0.02s) [2022-05-19T10:56:13.363Z] docker_cli_save_load_test.go:189: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.363Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.02s) [2022-05-19T10:56:13.363Z] [2022-05-19T10:56:13.363Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveRepoWithMultipleImages (0.02s) [2022-05-19T10:56:13.364Z] docker_cli_save_load_test.go:207: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.364Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.02s) [2022-05-19T10:56:13.364Z] [2022-05-19T10:56:13.364Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveSingleTag (0.02s) [2022-05-19T10:56:13.364Z] docker_cli_save_load_test.go:85: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.364Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.02s) [2022-05-19T10:56:13.364Z] [2022-05-19T10:56:13.364Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2022-05-19T10:56:13.364Z] docker_cli_save_load_test.go:179: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.364Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2022-05-19T10:56:13.364Z] [2022-05-19T10:56:13.364Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s) [2022-05-19T10:56:13.364Z] docker_cli_save_load_test.go:27: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.364Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s) [2022-05-19T10:56:13.364Z] [2022-05-19T10:56:13.364Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.03s) [2022-05-19T10:56:13.364Z] docker_cli_save_load_test.go:56: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.364Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.03s) [2022-05-19T10:56:13.364Z] [2022-05-19T10:56:13.364Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2022-05-19T10:56:13.364Z] docker_cli_start_test.go:45: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.364Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2022-05-19T10:56:13.364Z] [2022-05-19T10:56:13.364Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2022-05-19T10:56:13.364Z] docker_cli_start_test.go:17: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.364Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2022-05-19T10:56:13.364Z] [2022-05-19T10:56:13.364Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachWithRename (0.03s) [2022-05-19T10:56:13.364Z] docker_cli_start_test.go:174: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.364Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.03s) [2022-05-19T10:56:13.364Z] [2022-05-19T10:56:13.364Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartMultipleContainers (0.03s) [2022-05-19T10:56:13.364Z] docker_cli_start_test.go:110: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.364Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.03s) [2022-05-19T10:56:13.364Z] [2022-05-19T10:56:13.364Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartPausedContainer (0.02s) [2022-05-19T10:56:13.364Z] docker_cli_start_test.go:95: unmatched requirement IsPausable [2022-05-19T10:56:13.364Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.02s) [2022-05-19T10:56:13.364Z] [2022-05-19T10:56:13.364Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartRecordError (0.02s) [2022-05-19T10:56:13.364Z] docker_cli_start_test.go:71: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.364Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.02s) [2022-05-19T10:56:13.364Z] [2022-05-19T10:56:13.364Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2022-05-19T10:56:13.364Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.364Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2022-05-19T10:56:13.364Z] [2022-05-19T10:56:13.364Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNoStream (0.02s) [2022-05-19T10:56:13.364Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.364Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.02s) [2022-05-19T10:56:13.364Z] [2022-05-19T10:56:13.364Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllRunningNoStream (0.02s) [2022-05-19T10:56:13.364Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.364Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.02s) [2022-05-19T10:56:13.364Z] [2022-05-19T10:56:13.364Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsContainerNotFound (0.03s) [2022-05-19T10:56:13.364Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.364Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.03s) [2022-05-19T10:56:13.364Z] [2022-05-19T10:56:13.364Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsFormatAll (0.02s) [2022-05-19T10:56:13.364Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.364Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.02s) [2022-05-19T10:56:13.364Z] [2022-05-19T10:56:13.364Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsNoStream (0.02s) [2022-05-19T10:56:13.364Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.364Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.02s) [2022-05-19T10:56:13.364Z] [2022-05-19T10:56:13.364Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTopPrivileged (0.03s) [2022-05-19T10:56:13.364Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.364Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.03s) [2022-05-19T10:56:13.364Z] [2022-05-19T10:56:13.364Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2022-05-19T10:56:13.364Z] docker_cli_run_test.go:3418: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.364Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2022-05-19T10:56:13.364Z] [2022-05-19T10:56:13.364Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2022-05-19T10:56:13.364Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.364Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2022-05-19T10:56:13.364Z] [2022-05-19T10:56:13.364Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2022-05-19T10:56:13.364Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.364Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2022-05-19T10:56:13.364Z] [2022-05-19T10:56:13.364Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkAlias (0.02s) [2022-05-19T10:56:13.364Z] docker_cli_run_test.go:292: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.364Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.02s) [2022-05-19T10:56:13.364Z] [2022-05-19T10:56:13.364Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinks (0.02s) [2022-05-19T10:56:13.364Z] docker_cli_run_test.go:207: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.364Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.02s) [2022-05-19T10:56:13.364Z] [2022-05-19T10:56:13.364Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2022-05-19T10:56:13.364Z] docker_cli_run_test.go:243: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.364Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2022-05-19T10:56:13.364Z] [2022-05-19T10:56:13.364Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2022-05-19T10:56:13.364Z] docker_cli_volume_test.go:243: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.364Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2022-05-19T10:56:13.364Z] [2022-05-19T10:56:13.364Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2022-05-19T10:56:13.364Z] docker_cli_volume_test.go:372: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.364Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2022-05-19T10:56:13.364Z] [2022-05-19T10:56:13.364Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.03s) [2022-05-19T10:56:13.364Z] docker_cli_volume_test.go:432: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.364Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.03s) [2022-05-19T10:56:13.364Z] [2022-05-19T10:56:13.364Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumesNoCopyData (0.02s) [2022-05-19T10:56:13.364Z] docker_cli_run_test.go:2168: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.364Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.02s) [2022-05-19T10:56:13.364Z] [2022-05-19T10:56:13.364Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-05-19T10:56:13.364Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.364Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-05-19T10:56:13.364Z] [2022-05-19T10:56:13.364Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-05-19T10:56:13.364Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.364Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-05-19T10:56:13.364Z] [2022-05-19T10:56:13.364Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-05-19T10:56:13.364Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.364Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-05-19T10:56:13.364Z] [2022-05-19T10:56:13.364Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-05-19T10:56:13.364Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.364Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-05-19T10:56:13.364Z] [2022-05-19T10:56:13.364Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-05-19T10:56:13.364Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.364Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-05-19T10:56:13.364Z] [2022-05-19T10:56:13.364Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-05-19T10:56:13.364Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.364Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-05-19T10:56:13.364Z] [2022-05-19T10:56:13.364Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-05-19T10:56:13.364Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.364Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-05-19T10:56:13.364Z] [2022-05-19T10:56:13.364Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-05-19T10:56:13.364Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.364Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-05-19T10:56:13.364Z] [2022-05-19T10:56:13.364Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-05-19T10:56:13.364Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.364Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-05-19T10:56:13.364Z] [2022-05-19T10:56:13.364Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-05-19T10:56:13.364Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.364Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-05-19T10:56:13.364Z] [2022-05-19T10:56:13.364Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-05-19T10:56:13.364Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.364Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-05-19T10:56:13.364Z] [2022-05-19T10:56:13.364Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-05-19T10:56:13.364Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.364Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-05-19T10:56:13.364Z] [2022-05-19T10:56:13.364Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-05-19T10:56:13.364Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.364Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-05-19T10:56:13.364Z] [2022-05-19T10:56:13.364Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-05-19T10:56:13.364Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.364Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-05-19T10:56:13.364Z] [2022-05-19T10:56:13.364Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-05-19T10:56:13.364Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.364Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-05-19T10:56:13.364Z] [2022-05-19T10:56:13.364Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-05-19T10:56:13.364Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.364Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-05-19T10:56:13.364Z] [2022-05-19T10:56:13.364Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-05-19T10:56:13.364Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.364Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-05-19T10:56:13.364Z] [2022-05-19T10:56:13.364Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-05-19T10:56:13.364Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.364Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-05-19T10:56:13.364Z] [2022-05-19T10:56:13.364Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-05-19T10:56:13.364Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.364Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-05-19T10:56:13.364Z] [2022-05-19T10:56:13.364Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-05-19T10:56:13.364Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.364Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-05-19T10:56:13.364Z] [2022-05-19T10:56:13.364Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-05-19T10:56:13.364Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.364Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-05-19T10:56:13.364Z] [2022-05-19T10:56:13.364Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-05-19T10:56:13.364Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.364Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-05-19T10:56:13.364Z] [2022-05-19T10:56:13.364Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-05-19T10:56:13.364Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.364Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-05-19T10:56:13.364Z] [2022-05-19T10:56:13.364Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-05-19T10:56:13.364Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.364Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-05-19T10:56:13.364Z] [2022-05-19T10:56:13.364Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-05-19T10:56:13.364Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.364Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-05-19T10:56:13.364Z] [2022-05-19T10:56:13.364Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-05-19T10:56:13.364Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.364Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-05-19T10:56:13.364Z] [2022-05-19T10:56:13.364Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-05-19T10:56:13.364Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.364Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-05-19T10:56:13.364Z] [2022-05-19T10:56:13.364Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-05-19T10:56:13.364Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.364Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-05-19T10:56:13.364Z] [2022-05-19T10:56:13.364Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-05-19T10:56:13.364Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.364Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-05-19T10:56:13.364Z] [2022-05-19T10:56:13.364Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-05-19T10:56:13.364Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.364Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-05-19T10:56:13.364Z] [2022-05-19T10:56:13.364Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-05-19T10:56:13.364Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.364Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-05-19T10:56:13.364Z] [2022-05-19T10:56:13.364Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-05-19T10:56:13.364Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.364Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-05-19T10:56:13.364Z] [2022-05-19T10:56:13.364Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-05-19T10:56:13.364Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.364Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-05-19T10:56:13.364Z] [2022-05-19T10:56:13.364Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-05-19T10:56:13.364Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.364Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-05-19T10:56:13.364Z] [2022-05-19T10:56:13.364Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-05-19T10:56:13.364Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.364Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-05-19T10:56:13.364Z] [2022-05-19T10:56:13.364Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-05-19T10:56:13.364Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.364Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-05-19T10:56:13.364Z] [2022-05-19T10:56:13.364Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-05-19T10:56:13.364Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.364Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-05-19T10:56:13.364Z] [2022-05-19T10:56:13.364Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestV2Only (0.00s) [2022-05-19T10:56:13.364Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.364Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2022-05-19T10:56:13.364Z] [2022-05-19T10:56:13.364Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-05-19T10:56:13.364Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.364Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-05-19T10:56:13.364Z] [2022-05-19T10:56:13.364Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-05-19T10:56:13.364Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.364Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-05-19T10:56:13.364Z] [2022-05-19T10:56:13.365Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-05-19T10:56:13.365Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.365Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-05-19T10:56:13.365Z] [2022-05-19T10:56:13.365Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-05-19T10:56:13.365Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.365Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-05-19T10:56:13.365Z] [2022-05-19T10:56:13.365Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-05-19T10:56:13.365Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.365Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-05-19T10:56:13.365Z] [2022-05-19T10:56:13.365Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-05-19T10:56:13.365Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.365Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-05-19T10:56:13.365Z] [2022-05-19T10:56:13.365Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-05-19T10:56:13.365Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.365Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-05-19T10:56:13.365Z] [2022-05-19T10:56:13.365Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-05-19T10:56:13.365Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.365Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-05-19T10:56:13.365Z] [2022-05-19T10:56:13.365Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-05-19T10:56:13.365Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.365Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-05-19T10:56:13.365Z] [2022-05-19T10:56:13.365Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-05-19T10:56:13.365Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.365Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-05-19T10:56:13.365Z] [2022-05-19T10:56:13.365Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-05-19T10:56:13.365Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.365Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-05-19T10:56:13.365Z] [2022-05-19T10:56:13.365Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-05-19T10:56:13.365Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.365Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-05-19T10:56:13.365Z] [2022-05-19T10:56:13.365Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-05-19T10:56:13.365Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.365Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-05-19T10:56:13.365Z] [2022-05-19T10:56:13.365Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-05-19T10:56:13.365Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.365Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-05-19T10:56:13.365Z] [2022-05-19T10:56:13.365Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-05-19T10:56:13.365Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.365Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-05-19T10:56:13.365Z] [2022-05-19T10:56:13.365Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-05-19T10:56:13.365Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.365Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-05-19T10:56:13.365Z] [2022-05-19T10:56:13.365Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-05-19T10:56:13.365Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.365Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-05-19T10:56:13.365Z] [2022-05-19T10:56:13.365Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-05-19T10:56:13.365Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.365Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-05-19T10:56:13.365Z] [2022-05-19T10:56:13.365Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-05-19T10:56:13.365Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.365Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-05-19T10:56:13.365Z] [2022-05-19T10:56:13.365Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-05-19T10:56:13.365Z] check_test.go:266: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.365Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-05-19T10:56:13.365Z] [2022-05-19T10:56:13.365Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-05-19T10:56:13.365Z] check_test.go:266: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.365Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-05-19T10:56:13.365Z] [2022-05-19T10:56:13.365Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-05-19T10:56:13.365Z] check_test.go:266: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.365Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-05-19T10:56:13.365Z] [2022-05-19T10:56:13.365Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-05-19T10:56:13.365Z] check_test.go:266: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.365Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-05-19T10:56:13.365Z] [2022-05-19T10:56:13.365Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-05-19T10:56:13.365Z] check_test.go:266: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.365Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-05-19T10:56:13.365Z] [2022-05-19T10:56:13.365Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-05-19T10:56:13.365Z] check_test.go:300: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.365Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-05-19T10:56:13.365Z] [2022-05-19T10:56:13.365Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-05-19T10:56:13.365Z] check_test.go:300: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.365Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-05-19T10:56:13.365Z] [2022-05-19T10:56:13.365Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-05-19T10:56:13.365Z] check_test.go:300: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.365Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-05-19T10:56:13.365Z] [2022-05-19T10:56:13.365Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-05-19T10:56:13.365Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.365Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-05-19T10:56:13.365Z] [2022-05-19T10:56:13.365Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-05-19T10:56:13.365Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.365Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-05-19T10:56:13.365Z] [2022-05-19T10:56:13.365Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-05-19T10:56:13.365Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.365Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-05-19T10:56:13.365Z] [2022-05-19T10:56:13.365Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-05-19T10:56:13.365Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.365Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-05-19T10:56:13.365Z] [2022-05-19T10:56:13.365Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-05-19T10:56:13.365Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.365Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-05-19T10:56:13.365Z] [2022-05-19T10:56:13.365Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-05-19T10:56:13.365Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.365Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-05-19T10:56:13.365Z] [2022-05-19T10:56:13.365Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-05-19T10:56:13.365Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.365Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-05-19T10:56:13.365Z] [2022-05-19T10:56:13.365Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-05-19T10:56:13.365Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.365Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-05-19T10:56:13.365Z] [2022-05-19T10:56:13.365Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-05-19T10:56:13.365Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.365Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-05-19T10:56:13.365Z] [2022-05-19T10:56:13.365Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-05-19T10:56:13.365Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.365Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-05-19T10:56:13.365Z] [2022-05-19T10:56:13.365Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginSet (0.00s) [2022-05-19T10:56:13.365Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.365Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2022-05-19T10:56:13.365Z] [2022-05-19T10:56:13.365Z] === SKIP: github.com/docker/docker/integration-cli TestDockerExternalVolumeSuite (0.00s) [2022-05-19T10:56:13.365Z] check_test.go:126: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.365Z] [2022-05-19T10:56:13.365Z] === SKIP: github.com/docker/docker/integration-cli TestDockerNetworkSuite (0.00s) [2022-05-19T10:56:13.843Z] check_test.go:132: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.843Z] [2022-05-19T10:56:13.843Z] === SKIP: github.com/docker/docker/integration-cli TestDockerHubPullSuite (0.00s) [2022-05-19T10:56:13.843Z] check_test.go:140: unmatched requirement DaemonIsLinux [2022-05-19T10:56:13.843Z] [2022-05-19T10:56:13.843Z] DONE 1088 tests, 539 skipped in 2903.234s [2022-05-19T10:56:13.843Z] INFO: Integration tests ended at 05/19/2022 10:56:13. Duration:00:48:23.4093130 [2022-05-19T10:56:13.843Z] INFO: Docker info of the daemon under test at end of run [2022-05-19T10:56:13.843Z] [2022-05-19T10:56:13.843Z] Containers: 10 [2022-05-19T10:56:13.843Z] Running: 0 [2022-05-19T10:56:13.843Z] Paused: 0 [2022-05-19T10:56:13.843Z] Stopped: 10 [2022-05-19T10:56:13.843Z] Images: 18 [2022-05-19T10:56:13.843Z] Server Version: 0.0.0-dev [2022-05-19T10:56:13.843Z] Storage Driver: windowsfilter [2022-05-19T10:56:13.843Z] Windows: [2022-05-19T10:56:13.843Z] Logging Driver: json-file [2022-05-19T10:56:13.843Z] Plugins: [2022-05-19T10:56:13.843Z] Volume: local [2022-05-19T10:56:13.843Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-05-19T10:56:13.843Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-05-19T10:56:13.843Z] Swarm: inactive [2022-05-19T10:56:13.843Z] Default Isolation: process [2022-05-19T10:56:13.843Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2022-05-19T10:56:13.843Z] Operating System: Microsoft Windows Server Version 1809 (OS Build 17763.2183) [2022-05-19T10:56:13.843Z] OSType: windows [2022-05-19T10:56:13.843Z] Architecture: x86_64 [2022-05-19T10:56:13.843Z] CPUs: 4 [2022-05-19T10:56:13.843Z] Total Memory: 32GiB [2022-05-19T10:56:13.843Z] Name: azwin-2-db4f50 [2022-05-19T10:56:13.843Z] ID: f2899efd-1775-4e55-8958-4c32c3ee8d62 [2022-05-19T10:56:13.843Z] Docker Root Dir: D:\CI\PR-43557\8\daemon [2022-05-19T10:56:13.843Z] Debug Mode (client): false [2022-05-19T10:56:13.843Z] Debug Mode (server): true [2022-05-19T10:56:13.843Z] File Descriptors: -1 [2022-05-19T10:56:13.843Z] Goroutines: 17 [2022-05-19T10:56:13.843Z] System Time: 2022-05-19T10:56:13.4078606Z [2022-05-19T10:56:13.843Z] EventsListeners: 0 [2022-05-19T10:56:13.843Z] Registry: https://index.docker.io/v1/ [2022-05-19T10:56:13.843Z] Labels: [2022-05-19T10:56:13.843Z] Experimental: false [2022-05-19T10:56:13.843Z] Insecure Registries: [2022-05-19T10:56:13.843Z] 127.0.0.0/8 [2022-05-19T10:56:13.843Z] Live Restore Enabled: false [2022-05-19T10:56:13.843Z] [2022-05-19T10:56:13.843Z] [2022-05-19T10:56:13.843Z] INFO: Stopping daemon under test [2022-05-19T10:56:13.843Z] SUCCESS: The process with PID 2288 (child process of PID 1192) has been terminated. [2022-05-19T10:56:13.843Z] SUCCESS: The process with PID 1192 (child process of PID 3420) has been terminated. [2022-05-19T10:56:13.843Z] INFO: Stop tailing logs of the daemon under tests [2022-05-19T10:56:13.843Z] INFO: executeCI.ps1 Completed successfully at 05/19/2022 10:56:13. [2022-05-19T10:56:13.843Z] INFO: Tidying up at end of run [2022-05-19T10:56:13.843Z] ----------- DAEMON LOG ------------ [2022-05-19T10:56:13.843Z] 2022/05/19 10:05:17 http: superfluous response.WriteHeader call from github.com/docker/docker/api/server/httputils.WriteJSON (httputils.go:92) [2022-05-19T10:56:13.843Z] ----------- END DAEMON LOG -------- [2022-05-19T10:56:13.843Z] INFO: Saving daemon under test log (d:\CI\PR-43557\8\dut.out) to bundles\CIDUT.out [2022-05-19T10:56:13.843Z] INFO: Saving daemon under test log (d:\CI\PR-43557\8\dut.err) to bundles\CIDUT.err [2022-05-19T10:56:13.843Z] INFO: Saving containerd logs to bundles [2022-05-19T10:56:13.843Z] INFO: Nuke-Everything... [2022-05-19T10:56:14.314Z] INFO: Container count on control daemon to delete is 2 [2022-05-19T10:56:14.784Z] 25864cef26dd [2022-05-19T10:56:14.784Z] 76ba961e057a [2022-05-19T10:56:14.784Z] INFO: Tidying pidfile d:\CI\PR-43557\8\docker.pid [2022-05-19T10:56:14.784Z] INFO: Nuking d:\CI [2022-05-19T10:56:14.956Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2022-05-19T10:56:14.956Z] docker_cli_run_test.go:1676: unmatched requirement DaemonIsLinux [2022-05-19T10:56:14.956Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2022-05-19T10:56:14.956Z] docker_cli_run_test.go:1657: unmatched requirement DaemonIsLinux [2022-05-19T10:56:14.956Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2022-05-19T10:56:14.956Z] docker_cli_run_test.go:3170: unmatched requirement DaemonIsLinux [2022-05-19T10:56:14.956Z] === RUN TestDockerSuite/TestRunCreateVolume [2022-05-19T10:56:18.745Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2022-05-19T10:56:18.745Z] docker_cli_run_test.go:2147: unmatched requirement DaemonIsLinux [2022-05-19T10:56:18.745Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2022-05-19T10:56:18.745Z] docker_cli_run_test.go:620: unmatched requirement DaemonIsLinux [2022-05-19T10:56:18.745Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2022-05-19T10:56:18.745Z] docker_cli_run_test.go:382: unmatched requirement DaemonIsLinux [2022-05-19T10:56:18.745Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2022-05-19T10:56:18.745Z] docker_cli_run_test.go:426: unmatched requirement DaemonIsLinux [2022-05-19T10:56:18.745Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2022-05-19T10:56:20.957Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2022-05-19T10:56:28.113Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2022-05-19T10:56:28.113Z] docker_cli_run_test.go:1252: unmatched requirement DaemonIsLinux [2022-05-19T10:56:28.113Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2022-05-19T10:56:28.113Z] docker_cli_run_test.go:3877: unmatched requirement DaemonIsLinux [2022-05-19T10:56:28.113Z] === RUN TestDockerSuite/TestRunDNSOptions [2022-05-19T10:56:28.113Z] docker_cli_run_test.go:1287: unmatched requirement DaemonIsLinux [2022-05-19T10:56:28.581Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2022-05-19T10:56:28.581Z] docker_cli_run_test.go:1320: unmatched requirement DaemonIsLinux [2022-05-19T10:56:28.581Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2022-05-19T10:56:28.581Z] docker_cli_run_test.go:1309: unmatched requirement DaemonIsLinux [2022-05-19T10:56:28.581Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2022-05-19T10:56:28.581Z] docker_cli_run_test.go:2020: unmatched requirement DaemonIsLinux [2022-05-19T10:56:28.581Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2022-05-19T10:56:32.371Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2022-05-19T10:56:32.371Z] docker_cli_run_test.go:1140: unmatched requirement DaemonIsLinux [2022-05-19T10:56:32.371Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2022-05-19T10:56:32.371Z] === RUN TestDockerSuite/TestRunDuplicateMount [2022-05-19T10:56:32.371Z] docker_cli_run_test.go:4052: unmatched requirement DaemonIsLinux [2022-05-19T10:56:32.371Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2022-05-19T10:56:36.158Z] === RUN TestDockerSuite/TestRunEchoStdout [2022-05-19T10:56:39.951Z] === RUN TestDockerSuite/TestRunEmptyEnv [2022-05-19T10:56:39.951Z] docker_cli_run_test.go:4135: unmatched requirement DaemonIsLinux [2022-05-19T10:56:39.951Z] === RUN TestDockerSuite/TestRunEntrypoint [2022-05-19T10:56:43.739Z] === RUN TestDockerSuite/TestRunEnvironment [2022-05-19T10:56:43.739Z] docker_cli_run_test.go:816: unmatched requirement DaemonIsLinux [2022-05-19T10:56:43.739Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2022-05-19T10:56:43.739Z] docker_cli_run_test.go:855: unmatched requirement DaemonIsLinux [2022-05-19T10:56:43.739Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2022-05-19T10:56:43.739Z] docker_cli_run_test.go:888: unmatched requirement DaemonIsLinux [2022-05-19T10:56:43.739Z] === RUN TestDockerSuite/TestRunExitCode [2022-05-19T10:56:47.529Z] === RUN TestDockerSuite/TestRunExitCodeOne [2022-05-19T10:56:50.698Z] INFO: Zapped successfully [2022-05-19T10:56:50.698Z] [2022-05-19T10:56:50.698Z] INFO: executeCI.ps1 exiting at Thu May 19 10:56:48 CUT 2022. Duration 01:18:03.4374436 [2022-05-19T10:56:50.698Z] [Pipeline] } [Pipeline] // stage Post stage [Pipeline] junit [2022-05-19T10:56:50.948Z] Recording test results [2022-05-19T10:56:51.320Z] === RUN TestDockerSuite/TestRunExitCodeZero [2022-05-19T10:56:54.269Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2022-05-19T10:56:58.057Z] === RUN TestDockerSuite/TestRunExposePort [2022-05-19T10:56:58.057Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2022-05-19T10:56:58.057Z] docker_cli_run_test.go:946: unmatched requirement DaemonIsLinux [2022-05-19T10:56:58.057Z] === RUN TestDockerSuite/TestRunGroupAdd [2022-05-19T10:56:58.057Z] docker_cli_run_test.go:1073: unmatched requirement DaemonIsLinux [2022-05-19T10:56:58.057Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2022-05-19T10:56:58.057Z] docker_cli_run_test.go:4378: unmatched requirement DaemonIsLinux [2022-05-19T10:56:58.057Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2022-05-19T10:56:58.058Z] docker_cli_run_test.go:4391: unmatched requirement DaemonIsLinux [2022-05-19T10:56:58.058Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2022-05-19T10:56:58.058Z] docker_cli_run_test.go:4119: unmatched requirement Isolation.IsHyperV-fm [2022-05-19T10:56:58.058Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2022-05-19T10:56:58.058Z] docker_cli_run_test.go:3693: unmatched requirement DaemonIsLinux [2022-05-19T10:56:58.058Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2022-05-19T10:56:58.058Z] docker_cli_run_test.go:1998: unmatched requirement DaemonIsLinux [2022-05-19T10:56:58.058Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2022-05-19T10:57:00.688Z] [Checks API] No suitable checks publisher found. [Pipeline] catchError [Pipeline] { [Pipeline] powershell [2022-05-19T10:57:02.870Z] Creating windowsRS5-integration-bundles.zip [Pipeline] archiveArtifacts [2022-05-19T10:57:04.661Z] Archiving artifacts [2022-05-19T10:57:05.211Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2022-05-19T10:57:05.212Z] docker_cli_run_test.go:3240: unmatched requirement DaemonIsLinux [2022-05-19T10:57:05.212Z] === RUN TestDockerSuite/TestRunInvalidReference [2022-05-19T10:57:05.212Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2022-05-19T10:57:05.212Z] docker_cli_run_test.go:59: unmatched requirement DaemonIsLinux [2022-05-19T10:57:05.212Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2022-05-19T10:57:05.212Z] docker_cli_run_test.go:3349: unmatched requirement DaemonIsLinux [2022-05-19T10:57:05.212Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2022-05-19T10:57:05.212Z] docker_cli_run_test.go:194: unmatched requirement DaemonIsLinux [2022-05-19T10:57:05.212Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2022-05-19T10:57:05.212Z] docker_cli_run_test.go:179: unmatched requirement DaemonIsLinux [2022-05-19T10:57:05.212Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2022-05-19T10:57:13.880Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2022-05-19T10:57:13.880Z] docker_cli_run_test.go:3359: unmatched requirement DaemonIsLinux [2022-05-19T10:57:13.880Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2022-05-19T10:57:16.093Z] === RUN TestDockerSuite/TestRunModeHostname [2022-05-19T10:57:16.093Z] docker_cli_run_test.go:1197: unmatched requirement DaemonIsLinux [2022-05-19T10:57:16.093Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2022-05-19T10:57:16.093Z] docker_cli_run_test.go:2310: unmatched requirement DaemonIsLinux [2022-05-19T10:57:16.093Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2022-05-19T10:57:16.093Z] docker_cli_run_test.go:2319: unmatched requirement DaemonIsLinux [2022-05-19T10:57:16.093Z] === RUN TestDockerSuite/TestRunModeIpcHost [2022-05-19T10:57:16.093Z] docker_cli_run_test.go:2288: unmatched requirement DaemonIsLinux [2022-05-19T10:57:16.093Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2022-05-19T10:57:16.093Z] docker_cli_run_test.go:3393: unmatched requirement DaemonIsLinux [2022-05-19T10:57:16.093Z] === RUN TestDockerSuite/TestRunModePIDContainer [2022-05-19T10:57:16.093Z] docker_cli_run_test.go:2332: unmatched requirement DaemonIsLinux [2022-05-19T10:57:16.093Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2022-05-19T10:57:16.093Z] docker_cli_run_test.go:2357: unmatched requirement DaemonIsLinux [2022-05-19T10:57:16.093Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2022-05-19T10:57:16.093Z] docker_cli_run_test.go:2366: unmatched requirement DaemonIsLinux [2022-05-19T10:57:16.093Z] === RUN TestDockerSuite/TestRunModeUTSHost [2022-05-19T10:57:16.093Z] docker_cli_run_test.go:2424: unmatched requirement DaemonIsLinux [2022-05-19T10:57:16.093Z] === RUN TestDockerSuite/TestRunMount [2022-05-19T10:57:16.093Z] docker_cli_run_test.go:4201: unmatched requirement DaemonIsLinux [2022-05-19T10:57:16.093Z] === RUN TestDockerSuite/TestRunMountOrdering [2022-05-19T10:57:16.093Z] docker_cli_run_test.go:2075: unmatched requirement DaemonIsLinux [2022-05-19T10:57:16.093Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2022-05-19T10:57:16.093Z] docker_cli_run_test.go:4189: unmatched requirement DaemonIsLinux [2022-05-19T10:57:16.093Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2022-05-19T10:57:16.093Z] docker_cli_run_test.go:2379: unmatched requirement DaemonIsLinux [2022-05-19T10:57:16.093Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2022-05-19T10:57:20.565Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43557/8/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-05-19T10:57:21.523Z] + make clean [2022-05-19T10:57:23.096Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-05-19T10:57:23.096Z] docker-dev-cache [2022-05-19T10:57:23.096Z] docker-mod-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-05-19T10:57:28.620Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2022-05-19T10:57:28.620Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2022-05-19T10:57:28.620Z] === RUN TestDockerSuite/TestRunNamedVolume [2022-05-19T10:57:28.620Z] docker_cli_run_test.go:3182: unmatched requirement DaemonIsLinux [2022-05-19T10:57:28.620Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2022-05-19T10:57:28.620Z] docker_cli_run_test.go:3744: unmatched requirement DaemonIsLinux [2022-05-19T10:57:28.620Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2022-05-19T10:57:35.771Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2022-05-19T10:57:41.634Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2022-05-19T10:57:41.634Z] docker_cli_run_test.go:3737: unmatched requirement DaemonIsLinux [2022-05-19T10:57:41.634Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2022-05-19T10:57:41.634Z] docker_cli_run_test.go:2576: unmatched requirement DaemonIsLinux [2022-05-19T10:57:41.634Z] === RUN TestDockerSuite/TestRunNetHost [2022-05-19T10:57:41.634Z] docker_cli_run_test.go:2545: unmatched requirement DaemonIsLinux [2022-05-19T10:57:41.634Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2022-05-19T10:57:41.634Z] docker_cli_run_test.go:930: unmatched requirement DaemonIsLinux [2022-05-19T10:57:41.634Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2022-05-19T10:57:41.634Z] docker_cli_run_test.go:2568: unmatched requirement DaemonIsLinux [2022-05-19T10:57:41.634Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2022-05-19T10:57:41.634Z] docker_cli_run_test.go:3037: unmatched requirement DaemonIsLinux [2022-05-19T10:57:41.634Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2022-05-19T10:57:41.634Z] docker_cli_run_test.go:3061: unmatched requirement DaemonIsLinux [2022-05-19T10:57:42.101Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2022-05-19T10:57:42.101Z] docker_cli_run_test.go:3083: unmatched requirement DaemonIsLinux [2022-05-19T10:57:42.101Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2022-05-19T10:57:42.101Z] docker_cli_run_test.go:3407: unmatched requirement DaemonIsLinux [2022-05-19T10:57:42.101Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2022-05-19T10:57:42.569Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2022-05-19T10:57:44.132Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2022-05-19T10:57:46.344Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2022-05-19T10:57:49.292Z] === RUN TestDockerSuite/TestRunNonExistingImage [2022-05-19T10:57:50.276Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2022-05-19T10:57:53.225Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2022-05-19T10:57:53.691Z] docker_cli_run_test.go:1402: unmatched requirement DaemonIsLinux [2022-05-19T10:57:53.691Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2022-05-19T10:57:53.691Z] docker_cli_run_test.go:2776: unmatched requirement DaemonIsLinux [2022-05-19T10:57:53.691Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2022-05-19T10:57:53.691Z] docker_cli_run_test.go:2466: unmatched requirement DaemonIsLinux [2022-05-19T10:57:53.691Z] === RUN TestDockerSuite/TestRunPortInUse [2022-05-19T10:57:53.691Z] docker_cli_run_test.go:2038: unmatched requirement DaemonIsLinux [2022-05-19T10:57:53.691Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2022-05-19T10:57:53.691Z] docker_cli_run_test.go:956: unmatched requirement DaemonIsLinux [2022-05-19T10:57:53.691Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2022-05-19T10:57:53.691Z] docker_cli_run_test.go:1084: unmatched requirement DaemonIsLinux [2022-05-19T10:57:53.691Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2022-05-19T10:57:53.691Z] docker_cli_run_test.go:1123: unmatched requirement DaemonIsLinux [2022-05-19T10:57:53.691Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2022-05-19T10:57:53.691Z] docker_cli_run_test.go:1131: unmatched requirement DaemonIsLinux [2022-05-19T10:57:53.691Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2022-05-19T10:57:58.501Z] === RUN TestDockerSuite/TestRunPublishPort [2022-05-19T10:57:58.501Z] docker_cli_run_test.go:2951: unmatched requirement DaemonIsLinux [2022-05-19T10:57:58.501Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2022-05-19T10:57:58.501Z] docker_cli_run_test.go:2854: unmatched requirement Apparmor [2022-05-19T10:57:58.501Z] === RUN TestDockerSuite/TestRunReadProcLatency [2022-05-19T10:57:58.501Z] docker_cli_run_test.go:2833: unmatched requirement DaemonIsLinux [2022-05-19T10:57:58.969Z] === RUN TestDockerSuite/TestRunReadProcTimer [2022-05-19T10:57:58.969Z] docker_cli_run_test.go:2818: unmatched requirement DaemonIsLinux [2022-05-19T10:57:58.969Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2022-05-19T10:57:58.969Z] docker_cli_run_test.go:1424: unmatched requirement DaemonIsLinux [2022-05-19T10:57:58.969Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2022-05-19T10:58:11.458Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2022-05-19T10:58:11.458Z] docker_cli_run_test.go:2120: unmatched requirement DaemonIsLinux [2022-05-19T10:58:11.458Z] === RUN TestDockerSuite/TestRunRm [2022-05-19T10:58:15.245Z] === RUN TestDockerSuite/TestRunRmAndWait [2022-05-19T10:58:22.398Z] === RUN TestDockerSuite/TestRunRmPre125Api [2022-05-19T10:58:25.349Z] === RUN TestDockerSuite/TestRunRootWorkdir [2022-05-19T10:58:29.138Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2022-05-19T10:58:32.929Z] === RUN TestDockerSuite/TestRunSetMacAddress [2022-05-19T10:58:32.929Z] docker_cli_run_test.go:1980: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2022-05-19T10:58:32.929Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2022-05-19T10:58:32.929Z] docker_cli_run_test.go:2232: unmatched requirement DaemonIsLinux [2022-05-19T10:58:32.929Z] === RUN TestDockerSuite/TestRunState [2022-05-19T10:58:32.929Z] docker_cli_run_test.go:1620: unmatched requirement DaemonIsLinux [2022-05-19T10:58:32.929Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2022-05-19T10:58:35.879Z] === RUN TestDockerSuite/TestRunStdinPipe [2022-05-19T10:58:35.879Z] docker_cli_run_test.go:97: unmatched requirement DaemonIsLinux [2022-05-19T10:58:35.879Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2022-05-19T10:58:36.347Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2022-05-19T10:58:36.347Z] docker_cli_run_test.go:1107: unmatched requirement DaemonIsLinux [2022-05-19T10:58:36.347Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2022-05-19T10:58:36.347Z] docker_cli_run_test.go:1115: unmatched requirement DaemonIsLinux [2022-05-19T10:58:36.347Z] === RUN TestDockerSuite/TestRunTLSVerify [2022-05-19T10:58:36.816Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2022-05-19T10:58:36.816Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2022-05-19T10:58:36.816Z] docker_cli_run_test.go:1155: unmatched requirement DaemonIsLinux [2022-05-19T10:58:36.816Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2022-05-19T10:58:42.685Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2022-05-19T10:58:42.685Z] docker_cli_run_test.go:966: unmatched requirement DaemonIsLinux [2022-05-19T10:58:42.685Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2022-05-19T10:58:42.685Z] docker_cli_run_test.go:1094: unmatched requirement DaemonIsLinux [2022-05-19T10:58:42.685Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2022-05-19T10:58:42.685Z] docker_cli_run_test.go:1164: unmatched requirement DaemonIsLinux [2022-05-19T10:58:42.685Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2022-05-19T10:58:42.685Z] docker_cli_run_test.go:3953: unmatched requirement DaemonIsLinux [2022-05-19T10:58:42.685Z] === RUN TestDockerSuite/TestRunUnshareProc [2022-05-19T10:58:42.685Z] docker_cli_run_test.go:2893: unmatched requirement Apparmor [2022-05-19T10:58:42.685Z] === RUN TestDockerSuite/TestRunUserByID [2022-05-19T10:58:42.685Z] docker_cli_run_test.go:735: unmatched requirement DaemonIsLinux [2022-05-19T10:58:42.685Z] === RUN TestDockerSuite/TestRunUserByIDBig [2022-05-19T10:58:42.685Z] docker_cli_run_test.go:745: unmatched requirement DaemonIsLinux [2022-05-19T10:58:42.685Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2022-05-19T10:58:42.685Z] docker_cli_run_test.go:758: unmatched requirement DaemonIsLinux [2022-05-19T10:58:42.685Z] === RUN TestDockerSuite/TestRunUserByIDZero [2022-05-19T10:58:42.685Z] docker_cli_run_test.go:771: unmatched requirement DaemonIsLinux [2022-05-19T10:58:43.154Z] === RUN TestDockerSuite/TestRunUserByName [2022-05-19T10:58:43.154Z] docker_cli_run_test.go:725: unmatched requirement DaemonIsLinux [2022-05-19T10:58:43.154Z] === RUN TestDockerSuite/TestRunUserDefaults [2022-05-19T10:58:46.943Z] === RUN TestDockerSuite/TestRunUserNotFound [2022-05-19T10:58:46.943Z] docker_cli_run_test.go:784: unmatched requirement DaemonIsLinux [2022-05-19T10:58:46.943Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2022-05-19T10:58:50.733Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2022-05-19T10:58:50.733Z] docker_cli_run_test.go:3842: unmatched requirement DaemonIsLinux [2022-05-19T10:58:50.733Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2022-05-19T10:58:50.733Z] docker_cli_run_test.go:3835: unmatched requirement DaemonIsLinux [2022-05-19T10:58:50.733Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2022-05-19T10:58:54.521Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2022-05-19T10:59:07.026Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2022-05-19T10:59:12.890Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2022-05-19T10:59:23.307Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2022-05-19T10:59:23.307Z] docker_cli_run_test.go:657: unmatched requirement DaemonIsLinux [2022-05-19T10:59:23.307Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2022-05-19T10:59:23.307Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2022-05-19T10:59:27.099Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2022-05-19T10:59:30.891Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2022-05-19T10:59:34.682Z] === RUN TestDockerSuite/TestRunWithBadDevice [2022-05-19T10:59:34.682Z] docker_cli_run_test.go:1849: unmatched requirement DaemonIsLinux [2022-05-19T10:59:34.682Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2022-05-19T10:59:34.682Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2022-05-19T10:59:34.682Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2022-05-19T10:59:34.682Z] docker_cli_run_test.go:281: unmatched requirement DaemonIsLinux [2022-05-19T10:59:34.682Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2022-05-19T10:59:34.682Z] docker_cli_run_test.go:3709: unmatched requirement DaemonIsLinux [2022-05-19T10:59:34.682Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2022-05-19T10:59:34.682Z] docker_cli_run_test.go:3720: unmatched requirement DaemonIsLinux [2022-05-19T10:59:34.682Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2022-05-19T10:59:34.682Z] docker_cli_run_test.go:2799: unmatched requirement DaemonIsLinux [2022-05-19T10:59:34.682Z] === RUN TestDockerSuite/TestRunWithUlimits [2022-05-19T10:59:34.682Z] docker_cli_run_test.go:3194: unmatched requirement DaemonIsLinux [2022-05-19T10:59:34.682Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2022-05-19T10:59:41.833Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2022-05-19T10:59:44.047Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2022-05-19T10:59:46.260Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2022-05-19T10:59:53.411Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2022-05-19T10:59:53.411Z] docker_cli_run_test.go:3010: unmatched requirement Apparmor [2022-05-19T10:59:53.411Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2022-05-19T10:59:53.411Z] docker_cli_run_test.go:1801: unmatched requirement DaemonIsLinux [2022-05-19T10:59:53.411Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2022-05-19T10:59:53.411Z] docker_cli_run_test.go:2809: unmatched requirement DaemonIsLinux [2022-05-19T10:59:53.411Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2022-05-19T10:59:53.411Z] docker_cli_run_test.go:3607: unmatched requirement DaemonIsLinux [2022-05-19T10:59:53.411Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2022-05-19T10:59:53.411Z] docker_cli_run_test.go:3618: unmatched requirement DaemonIsLinux [2022-05-19T10:59:53.411Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2022-05-19T10:59:53.411Z] docker_cli_save_load_test.go:158: unmatched requirement DaemonIsLinux [2022-05-19T10:59:53.411Z] === RUN TestDockerSuite/TestSaveCheckTimes [2022-05-19T10:59:53.411Z] docker_cli_save_load_test.go:100: unmatched requirement DaemonIsLinux [2022-05-19T10:59:53.411Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2022-05-19T10:59:53.411Z] docker_cli_save_load_test.go:259: unmatched requirement DaemonIsLinux [2022-05-19T10:59:53.879Z] === RUN TestDockerSuite/TestSaveImageId [2022-05-19T10:59:53.879Z] docker_cli_save_load_test.go:119: unmatched requirement DaemonIsLinux [2022-05-19T10:59:53.879Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2022-05-19T10:59:53.879Z] docker_cli_save_load_test.go:380: unmatched requirement DaemonIsLinux [2022-05-19T10:59:53.879Z] === RUN TestDockerSuite/TestSaveLoadParents [2022-05-19T10:59:53.879Z] docker_cli_save_load_test.go:341: unmatched requirement DaemonIsLinux [2022-05-19T10:59:53.879Z] === RUN TestDockerSuite/TestSaveMultipleNames [2022-05-19T10:59:53.879Z] docker_cli_save_load_test.go:189: unmatched requirement DaemonIsLinux [2022-05-19T10:59:53.879Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2022-05-19T10:59:53.879Z] docker_cli_save_load_test.go:207: unmatched requirement DaemonIsLinux [2022-05-19T10:59:53.879Z] === RUN TestDockerSuite/TestSaveSingleTag [2022-05-19T10:59:53.879Z] docker_cli_save_load_test.go:85: unmatched requirement DaemonIsLinux [2022-05-19T10:59:53.879Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2022-05-19T10:59:53.879Z] docker_cli_save_load_test.go:179: unmatched requirement DaemonIsLinux [2022-05-19T10:59:53.879Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2022-05-19T10:59:53.879Z] docker_cli_save_load_test.go:27: unmatched requirement DaemonIsLinux [2022-05-19T10:59:53.879Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2022-05-19T10:59:53.879Z] docker_cli_save_load_test.go:56: unmatched requirement DaemonIsLinux [2022-05-19T10:59:53.879Z] === RUN TestDockerSuite/TestSearchCmdOptions [2022-05-19T10:59:56.092Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2022-05-19T10:59:56.559Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2022-05-19T10:59:57.027Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2022-05-19T10:59:57.495Z] === RUN TestDockerSuite/TestSearchWithLimit [2022-05-19T10:59:59.060Z] === RUN TestDockerSuite/TestSlowStdinClosing [2022-05-19T10:59:59.060Z] === RUN TestDockerSuite/TestSlowStdinClosing/0 [2022-05-19T11:00:02.853Z] === RUN TestDockerSuite/TestSlowStdinClosing/1 [2022-05-19T11:00:06.645Z] === RUN TestDockerSuite/TestSlowStdinClosing/2 [2022-05-19T11:00:09.596Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2022-05-19T11:00:09.596Z] docker_cli_start_test.go:45: unmatched requirement DaemonIsLinux [2022-05-19T11:00:09.596Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2022-05-19T11:00:22.096Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2022-05-19T11:00:22.096Z] docker_cli_start_test.go:17: unmatched requirement DaemonIsLinux [2022-05-19T11:00:22.096Z] === RUN TestDockerSuite/TestStartAttachSilent [2022-05-19T11:00:27.966Z] === RUN TestDockerSuite/TestStartAttachWithRename [2022-05-19T11:00:27.966Z] docker_cli_start_test.go:174: unmatched requirement DaemonIsLinux [2022-05-19T11:00:27.966Z] === RUN TestDockerSuite/TestStartMultipleContainers [2022-05-19T11:00:27.966Z] docker_cli_start_test.go:110: unmatched requirement DaemonIsLinux [2022-05-19T11:00:27.966Z] === RUN TestDockerSuite/TestStartPausedContainer [2022-05-19T11:00:27.966Z] docker_cli_start_test.go:95: unmatched requirement IsPausable [2022-05-19T11:00:27.966Z] === RUN TestDockerSuite/TestStartRecordError [2022-05-19T11:00:27.966Z] docker_cli_start_test.go:71: unmatched requirement DaemonIsLinux [2022-05-19T11:00:27.966Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2022-05-19T11:00:38.392Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2022-05-19T11:00:38.392Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2022-05-19T11:00:38.392Z] === RUN TestDockerSuite/TestStatsAllNoStream [2022-05-19T11:00:38.392Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2022-05-19T11:00:38.392Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2022-05-19T11:00:38.392Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2022-05-19T11:00:38.392Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2022-05-19T11:00:38.392Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2022-05-19T11:00:38.392Z] === RUN TestDockerSuite/TestStatsFormatAll [2022-05-19T11:00:38.392Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2022-05-19T11:00:38.392Z] === RUN TestDockerSuite/TestStatsNoStream [2022-05-19T11:00:38.392Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2022-05-19T11:00:38.392Z] === RUN TestDockerSuite/TestTopMultipleArgs [2022-05-19T11:00:42.186Z] === RUN TestDockerSuite/TestTopNonPrivileged [2022-05-19T11:00:46.947Z] === RUN TestDockerSuite/TestTopPrivileged [2022-05-19T11:00:46.947Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2022-05-19T11:00:46.947Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2022-05-19T11:00:50.744Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2022-05-19T11:00:50.744Z] docker_cli_run_test.go:3418: unmatched requirement DaemonIsLinux [2022-05-19T11:00:50.744Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2022-05-19T11:00:50.744Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2022-05-19T11:00:50.744Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2022-05-19T11:00:50.744Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2022-05-19T11:00:50.744Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2022-05-19T11:00:50.744Z] docker_cli_run_test.go:292: unmatched requirement DaemonIsLinux [2022-05-19T11:00:50.744Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2022-05-19T11:00:50.744Z] docker_cli_run_test.go:207: unmatched requirement DaemonIsLinux [2022-05-19T11:00:50.744Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2022-05-19T11:00:50.744Z] docker_cli_run_test.go:243: unmatched requirement DaemonIsLinux [2022-05-19T11:00:50.744Z] === RUN TestDockerSuite/TestVolumeCLICreate [2022-05-19T11:01:08.570Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2022-05-19T11:01:08.570Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2022-05-19T11:01:08.570Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2022-05-19T11:01:08.570Z] docker_cli_volume_test.go:243: unmatched requirement DaemonIsLinux [2022-05-19T11:01:08.570Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2022-05-19T11:01:08.570Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2022-05-19T11:01:08.570Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2022-05-19T11:01:08.570Z] === RUN TestDockerSuite/TestVolumeCLILs [2022-05-19T11:01:11.528Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2022-05-19T11:01:11.528Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2022-05-19T11:01:16.282Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2022-05-19T11:01:16.282Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2022-05-19T11:01:16.750Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2022-05-19T11:01:16.750Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2022-05-19T11:01:17.218Z] === RUN TestDockerSuite/TestVolumeCLIRm [2022-05-19T11:01:30.061Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2022-05-19T11:01:30.061Z] docker_cli_volume_test.go:372: unmatched requirement DaemonIsLinux [2022-05-19T11:01:30.061Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2022-05-19T11:01:30.061Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2022-05-19T11:01:30.061Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2022-05-19T11:01:30.061Z] docker_cli_volume_test.go:432: unmatched requirement DaemonIsLinux [2022-05-19T11:01:30.061Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2022-05-19T11:01:42.361Z] === RUN TestDockerSuite/TestVolumeLsFormat [2022-05-19T11:01:42.361Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2022-05-19T11:01:42.361Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2022-05-19T11:01:57.177Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2022-05-19T11:01:57.177Z] docker_cli_run_test.go:2168: unmatched requirement DaemonIsLinux [2022-05-19T11:01:57.177Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2022-05-19T11:01:59.394Z] --- PASS: TestDockerSuite (3175.41s) [2022-05-19T11:01:59.394Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.03s) [2022-05-19T11:01:59.394Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.03s) [2022-05-19T11:01:59.394Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.03s) [2022-05-19T11:01:59.394Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.03s) [2022-05-19T11:01:59.394Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.02s) [2022-05-19T11:01:59.394Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.03s) [2022-05-19T11:01:59.394Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.03s) [2022-05-19T11:01:59.394Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (0.99s) [2022-05-19T11:01:59.394Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.34s) [2022-05-19T11:01:59.394Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.91s) [2022-05-19T11:01:59.394Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.35s) [2022-05-19T11:01:59.394Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (89.76s) [2022-05-19T11:01:59.394Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.77s) [2022-05-19T11:01:59.394Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.05s) [2022-05-19T11:01:59.394Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2022-05-19T11:01:59.394Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.03s) [2022-05-19T11:01:59.394Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s) [2022-05-19T11:01:59.394Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.03s) [2022-05-19T11:01:59.394Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.04s) [2022-05-19T11:01:59.394Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.20s) [2022-05-19T11:01:59.394Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2022-05-19T11:01:59.394Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.02s) [2022-05-19T11:01:59.394Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2022-05-19T11:01:59.394Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStats (0.03s) [2022-05-19T11:01:59.394Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.03s) [2022-05-19T11:01:59.394Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.03s) [2022-05-19T11:01:59.394Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamGetCpu (0.02s) [2022-05-19T11:01:59.394Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (3.80s) [2022-05-19T11:01:59.394Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.03s) [2022-05-19T11:01:59.394Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2022-05-19T11:01:59.394Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2022-05-19T11:01:59.394Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.02s) [2022-05-19T11:01:59.394Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (5.93s) [2022-05-19T11:01:59.394Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.02s) [2022-05-19T11:01:59.394Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2022-05-19T11:01:59.394Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (9.32s) [2022-05-19T11:01:59.394Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (102.54s) [2022-05-19T11:01:59.394Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.58s) [2022-05-19T11:01:59.394Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (7.49s) [2022-05-19T11:01:59.394Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.04s) [2022-05-19T11:01:59.394Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (5.82s) [2022-05-19T11:01:59.394Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (1.28s) [2022-05-19T11:01:59.394Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.06s) [2022-05-19T11:01:59.394Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.02s) [2022-05-19T11:01:59.394Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2022-05-19T11:01:59.394Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.40s) [2022-05-19T11:01:59.394Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (1.39s) [2022-05-19T11:01:59.394Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (4.26s) [2022-05-19T11:01:59.394Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (2.14s) [2022-05-19T11:01:59.394Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.06s) [2022-05-19T11:01:59.394Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2022-05-19T11:01:59.394Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.09s) [2022-05-19T11:01:59.394Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (4.04s) [2022-05-19T11:01:59.394Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (16.02s) [2022-05-19T11:01:59.394Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (6.96s) [2022-05-19T11:01:59.394Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (1.55s) [2022-05-19T11:01:59.394Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.05s) [2022-05-19T11:01:59.394Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.67s) [2022-05-19T11:01:59.394Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (2.35s) [2022-05-19T11:01:59.394Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (7.11s) [2022-05-19T11:01:59.394Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.04s) [2022-05-19T11:01:59.394Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.03s) [2022-05-19T11:01:59.394Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2022-05-19T11:01:59.394Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2022-05-19T11:01:59.394Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.75s) [2022-05-19T11:01:59.394Z] --- PASS: TestDockerSuite/TestBuildAddTar (45.23s) [2022-05-19T11:01:59.394Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.05s) [2022-05-19T11:01:59.394Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.52s) [2022-05-19T11:01:59.394Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (23.84s) [2022-05-19T11:01:59.394Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (1.04s) [2022-05-19T11:01:59.394Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.74s) [2022-05-19T11:01:59.394Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (10.07s) [2022-05-19T11:01:59.394Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.47s) [2022-05-19T11:01:59.394Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (7.19s) [2022-05-19T11:01:59.394Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (13.42s) [2022-05-19T11:01:59.394Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (11.71s) [2022-05-19T11:01:59.394Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.54s) [2022-05-19T11:01:59.394Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (6.83s) [2022-05-19T11:01:59.394Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.04s) [2022-05-19T11:01:59.394Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2022-05-19T11:01:59.394Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (9.42s) [2022-05-19T11:01:59.394Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.05s) [2022-05-19T11:01:59.394Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.80s) [2022-05-19T11:01:59.394Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.05s) [2022-05-19T11:01:59.394Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.05s) [2022-05-19T11:01:59.394Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (32.28s) [2022-05-19T11:01:59.394Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (6.76s) [2022-05-19T11:01:59.394Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (1.00s) [2022-05-19T11:01:59.394Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.63s) [2022-05-19T11:01:59.394Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (2.04s) [2022-05-19T11:01:59.394Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.07s) [2022-05-19T11:01:59.394Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (6.69s) [2022-05-19T11:01:59.394Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.92s) [2022-05-19T11:01:59.394Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.08s) [2022-05-19T11:01:59.394Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.03s) [2022-05-19T11:01:59.394Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (2.27s) [2022-05-19T11:01:59.394Z] --- PASS: TestDockerSuite/TestBuildClearCmd (1.60s) [2022-05-19T11:01:59.394Z] --- PASS: TestDockerSuite/TestBuildCmd (0.84s) [2022-05-19T11:01:59.394Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.89s) [2022-05-19T11:01:59.394Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.83s) [2022-05-19T11:01:59.394Z] --- PASS: TestDockerSuite/TestBuildCmdShellArgsEscaped (8.65s) [2022-05-19T11:01:59.394Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (3.12s) [2022-05-19T11:01:59.394Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2022-05-19T11:01:59.394Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.70s) [2022-05-19T11:01:59.394Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2022-05-19T11:01:59.394Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.75s) [2022-05-19T11:01:59.394Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (3.44s) [2022-05-19T11:01:59.394Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (1.34s) [2022-05-19T11:01:59.394Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.73s) [2022-05-19T11:01:59.394Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.04s) [2022-05-19T11:01:59.394Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (1.24s) [2022-05-19T11:01:59.394Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.97s) [2022-05-19T11:01:59.394Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s) [2022-05-19T11:01:59.394Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2022-05-19T11:01:59.394Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (7.64s) [2022-05-19T11:01:59.394Z] --- PASS: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (48.10s) [2022-05-19T11:01:59.394Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.84s) [2022-05-19T11:01:59.394Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.76s) [2022-05-19T11:01:59.394Z] --- PASS: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (7.72s) [2022-05-19T11:01:59.394Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.59s) [2022-05-19T11:01:59.394Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.51s) [2022-05-19T11:01:59.394Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.05s) [2022-05-19T11:01:59.394Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.75s) [2022-05-19T11:01:59.394Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.04s) [2022-05-19T11:01:59.394Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (31.70s) [2022-05-19T11:01:59.394Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.98s) [2022-05-19T11:01:59.394Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.54s) [2022-05-19T11:01:59.394Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (24.20s) [2022-05-19T11:01:59.394Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (2.50s) [2022-05-19T11:01:59.394Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (1.22s) [2022-05-19T11:01:59.394Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (5.24s) [2022-05-19T11:01:59.394Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (4.30s) [2022-05-19T11:01:59.394Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (4.46s) [2022-05-19T11:01:59.394Z] --- PASS: TestDockerSuite/TestBuildDockerignore (67.60s) [2022-05-19T11:01:59.394Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (8.09s) [2022-05-19T11:01:59.394Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.58s) [2022-05-19T11:01:59.394Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (75.50s) [2022-05-19T11:01:59.394Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (2.35s) [2022-05-19T11:01:59.394Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (1.08s) [2022-05-19T11:01:59.394Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (27.09s) [2022-05-19T11:01:59.394Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (14.85s) [2022-05-19T11:01:59.394Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (14.30s) [2022-05-19T11:01:59.394Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (38.97s) [2022-05-19T11:01:59.394Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (14.64s) [2022-05-19T11:01:59.394Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (14.50s) [2022-05-19T11:01:59.394Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (103.58s) [2022-05-19T11:01:59.394Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.59s) [2022-05-19T11:01:59.394Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.48s) [2022-05-19T11:01:59.394Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.04s) [2022-05-19T11:01:59.394Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.89s) [2022-05-19T11:01:59.394Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (1.62s) [2022-05-19T11:01:59.394Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.03s) [2022-05-19T11:01:59.394Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.75s) [2022-05-19T11:01:59.394Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.84s) [2022-05-19T11:01:59.394Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (8.59s) [2022-05-19T11:01:59.394Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (5.09s) [2022-05-19T11:01:59.394Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (6.42s) [2022-05-19T11:01:59.394Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.04s) [2022-05-19T11:01:59.394Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.50s) [2022-05-19T11:01:59.394Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2022-05-19T11:01:59.394Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.02s) [2022-05-19T11:01:59.395Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.02s) [2022-05-19T11:01:59.395Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (5.36s) [2022-05-19T11:01:59.395Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.04s) [2022-05-19T11:01:59.395Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.04s) [2022-05-19T11:01:59.395Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.04s) [2022-05-19T11:01:59.395Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (1.31s) [2022-05-19T11:01:59.395Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (6.86s) [2022-05-19T11:01:59.395Z] --- PASS: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (18.84s) [2022-05-19T11:01:59.395Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.90s) [2022-05-19T11:01:59.395Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.06s) [2022-05-19T11:01:59.395Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.04s) [2022-05-19T11:01:59.395Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2022-05-19T11:01:59.395Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.02s) [2022-05-19T11:01:59.395Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s) [2022-05-19T11:01:59.395Z] --- PASS: TestDockerSuite/TestBuildFails (3.79s) [2022-05-19T11:01:59.395Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.13s) [2022-05-19T11:01:59.395Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (8.85s) [2022-05-19T11:01:59.395Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (8.54s) [2022-05-19T11:01:59.395Z] --- PASS: TestDockerSuite/TestBuildForceRm (9.54s) [2022-05-19T11:01:59.395Z] --- PASS: TestDockerSuite/TestBuildFromGit (7.67s) [2022-05-19T11:01:59.395Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (1.64s) [2022-05-19T11:01:59.395Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (7.49s) [2022-05-19T11:01:59.395Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.04s) [2022-05-19T11:01:59.395Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.83s) [2022-05-19T11:01:59.395Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.78s) [2022-05-19T11:01:59.395Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.03s) [2022-05-19T11:01:59.395Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (11.63s) [2022-05-19T11:01:59.395Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.04s) [2022-05-19T11:01:59.395Z] --- PASS: TestDockerSuite/TestBuildHistory (16.57s) [2022-05-19T11:01:59.395Z] --- PASS: TestDockerSuite/TestBuildIidFile (1.45s) [2022-05-19T11:01:59.395Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (2.88s) [2022-05-19T11:01:59.395Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.06s) [2022-05-19T11:01:59.395Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (1.05s) [2022-05-19T11:01:59.395Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.11s) [2022-05-19T11:01:59.395Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (5.73s) [2022-05-19T11:01:59.395Z] --- PASS: TestDockerSuite/TestBuildLabel (1.54s) [2022-05-19T11:01:59.395Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.90s) [2022-05-19T11:01:59.395Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (1.40s) [2022-05-19T11:01:59.395Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.79s) [2022-05-19T11:01:59.395Z] --- PASS: TestDockerSuite/TestBuildLabels (1.39s) [2022-05-19T11:01:59.395Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (2.04s) [2022-05-19T11:01:59.395Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (8.62s) [2022-05-19T11:01:59.395Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.12s) [2022-05-19T11:01:59.395Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.06s) [2022-05-19T11:01:59.395Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.12s) [2022-05-19T11:01:59.395Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.12s) [2022-05-19T11:01:59.395Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.13s) [2022-05-19T11:01:59.395Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.12s) [2022-05-19T11:01:59.395Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.86s) [2022-05-19T11:01:59.395Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (0.76s) [2022-05-19T11:01:59.395Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (7.42s) [2022-05-19T11:01:59.395Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (22.55s) [2022-05-19T11:01:59.395Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.10s) [2022-05-19T11:01:59.395Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (2.72s) [2022-05-19T11:01:59.395Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (49.12s) [2022-05-19T11:01:59.395Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (20.90s) [2022-05-19T11:01:59.395Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (8.60s) [2022-05-19T11:01:59.395Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (9.61s) [2022-05-19T11:01:59.395Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (8.34s) [2022-05-19T11:01:59.395Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (25.71s) [2022-05-19T11:01:59.395Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.06s) [2022-05-19T11:01:59.395Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (11.47s) [2022-05-19T11:01:59.395Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.89s) [2022-05-19T11:01:59.395Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.03s) [2022-05-19T11:01:59.395Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.02s) [2022-05-19T11:01:59.395Z] --- PASS: TestDockerSuite/TestBuildNoContext (4.49s) [2022-05-19T11:01:59.395Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (6.37s) [2022-05-19T11:01:59.395Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (3.88s) [2022-05-19T11:01:59.395Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.35s) [2022-05-19T11:01:59.395Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.21s) [2022-05-19T11:01:59.395Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (2.72s) [2022-05-19T11:01:59.395Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (1.25s) [2022-05-19T11:01:59.395Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (2.05s) [2022-05-19T11:01:59.395Z] --- PASS: TestDockerSuite/TestBuildOnBuild (13.14s) [2022-05-19T11:01:59.395Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (2.53s) [2022-05-19T11:01:59.395Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (13.81s) [2022-05-19T11:01:59.395Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (5.72s) [2022-05-19T11:01:59.395Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (12.19s) [2022-05-19T11:01:59.395Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (7.06s) [2022-05-19T11:01:59.395Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (6.92s) [2022-05-19T11:01:59.395Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (1.81s) [2022-05-19T11:01:59.395Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.07s) [2022-05-19T11:01:59.395Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.02s) [2022-05-19T11:01:59.395Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (3.51s) [2022-05-19T11:01:59.395Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2022-05-19T11:01:59.395Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (56.22s) [2022-05-19T11:01:59.395Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (26.42s) [2022-05-19T11:01:59.395Z] --- PASS: TestDockerSuite/TestBuildRm (17.76s) [2022-05-19T11:01:59.395Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (5.39s) [2022-05-19T11:01:59.395Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.07s) [2022-05-19T11:01:59.395Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.59s) [2022-05-19T11:01:59.395Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (2.09s) [2022-05-19T11:01:59.395Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (5.96s) [2022-05-19T11:01:59.395Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (5.59s) [2022-05-19T11:01:59.395Z] --- PASS: TestDockerSuite/TestBuildShellInherited (6.27s) [2022-05-19T11:01:59.395Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (22.96s) [2022-05-19T11:01:59.395Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (1.10s) [2022-05-19T11:01:59.395Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.89s) [2022-05-19T11:01:59.395Z] --- PASS: TestDockerSuite/TestBuildShellWindowsPowershell (11.55s) [2022-05-19T11:01:59.395Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.37s) [2022-05-19T11:01:59.395Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (6.51s) [2022-05-19T11:01:59.395Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.11s) [2022-05-19T11:01:59.395Z] --- PASS: TestDockerSuite/TestBuildStderr (6.30s) [2022-05-19T11:01:59.395Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (32.96s) [2022-05-19T11:01:59.395Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.52s) [2022-05-19T11:01:59.395Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (4.92s) [2022-05-19T11:01:59.395Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (1.82s) [2022-05-19T11:01:59.395Z] --- PASS: TestDockerSuite/TestBuildTagEvent (6.60s) [2022-05-19T11:01:59.395Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (6.98s) [2022-05-19T11:01:59.395Z] --- SKIP: TestDockerSuite/TestBuildUser (0.04s) [2022-05-19T11:01:59.395Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.04s) [2022-05-19T11:01:59.395Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2022-05-19T11:01:59.395Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (5.97s) [2022-05-19T11:01:59.395Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.78s) [2022-05-19T11:01:59.395Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (4.29s) [2022-05-19T11:01:59.395Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2022-05-19T11:01:59.395Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2022-05-19T11:01:59.395Z] --- PASS: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (31.48s) [2022-05-19T11:01:59.395Z] --- PASS: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (1.30s) [2022-05-19T11:01:59.395Z] --- PASS: TestDockerSuite/TestBuildWindowsUser (12.73s) [2022-05-19T11:01:59.395Z] --- PASS: TestDockerSuite/TestBuildWindowsWorkdirProcessing (7.68s) [2022-05-19T11:01:59.395Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.53s) [2022-05-19T11:01:59.395Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.06s) [2022-05-19T11:01:59.395Z] --- PASS: TestDockerSuite/TestBuildWithFailure (4.26s) [2022-05-19T11:01:59.395Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.51s) [2022-05-19T11:01:59.395Z] --- PASS: TestDockerSuite/TestBuildWithRecycleBin (16.11s) [2022-05-19T11:01:59.395Z] --- PASS: TestDockerSuite/TestBuildWithTabs (6.43s) [2022-05-19T11:01:59.395Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.61s) [2022-05-19T11:01:59.395Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (17.94s) [2022-05-19T11:01:59.395Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.53s) [2022-05-19T11:01:59.395Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.52s) [2022-05-19T11:01:59.395Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.04s) [2022-05-19T11:01:59.395Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (1.71s) [2022-05-19T11:01:59.395Z] --- PASS: TestDockerSuite/TestBuildWorkdirWindowsPath (11.16s) [2022-05-19T11:01:59.395Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (2.90s) [2022-05-19T11:01:59.395Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.50s) [2022-05-19T11:01:59.395Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.04s) [2022-05-19T11:01:59.395Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.04s) [2022-05-19T11:01:59.395Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (2.70s) [2022-05-19T11:01:59.395Z] --- SKIP: TestDockerSuite/TestCommitAfterContainerIsDone (0.02s) [2022-05-19T11:01:59.395Z] --- PASS: TestDockerSuite/TestCommitChange (6.75s) [2022-05-19T11:01:59.395Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (6.16s) [2022-05-19T11:01:59.395Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.02s) [2022-05-19T11:01:59.395Z] --- PASS: TestDockerSuite/TestCommitNewFile (9.82s) [2022-05-19T11:01:59.395Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.03s) [2022-05-19T11:01:59.395Z] --- PASS: TestDockerSuite/TestCommitTTY (10.11s) [2022-05-19T11:01:59.395Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (6.36s) [2022-05-19T11:01:59.395Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2022-05-19T11:01:59.395Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.02s) [2022-05-19T11:01:59.395Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2022-05-19T11:01:59.395Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2022-05-19T11:01:59.395Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2022-05-19T11:01:59.395Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2022-05-19T11:01:59.395Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.02s) [2022-05-19T11:01:59.395Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.20s) [2022-05-19T11:01:59.395Z] --- PASS: TestDockerSuite/TestContainerAPICommit (9.86s) [2022-05-19T11:01:59.395Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (10.12s) [2022-05-19T11:01:59.395Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2022-05-19T11:01:59.395Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (3.76s) [2022-05-19T11:01:59.395Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.04s) [2022-05-19T11:01:59.395Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.03s) [2022-05-19T11:01:59.395Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.03s) [2022-05-19T11:01:59.395Z] --- PASS: TestDockerSuite/TestContainerAPICreate (3.59s) [2022-05-19T11:01:59.395Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.03s) [2022-05-19T11:01:59.395Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.04s) [2022-05-19T11:01:59.395Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (3.73s) [2022-05-19T11:01:59.395Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.04s) [2022-05-19T11:01:59.395Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.03s) [2022-05-19T11:01:59.395Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.03s) [2022-05-19T11:01:59.395Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.04s) [2022-05-19T11:01:59.395Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (4.22s) [2022-05-19T11:01:59.395Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (4.23s) [2022-05-19T11:01:59.395Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (3.75s) [2022-05-19T11:01:59.395Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.02s) [2022-05-19T11:01:59.395Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s) [2022-05-19T11:01:59.395Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (4.31s) [2022-05-19T11:01:59.395Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.02s) [2022-05-19T11:01:59.395Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (3.58s) [2022-05-19T11:01:59.395Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2022-05-19T11:01:59.395Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.02s) [2022-05-19T11:01:59.395Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (3.63s) [2022-05-19T11:01:59.395Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.02s) [2022-05-19T11:01:59.395Z] --- PASS: TestDockerSuite/TestContainerAPIKill (4.05s) [2022-05-19T11:01:59.395Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.02s) [2022-05-19T11:01:59.395Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (3.64s) [2022-05-19T11:01:59.395Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.37s) [2022-05-19T11:01:59.395Z] --- PASS: TestDockerSuite/TestContainerAPIRename (3.65s) [2022-05-19T11:01:59.395Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (6.67s) [2022-05-19T11:01:59.395Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (6.29s) [2022-05-19T11:01:59.395Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.21s) [2022-05-19T11:01:59.395Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.03s) [2022-05-19T11:01:59.395Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.03s) [2022-05-19T11:01:59.395Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.03s) [2022-05-19T11:01:59.395Z] --- PASS: TestDockerSuite/TestContainerAPIStart (3.39s) [2022-05-19T11:01:59.395Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2022-05-19T11:01:59.395Z] --- PASS: TestDockerSuite/TestContainerAPIStop (3.54s) [2022-05-19T11:01:59.395Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.02s) [2022-05-19T11:01:59.395Z] --- PASS: TestDockerSuite/TestContainerAPITopWindows (4.51s) [2022-05-19T11:01:59.395Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.20s) [2022-05-19T11:01:59.395Z] --- PASS: TestDockerSuite/TestContainerAPIWait (5.52s) [2022-05-19T11:01:59.395Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (3.78s) [2022-05-19T11:01:59.395Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.03s) [2022-05-19T11:01:59.395Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.03s) [2022-05-19T11:01:59.395Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.03s) [2022-05-19T11:01:59.395Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.03s) [2022-05-19T11:01:59.395Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.03s) [2022-05-19T11:01:59.395Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe (2.67s) [2022-05-19T11:01:59.395Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (24.70s) [2022-05-19T11:01:59.395Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false_____} (3.54s) [2022-05-19T11:01:59.395Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false_____} (3.53s) [2022-05-19T11:01:59.395Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false_____} (3.54s) [2022-05-19T11:01:59.395Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true_____} (3.46s) [2022-05-19T11:01:59.395Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc00055c690__} (3.53s) [2022-05-19T11:01:59.395Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-1462019078_c:\foo_false_____} (3.54s) [2022-05-19T11:01:59.395Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-1462019078_c:\foo_true_____} (3.51s) [2022-05-19T11:01:59.395Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2022-05-19T11:01:59.395Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.74s) [2022-05-19T11:01:59.395Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2022-05-19T11:01:59.395Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2022-05-19T11:01:59.395Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2022-05-19T11:01:59.395Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2022-05-19T11:01:59.395Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2022-05-19T11:01:59.395Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.16s) [2022-05-19T11:01:59.395Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.13s) [2022-05-19T11:01:59.395Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.17s) [2022-05-19T11:01:59.395Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2022-05-19T11:01:59.395Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.20s) [2022-05-19T11:01:59.395Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.02s) [2022-05-19T11:01:59.395Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s) [2022-05-19T11:01:59.395Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.02s) [2022-05-19T11:01:59.395Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.03s) [2022-05-19T11:01:59.395Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.02s) [2022-05-19T11:01:59.395Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (3.73s) [2022-05-19T11:01:59.395Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2022-05-19T11:01:59.395Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.02s) [2022-05-19T11:01:59.395Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.02s) [2022-05-19T11:01:59.395Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.02s) [2022-05-19T11:01:59.395Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.02s) [2022-05-19T11:01:59.395Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.02s) [2022-05-19T11:01:59.395Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.02s) [2022-05-19T11:01:59.395Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.02s) [2022-05-19T11:01:59.395Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.02s) [2022-05-19T11:01:59.395Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.02s) [2022-05-19T11:01:59.396Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.02s) [2022-05-19T11:01:59.396Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.02s) [2022-05-19T11:01:59.396Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2022-05-19T11:01:59.396Z] --- PASS: TestDockerSuite/TestCpGarbagePath (3.78s) [2022-05-19T11:01:59.396Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.08s) [2022-05-19T11:01:59.396Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.02s) [2022-05-19T11:01:59.396Z] --- PASS: TestDockerSuite/TestCpRelativePath (3.75s) [2022-05-19T11:01:59.396Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.02s) [2022-05-19T11:01:59.396Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.02s) [2022-05-19T11:01:59.396Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2022-05-19T11:01:59.396Z] --- PASS: TestDockerSuite/TestCpToCaseA (6.84s) [2022-05-19T11:01:59.396Z] --- PASS: TestDockerSuite/TestCpToCaseB (3.67s) [2022-05-19T11:01:59.396Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.02s) [2022-05-19T11:01:59.396Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.02s) [2022-05-19T11:01:59.396Z] --- PASS: TestDockerSuite/TestCpToCaseE (13.10s) [2022-05-19T11:01:59.396Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.03s) [2022-05-19T11:01:59.396Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.03s) [2022-05-19T11:01:59.396Z] --- PASS: TestDockerSuite/TestCpToCaseH (13.33s) [2022-05-19T11:01:59.396Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.02s) [2022-05-19T11:01:59.396Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.03s) [2022-05-19T11:01:59.396Z] --- PASS: TestDockerSuite/TestCpToDot (3.91s) [2022-05-19T11:01:59.396Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2022-05-19T11:01:59.396Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2022-05-19T11:01:59.396Z] --- PASS: TestDockerSuite/TestCpToStdout (4.06s) [2022-05-19T11:01:59.396Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.03s) [2022-05-19T11:01:59.396Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.03s) [2022-05-19T11:01:59.396Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.02s) [2022-05-19T11:01:59.396Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.03s) [2022-05-19T11:01:59.396Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.32s) [2022-05-19T11:01:59.396Z] --- PASS: TestDockerSuite/TestCreateArgs (0.32s) [2022-05-19T11:01:59.396Z] --- PASS: TestDockerSuite/TestCreateByImageID (2.59s) [2022-05-19T11:01:59.396Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (3.67s) [2022-05-19T11:01:59.396Z] --- PASS: TestDockerSuite/TestCreateGrowRootfs (0.28s) [2022-05-19T11:01:59.396Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.31s) [2022-05-19T11:01:59.396Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (3.29s) [2022-05-19T11:01:59.396Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (1.03s) [2022-05-19T11:01:59.396Z] --- PASS: TestDockerSuite/TestCreateLabels (0.27s) [2022-05-19T11:01:59.396Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2022-05-19T11:01:59.396Z] --- PASS: TestDockerSuite/TestCreateRM (0.56s) [2022-05-19T11:01:59.396Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2022-05-19T11:01:59.396Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.35s) [2022-05-19T11:01:59.396Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.63s) [2022-05-19T11:01:59.396Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (10.83s) [2022-05-19T11:01:59.396Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.36s) [2022-05-19T11:01:59.396Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.63s) [2022-05-19T11:01:59.396Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (3.63s) [2022-05-19T11:01:59.396Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.34s) [2022-05-19T11:01:59.396Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2022-05-19T11:01:59.396Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (3.63s) [2022-05-19T11:01:59.396Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2022-05-19T11:01:59.396Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.27s) [2022-05-19T11:01:59.396Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2022-05-19T11:01:59.396Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2022-05-19T11:01:59.396Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s) [2022-05-19T11:01:59.396Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2022-05-19T11:01:59.396Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2022-05-19T11:01:59.396Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.03s) [2022-05-19T11:01:59.396Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s) [2022-05-19T11:01:59.396Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s) [2022-05-19T11:01:59.396Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.02s) [2022-05-19T11:01:59.396Z] --- PASS: TestDockerSuite/TestDockerFails (0.07s) [2022-05-19T11:01:59.396Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2022-05-19T11:01:59.396Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2022-05-19T11:01:59.396Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s) [2022-05-19T11:01:59.396Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.02s) [2022-05-19T11:01:59.396Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.02s) [2022-05-19T11:01:59.396Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (3.67s) [2022-05-19T11:01:59.396Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (3.70s) [2022-05-19T11:01:59.396Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (3.62s) [2022-05-19T11:01:59.396Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (12.44s) [2022-05-19T11:01:59.396Z] --- PASS: TestDockerSuite/TestEventsCopy (6.96s) [2022-05-19T11:01:59.396Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (7.73s) [2022-05-19T11:01:59.396Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (3.51s) [2022-05-19T11:01:59.396Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (1.10s) [2022-05-19T11:01:59.396Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (6.18s) [2022-05-19T11:01:59.396Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.64s) [2022-05-19T11:01:59.396Z] --- PASS: TestDockerSuite/TestEventsFilterType (1.35s) [2022-05-19T11:01:59.396Z] --- PASS: TestDockerSuite/TestEventsFilters (7.78s) [2022-05-19T11:01:59.396Z] --- PASS: TestDockerSuite/TestEventsFormat (7.57s) [2022-05-19T11:01:59.396Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.09s) [2022-05-19T11:01:59.396Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.10s) [2022-05-19T11:01:59.396Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.03s) [2022-05-19T11:01:59.396Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.02s) [2022-05-19T11:01:59.396Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.02s) [2022-05-19T11:01:59.396Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.20s) [2022-05-19T11:01:59.396Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.02s) [2022-05-19T11:01:59.396Z] --- PASS: TestDockerSuite/TestEventsRename (3.83s) [2022-05-19T11:01:59.396Z] --- PASS: TestDockerSuite/TestEventsResize (34.25s) [2022-05-19T11:01:59.396Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (3.58s) [2022-05-19T11:01:59.396Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (4.37s) [2022-05-19T11:01:59.396Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (6.06s) [2022-05-19T11:01:59.396Z] --- SKIP: TestDockerSuite/TestEventsTop (0.02s) [2022-05-19T11:01:59.396Z] --- PASS: TestDockerSuite/TestEventsUntag (2.77s) [2022-05-19T11:01:59.396Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (6.37s) [2022-05-19T11:01:59.396Z] --- SKIP: TestDockerSuite/TestExec (0.02s) [2022-05-19T11:01:59.396Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.02s) [2022-05-19T11:01:59.396Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (3.51s) [2022-05-19T11:01:59.396Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (3.62s) [2022-05-19T11:01:59.396Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.02s) [2022-05-19T11:01:59.396Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s) [2022-05-19T11:01:59.396Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s) [2022-05-19T11:01:59.396Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (4.19s) [2022-05-19T11:01:59.396Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (3.66s) [2022-05-19T11:01:59.396Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (4.22s) [2022-05-19T11:01:59.396Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (4.24s) [2022-05-19T11:01:59.396Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (7.19s) [2022-05-19T11:01:59.396Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.02s) [2022-05-19T11:01:59.396Z] --- SKIP: TestDockerSuite/TestExecEnv (0.02s) [2022-05-19T11:01:59.396Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.02s) [2022-05-19T11:01:59.396Z] --- PASS: TestDockerSuite/TestExecExitStatus (4.24s) [2022-05-19T11:01:59.396Z] --- PASS: TestDockerSuite/TestExecInspectID (5.56s) [2022-05-19T11:01:59.396Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.03s) [2022-05-19T11:01:59.396Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.03s) [2022-05-19T11:01:59.396Z] --- SKIP: TestDockerSuite/TestExecParseError (0.03s) [2022-05-19T11:01:59.396Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.03s) [2022-05-19T11:01:59.396Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.03s) [2022-05-19T11:01:59.396Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (4.52s) [2022-05-19T11:01:59.396Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.03s) [2022-05-19T11:01:59.396Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.03s) [2022-05-19T11:01:59.396Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.03s) [2022-05-19T11:01:59.396Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.02s) [2022-05-19T11:01:59.396Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2022-05-19T11:01:59.396Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (4.14s) [2022-05-19T11:01:59.396Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.03s) [2022-05-19T11:01:59.396Z] --- PASS: TestDockerSuite/TestExecWindowsPathNotWiped (7.89s) [2022-05-19T11:01:59.396Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.02s) [2022-05-19T11:01:59.396Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.02s) [2022-05-19T11:01:59.396Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.02s) [2022-05-19T11:01:59.396Z] --- PASS: TestDockerSuite/TestGetContainerStats (7.70s) [2022-05-19T11:01:59.396Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (7.69s) [2022-05-19T11:01:59.396Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (4.84s) [2022-05-19T11:01:59.396Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (7.66s) [2022-05-19T11:01:59.396Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2022-05-19T11:01:59.396Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.02s) [2022-05-19T11:01:59.396Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.25s) [2022-05-19T11:01:59.396Z] --- SKIP: TestDockerSuite/TestHealth (0.03s) [2022-05-19T11:01:59.396Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.08s) [2022-05-19T11:01:59.396Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.08s) [2022-05-19T11:01:59.396Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.08s) [2022-05-19T11:01:59.396Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (6.12s) [2022-05-19T11:01:59.396Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.08s) [2022-05-19T11:01:59.396Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2022-05-19T11:01:59.396Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.10s) [2022-05-19T11:01:59.396Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.09s) [2022-05-19T11:01:59.396Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.37s) [2022-05-19T11:01:59.396Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.93s) [2022-05-19T11:01:59.396Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2022-05-19T11:01:59.396Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (1.51s) [2022-05-19T11:01:59.396Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.11s) [2022-05-19T11:01:59.396Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (2.46s) [2022-05-19T11:01:59.396Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.30s) [2022-05-19T11:01:59.396Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (2.75s) [2022-05-19T11:01:59.396Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (4.04s) [2022-05-19T11:01:59.396Z] --- PASS: TestDockerSuite/TestImagesFormat (0.22s) [2022-05-19T11:01:59.396Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2022-05-19T11:01:59.396Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (4.86s) [2022-05-19T11:01:59.396Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.09s) [2022-05-19T11:01:59.396Z] --- PASS: TestDockerSuite/TestImportBadURL (0.13s) [2022-05-19T11:01:59.396Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.02s) [2022-05-19T11:01:59.396Z] --- SKIP: TestDockerSuite/TestImportFile (0.02s) [2022-05-19T11:01:59.396Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.10s) [2022-05-19T11:01:59.396Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.05s) [2022-05-19T11:01:59.396Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.03s) [2022-05-19T11:01:59.396Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.03s) [2022-05-19T11:01:59.396Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2022-05-19T11:01:59.396Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2022-05-19T11:01:59.396Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2022-05-19T11:01:59.396Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.08s) [2022-05-19T11:01:59.396Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2022-05-19T11:01:59.396Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2022-05-19T11:01:59.396Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (3.70s) [2022-05-19T11:01:59.396Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (3.53s) [2022-05-19T11:01:59.396Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2022-05-19T11:01:59.396Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s) [2022-05-19T11:01:59.396Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.10s) [2022-05-19T11:01:59.396Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.02s) [2022-05-19T11:01:59.396Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (3.59s) [2022-05-19T11:01:59.396Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.18s) [2022-05-19T11:01:59.396Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (3.49s) [2022-05-19T11:01:59.396Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2022-05-19T11:01:59.396Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.02s) [2022-05-19T11:01:59.396Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2022-05-19T11:01:59.396Z] --- PASS: TestDockerSuite/TestInspectDefault (2.91s) [2022-05-19T11:01:59.396Z] --- PASS: TestDockerSuite/TestInspectHistory (6.37s) [2022-05-19T11:01:59.396Z] --- SKIP: TestDockerSuite/TestInspectImage (0.02s) [2022-05-19T11:01:59.396Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2022-05-19T11:01:59.396Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2022-05-19T11:01:59.396Z] --- PASS: TestDockerSuite/TestInspectInt64 (3.63s) [2022-05-19T11:01:59.396Z] --- PASS: TestDockerSuite/TestInspectJSONFields (3.65s) [2022-05-19T11:01:59.396Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.30s) [2022-05-19T11:01:59.396Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (3.51s) [2022-05-19T11:01:59.396Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (8.34s) [2022-05-19T11:01:59.396Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.02s) [2022-05-19T11:01:59.396Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.09s) [2022-05-19T11:01:59.396Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (3.63s) [2022-05-19T11:01:59.396Z] --- PASS: TestDockerSuite/TestInspectStatus (4.39s) [2022-05-19T11:01:59.396Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (8.33s) [2022-05-19T11:01:59.396Z] --- PASS: TestDockerSuite/TestInspectTemplateError (4.32s) [2022-05-19T11:01:59.396Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (3.62s) [2022-05-19T11:01:59.396Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (3.81s) [2022-05-19T11:01:59.396Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (3.52s) [2022-05-19T11:01:59.396Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (3.59s) [2022-05-19T11:01:59.396Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (3.55s) [2022-05-19T11:01:59.396Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.10s) [2022-05-19T11:01:59.396Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.02s) [2022-05-19T11:01:59.396Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.02s) [2022-05-19T11:01:59.396Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2022-05-19T11:01:59.396Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.02s) [2022-05-19T11:01:59.396Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.02s) [2022-05-19T11:01:59.396Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.02s) [2022-05-19T11:01:59.396Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2022-05-19T11:01:59.396Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2022-05-19T11:01:59.396Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.02s) [2022-05-19T11:01:59.396Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s) [2022-05-19T11:01:59.396Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.02s) [2022-05-19T11:01:59.396Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2022-05-19T11:01:59.396Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2022-05-19T11:01:59.396Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s) [2022-05-19T11:01:59.396Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.02s) [2022-05-19T11:01:59.396Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.03s) [2022-05-19T11:01:59.396Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.08s) [2022-05-19T11:01:59.396Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.03s) [2022-05-19T11:01:59.396Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (3.60s) [2022-05-19T11:01:59.396Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (3.64s) [2022-05-19T11:01:59.396Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (6.62s) [2022-05-19T11:01:59.396Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (3.72s) [2022-05-19T11:01:59.396Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2022-05-19T11:01:59.396Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (3.79s) [2022-05-19T11:01:59.396Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.08s) [2022-05-19T11:01:59.396Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (8.10s) [2022-05-19T11:01:59.396Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (8.21s) [2022-05-19T11:01:59.396Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (8.44s) [2022-05-19T11:01:59.396Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (5.29s) [2022-05-19T11:01:59.396Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (5.15s) [2022-05-19T11:01:59.396Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s) [2022-05-19T11:01:59.396Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (3.75s) [2022-05-19T11:01:59.396Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (3.58s) [2022-05-19T11:01:59.396Z] --- PASS: TestDockerSuite/TestLogsSince (10.61s) [2022-05-19T11:01:59.396Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.03s) [2022-05-19T11:01:59.396Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.03s) [2022-05-19T11:01:59.396Z] --- PASS: TestDockerSuite/TestLogsTail (4.12s) [2022-05-19T11:01:59.396Z] --- PASS: TestDockerSuite/TestLogsTimestamps (3.69s) [2022-05-19T11:01:59.396Z] --- PASS: TestDockerSuite/TestLogsWithDetails (3.55s) [2022-05-19T11:01:59.396Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.02s) [2022-05-19T11:01:59.396Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.02s) [2022-05-19T11:01:59.396Z] --- SKIP: TestDockerSuite/TestNetHostname (0.02s) [2022-05-19T11:01:59.396Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.02s) [2022-05-19T11:01:59.396Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.03s) [2022-05-19T11:01:59.396Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s) [2022-05-19T11:01:59.396Z] --- SKIP: TestDockerSuite/TestPluginActive (0.02s) [2022-05-19T11:01:59.396Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.03s) [2022-05-19T11:01:59.396Z] --- PASS: TestDockerSuite/TestPluginInspectOnWindows (0.09s) [2022-05-19T11:01:59.396Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.03s) [2022-05-19T11:01:59.396Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.02s) [2022-05-19T11:01:59.396Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2022-05-19T11:01:59.396Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.02s) [2022-05-19T11:01:59.396Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.02s) [2022-05-19T11:01:59.396Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.02s) [2022-05-19T11:01:59.396Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.02s) [2022-05-19T11:01:59.397Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.02s) [2022-05-19T11:01:59.397Z] --- SKIP: TestDockerSuite/TestPortList (0.02s) [2022-05-19T11:01:59.397Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (6.91s) [2022-05-19T11:01:59.397Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.02s) [2022-05-19T11:01:59.397Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.02s) [2022-05-19T11:01:59.397Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2022-05-19T11:01:59.397Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s) [2022-05-19T11:01:59.397Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2022-05-19T11:01:59.397Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s) [2022-05-19T11:01:59.397Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s) [2022-05-19T11:01:59.397Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2022-05-19T11:01:59.397Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s) [2022-05-19T11:01:59.397Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (7.47s) [2022-05-19T11:01:59.397Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2022-05-19T11:01:59.397Z] --- PASS: TestDockerSuite/TestPsByOrder (14.95s) [2022-05-19T11:01:59.397Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2022-05-19T11:01:59.397Z] --- PASS: TestDockerSuite/TestPsListContainersBase (15.01s) [2022-05-19T11:01:59.397Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (21.57s) [2022-05-19T11:01:59.397Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.43s) [2022-05-19T11:01:59.397Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.03s) [2022-05-19T11:01:59.397Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterHealth (0.03s) [2022-05-19T11:01:59.397Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (6.17s) [2022-05-19T11:01:59.397Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (10.93s) [2022-05-19T11:01:59.397Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (8.06s) [2022-05-19T11:01:59.397Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.09s) [2022-05-19T11:01:59.397Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.02s) [2022-05-19T11:01:59.397Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (7.90s) [2022-05-19T11:01:59.397Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.02s) [2022-05-19T11:01:59.397Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s) [2022-05-19T11:01:59.397Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2022-05-19T11:01:59.397Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.02s) [2022-05-19T11:01:59.397Z] --- PASS: TestDockerSuite/TestPsShowMounts (12.15s) [2022-05-19T11:01:59.397Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s) [2022-05-19T11:01:59.397Z] --- PASS: TestDockerSuite/TestPullLinuxImageFailsOnWindows (1.71s) [2022-05-19T11:01:59.397Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2022-05-19T11:01:59.397Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (1.27s) [2022-05-19T11:01:59.397Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.97s) [2022-05-19T11:01:59.397Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s) [2022-05-19T11:01:59.397Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (6.82s) [2022-05-19T11:01:59.397Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (6.59s) [2022-05-19T11:01:59.397Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (3.69s) [2022-05-19T11:01:59.397Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (31.69s) [2022-05-19T11:01:59.397Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2022-05-19T11:01:59.397Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (10.58s) [2022-05-19T11:01:59.397Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.39s) [2022-05-19T11:01:59.397Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.31s) [2022-05-19T11:01:59.397Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (1.12s) [2022-05-19T11:01:59.397Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (9.04s) [2022-05-19T11:01:59.397Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (6.90s) [2022-05-19T11:01:59.397Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2022-05-19T11:01:59.397Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (7.44s) [2022-05-19T11:01:59.397Z] --- PASS: TestDockerSuite/TestRmiBlank (0.08s) [2022-05-19T11:01:59.397Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.43s) [2022-05-19T11:01:59.397Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (21.51s) [2022-05-19T11:01:59.397Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (4.24s) [2022-05-19T11:01:59.397Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.97s) [2022-05-19T11:01:59.397Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (9.56s) [2022-05-19T11:01:59.397Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (6.88s) [2022-05-19T11:01:59.397Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (10.84s) [2022-05-19T11:01:59.397Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (6.15s) [2022-05-19T11:01:59.397Z] --- PASS: TestDockerSuite/TestRmiTag (0.78s) [2022-05-19T11:01:59.397Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (3.91s) [2022-05-19T11:01:59.397Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (24.06s) [2022-05-19T11:01:59.397Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (3.97s) [2022-05-19T11:01:59.397Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (6.84s) [2022-05-19T11:01:59.397Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (1.71s) [2022-05-19T11:01:59.397Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2022-05-19T11:01:59.397Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.02s) [2022-05-19T11:01:59.397Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2022-05-19T11:01:59.397Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.03s) [2022-05-19T11:01:59.397Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2022-05-19T11:01:59.397Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s) [2022-05-19T11:01:59.397Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s) [2022-05-19T11:01:59.397Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (2.72s) [2022-05-19T11:01:59.397Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s) [2022-05-19T11:01:59.397Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s) [2022-05-19T11:01:59.397Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (7.08s) [2022-05-19T11:01:59.397Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (4.51s) [2022-05-19T11:01:59.397Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (3.64s) [2022-05-19T11:01:59.397Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (3.54s) [2022-05-19T11:01:59.397Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (3.29s) [2022-05-19T11:01:59.397Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.07s) [2022-05-19T11:01:59.397Z] --- PASS: TestDockerSuite/TestRunBindMounts (7.38s) [2022-05-19T11:01:59.397Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.03s) [2022-05-19T11:01:59.397Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.03s) [2022-05-19T11:01:59.397Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.03s) [2022-05-19T11:01:59.397Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.03s) [2022-05-19T11:01:59.397Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.03s) [2022-05-19T11:01:59.397Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.03s) [2022-05-19T11:01:59.397Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.03s) [2022-05-19T11:01:59.397Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.03s) [2022-05-19T11:01:59.397Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.03s) [2022-05-19T11:01:59.397Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.03s) [2022-05-19T11:01:59.397Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.03s) [2022-05-19T11:01:59.397Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (3.80s) [2022-05-19T11:01:59.397Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.04s) [2022-05-19T11:01:59.397Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (5.36s) [2022-05-19T11:01:59.397Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.04s) [2022-05-19T11:01:59.397Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.03s) [2022-05-19T11:01:59.397Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (3.34s) [2022-05-19T11:01:59.397Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2022-05-19T11:01:59.397Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) [2022-05-19T11:01:59.397Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2022-05-19T11:01:59.397Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2022-05-19T11:01:59.397Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s) [2022-05-19T11:01:59.397Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s) [2022-05-19T11:01:59.397Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2022-05-19T11:01:59.397Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (2.58s) [2022-05-19T11:01:59.397Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (3.75s) [2022-05-19T11:01:59.397Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (3.50s) [2022-05-19T11:01:59.397Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2022-05-19T11:01:59.397Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2022-05-19T11:01:59.397Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2022-05-19T11:01:59.397Z] --- PASS: TestDockerSuite/TestRunCreateVolume (3.46s) [2022-05-19T11:01:59.397Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2022-05-19T11:01:59.397Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s) [2022-05-19T11:01:59.397Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s) [2022-05-19T11:01:59.397Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s) [2022-05-19T11:01:59.397Z] --- PASS: TestDockerSuite/TestRunCredentialSpecFailures (2.63s) [2022-05-19T11:01:59.397Z] --- PASS: TestDockerSuite/TestRunCredentialSpecWellFormed (7.26s) [2022-05-19T11:01:59.397Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2022-05-19T11:01:59.397Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.03s) [2022-05-19T11:01:59.397Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.03s) [2022-05-19T11:01:59.397Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.03s) [2022-05-19T11:01:59.397Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.03s) [2022-05-19T11:01:59.397Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.03s) [2022-05-19T11:01:59.397Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (3.62s) [2022-05-19T11:01:59.397Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.03s) [2022-05-19T11:01:59.397Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.27s) [2022-05-19T11:01:59.397Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.03s) [2022-05-19T11:01:59.397Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (3.67s) [2022-05-19T11:01:59.397Z] --- PASS: TestDockerSuite/TestRunEchoStdout (3.88s) [2022-05-19T11:01:59.397Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.03s) [2022-05-19T11:01:59.397Z] --- PASS: TestDockerSuite/TestRunEntrypoint (3.59s) [2022-05-19T11:01:59.397Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.02s) [2022-05-19T11:01:59.397Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.02s) [2022-05-19T11:01:59.397Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.02s) [2022-05-19T11:01:59.397Z] --- PASS: TestDockerSuite/TestRunExitCode (3.51s) [2022-05-19T11:01:59.397Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (3.62s) [2022-05-19T11:01:59.397Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (3.58s) [2022-05-19T11:01:59.397Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (3.56s) [2022-05-19T11:01:59.397Z] --- PASS: TestDockerSuite/TestRunExposePort (0.08s) [2022-05-19T11:01:59.397Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.02s) [2022-05-19T11:01:59.397Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.02s) [2022-05-19T11:01:59.397Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.02s) [2022-05-19T11:01:59.397Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.02s) [2022-05-19T11:01:59.397Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2022-05-19T11:01:59.397Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.02s) [2022-05-19T11:01:59.397Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.02s) [2022-05-19T11:01:59.397Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (6.06s) [2022-05-19T11:01:59.397Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.03s) [2022-05-19T11:01:59.397Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.08s) [2022-05-19T11:01:59.397Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2022-05-19T11:01:59.397Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2022-05-19T11:01:59.397Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2022-05-19T11:01:59.397Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2022-05-19T11:01:59.397Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (8.48s) [2022-05-19T11:01:59.397Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s) [2022-05-19T11:01:59.397Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (2.98s) [2022-05-19T11:01:59.397Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.02s) [2022-05-19T11:01:59.397Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2022-05-19T11:01:59.397Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s) [2022-05-19T11:01:59.397Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.02s) [2022-05-19T11:01:59.397Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2022-05-19T11:01:59.397Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.02s) [2022-05-19T11:01:59.397Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2022-05-19T11:01:59.397Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s) [2022-05-19T11:01:59.397Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.02s) [2022-05-19T11:01:59.397Z] --- SKIP: TestDockerSuite/TestRunMount (0.02s) [2022-05-19T11:01:59.397Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.02s) [2022-05-19T11:01:59.397Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2022-05-19T11:01:59.397Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2022-05-19T11:01:59.397Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (10.80s) [2022-05-19T11:01:59.397Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2022-05-19T11:01:59.397Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.02s) [2022-05-19T11:01:59.397Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2022-05-19T11:01:59.397Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (7.86s) [2022-05-19T11:01:59.397Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (6.83s) [2022-05-19T11:01:59.397Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2022-05-19T11:01:59.397Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2022-05-19T11:01:59.397Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.02s) [2022-05-19T11:01:59.397Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2022-05-19T11:01:59.397Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2022-05-19T11:01:59.397Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.03s) [2022-05-19T11:01:59.397Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.04s) [2022-05-19T11:01:59.397Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.03s) [2022-05-19T11:01:59.397Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s) [2022-05-19T11:01:59.397Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.58s) [2022-05-19T11:01:59.397Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (1.30s) [2022-05-19T11:01:59.397Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (2.60s) [2022-05-19T11:01:59.397Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (2.43s) [2022-05-19T11:01:59.397Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (1.26s) [2022-05-19T11:01:59.397Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (3.20s) [2022-05-19T11:01:59.397Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.30s) [2022-05-19T11:01:59.397Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s) [2022-05-19T11:01:59.397Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.03s) [2022-05-19T11:01:59.397Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.02s) [2022-05-19T11:01:59.397Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.02s) [2022-05-19T11:01:59.397Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.02s) [2022-05-19T11:01:59.397Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s) [2022-05-19T11:01:59.397Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2022-05-19T11:01:59.397Z] --- PASS: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (4.91s) [2022-05-19T11:01:59.397Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.02s) [2022-05-19T11:01:59.397Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.02s) [2022-05-19T11:01:59.397Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.03s) [2022-05-19T11:01:59.397Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.02s) [2022-05-19T11:01:59.397Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.02s) [2022-05-19T11:01:59.397Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (12.36s) [2022-05-19T11:01:59.397Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.03s) [2022-05-19T11:01:59.397Z] --- PASS: TestDockerSuite/TestRunRm (3.75s) [2022-05-19T11:01:59.397Z] --- PASS: TestDockerSuite/TestRunRmAndWait (6.62s) [2022-05-19T11:01:59.397Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (3.74s) [2022-05-19T11:01:59.397Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (3.47s) [2022-05-19T11:01:59.397Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (3.61s) [2022-05-19T11:01:59.397Z] --- SKIP: TestDockerSuite/TestRunSetMacAddress (0.04s) [2022-05-19T11:01:59.398Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.03s) [2022-05-19T11:01:59.398Z] --- SKIP: TestDockerSuite/TestRunState (0.02s) [2022-05-19T11:01:59.398Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (3.49s) [2022-05-19T11:01:59.398Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.02s) [2022-05-19T11:01:59.398Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (0.45s) [2022-05-19T11:01:59.398Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2022-05-19T11:01:59.398Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s) [2022-05-19T11:01:59.398Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.20s) [2022-05-19T11:01:59.398Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.08s) [2022-05-19T11:01:59.398Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2022-05-19T11:01:59.398Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (6.01s) [2022-05-19T11:01:59.398Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2022-05-19T11:01:59.398Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s) [2022-05-19T11:01:59.398Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s) [2022-05-19T11:01:59.398Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.02s) [2022-05-19T11:01:59.398Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.02s) [2022-05-19T11:01:59.398Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.02s) [2022-05-19T11:01:59.398Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.02s) [2022-05-19T11:01:59.398Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.02s) [2022-05-19T11:01:59.398Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.03s) [2022-05-19T11:01:59.398Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.02s) [2022-05-19T11:01:59.398Z] --- PASS: TestDockerSuite/TestRunUserDefaults (3.52s) [2022-05-19T11:01:59.398Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.02s) [2022-05-19T11:01:59.398Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (3.65s) [2022-05-19T11:01:59.398Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2022-05-19T11:01:59.398Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2022-05-19T11:01:59.398Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (4.53s) [2022-05-19T11:01:59.398Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (10.48s) [2022-05-19T11:01:59.398Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (6.98s) [2022-05-19T11:01:59.398Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (9.98s) [2022-05-19T11:01:59.398Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2022-05-19T11:01:59.398Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.25s) [2022-05-19T11:01:59.398Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUCount (4.65s) [2022-05-19T11:01:59.398Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUPercent (3.71s) [2022-05-19T11:01:59.398Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUShares (3.73s) [2022-05-19T11:01:59.398Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.02s) [2022-05-19T11:01:59.398Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.08s) [2022-05-19T11:01:59.398Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.08s) [2022-05-19T11:01:59.398Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s) [2022-05-19T11:01:59.398Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.03s) [2022-05-19T11:01:59.398Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s) [2022-05-19T11:01:59.398Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2022-05-19T11:01:59.398Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.02s) [2022-05-19T11:01:59.398Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (6.46s) [2022-05-19T11:01:59.398Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (2.76s) [2022-05-19T11:01:59.398Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (2.45s) [2022-05-19T11:01:59.398Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (6.99s) [2022-05-19T11:01:59.398Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2022-05-19T11:01:59.398Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.03s) [2022-05-19T11:01:59.398Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2022-05-19T11:01:59.398Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2022-05-19T11:01:59.398Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2022-05-19T11:01:59.398Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2022-05-19T11:01:59.398Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.02s) [2022-05-19T11:01:59.398Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.03s) [2022-05-19T11:01:59.398Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.03s) [2022-05-19T11:01:59.398Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.02s) [2022-05-19T11:01:59.398Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.02s) [2022-05-19T11:01:59.398Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.02s) [2022-05-19T11:01:59.398Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.02s) [2022-05-19T11:01:59.398Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.02s) [2022-05-19T11:01:59.398Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2022-05-19T11:01:59.398Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s) [2022-05-19T11:01:59.398Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s) [2022-05-19T11:01:59.398Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (2.40s) [2022-05-19T11:01:59.398Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.40s) [2022-05-19T11:01:59.398Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.43s) [2022-05-19T11:01:59.398Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.26s) [2022-05-19T11:01:59.398Z] --- PASS: TestDockerSuite/TestSearchWithLimit (1.67s) [2022-05-19T11:01:59.398Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (10.67s) [2022-05-19T11:01:59.398Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/0 (3.49s) [2022-05-19T11:01:59.398Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/1 (3.69s) [2022-05-19T11:01:59.398Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/2 (3.47s) [2022-05-19T11:01:59.398Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2022-05-19T11:01:59.398Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (11.60s) [2022-05-19T11:01:59.398Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2022-05-19T11:01:59.398Z] --- PASS: TestDockerSuite/TestStartAttachSilent (6.49s) [2022-05-19T11:01:59.398Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.03s) [2022-05-19T11:01:59.398Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.03s) [2022-05-19T11:01:59.398Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.03s) [2022-05-19T11:01:59.398Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.03s) [2022-05-19T11:01:59.398Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (10.01s) [2022-05-19T11:01:59.398Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2022-05-19T11:01:59.398Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.02s) [2022-05-19T11:01:59.398Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.02s) [2022-05-19T11:01:59.398Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.03s) [2022-05-19T11:01:59.398Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.02s) [2022-05-19T11:01:59.398Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.03s) [2022-05-19T11:01:59.398Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (3.72s) [2022-05-19T11:01:59.398Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (4.42s) [2022-05-19T11:01:59.398Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.02s) [2022-05-19T11:01:59.398Z] --- PASS: TestDockerSuite/TestTopWindowsCoreProcesses (4.30s) [2022-05-19T11:01:59.398Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2022-05-19T11:01:59.398Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2022-05-19T11:01:59.398Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2022-05-19T11:01:59.398Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.03s) [2022-05-19T11:01:59.398Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.02s) [2022-05-19T11:01:59.398Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2022-05-19T11:01:59.398Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.39s) [2022-05-19T11:01:59.398Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.16s) [2022-05-19T11:01:59.398Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.22s) [2022-05-19T11:01:59.398Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2022-05-19T11:01:59.398Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.38s) [2022-05-19T11:01:59.398Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.32s) [2022-05-19T11:01:59.398Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.17s) [2022-05-19T11:01:59.398Z] --- PASS: TestDockerSuite/TestVolumeCLILs (4.10s) [2022-05-19T11:01:59.398Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.09s) [2022-05-19T11:01:59.398Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (4.40s) [2022-05-19T11:01:59.398Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.46s) [2022-05-19T11:01:59.398Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.44s) [2022-05-19T11:01:59.398Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.09s) [2022-05-19T11:01:59.398Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.20s) [2022-05-19T11:01:59.398Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (11.66s) [2022-05-19T11:01:59.398Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.03s) [2022-05-19T11:01:59.398Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.90s) [2022-05-19T11:01:59.398Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.28s) [2022-05-19T11:01:59.398Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.03s) [2022-05-19T11:01:59.398Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (10.81s) [2022-05-19T11:01:59.398Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.32s) [2022-05-19T11:01:59.398Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.33s) [2022-05-19T11:01:59.398Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (15.28s) [2022-05-19T11:01:59.398Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.02s) [2022-05-19T11:01:59.398Z] --- PASS: TestDockerSuite/TestWindowsRunAsSystem (2.26s) [2022-05-19T11:01:59.398Z] === RUN TestDockerRegistrySuite [2022-05-19T11:01:59.398Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2022-05-19T11:01:59.398Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.398Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2022-05-19T11:01:59.398Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.398Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2022-05-19T11:01:59.398Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.398Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2022-05-19T11:01:59.398Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.398Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2022-05-19T11:01:59.398Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.398Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2022-05-19T11:01:59.398Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.398Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2022-05-19T11:01:59.398Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.398Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2022-05-19T11:01:59.398Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.398Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2022-05-19T11:01:59.398Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.398Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2022-05-19T11:01:59.398Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.398Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2022-05-19T11:01:59.398Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.398Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2022-05-19T11:01:59.398Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.398Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2022-05-19T11:01:59.398Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.398Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2022-05-19T11:01:59.398Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.398Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2022-05-19T11:01:59.398Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.398Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2022-05-19T11:01:59.398Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.398Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2022-05-19T11:01:59.398Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.398Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2022-05-19T11:01:59.398Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.398Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2022-05-19T11:01:59.398Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.398Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2022-05-19T11:01:59.398Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.398Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2022-05-19T11:01:59.398Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.398Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2022-05-19T11:01:59.398Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.398Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2022-05-19T11:01:59.398Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.398Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2022-05-19T11:01:59.398Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.398Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2022-05-19T11:01:59.398Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.398Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2022-05-19T11:01:59.398Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.398Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2022-05-19T11:01:59.398Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.398Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2022-05-19T11:01:59.398Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.398Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2022-05-19T11:01:59.398Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.398Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2022-05-19T11:01:59.398Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.398Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2022-05-19T11:01:59.398Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.398Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2022-05-19T11:01:59.398Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.398Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2022-05-19T11:01:59.398Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.398Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2022-05-19T11:01:59.398Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.398Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2022-05-19T11:01:59.398Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.398Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2022-05-19T11:01:59.398Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.398Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2022-05-19T11:01:59.398Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.398Z] === RUN TestDockerRegistrySuite/TestV2Only [2022-05-19T11:01:59.398Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.398Z] --- PASS: TestDockerRegistrySuite (0.18s) [2022-05-19T11:01:59.398Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-05-19T11:01:59.398Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-05-19T11:01:59.398Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-05-19T11:01:59.398Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-05-19T11:01:59.398Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-05-19T11:01:59.398Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-05-19T11:01:59.398Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-05-19T11:01:59.398Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-05-19T11:01:59.398Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-05-19T11:01:59.398Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-05-19T11:01:59.398Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-05-19T11:01:59.398Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-05-19T11:01:59.398Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-05-19T11:01:59.398Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-05-19T11:01:59.398Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-05-19T11:01:59.398Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-05-19T11:01:59.398Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-05-19T11:01:59.398Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-05-19T11:01:59.398Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-05-19T11:01:59.398Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-05-19T11:01:59.398Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-05-19T11:01:59.398Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-05-19T11:01:59.398Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-05-19T11:01:59.398Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-05-19T11:01:59.398Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-05-19T11:01:59.398Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-05-19T11:01:59.398Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-05-19T11:01:59.398Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-05-19T11:01:59.398Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-05-19T11:01:59.398Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-05-19T11:01:59.398Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-05-19T11:01:59.398Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-05-19T11:01:59.398Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-05-19T11:01:59.398Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-05-19T11:01:59.398Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-05-19T11:01:59.398Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-05-19T11:01:59.399Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-05-19T11:01:59.399Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2022-05-19T11:01:59.399Z] === RUN TestDockerSchema1RegistrySuite [2022-05-19T11:01:59.399Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2022-05-19T11:01:59.399Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.399Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2022-05-19T11:01:59.399Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.399Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2022-05-19T11:01:59.399Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.399Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2022-05-19T11:01:59.399Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.399Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2022-05-19T11:01:59.399Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.399Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2022-05-19T11:01:59.399Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.399Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2022-05-19T11:01:59.399Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.399Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2022-05-19T11:01:59.399Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.399Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2022-05-19T11:01:59.399Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.399Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2022-05-19T11:01:59.399Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.399Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2022-05-19T11:01:59.399Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.399Z] --- PASS: TestDockerSchema1RegistrySuite (0.00s) [2022-05-19T11:01:59.399Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-05-19T11:01:59.399Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-05-19T11:01:59.399Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-05-19T11:01:59.399Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-05-19T11:01:59.399Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-05-19T11:01:59.399Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-05-19T11:01:59.399Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-05-19T11:01:59.399Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-05-19T11:01:59.399Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-05-19T11:01:59.399Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-05-19T11:01:59.399Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-05-19T11:01:59.399Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2022-05-19T11:01:59.399Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2022-05-19T11:01:59.399Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.399Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2022-05-19T11:01:59.399Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.399Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2022-05-19T11:01:59.399Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.399Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2022-05-19T11:01:59.399Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.399Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2022-05-19T11:01:59.399Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.399Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2022-05-19T11:01:59.399Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.399Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2022-05-19T11:01:59.399Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.399Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2022-05-19T11:01:59.399Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.399Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (0.00s) [2022-05-19T11:01:59.399Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-05-19T11:01:59.399Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-05-19T11:01:59.399Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-05-19T11:01:59.399Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-05-19T11:01:59.399Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-05-19T11:01:59.399Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-05-19T11:01:59.399Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-05-19T11:01:59.399Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-05-19T11:01:59.399Z] === RUN TestDockerRegistryAuthTokenSuite [2022-05-19T11:01:59.399Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2022-05-19T11:01:59.399Z] check_test.go:266: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.399Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2022-05-19T11:01:59.399Z] check_test.go:266: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.399Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2022-05-19T11:01:59.399Z] check_test.go:266: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.399Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2022-05-19T11:01:59.399Z] check_test.go:266: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.399Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2022-05-19T11:01:59.399Z] check_test.go:266: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.399Z] --- PASS: TestDockerRegistryAuthTokenSuite (0.00s) [2022-05-19T11:01:59.399Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-05-19T11:01:59.399Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-05-19T11:01:59.399Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-05-19T11:01:59.399Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-05-19T11:01:59.399Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-05-19T11:01:59.399Z] === RUN TestDockerDaemonSuite [2022-05-19T11:01:59.399Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2022-05-19T11:01:59.399Z] check_test.go:300: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.399Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2022-05-19T11:01:59.399Z] check_test.go:300: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.399Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2022-05-19T11:01:59.399Z] check_test.go:300: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.399Z] --- PASS: TestDockerDaemonSuite (0.00s) [2022-05-19T11:01:59.399Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-05-19T11:01:59.399Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-05-19T11:01:59.399Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-05-19T11:01:59.399Z] === RUN TestDockerSwarmSuite [2022-05-19T11:01:59.399Z] --- PASS: TestDockerSwarmSuite (0.00s) [2022-05-19T11:01:59.399Z] === RUN TestDockerPluginSuite [2022-05-19T11:01:59.399Z] === RUN TestDockerPluginSuite/TestPluginBasicOps [2022-05-19T11:01:59.399Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.399Z] === RUN TestDockerPluginSuite/TestPluginCreate [2022-05-19T11:01:59.399Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.399Z] === RUN TestDockerPluginSuite/TestPluginEnableDisableNegative [2022-05-19T11:01:59.399Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.399Z] === RUN TestDockerPluginSuite/TestPluginForceRemove [2022-05-19T11:01:59.399Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.399Z] === RUN TestDockerPluginSuite/TestPluginIDPrefix [2022-05-19T11:01:59.399Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.399Z] === RUN TestDockerPluginSuite/TestPluginInspect [2022-05-19T11:01:59.399Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.399Z] === RUN TestDockerPluginSuite/TestPluginInstallArgs [2022-05-19T11:01:59.399Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.399Z] === RUN TestDockerPluginSuite/TestPluginInstallDisable [2022-05-19T11:01:59.399Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.399Z] === RUN TestDockerPluginSuite/TestPluginInstallImage [2022-05-19T11:01:59.399Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.399Z] === RUN TestDockerPluginSuite/TestPluginListDefaultFormat [2022-05-19T11:01:59.399Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.399Z] === RUN TestDockerPluginSuite/TestPluginSet [2022-05-19T11:01:59.399Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.399Z] --- PASS: TestDockerPluginSuite (0.00s) [2022-05-19T11:01:59.399Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-05-19T11:01:59.399Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-05-19T11:01:59.399Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-05-19T11:01:59.399Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-05-19T11:01:59.399Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-05-19T11:01:59.399Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-05-19T11:01:59.399Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-05-19T11:01:59.399Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-05-19T11:01:59.399Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-05-19T11:01:59.399Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-05-19T11:01:59.399Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2022-05-19T11:01:59.399Z] === RUN TestDockerExternalVolumeSuite [2022-05-19T11:01:59.399Z] check_test.go:126: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.399Z] --- SKIP: TestDockerExternalVolumeSuite (0.00s) [2022-05-19T11:01:59.399Z] === RUN TestDockerNetworkSuite [2022-05-19T11:01:59.399Z] check_test.go:132: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.399Z] --- SKIP: TestDockerNetworkSuite (0.00s) [2022-05-19T11:01:59.399Z] === RUN TestDockerHubPullSuite [2022-05-19T11:01:59.399Z] check_test.go:140: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.399Z] --- SKIP: TestDockerHubPullSuite (0.00s) [2022-05-19T11:01:59.399Z] PASS [2022-05-19T11:01:59.399Z] ok github.com/docker/docker/integration-cli 3175.876s [2022-05-19T11:01:59.399Z] [2022-05-19T11:01:59.399Z] === Skipped [2022-05-19T11:01:59.399Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.03s) [2022-05-19T11:01:59.399Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.399Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.03s) [2022-05-19T11:01:59.399Z] [2022-05-19T11:01:59.399Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIErrorPlainText (0.03s) [2022-05-19T11:01:59.399Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.399Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.03s) [2022-05-19T11:01:59.399Z] [2022-05-19T11:01:59.399Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2022-05-19T11:01:59.399Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.399Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2022-05-19T11:01:59.399Z] [2022-05-19T11:01:59.399Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.03s) [2022-05-19T11:01:59.399Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.399Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.03s) [2022-05-19T11:01:59.399Z] [2022-05-19T11:01:59.399Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkFilter (0.02s) [2022-05-19T11:01:59.399Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.399Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s) [2022-05-19T11:01:59.399Z] [2022-05-19T11:01:59.399Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkGetDefaults (0.03s) [2022-05-19T11:01:59.399Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.399Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.03s) [2022-05-19T11:01:59.399Z] [2022-05-19T11:01:59.399Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.04s) [2022-05-19T11:01:59.399Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.399Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.04s) [2022-05-19T11:01:59.399Z] [2022-05-19T11:01:59.399Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectBridge (0.20s) [2022-05-19T11:01:59.399Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.399Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.20s) [2022-05-19T11:01:59.399Z] [2022-05-19T11:01:59.399Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2022-05-19T11:01:59.399Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.399Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2022-05-19T11:01:59.399Z] [2022-05-19T11:01:59.399Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2022-05-19T11:01:59.399Z] docker_api_stats_test.go:264: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.399Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2022-05-19T11:01:59.399Z] [2022-05-19T11:01:59.399Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStats (0.03s) [2022-05-19T11:01:59.399Z] docker_api_stats_test.go:103: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2022-05-19T11:01:59.399Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStats (0.03s) [2022-05-19T11:01:59.399Z] [2022-05-19T11:01:59.399Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.03s) [2022-05-19T11:01:59.399Z] docker_api_stats_test.go:170: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.399Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.03s) [2022-05-19T11:01:59.399Z] [2022-05-19T11:01:59.399Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.03s) [2022-05-19T11:01:59.399Z] docker_api_stats_test.go:278: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.399Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.03s) [2022-05-19T11:01:59.399Z] [2022-05-19T11:01:59.399Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamGetCpu (0.02s) [2022-05-19T11:01:59.399Z] docker_api_stats_test.go:27: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2022-05-19T11:01:59.399Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamGetCpu (0.02s) [2022-05-19T11:01:59.399Z] [2022-05-19T11:01:59.399Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesChmodProc (0.03s) [2022-05-19T11:01:59.399Z] docker_cli_run_test.go:3149: unmatched requirement Apparmor [2022-05-19T11:01:59.399Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.03s) [2022-05-19T11:01:59.399Z] [2022-05-19T11:01:59.399Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2022-05-19T11:01:59.399Z] docker_cli_run_test.go:3127: unmatched requirement Apparmor [2022-05-19T11:01:59.399Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2022-05-19T11:01:59.399Z] [2022-05-19T11:01:59.399Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2022-05-19T11:01:59.399Z] docker_cli_run_test.go:3139: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.399Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2022-05-19T11:01:59.399Z] [2022-05-19T11:01:59.399Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachDisconnect (0.02s) [2022-05-19T11:01:59.399Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.399Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.02s) [2022-05-19T11:01:59.399Z] [2022-05-19T11:01:59.399Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachPausedContainer (0.02s) [2022-05-19T11:01:59.399Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2022-05-19T11:01:59.399Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.02s) [2022-05-19T11:01:59.399Z] [2022-05-19T11:01:59.399Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2022-05-19T11:01:59.399Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.399Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2022-05-19T11:01:59.399Z] [2022-05-19T11:01:59.399Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAPIDoubleDockerfile (0.58s) [2022-05-19T11:01:59.399Z] docker_api_build_test.go:176: unmatched requirement UnixCli [2022-05-19T11:01:59.399Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.58s) [2022-05-19T11:01:59.399Z] [2022-05-19T11:01:59.399Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.06s) [2022-05-19T11:01:59.399Z] docker_cli_build_test.go:574: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.399Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.06s) [2022-05-19T11:01:59.399Z] [2022-05-19T11:01:59.399Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinks (0.02s) [2022-05-19T11:01:59.399Z] docker_cli_build_test.go:927: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.399Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.02s) [2022-05-19T11:01:59.399Z] [2022-05-19T11:01:59.399Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2022-05-19T11:01:59.399Z] docker_cli_build_test.go:1007: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.399Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2022-05-19T11:01:59.399Z] [2022-05-19T11:01:59.399Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToExistingDir (0.06s) [2022-05-19T11:01:59.399Z] docker_cli_build_test.go:752: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.399Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.06s) [2022-05-19T11:01:59.399Z] [2022-05-19T11:01:59.399Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2022-05-19T11:01:59.399Z] docker_cli_build_test.go:738: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.399Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2022-05-19T11:01:59.399Z] [2022-05-19T11:01:59.399Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.05s) [2022-05-19T11:01:59.399Z] docker_cli_build_test.go:798: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.399Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.05s) [2022-05-19T11:01:59.399Z] [2022-05-19T11:01:59.399Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddScript (0.04s) [2022-05-19T11:01:59.399Z] docker_cli_build_test.go:2811: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.399Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.04s) [2022-05-19T11:01:59.399Z] [2022-05-19T11:01:59.399Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToExistDir (0.03s) [2022-05-19T11:01:59.399Z] docker_cli_build_test.go:506: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.399Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.03s) [2022-05-19T11:01:59.399Z] [2022-05-19T11:01:59.399Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2022-05-19T11:01:59.399Z] docker_cli_build_test.go:723: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.399Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2022-05-19T11:01:59.399Z] [2022-05-19T11:01:59.399Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2022-05-19T11:01:59.399Z] docker_cli_build_test.go:467: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.400Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2022-05-19T11:01:59.400Z] [2022-05-19T11:01:59.400Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXz (0.05s) [2022-05-19T11:01:59.400Z] docker_cli_build_test.go:2947: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.400Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.05s) [2022-05-19T11:01:59.400Z] [2022-05-19T11:01:59.400Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXzGz (0.52s) [2022-05-19T11:01:59.400Z] docker_cli_build_test.go:2994: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.400Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.52s) [2022-05-19T11:01:59.400Z] [2022-05-19T11:01:59.400Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddWholeDirToRoot (1.04s) [2022-05-19T11:01:59.400Z] docker_cli_build_test.go:768: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.400Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (1.04s) [2022-05-19T11:01:59.400Z] [2022-05-19T11:01:59.400Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.47s) [2022-05-19T11:01:59.400Z] docker_cli_build_test.go:4457: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.400Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.47s) [2022-05-19T11:01:59.400Z] [2022-05-19T11:01:59.400Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.54s) [2022-05-19T11:01:59.400Z] docker_cli_build_test.go:4480: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.400Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.54s) [2022-05-19T11:01:59.400Z] [2022-05-19T11:01:59.400Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.04s) [2022-05-19T11:01:59.400Z] docker_cli_build_test.go:4603: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.400Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.04s) [2022-05-19T11:01:59.400Z] [2022-05-19T11:01:59.400Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2022-05-19T11:01:59.400Z] docker_cli_build_test.go:4522: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.400Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2022-05-19T11:01:59.400Z] [2022-05-19T11:01:59.400Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.05s) [2022-05-19T11:01:59.400Z] docker_cli_build_test.go:4405: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.400Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.05s) [2022-05-19T11:01:59.400Z] [2022-05-19T11:01:59.400Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.05s) [2022-05-19T11:01:59.400Z] docker_cli_build_test.go:4259: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.400Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.05s) [2022-05-19T11:01:59.400Z] [2022-05-19T11:01:59.400Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.05s) [2022-05-19T11:01:59.400Z] docker_cli_build_test.go:4288: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.400Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.05s) [2022-05-19T11:01:59.400Z] [2022-05-19T11:01:59.400Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (1.00s) [2022-05-19T11:01:59.400Z] docker_cli_build_test.go:4433: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.400Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (1.00s) [2022-05-19T11:01:59.400Z] [2022-05-19T11:01:59.400Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheAdd (0.63s) [2022-05-19T11:01:59.400Z] docker_cli_build_test.go:372: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.400Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.63s) [2022-05-19T11:01:59.400Z] [2022-05-19T11:01:59.400Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheFrom (0.07s) [2022-05-19T11:01:59.400Z] docker_cli_build_test.go:5420: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.400Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.07s) [2022-05-19T11:01:59.400Z] [2022-05-19T11:01:59.400Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownOnCopy (0.08s) [2022-05-19T11:01:59.400Z] docker_api_build_test.go:401: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.400Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.08s) [2022-05-19T11:01:59.400Z] [2022-05-19T11:01:59.400Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownSingleFile (0.03s) [2022-05-19T11:01:59.400Z] docker_cli_build_test.go:3570: unmatched requirement UnixCli [2022-05-19T11:01:59.400Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.03s) [2022-05-19T11:01:59.400Z] [2022-05-19T11:01:59.400Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2022-05-19T11:01:59.400Z] docker_cli_build_test.go:2641: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.400Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2022-05-19T11:01:59.400Z] [2022-05-19T11:01:59.400Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2022-05-19T11:01:59.400Z] docker_cli_build_test.go:3969: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.400Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2022-05-19T11:01:59.400Z] [2022-05-19T11:01:59.400Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyAddMultipleFiles (0.04s) [2022-05-19T11:01:59.400Z] docker_cli_build_test.go:522: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.400Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.04s) [2022-05-19T11:01:59.400Z] [2022-05-19T11:01:59.400Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s) [2022-05-19T11:01:59.400Z] docker_cli_build_test.go:894: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.400Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s) [2022-05-19T11:01:59.400Z] [2022-05-19T11:01:59.400Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2022-05-19T11:01:59.400Z] docker_cli_build_test.go:880: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.400Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2022-05-19T11:01:59.400Z] [2022-05-19T11:01:59.400Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToExistDir (0.59s) [2022-05-19T11:01:59.400Z] docker_cli_build_test.go:849: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.400Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.59s) [2022-05-19T11:01:59.400Z] [2022-05-19T11:01:59.400Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.51s) [2022-05-19T11:01:59.400Z] docker_cli_build_test.go:865: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.400Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.51s) [2022-05-19T11:01:59.400Z] [2022-05-19T11:01:59.400Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToRoot (0.05s) [2022-05-19T11:01:59.400Z] docker_cli_build_test.go:811: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.400Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.05s) [2022-05-19T11:01:59.400Z] [2022-05-19T11:01:59.400Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWholeDirToRoot (0.04s) [2022-05-19T11:01:59.400Z] docker_cli_build_test.go:910: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.400Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.04s) [2022-05-19T11:01:59.400Z] [2022-05-19T11:01:59.400Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWildcardInName (0.54s) [2022-05-19T11:01:59.400Z] docker_cli_build_test.go:685: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.400Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.54s) [2022-05-19T11:01:59.400Z] [2022-05-19T11:01:59.400Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildDockerignoreComment (0.58s) [2022-05-19T11:01:59.400Z] docker_cli_build_test.go:5143: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.400Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.58s) [2022-05-19T11:01:59.400Z] [2022-05-19T11:01:59.400Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEOLInLine (0.48s) [2022-05-19T11:01:59.400Z] docker_cli_build_test.go:2630: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.400Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.48s) [2022-05-19T11:01:59.400Z] [2022-05-19T11:01:59.400Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyCmd (0.04s) [2022-05-19T11:01:59.400Z] docker_cli_build_test.go:3165: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.400Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.04s) [2022-05-19T11:01:59.400Z] [2022-05-19T11:01:59.400Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyScratch (0.03s) [2022-05-19T11:01:59.400Z] docker_cli_build_test.go:3932: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.400Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.03s) [2022-05-19T11:01:59.400Z] [2022-05-19T11:01:59.400Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnv (0.04s) [2022-05-19T11:01:59.400Z] docker_cli_build_test.go:1470: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.400Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.04s) [2022-05-19T11:01:59.400Z] [2022-05-19T11:01:59.400Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvEscapes (0.50s) [2022-05-19T11:01:59.400Z] docker_cli_build_test.go:304: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.870Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.50s) [2022-05-19T11:01:59.870Z] [2022-05-19T11:01:59.870Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2022-05-19T11:01:59.870Z] docker_cli_build_test.go:321: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.870Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2022-05-19T11:01:59.870Z] [2022-05-19T11:01:59.870Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage (0.02s) [2022-05-19T11:01:59.870Z] docker_cli_build_test.go:2713: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.870Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.02s) [2022-05-19T11:01:59.870Z] [2022-05-19T11:01:59.870Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage2 (0.02s) [2022-05-19T11:01:59.870Z] docker_cli_build_test.go:2744: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.870Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.02s) [2022-05-19T11:01:59.870Z] [2022-05-19T11:01:59.870Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.04s) [2022-05-19T11:01:59.870Z] docker_cli_build_test.go:173: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.870Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.04s) [2022-05-19T11:01:59.870Z] [2022-05-19T11:01:59.870Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.04s) [2022-05-19T11:01:59.870Z] docker_cli_build_test.go:104: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.870Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.04s) [2022-05-19T11:01:59.870Z] [2022-05-19T11:01:59.870Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementUser (0.04s) [2022-05-19T11:01:59.870Z] docker_cli_build_test.go:62: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.870Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.04s) [2022-05-19T11:01:59.870Z] [2022-05-19T11:01:59.870Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExoticShellInterpolation (0.06s) [2022-05-19T11:01:59.870Z] docker_cli_build_test.go:3298: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.870Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.06s) [2022-05-19T11:01:59.870Z] [2022-05-19T11:01:59.870Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExpose (0.04s) [2022-05-19T11:01:59.870Z] docker_cli_build_test.go:1591: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.870Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.04s) [2022-05-19T11:01:59.870Z] [2022-05-19T11:01:59.870Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2022-05-19T11:01:59.870Z] docker_cli_build_test.go:1605: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.870Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2022-05-19T11:01:59.870Z] [2022-05-19T11:01:59.870Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeOrder (0.02s) [2022-05-19T11:01:59.870Z] docker_cli_build_test.go:1654: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.870Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.02s) [2022-05-19T11:01:59.870Z] [2022-05-19T11:01:59.870Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s) [2022-05-19T11:01:59.870Z] docker_cli_build_test.go:1670: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.870Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s) [2022-05-19T11:01:59.870Z] [2022-05-19T11:01:59.870Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.04s) [2022-05-19T11:01:59.870Z] docker_cli_build_test.go:3697: unmatched requirement UnixCli [2022-05-19T11:01:59.870Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.04s) [2022-05-19T11:01:59.870Z] [2022-05-19T11:01:59.870Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromStdinWithF (0.03s) [2022-05-19T11:01:59.870Z] docker_cli_build_test.go:3748: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.870Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.03s) [2022-05-19T11:01:59.870Z] [2022-05-19T11:01:59.870Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildHandleEscapesInVolume (0.04s) [2022-05-19T11:01:59.870Z] docker_cli_build_test.go:236: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.870Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.04s) [2022-05-19T11:01:59.870Z] [2022-05-19T11:01:59.870Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildInheritance (0.06s) [2022-05-19T11:01:59.870Z] docker_cli_build_test.go:2202: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.870Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.06s) [2022-05-19T11:01:59.870Z] [2022-05-19T11:01:59.870Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLastModified (0.12s) [2022-05-19T11:01:59.870Z] docker_cli_build_test.go:394: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.870Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.12s) [2022-05-19T11:01:59.870Z] [2022-05-19T11:01:59.870Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLineBreak (0.06s) [2022-05-19T11:01:59.870Z] docker_cli_build_test.go:2619: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.870Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.06s) [2022-05-19T11:01:59.870Z] [2022-05-19T11:01:59.870Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageCache (0.10s) [2022-05-19T11:01:59.870Z] docker_cli_build_test.go:5514: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.870Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.10s) [2022-05-19T11:01:59.870Z] [2022-05-19T11:01:59.870Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageResetScratch (0.06s) [2022-05-19T11:01:59.870Z] docker_cli_build_test.go:5917: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.870Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.06s) [2022-05-19T11:01:59.870Z] [2022-05-19T11:01:59.870Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetContainer (0.03s) [2022-05-19T11:01:59.870Z] docker_cli_build_test.go:5550: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.870Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.03s) [2022-05-19T11:01:59.870Z] [2022-05-19T11:01:59.870Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetNone (0.02s) [2022-05-19T11:01:59.870Z] docker_cli_build_test.go:5538: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.870Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.02s) [2022-05-19T11:01:59.870Z] [2022-05-19T11:01:59.870Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildOpaqueDirectory (0.07s) [2022-05-19T11:01:59.870Z] docker_cli_build_test.go:5975: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.870Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.07s) [2022-05-19T11:01:59.870Z] [2022-05-19T11:01:59.870Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildPATH (0.02s) [2022-05-19T11:01:59.870Z] docker_cli_build_test.go:1484: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.870Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.02s) [2022-05-19T11:01:59.870Z] [2022-05-19T11:01:59.870Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2022-05-19T11:01:59.870Z] docker_cli_build_test.go:3947: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.870Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2022-05-19T11:01:59.870Z] [2022-05-19T11:01:59.870Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.07s) [2022-05-19T11:01:59.870Z] docker_cli_build_test.go:1752: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.870Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.07s) [2022-05-19T11:01:59.870Z] [2022-05-19T11:01:59.870Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildScratchCopy (0.59s) [2022-05-19T11:01:59.870Z] docker_api_build_test.go:512: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.870Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.59s) [2022-05-19T11:01:59.870Z] [2022-05-19T11:01:59.870Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildStopSignal (0.52s) [2022-05-19T11:01:59.870Z] docker_cli_build_test.go:4067: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.870Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.52s) [2022-05-19T11:01:59.870Z] [2022-05-19T11:01:59.870Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUser (0.04s) [2022-05-19T11:01:59.870Z] docker_cli_build_test.go:1281: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.870Z] --- SKIP: TestDockerSuite/TestBuildUser (0.04s) [2022-05-19T11:01:59.870Z] [2022-05-19T11:01:59.870Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.04s) [2022-05-19T11:01:59.870Z] docker_cli_build_test.go:555: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.870Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.04s) [2022-05-19T11:01:59.870Z] [2022-05-19T11:01:59.870Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2022-05-19T11:01:59.870Z] docker_cli_build_test.go:2655: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.870Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2022-05-19T11:01:59.870Z] [2022-05-19T11:01:59.870Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2022-05-19T11:01:59.870Z] docker_cli_build_test.go:3874: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.870Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2022-05-19T11:01:59.870Z] [2022-05-19T11:01:59.870Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2022-05-19T11:01:59.870Z] docker_cli_build_test.go:3669: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.870Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2022-05-19T11:01:59.870Z] [2022-05-19T11:01:59.870Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHost (0.53s) [2022-05-19T11:01:59.870Z] docker_cli_build_test.go:5566: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.870Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.53s) [2022-05-19T11:01:59.870Z] [2022-05-19T11:01:59.870Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.06s) [2022-05-19T11:01:59.870Z] docker_cli_build_test.go:5582: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.870Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.06s) [2022-05-19T11:01:59.870Z] [2022-05-19T11:01:59.870Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.51s) [2022-05-19T11:01:59.870Z] docker_cli_build_test.go:1050: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.870Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.51s) [2022-05-19T11:01:59.870Z] [2022-05-19T11:01:59.870Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumeOwnership (0.53s) [2022-05-19T11:01:59.870Z] docker_cli_build_test.go:2151: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.870Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.53s) [2022-05-19T11:01:59.870Z] [2022-05-19T11:01:59.870Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumes (0.52s) [2022-05-19T11:01:59.870Z] docker_cli_build_test.go:1233: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.870Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.52s) [2022-05-19T11:01:59.870Z] [2022-05-19T11:01:59.870Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWorkdirCmd (0.04s) [2022-05-19T11:01:59.870Z] docker_cli_build_test.go:6055: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.870Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.04s) [2022-05-19T11:01:59.870Z] [2022-05-19T11:01:59.870Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildXZHost (0.50s) [2022-05-19T11:01:59.870Z] docker_cli_build_test.go:3651: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.870Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.50s) [2022-05-19T11:01:59.870Z] [2022-05-19T11:01:59.870Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.04s) [2022-05-19T11:01:59.870Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.870Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.04s) [2022-05-19T11:01:59.870Z] [2022-05-19T11:01:59.870Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.04s) [2022-05-19T11:01:59.870Z] docker_cli_sni_test.go:18: Flakey test [2022-05-19T11:01:59.870Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.04s) [2022-05-19T11:01:59.870Z] [2022-05-19T11:01:59.870Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitAfterContainerIsDone (0.02s) [2022-05-19T11:01:59.870Z] docker_cli_commit_test.go:14: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2022-05-19T11:01:59.870Z] --- SKIP: TestDockerSuite/TestCommitAfterContainerIsDone (0.02s) [2022-05-19T11:01:59.870Z] [2022-05-19T11:01:59.870Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitHardlink (0.02s) [2022-05-19T11:01:59.870Z] docker_cli_commit_test.go:70: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.870Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.02s) [2022-05-19T11:01:59.870Z] [2022-05-19T11:01:59.870Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitPausedContainer (0.03s) [2022-05-19T11:01:59.870Z] docker_cli_commit_test.go:45: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.870Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.03s) [2022-05-19T11:01:59.870Z] [2022-05-19T11:01:59.870Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2022-05-19T11:01:59.870Z] docker_cli_commit_test.go:98: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.870Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2022-05-19T11:01:59.870Z] [2022-05-19T11:01:59.870Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithoutPause (0.02s) [2022-05-19T11:01:59.870Z] docker_cli_commit_test.go:29: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.870Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.02s) [2022-05-19T11:01:59.870Z] [2022-05-19T11:01:59.870Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2022-05-19T11:01:59.870Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.870Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2022-05-19T11:01:59.870Z] [2022-05-19T11:01:59.870Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2022-05-19T11:01:59.870Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.870Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2022-05-19T11:01:59.870Z] [2022-05-19T11:01:59.870Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2022-05-19T11:01:59.870Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.870Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2022-05-19T11:01:59.870Z] [2022-05-19T11:01:59.870Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2022-05-19T11:01:59.870Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.870Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2022-05-19T11:01:59.870Z] [2022-05-19T11:01:59.870Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIBadPort (0.02s) [2022-05-19T11:01:59.870Z] docker_api_containers_test.go:505: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.870Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.02s) [2022-05-19T11:01:59.870Z] [2022-05-19T11:01:59.870Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2022-05-19T11:01:59.870Z] docker_api_containers_test.go:1099: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.870Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2022-05-19T11:01:59.870Z] [2022-05-19T11:01:59.870Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyPre124 (0.04s) [2022-05-19T11:01:59.870Z] docker_api_containers_test.go:1025: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.870Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.04s) [2022-05-19T11:01:59.870Z] [2022-05-19T11:01:59.870Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.03s) [2022-05-19T11:01:59.870Z] docker_api_containers_test.go:1055: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.870Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.03s) [2022-05-19T11:01:59.870Z] [2022-05-19T11:01:59.870Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.03s) [2022-05-19T11:01:59.870Z] docker_api_containers_test.go:1077: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.870Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.03s) [2022-05-19T11:01:59.870Z] [2022-05-19T11:01:59.871Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.03s) [2022-05-19T11:01:59.871Z] docker_api_containers_test.go:588: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.871Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.03s) [2022-05-19T11:01:59.871Z] [2022-05-19T11:01:59.871Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.03s) [2022-05-19T11:01:59.871Z] docker_api_containers_test.go:1355: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.871Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.03s) [2022-05-19T11:01:59.871Z] [2022-05-19T11:01:59.871Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.03s) [2022-05-19T11:01:59.871Z] docker_api_containers_test.go:594: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.871Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.03s) [2022-05-19T11:01:59.871Z] [2022-05-19T11:01:59.871Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.04s) [2022-05-19T11:01:59.871Z] docker_api_containers_test.go:623: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.871Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.04s) [2022-05-19T11:01:59.871Z] [2022-05-19T11:01:59.871Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s) [2022-05-19T11:01:59.871Z] docker_api_containers_test.go:1153: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.871Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s) [2022-05-19T11:01:59.871Z] [2022-05-19T11:01:59.871Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2022-05-19T11:01:59.871Z] docker_api_containers_test.go:128: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.871Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2022-05-19T11:01:59.871Z] [2022-05-19T11:01:59.871Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetExport (0.02s) [2022-05-19T11:01:59.871Z] docker_api_containers_test.go:101: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.871Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.02s) [2022-05-19T11:01:59.871Z] [2022-05-19T11:01:59.871Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIPause (0.02s) [2022-05-19T11:01:59.871Z] docker_api_containers_test.go:366: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.871Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.02s) [2022-05-19T11:01:59.871Z] [2022-05-19T11:01:59.871Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2022-05-19T11:01:59.871Z] docker_api_containers_test.go:1603: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.871Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2022-05-19T11:01:59.871Z] [2022-05-19T11:01:59.871Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPITop (0.02s) [2022-05-19T11:01:59.871Z] docker_api_containers_test.go:396: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.871Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.02s) [2022-05-19T11:01:59.871Z] [2022-05-19T11:01:59.871Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerNetworkMode (0.03s) [2022-05-19T11:01:59.871Z] docker_cli_run_test.go:2403: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.871Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.03s) [2022-05-19T11:01:59.871Z] [2022-05-19T11:01:59.871Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerRestartInMultipleNetworks (0.03s) [2022-05-19T11:01:59.871Z] docker_cli_run_test.go:3498: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.871Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.03s) [2022-05-19T11:01:59.871Z] [2022-05-19T11:01:59.871Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingHostNetworks (0.03s) [2022-05-19T11:01:59.871Z] docker_cli_run_test.go:3530: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.871Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.03s) [2022-05-19T11:01:59.871Z] [2022-05-19T11:01:59.871Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.03s) [2022-05-19T11:01:59.871Z] docker_cli_run_test.go:3561: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.871Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.03s) [2022-05-19T11:01:59.871Z] [2022-05-19T11:01:59.871Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.03s) [2022-05-19T11:01:59.871Z] docker_cli_run_test.go:3544: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.871Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.03s) [2022-05-19T11:01:59.871Z] [2022-05-19T11:01:59.871Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2022-05-19T11:01:59.871Z] docker_api_containers_test.go:2184: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.871Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2022-05-19T11:01:59.871Z] [2022-05-19T11:01:59.871Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInMultipleNetworks (0.02s) [2022-05-19T11:01:59.871Z] docker_cli_run_test.go:3434: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.871Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.02s) [2022-05-19T11:01:59.871Z] [2022-05-19T11:01:59.871Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s) [2022-05-19T11:01:59.871Z] docker_cli_run_test.go:3426: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.871Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s) [2022-05-19T11:01:59.871Z] [2022-05-19T11:01:59.871Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersNetworkIsolation (0.02s) [2022-05-19T11:01:59.871Z] docker_cli_run_test.go:3453: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.871Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.02s) [2022-05-19T11:01:59.871Z] [2022-05-19T11:01:59.871Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyAndRestart (0.03s) [2022-05-19T11:01:59.871Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.871Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.03s) [2022-05-19T11:01:59.871Z] [2022-05-19T11:01:59.871Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyCreatedContainer (0.02s) [2022-05-19T11:01:59.871Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.871Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.02s) [2022-05-19T11:01:59.871Z] [2022-05-19T11:01:59.871Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2022-05-19T11:01:59.871Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.871Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2022-05-19T11:01:59.871Z] [2022-05-19T11:01:59.871Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseA (0.02s) [2022-05-19T11:01:59.871Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.871Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.02s) [2022-05-19T11:01:59.871Z] [2022-05-19T11:01:59.871Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseB (0.02s) [2022-05-19T11:01:59.871Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.871Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.02s) [2022-05-19T11:01:59.871Z] [2022-05-19T11:01:59.871Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseC (0.02s) [2022-05-19T11:01:59.871Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.871Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.02s) [2022-05-19T11:01:59.871Z] [2022-05-19T11:01:59.871Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseD (0.02s) [2022-05-19T11:01:59.871Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.871Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.02s) [2022-05-19T11:01:59.871Z] [2022-05-19T11:01:59.871Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseE (0.02s) [2022-05-19T11:01:59.871Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.871Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.02s) [2022-05-19T11:01:59.871Z] [2022-05-19T11:01:59.871Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseF (0.02s) [2022-05-19T11:01:59.871Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.871Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.02s) [2022-05-19T11:01:59.871Z] [2022-05-19T11:01:59.871Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseG (0.02s) [2022-05-19T11:01:59.871Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.871Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.02s) [2022-05-19T11:01:59.871Z] [2022-05-19T11:01:59.871Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseH (0.02s) [2022-05-19T11:01:59.871Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.871Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.02s) [2022-05-19T11:01:59.871Z] [2022-05-19T11:01:59.871Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseI (0.02s) [2022-05-19T11:01:59.871Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.871Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.02s) [2022-05-19T11:01:59.871Z] [2022-05-19T11:01:59.871Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseJ (0.02s) [2022-05-19T11:01:59.871Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.871Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.02s) [2022-05-19T11:01:59.871Z] [2022-05-19T11:01:59.871Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkDestination (0.02s) [2022-05-19T11:01:59.871Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.871Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.02s) [2022-05-19T11:01:59.871Z] [2022-05-19T11:01:59.871Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2022-05-19T11:01:59.871Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.871Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2022-05-19T11:01:59.871Z] [2022-05-19T11:01:59.871Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpNameHasColon (0.02s) [2022-05-19T11:01:59.871Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.871Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.02s) [2022-05-19T11:01:59.871Z] [2022-05-19T11:01:59.871Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSpecialFiles (0.02s) [2022-05-19T11:01:59.871Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.871Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.02s) [2022-05-19T11:01:59.871Z] [2022-05-19T11:01:59.871Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkComponent (0.02s) [2022-05-19T11:01:59.871Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.871Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.02s) [2022-05-19T11:01:59.871Z] [2022-05-19T11:01:59.871Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2022-05-19T11:01:59.871Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.871Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2022-05-19T11:01:59.871Z] [2022-05-19T11:01:59.871Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseC (0.02s) [2022-05-19T11:01:59.871Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.871Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.02s) [2022-05-19T11:01:59.871Z] [2022-05-19T11:01:59.871Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseD (0.02s) [2022-05-19T11:01:59.871Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.871Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.02s) [2022-05-19T11:01:59.871Z] [2022-05-19T11:01:59.871Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseF (0.03s) [2022-05-19T11:01:59.871Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.871Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.03s) [2022-05-19T11:01:59.871Z] [2022-05-19T11:01:59.871Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseG (0.03s) [2022-05-19T11:01:59.871Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.871Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.03s) [2022-05-19T11:01:59.871Z] [2022-05-19T11:01:59.871Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseI (0.02s) [2022-05-19T11:01:59.871Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.871Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.02s) [2022-05-19T11:01:59.871Z] [2022-05-19T11:01:59.871Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseJ (0.03s) [2022-05-19T11:01:59.871Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.871Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.03s) [2022-05-19T11:01:59.871Z] [2022-05-19T11:01:59.871Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2022-05-19T11:01:59.871Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.871Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2022-05-19T11:01:59.871Z] [2022-05-19T11:01:59.871Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2022-05-19T11:01:59.871Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.871Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2022-05-19T11:01:59.871Z] [2022-05-19T11:01:59.871Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkDestination (0.03s) [2022-05-19T11:01:59.871Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.871Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.03s) [2022-05-19T11:01:59.871Z] [2022-05-19T11:01:59.871Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkToDirectory (0.03s) [2022-05-19T11:01:59.871Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.871Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.03s) [2022-05-19T11:01:59.871Z] [2022-05-19T11:01:59.871Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpUnprivilegedUser (0.02s) [2022-05-19T11:01:59.871Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.871Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.02s) [2022-05-19T11:01:59.871Z] [2022-05-19T11:01:59.871Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpVolumePath (0.03s) [2022-05-19T11:01:59.871Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.871Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.03s) [2022-05-19T11:01:59.871Z] [2022-05-19T11:01:59.871Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2022-05-19T11:01:59.871Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.871Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2022-05-19T11:01:59.871Z] [2022-05-19T11:01:59.871Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2022-05-19T11:01:59.871Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-05-19T11:01:59.871Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2022-05-19T11:01:59.871Z] [2022-05-19T11:01:59.871Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2022-05-19T11:01:59.871Z] docker_api_containers_test.go:855: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.871Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2022-05-19T11:01:59.871Z] [2022-05-19T11:01:59.871Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2022-05-19T11:01:59.871Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.871Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2022-05-19T11:01:59.871Z] [2022-05-19T11:01:59.871Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2022-05-19T11:01:59.871Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.871Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2022-05-19T11:01:59.871Z] [2022-05-19T11:01:59.871Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2022-05-19T11:01:59.871Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.871Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2022-05-19T11:01:59.871Z] [2022-05-19T11:01:59.871Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s) [2022-05-19T11:01:59.871Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.871Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s) [2022-05-19T11:01:59.871Z] [2022-05-19T11:01:59.871Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2022-05-19T11:01:59.871Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.871Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2022-05-19T11:01:59.871Z] [2022-05-19T11:01:59.871Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2022-05-19T11:01:59.871Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.871Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2022-05-19T11:01:59.871Z] [2022-05-19T11:01:59.871Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.03s) [2022-05-19T11:01:59.871Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.871Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.03s) [2022-05-19T11:01:59.871Z] [2022-05-19T11:01:59.871Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s) [2022-05-19T11:01:59.871Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.871Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s) [2022-05-19T11:01:59.871Z] [2022-05-19T11:01:59.871Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s) [2022-05-19T11:01:59.871Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.871Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s) [2022-05-19T11:01:59.871Z] [2022-05-19T11:01:59.871Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDevicePermissions (0.02s) [2022-05-19T11:01:59.871Z] docker_cli_run_test.go:2963: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.871Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.02s) [2022-05-19T11:01:59.871Z] [2022-05-19T11:01:59.871Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2022-05-19T11:01:59.871Z] docker_cli_volume_test.go:453: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.871Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2022-05-19T11:01:59.871Z] [2022-05-19T11:01:59.871Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2022-05-19T11:01:59.871Z] docker_cli_volume_test.go:494: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.871Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2022-05-19T11:01:59.871Z] [2022-05-19T11:01:59.871Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s) [2022-05-19T11:01:59.871Z] docker_cli_volume_test.go:536: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.871Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s) [2022-05-19T11:01:59.871Z] [2022-05-19T11:01:59.871Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsAttach (0.02s) [2022-05-19T11:01:59.871Z] docker_cli_events_test.go:466: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.872Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.02s) [2022-05-19T11:01:59.872Z] [2022-05-19T11:01:59.872Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsCommit (0.02s) [2022-05-19T11:01:59.872Z] docker_cli_events_test.go:397: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.872Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.02s) [2022-05-19T11:01:59.872Z] [2022-05-19T11:01:59.872Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageImport (0.03s) [2022-05-19T11:01:59.872Z] docker_cli_events_test.go:170: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.872Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.03s) [2022-05-19T11:01:59.872Z] [2022-05-19T11:01:59.872Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageLoad (0.02s) [2022-05-19T11:01:59.872Z] docker_cli_events_test.go:192: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.872Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.02s) [2022-05-19T11:01:59.872Z] [2022-05-19T11:01:59.872Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImagePull (0.02s) [2022-05-19T11:01:59.872Z] docker_cli_events_test.go:151: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.872Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.02s) [2022-05-19T11:01:59.872Z] [2022-05-19T11:01:59.872Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsPluginOps (0.02s) [2022-05-19T11:01:59.872Z] docker_cli_events_test.go:231: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.872Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.02s) [2022-05-19T11:01:59.872Z] [2022-05-19T11:01:59.872Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsTop (0.02s) [2022-05-19T11:01:59.872Z] docker_cli_events_test.go:515: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.872Z] --- SKIP: TestDockerSuite/TestEventsTop (0.02s) [2022-05-19T11:01:59.872Z] [2022-05-19T11:01:59.872Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExec (0.02s) [2022-05-19T11:01:59.872Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.872Z] --- SKIP: TestDockerSuite/TestExec (0.02s) [2022-05-19T11:01:59.872Z] [2022-05-19T11:01:59.872Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPICreateContainerPaused (0.02s) [2022-05-19T11:01:59.872Z] docker_api_exec_test.go:65: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.872Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.02s) [2022-05-19T11:01:59.872Z] [2022-05-19T11:01:59.872Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStart (0.02s) [2022-05-19T11:01:59.872Z] docker_api_exec_test.go:83: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.872Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.02s) [2022-05-19T11:01:59.872Z] [2022-05-19T11:01:59.872Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s) [2022-05-19T11:01:59.872Z] docker_api_exec_test.go:120: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.872Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s) [2022-05-19T11:01:59.872Z] [2022-05-19T11:01:59.872Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s) [2022-05-19T11:01:59.872Z] docker_api_exec_test.go:110: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.872Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s) [2022-05-19T11:01:59.872Z] [2022-05-19T11:01:59.872Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecCgroup (0.02s) [2022-05-19T11:01:59.872Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.872Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.02s) [2022-05-19T11:01:59.872Z] [2022-05-19T11:01:59.872Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnv (0.02s) [2022-05-19T11:01:59.872Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.872Z] --- SKIP: TestDockerSuite/TestExecEnv (0.02s) [2022-05-19T11:01:59.872Z] [2022-05-19T11:01:59.872Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnvLinksHost (0.02s) [2022-05-19T11:01:59.872Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.872Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.02s) [2022-05-19T11:01:59.872Z] [2022-05-19T11:01:59.872Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecInteractive (0.03s) [2022-05-19T11:01:59.872Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.872Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.03s) [2022-05-19T11:01:59.872Z] [2022-05-19T11:01:59.872Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecOnReadonlyContainer (0.03s) [2022-05-19T11:01:59.872Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.872Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.03s) [2022-05-19T11:01:59.872Z] [2022-05-19T11:01:59.872Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecParseError (0.03s) [2022-05-19T11:01:59.872Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.872Z] --- SKIP: TestDockerSuite/TestExecParseError (0.03s) [2022-05-19T11:01:59.872Z] [2022-05-19T11:01:59.872Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecPausedContainer (0.03s) [2022-05-19T11:01:59.872Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2022-05-19T11:01:59.872Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.03s) [2022-05-19T11:01:59.872Z] [2022-05-19T11:01:59.872Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.03s) [2022-05-19T11:01:59.872Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.872Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.03s) [2022-05-19T11:01:59.872Z] [2022-05-19T11:01:59.872Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecSetEnv (0.03s) [2022-05-19T11:01:59.872Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.872Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.03s) [2022-05-19T11:01:59.872Z] [2022-05-19T11:01:59.872Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStartFails (0.03s) [2022-05-19T11:01:59.872Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.872Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.03s) [2022-05-19T11:01:59.872Z] [2022-05-19T11:01:59.872Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStateCleanup (0.03s) [2022-05-19T11:01:59.872Z] docker_api_exec_test.go:210: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.872Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.03s) [2022-05-19T11:01:59.872Z] [2022-05-19T11:01:59.872Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStopNotHanging (0.02s) [2022-05-19T11:01:59.872Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.872Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.02s) [2022-05-19T11:01:59.872Z] [2022-05-19T11:01:59.872Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2022-05-19T11:01:59.872Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.872Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2022-05-19T11:01:59.872Z] [2022-05-19T11:01:59.872Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecUlimits (0.03s) [2022-05-19T11:01:59.872Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.872Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.03s) [2022-05-19T11:01:59.872Z] [2022-05-19T11:01:59.872Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithImageUser (0.02s) [2022-05-19T11:01:59.872Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.872Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.02s) [2022-05-19T11:01:59.872Z] [2022-05-19T11:01:59.872Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithPrivileged (0.02s) [2022-05-19T11:01:59.872Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.872Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.02s) [2022-05-19T11:01:59.872Z] [2022-05-19T11:01:59.872Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithUser (0.02s) [2022-05-19T11:01:59.872Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.872Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.02s) [2022-05-19T11:01:59.872Z] [2022-05-19T11:01:59.872Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2022-05-19T11:01:59.872Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.872Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2022-05-19T11:01:59.872Z] [2022-05-19T11:01:59.872Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestHealth (0.03s) [2022-05-19T11:01:59.872Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.872Z] --- SKIP: TestDockerSuite/TestHealth (0.03s) [2022-05-19T11:01:59.872Z] [2022-05-19T11:01:59.872Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2022-05-19T11:01:59.872Z] docker_cli_images_test.go:227: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.872Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2022-05-19T11:01:59.872Z] [2022-05-19T11:01:59.872Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2022-05-19T11:01:59.872Z] docker_cli_images_test.go:282: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.872Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2022-05-19T11:01:59.872Z] [2022-05-19T11:01:59.872Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2022-05-19T11:01:59.872Z] docker_cli_images_test.go:341: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.872Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2022-05-19T11:01:59.872Z] [2022-05-19T11:01:59.872Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportDisplay (0.02s) [2022-05-19T11:01:59.872Z] docker_cli_import_test.go:18: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.872Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.02s) [2022-05-19T11:01:59.872Z] [2022-05-19T11:01:59.872Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFile (0.02s) [2022-05-19T11:01:59.872Z] docker_cli_import_test.go:47: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.872Z] --- SKIP: TestDockerSuite/TestImportFile (0.02s) [2022-05-19T11:01:59.872Z] [2022-05-19T11:01:59.872Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFileWithMessage (0.05s) [2022-05-19T11:01:59.872Z] docker_cli_import_test.go:91: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.872Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.05s) [2022-05-19T11:01:59.872Z] [2022-05-19T11:01:59.872Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportGzipped (0.03s) [2022-05-19T11:01:59.872Z] docker_cli_import_test.go:68: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.872Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.03s) [2022-05-19T11:01:59.872Z] [2022-05-19T11:01:59.872Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportWithQuotedChanges (0.03s) [2022-05-19T11:01:59.872Z] docker_cli_import_test.go:127: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.872Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.03s) [2022-05-19T11:01:59.872Z] [2022-05-19T11:01:59.872Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2022-05-19T11:01:59.872Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2022-05-19T11:01:59.872Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2022-05-19T11:01:59.872Z] [2022-05-19T11:01:59.872Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2022-05-19T11:01:59.872Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.872Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2022-05-19T11:01:59.872Z] [2022-05-19T11:01:59.872Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2022-05-19T11:01:59.872Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.872Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2022-05-19T11:01:59.872Z] [2022-05-19T11:01:59.872Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2022-05-19T11:01:59.872Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.872Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2022-05-19T11:01:59.872Z] [2022-05-19T11:01:59.872Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2022-05-19T11:01:59.872Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.872Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2022-05-19T11:01:59.872Z] [2022-05-19T11:01:59.872Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2022-05-19T11:01:59.872Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.872Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2022-05-19T11:01:59.872Z] [2022-05-19T11:01:59.872Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s) [2022-05-19T11:01:59.872Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.872Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s) [2022-05-19T11:01:59.872Z] [2022-05-19T11:01:59.872Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAmpersand (0.02s) [2022-05-19T11:01:59.872Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.872Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.02s) [2022-05-19T11:01:59.872Z] [2022-05-19T11:01:59.872Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2022-05-19T11:01:59.872Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.872Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2022-05-19T11:01:59.872Z] [2022-05-19T11:01:59.872Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkCustom (0.02s) [2022-05-19T11:01:59.872Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.872Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.02s) [2022-05-19T11:01:59.872Z] [2022-05-19T11:01:59.872Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2022-05-19T11:01:59.872Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.872Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2022-05-19T11:01:59.872Z] [2022-05-19T11:01:59.872Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImage (0.02s) [2022-05-19T11:01:59.872Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.872Z] --- SKIP: TestDockerSuite/TestInspectImage (0.02s) [2022-05-19T11:01:59.872Z] [2022-05-19T11:01:59.872Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageFilterInt (0.02s) [2022-05-19T11:01:59.872Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.872Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2022-05-19T11:01:59.872Z] [2022-05-19T11:01:59.872Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2022-05-19T11:01:59.872Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.872Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2022-05-19T11:01:59.872Z] [2022-05-19T11:01:59.872Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectPlugin (0.02s) [2022-05-19T11:01:59.872Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.872Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.02s) [2022-05-19T11:01:59.872Z] [2022-05-19T11:01:59.872Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinkShortDefinition (0.02s) [2022-05-19T11:01:59.872Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.872Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.02s) [2022-05-19T11:01:59.872Z] [2022-05-19T11:01:59.872Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEnvs (0.02s) [2022-05-19T11:01:59.872Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.872Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.02s) [2022-05-19T11:01:59.872Z] [2022-05-19T11:01:59.872Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2022-05-19T11:01:59.872Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.872Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2022-05-19T11:01:59.872Z] [2022-05-19T11:01:59.872Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksHostsFilesInject (0.02s) [2022-05-19T11:01:59.872Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.872Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.02s) [2022-05-19T11:01:59.872Z] [2022-05-19T11:01:59.872Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStarted (0.02s) [2022-05-19T11:01:59.872Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.872Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.02s) [2022-05-19T11:01:59.872Z] [2022-05-19T11:01:59.872Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStopped (0.02s) [2022-05-19T11:01:59.872Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.872Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.02s) [2022-05-19T11:01:59.872Z] [2022-05-19T11:01:59.872Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2022-05-19T11:01:59.872Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.872Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2022-05-19T11:01:59.872Z] [2022-05-19T11:01:59.872Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2022-05-19T11:01:59.872Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.872Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2022-05-19T11:01:59.872Z] [2022-05-19T11:01:59.872Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNetworkHostContainer (0.02s) [2022-05-19T11:01:59.872Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.872Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.02s) [2022-05-19T11:01:59.872Z] [2022-05-19T11:01:59.872Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s) [2022-05-19T11:01:59.872Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.872Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s) [2022-05-19T11:01:59.872Z] [2022-05-19T11:01:59.872Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainers (0.02s) [2022-05-19T11:01:59.873Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.873Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.02s) [2022-05-19T11:01:59.873Z] [2022-05-19T11:01:59.873Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2022-05-19T11:01:59.873Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.873Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2022-05-19T11:01:59.873Z] [2022-05-19T11:01:59.873Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2022-05-19T11:01:59.873Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.873Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2022-05-19T11:01:59.873Z] [2022-05-19T11:01:59.873Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s) [2022-05-19T11:01:59.873Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.873Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s) [2022-05-19T11:01:59.873Z] [2022-05-19T11:01:59.873Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksUpdateOnRestart (0.02s) [2022-05-19T11:01:59.873Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.873Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.02s) [2022-05-19T11:01:59.873Z] [2022-05-19T11:01:59.873Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLoadZeroSizeLayer (0.03s) [2022-05-19T11:01:59.873Z] docker_cli_save_load_test.go:335: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.873Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.03s) [2022-05-19T11:01:59.873Z] [2022-05-19T11:01:59.873Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2022-05-19T11:01:59.873Z] docker_api_logs_test.go:93: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.873Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2022-05-19T11:01:59.873Z] [2022-05-19T11:01:59.873Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s) [2022-05-19T11:01:59.873Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.873Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s) [2022-05-19T11:01:59.873Z] [2022-05-19T11:01:59.873Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsSinceFutureFollow (0.03s) [2022-05-19T11:01:59.873Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.873Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.03s) [2022-05-19T11:01:59.873Z] [2022-05-19T11:01:59.873Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsStderrInStdout (0.03s) [2022-05-19T11:01:59.873Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.873Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.03s) [2022-05-19T11:01:59.873Z] [2022-05-19T11:01:59.873Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoProc (0.02s) [2022-05-19T11:01:59.873Z] docker_cli_run_test.go:2877: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.873Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.02s) [2022-05-19T11:01:59.873Z] [2022-05-19T11:01:59.873Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoSys (0.02s) [2022-05-19T11:01:59.873Z] docker_cli_run_test.go:2886: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.873Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.02s) [2022-05-19T11:01:59.873Z] [2022-05-19T11:01:59.873Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostname (0.02s) [2022-05-19T11:01:59.873Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.873Z] --- SKIP: TestDockerSuite/TestNetHostname (0.02s) [2022-05-19T11:01:59.873Z] [2022-05-19T11:01:59.873Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostnameWithNetHost (0.02s) [2022-05-19T11:01:59.873Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.873Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.02s) [2022-05-19T11:01:59.873Z] [2022-05-19T11:01:59.873Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetworkRmWithActiveContainers (0.03s) [2022-05-19T11:01:59.873Z] docker_cli_run_test.go:3480: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.873Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.03s) [2022-05-19T11:01:59.873Z] [2022-05-19T11:01:59.873Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s) [2022-05-19T11:01:59.873Z] docker_cli_run_test.go:2666: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.873Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s) [2022-05-19T11:01:59.873Z] [2022-05-19T11:01:59.873Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActive (0.02s) [2022-05-19T11:01:59.873Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.873Z] --- SKIP: TestDockerSuite/TestPluginActive (0.02s) [2022-05-19T11:01:59.873Z] [2022-05-19T11:01:59.873Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActiveNetwork (0.03s) [2022-05-19T11:01:59.873Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.873Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.03s) [2022-05-19T11:01:59.873Z] [2022-05-19T11:01:59.873Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginInstallDisableVolumeLs (0.03s) [2022-05-19T11:01:59.873Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.873Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.03s) [2022-05-19T11:01:59.873Z] [2022-05-19T11:01:59.873Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriver (0.02s) [2022-05-19T11:01:59.873Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2022-05-19T11:01:59.873Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.02s) [2022-05-19T11:01:59.873Z] [2022-05-19T11:01:59.873Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2022-05-19T11:01:59.873Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2022-05-19T11:01:59.873Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2022-05-19T11:01:59.873Z] [2022-05-19T11:01:59.873Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginMetricsCollector (0.02s) [2022-05-19T11:01:59.873Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.873Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.02s) [2022-05-19T11:01:59.873Z] [2022-05-19T11:01:59.873Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginUpgrade (0.02s) [2022-05-19T11:01:59.873Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.873Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.02s) [2022-05-19T11:01:59.873Z] [2022-05-19T11:01:59.873Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortBindingOnSandbox (0.02s) [2022-05-19T11:01:59.873Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.873Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.02s) [2022-05-19T11:01:59.873Z] [2022-05-19T11:01:59.873Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortExposeHostBinding (0.02s) [2022-05-19T11:01:59.873Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.873Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.02s) [2022-05-19T11:01:59.873Z] [2022-05-19T11:01:59.873Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortHostBinding (0.02s) [2022-05-19T11:01:59.873Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.873Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.02s) [2022-05-19T11:01:59.873Z] [2022-05-19T11:01:59.873Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortList (0.02s) [2022-05-19T11:01:59.873Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.873Z] --- SKIP: TestDockerSuite/TestPortList (0.02s) [2022-05-19T11:01:59.873Z] [2022-05-19T11:01:59.873Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersAttach (0.02s) [2022-05-19T11:01:59.873Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.873Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.02s) [2022-05-19T11:01:59.873Z] [2022-05-19T11:01:59.873Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2022-05-19T11:01:59.873Z] docker_api_containers_test.go:1535: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.873Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2022-05-19T11:01:59.873Z] [2022-05-19T11:01:59.873Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s) [2022-05-19T11:01:59.873Z] docker_api_containers_test.go:1449: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.873Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s) [2022-05-19T11:01:59.873Z] [2022-05-19T11:01:59.873Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2022-05-19T11:01:59.873Z] docker_api_containers_test.go:1431: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.873Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2022-05-19T11:01:59.873Z] [2022-05-19T11:01:59.873Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s) [2022-05-19T11:01:59.873Z] docker_api_containers_test.go:1477: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.873Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s) [2022-05-19T11:01:59.873Z] [2022-05-19T11:01:59.873Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s) [2022-05-19T11:01:59.873Z] docker_api_containers_test.go:1560: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.873Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s) [2022-05-19T11:01:59.873Z] [2022-05-19T11:01:59.873Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2022-05-19T11:01:59.873Z] docker_api_containers_test.go:1504: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.873Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2022-05-19T11:01:59.873Z] [2022-05-19T11:01:59.873Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s) [2022-05-19T11:01:59.873Z] docker_api_containers_test.go:1327: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.873Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s) [2022-05-19T11:01:59.873Z] [2022-05-19T11:01:59.873Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2022-05-19T11:01:59.873Z] docker_api_containers_test.go:1398: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.873Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2022-05-19T11:01:59.873Z] [2022-05-19T11:01:59.873Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2022-05-19T11:01:59.873Z] docker_cli_ps_test.go:549: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.873Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2022-05-19T11:01:59.873Z] [2022-05-19T11:01:59.873Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterExited (0.03s) [2022-05-19T11:01:59.873Z] docker_cli_ps_test.go:444: DaemonIsWindows(): FLAKY on Windows, see #20819 [2022-05-19T11:01:59.873Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.03s) [2022-05-19T11:01:59.873Z] [2022-05-19T11:01:59.873Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterHealth (0.03s) [2022-05-19T11:01:59.873Z] docker_cli_ps_test.go:230: RuntimeIsWindowsContainerd(): FIXME. Hang on Windows + containerd combination [2022-05-19T11:01:59.873Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterHealth (0.03s) [2022-05-19T11:01:59.873Z] [2022-05-19T11:01:59.873Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterNetwork (0.09s) [2022-05-19T11:01:59.873Z] docker_cli_ps_test.go:715: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.873Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.09s) [2022-05-19T11:01:59.873Z] [2022-05-19T11:01:59.873Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterPorts (0.02s) [2022-05-19T11:01:59.873Z] docker_cli_ps_test.go:807: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.873Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.02s) [2022-05-19T11:01:59.873Z] [2022-05-19T11:01:59.873Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersSize (0.02s) [2022-05-19T11:01:59.873Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.873Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.02s) [2022-05-19T11:01:59.873Z] [2022-05-19T11:01:59.873Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s) [2022-05-19T11:01:59.873Z] docker_cli_ps_test.go:857: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.873Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s) [2022-05-19T11:01:59.873Z] [2022-05-19T11:01:59.873Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2022-05-19T11:01:59.873Z] docker_cli_ps_test.go:597: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.873Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2022-05-19T11:01:59.873Z] [2022-05-19T11:01:59.873Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsRightTagName (0.02s) [2022-05-19T11:01:59.873Z] docker_cli_ps_test.go:473: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.873Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.02s) [2022-05-19T11:01:59.873Z] [2022-05-19T11:01:59.873Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s) [2022-05-19T11:01:59.873Z] docker_cli_run_test.go:3112: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.873Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s) [2022-05-19T11:01:59.873Z] [2022-05-19T11:01:59.873Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2022-05-19T11:01:59.873Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.873Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2022-05-19T11:01:59.873Z] [2022-05-19T11:01:59.873Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s) [2022-05-19T11:01:59.873Z] docker_api_containers_test.go:1374: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.873Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s) [2022-05-19T11:01:59.873Z] [2022-05-19T11:01:59.873Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2022-05-19T11:01:59.873Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.873Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2022-05-19T11:01:59.873Z] [2022-05-19T11:01:59.873Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2022-05-19T11:01:59.873Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.873Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2022-05-19T11:01:59.873Z] [2022-05-19T11:01:59.873Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2022-05-19T11:01:59.873Z] docker_cli_run_test.go:4399: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.873Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2022-05-19T11:01:59.873Z] [2022-05-19T11:01:59.873Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHost (0.02s) [2022-05-19T11:01:59.873Z] docker_cli_run_test.go:1575: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.873Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.02s) [2022-05-19T11:01:59.873Z] [2022-05-19T11:01:59.873Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2022-05-19T11:01:59.873Z] docker_cli_run_test.go:3912: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.873Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2022-05-19T11:01:59.873Z] [2022-05-19T11:01:59.873Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevices (0.03s) [2022-05-19T11:01:59.873Z] docker_cli_run_test.go:1170: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.873Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.03s) [2022-05-19T11:01:59.873Z] [2022-05-19T11:01:59.873Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2022-05-19T11:01:59.873Z] docker_cli_run_test.go:1188: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.873Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2022-05-19T11:01:59.873Z] [2022-05-19T11:01:59.873Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s) [2022-05-19T11:01:59.873Z] docker_cli_run_test.go:1179: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.873Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s) [2022-05-19T11:01:59.873Z] [2022-05-19T11:01:59.873Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s) [2022-05-19T11:01:59.873Z] docker_cli_run_test.go:2055: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.873Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s) [2022-05-19T11:01:59.873Z] [2022-05-19T11:01:59.873Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s) [2022-05-19T11:01:59.873Z] docker_cli_run_test.go:2260: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.873Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s) [2022-05-19T11:01:59.873Z] [2022-05-19T11:01:59.873Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s) [2022-05-19T11:01:59.873Z] docker_cli_run_test.go:2596: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.873Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s) [2022-05-19T11:01:59.873Z] [2022-05-19T11:01:59.873Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLCanDownInterface (0.03s) [2022-05-19T11:01:59.873Z] docker_cli_run_test.go:1051: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.873Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.03s) [2022-05-19T11:01:59.873Z] [2022-05-19T11:01:59.873Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.03s) [2022-05-19T11:01:59.873Z] docker_cli_run_test.go:1061: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.873Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.03s) [2022-05-19T11:01:59.873Z] [2022-05-19T11:01:59.873Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCHOWN (0.03s) [2022-05-19T11:01:59.873Z] docker_cli_run_test.go:2976: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.873Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.03s) [2022-05-19T11:01:59.873Z] [2022-05-19T11:01:59.873Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCanDownInterface (0.03s) [2022-05-19T11:01:59.873Z] docker_cli_run_test.go:1041: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.873Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.03s) [2022-05-19T11:01:59.873Z] [2022-05-19T11:01:59.874Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddInvalid (0.03s) [2022-05-19T11:01:59.874Z] docker_cli_run_test.go:1032: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.874Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.03s) [2022-05-19T11:01:59.874Z] [2022-05-19T11:01:59.874Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddSYSTIME (0.03s) [2022-05-19T11:01:59.874Z] docker_cli_run_test.go:3162: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.874Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.03s) [2022-05-19T11:01:59.874Z] [2022-05-19T11:01:59.874Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.03s) [2022-05-19T11:01:59.874Z] docker_cli_run_test.go:1022: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.874Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.03s) [2022-05-19T11:01:59.874Z] [2022-05-19T11:01:59.874Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLCannotMknod (0.03s) [2022-05-19T11:01:59.874Z] docker_cli_run_test.go:1010: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.874Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.03s) [2022-05-19T11:01:59.874Z] [2022-05-19T11:01:59.874Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknod (0.03s) [2022-05-19T11:01:59.874Z] docker_cli_run_test.go:984: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.874Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.03s) [2022-05-19T11:01:59.874Z] [2022-05-19T11:01:59.874Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.03s) [2022-05-19T11:01:59.874Z] docker_cli_run_test.go:997: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.874Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.03s) [2022-05-19T11:01:59.874Z] [2022-05-19T11:01:59.874Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropInvalid (0.03s) [2022-05-19T11:01:59.874Z] docker_cli_run_test.go:975: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.874Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.03s) [2022-05-19T11:01:59.874Z] [2022-05-19T11:01:59.874Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.04s) [2022-05-19T11:01:59.874Z] docker_cli_run_test.go:1926: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.874Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.04s) [2022-05-19T11:01:59.874Z] [2022-05-19T11:01:59.874Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.04s) [2022-05-19T11:01:59.874Z] docker_cli_run_test.go:3304: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.874Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.04s) [2022-05-19T11:01:59.874Z] [2022-05-19T11:01:59.874Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithExposePort (0.03s) [2022-05-19T11:01:59.874Z] docker_cli_run_test.go:3328: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.874Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.03s) [2022-05-19T11:01:59.874Z] [2022-05-19T11:01:59.874Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2022-05-19T11:01:59.874Z] docker_cli_run_test.go:3295: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.874Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2022-05-19T11:01:59.874Z] [2022-05-19T11:01:59.874Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) [2022-05-19T11:01:59.874Z] docker_cli_run_test.go:3280: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.874Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) [2022-05-19T11:01:59.874Z] [2022-05-19T11:01:59.874Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2022-05-19T11:01:59.874Z] docker_cli_run_test.go:3205: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.874Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2022-05-19T11:01:59.874Z] [2022-05-19T11:01:59.874Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2022-05-19T11:01:59.874Z] docker_cli_run_test.go:2704: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.874Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2022-05-19T11:01:59.874Z] [2022-05-19T11:01:59.874Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s) [2022-05-19T11:01:59.874Z] docker_cli_run_test.go:2653: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.874Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s) [2022-05-19T11:01:59.874Z] [2022-05-19T11:01:59.874Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s) [2022-05-19T11:01:59.874Z] docker_cli_run_test.go:2726: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.874Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s) [2022-05-19T11:01:59.874Z] [2022-05-19T11:01:59.874Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2022-05-19T11:01:59.874Z] docker_cli_run_test.go:2716: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.874Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2022-05-19T11:01:59.874Z] [2022-05-19T11:01:59.874Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2022-05-19T11:01:59.874Z] docker_cli_run_test.go:1676: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.874Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2022-05-19T11:01:59.874Z] [2022-05-19T11:01:59.874Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2022-05-19T11:01:59.874Z] docker_cli_run_test.go:1657: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.874Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2022-05-19T11:01:59.874Z] [2022-05-19T11:01:59.874Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2022-05-19T11:01:59.874Z] docker_cli_run_test.go:3170: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.874Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2022-05-19T11:01:59.874Z] [2022-05-19T11:01:59.874Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2022-05-19T11:01:59.874Z] docker_cli_run_test.go:2147: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.874Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2022-05-19T11:01:59.874Z] [2022-05-19T11:01:59.874Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s) [2022-05-19T11:01:59.874Z] docker_cli_run_test.go:620: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.874Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s) [2022-05-19T11:01:59.874Z] [2022-05-19T11:01:59.874Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s) [2022-05-19T11:01:59.874Z] docker_cli_run_test.go:382: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.874Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s) [2022-05-19T11:01:59.874Z] [2022-05-19T11:01:59.874Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s) [2022-05-19T11:01:59.874Z] docker_cli_run_test.go:426: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.874Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s) [2022-05-19T11:01:59.874Z] [2022-05-19T11:01:59.874Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2022-05-19T11:01:59.874Z] docker_cli_run_test.go:1252: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.874Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2022-05-19T11:01:59.874Z] [2022-05-19T11:01:59.874Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSInHostMode (0.03s) [2022-05-19T11:01:59.874Z] docker_cli_run_test.go:3877: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.874Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.03s) [2022-05-19T11:01:59.874Z] [2022-05-19T11:01:59.874Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptions (0.03s) [2022-05-19T11:01:59.874Z] docker_cli_run_test.go:1287: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.874Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.03s) [2022-05-19T11:01:59.874Z] [2022-05-19T11:01:59.874Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.03s) [2022-05-19T11:01:59.874Z] docker_cli_run_test.go:1320: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.874Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.03s) [2022-05-19T11:01:59.874Z] [2022-05-19T11:01:59.874Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSRepeatOptions (0.03s) [2022-05-19T11:01:59.874Z] docker_cli_run_test.go:1309: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.874Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.03s) [2022-05-19T11:01:59.874Z] [2022-05-19T11:01:59.874Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.03s) [2022-05-19T11:01:59.874Z] docker_cli_run_test.go:2020: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.874Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.03s) [2022-05-19T11:01:59.874Z] [2022-05-19T11:01:59.874Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeviceNumbers (0.03s) [2022-05-19T11:01:59.874Z] docker_cli_run_test.go:1140: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.874Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.03s) [2022-05-19T11:01:59.874Z] [2022-05-19T11:01:59.874Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDuplicateMount (0.03s) [2022-05-19T11:01:59.874Z] docker_cli_run_test.go:4052: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.874Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.03s) [2022-05-19T11:01:59.874Z] [2022-05-19T11:01:59.874Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEmptyEnv (0.03s) [2022-05-19T11:01:59.874Z] docker_cli_run_test.go:4135: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.874Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.03s) [2022-05-19T11:01:59.874Z] [2022-05-19T11:01:59.874Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironment (0.02s) [2022-05-19T11:01:59.874Z] docker_cli_run_test.go:816: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.874Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.02s) [2022-05-19T11:01:59.874Z] [2022-05-19T11:01:59.874Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentErase (0.02s) [2022-05-19T11:01:59.874Z] docker_cli_run_test.go:855: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.874Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.02s) [2022-05-19T11:01:59.874Z] [2022-05-19T11:01:59.874Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentOverride (0.02s) [2022-05-19T11:01:59.874Z] docker_cli_run_test.go:888: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.874Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.02s) [2022-05-19T11:01:59.874Z] [2022-05-19T11:01:59.874Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunFullHostnameSet (0.02s) [2022-05-19T11:01:59.874Z] docker_cli_run_test.go:946: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.874Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.02s) [2022-05-19T11:01:59.874Z] [2022-05-19T11:01:59.874Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunGroupAdd (0.02s) [2022-05-19T11:01:59.874Z] docker_cli_run_test.go:1073: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.874Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.02s) [2022-05-19T11:01:59.874Z] [2022-05-19T11:01:59.874Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameFQDN (0.02s) [2022-05-19T11:01:59.874Z] docker_cli_run_test.go:4378: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.874Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.02s) [2022-05-19T11:01:59.874Z] [2022-05-19T11:01:59.874Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameInHostMode (0.02s) [2022-05-19T11:01:59.874Z] docker_cli_run_test.go:4391: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.874Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.02s) [2022-05-19T11:01:59.874Z] [2022-05-19T11:01:59.874Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2022-05-19T11:01:59.874Z] docker_cli_run_test.go:4119: unmatched requirement Isolation.IsHyperV-fm [2022-05-19T11:01:59.874Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2022-05-19T11:01:59.874Z] [2022-05-19T11:01:59.874Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInitLayerPathOwnership (0.02s) [2022-05-19T11:01:59.874Z] docker_cli_run_test.go:3693: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.874Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.02s) [2022-05-19T11:01:59.874Z] [2022-05-19T11:01:59.874Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInspectMacAddress (0.02s) [2022-05-19T11:01:59.874Z] docker_cli_run_test.go:1998: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.874Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.02s) [2022-05-19T11:01:59.874Z] [2022-05-19T11:01:59.874Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInvalidCgroupParent (0.03s) [2022-05-19T11:01:59.874Z] docker_cli_run_test.go:3240: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.874Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.03s) [2022-05-19T11:01:59.874Z] [2022-05-19T11:01:59.874Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2022-05-19T11:01:59.874Z] docker_cli_run_test.go:59: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.874Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2022-05-19T11:01:59.874Z] [2022-05-19T11:01:59.874Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2022-05-19T11:01:59.874Z] docker_cli_run_test.go:3349: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.874Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2022-05-19T11:01:59.874Z] [2022-05-19T11:01:59.874Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2022-05-19T11:01:59.874Z] docker_cli_run_test.go:194: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.874Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2022-05-19T11:01:59.874Z] [2022-05-19T11:01:59.874Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2022-05-19T11:01:59.874Z] docker_cli_run_test.go:179: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.874Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2022-05-19T11:01:59.874Z] [2022-05-19T11:01:59.874Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s) [2022-05-19T11:01:59.874Z] docker_cli_run_test.go:3359: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.874Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s) [2022-05-19T11:01:59.874Z] [2022-05-19T11:01:59.874Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeHostname (0.02s) [2022-05-19T11:01:59.874Z] docker_cli_run_test.go:1197: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.874Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.02s) [2022-05-19T11:01:59.874Z] [2022-05-19T11:01:59.874Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2022-05-19T11:01:59.874Z] docker_cli_run_test.go:2310: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.874Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2022-05-19T11:01:59.874Z] [2022-05-19T11:01:59.874Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s) [2022-05-19T11:01:59.874Z] docker_cli_run_test.go:2319: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.874Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s) [2022-05-19T11:01:59.874Z] [2022-05-19T11:01:59.874Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcHost (0.02s) [2022-05-19T11:01:59.874Z] docker_cli_run_test.go:2288: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.874Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.02s) [2022-05-19T11:01:59.874Z] [2022-05-19T11:01:59.874Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2022-05-19T11:01:59.874Z] docker_cli_run_test.go:3393: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.874Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2022-05-19T11:01:59.874Z] [2022-05-19T11:01:59.874Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainer (0.02s) [2022-05-19T11:01:59.874Z] docker_cli_run_test.go:2332: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.874Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.02s) [2022-05-19T11:01:59.874Z] [2022-05-19T11:01:59.874Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2022-05-19T11:01:59.874Z] docker_cli_run_test.go:2357: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.874Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2022-05-19T11:01:59.874Z] [2022-05-19T11:01:59.874Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s) [2022-05-19T11:01:59.874Z] docker_cli_run_test.go:2366: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.874Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s) [2022-05-19T11:01:59.874Z] [2022-05-19T11:01:59.874Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeUTSHost (0.02s) [2022-05-19T11:01:59.874Z] docker_cli_run_test.go:2424: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.874Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.02s) [2022-05-19T11:01:59.874Z] [2022-05-19T11:01:59.874Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMount (0.02s) [2022-05-19T11:01:59.874Z] docker_cli_run_test.go:4201: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.874Z] --- SKIP: TestDockerSuite/TestRunMount (0.02s) [2022-05-19T11:01:59.874Z] [2022-05-19T11:01:59.874Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountOrdering (0.02s) [2022-05-19T11:01:59.874Z] docker_cli_run_test.go:2075: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.874Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.02s) [2022-05-19T11:01:59.874Z] [2022-05-19T11:01:59.874Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2022-05-19T11:01:59.874Z] docker_cli_run_test.go:4189: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.874Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2022-05-19T11:01:59.874Z] [2022-05-19T11:01:59.874Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2022-05-19T11:01:59.874Z] docker_cli_run_test.go:2379: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.874Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2022-05-19T11:01:59.874Z] [2022-05-19T11:01:59.874Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2022-05-19T11:01:59.874Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.874Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2022-05-19T11:01:59.874Z] [2022-05-19T11:01:59.874Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolume (0.02s) [2022-05-19T11:01:59.874Z] docker_cli_run_test.go:3182: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.874Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.02s) [2022-05-19T11:01:59.874Z] [2022-05-19T11:01:59.874Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2022-05-19T11:01:59.874Z] docker_cli_run_test.go:3744: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.874Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2022-05-19T11:01:59.874Z] [2022-05-19T11:01:59.874Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2022-05-19T11:01:59.874Z] docker_cli_run_test.go:3737: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.874Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2022-05-19T11:01:59.874Z] [2022-05-19T11:01:59.875Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2022-05-19T11:01:59.875Z] docker_cli_run_test.go:2576: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.875Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2022-05-19T11:01:59.875Z] [2022-05-19T11:01:59.875Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHost (0.02s) [2022-05-19T11:01:59.875Z] docker_cli_run_test.go:2545: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.875Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.02s) [2022-05-19T11:01:59.875Z] [2022-05-19T11:01:59.875Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2022-05-19T11:01:59.875Z] docker_cli_run_test.go:930: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.875Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2022-05-19T11:01:59.875Z] [2022-05-19T11:01:59.875Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2022-05-19T11:01:59.875Z] docker_cli_run_test.go:2568: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.875Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2022-05-19T11:01:59.875Z] [2022-05-19T11:01:59.875Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMount (0.03s) [2022-05-19T11:01:59.875Z] docker_cli_run_test.go:3037: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.875Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.03s) [2022-05-19T11:01:59.875Z] [2022-05-19T11:01:59.875Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountRO (0.04s) [2022-05-19T11:01:59.875Z] docker_cli_run_test.go:3061: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.875Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.04s) [2022-05-19T11:01:59.875Z] [2022-05-19T11:01:59.875Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.03s) [2022-05-19T11:01:59.875Z] docker_cli_run_test.go:3083: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.875Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.03s) [2022-05-19T11:01:59.875Z] [2022-05-19T11:01:59.875Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s) [2022-05-19T11:01:59.875Z] docker_cli_run_test.go:3407: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.875Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s) [2022-05-19T11:01:59.875Z] [2022-05-19T11:01:59.875Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNonRootUserResolvName (0.30s) [2022-05-19T11:01:59.875Z] docker_cli_run_test.go:1402: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.875Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.30s) [2022-05-19T11:01:59.875Z] [2022-05-19T11:01:59.875Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s) [2022-05-19T11:01:59.875Z] docker_cli_run_test.go:2776: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.875Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s) [2022-05-19T11:01:59.875Z] [2022-05-19T11:01:59.875Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortFromDockerRangeInUse (0.03s) [2022-05-19T11:01:59.875Z] docker_cli_run_test.go:2466: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.875Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.03s) [2022-05-19T11:01:59.875Z] [2022-05-19T11:01:59.875Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortInUse (0.02s) [2022-05-19T11:01:59.875Z] docker_cli_run_test.go:2038: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.875Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.02s) [2022-05-19T11:01:59.875Z] [2022-05-19T11:01:59.875Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMknod (0.02s) [2022-05-19T11:01:59.875Z] docker_cli_run_test.go:956: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.875Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.02s) [2022-05-19T11:01:59.875Z] [2022-05-19T11:01:59.875Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMount (0.02s) [2022-05-19T11:01:59.875Z] docker_cli_run_test.go:1084: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.875Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.02s) [2022-05-19T11:01:59.875Z] [2022-05-19T11:01:59.875Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s) [2022-05-19T11:01:59.875Z] docker_cli_run_test.go:1123: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.875Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s) [2022-05-19T11:01:59.875Z] [2022-05-19T11:01:59.875Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2022-05-19T11:01:59.875Z] docker_cli_run_test.go:1131: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.875Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2022-05-19T11:01:59.875Z] [2022-05-19T11:01:59.875Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPublishPort (0.02s) [2022-05-19T11:01:59.875Z] docker_cli_run_test.go:2951: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.875Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.02s) [2022-05-19T11:01:59.875Z] [2022-05-19T11:01:59.875Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadFilteredProc (0.02s) [2022-05-19T11:01:59.875Z] docker_cli_run_test.go:2854: unmatched requirement Apparmor [2022-05-19T11:01:59.875Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.02s) [2022-05-19T11:01:59.875Z] [2022-05-19T11:01:59.875Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcLatency (0.03s) [2022-05-19T11:01:59.875Z] docker_cli_run_test.go:2833: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.875Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.03s) [2022-05-19T11:01:59.875Z] [2022-05-19T11:01:59.875Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcTimer (0.02s) [2022-05-19T11:01:59.875Z] docker_cli_run_test.go:2818: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.875Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.02s) [2022-05-19T11:01:59.875Z] [2022-05-19T11:01:59.875Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.02s) [2022-05-19T11:01:59.875Z] docker_cli_run_test.go:1424: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.875Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.02s) [2022-05-19T11:01:59.875Z] [2022-05-19T11:01:59.875Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.03s) [2022-05-19T11:01:59.875Z] docker_cli_run_test.go:2120: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.875Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.03s) [2022-05-19T11:01:59.875Z] [2022-05-19T11:01:59.875Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSetMacAddress (0.04s) [2022-05-19T11:01:59.875Z] docker_cli_run_test.go:1980: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2022-05-19T11:01:59.875Z] --- SKIP: TestDockerSuite/TestRunSetMacAddress (0.04s) [2022-05-19T11:01:59.875Z] [2022-05-19T11:01:59.875Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSlowStdoutConsumer (0.03s) [2022-05-19T11:01:59.875Z] docker_cli_run_test.go:2232: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.875Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.03s) [2022-05-19T11:01:59.875Z] [2022-05-19T11:01:59.875Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunState (0.02s) [2022-05-19T11:01:59.875Z] docker_cli_run_test.go:1620: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.875Z] --- SKIP: TestDockerSuite/TestRunState (0.02s) [2022-05-19T11:01:59.875Z] [2022-05-19T11:01:59.875Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunStdinPipe (0.02s) [2022-05-19T11:01:59.875Z] docker_cli_run_test.go:97: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.875Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.02s) [2022-05-19T11:01:59.875Z] [2022-05-19T11:01:59.875Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2022-05-19T11:01:59.875Z] docker_cli_run_test.go:1107: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.875Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2022-05-19T11:01:59.875Z] [2022-05-19T11:01:59.875Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s) [2022-05-19T11:01:59.875Z] docker_cli_run_test.go:1115: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.875Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s) [2022-05-19T11:01:59.875Z] [2022-05-19T11:01:59.875Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2022-05-19T11:01:59.875Z] docker_cli_run_test.go:1155: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.875Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2022-05-19T11:01:59.875Z] [2022-05-19T11:01:59.875Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2022-05-19T11:01:59.875Z] docker_cli_run_test.go:966: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.875Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2022-05-19T11:01:59.875Z] [2022-05-19T11:01:59.875Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s) [2022-05-19T11:01:59.875Z] docker_cli_run_test.go:1094: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.875Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s) [2022-05-19T11:01:59.875Z] [2022-05-19T11:01:59.875Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s) [2022-05-19T11:01:59.875Z] docker_cli_run_test.go:1164: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.875Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s) [2022-05-19T11:01:59.875Z] [2022-05-19T11:01:59.875Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnsetEntrypoint (0.02s) [2022-05-19T11:01:59.875Z] docker_cli_run_test.go:3953: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.875Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.02s) [2022-05-19T11:01:59.875Z] [2022-05-19T11:01:59.875Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnshareProc (0.02s) [2022-05-19T11:01:59.875Z] docker_cli_run_test.go:2893: unmatched requirement Apparmor [2022-05-19T11:01:59.875Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.02s) [2022-05-19T11:01:59.875Z] [2022-05-19T11:01:59.875Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByID (0.02s) [2022-05-19T11:01:59.875Z] docker_cli_run_test.go:735: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.875Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.02s) [2022-05-19T11:01:59.875Z] [2022-05-19T11:01:59.875Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDBig (0.02s) [2022-05-19T11:01:59.875Z] docker_cli_run_test.go:745: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.875Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.02s) [2022-05-19T11:01:59.875Z] [2022-05-19T11:01:59.875Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDNegative (0.02s) [2022-05-19T11:01:59.875Z] docker_cli_run_test.go:758: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.875Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.02s) [2022-05-19T11:01:59.875Z] [2022-05-19T11:01:59.875Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDZero (0.03s) [2022-05-19T11:01:59.875Z] docker_cli_run_test.go:771: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.875Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.03s) [2022-05-19T11:01:59.875Z] [2022-05-19T11:01:59.875Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByName (0.02s) [2022-05-19T11:01:59.875Z] docker_cli_run_test.go:725: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.875Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.02s) [2022-05-19T11:01:59.875Z] [2022-05-19T11:01:59.875Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserNotFound (0.02s) [2022-05-19T11:01:59.875Z] docker_cli_run_test.go:784: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.875Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.02s) [2022-05-19T11:01:59.875Z] [2022-05-19T11:01:59.875Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2022-05-19T11:01:59.875Z] docker_cli_run_test.go:3842: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.875Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2022-05-19T11:01:59.875Z] [2022-05-19T11:01:59.875Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2022-05-19T11:01:59.875Z] docker_cli_run_test.go:3835: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.875Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2022-05-19T11:01:59.875Z] [2022-05-19T11:01:59.875Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2022-05-19T11:01:59.875Z] docker_cli_run_test.go:657: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.875Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2022-05-19T11:01:59.875Z] [2022-05-19T11:01:59.875Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithBadDevice (0.02s) [2022-05-19T11:01:59.875Z] docker_cli_run_test.go:1849: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.875Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.02s) [2022-05-19T11:01:59.875Z] [2022-05-19T11:01:59.875Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s) [2022-05-19T11:01:59.875Z] docker_cli_run_test.go:281: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.875Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s) [2022-05-19T11:01:59.875Z] [2022-05-19T11:01:59.875Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdj (0.03s) [2022-05-19T11:01:59.875Z] docker_cli_run_test.go:3709: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.875Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.03s) [2022-05-19T11:01:59.875Z] [2022-05-19T11:01:59.875Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s) [2022-05-19T11:01:59.875Z] docker_cli_run_test.go:3720: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.875Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s) [2022-05-19T11:01:59.875Z] [2022-05-19T11:01:59.875Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2022-05-19T11:01:59.875Z] docker_cli_run_test.go:2799: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.875Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2022-05-19T11:01:59.875Z] [2022-05-19T11:01:59.875Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithUlimits (0.02s) [2022-05-19T11:01:59.875Z] docker_cli_run_test.go:3194: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.875Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.02s) [2022-05-19T11:01:59.875Z] [2022-05-19T11:01:59.875Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2022-05-19T11:01:59.875Z] docker_cli_run_test.go:3010: unmatched requirement Apparmor [2022-05-19T11:01:59.875Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2022-05-19T11:01:59.875Z] [2022-05-19T11:01:59.875Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.03s) [2022-05-19T11:01:59.875Z] docker_cli_run_test.go:1801: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.875Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.03s) [2022-05-19T11:01:59.875Z] [2022-05-19T11:01:59.875Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2022-05-19T11:01:59.875Z] docker_cli_run_test.go:2809: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.875Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2022-05-19T11:01:59.875Z] [2022-05-19T11:01:59.875Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2022-05-19T11:01:59.875Z] docker_cli_run_test.go:3607: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.875Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2022-05-19T11:01:59.875Z] [2022-05-19T11:01:59.875Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2022-05-19T11:01:59.875Z] docker_cli_run_test.go:3618: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.875Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2022-05-19T11:01:59.875Z] [2022-05-19T11:01:59.875Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2022-05-19T11:01:59.875Z] docker_cli_save_load_test.go:158: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.875Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2022-05-19T11:01:59.875Z] [2022-05-19T11:01:59.875Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveCheckTimes (0.02s) [2022-05-19T11:01:59.875Z] docker_cli_save_load_test.go:100: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.876Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.02s) [2022-05-19T11:01:59.876Z] [2022-05-19T11:01:59.876Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveDirectoryPermissions (0.03s) [2022-05-19T11:01:59.876Z] docker_cli_save_load_test.go:259: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.876Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.03s) [2022-05-19T11:01:59.876Z] [2022-05-19T11:01:59.876Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveImageId (0.03s) [2022-05-19T11:01:59.876Z] docker_cli_save_load_test.go:119: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.876Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.03s) [2022-05-19T11:01:59.876Z] [2022-05-19T11:01:59.876Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadNoTag (0.02s) [2022-05-19T11:01:59.876Z] docker_cli_save_load_test.go:380: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.876Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.02s) [2022-05-19T11:01:59.876Z] [2022-05-19T11:01:59.876Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadParents (0.02s) [2022-05-19T11:01:59.876Z] docker_cli_save_load_test.go:341: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.876Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.02s) [2022-05-19T11:01:59.876Z] [2022-05-19T11:01:59.876Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveMultipleNames (0.02s) [2022-05-19T11:01:59.876Z] docker_cli_save_load_test.go:189: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.876Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.02s) [2022-05-19T11:01:59.876Z] [2022-05-19T11:01:59.876Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveRepoWithMultipleImages (0.02s) [2022-05-19T11:01:59.876Z] docker_cli_save_load_test.go:207: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.876Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.02s) [2022-05-19T11:01:59.876Z] [2022-05-19T11:01:59.876Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveSingleTag (0.02s) [2022-05-19T11:01:59.876Z] docker_cli_save_load_test.go:85: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.876Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.02s) [2022-05-19T11:01:59.876Z] [2022-05-19T11:01:59.876Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2022-05-19T11:01:59.876Z] docker_cli_save_load_test.go:179: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.876Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2022-05-19T11:01:59.876Z] [2022-05-19T11:01:59.876Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s) [2022-05-19T11:01:59.876Z] docker_cli_save_load_test.go:27: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.876Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s) [2022-05-19T11:01:59.876Z] [2022-05-19T11:01:59.876Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s) [2022-05-19T11:01:59.876Z] docker_cli_save_load_test.go:56: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.876Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s) [2022-05-19T11:01:59.876Z] [2022-05-19T11:01:59.876Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2022-05-19T11:01:59.876Z] docker_cli_start_test.go:45: unmatched requirement DaemonIsLinux [2022-05-19T11:01:59.876Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2022-05-19T11:01:59.876Z] [2022-05-19T11:02:00.344Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2022-05-19T11:02:00.344Z] docker_cli_start_test.go:17: unmatched requirement DaemonIsLinux [2022-05-19T11:02:00.344Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2022-05-19T11:02:00.344Z] [2022-05-19T11:02:00.344Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachWithRename (0.03s) [2022-05-19T11:02:00.344Z] docker_cli_start_test.go:174: unmatched requirement DaemonIsLinux [2022-05-19T11:02:00.344Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.03s) [2022-05-19T11:02:00.344Z] [2022-05-19T11:02:00.344Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartMultipleContainers (0.03s) [2022-05-19T11:02:00.344Z] docker_cli_start_test.go:110: unmatched requirement DaemonIsLinux [2022-05-19T11:02:00.344Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.03s) [2022-05-19T11:02:00.344Z] [2022-05-19T11:02:00.344Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartPausedContainer (0.03s) [2022-05-19T11:02:00.344Z] docker_cli_start_test.go:95: unmatched requirement IsPausable [2022-05-19T11:02:00.344Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.03s) [2022-05-19T11:02:00.344Z] [2022-05-19T11:02:00.344Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartRecordError (0.03s) [2022-05-19T11:02:00.344Z] docker_cli_start_test.go:71: unmatched requirement DaemonIsLinux [2022-05-19T11:02:00.344Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.03s) [2022-05-19T11:02:00.344Z] [2022-05-19T11:02:00.344Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2022-05-19T11:02:00.344Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2022-05-19T11:02:00.344Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2022-05-19T11:02:00.344Z] [2022-05-19T11:02:00.344Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNoStream (0.02s) [2022-05-19T11:02:00.344Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2022-05-19T11:02:00.344Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.02s) [2022-05-19T11:02:00.344Z] [2022-05-19T11:02:00.344Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllRunningNoStream (0.02s) [2022-05-19T11:02:00.344Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2022-05-19T11:02:00.344Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.02s) [2022-05-19T11:02:00.344Z] [2022-05-19T11:02:00.344Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsContainerNotFound (0.03s) [2022-05-19T11:02:00.344Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2022-05-19T11:02:00.344Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.03s) [2022-05-19T11:02:00.344Z] [2022-05-19T11:02:00.344Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsFormatAll (0.02s) [2022-05-19T11:02:00.344Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2022-05-19T11:02:00.344Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.02s) [2022-05-19T11:02:00.344Z] [2022-05-19T11:02:00.344Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsNoStream (0.03s) [2022-05-19T11:02:00.344Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2022-05-19T11:02:00.345Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.03s) [2022-05-19T11:02:00.345Z] [2022-05-19T11:02:00.345Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTopPrivileged (0.02s) [2022-05-19T11:02:00.345Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2022-05-19T11:02:00.345Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.02s) [2022-05-19T11:02:00.345Z] [2022-05-19T11:02:00.345Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2022-05-19T11:02:00.345Z] docker_cli_run_test.go:3418: unmatched requirement DaemonIsLinux [2022-05-19T11:02:00.345Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2022-05-19T11:02:00.345Z] [2022-05-19T11:02:00.345Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2022-05-19T11:02:00.345Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2022-05-19T11:02:00.345Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2022-05-19T11:02:00.345Z] [2022-05-19T11:02:00.345Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2022-05-19T11:02:00.345Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2022-05-19T11:02:00.345Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2022-05-19T11:02:00.345Z] [2022-05-19T11:02:00.345Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkAlias (0.03s) [2022-05-19T11:02:00.345Z] docker_cli_run_test.go:292: unmatched requirement DaemonIsLinux [2022-05-19T11:02:00.345Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.03s) [2022-05-19T11:02:00.345Z] [2022-05-19T11:02:00.345Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinks (0.02s) [2022-05-19T11:02:00.345Z] docker_cli_run_test.go:207: unmatched requirement DaemonIsLinux [2022-05-19T11:02:00.345Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.02s) [2022-05-19T11:02:00.345Z] [2022-05-19T11:02:00.345Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2022-05-19T11:02:00.345Z] docker_cli_run_test.go:243: unmatched requirement DaemonIsLinux [2022-05-19T11:02:00.345Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2022-05-19T11:02:00.345Z] [2022-05-19T11:02:00.345Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2022-05-19T11:02:00.345Z] docker_cli_volume_test.go:243: unmatched requirement DaemonIsLinux [2022-05-19T11:02:00.345Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2022-05-19T11:02:00.345Z] [2022-05-19T11:02:00.345Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLIRmForce (0.03s) [2022-05-19T11:02:00.345Z] docker_cli_volume_test.go:372: unmatched requirement DaemonIsLinux [2022-05-19T11:02:00.345Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.03s) [2022-05-19T11:02:00.345Z] [2022-05-19T11:02:00.345Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.03s) [2022-05-19T11:02:00.345Z] docker_cli_volume_test.go:432: unmatched requirement DaemonIsLinux [2022-05-19T11:02:00.345Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.03s) [2022-05-19T11:02:00.345Z] [2022-05-19T11:02:00.345Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumesNoCopyData (0.02s) [2022-05-19T11:02:00.345Z] docker_cli_run_test.go:2168: unmatched requirement DaemonIsLinux [2022-05-19T11:02:00.345Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.02s) [2022-05-19T11:02:00.345Z] [2022-05-19T11:02:00.345Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-05-19T11:02:00.345Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T11:02:00.345Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-05-19T11:02:00.345Z] [2022-05-19T11:02:00.345Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-05-19T11:02:00.345Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T11:02:00.345Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-05-19T11:02:00.345Z] [2022-05-19T11:02:00.345Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-05-19T11:02:00.345Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T11:02:00.345Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-05-19T11:02:00.345Z] [2022-05-19T11:02:00.345Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-05-19T11:02:00.345Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T11:02:00.345Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-05-19T11:02:00.345Z] [2022-05-19T11:02:00.345Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-05-19T11:02:00.345Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T11:02:00.345Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-05-19T11:02:00.345Z] [2022-05-19T11:02:00.345Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-05-19T11:02:00.345Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T11:02:00.345Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-05-19T11:02:00.345Z] [2022-05-19T11:02:00.345Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-05-19T11:02:00.345Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T11:02:00.345Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-05-19T11:02:00.345Z] [2022-05-19T11:02:00.345Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-05-19T11:02:00.345Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T11:02:00.345Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-05-19T11:02:00.345Z] [2022-05-19T11:02:00.345Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-05-19T11:02:00.345Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T11:02:00.345Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-05-19T11:02:00.345Z] [2022-05-19T11:02:00.345Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-05-19T11:02:00.345Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T11:02:00.345Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-05-19T11:02:00.345Z] [2022-05-19T11:02:00.345Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-05-19T11:02:00.345Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T11:02:00.345Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-05-19T11:02:00.345Z] [2022-05-19T11:02:00.345Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-05-19T11:02:00.345Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T11:02:00.345Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-05-19T11:02:00.345Z] [2022-05-19T11:02:00.345Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-05-19T11:02:00.345Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T11:02:00.345Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-05-19T11:02:00.345Z] [2022-05-19T11:02:00.345Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-05-19T11:02:00.345Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T11:02:00.345Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-05-19T11:02:00.345Z] [2022-05-19T11:02:00.345Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-05-19T11:02:00.345Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T11:02:00.345Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-05-19T11:02:00.345Z] [2022-05-19T11:02:00.345Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-05-19T11:02:00.345Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T11:02:00.345Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-05-19T11:02:00.345Z] [2022-05-19T11:02:00.345Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-05-19T11:02:00.345Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T11:02:00.345Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-05-19T11:02:00.345Z] [2022-05-19T11:02:00.345Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-05-19T11:02:00.345Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T11:02:00.345Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-05-19T11:02:00.345Z] [2022-05-19T11:02:00.345Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-05-19T11:02:00.345Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T11:02:00.345Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-05-19T11:02:00.345Z] [2022-05-19T11:02:00.345Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-05-19T11:02:00.345Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T11:02:00.345Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-05-19T11:02:00.345Z] [2022-05-19T11:02:00.345Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-05-19T11:02:00.345Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T11:02:00.345Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-05-19T11:02:00.345Z] [2022-05-19T11:02:00.345Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-05-19T11:02:00.345Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T11:02:00.345Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-05-19T11:02:00.345Z] [2022-05-19T11:02:00.345Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-05-19T11:02:00.345Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T11:02:00.345Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-05-19T11:02:00.345Z] [2022-05-19T11:02:00.345Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-05-19T11:02:00.345Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T11:02:00.345Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-05-19T11:02:00.345Z] [2022-05-19T11:02:00.345Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-05-19T11:02:00.345Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T11:02:00.345Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-05-19T11:02:00.345Z] [2022-05-19T11:02:00.345Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-05-19T11:02:00.345Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T11:02:00.345Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-05-19T11:02:00.345Z] [2022-05-19T11:02:00.345Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-05-19T11:02:00.345Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T11:02:00.345Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-05-19T11:02:00.345Z] [2022-05-19T11:02:00.345Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-05-19T11:02:00.345Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T11:02:00.345Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-05-19T11:02:00.345Z] [2022-05-19T11:02:00.345Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-05-19T11:02:00.345Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T11:02:00.345Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-05-19T11:02:00.345Z] [2022-05-19T11:02:00.345Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-05-19T11:02:00.345Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T11:02:00.345Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-05-19T11:02:00.345Z] [2022-05-19T11:02:00.345Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-05-19T11:02:00.345Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T11:02:00.345Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-05-19T11:02:00.345Z] [2022-05-19T11:02:00.345Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-05-19T11:02:00.345Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T11:02:00.345Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-05-19T11:02:00.345Z] [2022-05-19T11:02:00.345Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-05-19T11:02:00.345Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T11:02:00.345Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-05-19T11:02:00.345Z] [2022-05-19T11:02:00.345Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-05-19T11:02:00.345Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T11:02:00.345Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-05-19T11:02:00.345Z] [2022-05-19T11:02:00.345Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-05-19T11:02:00.345Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T11:02:00.345Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-05-19T11:02:00.345Z] [2022-05-19T11:02:00.345Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-05-19T11:02:00.345Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T11:02:00.345Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-05-19T11:02:00.345Z] [2022-05-19T11:02:00.345Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-05-19T11:02:00.345Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T11:02:00.345Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-05-19T11:02:00.345Z] [2022-05-19T11:02:00.345Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestV2Only (0.00s) [2022-05-19T11:02:00.345Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-19T11:02:00.345Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2022-05-19T11:02:00.345Z] [2022-05-19T11:02:00.345Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-05-19T11:02:00.345Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-19T11:02:00.345Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-05-19T11:02:00.345Z] [2022-05-19T11:02:00.345Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-05-19T11:02:00.345Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-19T11:02:00.345Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-05-19T11:02:00.345Z] [2022-05-19T11:02:00.345Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-05-19T11:02:00.345Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-19T11:02:00.345Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-05-19T11:02:00.345Z] [2022-05-19T11:02:00.345Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-05-19T11:02:00.345Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-19T11:02:00.345Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-05-19T11:02:00.345Z] [2022-05-19T11:02:00.345Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-05-19T11:02:00.345Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-19T11:02:00.345Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-05-19T11:02:00.345Z] [2022-05-19T11:02:00.345Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-05-19T11:02:00.345Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-19T11:02:00.345Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-05-19T11:02:00.345Z] [2022-05-19T11:02:00.345Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-05-19T11:02:00.345Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-19T11:02:00.345Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-05-19T11:02:00.345Z] [2022-05-19T11:02:00.345Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-05-19T11:02:00.345Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-19T11:02:00.345Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-05-19T11:02:00.345Z] [2022-05-19T11:02:00.345Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-05-19T11:02:00.345Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-19T11:02:00.345Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-05-19T11:02:00.345Z] [2022-05-19T11:02:00.345Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-05-19T11:02:00.345Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-19T11:02:00.345Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-05-19T11:02:00.345Z] [2022-05-19T11:02:00.345Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-05-19T11:02:00.345Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-19T11:02:00.345Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-05-19T11:02:00.345Z] [2022-05-19T11:02:00.345Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-05-19T11:02:00.345Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-19T11:02:00.345Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-05-19T11:02:00.345Z] [2022-05-19T11:02:00.345Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-05-19T11:02:00.345Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-19T11:02:00.345Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-05-19T11:02:00.345Z] [2022-05-19T11:02:00.345Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-05-19T11:02:00.345Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-19T11:02:00.345Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-05-19T11:02:00.345Z] [2022-05-19T11:02:00.345Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-05-19T11:02:00.345Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-19T11:02:00.345Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-05-19T11:02:00.345Z] [2022-05-19T11:02:00.345Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-05-19T11:02:00.345Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-19T11:02:00.345Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-05-19T11:02:00.345Z] [2022-05-19T11:02:00.346Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-05-19T11:02:00.346Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-19T11:02:00.346Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-05-19T11:02:00.346Z] [2022-05-19T11:02:00.346Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-05-19T11:02:00.346Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-19T11:02:00.346Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-05-19T11:02:00.346Z] [2022-05-19T11:02:00.346Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-05-19T11:02:00.346Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-19T11:02:00.346Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-05-19T11:02:00.346Z] [2022-05-19T11:02:00.346Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-05-19T11:02:00.346Z] check_test.go:266: unmatched requirement DaemonIsLinux [2022-05-19T11:02:00.346Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-05-19T11:02:00.346Z] [2022-05-19T11:02:00.346Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-05-19T11:02:00.346Z] check_test.go:266: unmatched requirement DaemonIsLinux [2022-05-19T11:02:00.346Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-05-19T11:02:00.346Z] [2022-05-19T11:02:00.346Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-05-19T11:02:00.346Z] check_test.go:266: unmatched requirement DaemonIsLinux [2022-05-19T11:02:00.346Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-05-19T11:02:00.346Z] [2022-05-19T11:02:00.346Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-05-19T11:02:00.346Z] check_test.go:266: unmatched requirement DaemonIsLinux [2022-05-19T11:02:00.346Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-05-19T11:02:00.346Z] [2022-05-19T11:02:00.346Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-05-19T11:02:00.346Z] check_test.go:266: unmatched requirement DaemonIsLinux [2022-05-19T11:02:00.346Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-05-19T11:02:00.346Z] [2022-05-19T11:02:00.346Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-05-19T11:02:00.346Z] check_test.go:300: unmatched requirement DaemonIsLinux [2022-05-19T11:02:00.346Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-05-19T11:02:00.346Z] [2022-05-19T11:02:00.346Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-05-19T11:02:00.346Z] check_test.go:300: unmatched requirement DaemonIsLinux [2022-05-19T11:02:00.346Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-05-19T11:02:00.346Z] [2022-05-19T11:02:00.346Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-05-19T11:02:00.346Z] check_test.go:300: unmatched requirement DaemonIsLinux [2022-05-19T11:02:00.346Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-05-19T11:02:00.346Z] [2022-05-19T11:02:00.346Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-05-19T11:02:00.346Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-19T11:02:00.346Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-05-19T11:02:00.346Z] [2022-05-19T11:02:00.346Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-05-19T11:02:00.346Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-19T11:02:00.346Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-05-19T11:02:00.346Z] [2022-05-19T11:02:00.346Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-05-19T11:02:00.346Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-19T11:02:00.346Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-05-19T11:02:00.346Z] [2022-05-19T11:02:00.346Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-05-19T11:02:00.346Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-19T11:02:00.346Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-05-19T11:02:00.346Z] [2022-05-19T11:02:00.346Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-05-19T11:02:00.346Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-19T11:02:00.346Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-05-19T11:02:00.346Z] [2022-05-19T11:02:00.346Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-05-19T11:02:00.346Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-19T11:02:00.346Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-05-19T11:02:00.346Z] [2022-05-19T11:02:00.346Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-05-19T11:02:00.346Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-19T11:02:00.346Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-05-19T11:02:00.346Z] [2022-05-19T11:02:00.346Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-05-19T11:02:00.346Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-19T11:02:00.346Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-05-19T11:02:00.346Z] [2022-05-19T11:02:00.346Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-05-19T11:02:00.346Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-19T11:02:00.346Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-05-19T11:02:00.346Z] [2022-05-19T11:02:00.346Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-05-19T11:02:00.346Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-19T11:02:00.346Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-05-19T11:02:00.346Z] [2022-05-19T11:02:00.346Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginSet (0.00s) [2022-05-19T11:02:00.346Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-19T11:02:00.346Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2022-05-19T11:02:00.346Z] [2022-05-19T11:02:00.346Z] === SKIP: github.com/docker/docker/integration-cli TestDockerExternalVolumeSuite (0.00s) [2022-05-19T11:02:00.346Z] check_test.go:126: unmatched requirement DaemonIsLinux [2022-05-19T11:02:00.346Z] [2022-05-19T11:02:00.346Z] === SKIP: github.com/docker/docker/integration-cli TestDockerNetworkSuite (0.00s) [2022-05-19T11:02:00.346Z] check_test.go:132: unmatched requirement DaemonIsLinux [2022-05-19T11:02:00.346Z] [2022-05-19T11:02:00.346Z] === SKIP: github.com/docker/docker/integration-cli TestDockerHubPullSuite (0.00s) [2022-05-19T11:02:00.346Z] check_test.go:140: unmatched requirement DaemonIsLinux [2022-05-19T11:02:00.346Z] [2022-05-19T11:02:00.346Z] DONE 1088 tests, 544 skipped in 3188.557s [2022-05-19T11:02:00.346Z] INFO: Integration tests ended at 05/19/2022 11:02:00. Duration:00:53:08.7628058 [2022-05-19T11:02:00.346Z] INFO: Docker info of the daemon under test at end of run [2022-05-19T11:02:00.346Z] [2022-05-19T11:02:00.346Z] Containers: 10 [2022-05-19T11:02:00.346Z] Running: 0 [2022-05-19T11:02:00.346Z] Paused: 0 [2022-05-19T11:02:00.346Z] Stopped: 10 [2022-05-19T11:02:00.346Z] Images: 18 [2022-05-19T11:02:00.346Z] Server Version: 0.0.0-dev [2022-05-19T11:02:00.346Z] Storage Driver: windowsfilter [2022-05-19T11:02:00.346Z] Windows: [2022-05-19T11:02:00.346Z] Logging Driver: json-file [2022-05-19T11:02:00.346Z] Plugins: [2022-05-19T11:02:00.346Z] Volume: local [2022-05-19T11:02:00.346Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-05-19T11:02:00.346Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-05-19T11:02:00.346Z] Swarm: inactive [2022-05-19T11:02:00.346Z] Default Isolation: process [2022-05-19T11:02:00.346Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2022-05-19T11:02:00.346Z] Operating System: Microsoft Windows Server Version 21H2 (OS Build 20348.230) [2022-05-19T11:02:00.346Z] OSType: windows [2022-05-19T11:02:00.346Z] Architecture: x86_64 [2022-05-19T11:02:00.346Z] CPUs: 4 [2022-05-19T11:02:00.346Z] Total Memory: 32GiB [2022-05-19T11:02:00.346Z] Name: azwin-2-fae700 [2022-05-19T11:02:00.346Z] ID: fa601fd6-e030-4595-ad47-ec0af060074e [2022-05-19T11:02:00.346Z] Docker Root Dir: D:\CI\PR-43557\8\daemon [2022-05-19T11:02:00.346Z] Debug Mode (client): false [2022-05-19T11:02:00.346Z] Debug Mode (server): true [2022-05-19T11:02:00.346Z] File Descriptors: -1 [2022-05-19T11:02:00.346Z] Goroutines: 44 [2022-05-19T11:02:00.346Z] System Time: 2022-05-19T11:02:00.1077672Z [2022-05-19T11:02:00.346Z] EventsListeners: 0 [2022-05-19T11:02:00.346Z] Registry: https://index.docker.io/v1/ [2022-05-19T11:02:00.346Z] Labels: [2022-05-19T11:02:00.346Z] Experimental: false [2022-05-19T11:02:00.346Z] Insecure Registries: [2022-05-19T11:02:00.346Z] 127.0.0.0/8 [2022-05-19T11:02:00.346Z] Live Restore Enabled: false [2022-05-19T11:02:00.346Z] [2022-05-19T11:02:00.346Z] [2022-05-19T11:02:00.346Z] INFO: Stopping daemon under test [2022-05-19T11:02:00.814Z] SUCCESS: The process with PID 3768 (child process of PID 5496) has been terminated. [2022-05-19T11:02:00.814Z] SUCCESS: The process with PID 5496 (child process of PID 3532) has been terminated. [2022-05-19T11:02:00.814Z] INFO: Stop tailing logs of the daemon under tests [2022-05-19T11:02:00.814Z] INFO: executeCI.ps1 Completed successfully at 05/19/2022 11:02:00. [2022-05-19T11:02:00.814Z] INFO: Tidying up at end of run [2022-05-19T11:02:00.814Z] ----------- DAEMON LOG ------------ [2022-05-19T11:02:00.814Z] 2022/05/19 10:05:16 http: superfluous response.WriteHeader call from github.com/docker/docker/api/server/httputils.WriteJSON (httputils.go:92) [2022-05-19T11:02:00.814Z] ----------- END DAEMON LOG -------- [2022-05-19T11:02:00.814Z] INFO: Saving daemon under test log (d:\CI\PR-43557\8\dut.out) to bundles\CIDUT.out [2022-05-19T11:02:00.814Z] INFO: Saving daemon under test log (d:\CI\PR-43557\8\dut.err) to bundles\CIDUT.err [2022-05-19T11:02:00.814Z] INFO: Saving containerd logs to bundles [2022-05-19T11:02:00.814Z] INFO: Nuke-Everything... [2022-05-19T11:02:00.814Z] INFO: Container count on control daemon to delete is 2 [2022-05-19T11:02:01.283Z] f9d50d95cd99 [2022-05-19T11:02:01.283Z] 74a17d1563b3 [2022-05-19T11:02:01.283Z] INFO: Tidying pidfile d:\CI\PR-43557\8\docker.pid [2022-05-19T11:02:01.283Z] INFO: Killing containerd with PID 1916 [2022-05-19T11:02:01.283Z] INFO: Nuking d:\CI [2022-05-19T11:02:37.132Z] INFO: Zapped successfully [2022-05-19T11:02:37.132Z] [2022-05-19T11:02:37.132Z] INFO: executeCI.ps1 exiting at Thu May 19 11:02:32 CUT 2022. Duration 01:23:20.8401931 [2022-05-19T11:02:37.132Z] [Pipeline] } [Pipeline] // stage Post stage [Pipeline] junit [2022-05-19T11:02:37.420Z] Recording test results [2022-05-19T11:02:47.003Z] [Checks API] No suitable checks publisher found. [Pipeline] catchError [Pipeline] { [Pipeline] powershell [2022-05-19T11:02:49.108Z] Creating win-2022-c8d-integration-bundles.zip [Pipeline] archiveArtifacts [2022-05-19T11:02:51.482Z] Archiving artifacts [2022-05-19T11:03:06.479Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43557/8/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-05-19T11:03:07.463Z] + make clean [2022-05-19T11:03:09.633Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-05-19T11:03:09.633Z] docker-dev-cache [2022-05-19T11:03:09.633Z] 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